﻿@import "common.css";
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList {
  width: 100%;
}
.newsList li {
  line-height: 40px;
  overflow: hidden;
}
.newsList li a {
  display: block;
  width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  padding-left: 10px;
  background: url(../images/common/newsList_dot.png) no-repeat left center;
}
.newsList li a:hover {
  color: #bd1a2d;
  background: url(../images/common/newsList_dot_over.png) no-repeat left center;
}
.newsList li span.date {
  color: #666;
  float: right;
}
.topLine {
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.topLine .topLink {
  width: 1200px;
  height: 135px;
  position: relative;
}
.topLine .topLink li {
  float: left;
  width: 225px;
  height: 135px;
  margin-right: 18px;
  position: relative;
}
.topLine .topLink li a {
  display: block;
  width: 225px;
  height: 135px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.topLine .topLink li .subMenu {
  width: 223px;
  border: solid 1px #bd1a2d;
  border-top: none;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
}
.topLine .topLink li .subMenu li {
  float: none;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topLine .topLink li .subMenu li a {
  display: inline;
  position: static;
}
.topLine .topLink li .subMenu li a:hover {
  color: #bd1a2d;
}
.topLine .topLink li .subMenu li i {
  background: url(../images/common/newsList_dot_over.png) no-repeat;
  display: block;
  width: 4px;
  height: 4px;
  float: left;
  margin: 18px 10px 0 0;
}
.zxgkLine {
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.zxgkLine .zxgkSlide {
  width: 820px;
  height: 455px;
  float: left;
  overflow: hidden;
  position: relative;
}
.zxgkLine .zxgkSlide .hd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.zxgkLine .zxgkSlide .hd li {
  float: left;
  height: 30px;
  margin-right: 30px;
  line-height: 30px;
  padding: 0 10px 10px;
}
.zxgkLine .zxgkSlide .hd li a {
  font-size: 24px;
}
.zxgkLine .zxgkSlide .hd li a:hover {
  color: #bd1a2d;
}
.zxgkLine .zxgkSlide .hd li.on {
  border-bottom: solid 2px #bd1a2d;
}
.zxgkLine .zxgkSlide .hd li.on a {
  font-weight: bold;
  color: #bd1a2d;
}
.zxgkLine .zxgkSlide .bd .info {
  margin-top: 20px;
}
.zxgkLine .zxgkSlide .bd .info .newsList li {
  line-height: 42px;
}
.zxgkLine .zxgkSlide .bd .info .newsList li a {
  width: 80%;
}
.zxgkLine .zxgkSlide .bd .info .newsList li a i.newsIcon {
  margin: 19px 5px 0 0;
}
.zxgkLine .xxgkzlBox {
  width: 320px;
  height: 455px;
  overflow: hidden;
  float: right;
}
.zxgkLine .xxgkzlBox li {
  width: 320px;
  height: 48px;
  margin-bottom: 10px;
}
.zxgkLine .xxgkzlBox li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #F5F5F5;
  font-size: 18px;
  transition: 0.5s all;
}
.zxgkLine .xxgkzlBox li a i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 8px 15px 0 75px;
}
.zxgkLine .xxgkzlBox li a i.icon01 {
  background: url(../images/zwgk/icon_xxgk_01.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon02 {
  background: url(../images/zwgk/icon_xxgk_02.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon03 {
  background: url(../images/zwgk/icon_xxgk_03.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon04 {
  background: url(../images/zwgk/icon_xxgk_04.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon05 {
  background: url(../images/zwgk/icon_xxgk_05.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon06 {
  background: url(../images/zwgk/icon_xxgk_06.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon07 {
  background: url(../images/zwgk/icon_xxgk_07.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a i.icon08 {
  background: url(../images/zwgk/icon_xxgk_08.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover {
  background-color: #bd1a2d;
  color: #FFF;
}
.zxgkLine .xxgkzlBox li a:hover i.icon01 {
  background: url(../images/zwgk/icon_xxgk_01_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon02 {
  background: url(../images/zwgk/icon_xxgk_02_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon03 {
  background: url(../images/zwgk/icon_xxgk_03_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon04 {
  background: url(../images/zwgk/icon_xxgk_04_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon05 {
  background: url(../images/zwgk/icon_xxgk_05_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon06 {
  background: url(../images/zwgk/icon_xxgk_06_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon07 {
  background: url(../images/zwgk/icon_xxgk_07_over.png) no-repeat;
}
.zxgkLine .xxgkzlBox li a:hover i.icon08 {
  background: url(../images/zwgk/icon_xxgk_08_over.png) no-repeat;
}
.ygkLine {
  width: 100%;
  /*height: 345px;*/
  height: 360px;
  overflow: hidden;
}
.ygkLine .ygkSlide {
  width: 820px;
  /*height: 345px;*/
  height: 360px;
  float: left;
  overflow: hidden;
  position: relative;
}
.ygkLine .ygkSlide .ygkhd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.ygkLine .ygkSlide .ygkhd li {
  float: left;
  height: 30px;
  margin-right: 30px;
  line-height: 30px;
  padding: 0 10px 10px;
}
.ygkLine .ygkSlide .ygkhd li a {
  font-size: 24px;
}
.ygkLine .ygkSlide .ygkhd li a:hover {
  color: #333;
}
.ygkLine .ygkSlide .ygkhd li.on {
  border-bottom: solid 2px #bd1a2d;
}
.ygkLine .ygkSlide .ygkhd li.on a {
  font-weight: bold;
  color: #bd1a2d;
}
.ygkLine .ygkSlide .ygkbd .info {
  margin-top: 20px;
  overflow: hidden;
}
.ygkLine .ygkSlide .ygkbd .info .newsList li {
  line-height: 42px;
}
.ygkLine .ygkSlide .ygkbd .info .newsList li a {
  width: 80%;
}
.ygkLine .ygkSlide .ygkbd .info .newsList li a i.newsIcon {
  margin: 19px 5px 0 0;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_news {
  width: 400px;
  /*height: 280px;*/
  overflow: hidden;
  float: right;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_news li a {
  width: 75%;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider {
  width: 400px;
  height: 280px;
  overflow: hidden;
  position: relative;
  float: left;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .hd {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 99;
  width: 60px;
  height: 6px;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .hd li {
  text-indent: -1978px;
  overflow: hidden;
  cursor: pointer;
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .hd li.on {
  background: #f5d389;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd {
  width: 400px;
  height: 280px;
  overflow: hidden;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li {
  width: 400px;
  height: 280px;
  overflow: hidden;
  position: relative;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .pic {
  width: 400px;
  height: 280px;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .pic a {
  display: block;
  width: 400px;
  height: 280px;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .pic a img {
  width: 400px;
  height: 280px;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .tit {
  width: 300px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .tit a {
  color: #FFF;
  display: block;
  width: 300px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .tit a:hover {
  color: #f5d389;
}
.ygkLine .ygkSlide .ygkbd .info .zwgk_zcjd_slider .bd li .mask {
  width: 400px;
  height: 36px;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.ygkLine .findPolicy {
  width: 300px;
  height: 325px;
  background: #FFF;
  border: solid 10px #dcdcdc;
  float: right;
}
.ygkLine .findPolicy h2 {
  font-size: 36px;
  color: #bd1a2d;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin: 20px 0;
  text-align: center;
}
.ygkLine .findPolicy .findPolicySlide {
  width: 247px;
  height: 225px;
  position: relative;
  margin: 0 auto;
}
.ygkLine .findPolicy .findPolicySlide .hd {
  overflow: hidden;
  margin-bottom: 10px;
}
.ygkLine .findPolicy .findPolicySlide .hd li {
  font-size: 20px;
  padding: 0 10px 10px;
  color: #666;
  border-bottom: solid 2px #dcdcdc;
  float: left;
  margin: 0 30px;
  cursor: pointer;
  transition: 0.5s all;
}
.ygkLine .findPolicy .findPolicySlide .hd li.on {
  color: #000;
  border-color: #bd1a2d;
}
.ygkLine .findPolicy .layui-select-title .layui-input {
  border: none;
  border-radius: 5px;
  height: 50px;
}
.ygkLine .findPolicy .layui-form-item {
  border: solid 1px #dcdcdc;
  border-radius: 5px;
}
.ygkLine .findPolicy .layui-form-select dl {
  left: -111px;
  width: 247px;
  height: 124px;
}
.ygkLine .findPolicy .layui-form-select dl dd.layui-this {
  background-color: #bd1a2d;
}
.ygkLine .findPolicy .layui-form-select dl dd {
  font-size: 16px;
}
.ygkLine .findPolicy .layui-form-label {
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 32px;
}
.ygkLine .findPolicy .layui-btn {
  width: 247px;
  height: 50px;
  background-color: #bd1a2d;
  border-radius: 5px;
  font-size: 20px;
}
.bannerLine {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.bannerLine .banner_sjkf {
  width: 1200px;
  height: 100px;
  display: block;
  overflow: hidden;
}
.bannerLine .banner_sjkf img {
  width: 100%;
  height: 100%;
}
.yysjLine {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.yysjLine .fleft {
  width: 820px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.yysjLine .yysjSlide {
  width: 400px;
  height: 300px;
  float: left;
  overflow: hidden;
  position: relative;
}
.yysjLine .yysjSlide .hd {
  border-bottom: solid 2px #dcdcdc;
  height: 40px;
}
.yysjLine .yysjSlide .hd li {
  float: left;
  height: 30px;
  margin-right: 30px;
  line-height: 30px;
  padding: 0 10px 10px;
}
.yysjLine .yysjSlide .hd li a {
  font-size: 24px;
}
.yysjLine .yysjSlide .hd li a:hover {
  color: #333;
}
.yysjLine .yysjSlide .hd li.on {
  border-bottom: solid 2px #000;
}
.yysjLine .yysjSlide .hd li.on a {
  font-weight: bold;
}
.yysjLine .yysjSlide .bd .info {
  margin-top: 20px;
}
.yysjLine .yysjSlide .bd .info .newsList li {
  line-height: 42px;
}
.yysjLine .yysjSlide .bd .info .newsList li a {
  width: 100%;
}
.yysjLine .yysjSlide .bd .info .newsList li a i.newsIcon {
  margin: 19px 5px 0 0;
}
.yysjLine .zcbgSlide {
  float: right;
}
.yysjLine .zfxxgkBox {
  width: 320px;
  height: 300px;
  background-color: #F5F5F5;
  float: right;
}
.yysjLine .zfxxgkBox ul {
  width: 300px;
  height: 177px;
  padding: 20px 0px 20px 20px;
}
.yysjLine .zfxxgkBox ul li {
  width: 130px;
  height: 36px;
  float: left;
  margin: 0px 20px 11px 0;
}
.yysjLine .zfxxgkBox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  text-align: center;
  line-height: 36px;
}
.yysjLine .zfxxgkBox ul li a:hover {
  color: #bd1a2d;
}
.yysjLine .zfxxgkBox .ldjx {
  width: 320px;
  height: 68px;
  background: #fff;
  padding-top: 15px;
}
.zdlyLine {
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.zdlyLine .wrap {
  background-color: #F5F5F5;
  padding: 20px 0;
  height: 150px;
}
.zdlyLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.zdlyLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.zdlyLine .title h2 a {
	color: #000;
	font-size: 24px;
}
.zdlyLine .zdlyCon ul {
  overflow: hidden;
}
.zdlyLine .zdlyCon ul li {
  float: left;
  margin: 18px 0 0 21px;
  width: 215px;
  height: 36px;
}
.zdlyLine .zdlyCon ul li a {
  display: block;
  width: 215px;
  height: 36px;
  background-color: #FFF;
  text-align: center;
  line-height: 36px;
}
.zdlyLine .zdlyCon ul li a:hover {
  color: #bd1a2d;
}
.gkztLine {
  width: 100%;
  height: 390px;
  overflow: hidden;
  margin-bottom: 50px;
}
.gkztLine .title {
  height: 40px;
  border-bottom: solid 2px #dcdcdc;
  position: relative;
}
.gkztLine .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px 10px;
  border-bottom: solid 2px #000;
  height: 30px;
}
.gkztLine .title h2 a {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.gkztLine .title a.more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.gkztLine .title a.more i.moreArrow {
  display: block;
  background: url(../images/common/icon_more_arrow.gif) no-repeat;
  width: 12px;
  height: 12px;
  float: right;
  margin: 14px 0 0 10px;
}
.gkztLine .gkztCon ul {
  overflow: hidden;
}
.gkztLine .gkztCon ul li {
  width: 285px;
  height: 150px;
  float: left;
  margin: 20px 20px 0 0;
}
.gkztLine .gkztCon ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gkztLine .gkztCon ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 友情链接 */
.g_links_box {
  height: 60px;
  background: #757575;
}
.g_links_box .m_links_box {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
.g_links_box .m_links_box .title {
  width: 150px;
  float: left;
  color: #FFF;
}
.g_links_box .m_links_box .m_links_module {
  float: left;
  margin: 0 10px;
  color: #fff;
  position: relative;
}
.g_links_box .m_links_box .m_links_module span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: url(http://www.beijing.gov.cn/images/ico_up2_ch_20190924.png) right center no-repeat;
  width: 220px;
  text-align: center;
  cursor: pointer;
}
.g_links_box .m_links_box .f_mask span {
  background: url(http://www.beijing.gov.cn/images/ico_down2_ch_20190924.png) right center no-repeat;
}
.g_links_box .m_links_box .m_links_module i {
  height: 60px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 60px;
  color: #fff;
  font-style: normal;
  padding-left: 10px;
}
.g_links_box .m_links_box .m_links_module ul {
  position: absolute;
  top: -385px;
  left: 0;
  border: 1px solid #ccc;
  width: 200px;
  height: 380px;
  z-index: 100;
  background: #fff;
  font-size: 14px;
  line-height: 28px;
  overflow-y: auto;
  display: none;
}
.g_links_box .m_links_box .m_links_module li {
  padding: 0 10px;
}
.g_links_box .m_links_box .m_links_module li:hover {
  background: #ccc;
}
