﻿.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "SimSun", "微软雅黑";
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
  background: #f6f6f6;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "微软雅黑";
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #015293;
}
i,
b {
  font-style: normal;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.oHid {
  overflow: hidden;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
/* topBar */
.topBar {
  width: 100%;
  height: 34px;
  background: #015293;
}
.topBar .hdLogo {
  background: url(../images/small-logo.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  margin: 2px 10px 0 0;
  text-indent: -1978px;
  overflow: hidden;
}
.topBar .fourList {
  overflow: hidden;
  float: left;
  margin-top: 8px;
}
.topBar .fourList li {
  float: left;
  margin-right: 10px;
  line-height: 17px;
}
.topBar .fourList a {
  color: #FFF;
}
.topBar .fourList i {
  display: block;
  width: 16px;
  height: 17px;
  float: left;
  margin: 0 5px 0 0;
}
.topBar .fourList i.icon_ghdc {
  background: url(../images/icon_ghdc.png) no-repeat;
}
.topBar .fourList i.icon_gh {
  background: url(../images/icon_gh.png) no-repeat;
}
.topBar .fourList i.icon_zx {
  background: url(../images/icon_zx.png) no-repeat;
}
.topBar .searchBox {
  width: 292px;
  height: 24px;
  background: url(../images/search_bg.png) no-repeat;
  overflow: hidden;
  padding: 0 10px;
  float: right;
  line-height: 24px;
  margin-top: 5px;
}
.topBar .searchBox .searchTxt {
  width: 240px;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
  background: transparent;
}
.topBar .searchBox .searchBtn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  float: right;
  cursor: pointer;
  background: url(../images/icon_search.png) no-repeat center center;
  overflow: hidden;
  text-indent: -1978px;
  border: none;
}
/* topBox */
.topBox {
  width: 100%;
  height: 147px;
  overflow: hidden;
  position: relative;
  background: url(../images/top_bg.jpg) no-repeat center top;
}
.topBox .wrap {
  height: 100%;
  overflow: hidden;
}
.topBox .wrap a.logo {
  display: block;
  background: url(../images/logo.png) no-repeat;
  width: 615px;
  height: 81px;
  overflow: hidden;
  margin: 34px 0 0 60px;
}
.topBox .wrap a.logo img {
  width: 100%;
}
/* topMenu */
.topMenu {
  background: #015293;
  height: 50px;
  width: 100%;
}
.topMenu .wrap {
  height: 100%;
  overflow: hidden;
}
.topMenu ul {
  padding: 0 20px;
  width: 1160px;
  overflow: hidden;
}
.topMenu ul li {
  float: left;
  width: 145px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.topMenu ul a {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  display: block;
  height: 100%;
}
.topMenu ul a:hover {
  background: #00457f;
}
.topMenu ul a.on {
  background: #00457f;
}
.contentBox {
  background: #FFF;
  padding: 0 20px;
  width: 1160px;
  overflow: hidden;
  margin: 0 auto;
}
/* headNews */
.headNews {
  height: 86px;
  background: #e8f0f9;
}
.headNews h2 {
  height: 48px;
  line-height: 48px;
  background: url(../images/headNews_line.gif) repeat-x left bottom;
  padding-bottom: 2px;
  text-align: center;
  padding: 0 10px;
  font-size: 26px;
  color: #e61c18;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headNews h2 a {
  font-size: 26px;
  color: #e61c18;
  font-weight: bold;
}
.headNews p {
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 政协动态 */
.zxdtBox {
  height: 360px;
  overflow: hidden;
}
.zxdtBox .zxdtPhotoSlider {
  width: 650px;
  height: 360px;
  overflow: hidden;
  position: relative;
  float: left;
}
.zxdtBox .zxdtPhotoSlider .hd {
  width: 155px;
  height: 360px;
  overflow: hidden;
  float: right;
}
.zxdtBox .zxdtPhotoSlider .hd li {
  width: 155px;
  height: 110px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.zxdtBox .zxdtPhotoSlider .hd li .pic {
  width: 155px;
  height: 110px;
}
.zxdtBox .zxdtPhotoSlider .hd li .pic a {
  display: block;
  height: 100%;
}
.zxdtBox .zxdtPhotoSlider .hd li .pic a img {
  width: 155px;
  height: 110px;
}
.zxdtBox .zxdtPhotoSlider .hd li .mask {
  width: 155px;
  height: 110px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.zxdtBox .zxdtPhotoSlider .hd li.on .mask {
  display: none;
}
.zxdtBox .zxdtPhotoSlider .bd {
  width: 465px;
  height: 360px;
  overflow: hidden;
  position: relative;
  float: left;
}
.zxdtBox .zxdtPhotoSlider .bd li {
  width: 465px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.zxdtBox .zxdtPhotoSlider .bd .pic {
  width: 465px;
  height: 360px;
  overflow: hidden;
}
.zxdtBox .zxdtPhotoSlider .bd .pic img {
  width: 465px;
  height: 360px;
}
.zxdtBox .zxdtPhotoSlider .bd .mask {
  width: 465px;
  height: 34px;
  background: #015293;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.zxdtBox .zxdtPhotoSlider .bd .tit {
  width: 445px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.zxdtBox .zxdtPhotoSlider .bd .tit a {
  display: block;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxdtBox .zxdtTxtSlider {
  width: 490px;
  height: 360px;
  overflow: hidden;
  position: relative;
  float: right;
}
.zxdtBox .zxdtTxtSlider .hd {
  height: 27px;
  border-bottom: solid 3px #e6edf3;
}
.zxdtBox .zxdtTxtSlider .hd li {
  float: left;
  margin-right: 20px;
  font-size: 18px;
  height: 27px;
  cursor: pointer;
}
.zxdtBox .zxdtTxtSlider .hd li.on {
  font-weight: bold;
  color: #015293;
  border-bottom: solid 3px #015293;
}
.zxdtBox .zxdtTxtSlider .bd {
  margin-top: 20px;
  position: relative;
}
.zxdtBox .zxdtTxtSlider .bd li {
  line-height: 34px;
  height: 34px;
}
.zxdtBox .zxdtTxtSlider .bd li a {
  display: block;
  width: 470px;
  height: 100%;
  padding: 0 5px 0 15px;
  position: relative;
  background: url(../images/list_dot.png) no-repeat 5px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxdtBox .zxdtTxtSlider .bd li a .date {
  float: right;
}
.zxdtBox .zxdtTxtSlider .bd li a:hover {
  background: url(../images/list_dot_over.png) no-repeat 5px center #f9f9f9;
}
.zxdtBox .zxdtTxtSlider .bd .info {
  position: relative;
}
.zxdtBox .zxdtTxtSlider .bd .infoBox {
  overflow: initial !important;
}
.zxdtBox .zxdtTxtSlider .bd .tempWrap {
  overflow: initial !important;
}
.zxdtBox .zxdtTxtSlider .bd .more {
  color: #015293;
  font-weight: bold;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 9;
  font-family: "微软雅黑";
}
/* fullBanner */
.fullBanner {
  width: 1160px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.fullBanner .bd {
  width: 1160px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.fullBanner .bd li {
  width: 1160px;
  height: 120px;
  overflow: hidden;
}
.fullBanner .bd li img {
  width: 100%;
  height: 100%;
}
.fullBanner .prev,
.fullBanner .next {
  width: 21px;
  height: 33px;
  position: absolute;
  background: url(../images/slider_arrow_left.png) no-repeat;
  top: 50%;
  margin-top: -16px;
  left: 0;
  z-index: 9;
}
.fullBanner .next {
  background: url(../images/slider_arrow_right.png) no-repeat;
  left: auto;
  right: 0;
}
/* bannerSlider */
.bannerSlider {
  width: 1160px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.bannerSlider .bd li {
  width: 283px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.bannerSlider .hd .prev,
.bannerSlider .hd .next {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../images/slider_arrow_left.png) no-repeat;
  width: 21px;
  height: 33px;
  margin-top: -16px;
  z-index: 9;
}
.bannerSlider .hd .next {
  left: auto;
  right: 0;
  background: url(../images/slider_arrow_right.png) no-repeat;
}
/* common */
.blockLay {
  background: #F9F9F9;
  padding: 20px;
}
.title {
  height: 27px;
  border-bottom: solid 3px #e6edf3;
  position: relative;
  width: 100%;
}
.title h2 {
  font-size: 18px;
  color: #015293;
  font-weight: bold;
  border-bottom: solid 3px #015293;
  display: inline;
  padding-bottom: 3px;
}
.title h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #015293;
  padding-bottom: 3px;
}
.title a.more {
  color: #015293;
  font-weight: bold;
  line-height: 27px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.list li {
  line-height: 16px;
  height: 16px;
  margin-bottom: 20px;
}
.list li a {
  display: block;
  float: left;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
}
.list li .date {
  display: block;
  float: right;
  height: 100%;
  color: #666;
}
/* 专题活动 */
.wygsIndexBox {
  background: #F9F9F9;
  padding: 20px;
  width: 740px;
  height: 400px;
  float: left;
}
.wygsIndexBox .wygsIndexCon {
  margin-top: 20px;
  overflow: hidden;
}
.wygsIndexBox .wygsIndexCon .fleft {
  width: 240px;
  overflow: hidden;
}
.wygsIndexBox .wygsIndexCon .fleft li {
  width: 240px;
  height: 160px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.wygsIndexBox .wygsIndexCon .fleft .pic {
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.wygsIndexBox .wygsIndexCon .fleft .pic a {
  display: block;
  height: 100%;
}
.wygsIndexBox .wygsIndexCon .fleft .pic a img {
  width: 240px;
  height: 160px;
}
.wygsIndexBox .wygsIndexCon .fleft .tit {
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 0 5px;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
}
.wygsIndexBox .wygsIndexCon .fleft .tit a {
  color: #FFF;
}
.wygsIndexBox .wygsIndexCon .fleft .mask {
  width: 240px;
  height: 30px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.wygsIndexBox .wygsIndexCon .fright {
  width: 470px;
}
.wygsIndexBox .wygsIndexCon .fright .list li a {
  width: 100%;
}
/* 政协概况 */
.zxgkWrapBox {
  width: 360px;
  overflow: hidden;
  float: right;
}
.zxgkWrapBox .banner_taxt {
  width: 360px;
  height: 60px;
  display: block;
}
.zxgkWrapBox .banner_taxt img {
  width: 360px;
  height: 60px;
}
.zxgkBox {
  width: 320px;
  height: 320px;
  margin-top: 20px;
  background: #F9F9F9;
  padding: 20px;
}
.zxgkBox .zxgkCon {
  height: 270px;
  margin-top: 20px;
  overflow: hidden;
}
.zxgkBox .zxgkCon ul {
  width: 270px;
  margin: 0 auto;
}
.zxgkBox .zxgkCon li {
  width: 270px;
  height: 46px;
  margin-bottom: 10px;
}
.zxgkBox .zxgkCon li a {
  display: block;
  width: 270px;
  height: 46px;
  background: #3c70c0;
  border-radius: 5px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  line-height: 46px;
}
.zxgkBox .zxgkCon li a i {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin: 5px 10px 0 70px;
}
.zxgkBox .zxgkCon li a i.icon01 {
  background: url(../images/icon_zxgk_01.png) no-repeat center center;
}
.zxgkBox .zxgkCon li a i.icon02 {
  background: url(../images/icon_zxgk_02.png) no-repeat center center;
}
.zxgkBox .zxgkCon li a i.icon03 {
  background: url(../images/icon_zxgk_03.png) no-repeat center center;
}
.zxgkBox .zxgkCon li a i.icon04 {
  background: url(../images/icon_zxgk_04.png) no-repeat center center;
}
.zxgkBox .zxgkCon li a i.icon05 {
  background: url(../images/icon_zxgk_05.png) no-repeat center center;
}
/* 媒体报道&图文报道 */
.mtbdSlider {
  width: 740px;
  height: 305px;
  float: left;
  background: #F9F9F9;
  padding: 20px;
}
.mtbdSlider .hd {
  position: relative;
}
.mtbdSlider .hd ul {
  float: right;
}
.mtbdSlider .hd ul li {
  float: left;
  margin-left: 10px;
}
.mtbdSlider .hd ul li a {
  font-size: 18px;
  color: #e96b34;
}
.mtbdSlider .hd ul li.on a {
  font-weight: bold;
}
.mtbdSlider .bd {
  height: 255px;
  overflow: hidden;
  margin-top: 20px;
}
.mtbdSlider .bd .spbdUl,
.mtbdSlider .bd .twbdList {
  width: 330px;
  overflow: hidden;
  float: left;
}
.mtbdSlider .bd .spbdUl li,
.mtbdSlider .bd .twbdList li {
  width: 330px;
  height: 255px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}
.mtbdSlider .bd .spbdUl li a,
.mtbdSlider .bd .twbdList li a {
  display: block;
  height: 100%;
}
.mtbdSlider .bd .spbdUl li .pic,
.mtbdSlider .bd .twbdList li .pic {
  width: 330px;
  height: 255px;
  overflow: hidden;
}
.mtbdSlider .bd .spbdUl li .pic img,
.mtbdSlider .bd .twbdList li .pic img {
  width: 330px;
  height: 255px;
}
.mtbdSlider .bd .spbdUl li .mask,
.mtbdSlider .bd .twbdList li .mask {
  width: 100%;
  height: 30px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.mtbdSlider .bd .spbdUl li .tit,
.mtbdSlider .bd .twbdList li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 310px;
  padding: 0 10px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 99;
  height: 30px;
  line-height: 30px;
}
.mtbdSlider .bd .spbdUl li .icon,
.mtbdSlider .bd .twbdList li .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/icon_video.png) no-repeat;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  z-index: 99;
}
.mtbdSlider .bd .twbdList li .mask {
  height: 30px;
  top: auto;
  bottom: 0;
}
.mtbdSlider .bd .spbdList .list {
  width: 390px;
  float: right;
}
.mtbdSlider .bd .spbdList .list li a {
  width: 100%;
}
.mtbdSlider .bd .twbdList li {
  width: 239px;
  height: 135px;
  margin: 0 10px 10px 0;
}
.mtbdSlider .bd .twbdList li .pic {
  width: 239px;
  height: 135px;
  overflow: hidden;
}
.mtbdSlider .bd .twbdList li .pic img {
  width: 239px;
  height: 135px;
}
.mtbdSlider .bd .twbdList li .tit {
  width: 210px;
}
/* 政协杂志 */
.zxzzBox {
  width: 320px;
  height: 305px;
  background: #F9F9F9;
  padding: 20px;
  float: right;
}
.zxzzBox .zxzzCon {
  margin-top: 20px;
}
.zxzzBox .zxzzCon li {
  width: 155px;
  height: 255px;
  float: left;
  margin-right: 10px;
}
.zxzzBox .zxzzCon li .pic {
  width: 155px;
  height: 205px;
  overflow: hidden;
}
.zxzzBox .zxzzCon li .pic a {
  display: block;
  height: 100%;
}
.zxzzBox .zxzzCon li .pic a img {
  width: 155px;
  height: 205px;
}
.zxzzBox .zxzzCon li .tit {
  height: 40px;
  margin-top: 10px;
}
.zxzzBox .zxzzCon li .tit a {
  display: block;
  height: 100%;
  padding: 0 5px;
  width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  background: #e6ebf3;
  text-align: center;
}
/* 友情链接 */
.yqljBox {
  height: 95px;
  margin-bottom: 40px;
  background: #F9F9F9;
  padding: 20px;
}
.yqljBox .yqljCon {
  margin-top: 20px;
  height: 45px;
  overflow: hidden;
}
.yqljBox .yqljCon li {
  float: left;
  width: 180px;
  height: 40px;
  background: #FFF;
  padding: 1px;
  border: solid 1px #d3d3d1;
  margin-right: 50px;
}
.yqljBox .yqljCon li a {
  display: block;
  width: 180px;
  height: 40px;
}
.yqljBox .yqljCon li a img {
  width: 180px;
  height: 40px;
}
/* footer */
.footer {
  background: #015293;
  width: 100%;
  padding: 30px 0;
}
.footer p {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}
.footer p a {
  color: #FFF;
}
.footer .icon_dzjg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -265px;
  z-index: 9;
  width: 80px;
  height: 80px;
}
/* location */
.location {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  width: 1160px;
}
.location h2 {
  font-size: 22px;
  color: #015293;
  font-weight: bold;
  display: inline;
  margin-right: 20px;
}
.location h2 i {
  display: block;
  width: 6px;
  height: 16px;
  border-radius: 3px;
  background: #015293;
  float: left;
  margin: 22px 10px 0 0;
}
/* 政协刊物 */
.qkjjBox {
  padding: 0 70px;
  width: 1020px;
  height: 285px;
  overflow: hidden;
  margin-bottom: 60px;
}
.qkjjBox .fleft {
  width: 222px;
  height: 285px;
}
.qkjjBox .fleft a {
  display: block;
}
.qkjjBox .fleft img {
  width: 222px;
  height: 285px;
}
.qkjjBox .fright {
  width: 760px;
  height: 285px;
}
.qkjjBox .fright h2 {
  background: url(../images/qkjj_bg.png) no-repeat;
  width: 123px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  margin-top: 20px;
}
.qkjjBox .fright p {
  margin-top: 30px;
  text-align: justify;
  line-height: 1.8;
}
.hdzxBox {
  margin-bottom: 60px;
}
.hdzxBox .hdzxCon {
  margin-top: 20px;
  position: relative;
}
.hdzxBox .hdzxCon ul {
  overflow: hidden;
}
.hdzxBox .hdzxCon ul li {
  width: 180px;
  height: 260px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 0 20px 45px;
}
.hdzxBox .hdzxCon ul li .pic {
  width: 180px;
  height: 230px;
  overflow: hidden;
}
.hdzxBox .hdzxCon ul li .pic img {
  width: 180px;
  height: 230px;
}
.hdzxBox .hdzxCon ul li .tit {
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.hdzxBox .hdzxCon ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 230px;
  z-index: 9;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  display: none;
}
.hdzxBox .hdzxCon ul li .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 150px;
  z-index: 99;
  padding-top: 80px;
  transition: .5s all;
  display: none;
}
.hdzxBox .hdzxCon ul li .link a.btn_zxyd,
.hdzxBox .hdzxCon ul li .link a.btn_pdf {
  width: 82px;
  height: 30px;
  border: solid 1px #FFF;
  border-radius: 15px;
  line-height: 30px;
  color: #FFF;
  background: url(../images/icon_zxyd.png) no-repeat 15px center;
  display: block;
  padding-left: 48px;
  margin: 0 auto;
}
.hdzxBox .hdzxCon ul li .link a.btn_pdf {
  background: url(../images/icon_xz.png) no-repeat 15px center;
  margin-top: 10px;
}
.hdzxBox .hdzxCon ul .tempWrap {
  margin: 0 auto;
}
.hdzxBox .hdzxCon .hd a.prev,
.hdzxBox .hdzxCon .hd a.next {
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../images/slider_kw_arrow_left.png) no-repeat;
  margin-top: -40px;
  z-index: 999;
  width: 24px;
  height: 81px;
}
.hdzxBox .hdzxCon .hd a.next {
  left: auto;
  right: 0;
  background: url(../images/slider_kw_arrow_right.png) no-repeat;
}
/* 政协概况 */
.zxgkBody {
  background: url(../images/zxgk_top_box_bg.jpg) no-repeat center 261px #f6f6f6;
}
.zxgkTop {
  background: url(../images/zxgk_top_bg.jpg) no-repeat;
  height: 470px;
  overflow: hidden;
  padding: 0 30px 0 530px;
  width: 640px;
}
.zxgkTop .titleBox {
  height: 38px;
  overflow: hidden;
  position: relative;
}
.zxgkTop .titleBox h2 {
  background: url(../images/gk_title_bg.png) no-repeat;
  line-height: 34px;
  color: #FFF;
  font-weight: bold;
  height: 100%;
}
.zxgkTop .titleBox h2 span {
  font-size: 20px;
  color: #015293;
  margin: 0 30px 0 22px;
}
.zxgkTop .titleBox .more {
  color: #ffb619;
  position: absolute;
  right: 0;
  line-height: 38px;
  z-index: 9;
  top: 0;
}
.zxgkTop .con {
  margin-top: 10px;
}
.zxgkTop .con p {
  color: #FFF;
  line-height: 1.8;
}
.zxldBox .titleBox h2 {
  background: url(../images/title_zxld.png) no-repeat center top;
  height: 53px;
  overflow: hidden;
  text-indent: -1978px;
}
.zxldBox .titleBox h3 {
  position: relative;
  width: 490px;
  overflow: hidden;
  padding: 0 31px;
  margin: 20px auto 0;
}
.zxldBox .titleBox h3 i.leftIcon,
.zxldBox .titleBox h3 i.rightIcon {
  background: url(../images/icon_syh_left.png) no-repeat;
  width: 31px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
}
.zxldBox .titleBox h3 i.rightIcon {
  background: url(../images/icon_syh_right.png) no-repeat;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
.zxldBox .titleBox h3 p {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.zxldBox .line {
  overflow: hidden;
  padding: 0 60px;
  width: 1040px;
  margin-top: 40px;
}
.zxldBox .line .name_zw {
  background: url(../images/zxzw_title_bg.png) no-repeat;
  width: 123px;
  height: 38px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  float: left;
  margin-right: 20px;
}
.zxldBox .line .zxBox {
  width: 660px;
  float: left;
  overflow: hidden;
}
.zxldBox .line .zxBox .pic {
  width: 110px;
  height: 145px;
  overflow: hidden;
  float: left;
}
.zxldBox .line .zxBox .pic a {
  display: block;
  height: 100%;
}
.zxldBox .line .zxBox .pic img {
  width: 110px;
  height: 145px;
}
.zxldBox .line .zxBox .txt {
  width: 530px;
  float: left;
  height: 45px;
  margin-left: 20px;
  padding-top: 100px;
}
.zxldBox .line .zxBox .txt h4 {
  font-size: 18px;
  color: #015293;
}
.zxldBox .line .zxBox .txt h4 a {
  font-size: 18px;
  color: #015293;
}
.zxldBox .line .zxBox .txt p {
  font-size: 18px;
}
.zxldBox .line .zxList {
  float: left;
  padding-top: 45px;
}
.zxldBox .line .zxList a {
  display: block;
  width: 200px;
  height: 40px;
  background: #015293;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  margin-top: 10px;
}
.zxldBox .line .ldList {
  overflow: hidden;
}
.zxldBox .line .ldList li {
  width: 110px;
  height: 185px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.zxldBox .line .ldList li .pic {
  width: 110px;
  height: 145px;
  overflow: hidden;
}
.zxldBox .line .ldList li .pic a {
  display: block;
  height: 100%;
}
.zxldBox .line .ldList li .pic img {
  width: 110px;
  height: 145px;
}
.zxldBox .line .ldList li .tit {
  height: 30px;
  color: #015293;
  font-size: 18px;
  padding-top: 10px;
  line-height: 30px;
  text-align: center;
}
.zxldBox .line .ldList li .tit a {
  color: #015293;
  font-size: 18px;
}
.nsjgBox {
  width: 580px;
  height: 270px;
  background: #F9F9F9;
  padding: 20px;
  float: left;
}
.nsjgBox .nsjgCon {
  width: 580px;
  height: 240px;
  overflow: hidden;
}
.nsjgBox .nsjgCon ul li {
  width: 180px;
  height: 40px;
  float: left;
  margin: 20px 20px 0 0;
}
.nsjgBox .nsjgCon ul li a {
  display: block;
  height: 100%;
  background: #e7eff6;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nsjgBox .nsjgCon ul li a:hover {
  background: #015293;
  color: #FFF;
}
.gzzdBox {
  width: 480px;
  height: 270px;
  background: #F9F9F9;
  padding: 20px;
  float: right;
}
.gzzdBox .gzzdCon {
  margin-top: 20px;
}
.gzzdBox .gzzdCon .list li a {
  width: 100%;
}
.gztxBox {
  width: 1120px;
  background: #F9F9F9;
  padding: 20px;
}
.gztxBox h2 {
  background: url(../images/title_gztx.png) no-repeat center top;
  height: 53px;
  text-indent: -1978px;
  overflow: hidden;
}
.gztxBox .gztxSlider {
  width: 1120px;
  height: 270px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.gztxBox .gztxSlider .hd {
  border-bottom: solid 3px #e6edf3;
  height: 37px;
  width: 1120px;
}
.gztxBox .gztxSlider .hd li {
  float: left;
  font-size: 20px;
  border-bottom: solid 3px transparent;
  text-align: center;
  line-height: 37px;
  padding: 0 26px;
}
.gztxBox .gztxSlider .hd li a {
  font-size: 20px;
}
.gztxBox .gztxSlider .hd li.on {
  border-bottom: solid 3px #015293;
  color: #015293;
  font-weight: bold;
}
.gztxBox .gztxSlider .hd li.on a {
  color: #015293;
}
.gztxBox .gztxSlider .bd {
  width: 1120px;
  height: 230px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.gztxBox .gztxSlider .bd .infoCon {
  width: 1120px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.gztxBox .gztxSlider .bd .infoCon ul.bgList {
  overflow: hidden;
  padding: 0 50px 0 70px;
}
.gztxBox .gztxSlider .bd .infoCon ul.bgList li {
  width: 480px;
  height: 40px;
  float: left;
  margin: 20px 20px 0 0;
}
.gztxBox .gztxSlider .bd .infoCon ul.bgList li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e7eff6;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gztxBox .gztxSlider .bd .infoCon ul.bgList li a:hover {
  background: #015293;
  color: #FFF;
}
.gztxBox .gztxSlider .bd .infoCon ul.list {
  width: 490px;
  margin-top: 20px;
}
.gztxBox .gztxSlider .bd .infoCon ul.fleft {
  margin-left: 50px;
}
.gztxBox .gztxSlider .bd .infoCon ul.fright {
  margin-right: 50px;
}
.gztxBox .gztxSlider .bd .infoCon .gztxBtn {
  width: 200px;
  height: 30px;
  background: #e7eff6;
  border-radius: 10px;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  display: block;
  color: #015293;
  font-weight: bold;
}
/* photo list */
.topLink {
  overflow: hidden;
}
.topLink li {
  float: left;
  height: 40px;
  margin-left: 20px;
}
.topLink li a {
  font-size: 20px;
  padding: 0 20px;
  display: block;
  height: 37px;
  line-height: 37px;
}
.topLink li a:hover {
  border-bottom: solid 3px #015293;
  color: #015293;
  font-weight: bold;
}
.topLink li.on a {
  border-bottom: solid 3px #015293;
  color: #015293;
  font-weight: bold;
}
.photoList li {
  width: 1160px;
  overflow: hidden;
  margin-bottom: 20px;
}
.photoList li a {
  display: block;
  background: #f9f9f9;
  padding: 20px;
  border: solid 2px transparent;
  width: 1116px;
  overflow: hidden;
}
.photoList li a .pic {
  width: 195px;
  height: 150px;
  float: left;
  overflow: hidden;
}
.photoList li a .pic img {
  width: 195px;
  height: 150px;
}
.photoList li a .txtBox {
  float: right;
  width: 900px;
  position: relative;
}
.photoList li a .txtBox h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
  width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.photoList li a .txtBox h2 .date {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.photoList li a .txtBox p {
  line-height: 1.8;
  margin-top: 10px;
  color: #333;
  text-align: justify;
}
.photoList li a:hover {
  border-color: #015293;
}
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
/* content page */
.thirdTitle {
  border-bottom: solid 2px #bed4ee;
  padding-bottom: 20px;
  width: 1000px;
  margin: 0 auto;
}
.thirdTitle h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.thirdTitle .reBox {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.thireCon {
  line-height: 2;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.thireCon img {
  display: block;
  max-width: 1000px;
  margin: 10px auto;
}
/* 年鉴 slider */
.njSlider {
  width: 1160px;
  overflow: hidden;
  position: relative;
}
.njSlider .hd {
  background: url(../images/slider_nj_bgLine.gif) no-repeat left 14px;
  position: relative;
}
.njSlider .hd .tempWrap {
  margin: 0 auto;
}
.njSlider .hd li {
  float: left;
  width: 134px;
  height: 80px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.njSlider .hd li i.dot {
  background: url(../images/icon_nj_dot.png) no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}
.njSlider .hd li span {
  font-size: 20px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.njSlider .hd li.on i.dot {
  background: url(../images/icon_nj_dot_over.png) no-repeat;
}
.njSlider .hd li.on span {
  font-weight: bold;
  color: #015293;
}
.njSlider .hd .sPrev,
.njSlider .hd .sNext {
  background: url(../images/left_arrow.png) no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.njSlider .hd .sNext {
  left: auto;
  right: 0;
  background: url(../images/right_arrow.png) no-repeat;
}
/* 政协要闻 */
.zxywBox {
  width: 1120px;
  height: 455px;
  background: #F9F9F9;
  padding: 20px;
}
.zxywBox .zxywCon {
  overflow: hidden;
  margin-top: 20px;
}
.zxywBox .zxywCon .fleft {
  width: 520px;
  height: 400px;
  overflow: hidden;
}
.zxywBox .zxywCon .fleft a {
  display: block;
  height: 100%;
}
.zxywBox .zxywCon .fleft a img {
  width: 520px;
  height: 400px;
}
.zxywBox .zxywCon .fright {
  width: 575px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.zxywBox .zxywCon .fright .yxHeadNews h2 {
  border-bottom: solid 3px #e4edf4;
  padding-bottom: 10px;
}
.zxywBox .zxywCon .fright .yxHeadNews h2 a {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.zxywBox .zxywCon .fright .yxHeadNews p {
  line-height: 1.8;
  margin-top: 10px;
  text-indent: 2em;
  color: #AAA;
}
.zxywBox .zxywCon .fright .yxHeadNews p a {
  color: #ff2400;
}
.zxywBox .zxywCon .fright .list {
  margin-top: 20px;
}
.zxywBox .zxywCon .fright .list li {
  margin-bottom: 19px;
}
/* 政协会议 */
.zxhyBox {
  width: 640px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: left;
}
.zxhyBox .zxhyCon {
  margin-top: 10px;
}
.zxhyBox .zxhySlider {
  width: 640px;
  height: 280px;
  position: relative;
}
.zxhyBox .zxhySlider .hd {
  height: 34px;
}
.zxhyBox .zxhySlider .hd li {
  float: left;
  margin-right: 17px;
  width: 114px;
  height: 34px;
  border-radius: 5px;
  background: #e7e7e7;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.zxhyBox .zxhySlider .hd li.on {
  background: #015293;
  color: #FFF;
}
.zxhyBox .zxhySlider .bd {
  width: 640px;
  height: 230px;
  position: relative;
  margin-top: 10px;
}
.zxhyBox .zxhySlider .bd .infoCon {
  width: 640px;
  height: 230px;
  position: relative;
}
.zxhyBox .zxhySlider .bd .infoCon a.more {
  color: #015293;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -85px;
  line-height: 30px;
  z-index: 9;
}
/* 时政新闻 */
.szxwBox {
  width: 420px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: right;
}
.szxwBox .szxwCon {
  margin-top: 20px;
}
/* 学习交流 */
.xxjlSlider {
  width: 640px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xxjlSlider .hd {
  height: 27px;
  border-bottom: solid 3px #e6edf3;
  position: relative;
}
.xxjlSlider .hd li {
  float: left;
  font-size: 18px;
  display: inline;
  padding-bottom: 3px;
  margin-right: 30px;
  cursor: pointer;
}
.xxjlSlider .hd li.on {
  color: #015293;
  font-weight: bold;
  border-bottom: solid 3px #015293;
}
.xxjlSlider .bd {
  width: 640px;
  height: 290px;
  position: relative;
  overflow: initial !important;
}
.xxjlSlider .bd .infoCon {
  margin-top: 10px;
  position: relative;
  width: 640px;
  height: 290px;
}
.xxjlSlider .bd .infoCon .picList {
  width: 165px;
  overflow: hidden;
  float: left;
}
.xxjlSlider .bd .infoCon .picList li {
  width: 165px;
  height: 130px;
  margin-bottom: 20px;
}
.xxjlSlider .bd .infoCon .picList li a {
  display: block;
  height: 130px;
  position: relative;
}
.xxjlSlider .bd .infoCon .picList li a .pic {
  width: 165px;
  height: 130px;
  overflow: hidden;
}
.xxjlSlider .bd .infoCon .picList li a .pic img {
  width: 165px;
  height: 130px;
}
.xxjlSlider .bd .infoCon .picList li a .mask {
  width: 165px;
  height: 30px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.xxjlSlider .bd .infoCon .picList li a .tit {
  width: 155px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  z-index: 99;
}
.xxjlSlider .bd .infoCon .list {
  width: 455px;
  float: right;
}
.xxjlSlider .bd .infoCon a.more {
  color: #015293;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -40px;
  line-height: 30px;
  z-index: 9;
}
.xxjlSlider .tempWrap {
  overflow: initial !important;
}
/* 其他活动 */
.qthdBox {
  width: 420px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: right;
}
.qthdBox .qthdCon {
  margin-top: 10px;
}
/* 论坛议政 */
.ltyzBox {
  width: 640px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
.ltyzBox .ltyzCon {
  margin-top: 10px;
  overflow: hidden;
}
.ltyzBox .ltyzCon .picList {
  width: 165px;
  overflow: hidden;
  float: left;
}
.ltyzBox .ltyzCon .picList li {
  width: 165px;
  height: 130px;
  margin-bottom: 20px;
}
.ltyzBox .ltyzCon .picList li a {
  display: block;
  height: 130px;
  position: relative;
}
.ltyzBox .ltyzCon .picList li a .pic {
  width: 165px;
  height: 130px;
  overflow: hidden;
}
.ltyzBox .ltyzCon .picList li a .pic img {
  width: 165px;
  height: 130px;
}
.ltyzBox .ltyzCon .picList li a .mask {
  width: 165px;
  height: 30px;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.ltyzBox .ltyzCon .picList li a .tit {
  width: 155px;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFF;
  z-index: 99;
}
.ltyzBox .ltyzCon .list {
  width: 455px;
  float: right;
}
/* banenr */
.zxyxBannerBox {
  width: 420px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: right;
  overflow: hidden;
}
.zxyxBannerBox a {
  display: block;
  width: 420px;
  height: 96px;
  overflow: hidden;
  margin-bottom: 15px;
}
.zxyxBannerBox a img {
  width: 420px;
  height: 96px;
}
/* 委员沙龙 */
.wyslBox {
  width: 640px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
.wyslBox .wyslCon {
  margin-top: 20px;
}
.wyslBox .wyslCon ul {
  overflow: hidden;
}
.wyslBox .wyslCon li {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.wyslBox .wyslCon li .pic {
  width: 200px;
  height: 155px;
  overflow: hidden;
}
.wyslBox .wyslCon li .pic a {
  display: block;
  height: 100%;
}
.wyslBox .wyslCon li .pic a img {
  width: 200px;
  height: 155px;
}
.wyslBox .wyslCon li .tit {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wyslBox .wyslCon li .tit a {
  font-weight: bold;
}
.wyslBox .wyslCon li .desc {
  line-height: 1.6;
  margin-top: 10px;
}
/* 政协杂志 */
.yxZxzzBox {
  width: 420px;
  height: 320px;
  background: #F9F9F9;
  padding: 20px;
  float: right;
  overflow: hidden;
}
.yxZxzzBox .zxzzCon {
  margin-top: 20px;
}
.yxZxzzBox .zxzzCon ul {
  overflow: hidden;
  margin: 0 auto;
  width: 390px;
}
.yxZxzzBox .zxzzCon li {
  width: 180px;
  height: 280px;
  float: left;
  margin-left: 30px;
}
.yxZxzzBox .zxzzCon li .pic {
  width: 180px;
  height: 230px;
  overflow: hidden;
}
.yxZxzzBox .zxzzCon li .pic a {
  display: block;
  height: 100%;
}
.yxZxzzBox .zxzzCon li .pic a img {
  width: 180px;
  height: 230px;
}
.yxZxzzBox .zxzzCon li .tit {
  height: 40px;
  margin-top: 10px;
}
.yxZxzzBox .zxzzCon li .tit a {
  display: block;
  height: 100%;
  padding: 0 5px;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  background: #e6ebf3;
  text-align: center;
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #adadad;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #adadad;
  margin-right: 10px;
}
.page a:hover {
  background: #0196E3;
  color: #FFF;
  border: solid 1px #FFF;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #0196e3;
  color: #FFF;
  border: none;
}
/* 文字列表 */
.leftMenuBox {
  width: 210px;
  overflow: hidden;
  float: left;
  margin-top: 20px;
  display: none;
}
.leftMenuBox h2 {
  font-size: 20px;
  font-weight: bold;
  color: #015293;
  height: 40px;
  line-height: 40px;
}
.leftMenuBox .leftMenu {
  width: 210px;
  overflow: hidden;
}
.leftMenuBox .leftMenu li {
  line-height: 50px;
}
.leftMenuBox .leftMenu li a {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  background: #f0f6fc;
  position: relative;
}
.leftMenuBox .leftMenu li a i.arrow {
  display: block;
  background: url(../images/leftMenu_icon.png) no-repeat;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  z-index: 9;
}
.leftMenuBox .leftMenu a.on {
  color: #FFF;
  background: #015293;
}
.leftMenuBox .leftMenu a.on i.arrow {
  background: url(../images/leftMenu_icon_over.png) no-repeat;
}
.leftMenuBox .leftMenu .subMenu li {
  line-height: 40px;
}
.leftMenuBox .leftMenu .subMenu li a {
  font-size: 16px;
  font-weight: normal;
  background: #FFF;
}
.leftMenuBox .leftMenu .subMenu li a.on {
  color: #f0520c;
  background: #FFF;
  font-weight: bold;
}
.txtListBox {
  width: 930px;
  float: right;
}
.txtListBox .list {
  min-height: 500px;
}
.txtListBox .list li {
  margin-bottom: 30px;
}
.txtListBox .list li i.icon {
  width: 4px;
  height: 12px;
  border-radius: 2px;
  background: #dae9f7;
  display: block;
  float: left;
  margin: 2px 10px 0 0;
}
.txtListBox .list li.line {
  height: 0px;
  border-bottom: solid 2px #daeafb;
  margin-bottom: 30px;
}
/* 单页 */
.singleBox {
  width: 930px;
  float: right;
  min-height: 500px;
  overflow: hidden;
}
.singleBox h2 {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}
.singleBox .resourcesBox {
  text-align: center;
  border-bottom: solid 1px #daeafb;
  margin-bottom: 20px;
  line-height: 40px;
}
.singleBox .singleCon {
  line-height: 2;
}
/* 图片列表 */
.secPicListBox {
  width: 930px;
  float: right;
  overflow: hidden;
}
.secPicListBox ul {
  overflow: hidden;
}
.secPicListBox ul li {
  width: 280px;
  height: 240px;
  background: #f6f8fa;
  padding: 10px;
  float: left;
  margin: 0 0 10px 10px;
}
.secPicListBox ul li .pic {
  width: 280px;
  height: 210px;
  overflow: hidden;
}
.secPicListBox ul li .pic a {
  display: block;
  height: 100%;
}
.secPicListBox ul li .pic a img {
  width: 280px;
  height: 210px;
}
.secPicListBox ul li .tit {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
/* 历届领导 */
.leftMenu_ljld {
  width: 170px;
  border: solid 1px #d3e5fa;
  float: left;
}
.leftMenu_ljld h2 {
  width: 170px;
  height: 50px;
  background: #015293;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  position: relative;
  color: #FFF;
}
.leftMenu_ljld h2 i.arrow {
  display: block;
  background: url(../images/leftMenu_icon_over.png) no-repeat;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  z-index: 9;
}
.leftMenu_ljld li {
  width: 170px;
  height: 50px;
  position: relative;
}
.leftMenu_ljld li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 50px;
  background: #f0f4f8;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  z-index: 8;
}
.leftMenu_ljld li i.icon_dot {
  background: url(../images/icon_dot.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -8px;
  z-index: 9;
  display: none;
}
.leftMenu_ljld li.on a {
  background: #FFF;
  color: #015293;
  font-weight: bold;
  border-left: solid 4px #015293;
  left: -1px;
  width: 168px;
}
.leftMenu_ljld li.on i.icon_dot {
  display: block;
}
.secLjldBox {
  float: left;
  width: 960px;
  overflow: hidden;
  min-height: 600px;
  position: relative;
}
.secLjldBox .infoCon {
  width: 960px;
  overflow: hidden;
  margin-left: 20px;
}
.secLjldBox .infoCon h2 {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
/* fixedBox */
.fixedBox {
  width: 120px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  top: 231px;
  z-index: 999;
}
.fixedBox .line {
  height: 150px;
}
.fixedBox .line .ewm {
  display: block;
  height: 120px;
}
.fixedBox .line .ewm img {
  width: 120px;
  height: 120px;
}
.fixedBox .line .txt {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f3f3f3;
}
.ldcxList {
  padding-left: 140px;
}
.ldcxList li {
  float: left;
  margin-right: 30px;
  width: 220px;
  height: 50px;
  background: #f0f6fc;
  cursor: pointer;
  position: relative;
}
.ldcxList li a {
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.ldcxList li .mask {
  width: 3px;
  height: 50px;
  background: #1266ac;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
/* 本届领导 */
.leaderList {
  width: 930px;
  float: right;
}
.leaderList li {
  overflow: hidden;
  margin-top: 20px;
}
.leaderList li a {
  display: block;
  background: #f9f9f9;
  padding: 10px;
  border: solid 2px transparent;
  width: 906px;
  overflow: hidden;
}
.leaderList li a .pic {
  width: 82px;
  height: 109px;
  float: left;
  overflow: hidden;
}
.leaderList li a .pic img {
  width: 82px;
  height: 109px;
}
.leaderList li a .txtBox {
  float: right;
  width: 810px;
  position: relative;
}
.leaderList li a .txtBox h2 {
  font-size: 20px;
  font-weight: 300;
  color: #0a71c9;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.leaderList li a .txtBox p {
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
.leaderList li a:hover {
  border: solid 2px #84bbea;
}
.leftMenuBox_ld {
  width: 210px;
  overflow: hidden;
  float: left;
  margin-top: 20px;
  display: none;
}
.leftMenuBox_ld h2 {
  font-size: 20px;
  font-weight: bold;
  color: #015293;
  height: 40px;
  line-height: 40px;
}
.leftMenuBox_ld .leftMenu {
  width: 210px;
  overflow: hidden;
}
.leftMenuBox_ld .leftMenu li {
  line-height: 50px;
}
.leftMenuBox_ld .leftMenu li a {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 100%;
  background: #f0f6fc;
  position: relative;
}
.leftMenuBox_ld .leftMenu li a i.arrow {
  display: block;
  background: url(../images/leftMenu_icon.png) no-repeat;
  width: 10px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  z-index: 9;
}
.leftMenuBox_ld .leftMenu a.on {
  color: #ffbf74;
  background: #015293;
}
.leftMenuBox_ld .leftMenu a.on i.arrow {
  background: url(../images/leftMenu_icon_over.png) no-repeat;
}
.leftMenuBox_ld .leftMenu .subMenu {
  width: 208px;
  border: solid 1px #d3e5fa;
  border-top: none;
}
.leftMenuBox_ld .leftMenu .subMenu li {
  line-height: 40px;
  width: 208px;
  height: 40px;
  position: relative;
}
.leftMenuBox_ld .leftMenu .subMenu li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
  height: 40px;
  background: #f0f4f8;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  z-index: 8;
}
.leftMenuBox_ld .leftMenu .subMenu li i.icon_dot {
  background: url(../images/icon_dot.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 55px;
  top: 50%;
  margin-top: -8px;
  z-index: 9;
  display: none;
}
.leftMenuBox_ld .leftMenu .subMenu li a.on {
  background: #FFF;
  color: #015293;
  font-weight: bold;
  border-left: solid 4px #015293;
  left: -1px;
  width: 206px;
}
.leftMenuBox_ld .leftMenu .subMenu li a.on i.icon_dot {
  display: block;
}
.infoCon h2 {
  color: #000;
  text-align: center;
  font-size: 20px;
}
