@import "common.css";
.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commonMore {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.iconNormal {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
}
.bg_xxgk {
  background: url(../images/body_bg_red.jpg) no-repeat center 80px #fff9f9;
}
.secondContent {
  background: #FFF;
  padding: 30px 10px;
  width: 1180px;
  border-top: solid 4px #016bd5;
  margin-top: 20px;
}
.secondContentNew {
  background: #FFF;
  padding: 30px 10px;
  width: 1180px;
}
/* 办事服务 */
.bsNav {
  width: 100%;
  height: 108px;
  position: relative;
  overflow: hidden;
}
.bsNav .item {
  width: 228px;
  height: 108px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.bsNav .item .itemBox {
  width: 228px;
  height: 216px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.bsNav .item .itemBox div {
  width: 228px;
  height: 108px;
  position: relative;
  overflow: hidden;
}
.bsNav .item .itemBox .cur h3 {
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
  margin: 35px 0 0 20px;
  line-height: 24px;
}
.bsNav .item .itemBox .cur i {
  position: absolute;
  width: 9px;
  height: 9px;
  background: url(../images/bs/topNav_list_circle.png) no-repeat;
  z-index: 9;
}
.bsNav .item .itemBox .cur i.upDot {
  left: 20px;
  top: 20px;
}
.bsNav .item .itemBox .cur i.downDot {
  left: 80px;
  top: 70px;
}
.bsNav .item .itemBox .over ul {
  margin: 12px 0 0 70px;
}
.bsNav .item .itemBox .over li {
  line-height: 27px;
}
.bsNav .item .itemBox .over li a {
  color: #FFF;
}
.bsNav .item .itemBox .over li a:hover {
  text-decoration: underline;
}
.bsNav .item .itemBox .over li i {
  background: url(../images/bs/topNav_list_circle.png) no-repeat;
  width: 9px;
  height: 9px;
  float: left;
  margin: 9px 10px 0 0;
}
.bsNav .item01 {
  background: url(../images/bs/topNav_bg_item01.png) no-repeat;
}
.bsNav .item02 {
  background: url(../images/bs/topNav_bg_item02.png) no-repeat;
}
.bsNav .item03 {
  background: url(../images/bs/topNav_bg_item03.png) no-repeat;
}
.bsNav .item04 {
  background: url(../images/bs/topNav_bg_item04.png) no-repeat;
}
.bsNav .item05 {
  background: url(../images/bs/topNav_bg_item05.png) no-repeat;
}
.bscxSlide {
  width: 678px;
  height: 268px;
  overflow: hidden;
  position: relative;
  border: solid 1px #8fbdee;
}
.bscxSlide .hd {
  width: 140px;
  height: 100%;
  float: left;
}
.bscxSlide .hd li {
  width: 100%;
  height: 90px;
  background: #3186df;
  cursor: pointer;
  line-height: 90px;
  text-align: center;
}
.bscxSlide .hd li a {
  font-size: 18px;
  color: #FFF;
}
.bscxSlide .hd li:nth-of-type(2) {
  background: #2488f1;
}
.bscxSlide .hd li:nth-of-type(3) {
  background: #439af5;
}
.bscxSlide .hd li.on {
  background: #FFF;
}
.bscxSlide .hd li.on a {
  color: #333;
}
.bscxSlide .bd {
  width: 538px;
  float: right;
  height: 268px;
  overflow: hidden;
  position: relative;
}
.bscxSlide .bd .item {
  width: 518px;
  height: 248px;
  padding: 10px;
}
.bscxSlide .bd .item .title {
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: solid 1px #ddd;
}
.bscxSlide .bd .item .title h2 {
  font-size: 16px;
  font-weight: bold;
}
.bscxSlide .bd .item .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.bscxSlide .bd .bscxForm {
  width: 352px;
  margin: 60px auto 0;
}
.bscxSlide .bd .bscxForm .inputTxt {
  width: 260px;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  background: #fbfbfd;
  border: solid 1px #e6e6e6;
  margin-bottom: 10px;
}
.bscxSlide .bd .bscxForm label {
  font-size: 16px;
}
.bscxSlide .bd .bscxForm .btnReset,
.bscxSlide .bd .bscxForm .btnSubmit {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
  padding: 0;
  float: right;
  font-size: 16px;
  color: #FFF;
  font-family: "微软雅黑";
}
.bscxSlide .bd .bscxForm .btnReset {
  background: #008cea;
}
.bscxSlide .bd .bscxForm .btnSubmit {
  background: #f17225;
  margin-right: 12px;
}
.bscxSlide .bd .itemList {
  overflow: hidden;
  margin-top: 10px;
}
.bscxSlide .bd .itemList li {
  line-height: 30px;
}
.bscxSlide .bd .itemList li a i {
  display: block;
  width: 4px;
  height: 4px;
  background: #939393;
  float: left;
  margin: 12px 10px 0 0;
}
.bscxSlide .bd .itemList li a:hover i {
  background: #388bd1;
}
.bscxSlide .bd .itemList li .date {
  float: right;
  font-size: 14px;
  color: #808080;
}
.bsBanner a {
  display: block;
  width: 290px;
  height: 95px;
  overflow: hidden;
  float: left;
  margin-right: 6px;
}
.bsBanner a img {
  width: 290px;
  height: 95px;
}
.bsBanner a:nth-of-type(3) {
  margin-right: 8px;
}
.grbsBox {
  width: 100%;
}
.grbsBox .title {
  background: url(../images/second_title_bg.png) no-repeat center center;
  height: 60px;
}
.grbsBox .title h2 {
  font-size: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}
.grbsBox .bsSlide {
  width: 1000px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.grbsBox .bsSlide .hd {
  width: 693px;
  margin: 15px auto;
}
.grbsBox .bsSlide .hd ul {
  overflow: hidden;
}
.grbsBox .bsSlide .hd ul li {
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0 10px;
  border: solid 1px #008cea;
  border-left: none;
}
.grbsBox .bsSlide .hd ul li a {
  font-size: 18px;
  color: #333;
}
.grbsBox .bsSlide .hd ul li.on {
  background: #008cea;
}
.grbsBox .bsSlide .hd ul li.on a {
  color: #FFF;
}
.grbsBox .bsSlide .hd ul li.first {
  border: none;
  background: url(../images/bs_slide_left.png) no-repeat;
  width: 121px;
  height: 37px;
  padding: 0;
}
.grbsBox .bsSlide .hd ul li.last {
  border: none;
  background: url(../images/bs_slide_right.png) no-repeat;
  width: 131px;
  height: 37px;
  padding: 0;
}
.grbsBox .bsSlide .hd ul li.first.on {
  background-position: 0 -39px;
}
.grbsBox .bsSlide .hd ul li.last.on {
  background-position: 0 -39px;
}
.grbsBox .bsSlide .bd .con .bsIcon {
  overflow: hidden;
}
.grbsBox .bsSlide .bd .con .bsIcon li {
  width: 70px;
  height: 100px;
  float: left;
  margin-left: 64px;
  margin-top: 30px;
}
.grbsBox .bsSlide .bd .con .bsIcon li a {
  line-height: 30px;
  font-size: 16px;
}
.grbsBox .bsSlide .bd .con .bsIcon li a i {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #FFF;
  font-size: 28px;
  background: url(../images/bs_circle_bg.png) no-repeat center center;
}
.grbsBox .rmbsBox {
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}
.grbsBox .rmbsBox h2 {
  background: url(../images/rmbs_bg.png) no-repeat;
  width: 109px;
  height: 26px;
  line-height: 26px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
  float: left;
  padding-left: 5px;
}
.grbsBox .rmbsBox a {
  float: left;
  margin-left: 15px;
  line-height: 26px;
}
.grbsBox .rmbsBox a i {
  color: #e80404;
  font-size: 16px;
  margin-right: 3px;
}
.grbsBox .rmbsBox a.more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.frbsBox {
  background: #f9f9f9;
  padding: 20px 0 30px 0;
  margin-left: -10px;
  width: 1200px;
}
.frbsBox .bsSlide .hd {
  width: 549px;
}
.frbsBox .bsSlide .hd ul li.first {
  background: url(../images/bs_slide_left_fr.png) no-repeat;
}
.frbsBox .bsSlide .hd ul li.last {
  background: url(../images/bs_slide_right_fr.png) no-repeat;
}
.bmmapBox {
  height: 400px;
}
.bmfwIcon {
  overflow: hidden;
}
.bmfwIcon li {
  float: left;
  width: 150px;
  height: 112px;
  margin: 20px 0 0 16px;
}
.bmfwIcon li .pic {
  width: 72px;
  height: 72px;
  margin: 0 auto;
}
.bmfwIcon li .pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.bmfwIcon li .pic a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bmfwIcon li .pic a img:first-child {
  z-index: 2;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.bmfwIcon li .pic a img:last-child {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.bmfwIcon li .pic a:hover img:first-child {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.bmfwIcon li .pic a:hover img:last-child {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.bmfwIcon li .tit {
  line-height: 40px;
  text-align: center;
}
/* 办事服务子页面 */
.location {
  font-size: 16px;
  margin-bottom: 10px;
}
.location a {
  font-size: 16px;
}
.bsflBox {
  margin-top: 20px;
}
.bsflBox .line {
  border-bottom: dashed 1px #d1d1d1;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 50px;
}
.bsflBox .line h2 {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  float: left;
  background: #008cea;
}
.bsflBox .line a {
  float: left;
  margin-left: 10px;
  font-size: 16px;
}
.bsflBox .line a:hover {
  color: #ff4800;
}
.bsflBox .line a.on {
  color: #ff4800;
}
.bsflBox .line a.more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.yxsxBox {
  width: 100%;
  height: 40px;
  background: #e7f5ff;
  overflow: hidden;
  margin-top: 20px;
}
.yxsxBox h2 {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background: #FFF;
  color: #4087b8;
  float: left;
  margin: 5px 20px 0 10px;
}
.yxsxBox .yxsxItem {
  display: inline;
  float: left;
  margin-top: 11px;
  margin-left: 10px;
}
.yxsxBox .yxsxItem span {
  padding: 3px 10px;
  border: solid 1px #95c8eb;
  border-right: none;
}
.yxsxBox .yxsxItem a {
  padding: 3px;
  border: solid 1px #ff7f4c;
  color: #ff7f4c;
  font-size: 14px;
}
.bsItemList {
  border: solid 1px #d9d9d9;
  margin-top: 20px;
  padding: 10px;
  width: 1158px;
  border-bottom: none;
}
.bsItemList li {
  border-bottom: dashed 1px #d3d3d3;
  overflow: hidden;
  line-height: 50px;
}
.bsItemList li a {
  float: left;
  font-size: 16px;
}
.bsItemList li .sbyyzn {
  float: right;
  margin-top: 9px;
}
.bsItemList li .sbyyzn a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #ababab;
  margin-left: 10px;
  border-radius: 5px;
}
.bsItemList li .sbyyzn a i {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 5px 5px 0 5px;
}
.bsItemList li .sbyyzn a i.icon_bszn {
  background: url(../images/icon_bszn.png) no-repeat;
}
.bsItemList li .sbyyzn a i.icon_wssb {
  background: url(../images/icon_wssb.png) no-repeat;
}
.bsItemList li .sbyyzn a i.icon_wsyy {
  background: url(../images/icon_wsyy.png) no-repeat;
}
.bsItemList li .sbyyzn a:hover {
  color: #ff4911;
  border: solid 1px #ff4911;
}
.bsItemList li .sbyyzn a:hover i {
  background-position: -20px 0;
}
.bsItemList li .sbyyzn a.on {
  border: solid 1px #ff4911;
  color: #ff4911;
}
.bsItemList li .sbyyzn a.on i {
  background-position: -20px 0;
}
.sxInfo {
  border: solid 1px #79b4ed;
  margin: 20px auto 0;
  padding: 10px 30px;
  overflow: hidden;
  width: 978px;
}
.sxInfo .infoEwm {
  width: 140px;
  height: 130px;
  border: solid 5px #CCC;
}
.sxInfo .infoEwm img {
  width: 140px;
  height: 130px;
}
.sxInfo .infoTxt {
  width: 620px;
  padding: 0 100px;
}
.sxInfo .infoTxt h2 {
  font-size: 18px;
  color: #0c84f9;
  margin-bottom: 20px;
  text-align: center;
}
.sxInfo .infoTxt .line {
  font-size: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sxInfo .infoTxt .line span {
  display: block;
  float: left;
  width: 50%;
}
.sxInfo .infoTxt .line span span {
  display: inline;
  float: none;
}
.sxInfo .infoTxt .line.last span {
  width: 100%;
}
.bsBtnBox {
  overflow: hidden;
  width: 1038px;
  margin: 20px auto 0;
}
.bsBtnBox a {
  float: left;
  display: block;
  width: 190px;
  height: 55px;
  margin-right: 22px;
  background: #abaaaa;
  text-align: center;
  line-height: 55px;
  color: #FFF;
  font-size: 18px;
}
.bsBtnBox a i {
  font-size: 25px;
  margin-right: 10px;
  margin-top: -5px;
}
.bsBtnBox a.btn_blue {
  background: #2aa0fb;
}
.bsTable {
  background: #f6f6f6;
  width: 1038px;
  margin: 0 auto;
}
.bsTable thead {
  height: 40px;
  line-height: 40px;
}
.bsTable thead th {
  background: #FFF;
  font-size: 18px;
}
.bsTable td {
  border: solid 1px #cfcfcf;
  border-collapse: collapse;
  padding-left: 10px;
  line-height: 30px;
}
.btn_all {
  display: block;
  width: 200px;
  height: 40px;
  background: #ffe5d5;
  font-size: 16px;
  color: #913f0f;
  text-align: center;
  line-height: 40px;
  margin: 20px auto 0;
  border-radius: 20px;
}
.bsBtmSlide {
  width: 1180px;
  overflow: hidden;
  position: relative;
}
.bsBtmSlide .hd {
  border-bottom: solid 2px #f06101;
  overflow: hidden;
}
.bsBtmSlide .hd li {
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-family: "微软雅黑";
  cursor: pointer;
}
.bsBtmSlide .hd li.on {
  background: #f06101;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #FFF;
}
.bsBtmSlide .bd {
  width: 1100px;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.bsBtmSlide .bd .con {
  width: 1100px;
  padding: 40px;
}
.bsBtmSlide .bd .con h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.bsBtmSlide .bd .con h3 i {
  font-size: 12px;
  color: #c9c9c9;
  margin-right: 10px;
  margin-top: -3px;
}
.bsBtmSlide .bd .con .sdyjCon {
  border: solid 1px #c3c3c3;
  padding: 20px;
  font-size: 16px;
}
/* 政务动态 */
.zcjdBox {
  background: #e6f0f8;
  padding: 10px;
  width: 1160px;
  overflow: hidden;
}
.zwdtTopSlide {
  width: 1180px;
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}
.zwdtTopSlide ul li {
  width: 222px;
  float: left;
  margin-right: 17px;
  height: 100px;
  position: relative;
}
.zwdtTopSlide ul li a {
  display: block;
  width: 222px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.zwdtTopSlide ul li a img {
  width: 222px;
  height: 100px;
}
.zwdtTopSlide ul li .subMenu {
  width: 220px;
  border: solid 1px #ddecf8;
  border-top: none;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
}
.zwdtTopSlide ul li .subMenu li {
  float: none;
  line-height: 40px;
  height: 40px;
  padding-left: 20px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwdtTopSlide ul li .subMenu li a {
  display: inline;
  position: static;
}
.zwdtTopSlide ul li .subMenu li i {
  background: url(../images/zwdt/icon_blue_list_dot.png) no-repeat;
  display: block;
  width: 6px;
  height: 6px;
  float: left;
  margin: 17px 10px 0 0;
}
.zwdtSlide {
  width: 720px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zwdtSlide .hd {
  width: 169px;
  height: 400px;
  float: right;
  overflow: hidden;
}
.zwdtSlide .hd li {
  width: 165px;
  height: 125px;
  overflow: hidden;
  cursor: pointer;
  border: solid 2px transparent;
  margin-bottom: 6px;
}
.zwdtSlide .hd li a {
  display: block;
}
.zwdtSlide .hd li a img {
  width: 165px;
  height: 125px;
}
.zwdtSlide .hd li.on {
  border: solid 2px #016bd5;
}
.zwdtSlide .bd {
  width: 529px;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
}
.zwdtSlide .bd li {
  width: 529px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zwdtSlide .bd .pic {
  width: 529px;
  height: 400px;
  overflow: hidden;
}
.zwdtSlide .bd .pic img {
  width: 529px;
  height: 400px;
}
.zwdtSlide .bd .mask {
  width: 529px;
  height: 40px;
  background: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.zwdtSlide .bd .tit {
  width: 519px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.zwdtSlide .bd .tit a {
  font-size: 16px;
  color: #FFF;
}
.zcjdRightBox {
  width: 418px;
  border: solid 1px #c8e0f4;
  background: #f9fcff;
  height: 398px;
  overflow: hidden;
}
/*.zcjdRightBox .title {
  width: 100%;
}
.zcjdRightBox .title h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.zcjdRightBox .title h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.zcjdRightBox .zcjdCon img {
  display: block;
  width: 390px;
  height: 210px;
  margin: 0 auto;
}
.zcjdRightBox .zcjdCon .zcjdList {
  width: 390px;
  padding: 0 14px;
  border-top: solid 1px #c8e0f4;
}*/


.zcjdRightBox .hd {
  background: #ecf3f9;
  width: 430px;
  height: 50px;
  position: relative;
}
.zcjdRightBox .hd li {
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 50%;
  text-align: center;
}

.zcjdRightBox .hd li span.slideArrow {
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #016bd5;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
  z-index: 9;
  display: none;
}
.zcjdRightBox .hd li a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.zcjdRightBox .hd li.on {
  background: #016bd5;
}
.zcjdRightBox .hd li.on span.slideArrow {
  display: block;
}
.zcjdRightBox .hd li.on a {
  color: #FFF;
}
.zcjdRightBox .tempWrap {
  width: 408px !important;
/*  border: solid 1px #ecf3f9;*/
  border-top: none;
  padding: 10px;
  position: relative;
  height: 312px;
  overflow: hidden;
}
.zcjdRightBox .bd .infoCon .slideList li {
  line-height: 40px;
}

.zcjdRightBox .hd li i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 11px -70px 0 20px
}

.zcjdRightBox .hd li .icon_hdyw {
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_index_hdyw_blue.png) no-repeat;
}

.zcjdRightBox .hd li .icon_gwyxx {
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_index_gwyxx_blue.png) no-repeat;
}

.zcjdRightBox .hd li.on .icon_hdyw {
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_index_hdyw_over.png) no-repeat ;
}


.zcjdRightBox .hd li.on .icon_gwyxx {
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_index_gwyxx_over.png) no-repeat;
}



.newSlide {
  width: 730px;
  overflow: hidden;
  position: relative;
  height: 383px;
}
.newSlide .hd {
  background: #ecf3f9;
  width: 730px;
  height: 50px;
  position: relative;
}
.newSlide .hd li {
  float: left;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
	min-width: 160px;
}
.newSlide .hd li a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.newSlide .hd li i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 9px 10px 0 0;
}
.newSlide .hd li i.icon_hdyw {
  background: url(../images/zwdt/icon_zwdt_hdyw.png) no-repeat center center;
}
.newSlide .hd li i.icon_rdgz {
  background: url(../images/zwdt/icon_zwdt_rdgz.png) no-repeat center center;
}
.newSlide .hd li i.icon_tzgg {
  background: url(../images/zwdt/icon_zwdt_tzgg.png) no-repeat center center;
}
.newSlide .hd li i.icon_zwcwh {
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_index_title_cwh.png) no-repeat center center;
}
.newSlide .hd li i.icon_cwh {
  background: url(../images/icon/icon_index_cwh_blue.png) no-repeat center center;
}
/* 人事任免*/
.newSlide .hd li i.icon_rsrm {
  background: url(../images/icon/icon_zwdt_rsrm.png) no-repeat center center;
}



.newSlide .hd li i.icon_zfwj {
  background: url(../images/zwdt/icon_zwdt_zfwj.png) no-repeat center center;
}
.newSlide .hd li i.icon_bmdt {
  background: url(../images/zwdt/icon_zwdt_bmdt.png) no-repeat center center;
}
.newSlide .hd li i.icon_jzdt {
  background: url(../images/zwdt/icon_zwdt_jzdt.png) no-repeat center center;
}
.newSlide .hd li i.icon_mtbd {
  background: url(../images/zwdt/icon_zwdt_mtbd.png) no-repeat center center;
}
.newSlide .hd li i.icon_sphd {
  background: url(../images/zwdt/icon_zwdt_sphd.png) no-repeat center center;
}
.newSlide .hd li i.icon_zxft {
  background: url(../images/zmhd/icon_zmhd_zxft.png) no-repeat center center;
}
.newSlide .hd li i.icon_ftzj {
  background: url(../images/zmhd/icon_zmhd_ftzj.png) no-repeat center center;
}
.newSlide .hd li i.icon_lxxd {
  background: url(../images/zmhd/icon_zmhd_lxxd.png) no-repeat center center;
}
.newSlide .hd li i.icon_hdbd {
  background: url(../images/zmhd/icon_zmhd_hdbd.png) no-repeat center center;
}
.newSlide .hd li i.icon_jyzj {
  background: url(../images/zmhd/icon_zmhd_jyzj.png) no-repeat center center;
}
.newSlide .hd li i.icon_jygs {
  background: url(../images/zmhd/icon_zmhd_yjgs.png) no-repeat center center;
}
.newSlide .hd li.on {
  background: #016bd5;
}
.newSlide .hd li.on a {
  color: #FFF;
}
.newSlide .hd li.on i.icon_hdyw {
  background: url(../images/zwdt/icon_zwdt_hdyw_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_rdgz {
  background: url(../images/zwdt/icon_zwdt_rdgz_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_tzgg {
  background: url(../images/zwdt/icon_zwdt_tzgg_over.png) no-repeat center center;
}

.newSlide .hd li.on i.icon_cwh {
  background: url(../images/icon/icon_index_cwh_hover.png) no-repeat center center;
}

.newSlide .hd li.on i.icon_rsrm {
  background: url(../images/icon/icon_zwdt_rsrm_over.png) no-repeat center center;
}

.newSlide .hd li.on i.icon_zfwj {
  background: url(../images/zwdt/icon_zwdt_zfwj_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_bmdt {
  background: url(../images/zwdt/icon_zwdt_bmdt_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_jzdt {
  background: url(../images/zwdt/icon_zwdt_jzdt_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_mtbd {
  background: url(../images/zwdt/icon_zwdt_mtbd_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_sphd {
  background: url(../images/zwdt/icon_zwdt_sphd_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_zxft {
  background: url(../images/zmhd/icon_zmhd_zxft_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_ftzj {
  background: url(../images/zmhd/icon_zmhd_ftzj_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_lxxd {
  background: url(../images/zmhd/icon_zmhd_lxxd_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_hdbd {
  background: url(../images/zmhd/icon_zmhd_hdbd_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_jyzj {
  background: url(../images/zmhd/icon_zmhd_jyzj_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_jygs {
  background: url(../images/zmhd/icon_zmhd_yjgs_over.png) no-repeat center center;
}
.newSlide .hd li.on i.icon_zwcwh{
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_index_title_cwh_over.png) no-repeat center center;
}

.cwh_link {
  float: left;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  min-width: 160px;}
.cwh_link i.icon_cwh{
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 9px 10px 0 0;
  background: url(../images/icon/icon_index_cwh_blue.png) no-repeat center center;
}
.cwh_link a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;}
.newSlide .hd li.on span.slideArrow {
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #016bd5;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
  z-index: 9;
}
.newSlide .bd {
  width: 708px;
  border: solid 1px #ecf3f9;
  border-top: none;
  padding: 10px;
  position: relative;
  height: 210px;
}
.newSlide .bd .con a.more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
  margin-top: 0;
  top: -33px;
}
.hdywSlide .bd {
  height: 312px;
}
.hdywSlide .bd .con {
	height: 100%;
  overflow: hidden;
}
.xxgkBox {
  width: 430px;
  height: 383px;
  overflow: hidden;
}
.xxgkBox .title {
  height: 50px;
  background: #ecf3f9;
  position: relative;
  overflow: hidden;
}
.xxgkBox .title h2 {
  font-size: 20px;
  color: #016bd5;
  line-height: 50px;
  width: 50%;
  float: left;
  font-weight: bold;
}
.xxgkBox .title h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.xxgkBox .title h2 i {
  display: block;
  background: url(../images/icon/icon_blue_circle_over.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 17px 10px 0 10px;
}
.xxgkBox .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.xxgkBox .xxgkCon {
  border: solid 1px #ecf3f9;
  border-top: none;
  width: 413px;
  height: 322px;
  overflow: hidden;
  padding: 10px 0 0 15px;
}
.xxgkBox .xxgkCon .xxgkList li {
  float: left;
  margin: 0 12px 10px 0;
  background: #f7faff;
  border: solid 1px #ecf3f9;
  line-height: 50px;
  width: 190px;
  height: 50px;
}
.xxgkBox .xxgkCon .xxgkList li a {
  font-size: 16px;
}
.xxgkBox .xxgkCon .xxgkList li i {
  display: block;
  background: url(../images/icon/icon_txtList_red_arrow.png) no-repeat;
  width: 6px;
  height: 9px;
  float: left;
  margin: 19px 10px 0 52px;
}


.zwxxgkBox .title
{background:url("http://zyk.bjhd.gov.cn/resources/images/pic_bg_xxgkdt_c.png")no-repeat center;}
.zwxxgkBox .title h2  {width:430px}
.zwxxgkBox .title h2 i {display:none}
.zwxxgkBox .title h2 a {color:#fff;text-align: center;
  display: block;}
.zwxxgkBox .title a {display:none}


.zwdtRightBanner {
  width: 430px;
  height: 423px;
  overflow: hidden;
}
.zwdtRightBanner a {
  display: block;
  width: 430px;
  height: 97px;
  margin-bottom: 11px;
}
.zwdtRightBanner a img {
  width: 430px;
  height: 97px;
}
.tzggSlide {
  height: 423px;
}
.tzggSlide .bd {
  height: 350px;
}
.mtbdSlide .bd {
  height: 312px;
}
.bmdtList li {
  margin-bottom: 5px;
}
.bmdtList li a {
  overflow: hidden;
  display: block;
  padding: 5px;
}
.bmdtList li a .pic {
  width: 135px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.bmdtList li a .pic img {
  width: 135px;
  height: 100px;
}
.bmdtList li a .txt {
  width: 550px;
  float: right;
}
.bmdtList li a .txt h2 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 16px;
}
.bmdtList li a .txt h2 span {
  color: #0086ee;
}
.bmdtList li a .txt h2 span.date {
  font-size: 14px;
  line-height: 16px;
  float: right;
  color: #808080;
}
.bmdtList li a .txt p {
  color: #808080;
  line-height: 2;
  font-size: 14px;
}
.bmdtList li a:hover {
  background: #f2f2f2;
}
.bmdtSlide {
  height: 416px;
}
.bmdtSlide .bd {
  height: 345px;
}
.wdhdBox {
  width: 430px;
  height: 416px;
  overflow: hidden;
}
.wdhdBox .title {
  height: 50px;
  background: #ecf3f9;
  position: relative;
  overflow: hidden;
}
.wdhdBox .title h2 {
  font-size: 20px;
  color: #016bd5;
  line-height: 50px;
  width: 50%;
  float: left;
  font-weight: bold;
}
.wdhdBox .title h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.wdhdBox .title h2 i {
  display: block;
  background: url(../images/icon/icon_blue_circle_over.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 17px 10px 0 10px;
}
.wdhdBox .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.wdhdBox .wdhdCon {
  border: solid 1px #ecf3f9;
  border-top: none;
  width: 388px;
  height: 325px;
  overflow: hidden;
  padding: 20px;
}
.wdhdBox .wdhdCon .wdhdList li {
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wdhdBox .wdhdCon .wdhdList li span {
  display: block;
  float: left;
  background: url(../images/zwdt/wdhd_list_icon_bg.png) no-repeat;
  width: 21px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #FFF;
  margin: 5px 10px 0 0;
}
.wdhdBox .wdhdCon .wdhdList li span.iconHot {
  background-position: -23px 0;
}
.xwfbSlide {
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.xwfbSlide .hd {
  width: 60px;
  position: absolute;
  height: 30px;
  z-index: 9;
  right: 0;
  bottom: 0;
}
.xwfbSlide .hd li {
  background: url(../images/slide_dot.png) no-repeat;
  width: 7px;
  height: 6px;
  overflow: hidden;
  text-indent: -1978px;
  margin-right: 10px;
  float: left;
  margin-top: 12px;
  cursor: pointer;
}
.xwfbSlide .hd li.on {
  background-position: -7px 0;
}
.xwfbSlide .bd {
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.xwfbSlide .bd li {
  width: 400px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.xwfbSlide .bd .pic {
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.xwfbSlide .bd .pic img {
  width: 400px;
  height: 300px;
}
.xwfbSlide .bd .mask {
  width: 400px;
  height: 30px;
  background: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.xwfbSlide .bd .tit {
  width: 310px;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.xwfbSlide .bd .tit a {
  font-size: 14px;
  color: #FFF;
}
.ztzxBox .title {
  border-bottom: solid 2px #e5ecf3;
  position: relative;
  height: 40px;
}
.ztzxBox .title h2 {
  font-size: 20px;
  color: #016bd5;
  border-bottom: solid 2px #016bd5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-weight: bold;
}
.ztzxBox .title h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.ztzxBox .title h2 i.icon_ztzx {
  display: block;
  float: left;
  background: url(../images/zwdt/icon_zwdt_rdzt.png) no-repeat;
  width: 21px;
  height: 19px;
  margin: 13px 10px 0 0;
}
.ztzxBox .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.ztzxBox .ztList {
  overflow: hidden;
  margin-top: 20px;
}
.ztzxBox .ztList li {
  float: left;
  margin-left: 7px;
  margin-bottom: 0px;
}
.ztzxBox .ztList li img {
  width: 285px;
  height: 150px;
}
.zskBox {
  background: #e6f0f8;
  padding: 10px;
  width: 1160px;
  overflow: hidden;
}
.zskList {
  width: 390px;
  padding: 0 14px;
  border-top: solid 1px #c8e0f4;
}
.zskList .zskSearch {
  width: 390px;
  height: 40px;
  border: solid 1px #ff7200;
  overflow: hidden;
  margin-top: 10px;
}
.zskList .zskSearch .searchTxt {
  width: 290px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-family: '微软雅黑';
  padding-left: 10px;
  float: left;
}
.zskList .zskSearch .searchBtn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
  background: #ff7200;
  float: right;
  padding: 0;
  font-weight: bold;
  font-family: '微软雅黑';
}
.zskRightBox .title h2 i {
  display: block;
  background: url(../images/icon/icon_blue_circle_over.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 13px 10px 0 10px;
}
.zskSlide {
  width: 720px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zskSlide .hd {
  width: 169px;
  height: 400px;
  float: right;
  overflow: hidden;
}
.zskSlide .hd li {
  width: 165px;
  height: 125px;
  overflow: hidden;
  cursor: pointer;
  border: solid 2px transparent;
  margin-bottom: 6px;
}
.zskSlide .hd li a {
  display: block;
}
.zskSlide .hd li a img {
  width: 165px;
  height: 125px;
}
.zskSlide .hd li.on {
  border: solid 2px #016bd5;
}
.zskSlide .bd {
  width: 529px;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
}
.zskSlide .bd li {
  width: 529px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zskSlide .bd .pic {
  width: 529px;
  height: 400px;
  overflow: hidden;
}
.zskSlide .bd .pic img {
  width: 529px;
  height: 400px;
}
.zskSlide .bd .mask {
  width: 529px;
  height: 40px;
  background: #000000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.zskSlide .bd .tit {
  width: 519px;
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.zskSlide .bd .tit a {
  font-size: 16px;
  color: #FFF;
}
.zskRightBox {
  width: 418px;
  border: solid 1px #c8e0f4;
  background: #f9fcff;
  height: 398px;
  overflow: hidden;
}
.zskRightBox .title {
  width: 100%;
}
.zskRightBox .title h2 {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.zskRightBox .title h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.zskRightBox .zskdCon img {
  display: block;
  width: 390px;
  height: 210px;
  margin: 0 auto;
}
.zskRightBox .zskdCon .zcjdList {
  width: 390px;
  padding: 0 14px;
  border-top: solid 1px #c8e0f4;
}
/* 政务动态-委办局 */
.wbjNewsBox {
  width: 1180px;
  overflow: hidden;
}
.wbjNewsBox .fleft {
  width: 728px;
  border: solid 1px #ecf3f9;
}
.wbjNewsBox .fleft .title {
  border-bottom: solid 2px #ecf3f9;
  height: 40px;
}
.wbjNewsBox .fleft .title h2 {
  width: 200px;
  text-align: center;
  font-size: 18px;
  color: #189AFF;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 2px #189AFF;
}
.wbjNewsBox .fleft .title h2 i {
  margin-right: 5px;
  font-weight: normal;
}
.wbjNewsBox .fleft .infoCon {
  padding: 20px 10px;
}
.wbjNewsBox .fleft .infoCon .page {
  border: none;
}
.wbjNewsBox .fright {
  width: 430px;
  overflow: hidden;
}
.wbjNewsBox .fright .wbjXxgk .title {
  height: 40px;
  background: #f3f9fe;
  position: relative;
  overflow: hidden;
  border-bottom: solid 2px #ecf3f9;
}
.wbjNewsBox .fright .wbjXxgk .title h2 {
  font-size: 18px;
  color: #0da1cd;
  line-height: 40px;
  width: 50%;
  float: left;
}
.wbjNewsBox .fright .wbjXxgk .title h2 i {
  color: #0da1cd;
  margin: -3px 5px 0 10px;
}
.wbjNewsBox .fright .wbjXxgk .title .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.wbjNewsBox .fright .wbjXxgkCon {
  background: #f3f9fe;
  overflow: hidden;
}
.wbjNewsBox .fright .wbjXxgkCon ul.wbjXxgkLst {
  width: 400px;
  margin: 20px auto;
}
.wbjNewsBox .fright .wbjXxgkCon ul.wbjXxgkLst li {
  margin-bottom: 10px;
}
.wbjNewsBox .fright .wbjXxgkCon ul.wbjXxgkLst li a {
  display: block;
  height: 45px;
  width: 400px;
  background: #d7ecfe;
  line-height: 45px;
  font-size: 16px;
  color: #30587a;
  padding: 5px 0;
}
.wbjNewsBox .fright .wbjXxgkCon ul.wbjXxgkLst li a i {
  float: right;
  margin-right: 20px;
}
.wbjNewsBox .fright .wbjXxgkCon ul.wbjXxgkLst li a span {
  float: left;
  display: block;
  width: 70px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-right: solid 1px #a2c8e9;
  margin-right: 20px;
}
.wbjNewsBox .fright .wbjXxgkCon ul.wbjXxgkLst li a span i {
  font-size: 22px;
  float: none;
  margin: 0;
}
.wbjNewsBox .fright .wbjXxgkCon .con {
  padding: 10px 10px 5px;
}
.banner_zmhd {
  width: 430px;
  height: 117px;
  display: block;
  margin-top: 8px;
}
.banner_zmhd img {
  width: 430px;
  height: 117px;
}
.detailBtn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #016be3;
  border: solid 1px #016be3;
  border-radius: 20px;
  margin: 20px auto;
  display: block;
}
.detailBtn span {
  margin-left: 10px;
}
/* 信息公开大厅  */
.xxgkTopNav {
  width: 100%;
  height: 50px;
  background: #fff6e2;
  position: relative;
}
.xxgkTopNav .wrap {
  height: 50px;
  margin: 0px auto 0px auto;
}
.xxgkTopNav ul li {
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.xxgkTopNav ul li a {
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 13px 43px;
}
.xxgkTopNav ul li a:hover {
  font-weight: bold;
  color: #bd1a2d;
/*  background: #3086c2;*/
}
.xxgkTopNav ul li.on a {
 /* background: #3086c2;*/
  font-weight: bold;
  color: #bd1a2d;
}
.xxgkTopNav .subMenu_bg {
  width: 100%;
  height: 0;
  background: #FFF;
}
.xxgkTopNav ul.submenu {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50px;
  height: 36px;
  z-index: 9;
  width: 600px;
  display: none;
}
.xxgkTopNav ul.submenu li {
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
}
.xxgkTopNav ul.submenu li a {
  color: #999;
  font-size: 16px;
  padding: 0 10px;
  background: none;
  font-weight: normal;
}
.xxgkTopNav ul.submenu li a:hover {
  color: #bd1a2d;
}
.xxgkContent {
  background: #FFF;
  padding: 50px 95px 50px;
  width: 1008px;
  overflow: hidden;
  border: solid 1px #c9c9c9;
}
.xxgkMenuBox {
  width: 290px;
  overflow: hidden;
}
.titleBox {
  width: 100%;
  height: 25px;
  background: url(../images/title_bg_red.gif) repeat-x 0 12px;
  position: relative;
  margin-bottom: 20px;
}
.titleBox i {
  display: block;
  background: url(../images/icon_gkdt_red.png) no-repeat -317px -27px;
  width: 6px;
  height: 25px;
  float: left;
}
.titleBox h2 {
  padding-left: 10px;
  background: #FFF;
  height: 25px;
  line-height: 25px;
  width: 180px;
  font-size: 24px;
  color: #ce3538;
  font-weight: bold;
}
.title04 h2 {
  width: 110px;
}
.titleBox .more {
  background: url(../images/icon_more_over_red.png) no-repeat center center #FFF;
  width: 100px;
  height: 25px;
  overflow: hidden;
  text-indent: -1978px;
  position: absolute;
  right: 0;
  top: 0;
}
.title06 h2 {
  width: 155px;
}
.xxgkMenu li {
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  height: 36px;
}
.xxgkMenu li a {
  display: block;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 18px;
  background: #EEE;
  position: relative;
  line-height: 36px;
}
.xxgkMenu li a:hover {
  background: #0098ff;
  color: #FFF;
}
.xxgkMenu li a:hover i {
  display: none;
}
.xxgkMenu li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 36px;
}
.xxgkMenu li a i.line01 {
  background: #c27a12;
}
.xxgkMenu li a i.line02 {
  background: #e14b6b;
}
.xxgkMenu li a i.line03 {
  background: #f5821c;
}
.xxgkMenu li a i.line04 {
  background: #88ba10;
}
.xxgkMenu li a i.line05 {
  background: #c27a12;
}
.xxgkMenu li a i.line06 {
  background: #0098ff;
}
.xxgkMenu li a i.line07 {
  background: #e14b6b;
}
.xxgkMenu li a i.line08 {
  background: #88ba10;
}
.xxgkMenu li a i.line09 {
  background: #4ad8a7;
}
.xxgkMenu li a i.line10 {
  background: #c27a12;
}
.xxgkMenu li a i.line11 {
  background: #35c6e8;
}
.xxgkContent .fright {
  width: 690px;
  overflow: hidden;
}
.xxgkContent .fright .newsList li {
  overflow: hidden;
}
.xxgkContent .fright .newsList li a {
  display: block;
  width: 75%;
  height: 36px;
  line-height: 36px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList {
  padding: 0 10px;
}
.newsList li {
  line-height: 30px;
}
.newsList li a {
  font-size: 16px;
}
.newsList li .date {
  float: right;
}
.newsList li a span {
  font-weight: bold;
  color: #125fc2;
  font-size: 14px;
  margin-right: 10px;
}
.zdlyBox {
  background: #f2f2f2;
  width: 100%;
  overflow: hidden;
}
.zdlyList {
  overflow: hidden;
  margin-top: 20px;
}
.zdlyList li {
  float: left;
  width: 225px;
  height: 46px;
  margin: 0 0 15px 20px;
  position: relative;
}
.zdlyList li a {
  display: block;
  width: 215px;
  height: 46px;
  background: #FFF;
  line-height: 46px;
  font-size: 16px;
  color: #575757;
  padding-left: 10px;
  border: solid 1px #bababa;
}
.zdlyList li i.iconArr {
  position: absolute;
  background: url(../images/icon_gkdt_red.png) no-repeat -317px 0;
  width: 25px;
  height: 25px;
  left: 25px;
  top: 50%;
  margin-top: -12px;
}
.zdlyList li a:hover i.leftArr {
  position: absolute;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #ffab80;
  border-left: solid 6px #ffab80;
  left: 0;
  top: 0;
  z-index: 9;
}
.zdlyList li a:hover {
  border: solid 1px #ffab80;
  color: #ffab80;
}
.xxgkztSlide {
  width: 1008px;
  height: 121px;
  position: relative;
}
.xxgkztSlide ul {
  margin-left: 20px;
}
.xxgkztSlide ul li {
  float: left;
  width: 230px;
  height: 121px;
  margin-left: 10px;
}
.xxgkztSlide ul li img {
  width: 230px;
  height: 121px;
}
.xxgkztSlide .tempWrap {
  margin-left: 17px;
}
.xxgkztSlide .prev,
.xxgkztSlide .next {
  background: url(../images/icon_gkdt_red.png) no-repeat -23px 0;
  width: 21px;
  height: 121px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px;
  z-index: 9;
}
.xxgkztSlide .next {
  background-position: 0 0;
  right: auto;
  left: 0;
}
.qqSlide {
  width: 1170px;
  background: #f2f2f2;
  position: relative;
  padding: 25px 0;
}
.qqSlide .hd li {
  float: left;
  width: 150px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.qqSlide .hd li span.arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #ce3538;
  left: 50%;
  margin-left: -6px;
  bottom: -12px;
  display: none;
}
.qqSlide .hd li.on span.arrow {
  display: block;
}
.qqSlide .hd li.on {
  background: #ce3538;
  border-radius: 5px;
}
.qqSlide .hd li.on a {
  color: #FFF;
}
.qqSlide .hd li a {
  font-size: 16px;
}
.qqSlide .hd {
  width: 1150px;
  height: 50px;
  padding-left: 20px;
}
.xxgkBanner {
  width: 100%;
  height: 187px;
  overflow: hidden;
  margin-top: 7px;
}
.xxgkBanner .fright {
  width: auto;
}
.xxgkBanner a {
  display: block;
  width: 331px;
  height: 187px;
  overflow: hidden;
}
.xxgkBanner a img {
  width: 331px;
  height: 187px;
}
/* 依申请公开 */
.secondCon {
  background: #FFF;
  padding: 20px 15px 0;
  width: 1168px;
  overflow: hidden;
  border: solid 1px #d5d5d5;
  min-height: 670px;
}
.secondLeft {
  width: 303px;
  border: solid 1px #ffe5e3;
  background: #fffaf9;
}
.searchForm {
  padding: 0 15px 15px;
  width: 273px;
}
.searchTit {
  background: url(../images/icon_gkdt_red.png) no-repeat -344px 0;
  width: 253px;
  height: 34px;
  position: relative;
  font-size: 18px;
  color: #FFF;
  line-height: 34px;
  padding-left: 20px;
  margin-top: 15px;
}
.icon_arrow {
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-right: solid 6px #d13c3f;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -6px;
}
.titleCircle {
  background: url(../images/icon_gkdt_red.png) no-repeat -331px -27px;
  width: 11px;
  height: 11px;
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -6px;
}
/*
.searchLine {
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
}
.searchLine span {
  font-size: 16px;
  color: #bf2b2e;
  display: block;
  float: left;
  width: 85px;
}
.searchLine input {
  float: left;
  width: 173px;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  border: solid 1px #ffb1b2;
  font-size: 14px;
  color: #818181;
  background: #FFF;
}
.searchLine input.dateBg {
  background: url(../images/input_date_bg_red.gif) no-repeat right top #FFF;
  padding-right: 36px;
  width: 139px;
}
.searchLine input.submitBtn {
  width: 273px;
  border: none;
  background: #ce3538;
  border-radius: 10px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-family: "微软雅黑";
}
 */
.mldhBox {
  padding: 0 15px;
  width: 273px;
}
.mlList {
  width: 230px;
  margin: 15px auto 30px;
  overflow: hidden;
}
.mlList li {
  margin-top: 10px;
  overflow: hidden;
  height: 36px;
}
.mlList li a {
  display: block;
  width: 198px;
  height: 34px;
  border: solid 1px #ffb1b2;
  background: #FFF;
  line-height: 34px;
  font-size: 16px;
  color: #5a5a5a;
  position: relative;
  padding-left: 30px;
}
.mlList li a span {
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(../images/icon_xxgkdt_menu_arrow_red.png) no-repeat;
  right: 10px;
  top: 14px;
  z-index: 9;
  cursor: pointer;
}
.mlList li a.on {
  background: #ce3538;
  color: #FFF;
}
.mlList li a.on span {
  background-position: -14px 0;
}
.mlList li a:hover {
  background: #ce3538;
  color: #FFF;
}
.mlList .subMenu {
  margin-top: 10px;
}
.mlList .subMenu li {
  margin-top: 0;
  height: auto;
}
.mlList .subMenu li a {
  display: inline;
  border: none;
  background: none;
  color: #999;
  line-height: 32px;
  padding: 0;
}
.mlList .subMenu li a i {
  display: block;
  width: 3px;
  height: 12px;
  background: #999;
  float: left;
  margin: 10px 10px 0 35px;
}
.mlList .subMenu li a:hover {
  color: #016bd5;
}
.mlList .subMenu li a:hover i {
  background: #016bd5;
}
.mlList .subMenu li a.on {
  color: #016bd5;
}
.mlList .subMenu li a.on i {
  background: #016bd5;
}
.secondRight {
  width: 840px;
  overflow: hidden;
}
.secondRight .slideList {
  width: 96%;
  margin: 20px auto;
}
.chnName {
  background: url(../images/right_title_bg_red.jpg) no-repeat;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 1px 1px #333;
  padding-left: 10px;
}
.subChnName {
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #bababa;
  position: relative;
  margin-top: 10px;
}
.subChnName h2 {
  display: inline;
  font-size: 16px;
  color: #d13c3f;
  font-weight: bold;
  border-bottom: solid 2px #d13c3f;
  position: absolute;
  line-height: 40px;
  left: 0;
  bottom: -1px;
  z-index: 9;
  padding: 0 20px;
}
.bmList {
  overflow: hidden;
  margin: 15px auto 20px;
  width: 780px;
}
.bmList li {
  float: left;
  width: 260px;
  height: 40px;
  line-height: 40px;
}
.bmList li i {
  display: block;
  background: url(../images/icon_gkdt_red.png) no-repeat -331px -40px;
  width: 9px;
  height: 9px;
  float: left;
  margin: 16px 10px 0 0;
}
.bmList li a {
  font-size: 16px;
}
.listTab {
  border-collapse: collapse;
  width: 100%;
}
.listTab th {
  background: #dfdfdf;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ce3538;
  font-size: 16px;
  border-right: solid 1px #FFF;
  padding: 0;
}
.listTab td {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 5px;
}
.listTab td span {
  display: block;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listTab td.xh span {
  width: 40px;
}
.listTab td.rq span {
  width: 80px;
}
.listTab td.jg span {
  width: 140px;
}
.listTab td.wh span {
  width: 160px;
}
.listTab td.mc {
  text-align: left;
}
.listTab td.mc a {
  display: block;
  width: 510px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listTab tr:nth-child(odd) {
  background: #feebeb;
}
.contentBox {
  background: #FFF;
  padding: 20px 45px 0;
  width: 1108px;
  overflow: hidden;
  border: solid 1px #d5d5d5;
}
.funList {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}
.funList li {
  float: right;
  margin-left: 40px;
  line-height: 30px;
}
.funList li i {
  display: block;
  float: left;
  background: url(../images/icon_gkdt_red.png) no-repeat;
}
.funList li.relay a i {
  background-position: -619px -22px;
  width: 17px;
  height: 18px;
  margin: 6px 5px 0 0;
}
.funList li.print a i {
  background-position: -653px 0;
  width: 17px;
  height: 19px;
  margin: 5px 5px 0 0;
}
.funList li.info a i {
  background-position: -635px 0;
  width: 16px;
  height: 19px;
  margin: 5px 5px 0 0;
}
.funList li.relay a:hover i,
.funList li.relay.on a i {
  background-position: -381px -40px;
}
.funList li.print a:hover i,
.funList li.print.on a i {
  background-position: -362px -40px;
}
.funList li.info a:hover i,
.funList li.info.on a i {
  background-position: -344px -40px;
}
.funList li.on a {
  color: #ce3538;
}
.funList li a:hover {
  color: #ce3538;
}
.funList li a.bds_more {
	display:none !important;
}
.contentTab {
  width: 100%;
  border-collapse: collapse;
}
.contentTab td,
.contentTab th {
  height: 30px;
  line-height: 30px;
  border: solid 1px #ffd9e0;
  padding-left: 20px;
  position: relative;
}
.contentTab tr:nth-of-type(odd) {
  background: #fffaf9;
}
.contentTab th {
  text-align: left;
}
.contentTab tr:nth-of-type(1) {
  background: #fcd5d5;
}
.tabBox {
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.tabClose {
  background: url(../images/icon_gkdt_red.png) no-repeat -400px -40px;
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 9;
  right: 5px;
  top: 2px;
  cursor: pointer;
}
.contentTit {
  background: url(../images/line.png) no-repeat center bottom;
  overflow: hidden;
  margin-bottom: 20px;
}
.contentTit h1 {
  color: #bd1a2d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin: 20px 0;
}
.contentTxt {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 50px;
}
.contentTxt img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.ysqBox {
  margin-bottom: 30px;
}
.ysqTit {
  height: 32px;
  margin: 20px 0 10px;
  line-height: 32px;
  background: url(../images/title_ling.gif) repeat-x left center;
}
.ysqTit h2 {
  width: 180px;
  padding-left: 20px;
  background: #FFF;
  height: 32px;
  font-size: 20px;
  color: #ce3538;
  font-weight: bold;
}
.ysqTit h2 i {
  background: url(../images/icon_gkdt_red.png) no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}
.ysqTit h2 i.icon_sqr {
  background-position: -428px -40px;
}
.ysqTit h2 i.icon_wytj {
  background-position: -462px -40px;
}
.ysqTit h2 i.icon_cxzt {
  background-position: -496px -40px;
}
.ysqCon {
  padding-left: 62px;
}
.sqrts {
  overflow: hidden;
}
.ysqCon p {
  line-height: 40px;
}
.ysqCon h3,
.ysqCon input {
  float: left;
}
.ysqCon h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.sqrts .sqrKey {
  width: 300px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border: solid 1px #80aae8;
  margin-left: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.sqrts .sqrSubmit {
  width: 90px;
  height: 32px;
  background: #ff6000;
  border-radius: 10px;
  line-height: 32px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
  font-family: "微软雅黑";
  margin-left: 10px;
}
.btn_wysq {
  display: block;
  width: 130px;
  background: #ff6000;
  border-radius: 10px;
  font-size: 16px;
  color: #FFF;
  line-height: 32px;
  height: 32px;
  padding-left: 30px;
  margin: 40px 0;
}
.btn_wysq:hover {
  color: #FFF;
}
.btn_wysq .video {
  display: block;
  background: url(../images/icon_gkdt_red.png) no-repeat -530px -40px;
  width: 21px;
  height: 21px;
  float: right;
  margin: 5px 30px 0 0;
}
.sqrts .chxKey {
  width: 200px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border: solid 1px #80aae8;
  margin-left: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.xxgkLocation .location {
  height: 40px;
  border-bottom: solid 1px #ffcccc;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #e21509;
}
.xxgkLocation .location a {
  color: #e21509;
  font-size: 16px;
}
.xxgkLocation .location i {
  float: left;
  margin: 10px 10px 0 0;
  background: url(../images/icon_location_red.png) no-repeat;
  width: 14px;
  height: 20px;
}
/* 政民互动 */
.zmhdTopBanner {
  overflow: hidden;
  width: 100%;
}
.zmhdTopBanner a {
  display: block;
  height: 130px;
}
.zmhdTopBanner a.banner_zxpt {
  width: 730px;
}
.zmhdTopBanner a.banner_zxpt img {
  width: 730px;
  height: 130px;
}
.zmhdTopBanner a.banner_msdh {
  width: 430px;
}
.zmhdTopBanner a.banner_msdh img {
  width: 430px;
  height: 130px;
}
.zxftSlide {
  height: 281px;
}
.zxftSlide .bd .con {
	height: 100%;
	overflow: hidden;
}
.zxftSlide .bd .con .slideList {
	margin-top: 5px;
}
.zxftSlide .bd .con .slideList li {
  line-height: 34px;
}
.zxftSlide .zxftHot {
  overflow: hidden;
  padding: 10px;
}
.zxftSlide .zxftHot .fleft {
  width: 316px;
  height: 179px;
  overflow: hidden;
}
.zxftSlide .zxftHot .fleft img {
  width: 316px;
  height: 179px;
}
.zxftSlide .zxftHot .fright {
  width: 352px;
}
.zxftSlide .zxftHot .fright .line {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 23px;
  font-size: 16px;
  padding-bottom: 3px;
}
.zxftSlide .zxftHot .fright .line h3 {
  width: 83px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #ff7200;
  position: relative;
  float: left;
  border: solid 1px #ffd1ab;
  border-radius: 5px;
}
.zxftSlide .zxftHot .fright .line p {
  width: 260px;
  float: right;
}
.wjdcBox {
  height: 281px;
}
.wjdcBox .xxgkCon {
  border: solid 1px #ecf3f9;
  border-top: none;
  width: 408px;
  height: 200px;
  overflow: hidden;
  padding: 15px 10px;
}
.wjdcBox .xxgkCon .slideList li {
  line-height: 35px;
}
.lxxdSlide {
  height: 791px;
}
.lxxdSlide .lxxdList {
  overflow: hidden;
}
.lxxdSlide .lxxdList li {
  float: left;
  margin: 0 10px 10px 0;
}
.lxxdSlide .lxxdList li a {
  display: block;
  width: 329px;
  height: 210px;
  overflow: hidden;
  padding: 10px;
}
.lxxdSlide .lxxdList li a:hover {
  background: #f6f6f6;
}
.lxxdSlide .lxxdList .time {
  height: 40px;
  line-height: 40px;
  color: #7eb3dd;
  font-size: 16px;
  border-bottom: solid 1px #d4d4d4;
  padding-left: 10px;
}
.lxxdSlide .lxxdList .time span {
  margin-right: 10px;
}
.lxxdSlide .lxxdList h3 {
  font-size: 16px;
  color: #134896;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.lxxdSlide .lxxdList h3 i {
  background: url(../images/zmhd/icon_zmhd_deepBlueDot.png) no-repeat;
  width: 6px;
  height: 6px;
  float: left;
  margin: 17px 5px 0 0;
}
.lxxdSlide .lxxdList .sldw {
  font-size: 14px;
  color: #d65f17;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.lxxdSlide .lxxdList .sldw span {
  margin-right: 5px;
}
.lxxdSlide .lxxdList p {
  text-indent: 2em;
  line-height: 1.8;
  padding: 0 10px;
}
.zmhdBox {
  height: 380px;
}
.wbBox .con {
  border: solid 1px #ecf3f9;
  border-top: none;
  width: 428px;
  height: 329px;
  overflow: hidden;
}
.smhyBox .con {
  border: solid 1px #ecf3f9;
  border-top: none;
  width: 408px;
  height: 159px;
  overflow: hidden;
  padding: 15px 10px;
}
.smhyBox .con li {
  line-height: 26px;
}
.smhyBox .con li i.listArr {
  margin: 9px 10px 0 0;
}
.hdbdSlide {
  height: 401px;
}
.hdbdSlide table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
.hdbdSlide table th {
  background: #dfdfdf;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border-right: solid 1px #FFF;
  color: #1262b8;
  font-weight: normal;
}
.hdbdSlide table td {
  text-align: center;
  line-height: 30px;
}
.hdbdSlide table tr:nth-of-type(odd) {
  background: #e0f3ff;
}
.slqkBox {
  height: 401px;
}
.slqkBox .title h2 {
  width: 70%;
}
.slqkBox .con {
  border: solid 1px #ecf3f9;
  border-top: none;
  width: 408px;
  height: 320px;
  overflow: hidden;
  padding: 15px 10px;
}
.slqkBox .ex {
  border-bottom: dashed 1px #d3d3d3;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
}
.slqkBox .ex span {
  margin-right: 10px;
}
.slqkBox .ex i {
  display: block;
  width: 9px;
  height: 9px;
  float: left;
  margin: 15px 5px 0 0;
}
.slqkBox .col_blue {
  color: #2b82f9;
  display: block;
  float: left;
}
.slqkBox .col_blue i {
  background: url(../images/zmhd/icon_zmhd_blueDot.png) no-repeat;
}
.slqkBox .col_pink {
  color: #f68094;
  display: block;
  float: left;
}
.slqkBox .col_pink i {
  background: url(../images/zmhd/icon_zmhd_pinkDot.png) no-repeat;
}
.slqkBox .exDetail .line {
  height: 46px;
  margin-top: 10px;
  padding-left: 10px;
}
.slqkBox .exDetail h4 {
  background: url(../images/tjqk_left_bg.png) no-repeat;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-right: 20px;
}
.slqkBox .exDetail .jdtBox {
  width: 200px;
  float: left;
  height: 100%;
  margin-right: 20px;
}
.slqkBox .exDetail .jdtBox .slBfb {
  height: 10px;
  background: #759df7;
  border-radius: 5px;
  display: block;
  margin: 10px 0 10px 0;
}
.slqkBox .exDetail .jdtBox .hfBfb {
  height: 10px;
  background: #f68094;
  border-radius: 5px;
  display: block;
}
.slqkBox .exDetail .txt {
  float: left;
}
.slqkBox .exDetail .txt p {
  line-height: 23px;
  height: 23px;
}
/* 政民互动列表页 */
.zxftSecBox .title {
  height: 40px;
  border-bottom: solid 1px #c2c2c2;
  line-height: 40px;
}
.zxftSecBox .title h2 {
  font-size: 18px;
  width: 150px;
  text-align: center;
  border-bottom: solid 1px #1586e1;
  color: #1586e1;
}
.zxftSecBox .zxftSecList {
  padding: 0 20px;
}
.zxftSecBox .zxftSecList li {
  border-bottom: dashed 1px #b8b8b8;
  padding: 20px 0;
  overflow: hidden;
}
.zxftSecBox .zxftSecList li .pic {
  float: left;
  width: 335px;
  height: 190px;
  overflow: hidden;
}
.zxftSecBox .zxftSecList li .pic img {
  width: 335px;
  height: 190px;
}
.zxftSecBox .zxftSecList li .txt {
  width: 770px;
  float: right;
}
.zxftSecBox .zxftSecList li .txt .line {
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 26px;
}
.zxftSecBox .zxftSecList li .txt .line h3 {
  width: 75px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  position: relative;
  background: #3096ff;
  float: left;
}
.zxftSecBox .zxftSecList li .txt .line h3 span {
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: 50%;
  margin-top: -5px;
}
.zxftSecBox .zxftSecList li .txt .line p {
  width: 685px;
  float: right;
}
.zxftSecBox .zxftSecList li .txt .line p a {
  font-size: 16px;
}
.zxftSecBox .zxftSecList li .txt .line p a.detail {
  font-size: 14px;
  color: #1a7ccb;
}
.zxftSecBox .zxftSecList li .txt .line .color01 {
  background: #6abaff;
}
.zxftSecBox .zxftSecList li .txt .line .color01 span {
  border: solid 5px transparent;
  border-left: solid 5px #6abaff;
}
.zxftSecBox .zxftSecList li .txt .line .color02 {
  background: #8ea9ff;
}
.zxftSecBox .zxftSecList li .txt .line .color02 span {
  border: solid 5px transparent;
  border-left: solid 5px #8ea9ff;
}
.zxftSecBox .zxftSecList li .txt .line .color03 {
  background: #4ccfdf;
}
.zxftSecBox .zxftSecList li .txt .line .color03 span {
  border: solid 5px transparent;
  border-left: solid 5px #4ccfdf;
}
.zxftSecBox .zxftSecList li .txt .line .color04 {
  background: #eec44c;
}
.zxftSecBox .zxftSecList li .txt .line .color04 span {
  border: solid 5px transparent;
  border-left: solid 5px #eec44c;
}
.zxftSecBox .page {
  border: none;
}
/* 政民互动平台 */
.zmhdptTopBox {
  width: 100%;
  height: 300px;
}
.zmhdptTopBox .wrap {
  height: 100%;
}
.zmhdptTopBox .title_jbft {
  background: url(../images/icon_big_logo_jbft.png) no-repeat;
  width: 408px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -204px;
  text-indent: -1978px;
  overflow: hidden;
  z-index: 9;
}
.zmhdptTopBox .searchBox {
  width: 730px;
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -361px;
  z-index: 9;
}
.zmhdptTopBox .searchTxt {
  width: 550px;
  height: 52px;
  line-height: 52px;
  background: #FFF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 10px;
  float: left;
  font-size: 16px;
  font-family: "微软雅黑";
}
.zmhdptTopBox .searchBtn {
  background: url(../images/icon_gkdt_red.png) no-repeat -46px 0;
  width: 163px;
  height: 52px;
  float: left;
  overflow: hidden;
  text-indent: -1978px;
  border: none;
}
.zmhdptTopBox .location {
  height: 40px;
  border-bottom: solid 1px #0066cc;
  line-height: 40px;
  font-size: 16px;
  color: #0066cc;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  margin-bottom: 0;
}
.zmhdptTopBox .location a {
  color: #0066cc;
  font-size: 16px;
}
.zmhdptTopBox .location i {
  font-weight: bold;
  margin-right: 10px;
  margin-top: -3px;
}
.zmhdptTopBox .ftBg {
  background: url(../images/ft_topBox_bg.png) no-repeat;
  width: 279px;
  height: 227px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.zmhdptContent {
  background: #FFF;
  padding: 50px 20px 50px;
  width: 1138px;
  overflow: hidden;
  border: solid 1px #c9c9c9;
}
.ftIntro {
  padding: 0 30px;
}
.ftIntro span {
  display: block;
  width: 120px;
  color: #333;
  text-align: right;
  float: left;
  font-weight: bold;
}
.ftIntro h2 {
  font-size: 20px;
  color: #ff7a01;
  line-height: 40px;
  font-weight: bold;
}
.ftIntro .line {
  font-size: 16px;
  overflow: hidden;
  line-height: 30px;
}
.ftIntro .line .txt {
  width: 958px;
  float: left;
}
.ftContent .fleft {
  width: 818px;
}
.ftContent .fleft .xcftqBox .title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #0650a2;
  font-size: 22px;
  color: #FFF;
  overflow: hidden;
}
.ftContent .fleft .xcftqBox .title h2 {
  font-weight: bold;
}
.ftContent .fleft .xcftqBox .title i {
  font-size: 30px;
  margin: -3px 10px 0 20px;
  font-weight: normal;
}
.ftContent .fleft .xcftqBox .con {
  border: solid 1px #d5d5d5;
  border-top: none;
  padding: 20px;
}
.ftContent .fleft .xcftqBox .con .freshBox {
  height: 50px;
  border-bottom: solid 1px #d5d5d5;
}
.ftContent .fleft .xcftqBox .con .freshBox select {
  width: 60px;
  height: 24px;
  float: right;
  margin: 13px 10px 0 0;
}
.ftContent .fleft .xcftqBox .con .freshBox a {
  display: block;
  width: 80px;
  height: 24px;
  text-align: center;
  border-radius: 5px;
  line-height: 24px;
  color: #FFF;
  float: right;
  margin: 13px 10px 0 0;
}
.ftContent .fleft .xcftqBox .con .freshBox a.autoFresh {
  background: #ff7a01;
}
.ftContent .fleft .xcftqBox .con .freshBox a.manFresh {
  background: #7cc1fa;
}
.ftContent .fleft .xcftqBox .con .freshBox span {
  display: block;
  height: 50px;
  line-height: 50px;
  float: right;
  margin-right: 10px;
}
.ftContent .fleft .xcftqBox .talkBox {
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ftContent .fleft .xcftqBox .talkBox .line {
  margin-top: 20px;
  overflow: hidden;
}
.ftContent .fleft .xcftqBox .talkBox .line h4 {
  width: 160px;
  float: left;
  font-size: 16px;
  line-height: 43px;
  height: 100%;
  color: #0650a2;
  overflow: hidden;
}
.ftContent .fleft .xcftqBox .talkBox .line h4 .iconZcr {
  display: block;
  background: url(../images/icon_zcr.png) no-repeat;
  width: 43px;
  height: 43px;
  float: left;
  margin-right: 10px;
}
.ftContent .fleft .xcftqBox .talkBox .line h4 .iconJb {
  display: block;
  background: url(../images/icon_jb.png) no-repeat;
  width: 43px;
  height: 43px;
  float: left;
  margin-right: 10px;
}
.ftContent .fleft .xcftqBox .talkBox .line p {
  width: 560px;
  float: right;
  font-size: 16px;
  line-height: 2;
  margin-right: 10px;
}
.ftContent .fright {
  width: 300px;
  overflow: hidden;
}
.ftPhotoSlide {
  width: 750px;
  height: 150px;
  position: relative;
  margin: 0 auto;
}
.ftPhotoSlide .prev {
  position: absolute;
  background: url(../images/photo_slide_arrow.png) no-repeat;
  width: 35px;
  height: 44px;
  left: -10px;
  top: 50%;
  margin-top: -22px;
  z-index: 9;
}
.ftPhotoSlide .next {
  position: absolute;
  background: url(../images/photo_slide_arrow.png) no-repeat -37px 0;
  width: 35px;
  height: 44px;
  right: -10px;
  top: 50%;
  margin-top: -22px;
  z-index: 9;
}
.ftPhotoSlide ul li {
  width: 180px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.ftPhotoSlide ul li img {
  width: 180px;
  height: 150px;
}
.plForm {
  width: 300px;
  overflow: hidden;
}
.plForm textarea {
  width: 278px;
  height: 180px;
  border: solid 1px #e1e1e1;
  border-radius: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
  padding: 10px;
}
.plForm input {
  background: #ff7a01;
  width: 85px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  line-height: 24px;
  cursor: pointer;
  font-family: "微软雅黑";
  margin-top: 5px;
  float: right;
}
.wytwBox {
  background: #F6F6F6;
  width: 100%;
  overflow: hidden;
}
.wytwBox .title {
  height: 40px;
  line-height: 40px;
  border-top: solid 2px #073a85;
  position: relative;
}
.wytwBox .title h2 {
  font-size: 18px;
  color: #073A85;
  padding: 0 10px;
  width: 120px;
  position: relative;
  text-align: center;
}
.wytwBox .title h2 span {
  position: absolute;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #073A85;
  left: 50%;
  margin-left: -6px;
  top: 0;
  z-index: 9;
}
.wytwBox .wytwCon {
  padding: 0 10px;
  width: 280px;
  height: 468px;
  overflow-x: hidden;
  overflow-y: auto;
}
.wytwBox .wytwCon .line {
  border-bottom: dashed 1px #bbb;
  font-size: 16px;
  color: #5A5A5A;
  line-height: 1.8;
  padding-bottom: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.banner_wqft {
  display: block;
  width: 300px;
  height: 110px;
  overflow: hidden;
}
/* 电话黄页 */
.channelName {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  border-left: solid 5px #333;
  padding-left: 10px;
  margin: 20px 0;
}
.telBox {
  padding: 0 50px;
  width: 1080px;
}
.telBox .title {
  margin-bottom: 20px;
}
.telBox .title h3 {
  font-size: 20px;
  font-weight: bold;
}
.telBox .telList {
  overflow: hidden;
  border-bottom: solid 1px #CCC;
}
.telBox .telList li {
  width: 220px;
  height: 70px;
  border: solid 1px #CCC;
  padding: 10px 15px;
  float: left;
  margin: 0 24px 24px 0;
}
.telBox .telList li p {
  line-height: 35px;
  font-size: 16px;
  color: #808080;
}
.telBox .telList li p.underLine {
  border-bottom: solid 1px #CCC;
  color: #333;
}
.telBox .telList li i {
  color: #4d8cee;
  margin: -3px 5px 0 0;
}
/* 全区一网二级列表页 */
.secondTitle {
  height: 73px;
  padding: 0 0 10px;
  border-bottom: solid 1px #CCC;
  line-height: 73px;
}
.secondTitle h2 {
  font-size: 26px;
  font-weight: bold;
  width: 200px;
  background: url(../images/second_title_right_line.png) no-repeat right center;
  float: left;
  padding-left: 20px;
  margin-right: 20px;
}
.secondTitle .location {
  float: left;
  margin: 0;
}
.secSubTitle {
  padding: 0 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 80px;
}
.senondListCon {
  padding: 0 30px;
}
.senondListCon li {
  line-height: 50px;
}
.senondListCon li a i.listArr {
  margin: 21px 10px 0 0;
}
.senondListCon li.line {
  border-bottom: dashed 1px #e6e3e3;
  padding-top: 25px;
  margin-bottom: 25px;
}
/* 二级页内容页 */
.thirdLocation {
  border-bottom: solid 1px #e6e6e6;
  overflow: hidden;
}
.thirdBox {
  padding: 0 50px;
  width: 1080px;
}
.thirdBox h1 {
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  padding: 20px 0;
}
.thirdBox .resouceBox {
  color: #666;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.thirdBox .resouceBox span {
  margin-right: 10px;
}
.thirdBox .thirdTxt {
  line-height: 2;
  font-size: 16px;
}
.thirdBox .thirdTxt a {
  font-size: 16px;
}
.thirdBox .thirdTxt img {
  max-width: 1080px;
}
.shareBox {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}
.shareBox .share {
  width: 150px;
  height: 100%;
  float: right;
  background: #ededed;
  border-radius: 10px;
  padding-left: 10px;
}
.shareBox .share h4 {
  width: 50px;
  float: left;
  height: 100%;
}
.shareBox .share .shareIcon {
  float: left;
  width: 100px;
  height: 100%;
  padding-top: 6px;
}
.shareBox .praise {
  float: right;
  margin-right: 20px;
}
.shareBox .praise i {
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin: 10px 5px 0 0;
  background: url(../images/icon_heart.png) no-repeat;
}
.shareBox .contentIcon {
  width: 700px;
  float: left;
  overflow: hidden;
}
.relate {
  color: #0b85ff;
  line-height: 30px;
  margin-top: 20px;
}
.relate a {
  margin-right: 20px;
  color: #0b85ff;
}
.conZdtjBox {
  width: 1080px;
  margin-top: 10px;
  overflow: hidden;
}
.conZdtjBox span {
  display: block;
  width: 80px;
  color: #0b85ff;
  float: left;
  line-height: 40px;
}
.conZdtjBox .con {
  width: 1000px;
  float: right;
  line-height: 40px;
}
.context {
  line-height: 30px;
  margin-top: 20px;
}
.commentBox .title {
  background: #f9ebd6;
  height: 70px;
  overflow: hidden;
  position: relative;
  line-height: 70px;
}
.commentBox .title h2 {
  color: #cf871c;
  font-size: 22px;
  width: 200px;
  margin-left: 30px;
  float: left;
}
.commentBox .title h2 i {
  margin: -3px 5px 0 0;
}
.commentBox .title span.total {
  color: #cf871c;
  font-size: 22px;
  float: right;
  margin-right: 20px;
}
.commentBox .title span.angle {
  position: absolute;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #FFF;
  border-top: solid 10px #FFF;
  left: 0;
  top: 0;
  z-index: 9;
}
.commentBox .commentCon {
  border: solid 1px #f9ebd6;
  border-top: none;
  padding: 40px 20px;
  width: 1138px;
  overflow: hidden;
}
.commentBox .commentCon .line {
  margin-bottom: 50px;
  overflow: hidden;
}
.commentBox .commentCon .line .pic {
  width: 90px;
  height: 90px;
  overflow: hidden;
  float: left;
}
.commentBox .commentCon .line .pic img {
  width: 90px;
  height: 90px;
}
.commentBox .commentCon .line .txt {
  width: 1028px;
  float: right;
}
.commentBox .commentCon .line .txt .dateBox {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border-bottom: solid 1px #DDD;
  color: #6c6c6c;
}
.commentBox .commentCon .line .txt .dateBox span {
  float: left;
}
.commentBox .commentCon .line .txt .dateBox span.name {
  margin-right: 100px;
}
.commentBox .commentCon .line .txt .dateBox a.praise {
  float: right;
}
.commentBox .commentCon .line .txt .dateBox a.praise i {
  color: #cc2626;
  margin: -3px 5px 0 0;
}
.commentBox .commentCon .line .txt p.desc {
  font-size: 16px;
  line-height: 2;
}
.commentBox .commentCon a.more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.deliver {
  width: 1038px;
  padding: 0 50px;
}
.deliver .title {
  height: 40px;
  background: #a4e0ff;
}
.deliver .title h2 {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  color: #00486d;
  width: 200px;
  border-left: solid 2px #00486d;
  margin: 12px 0 0 20px;
  padding-left: 10px;
}
.deliver .deliverCon {
  padding: 30px;
  background: #eff9ff;
}
.deliver .deliverCon .name,
.deliver .deliverCon .myComment {
  color: #868686;
  line-height: 30px;
}
.deliver .deliverCon .myComment {
  color: #217baa;
}
.deliver .deliverCon .deliverTxt {
  width: 972px;
  height: 200px;
}
.deliver .deliverCon .btn {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  background: #ff8a2c;
  float: right;
  margin-right: 10px;
  font-family: "微软雅黑";
}
.deliver .deliverCon .btn.col_blue {
  background: #3daff4;
}
.deliver .deliverCon .btnTip {
  float: right;
  font-size: 16px;
  color: #2d92c6;
  line-height: 36px;
}
.subTitle {
  text-align: center;
  padding: 10px 0;
  line-height: 16px;
  color: #999;
}
.subTitle span {
  margin-left: 20px;
}
/* 微信公众账号 */
.wxBox .telList li {
  width: 300px;
  height: 60px;
  padding: 20px;
  margin: 0 24px 24px 0;
}
.wxBox .telList li .pic {
  width: 70px;
  height: 60px;
  overflow: hidden;
  float: left;
}
.wxBox .telList li .pic img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.wxBox .telList li .txt {
  width: 220px;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  float: right;
}
.wxBox .telList li .txt h4 {
  font-size: 16px;
}
.wxBox .telList li .txt p {
  font-size: 14px;
}
/* 政策内容页 */
.thirdIntro {
  border: solid 1px #e0e0e0;
  overflow: hidden;
  padding: 20px;
  width: 1038px;
  margin: 20px 0;
}
.thirdIntro p {
  width: 419px;
  line-height: 40px;
  padding-left: 100px;
  float: left;
  font-size: 16px;
}
/* 政务动态图片列表 */
.zwdtPhotoList {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.zwdtPhotoList li {
  float: left;
  margin: 10px 0 0 2px;
}
.zwdtPhotoList li a {
  display: block;
  width: 280px;
  padding: 5px;
  border: solid 1px #FFF;
  box-shadow: 0 0 5px #FFF;
}
.zwdtPhotoList li a .pic {
  width: 280px;
  height: 212px;
  overflow: hidden;
}
.zwdtPhotoList li a .pic img {
  width: 280px;
  height: 212px;
}
.zwdtPhotoList li a .tit {
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.zwdtPhotoList li a .date {
  height: 30px;
  line-height: 30px;
  color: #777;
}
.zwdtPhotoList li a:hover {
  border: solid 1px #62bbf7;
  box-shadow: 0 0 5px #aedeff;
}
/* 领导介绍 */
.ldjsContent {
  padding-top: 0;
}
.ldjsTitle {
  overflow: hidden;
}
.ldjsTitle .location {
  width: 605px;
  float: left;
  margin-bottom: 0;
  height: 36px;
  line-height: 36px;
}
.ldjsTitle .ldflList {
  width: 570px;
  background: #0b85ff;
  height: 36px;
  line-height: 36px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  float: right;
}
.ldjsTitle .ldflList li {
  float: left;
  margin-left: 45px;
}
.ldjsTitle .ldflList li a {
  font-size: 18px;
  color: #FFF;
}
.ldjsTitle .ldflList li a:hover {
  color: #fff600;
}
.ldjsTitle .ldflList li a.on {
  color: #fff600;
}
.topNav_ldjs {
  line-height: 50px;
  height: 50px;
  background: #f7f7f7;
  margin-top: 10px;
}
.topNav_ldjs li {
  float: left;
  width: 20%;
  text-align: center;
}
.topNav_ldjs li a {
  font-size: 20px;
  font-weight: bold;
}
.topNav_ldjs li a.on {
  color: #016bd5;
}
.bmldSlider .hd {
  margin-bottom: 20px;
}
.bmldSlider .hd ul {
  overflow: hidden;
}
.bmldSlider .hd li {
  float: left;
  margin-right: 20px;
}
.bmldSlider .hd li a {
  display: block;
  width: 280px;
  height: 100px;
}
.bmldSlider .bd .infoCon h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ff7b11;
  height: 20px;
  line-height: 20px;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
}
.bmldSlider .bd .infoCon h3 i {
  display: block;
  width: 5px;
  height: 20px;
  background: #ff7b11;
  float: left;
  margin: 0 10px 0 0;
}
.bmldSlider .bd .infoCon ul {
  overflow: hidden;
}
.bmldSlider .bd .infoCon li {
  float: left;
  margin: 20px 0 0 17px;
}
.bmldSlider .bd .infoCon li a {
  width: 205px;
  height: 40px;
  text-align: center;
  background: #f7f7f7;
  border-radius: 4px;
  display: block;
  padding: 5px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ldjsList li {
  margin-top: 20px;
}
.ldjsList li a {
  display: block;
  width: 1148px;
  border: solid 1px #d8d8d8;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 0 5px #FFF;
}
.ldjsList li a:hover {
  box-shadow: 0 0 5px #aedeff;
}
.ldjsList li .pic {
  width: 105px;
  height: 130px;
  border: solid 1px #d9d9d9;
  padding: 5px;
  float: left;
}
.ldjsList li .pic img {
  width: 105px;
  height: 130px;
}
.ldjsList li .txt {
  width: 1010px;
  float: right;
}
.ldjsList li .txt h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.ldjsList li .txt h2 span {
  font-size: 20px;
  color: #0465d3;
  margin-right: 5px;
}
.ldjsList li .txt p {
  font-size: 16px;
  line-height: 2;
}
/* 专题中心 */
.ztzxSlide {
  width: 1180px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.ztzxSlide .hd {
  background: url(../images/zt_top_slide_hd.png) no-repeat;
  width: 180px;
  height: 245px;
  position: absolute;
  padding-top: 20px;
  left: 20px;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.ztzxSlide .hd li {
  height: 37px;
  line-height: 37px;
  width: 144px;
  text-align: center;
  cursor: pointer;
}
.ztzxSlide .hd li a {
  font-size: 18px;
  color: #FFF;
}
.ztzxSlide .hd li.on {
  background: url(../images/zt_top_slide_hd_over.png) no-repeat;
}
.ztzxSlide .hd li.btn01 {
  margin-left: 33px;
}
.ztzxSlide .hd li.btn02 {
  margin-left: 27px;
}
.ztzxSlide .hd li.btn03 {
  margin-left: 21px;
}
.ztzxSlide .hd li.btn04 {
  margin-left: 15px;
}
.ztzxSlide .hd li.btn05 {
  margin-left: 9px;
}
.ztzxSlide .hd li.btn06 {
  margin-left: 3px;
}
.ztzxSlide .bd {
  width: 1180px;
  height: 265px;
  overflow: hidden;
  position: relative;
}
.ztzxSlide .bd li {
  width: 1180px;
  height: 265px;
}
.ztzxSlide .bd li img {
  width: 1180px;
  height: 265px;
}
.zxztBox .title {
  height: 20px;
  line-height: 20px;
  background: #FFF;
  padding: 20px 0;
  margin-bottom: 10px;
}
.zxztBox .title h2 {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.zxztBox .title h2 i {
  display: block;
  width: 6px;
  height: 20px;
  background: #016bd5;
  float: left;
  margin: 0 10px 0 0;
}
.zxztBox .zxztList {
  overflow: hidden;
}
.zxztBox .zxztList li {
  width: 285px;
  height: 262px;
  overflow: hidden;
  float: left;
  margin: 0 20px 20px 0;
}
.zxztBox .zxztList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.zxztBox .zxztList li .pic {
  width: 285px;
  height: 150px;
  overflow: hidden;
}
.zxztBox .zxztList li .pic img {
  width: 285px;
  height: 150px;
}
.zxztBox .zxztList li .tit {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 265px;
  padding-left: 20px;
  padding-top: 10px;
  background: #FFF;
  line-height: 30px;
}
.zxztBox .zxztList li .date {
  color: #999;
  line-height: 30px;
  width: 265px;
  padding-left: 20px;
  background: #FFF;
}
.zxztBox .zxztList li .desc {
  border-top: solid 2px #f3f4f6;
  background: #FFF;
  width: 265px;
  padding-left: 20px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 常见问题 */
.cjwtList li {
  background: #f2f2f2;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.cjwtList li h3 {
  font-size: 16px;
  color: #494949;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-weight: bold;
}
.cjwtList li h3 i {
  display: block;
  float: left;
  background: url(../images/icon_cjwt_wh.png) no-repeat;
  width: 16px;
  height: 16px;
  margin: 7px 10px 0 0;
}
.cjwtList li h3 span.arrow_down {
  background: url(../images/icon_cjwt_arrow.png) no-repeat;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.cjwtList li h3 span.arrow_up {
  background: url(../images/icon_cjwt_arrow.png) no-repeat 0 -10px;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.cjwtList li p {
  padding-left: 26px;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
}
/* 区政府部门信息公开指南 */
.gkznSlide .hd {
  border-bottom: solid 1px #e6e6e6;
  overflow: hidden;
  padding-left: 20px;
}
.gkznSlide .hd li {
  float: left;
  margin-right: 130px;
  line-height: 18px;
  padding: 10px 0;
}
.gkznSlide .hd li a {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}
.gkznSlide .hd li.on {
  border-bottom: solid 2px #ce3538;
}
.gkznSlide .hd li.on a {
  color: #ce3538;
}
/* 政府信息公开年度报告 */
.gknbSlide {
  width: 840px;
  overflow: hidden;
  position: relative;
}
.gknbSlide .hd {
  background: url(../images/nb_top_slide_bg.gif) repeat-x 0 40px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.gknbSlide .hd li {
  float: left;
  margin-right: 20px;
  position: relative;
  padding: 10px 0 30px 0;
}
.gknbSlide .hd li a {
  font-size: 14px;
  color: #999;
  display: block;
  position: relative;
}
.gknbSlide .hd li a span {
  background: url(../images/nb_top_slide_dot_red.png) no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -5px;
}
.gknbSlide .hd li a:hover {
  color: #8acdfb;
}
.gknbSlide .hd li a:hover span {
  background: url(../images/nb_top_slide_dot_red.png) no-repeat -13px 0;
}
.gknbSlide .hd li.on a {
  color: #ce3538;
}
.gknbSlide .hd li.on a span {
  background: url(../images/nb_top_slide_dot_red.png) no-repeat -26px 0;
}
.gknbSlide .bd .info {
  border: solid 1px #CCC;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.gknbSlide .bd .info h3 {
  font-size: 20px;
  color: #ce3538;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-bottom: solid 1px #cbcbcb;
  margin-bottom: 20px;
}
.gknbSlide .bd .info .infoCon {
  font-size: 14px;
  line-height: 1.8;
  border-bottom: solid 1px #cbcbcb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.gknbSlide .bd .info .fjLine {
  font-size: 16px;
  color: #ce3538;
  line-height: 2;
  margin-bottom: 10px;
}
.gknbSlide .bd .info .fjLine span {
  background: url(../images/icon_fjxz_red.png) no-repeat;
  padding-left: 30px;
  padding-top: 4px;
}
.gknbSlide .bd .info .fjLine a {
  font-size: 16px;
  color: #ce3538;
}
.btnBox {
  text-align: center;
}
.btnBox input {
  width: 60px;
  height: 24px;
  background: #31a1aa;
  border-radius: 5px;
  line-height: 24px;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
}
.btnBox input.btn_back {
  margin-right: 20px;
}
/* 办事20180802 */
.bszlSlide {
  width: 770px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.bszlSlide .hd {
  position: absolute;
  width: 72px;
  padding-left: 10px;
  left: 50%;
  margin-left: -40px;
  bottom: 20px;
  z-index: 9;
}
.bszlSlide .hd li {
  width: 8px;
  height: 8px;
  background: url(../images/bs/slide_dot.png) no-repeat;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -1978px;
}
.bszlSlide .hd li.on {
  background: url(../images/bs/slide_dot.png) no-repeat -8px 0;
}
.bszlSlide .bd {
  width: 770px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.bszlSlide .bd li {
  width: 770px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.bszlSlide .bd li a {
  display: block;
  width: 770px;
  height: 360px;
}
.bszlSlide .bd li a img {
  width: 770px;
  height: 360px;
}
/* Top10 */
.tenBox {
  width: 390px;
  height: 360px;
}
.tenBox .xxgkCon {
  width: 373px;
  height: 299px;
}
.tenBox .xxgkCon .slideList li {
  line-height: 36px;
}
/*20190508 删除部分
.tenBox .xxgkCon .slideList li i {
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #e2e4e5;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  float: left;
  margin: 8px 10px 0 0;
}
.tenBox .xxgkCon .slideList li i.num {
  background: #db2222;
  border: solid 1px #db2222;
  color: #FFF;
}
 */

/* 20190508添加部分 开始 */
.zskCon {
  width: 418px;
  border: solid 1px #c8e0f4;
  background: #f9fcff;
  height: 355px;
  overflow: hidden;
}
.zskCon .slideList {
  margin-top: 10px;
}
.zskRightBox {
  width: 420px;
  border: none;
  background: none;
  height: 400px;
  overflow: hidden;
}
.zskRightBox h2 {
  border: solid 1px #c8e0f4;
  background: #f9fcff;
}
.zskBanner {
  display: block;
  width: 420px;
  height: 70px;
  overflow: hidden;
  margin-top: 10px;
}
.zskBanner img {
  width: 420px;
  height: 70px;
  display: block;
}
/* 20190508添加部分 结束 */

.secondGrbsBox .title {
  background: url(../images/bs/bs_title_line.png) no-repeat center center;
  height: 50px;
  line-height: 50px;
}
.secondGrbsBox .title h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.secondGrbsBox .bsSlide {
  width: 1180px;
  height: 260px;
  position: relative;
}
.secondGrbsBox .bsSlide .bsHd {
  width: 360px;
  margin: 10px auto 0;
}
.secondGrbsBox .bsSlide .bsHd li {
  float: left;
  cursor: pointer;
  padding: 0 20px;
  height: 18px;
  line-height: 18px;
  border-right: dashed 1px #999;
}
.secondGrbsBox .bsSlide .bsHd li a {
  color: #999;
  font-size: 18px;
}
.secondGrbsBox .bsSlide .bsHd li.on a {
  color: #016bd5;
}
.secondGrbsBox .bsSlide .bsBd {
  width: 1180px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide {
  position: relative;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul {
  overflow: hidden;
  width: 1116px;
  margin: 10px 37px 0 27px;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li {
  float: left;
  width: 116px;
  height: 88px;
  margin: 15px 0 0 8px;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ecf3f9;
  transition: .5s all;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a .pic {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 20px auto 0;
  text-align: center;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a .picOver {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 20px auto 0;
  text-align: center;
  display: none;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a .tit {
  text-align: center;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a:hover {
  background: #0092eb;
  color: #FFF;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a:hover .pic {
  display: none;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .bd ul li a:hover .picOver {
  display: block;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .sNext,
.secondGrbsBox .bsSlide .bsBd .innerSlide .sPrev {
  position: absolute;
  background: url(../images/icon/icon_bs_slider_arrow.png) no-repeat -26px -41px;
  width: 24px;
  height: 39px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .sNext:hover {
  background-position: -26px 0;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .sPrev {
  right: auto;
  left: 0;
  background: url(../images/icon/icon_bs_slider_arrow.png) no-repeat 0 -41px;
}
.secondGrbsBox .bsSlide .bsBd .innerSlide .sPrev:hover {
  background-position: 0 0;
}
.secondBsxtBox .title {
  background: url(../images/bs/bs_title_line.png) no-repeat center center;
  height: 50px;
  line-height: 50px;
}
.secondBsxtBox .title h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.secondBsxtBox .bsxtSlide .hd {
  width: 416px;
  margin: 10px auto 0;
  overflow: hidden;
}
.secondBsxtBox .bsxtSlide .hd li {
  float: left;
  cursor: pointer;
  padding: 0 20px;
  height: 18px;
  line-height: 18px;
  border-right: dashed 1px #999;
}
.secondBsxtBox .bsxtSlide .hd li a {
  color: #999;
  font-size: 18px;
}
.secondBsxtBox .bsxtSlide .hd li.on a {
  color: #016bd5;
}
.secondBsxtBox .bsxtSlide .bd ul {
  width: 1073px;
  background: #ecf3f9;
  height: 155px;
  padding: 35px 0 0 35px;
}
.secondBsxtBox .bsxtSlide .bd ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.secondBsxtBox .bsxtSlide .bd ul li a {
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  background: #016bd5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.secondBsxtBox .bsxtSlide .bd ul li a:hover {
  background: #00b4ff;
}
.secondBsxtBox .bsxtSlide .tempWrap {
  margin: 20px auto 0;
}
.labelBox {
  width: 760px;
  float: left;
  overflow: hidden;
}
.labelBox h4 {
  font-size: 16px;
  color: #d3902a;
  float: left;
}
.labelBox h4 i {
  background: url(../images/icon_label.png) no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  margin: 11px 10px 0 0;
}
.labelBox a {
  font-size: 14px;
  padding: 3px 10px;
  border: solid 1px #999;
  border-radius: 5px;
  float: left;
  line-height: 14px;
  margin: 9px 0 0 20px;
}
.labelBox a:hover {
  color: #0b85ff;
  border-color: #0b85ff;
}
.secondFooter {
  background: #0054a3;
  color: #FFF;
}
.secondFooter a {
  color: #FFF;
}
.wbjListBox {
  overflow: hidden;
}
.wbjListBox .wbjType {
  background: url(../images/wjxz_wbj_title_bg.png) no-repeat center center;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.wbjListBox .wbjList {
  background: #fafafa;
  border: solid 1px #dbdbdb;
  border-top: solid 2px #d1d3d5;
  padding: 20px 40px;
  width: 1098px;
  overflow: hidden;
}
.wbjListBox .wbjList .wbjTable tr:nth-of-type(even) {
  background: #e7eff7;
}
.wbjListBox .wbjList .wbjTable td {
  height: 40px;
  width: 145px;
}
.wbjListBox .wbjList .wbjTable td a {
  font-size: 16px;
}
.wbjListBox .wbjList .wbjTable td.jzTitle {
  font-size: 18px;
  color: #026cd5;
}
.wbjListBox .wbjList .wbjTable td.jzTitle span {
  width: 3px;
  height: 18px;
  background: #026cd5;
  float: left;
  margin: 4px 10px 0 0;
}
.zcjdContent {
  overflow: hidden;
  padding-top: 10px;
  margin-bottom: 30px;
}
.zcjdContent .left {
  width: 718px;
  border: solid 1px #ebeef2;
  padding: 15px;
  float: left;
}
.zcjdContent .left .zcjdTypeList {
  overflow: hidden;
  background: #f7f7f7;
  padding: 20px 0;
}
.zcjdContent .left .zcjdTypeList li {
  width: 319px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  font-size: 16px;
}
.zcjdContent .left .titleCon {
  margin-bottom: 20px;
}
.zcjdContent .left .titleCon h1 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 20px 0;
  padding: 0 20px;
}
.zcjdContent .left .titleCon p {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.zcjdContent .left .titleCon p.txtFont {
  margin-top: 10px;
}
.zcjdContent .left .titleCon p.txtFont a {
  font-size: 16px;
  color: #666;
  margin-right: 10px;
}
.zcjdContent .left .content {
  font-size: 16px;
  line-height: 2;
}
.zcjdContent .left .content p {
  text-indent: 2em;
}
.zcjdContent .right {
  width: 430px;
  float: right;
}
.zcjdContent .right .rightCon {
  width: 408px;
}
.zcjdContent .right .tjImg {
  display: block;
  width: 380px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}
.zcjdContent .right .tjImg img {
  width: 380px;
  height: 200px;
}
.zcjdContent .right .xgzcBox a {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
.zcjdContent .right .xgzcBox p {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.zcjdContent .right .xgzcBox p i.timer {
  display: block;
  background: url(../images/icon_timer.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 3px 10px 0 0;
}
.rightBox .title {
  width: 100%;
  height: 50px;
  background: #ECF3F9;
  line-height: 50px;
  position: relative;
}
.rightBox .title h2 {
  height: 100%;
  font-size: 18px;
  color: #016bd5;
}
.rightBox .title h2 a {
  font-size: 18px;
  color: #016bd5;
}
.rightBox .title h2 i.icon {
  background: url(../images/second_title_left_circle.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 18px 5px 0 10px;
}
.rightBox .title a.addMore {
  background: url(../images/icon_add_more.png) no-repeat;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -1978px;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 9;
}
.rightBox .rightCon {
  border: solid 1px #ecf3f9;
  border-top: none;
  padding: 20px 10px;
}
.pageBg {
  overflow: hidden;
  position: relative;
}
.pageBg img {
  width: 100%;
}
.dhList {
  overflow: hidden;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 750px;
  padding-right: 50px;
  margin-left: -400px;
  margin-top: 30px;
}
.dhList li {
  float: left;
  width: 200px;
  margin-left: 50px;
}
.dhList li a {
  display: block;
  height: 100%;
}
.dhList li div.icon {
  width: 148px;
  height: 148px;
  margin: 0 auto;
}
.dhList li div.icon img {
  width: 100%;
  height: 100%;
}
.dhList li div.tit {
  width: 100%;
  height: 50px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
}
/* 信件内容页 */
.txtRight {
  text-align: right !important;
}
.letterTab {
  width: 100%;
}
.letterTab td {
  border: solid 1px #d0e0f1;
  border-collapse: collapse;
  padding-left: 10px;
}
.letterTab td.title {
  background: #f7f9fb;
  font-size: 18px;
  color: #2664A3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  padding-left: 0;
}
.leftLxxd {
  width: 730px;
  overflow: hidden;
  position: relative;
  height: 380px;
}
.lxxdSlide {
  width: 730px;
  overflow: hidden;
  position: relative;
}
.lxxdSlide .hd {
  height: 60px;
}
.lxxdSlide .hd ul {
  width: 100%;
  background: #ecf3f9;
  height: 50px;
}
.lxxdSlide .hd li {
  float: left;
  min-width: 200px;
  line-height: 50px;
  background: #016bd5;
  position: relative;
  height: 50px;
}
.lxxdSlide .hd li a {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
.lxxdSlide .hd li a i.icon_lxxd {
  background: url(../images/icon/icon_index_title_lxxd_over.png) no-repeat;
  margin: 9px 10px 0 35px;
  display: block;
  width: 32px;
  height: 32px;
  float: left;
}
.lxxdSlide .hd li .arr {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #016bd5;
  margin-left: -6px;
}
.lxxdSlide .wyxxDetail {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 50px;
  color: #fd5500;
	font-size: 20px; 
	font-weight: bold;
}
.lxxdSlide .wyxxDetail span {
  background: url(../images/icon/icon_index_circle_arrow_orange.png) no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  display: block;
  float: right;
  margin: 17px 5px 0 10px;
}
.lxxdSlide .bd ul {
  width: 730px;
  margin-top: 10px;
  background: url(../images/icon/lxxd_list_bgLine_zmhd.gif) no-repeat 20px 60px;
}
.lxxdSlide .bd ul li {
  overflow: hidden;
  position: relative;
  height: 32px;
  line-height: 32px;
}
.lxxdSlide .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.lxxdSlide .bd ul li a i.dot {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../images/icon/lxxd_list_dot.png) no-repeat;
  margin: 6px 0 0 11px;
}
.lxxdSlide .bd ul li a:hover i.dot {
  background-position: -20px 0;
}
.lxxdSlide .bd ul li .item_xjmc {
  width: 320px;
  float: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lxxdSlide .bd ul li .item_xjlx {
  width: 140px;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lxxdSlide .bd ul li .item_lxsj {
  width: 90px;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lxxdSlide .bd ul li .item_cljg {
  width: 120px;
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lxxdSlide .bd ul li.title {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.lxxdSlide .bd ul li.title h3 {
  font-size: 18px;
  color: #016bd5;
}
.lxxdSlide .bd ul li .fleft {
  width: 600px;
  overflow: hidden;
}
.lxxdSlide .bd ul li .fleft a.tit {
  font-size: 16px;
  color: #013c7e;
  line-height: 30px;
}
.lxxdSlide .bd ul li .fleft a.tit span {
  display: block;
  float: left;
  background: url(../images/icon/icon_gray_circle.png) no-repeat;
  width: 12px;
  height: 12px;
  margin: 9px 10px 0 0;
}
.lxxdSlide .bd ul li .fleft .desc {
  padding-left: 22px;
  font-size: 14px;
  color: #797979;
  line-height: 24px;
  margin-top: 5px;
}
.lxxdSlide .bd ul li .fright {
  width: 110px;
}
.lxxdSlide .bd ul li .fright .date {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 110px;
  display: block;
  float: none;
}
.lxxdSlide .bd ul li .fright a.lxDetail {
  background: #f3f3f3;
  border: solid 1px #d4d4d4;
  padding: 2px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lxxdBanner {
  width: 733px;
  height: 65px;
  overflow: hidden;
  margin-top: 14px;
}
.lxxdBanner a {
  display: block;
  width: 237px;
  height: 65px;
  background: url(../images/lxxd_btm_banner_bg.gif) no-repeat;
  text-align: center;
  line-height: 65px;
  font-size: 20px;
  color: #FFF;
  float: left;
  margin-right: 10px;
}
.zmhdBanner {
  display: block;
  width: 1180px;
  height: 100px;
  overflow: hidden;
}
.zmhdBanner img {
  width: 1180px;
  height: 100px;
}
.yjzjBox {
  width: 731px;
  overflow: hidden;
  position: relative;
  height: 378px;
  border: solid 1px #ecf3f9;
}
.yjzjBox .yjzjTitle {
  height: 48px;
  line-height: 48px;
  border-bottom: solid 2px #ecf3f9;
  position: relative;
}
.yjzjBox .yjzjTitle h2 {
  width: 160px;
  border-bottom: solid 2px #016bd5;
  height: 48px;
}
.yjzjBox .yjzjTitle h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.yjzjBox .yjzjTitle h2 i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(../images/icon/icon_yjzj.png) no-repeat;
  margin: 9px 10px 0 20px;
}
.yjzjBox .yjzjCon {
  width: 731px;
  height: 330px;
  position: relative;
  overflow: hidden;
}
.yjzjBox .yjzjCon .title {
  height: 40px;
  background: #ecf3f9;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 40px;
  padding-left: 30px;
}
.yjzjBox .yjzjCon .title a {
  font-size: 20px;
  color: #016bd5;
}
.yjzjBox .yjzjCon .fleft {
  width: 350px;
  margin: 20px 0 0 12px;
}
.yjzjBox .yjzjCon .fright {
  width: 350px;
  margin: 20px 12px 0 0;
}
.yjzjBox .yjzjCon .fright .title {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.yjzjBox .yjzjCon .slideList {
  margin-top: 10px;
}
.yjzjBox .yjzjCon .slideList li {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dczjBox {
  width: 430px;
  height: 380px;
  overflow: hidden;
}
.dczjTitle {
  height: 50px;
  line-height: 50px;
  background: #ecf3f9;
  position: relative;
}
.dczjTitle h2 {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.dczjTitle h2 a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.dczjTitle h2 i {
  display: block;
  background: url(../images/icon/icon_blue_circle_over.png) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 17px 10px 0 10px;
}
.dczjTitle .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.dczjList {
  padding: 10px;
  border: solid 1px #ecf3f9;
  width: 413px;
  height: 309px;
  border-top: none;
}
.dczjList li {
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dczjList li a {
  font-size: 16px;
  margin-left: 10px;
}
.yjzjSlider .bd {
  height: 310px;
}
/* 系统平台 */
.xtptTopBox {
  background: none;
}
.topBar_xtpt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.topBox_xtpt {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
}
.topBox_xtpt {
  background: none;
}
.topBox_xtpt .logo_bjhd {
  margin-top: -38px;
}
.topBox_xtpt .topBoxNew {
  background: none;
}
.topBox_xtpt .topBoxNew .searchBox {
  top: 70px;
}
.topBox_xtpt .topBoxNew .linkSdzc {
  top: 70px;
  background: url(../images/logo_sdzc_xtpt.png) no-repeat;
}
.topBox_xtpt .topBoxNew .linkSdzc:hover {
  background-position: -37px 0;
}
.enterance {
  width: 995px;
  height: 406px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -103px 0 0 -498px;
  z-index: 9;
}
.enterance a {
  display: block;
  position: absolute;
  overflow: hidden;
}
.enterance a img {
  width: 100%;
}
.enterance .item01 {
  width: 270px;
  height: 406px;
  left: 0;
  top: 0;
}
.enterance .item02 {
  width: 436px;
  height: 204px;
  left: 270px;
  top: 0;
}
.enterance .item03 {
  width: 436px;
  height: 202px;
  left: 270px;
  top: 204px;
}
.enterance .item04 {
  width: 289px;
  height: 204px;
  left: 706px;
  top: 0;
}
.enterance .item05 {
  width: 289px;
  height: 202px;
  left: 706px;
  top: 204px;
}
/* 海淀概况 */
.gkSliderBox {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
.topSlider_gk {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.topSlider_gk .hd {
  position: absolute;
  padding-left: 10px;
  width: 180px;
  height: 5px;
  left: 50%;
  bottom: 10px;
  z-index: 9;
  margin-left: -90px;
}
.topSlider_gk .hd li {
  width: 50px;
  height: 5px;
  background: #FFF;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  text-indent: -1978px;
  overflow: hidden;
  border-radius: 3px;
}
.topSlider_gk .hd li.on {
  background: #FF6000;
}
.topSlider_gk .bd {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
}
.topSlider_gk .bd .infoCon {
  width: 100%;
  height: 580px;
  position: relative;
  overflow: hidden;
}
.topSlider_gk .bd .infoCon .pic {
  width: 1866px;
  height: 580px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -933px;
}
.topSlider_gk .bd .infoCon .pic img {
  width: 1866px;
  height: 580px;
}
.topSlider_gk .bd .infoCon .txtCon {
  width: 1140px;
  height: 100px;
  border-top: solid 3px #FFF;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -570px;
  z-index: 8;
}
.topSlider_gk .bd .infoCon .txtCon .mask {
  width: 1140px;
  height: 100px;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.topSlider_gk .bd .infoCon .txtCon p {
  width: 1100px;
  height: 100px;
  line-height: 24px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
}
.topSlider_gk .bd .infoCon .txtCon p a {
  color: #FFF;
}
.topSlider_ztzx {
  height: 420px;
}
.topSlider_ztzx .topSlider_gk {
  height: 420px;
}
.topSlider_ztzx .next,
.topSlider_ztzx .prev {
  background: url(../images/icon/icon_ztzx_slider_arrow.png) no-repeat;
  position: absolute;
  width: 38px;
  height: 54px;
  left: 50px;
  top: 50%;
  margin-top: -27px;
  z-index: 99;
}
.topSlider_ztzx .next {
  left: auto;
  right: 50px;
  background: url(../images/icon/icon_ztzx_slider_arrow.png) no-repeat -38px 0;
}
.topSlider_ztzx .bd {
  height: 420px;
}
.topSlider_ztzx .bd .infoCon {
  height: 420px;
}
.topSlider_ztzx .bd .infoCon .pic {
  width: 1920px;
  height: 420px;
}
.topSlider_ztzx .bd .infoCon .pic img {
  width: 1920px;
  height: 420px;
}
.topLnk {
  overflow: hidden;
}
.topLnk li {
  float: left;
  margin: 20px 0 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topLnk li a {
  display: block;
  width: 130px;
  height: 36px;
  background: #f2f8ff;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #016bd5;
  font-weight: bold;
}
.topLnk li a:hover {
  background: #016bd5;
  color: #FFF;
}
.xqgkBox .title img {
  display: block;
  margin: 0 auto;
}
.xqgkBox .jdListBox {
  width: 1138px;
  margin: 20px auto 0;
}
.xqgkBox .jdListBox h3 {
  background: url(../images/zjhd/xqgk_h3_bg.png) no-repeat;
  width: 153px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  padding-left: 10px;
}
.xqgkBox .jdListBox h3 a {
  font-size: 18px;
  color: #FFF;
}
.xqgkBox .jdListBox .jdList {
  margin-top: 10px;
  background: #f0f3f8;
  overflow: hidden;
  padding: 20px 0;
}
.xqgkBox .jdListBox .jdList li {
  width: 150px;
  height: 36px;
  line-height: 36px;
  float: left;
  margin: 10px 0 0 10px;
}
.xqgkBox .jdListBox .jdList li a {
  display: block;
  height: 100%;
  border-radius: 18px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xqgkBox .jdListBox .jdList li a:hover {
  background: #026cd5;
  color: #FFF;
}
.kjhdBox .title {
  overflow: hidden;
}
.kjhdBox .title img {
  display: block;
  height: 65px;
  margin: 30px auto;
}
.kjhdBox .kjhdCon {
  width: 1140px;
  height: 410px;
  margin: 0 auto;
}
.kjhdBox .kjhdCon .fleft {
  width: 703px;
  height: 407px;
  border-top: solid 3px #016bd5;
  background: url(../images/zjhd/zjhd_fzhj_left_bg.jpg) no-repeat;
}
.kjhdBox .kjhdCon .fleft ul {
  overflow: hidden;
  width: 560px;
  margin: 90px auto 0;
}
.kjhdBox .kjhdCon .fleft ul li {
  width: 270px;
  height: 60px;
  float: left;
  margin: 0 10px 20px 0;
}
.kjhdBox .kjhdCon .fleft ul li .icon {
  width: 45px;
  height: 45px;
  float: left;
}
.kjhdBox .kjhdCon .fleft ul li .icon img {
  width: 45px;
  height: 45px;
}
.kjhdBox .kjhdCon .fleft ul li .txtCon {
  width: 215px;
  float: left;
  margin-left: 10px;
}
.kjhdBox .kjhdCon .fleft ul li .txtCon h3 {
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  color: #000;
}
.kjhdBox .kjhdCon .fleft ul li .txtCon p {
  font-size: 18px;
  height: 26px;
  line-height: 26px;
  color: #016bd5;
}
.kjhdBox .kjhdCon .fright {
  width: 437px;
  height: 410px;
  background: url(../images/zjhd/zjhd_fzhj_right_bg.jpg) no-repeat;
}
.kjhdBox .kjhdCon .fright .title {
  background: url(../images/zjhd/zjhd_fzhj_bg.png) no-repeat;
  width: 135px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.kjhdBox .kjhdCon .fright .title h2 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  display: inline;
  margin-left: 10px;
}
.kjhdBox .kjhdCon .fright ul {
  width: 374px;
  margin: 0 auto;
}
.kjhdBox .kjhdCon .fright ul li {
  margin-bottom: 10px;
  height: 63px;
  position: relative;
  border-bottom: solid 2px #335bb4;
  text-align: center;
  padding-top: 10px;
}
.kjhdBox .kjhdCon .fright ul li .tit {
  width: 100%;
  height: 53px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 99;
  text-align: center;
  line-height: 53px;
}
.kjhdBox .kjhdCon .fright ul li .tit a {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
.kjhdBox .kjhdCon .fright ul li .tit a:hover {
  color: #fe9b4f;
}
.kjhdBox .kjhdCon .fright ul li .tit i {
  display: block;
  width: 4px;
  height: 12px;
  background: #fe9b4f;
  float: left;
  margin: 20px 0 0 10px;
}
.kjhdBox .kjhdCon .fright ul li .mask {
  width: 100%;
  height: 53px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.kjhdBox .kjhdCon .fright a.detail {
  color: #fe9b4f;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.kjhdBox .kjhdCon .fright a.detail:hover {
  color: #FFF;
}
.cxcyBox {
  width: 100%;
  height: 846px;
  overflow: hidden;
  background: url(../images/zjhd/cxcy_bg.jpg) no-repeat center top;
}
.cxcyTop {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.cxcyTop .title {
  background: url(../images/zjhd/cxcy_title_bg.png) no-repeat;
  width: 179px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  margin-top: 30px;
}
.cxcyTop .title h2 {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  display: inline;
}
.cxcyTop ul {
  overflow: hidden;
  margin-top: 30px;
}
.cxcyTop ul li {
  width: 270px;
  height: 310px;
  background: url(../images/zjhd/icon_cxcy_bg.png) no-repeat left bottom #eff5fd;
  border-bottom: solid 5px #016bd5;
  float: left;
  margin-right: 6px;
}
.cxcyTop ul li .icon {
  width: 160px;
  height: 160px;
  margin: 60px auto 20px;
}
.cxcyTop ul li .icon a {
  display: block;
  width: 160px;
  height: 160px;
}
.cxcyTop ul li .icon a img {
  width: 160px;
  height: 160px;
}
.cxcyTop ul li .txtCon {
  text-align: center;
  line-height: 30px;
}
.cxcyTop ul li .txtCon h3 {
  font-size: 20px;
  color: #016bd5;
}
.cxcyTop ul li .txtCon p {
  font-size: 18px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxcyTop ul li .txtCon p a {
  font-size: 18px;
}
.cxcyBtm {
  width: 1020px;
  height: 180px;
  background: url(../images/zjhd/zjhd_fzhj_right_bg.jpg);
  margin: 50px auto 0;
  padding: 60px 40px;
}
.cxcyBtm .pic {
  width: 248px;
  height: 170px;
  float: left;
  overflow: hidden;
}
.cxcyBtm .pic a {
  display: block;
  width: 248px;
  height: 170px;
  overflow: hidden;
}
.cxcyBtm .pic a img {
  width: 248px;
  height: 170px;
}
.cxcyBtm .txtCon {
  width: 230px;
  height: 150px;
  overflow: hidden;
  background: #f8fbff;
  padding: 10px;
}
.cxcyBtm .txtCon h3 {
  font-size: 18px;
  color: #016bd5;
  font-weight: bold;
  line-height: 30px;
}
.cxcyBtm .txtCon h3 a {
  font-size: 18px;
  color: #016bd5;
  font-weight: bold;
}
.cxcyBtm .txtCon h3 a:hover {
  color: #fe9b4f;
}
.cxcyBtm .txtCon ul li {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cxcyBtm .txtCon ul li i {
  display: block;
  width: 4px;
  height: 10px;
  background: #016bd5;
  float: left;
  margin: 10px 10px 0 0;
}
.cxcyBtm .txtCon .mlhxList li {
  width: 50%;
  float: left;
}
.cxcyBtm .txtCon .mlhxList li.last {
  width: 100%;
}
.studyMap {
  width: 100%;
  margin: 0 auto;
  background: #016bd5;
  overflow: hidden;
}
.studyMap .title img {
  display: block;
  margin: 30px auto;
}
.mapWrap {
  width: 1000px;
  height: 752px;
  margin: 0 auto;
  position: relative;
}
.mapBox {
  background: url(../images/zjhd/study_map_bg.png) no-repeat;
  width: 556px;
  height: 571px;
  position: absolute;
  left: -120px;
  top: 110px;
}
.mapBox li {
  position: absolute;
  overflow: hidden;
  text-indent: -1978px;
}
.mapBox li a {
  position: absolute;
  z-index: 98;
}
.mapBox li.map01 {
  width: 359px;
  height: 317px;
  left: -37px;
  top: 56px;
}
.mapBox li.map02 {
  width: 297px;
  height: 388px;
  left: 150px;
  top: -20px;
}
.mapBox li.map03 {
  width: 284px;
  height: 268px;
  left: 129px;
  top: 272px;
}
.mapBox li.map04 {
  width: 216px;
  height: 222px;
  left: 266px;
  top: 204px;
}
.mapBox li.map05 {
  width: 158px;
  height: 222px;
  left: 343px;
  top: 194px;
}
.mapBox li.map06 {
  width: 158px;
  height: 144px;
  left: 374px;
  top: 186px;
}
.mapBox li.map07 {
  width: 175px;
  height: 144px;
  left: 416px;
  top: 170px;
}
.mapBox li.map08 {
  width: 188px;
  height: 113px;
  left: 215px;
  top: 442px;
}
.mapBox li.map09 {
  width: 134px;
  height: 186px;
  left: 325px;
  top: 371px;
}
.mapBox li.map10 {
  width: 141px;
  height: 128px;
  left: 333px;
  top: 332px;
}
.mapBox li.map11 {
  width: 118px;
  height: 113px;
  left: 393px;
  top: 329px;
}
.mapBox li.map12 {
  width: 155px;
  height: 153px;
  left: 412px;
  top: 265px;
}
.mapBox li.map13 {
  width: 140px;
  height: 133px;
  left: 290px;
  top: 480px;
}
.mapBox li.map14 {
  width: 140px;
  height: 107px;
  left: 361px;
  top: 487px;
}
.mapBox li.map15 {
  width: 140px;
  height: 184px;
  left: 359px;
  top: 386px;
}
.mapBox li.map16 {
  width: 145px;
  height: 128px;
  left: 402px;
  top: 362px;
}
.mapBox li.map17 {
  width: 145px;
  height: 115px;
  left: 431px;
  top: 341px;
}
.mapBox li.on1 {
  background: url(../images/zjhd/study_map.png) no-repeat 0 0;
  z-index: 99;
}
.mapBox li.on2 {
  background: url(../images/zjhd/study_map.png) no-repeat -359px 0;
  z-index: 99;
}
.mapBox li.on3 {
  background: url(../images/zjhd/study_map.png) no-repeat -656px 0;
  z-index: 99;
}
.mapBox li.on4 {
  background: url(../images/zjhd/study_map.png) no-repeat -940px 0;
  z-index: 99;
}
.mapBox li.on5 {
  background: url(../images/zjhd/study_map.png) no-repeat -1156px 0;
  z-index: 99;
}
.mapBox li.on6 {
  background: url(../images/zjhd/study_map.png) no-repeat 0px -317px;
  z-index: 99;
}
.mapBox li.on7 {
  background: url(../images/zjhd/study_map.png) no-repeat -158px -317px;
  z-index: 99;
}
.mapBox li.on8 {
  background: url(../images/zjhd/study_map.png) no-repeat -656px -275px;
  z-index: 99;
}
.mapBox li.on9 {
  background: url(../images/zjhd/study_map.png) no-repeat -844px -275px;
  z-index: 99;
}
.mapBox li.on10 {
  background: url(../images/zjhd/study_map.png) no-repeat -978px -275px;
  z-index: 99;
}
.mapBox li.on11 {
  background: url(../images/zjhd/study_map.png) no-repeat -1119px -275px;
  z-index: 99;
}
.mapBox li.on12 {
  background: url(../images/zjhd/study_map.png) no-repeat -1314px 0px;
  z-index: 99;
}
.mapBox li.on13 {
  background: url(../images/zjhd/study_map.png) no-repeat -1469px -184px;
  z-index: 99;
}
.mapBox li.on14 {
  background: url(../images/zjhd/study_map.png) no-repeat -1469px -317px;
  z-index: 99;
}
.mapBox li.on15 {
  background: url(../images/zjhd/study_map.png) no-repeat -1469px 0px;
  z-index: 99;
}
.mapBox li.on16 {
  background: url(../images/zjhd/study_map.png) no-repeat -1314px -275px;
  z-index: 99;
}
.mapBox li.on17 {
  background: url(../images/zjhd/study_map.png) no-repeat -1314px -153px;
  z-index: 99;
}
.mapBox li.map01 a {
  width: 160px;
  height: 150px;
  left: 80px;
  top: 60px;
}
.mapBox li.map02 a {
  width: 96px;
  height: 195px;
  left: 100px;
  top: 60px;
}
.mapBox li.map03 a {
  width: 100px;
  height: 120px;
  left: 90px;
  top: 60px;
}
.mapBox li.map04 a {
  width: 80px;
  height: 50px;
  left: 50px;
  top: 80px;
}
.mapBox li.map05 a {
  width: 30px;
  height: 50px;
  left: 50px;
  top: 40px;
}
.mapBox li.map05 a.sd02 {
  width: 47px;
  height: 45px;
  left: 70px;
  top: 110px;
}
.mapBox li.map06 a {
  width: 20px;
  height: 64px;
  left: 65px;
  top: 40px;
}
.mapBox li.map07 a {
  width: 40px;
  height: 64px;
  left: 65px;
  top: 40px;
}
.mapBox li.map08 a {
  width: 55px;
  height: 40px;
  left: 90px;
  top: 35px;
}
.mapBox li.map09 a {
  width: 24px;
  height: 100px;
  left: 40px;
  top: 35px;
}
.mapBox li.map10 a {
  width: 50px;
  height: 45px;
  left: 47px;
  top: 31px;
}
.mapBox li.map11 a {
  width: 32px;
  height: 45px;
  left: 41px;
  top: 26px;
}
.mapBox li.map12 a {
  width: 53px;
  height: 59px;
  left: 50px;
  top: 36px;
}
.mapBox li.map13 a {
  width: 77px;
  height: 29px;
  left: 40px;
  top: 38px;
}
.mapBox li.map14 a {
  width: 55px;
  height: 32px;
  left: 47px;
  top: 33px;
}
.mapBox li.map15 a {
  width: 38px;
  height: 83px;
  left: 45px;
  top: 40px;
}
.mapBox li.map16 a {
  width: 68px;
  height: 42px;
  left: 45px;
  top: 45px;
}
.mapBox li.map17 a {
  width: 66px;
  height: 32px;
  left: 38px;
  top: 25px;
}
.mapTextBox {
  width: 570px;
  height: 672px;
  position: absolute;
  right: -50px;
  top: 80px;
  overflow: hidden;
}
.normalTxt {
  background: url(../images/zjhd/gk_slide_01.png) no-repeat;
  width: 570px;
  height: 672px;
  position: absolute;
  left: 0;
  top: 0;
}
.slideTxt {
  width: 570px;
  height: 672px;
  position: absolute;
  left: 570px;
  top: 120px;
}
.w380 {
  width: 380px;
}
.w190 {
  width: 190px;
}
.slideTxt h2 {
  border-left: solid 9px #fe9d34;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #FFF;
  padding-left: 10px;
}
.slideTxt h3 {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
.slideTxt h3 span {
  font-size: 24px;
  color: #fe9d34;
  font-weight: 600;
}
.schoolArea {
  overflow: hidden;
}
.schoolArea li {
  float: left;
}
.schoolArea li a {
  display: block;
  width: 170px;
  height: 30px;
  border: solid 1px #91aec5;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 10px 0 0 10px;
}
.schoolArea li a:hover {
  color: #fe9d34;
  border: solid 1px #fe9d34;
}
.xqBox {
  width: 550px;
  position: absolute;
  right: -30px;
  top: 10px;
  z-index: 9999;
}
.xqBox .title h2 {
  height: 30px;
  border-left: solid 9px #fe9d34;
  line-height: 30px;
  padding-left: 5px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
}
.xqBox .list17 {
  border: solid 5px #cdc8c7;
  padding: 10px;
  width: 520px;
  margin-top: 10px;
  overflow: hidden;
  background: url(../images/zjhd/xq_bg.png) no-repeat center center;
  height: 100px;
}
.xqBox .list17 li {
  float: left;
}
.xqBox .list17 li a {
  display: block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
.xqBox .list17 li a:hover {
  color: #fe9d34;
}
.xqBox .list17 li.on a {
  color: #fe9d34;
}
.whhdBox .title img {
  overflow: hidden;
  display: block;
  margin: 30px auto;
}
.whhdBox .whhdIcon {
  width: 1038px;
  margin: 0 auto;
  height: 450px;
  position: relative;
}
.whhdBox .whhdIcon a {
  position: absolute;
  width: 205px;
  height: 205px;
}
.whhdBox .whhdIcon a img {
  width: 205px;
  height: 205px;
}
.whhdBox .whhdIcon a.icon01 {
  left: 0;
  top: 0;
}
.whhdBox .whhdIcon a.icon02 {
  left: 104px;
  top: 104px;
}
.whhdBox .whhdIcon a.icon03 {
  left: 208px;
  top: 208px;
}
.whhdBox .whhdIcon a.icon04 {
  left: 208px;
  top: 0;
}
.whhdBox .whhdIcon a.icon05 {
  left: 312px;
  top: 104px;
}
.whhdBox .whhdIcon a.icon06 {
  left: 416px;
  top: 208px;
}
.whhdBox .whhdIcon a.icon07 {
  left: 416px;
  top: 0;
}
.whhdBox .whhdIcon a.icon08 {
  left: 520px;
  top: 104px;
}
.whhdBox .whhdIcon a.icon09 {
  left: 624px;
  top: 208px;
}
.whhdBox .whhdIcon a.icon10 {
  left: 624px;
  top: 0;
}
.whhdBox .whhdIcon a.icon11 {
  left: 728px;
  top: 104px;
}
.whhdBox .whhdIcon a.icon12 {
  left: 832px;
  top: 0;
}
.lyhdBox {
  width: 100%;
  background: #ebeff8;
  overflow: hidden;
}
.lyhdBox .title img {
  overflow: hidden;
  display: block;
  margin: 30px auto;
}
.lySlider {
  width: 1100px;
  height: 550px;
  position: relative;
  margin: 0 auto;
}
.lySlider .tempWrap {
  margin: 0 auto;
}
.lySlider .lybd {
  width: 915px;
  height: 375px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.lySlider .lybd .info {
  width: 915px;
  height: 375px;
  overflow: hidden;
  position: relative;
}
.lySlider .lybd .info .pic {
  width: 680px;
  height: 375px;
  float: left;
  overflow: hidden;
}
.lySlider .lybd .info .pic a {
  display: block;
}
.lySlider .lybd .info .pic a img {
  width: 680px;
  height: 375px;
}
.lySlider .lybd .info .txtCon {
  width: 195px;
  height: 335px;
  float: left;
  background: #FFF;
  padding: 20px;
}
.lySlider .lybd .info .txtCon h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.lySlider .lybd .info .txtCon h3 a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.lySlider .lybd .info .txtCon p {
  color: #666;
  line-height: 30px;
  text-indent: 2em;
  margin-top: 20px;
}
.lySlider .lyhd {
  width: 1100px;
  height: 86px;
  margin: 20px auto 0;
  position: relative;
}
.lySlider .lyhd ul li {
  float: left;
  width: 155px;
  height: 86px;
  margin-left: 20px;
  position: relative;
}
.lySlider .lyhd ul li a {
  display: block;
  height: 100%;
}
.lySlider .lyhd ul li a img {
  width: 100%;
  height: 100%;
}
.lySlider .lyhd ul li div.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.lySlider .lyhd ul li.on div.mask {
  display: none;
}
.lySlider .lyhd .sNext,
.lySlider .lyhd .sPrev {
  background: url(../images/icon/icon_bs_slider_arrow.png) no-repeat -26px -41px;
  width: 24px;
  height: 39px;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
}
.lySlider .lyhd .sPrev {
  right: auto;
  left: -10px;
  background: url(../images/icon/icon_bs_slider_arrow.png) no-repeat 0 -41px;
}
.lySlider .lyhd .sPrev:hover {
  background-position: 0 0;
}
.lySlider .lyhd .sNext:hover {
  background-position: -26px 0;
}
.lySlider .lyhd .tempWrap {
  padding-right: 20px;
}
.sjhdBox {
  width: 100%;
  background: #12406d;
  overflow: hidden;
}
.sjhdBox .title img {
  overflow: hidden;
  display: block;
  margin: 30px auto;
}
.sjhdBox .sjhdCon {
  width: 1170px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.sjhdBox .sjhdCon .photo {
  width: 675px;
  height: 358px;
}
.sjhdBox .sjhdCon .photo img {
  width: 675px;
  height: 358px;
}
.sjhdBox .sjhdCon .sjhdSlider {
  width: 440px;
  height: 358px;
  overflow: hidden;
  position: relative;
}
.sjhdBox .sjhdCon .sjhdSlider .hd {
  width: 436px;
  height: 45px;
  background: url(../images/zjhd/zjhd_sjhd_right_title_bg.png) no-repeat;
  margin: 0 auto;
}
.sjhdBox .sjhdCon .sjhdSlider .hd li {
  float: left;
  margin-left: 30px;
  line-height: 45px;
}
.sjhdBox .sjhdCon .sjhdSlider .hd li a {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
}
.sjhdBox .sjhdCon .sjhdSlider .hd li.on a {
  color: #feab55;
}
.sjhdBox .sjhdCon .sjhdSlider .bd ul {
  width: 420px;
  padding: 0 10px;
  margin-top: 20px;
}
.sjhdBox .sjhdCon .sjhdSlider .bd ul li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sjhdBox .sjhdCon .sjhdSlider .bd ul li i {
  background: url(../images/zjhd/sjhd_dot.png) no-repeat;
  width: 14px;
  height: 14px;
  float: left;
  margin: 11px 10px 0 0;
}
.sjhdBox .sjhdCon .sjhdSlider .bd ul li a {
  font-size: 18px;
  color: #FFF;
}
.footer_hdgk {
  background: #073867;
  color: #FFF;
}
.footer_hdgk a {
  color: #FFF;
}
/* 掌上海淀 */
.zshdBg {
  background: none;
  overflow: hidden;
}
.pageBg_zshd {
  overflow: hidden;
  position: relative;
}
.pageBg_zshd img {
  width: 100%;
  height: 100%;
}
.zshdContent {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  margin-left: -600px;
}
.zshdContent .bigLogo {
  position: absolute;
  width: 401px;
  height: 75px;
  top: 30px;
  left: 20px;
  z-index: 9;
}
.zshdContent .txtTitle {
  width: 580px;
  height: 60px;
  background: #016bd5;
  position: absolute;
  top: 245px;
  left: 60px;
  z-index: 9;
  line-height: 60px;
  text-align: center;
}
.zshdContent .txtTitle p {
  font-size: 35px;
  color: #FFF;
}
.zshdContent .txtTitle p span {
  color: #ffe87f;
}
.zshdContent .txtTitle span.left,
.zshdContent .txtTitle span.right {
  width: 0;
  height: 0;
  border: solid 30px transparent;
  border-right: solid 30px #016bd5;
  border-bottom: solid 30px #016bd5;
  position: absolute;
  left: -60px;
  top: 0;
}
.zshdContent .txtTitle span.right {
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 30px #016bd5;
  border-top: solid 30px #016bd5;
  left: auto;
  right: -60px;
}
.zshdContent .ewmAndroid {
  background: url(../images/zshd_ewm_android.png) no-repeat;
  width: 136px;
  height: 175px;
  position: absolute;
  left: 140px;
  top: 335px;
  z-index: 9;
}
.zshdContent .ewmiPhone {
  background: url(../images/zshd_ewm_iPhone.png) no-repeat;
  width: 136px;
  height: 175px;
  position: absolute;
  left: 380px;
  top: 335px;
  z-index: 9;
}
.zshdContent .photoPhone {
  background: url(../images/zshd_phone.png) no-repeat;
  width: 525px;
  height: 387px;
  position: absolute;
  left: 633px;
  top: 127px;
  z-index: 9;
}
/* 站点地图 */
.siteMapBox {
  background: #f5f5f5;
  width: 1160px;
  padding: 20px 10px;
  overflow: hidden;
  min-height: 138px;
}
.siteMapBox .pic {
  width: 208px;
  height: 100%;
  float: left;
}
.siteMapBox .pic img {
  width: 208px;
  height: 138px;
}
.siteMapBox .linkCon {
  width: 952px;
  float: left;
}
.siteMapBox .linkCon li {
  float: left;
  margin: 0 0 10px 20px;
}
.siteMapBox .linkCon li a {
  display: block;
  width: 145px;
  height: 36px;
  background: #FFF;
  border: solid 1px #e3e3e3;
  line-height: 36px;
  padding: 0 10px;
}
/* 专题中心 */
.topLink {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  background: #FFF;
}
.topLink .wrap {
  overflow: hidden;
  height: 100%;
}
.topLink li {
  float: left;
  margin-right: 20px;
}
.topLink li a {
  display: block;
  width: 285px;
  height: 100px;
}
.topLink li a img {
  width: 285px;
  height: 100px;
}
.btn_xgzcjd {
  display: block;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  margin: 20px 0 20px 10px;
  background: #016bd5;
  color: #FFF;
}
.btn_xgzcjd:hover {
  background: #0051bf;
  color: #FFF;
}
.xqgkSecBox {
  padding: 0 20px;
  width: 1140px;
  margin-top: 20px;
}
.xqgkSecBox .title_xq {
  width: 300px;
  height: 50px;
  background: #016bd5;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
.xqgkSecBox .xqList {
  overflow: hidden;
  margin-top: 20px;
}
.xqgkSecBox .xqList li {
  float: left;
  margin: 0 10px 10px 0;
}
.xqgkSecBox .xqList li a {
  display: block;
  width: 220px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #EFF5FD;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xqgkSecBox .xqList li a:hover {
  background: #016bd5;
  color: #FFF;
}
/* 问答知识库 */
.qaMenu {
  background: #e8f6ff;
  border: solid 1px #dbeaff;
}
.qaMenu .mlList li a {
  padding-left: 20px;
  width: 208px;
}
.qaMenu .mlList li a span {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../images/qa/leftMenu_add.png) no-repeat;
  top: 9px;
}
.qaMenu .mlList li a:hover {
  background: #FFF;
  color: #005bd6;
  border: solid 1px #a8d0e9;
}
.qaMenu .mlList li a.on {
  background: #FFF;
  color: #005bd6;
}
.qaMenu .mlList li a.on span {
  background: url(../images/qa/leftMenu_min.png) no-repeat;
}
.qaMenu .mlList .subMenu li {
  margin-top: 5px;
}
.qaMenu .mlList .subMenu li a {
  display: inline-block;
  height: 32px;
}
.qaMenu .mlList .subMenu li a i {
  width: 2px;
}
.qaMenu .mlList .subMenu li a:hover {
  background: #ff8566;
  border-radius: 16px;
  border: none;
  color: #FFF;
}
.qaMenu .mlList .subMenu li a:hover i {
  background: #FFF;
}
.qaMenu .mlList .subMenu li a.on {
  background: #ff8566;
  border-radius: 16px;
  border: none;
  color: #FFF;
}
.qaMenu .mlList .subMenu li a.on i {
  background: #FFF;
}
.qaBox .qaCon {
  width: 808px;
  background: #f7fcff;
  border: solid 1px #dbeaff;
  padding: 20px 20px 50px;
}
.qaBox .qaCon .qaSearchBox {
  overflow: hidden;
}
.qaBox .qaCon .qaSearchBox .qaSearchTxt {
  width: 620px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: solid 1px #41adeb;
  background: #FFF;
  float: left;
}
.qaBox .qaCon .qaSearchBox .qaSearchBtn {
  width: 170px;
  height: 40px;
  background: #05a6ff;
  border: solid 1px #05a6ff;
  text-align: center;
  line-height: 40px;
  float: right;
  color: #FFF;
  font-family: "微软雅黑";
  font-size: 16px;
  cursor: pointer;
}
.qaBox .qaCon .qaList li {
  padding: 20px 0;
  border-bottom: dashed 1px #CCC;
}
.qaBox .qaCon .qaList li .line {
  overflow: hidden;
  line-height: 32px;
  margin-bottom: 10px;
}
.qaBox .qaCon .qaList li .line i.question {
  width: 32px;
  height: 32px;
  background: url(../images/qa/icon_question.png) no-repeat center center;
  display: block;
  float: left;
  margin-right: 10px;
}
.qaBox .qaCon .qaList li .line i.answer {
  width: 32px;
  height: 32px;
  background: url(../images/qa/icon_answer.png) no-repeat center center;
  display: block;
  float: left;
  margin-right: 10px;
}
.qaBox .qaCon .qaList li .line .date {
  font-size: 16px;
  color: #666;
  float: right;
}
.qaBox .qaCon .qaList li .line .title {
  font-size: 18px;
  font-weight: bold;
}
.qaBox .qaCon .qaList li .line p {
  width: 765px;
  float: right;
}
.qaBox .qaCon .qaList li .line .labelList {
  float: left;
  overflow: hidden;
  margin-top: 23px;
}
.qaBox .qaCon .qaList li .line .labelList a {
  float: left;
  padding: 0 10px;
  background: #f4f4f4;
  border: solid 1px #b0b0b0;
  margin-right: 10px;
  border-radius: 10px;
  line-height: 20px;
}
.qaBox .qaCon .qaList li .line .labelList a:hover {
  background: #6ac965;
  border: solid 1px #6ac965;
  color: #FFF;
}
.qaBox .qaCon .qaList li .line .zxzxBtn {
  float: right;
  position: relative;
  width: 97px;
  height: 50px;
}
.qaBox .qaCon .qaList li .line .zxzxBtn a {
  background: url(../images/qa/btn_zxzx_bg.png) no-repeat;
  width: 97px;
  height: 31px;
  line-height: 31px;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.qaBox .qaCon .qaList li .line .zxzxBtn i.robot {
  background: url(../images/qa/icon_robot.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 9;
  width: 23px;
  height: 37px;
}
.qaLeft {
  width: 820px;
  padding-left: 15px;
}
.qaLeft .qaContent {
  border-top: solid 1px #b7b7b7;
  padding: 20px 0;
}
.qaLeft .qaContent .title {
  line-height: 32px;
}
.qaLeft .qaContent .title i.question {
  width: 32px;
  height: 32px;
  background: url(../images/qa/icon_question.png) no-repeat center center;
  display: block;
  float: left;
  margin-right: 10px;
}
.qaLeft .qaContent .title .date {
  font-size: 16px;
  color: #666;
  float: right;
}
.qaLeft .qaContent .title a {
  font-size: 18px;
  font-weight: bold;
}
.qaLeft .qaContent .con {
  overflow: hidden;
  margin-top: 20px;
  border-bottom: dashed 1px #b7b7b7;
  padding-bottom: 20px;
}
.qaLeft .qaContent .con i.answer {
  width: 32px;
  height: 32px;
  background: url(../images/qa/icon_answer.png) no-repeat center center;
  display: block;
  float: left;
  margin-right: 10px;
}
.qaLeft .qaContent .con .txtContent {
  width: 775px;
  float: right;
  line-height: 2;
}
.qaLeft .qaContent .gnBox {
  overflow: hidden;
}
.qaLeft .qaContent .gnBox .labelList {
  float: left;
  overflow: hidden;
  margin-top: 23px;
}
.qaLeft .qaContent .gnBox .labelList a {
  float: left;
  padding: 0 10px;
  background: #f4f4f4;
  border: solid 1px #b0b0b0;
  margin-right: 10px;
  border-radius: 5px;
  line-height: 20px;
}
.qaLeft .qaContent .gnBox .labelList a:hover {
  background: #3a8eff;
  border: solid 1px #6ac965;
  color: #FFF;
}
.qaLeft .qaContent .gnBox .zxzxBtn {
  float: right;
  position: relative;
  width: 97px;
  height: 50px;
}
.qaLeft .qaContent .gnBox .zxzxBtn a {
  background: url(../images/qa/btn_zxzx_bg.png) no-repeat;
  width: 97px;
  height: 31px;
  line-height: 31px;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.qaLeft .qaContent .gnBox .zxzxBtn i.robot {
  background: url(../images/qa/icon_robot.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 9;
  width: 23px;
  height: 37px;
}
.qaRight {
  width: 305px;
  overflow: hidden;
  padding-right: 15px;
}
.qaRight .banner_mywd {
  display: block;
  width: 305px;
  height: 151px;
}
.qaRight .rmbqBox {
  margin-top: 20px;
}
.qaRight .rmbqBox .title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #d2d2d2;
}
.qaRight .rmbqBox .title i.icon_rmbq {
  background: url(../images/qa/icon_rc.png) no-repeat;
  width: 26px;
  height: 31px;
  float: left;
  margin: 9px 10px 0 0;
}
.qaRight .rmbqBox .rmbqCon a {
  padding: 3px 10px;
  line-height: 20px;
  background: #ffac4c;
  float: left;
  margin: 10px 5px 0 0;
  color: #FFF;
  border-radius: 13px;
}
.zykPage {
  position: relative;
  overflow: hidden;
}
.zykPage img {
  width: 100%;
  height: 100%;
}
.topBar_zyk {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.topBar_zyk .mask {
  width: 100%;
  height: 100%;
  background: #2c4fb4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: .8;
  filter: alpha(opacity=80);
}
.topBar_zyk .wrap {
  width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  margin-left: -600px;
}
.topBar_zyk .wrap ul {
  float: left;
  margin-top: 11px;
}
.topBar_zyk .wrap ul li {
  float: left;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  margin-right: 15px;
}
.topBar_zyk .wrap ul li a {
  font-size: 16px;
  color: #FFF;
}
.topBar_zyk .wrap ul li i {
  display: block;
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 5px;
}
.topBar_zyk .wrap ul li i.icon_qw {
  background: url(../images/icon_qw.png) no-repeat;
}
.topBar_zyk .wrap ul li i.icon_rd {
  background: url(../images/icon_gh.png) no-repeat;
}
.topBar_zyk .wrap ul li i.icon_zx {
  background: url(../images/icon_zx.png) no-repeat;
}
.searchBox_zyk {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -320px;
  z-index: 999;
}
.searchBox_zyk .searchForm {
  width: 640px;
  height: 59px;
  padding: 5px;
  position: relative;
}
.searchBox_zyk .searchForm .searchTxt {
  width: 510px;
  height: 55px;
  background: #fafafa;
  border: solid 2px #4189cb;
  line-height: 55px;
  padding-left: 20px;
  font-family: "微软雅黑";
  font-size: 16px;
  float: left;
  border-right: none;
}
.searchBox_zyk .searchForm .searchBtn {
  width: 102px;
  height: 59px;
  background: url(../images/icon_mirror2.png) no-repeat center center #0365be;
  border: solid 2px #4189cb;
  border-left: none;
  float: left;
  text-align: center;
  line-height: 76px;
  cursor: pointer;
}
.searchBox_zyk .logo {
  margin-bottom: 20px;
}
.zykFooter {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 60px;
}
.zykFooter .footerCon {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 99;
  width: 1200px;
  margin-left: -600px;
  color: #FFF;
}
.zykFooter .footerCon a {
  color: #FFF;
}
.zykFooter .mask {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: .4;
  filter: alpha(opacity=40);
}
/* 20190509 改 zlc */
.bssxList {
  overflow: hidden;
  width: 1116px;
  margin: 10px 37px 0 0;
}
.bssxList li {
  float: left;
  width: 116px;
  height: 88px;
  margin: 15px 0 0 8px;
}
.bssxList li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ecf3f9;
  transition: .5s all;
}
.bssxList li a .pic {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 10px auto 0;
  text-align: center;
}
.bssxList li a .picOver {
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 10px auto 0;
  text-align: center;
  display: none;
}
.bssxList li a .tit {
  text-align: center;
}
.bssxList li a:hover {
  background: #0092eb;
  color: #FFF;
}
.bssxList li a:hover .pic {
  display: none;
}
.bssxList li a:hover .picOver {
  display: block;
}
/* 海淀概况 */
.hdgkBox {
  background: url(../images/zjhd/hdgk_bg.gif) no-repeat;
  width: 1078px;
  height: 114px;
  overflow: hidden;
  border-top: solid 2px #d9e6f8;
  margin-top: 20px;
  padding: 30px 30px 0;
}
.hdgkBox h2 {
  background: url(../images/zjhd/icon_hdgk_title.png) no-repeat;
  width: 120px;
  height: 70px;
  text-indent: -1978px;
  overflow: hidden;
  float: left;
  border-right: solid 2px #2957ac;
  padding-right: 20px;
}
.hdgkBox p {
  height: 70px;
  width: 910px;
  line-height: 1.6;
  padding-left: 20px;
  float: left;
  text-align: justify;
}
.hdgkBox p a {
  color: #f46240;
}
/* 20190516 */
.zlcPhotoList li {
	overflow: hidden;
}
.zlcPhotoList li .date .jdxs{
	float: right;
	background: #016bd5;
	border-radius: 5px;
	padding: 0 5px;
	color: #FFF;
}
/* 20190520 */
.channelBox {}
.channelBox .secSubTitle {
    float:left;
    width: 110px;
    border-right: solid 1px #e1e1e1;
    height: 22px;
    line-height: 22px;
    margin: 29px 20px 0 0;
    padding-right: 0;
}
.channelBox ul {
    overflow: hidden;
}
.channelBox ul li {
    float: left;
    line-height: 80px;
    margin-right: 10px;
}
.channelBox ul li a {
    line-height: 30px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
    color: #999;
    padding: 3px 15px;
}
.channelBox ul li a:hover {
    background: #016bd5;
    color: #FFF;
}
.channelBox ul li a.on {
    background: #016bd5;
    color: #FFF;
}
.title_lsjg {
    background: url(../images/title_lsjg.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 108px;
    width: 139px;
    height: 32px;
    margin-left: -70px;
    text-indent: -1978px;
    overflow: hidden;
		z-index: 9;
}
/* 20190521 */
.lxxdSlide .hd li a i.icon_jqr {
	  background: url(../images/icon/icon_index_title_jqr.png) no-repeat;
		display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin: 9px 10px 0 35px;
}
.lxxdSlide .hd li.btn_znwd {
    background: none;
}
.lxxdSlide .hd li.btn_znwd a {
		color: #016bd5;
		display: block;
}
.lxxdSlide .hd li.btn_znwd a:hover {
		color: #fd5500;
}
.lxxdSlide .hd li a:hover i.icon_jqr {
	  background: url(../images/icon/icon_index_title_jqr_over.png) no-repeat;
}
/* 20190522 */
.wdhdBox {
    height: 383px;
}
.wdhdBox .wdhdCon {
    height: 292px;
}
.wdhdBox .wdhdCon .slideList li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sphdBox .wdhdCon {
    height: 325px;
}
.sphdBox {
    height: 416px;
}
.xgzcBox {
	  border: solid 1px #EDEDED;
    padding: 10px 10px 10px 90px;
    position: relative;
		margin-bottom: 20px;
}
.xgzcBox span {
	  font-weight: bold;
		position: absolute;
    left: 10px;
    top: 10px;
		z-index: 9;
}
.xgzcBox a {
	  display: block;
}
.thirdBox .thirdTxt {
	  text-align: justify;
}
/* 相关政策解读 */
.contentXgzcBox {
		margin-top: 10px;
}
.contentXgzcBox h2 {
		border-bottom: 1px solid #E1E1E1;
		height: 40px;
		line-height: 40px;
		position: relative;
		margin-bottom: 10px;
}
.contentXgzcBox h2 span {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9;
		border-bottom: 1px solid #CB2B1B;
		font-size: 20px;
		color: #CB2B1B;
		padding: 0 10px;
}
.contentXgzcBox a {
		display: block;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		background: url(../images/icon/icon_txtList_diamond.png) no-repeat left center;
		padding-left: 15px;
		width: 1065px;
}
.contentXgzcBox a:hover {
		background: url(../images/icon/icon_txtList_diamond_over.png) no-repeat left center;
}
/* 20190530 */
.newMediaCon {
  padding: 0 30px;
}
.newMediaCon .newMediaList li {
  background: #f9faff;
  height: 100px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newMediaCon .newMediaList li .pic {
  width: 130px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.newMediaCon .newMediaList li .pic img {
  width: 130px;
  height: 100px;
}
.newMediaCon .newMediaList li .txt {
  width: 850px;
  float: left;
  margin-left: 20px;
}
.newMediaCon .newMediaList li .txt h2 {
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newMediaCon .newMediaList li .txt h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #142655;
  line-height: 18px;
}
.newMediaCon .newMediaList li .txt .resource {
  line-height: 20px;
  margin-bottom: 10px;
}
.newMediaCon .newMediaList li .txt .resource i {
  background: url(../images/icon/icon_xmthd_ly.png) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.newMediaCon .newMediaList li .txt .time {
  line-height: 20px;
}
.newMediaCon .newMediaList li .txt .time i {
  background: url(../images/icon/icon_xmthd_sj.png) no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
.newMediaCon .newMediaList li .ewm {
  width: 72px;
  height: 72px;
  float: right;
  overflow: hidden;
  margin-top: 14px;
}
.newMediaCon .newMediaList li .ewm img {
  width: 72px;
  height: 72px;
}
/* 网站运行数据 */
.wzsjBox {
  width: 430px;
  height: 383px;
  overflow: hidden;
  position: relative;
}
.wzsjBox .hd {
  background: #ecf3f9;
  width: 430px;
  height: 50px;
  position: relative;
}
.wzsjBox .hd li {
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 50%;
  text-align: center;
}
.wzsjBox .hd li span.slideArrow {
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #016bd5;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
  z-index: 9;
  display: none;
}
.wzsjBox .hd li a {
  font-size: 20px;
  color: #016bd5;
  font-weight: bold;
}
.wzsjBox .hd li.on {
  background: #016bd5;
}
.wzsjBox .hd li.on span.slideArrow {
  display: block;
}
.wzsjBox .hd li.on a {
  color: #FFF;
}
.wzsjBox .tempWrap {
  width: 408px !important;
  border: solid 1px #ecf3f9;
  border-top: none;
  padding: 10px;
  position: relative;
  height: 312px;
  overflow: hidden;
}
/* 结果公示 */
.jggs {
  background: url(../images/list_jggs_bg.png) no-repeat;
  padding: 3px 10px 5px;
  margin-left: 10px;
  line-height: 14px;
	display: inline-block;
}
.jggs a {
  font-size: 14px !important;
  color: #FFF;
}
.zjlx {
  color: #016bd5 !important;
  margin-right: 5px;
}
.flag {
  background: url(../images/list_jggs_begin.png) no-repeat;
  width: 88px;
  height: 26px;
  float: right;
  text-indent: -1978px;
  overflow: hidden;
  margin-top: 12px;
}
.flag_off {
  background: url(../images/list_jggs_complete.png) no-repeat;
  width: 88px;
  height: 26px;
  float: right;
  text-indent: -1978px;
  overflow: hidden;
  margin-top: 12px;
}

.wdhdBox .wdhdCon .ygkList li {
  text-overflow: ellipsis;
  white-space: normal;
  width: 388px;
  height: 80px;
  line-height: 38px;
  clear: both;
  overflow: hidden;
}
.wdhdBox .wdhdCon .ygkList li i{
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_txtList_diamond.png) no-repeat;
}
.wdhdBox .wdhdCon .ygkList li:hover i{
  background: url(http://zyk.bjhd.gov.cn/resources/images/icon/icon_txtList_diamond_over.png) no-repeat;
}
.wdhdBox .wdhdCon .ygkList li .ygkListText{
  width: 365px;
  float: left;
  position: relative;
  height: 76px;
}
.wdhdBox .wdhdCon .ygkList li .ygkListText a {
word-wrap: break-word;
  display: block;
  white-space: normal;
}
.wdhdBox .wdhdCon .ygkList li .ygkListText .flag_off{
  position: absolute;
  right: 0px;
  bottom: 4px;

  background:#c4c4c4 ;
  float: right;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px;
  text-indent: 0;
}
.wdhdBox .wdhdCon .ygkList li .ygkListText .flag{
  background: #016bd5;
}
.wdhdBox .wdhdCon .ygkList li .ygkListText .jggs {
  background: #ff9937;
  margin-left: 10px;
  line-height: 11px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 60px;
  text-align: center;
}
/* 20190806 */
.sphdBox .wdhdCon { height: 330px;}
.sphdBox { height: 421px;}
.zwdtRightBanner a { margin-bottom: 9px;}
.mtbdSlide .hd .btn_sphd {
	  font-size: 20px;
    color: #016bd5;
    font-weight: bold;
		position: absolute;
		left: 220px;
		top: 0;
		z-index: 9;
		height: 50px;
		line-height: 50px;
}
.mtbdSlide .hd .btn_sphd i.icon_mtbd {
	  display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin: 9px 10px 0 0;
		background: url(../images/zwdt/icon_zwdt_mtbd.png) no-repeat center center;
}
/* 意见征集与调查 */
.yjzjWrap .yjzjTitle {
  height: 50px;
  line-height: 50px;
  border: none;
  background: #ecf3f9;
}
.yjzjWrap .yjzjTitle h2 {
  float: left;
  width: 230px;
  line-height: 50px;
  background: #016bd5;
  position: relative;
  height: 50px;
  border: none;
}
.yjzjWrap .yjzjTitle h2 a {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}
.yjzjWrap .yjzjTitle h2 i {
  background: url(../images/icon/icon_yjzj_over.png) no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin: 9px 10px 0 20px;
}
.yjzjWrap .yjzjTitle h2 span.arr {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-top: solid 6px #016bd5;
  margin-left: -6px;
}
.yjzjWrap .yjzjTitle .more {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  background: url(../images/icon_more_over.png) no-repeat;
  width: 75px;
  height: 16px;
  margin-top: -8px;
  text-indent: -1978px;
  overflow: hidden;
}
.yjzjWrap .yjzjCon {
  padding: 0 10px 10px;
  width: 711px;
  height: 320px;
}
.yjzjWrap .yjzjCon .slideList li {
  line-height: 44px;
}
.yjzjWrap .yjzjCon .slideList li a i.listArr {
  margin: 19px 10px 0 0;
}
.yjzjWrap .yjzjCon .jggs {
  background: #ff9937;
  padding: 0 10px 2px;
  margin-left: 10px;
  line-height: 14px;
  border-radius: 5px;
}
.yjzjWrap .yjzjCon .jggs a {
  color: #FFF;
  font-size: 14px;
}
.yjzjWrap .yjzjCon .flag,
.yjzjWrap .yjzjCon .flag_off {
  background: #016bd5;
  float: right;
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  color: #FFF;
  line-height: 24px;
  font-size: 14px;
  padding: 0 10px;
	text-indent: 0;
}
.yjzjWrap .yjzjCon .flag_off {
  background: #c4c4c4;
}
.yjzjWrap .yjzjCon span.zjlx {
  color: #016bd5;
  margin-right: 5px;
}
/* 智能推荐 */
.zntjBox .wdhdCon {
	height: 325px;
}
.zntjBox .title h2 i {
    display: block;
    background: url(../images/icon_zwdt_zntj.png) no-repeat;
    width: 32px;
    height: 32px;
    float: left;
    margin: 9px 10px 0 10px;
}
/* 20190829 */
.xxgkBox .xxgkCon {
	height: 248px;
}
.banner_index_qqd {
	  display: block;
		width: 100%;
		height: 60px;
		overflow: hidden;
		margin-top: 14px;
}
.banner_index_qqd img {
	width: 100%;
}
.btn_xgzcjd {
	display: inline-block;
}
.tenBox .xxgkCon {
	height: 299px;
}
.btn_jd_box {
	text-align: center;
}
.xwfbBox .xxgkCon {
	height: 322px;
}

.wjdcBox .xxgkCon {
	height: 200px;
}