﻿
*{
  margin: 0;
  padding: 0
}
body {
  font: 12px "微软雅黑", "Arial Narrow", HELVETICA;
  -webkit-text-size-adjust: 100%;
  color: #000;
  min-width: 1200px;
  background: #fff;
}
html * {
  padding: 0;
  margin: 0;
}
html, body {
  height: 100%;
}
a {
  color: #000;
  text-decoration: none
}
a:hover {
  color: #a24242;
  text-decoration: none;
}
em,i {
  font-style: normal
}
hr{
  border-top: 1px solid #f0f0f0;
  border-bottom: none;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
p {
  word-wrap: break-word
}
img{
  max-width: 100%;
}
a, img, input, textarea, select,button {
  outline: none;
}
select, button, input, textarea {
  -webkit-appearance: none;
}
input[type="button"], button {
  cursor: pointer;
}
textarea {
  font-family: 微软雅黑;
}
.clear {
  clear: both;
}
.undis {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.eps {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.clamp2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrap{
  width: 1190px;
  margin: 0 auto;
}
.wrap:after,.clearfix:after{
  content: '';
  display: table;
  clear: both;
}

.body-bg{
  overflow: hidden;
  background: url(../images/body.jpg) repeat-y;
  background-size: 100%;
}

.topbar{
  width: 100%;
  height: 199px;
  background: url(../images/topbar.jpg) no-repeat center;
}
.navbar{
  background: #a24243;
  position: relative;
  z-index: 10;
}
.menus li{
  float: left;
  width: 16.66%;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  position: relative;
  font-weight: bold;
  background: url(../images/icon1.png) no-repeat left;
}
.menus li:first-child{
  background: none;
}
.menus li a{
  color: #ffffff;
  display: block;
}
.menus li .undis{
  display: none!important;
}
.menus li .sub{
  position: absolute;
  top: 100%;
  left: -10px;
  text-align: center;
  background: #a24242;
  width: 120px;
  display: none;
}
.menus li .sub a {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menus li .sub a:after{
  content: '';
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.menus li .sub a:last-child:after{
  border-bottom: none;
}
.menus li .sub a:hover{
  background: #a24242;
}
.menus li:hover .sub{
  display: block;
}

.main-body{
  background: #ffffff;
  overflow: hidden;
  padding: 0 20px 60px;
}
.idt-box1{
  overflow: hidden;
  margin: 20px 0 30px;
}
.idt-box1 .zhou-pic{
  width: 210px;
  margin-right: 23px;
  margin-top: 10px;
}
.idt-box1 .zhou-pic img{
  display: block;
  width: 100%;
}
.idt-box1 .text-l{
  width: 418px;
  margin-top: 15px;
}
.kylin{
  float: left;
  width: 50px;
  height: 50px;
}
.news-tchange{
  overflow: hidden;
  border-bottom: 1px solid #dad6d2;
}
.news-tchange.pshort li{
  padding: 0 12px;
}
.news-tchange li{
  float: left;
  font-size: 18px;
  color: #505050;
  padding: 0 26px;
  cursor: pointer;
  line-height: 39px;
}
.news-tchange li.active{
  border-bottom: 2px solid #a24242;
}
.news-tchange li.fr{
  float: right;
  margin: 0;
  padding: 0;
  line-height: 27px;
  width: 76px;
  text-align: center;
  margin-top: 6px;
}
.news-tchange li .more{
  display: block;
  font-size: 14px;
  color: #505050;
  background: #dad6d2;
}
.news-tchange .see{
  font-size: 14px;
  color: #717171;
  line-height: 39px;
}
.news-tchange .see:hover{
  color: #a24242;
}

.time-news li{
  overflow: hidden;
  padding: 29px 0 0;
}
.time-news li h1{
  font-size: 16px;
  font-weight: normal;
  color: #a24242;
  line-height: 1;
  margin-bottom: 10px;
}
.time-news li p{
  font-size: 12px;
  color: #181818;
  line-height: 22px;
  height: 44px;
  padding-left: 11px;
}

#focus {
  width: 476px;
  height: 357px;
  overflow: hidden;
  position: relative;
}
#focus ul {
  height: 357px;
  position: absolute;
}
#focus ul li {
  float: left;
  width: 476px;
  height: 357px;
  overflow: hidden;
  position: relative;
}
#focus ul li img{
  display: block;
  width: 100%;
  height: 100%;
}
#focus ul li .tit{
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 99;
  font-size: 14px;
  color: #c7c9ce;
  line-height: 35px;
  width: 70%;
}
#focus ul li div {
  position: absolute;
  overflow: hidden;
}
#focus .btnBg {
  position: absolute;
  height: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a24243;
}
#focus .btn {
  position: absolute;
  right: 16px;
  bottom: 15px;
}
#focus .btn span {
  display: inline-block;
  _display: inline;
  border-radius: 2px;
  _zoom: 1;
  width: 16px;
  height: 6px;
  _font-size: 0;
  margin-left: 6px;
  cursor: pointer;
  background: #fff;
  opacity: 0.6;
}
#focus .btn span.on {
  opacity: 0.9;
}

.advantage-blank img{
  display: block;
  width: 100%;
  height: auto;
}

.idx-main-box1{
  overflow: hidden;
  margin: 30px 0;
}
.idx-main-l{
  width: 550px;
}
.idx-main-r{
  width: 569px;
}

.notice-hytj{
  background: #f9f7f3;
  padding: 0 30px 25px;
  overflow: hidden;
}
.notice-hytj .common-news{
  width: 240px;
  padding-top: 15px;
}
.notice-hytj .common-news li{
  line-height: 28px;
}

.common-news{
  padding-top: 20px;
  position: relative;
}
.common-news .more{
  position: absolute;
  right: 0;
  top: -39px;
  font-size: 14px;
  color: #717171;
  display: block;
  line-height: 39px;
}
.common-news .more:hover{
  color: #a24242;
}
.common-news li{
  overflow: hidden;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  padding: 0 6px;
}
.common-news li a{
  display: block;
  float: left;
  width: 76%;
}
.common-news li a.per{
  width: 100%;
}

.mr_frbox{
  background: url(../images/bg1.png) no-repeat top center;
  width: 1137px;
  height: 349px;
  overflow: hidden;
  position: relative;
  margin: -30px auto 0;
}
.mr_frbox .more{
  position: absolute;
  top: 82px;
  right: 82px;
  font-size: 14px;
  color: #717171;
}
.mr_frbox .more:hover{
  color: #a24242;
}
.mr_frUl{
  margin: 135px auto 0;
  width: 966px;
  height: 139px;
}
.mr_frUl ul li{
  display: inline;
  float: left;
  width: 222px;
  height: 139px;
  margin-right: 26px;
  overflow: hidden;
}
.mr_frUl ul li img{
  display: block;
  width: 100%;
  height: 100%;
}

.magazbox{
  margin-top: 21px;
  margin-left: -18px;
}
.e-magaz-box{
  width: 290px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.e-magazine{
  overflow: hidden;
  width: 265px;
}
.e-magazine li{
  float: left;
  width: 114px;
  height: 159px;
  margin-left: 18px;
  overflow: hidden;
}
.e-magazine li img{
  display: block;
  width: 100%;
  min-height: 100%;
}

.goveropen-box{
  overflow: hidden;
  margin-top: 22px;
}
.goveropen-box .go-l{
  width: 860px;
}
.goveropen-box .go-r{
  width: 259px;
}
.goveropen-box .go-l .advantage-blank img{
  height: 131px;
}
.betw-ul{
  overflow: hidden;
  margin-left: -10px;
  margin-top: 14px;
}
.betw-ul li{
  float: left;
  width: 280px;
  height: 105px;
  overflow: hidden;
  margin-left: 10px;
}
.betw-ul li a{
  display: block;
  transition: 0.3s;
}
.betw-ul li img{
  display: block;
  width: 100%;
  height: 100%;
}
.betw-ul li:hover a{
  transform: scale(1.02);
}
.county-window{
  background: url(../images/bg2.png) no-repeat center #f9f7f3;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.county-window .wind-tit{
  background: url(../images/bg3.png) no-repeat center;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 39px;
  padding-right: 18px;
  margin: 15px 0;
}
.county-window ul{
  overflow: hidden;
}
.county-window ul li{
  float: left;
  width: 50%;
  font-size: 16px;
  color: #181818;
  line-height: 32px;
}
.county-window ul li p{
  width: 50px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: justify;
}

.convenient-box{
  text-align: center;
  margin: 55px 0 30px;
  overflow: hidden;
}
.convenient-box .bm-tit{
  font-size: 28px;
  color: #ac5656;
  font-weight: bold;
  background: url(../images/bg4.png) no-repeat center;
  line-height: 1;
}
.convenient-box ul{
  overflow: hidden;
  margin-top: 38px;
  padding: 0 20px;
}
.convenient-box ul li{
  float: left;
  width: 11.11%;
}
.convenient-box ul li img{
  width: 82px;
  height: 82px;
}
.convenient-box ul li p{
  font-size: 18px;
  margin-top: 12px;
  padding: 0 15px;
}

.friend-links{
  background: #a24243;
  position: relative;
  overflow: hidden;
  padding: 13px 0;
}
.friend-links .links{
  float: left;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  background: url(../images/icon3.png) no-repeat right;
  padding-right: 52px;
  margin-top: 5px;
}
.friend-links ul{
  float: left;
  width: 900px;
  overflow: hidden;
  margin-left: 70px;
}
.friend-links ul li{
  float: left;
  width: 100px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.friend-links ul li a{
  color: #ffffff;
}

.foot{
  overflow: hidden;
  background: #f9f7f3;
  color: #4e3709;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 40px 0;
}
.foot img{
  margin-top: 10px;
}

/*内页*/
.ny-title{
  background: url(../images/icon2.png) no-repeat left;
  background-size: 30px;
  padding-left: 41px;
  border-bottom: 1px solid #a24242;
  line-height: 71px;
  font-family: 宋体;
  font-weight: bolder;
  font-size: 28px;
  color: #a24243;
}
.book-title{
  background: url(../images/bg4.png) no-repeat center;
  font-size: 26px;
  color: #1f201f;
  text-align: center;
  margin: 35px 0 40px;
}
.ny-main-r .ny-title{
  font-size: 26px;
  color: #232323;
  font-family: initial;
  font-weight: normal;
}
.ny-main-l{
  width: 247px;
  margin-left: 5px;
  margin-top: 21px;
}
.ny-main-r{
  width: 857px;
  margin-right: 5px;
}

/*内页导航*/
.ny_navs{
  overflow: hidden;
  background: #f9f7f3;
  border: 2px solid #c4b488;
  text-align: center;
  padding: 13px 28px 28px;
}
.ny_navs .title{
  font-family: 宋体;
  font-weight: bold;
  font-size: 28px;
  color: #a24242;
  line-height: 76px;
}
.ny_navs li{
  font-size: 20px;
  line-height: 78px;
  border-bottom: 1px dashed #b0b5ba;
}
.ny_navs li a{
  display: block;
  color: #34465a;
}
.ny_navs li.cur {
  border-bottom: 1px dashed #c4b488;
}
.ny_navs li.cur a,.ny_navs li:hover a{
  color: #a24242;
}
.ny_navs.window li{
  float: left;
  width: 50%;
}

/*当前位置*/
.location .position{
  font-size: 14px;
  color: #1f201f;
  line-height: 54px;
  background: url(../images/icon4.png) no-repeat left;
  padding-left: 24px;
}
.location .position a{
  color: #1f201f;
}
.location .position a:hover{
  color: #a24242;
}

/*详情页*/
.about-content{
  text-align: justify;
  font-size: 16px;
  line-height: 28px;
  color: #353535;
  padding: 60px 70px 20px;
  overflow: hidden;
}
.about-content.f18{
  font-size: 18px;
  line-height: 36px;
  color: #1f201f;
}
.about-content.vidzl{
  padding: 30px 7px;
}
.about-content img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.about-content video{
  display: block;
  width: 100%;
  object-fit:fill;
}
.about-content .news-head{
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 40px 25px;
  margin-bottom: 50px;
}
.about-content .news-head .name{
  margin: 0 0 10px;
}
.about-content .news-head p{
  font-size: 14px;
  color: #888888;
}
.about-content .news-head p span{
  margin: 0 15px;
}
.about-content .news-head .time{
  background: url(../images/icon6.png) no-repeat left;
  padding-left: 20px;
}
.about-content .name{
  text-align: center;
  font-size: 36px;
  color: #666666;
  line-height: 56px;
}
.about-content .vdo-name{
  font-weight: bold;
  font-size: 36px;
  color: #666666;
  margin: 50px 0 30px;
}

/*分页*/
.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 70px 0 30px;
  color: #141414;
  font-size: 15px;
}
.pagination span,.pagination li{
  display: inline-block;
  color: #141414;
  border: 1px solid #e6e6e6;
  margin-left: 1px;
  background: #fff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  padding: 0 12px;
}
.pagination li a{
  display: block;
  color: #141414;
}
.pagination .active,.pagination li:hover{
  background: #a24243;
  border: 1px solid #a24243;
  color: #fff;
}
.pagination li:hover a,.pagination .active a{
  color: #ffffff;
}

/*工作动态*/
.special-list{
  overflow: hidden;
}
.special-list ul{
  overflow: hidden;
}
.special-list ul li {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.special-list ul li .txt {
  margin-left: 36px;
}
.special-list ul li .txt h1{
  font-size: 24px;
  color: #a24243;
  font-weight: normal;
  margin-bottom: 8px;
}
.special-list ul li .txt p{
  font-size: 14px;
  color: #2c2c2c;
  line-height: 26px;
}
.special-list .bpc li{
  padding: 30px 0;
}
.special-list .bpc li img{
  float: left;
  width: 230px;
  height: 150px;
}
.special-list .bpc li .txt{
  width: 790px;
}
.special-list .bpc li .txt .opt{
  font-size: 14px;
  color: #888888;
  margin: 0 0 3px;
}
.special-list .bpc li .txt .time{
  background: url(../images/icon6.png) no-repeat left;
  padding-left: 20px;
  margin-right: 15px;
}
.special-list .bpc li .txt .author{
  background: url(../images/icon7.png) no-repeat left;
  padding-left: 20px;
}
.special-list .bpc li .txt .more{
  display: inline-block;
  font-size: 14px;
  color: #939393;
  background: url(../images/icon5.png) no-repeat right;
  padding-right: 12px;
  margin-top: 18px;
}
.special-list .nopc li{
  padding: 35px 0;
}
.special-list .nopc li .time{
  font-size: 16px;
  line-height: 1;
  width: 95px;
  text-align: center;
  background: #fafafa;
  padding: 15px 0;
  color: #333333;
  font-family: 宋体;
  font-weight: bold;
}
.special-list .nopc li .time strong{
  display: block;
  font-size: 55px;
}
.special-list .nopc li .txt{
  width: 945px;
}
.special-list .nopc li .txt h1{
  margin-bottom: 18px;
}
.special-list .nopc li:hover .time{
  background: #a24243;
  color: #ffffff;
}

/*党史人物*/
.expert-list ul{
  overflow: hidden;
  margin-left: -49px;
}
.expert-list ul li{
  float: left;
  width: 404px;
  overflow: hidden;
  border-bottom: 1px dashed #b3bac2;
  margin-left: 49px;
  padding: 30px 0;
}
.expert-list ul li a{
  display: block;
  overflow: hidden;
}
.expert-list ul li img{
  float: left;
  width: 91px;
  height: 122px;
}
.expert-list ul li .txt{
  margin-left: 36px;
  width: 265px;
  position: relative;
}
.expert-list ul li .txt h1{
  font-size: 18px;
  font-weight: normal;
}
.expert-list ul li .txt p{
  font-size: 14px;
  color: #232323;
  line-height: 24px;
  margin-top: 12px;
}
/*党史人物详情*/
.leader-detail{
  overflow: hidden;
}
.leader-detail.about-content{
  padding: 0 20px;
  margin: 50px 0;
}
.leader-detail .job-box{
  overflow: hidden;
  margin-bottom: 30px;
}
.leader-detail img{
  float: left;
  width: 150px;
}
.leader-detail .txt{
  width: 625px;
  margin-left: 40px;
}
.leader-detail .txt h1{
  font-size: 26px;
  font-weight: normal;
  color: #181818;
  margin-bottom: 20px;
}
.leader-detail .book-box{
  overflow: hidden;
  margin-bottom: 50px;
}
.leader-detail .book-box img{
  float: left;
  width: 283px;
}
.leader-detail .book-box .dets{
  width: 750px;
  margin-left: 46px;
}
.leader-detail .book-box .dets h1{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #666666;
  margin-bottom: 40px;
}
.leader-detail .book-box .dets .half{
  overflow: hidden;
}
.leader-detail .book-box .dets .half p{
  width: 50%;
}
.book-nrjj{
  font-size: 26px;
  color: #1f201f;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

/*党史荟萃*/
.dang-list ul{
  overflow: hidden;
}
.dang-list ul li{
  overflow: hidden;
  border-bottom: 1px dashed #b1b8c0;
  line-height: 25px;
  padding: 20px 0;
  position: relative;
}
.dang-list ul li a{
  font-size: 20px;
  color: #232323;
  width: 715px;
}
.dang-list ul li .data{
  font-size: 16px;
  color: #232323;
  background: url(../images/icon8.png) no-repeat left;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.dang-list ul li a:hover{
  color: #a24243;
}
.dang-list.book_list{
  margin-left: -49px;
  padding-left: 10px;
}
.dang-list.book_list li{
  float: left;
  width: 540px;
  padding: 10px 0;
  margin-left: 49px;
}
.dang-list.book_list li a{
  font-size: 18px;
  width: 400px;
}
.dang-list.book_list li .data{
  font-size: 12px;
}

/*史志书架*/
.overview-box{
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 23px;
  width: 1140px;
  margin: 0 auto 60px;
  padding-left: 14px;
}
.overview-box .hd ul{
  text-align: center;
}
.overview-box .hd ul li{
  background: #d2d2d2;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 0;
  margin: 0 11px;
  cursor: pointer;
}
.overview-box .hd ul li.on{
  background: #ac0005;
}
.overview{
  margin: 0 auto 30px;
  width: 100%;
  height: 366px;
}
.overview ul li{
  float: left;
  width: 100%;
  height: 366px;
  overflow: hidden;
}
.overview ul li .album{
  overflow: hidden;
  margin-left: -25px;
}
.overview ul li .album a{
  display: block;
  float: left;
  width: 262px;
  height: 366px;
  margin-left: 25px;
  overflow: hidden;
}
.overview ul li .album a img{
  display: block;
  width: 100%;
  height: 100%;
}

/*影像资料*/
.interview-list{
  overflow: hidden;
}
.interview-list ul{
  overflow: hidden;
  margin-left: -33px;
}
.interview-list ul li{
  float: left;
  width: 212px;
  overflow: hidden;
  margin-top: 35px;
  margin-left: 70px;
  height: 268px;
  position: relative;
  border-radius: 10px;
}
.interview-list ul.pic li{
  height: 258px;
}
.interview-list ul li a{
  display: block;
  overflow: hidden;
}
.interview-list ul li .play{

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.interview-list ul li .name{
  background: url(../images/bg5.png) no-repeat 0 center;
  position: absolute;
  top: 198px;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  padding: 30px 20px;
  z-index: 6;
}
.interview-list ul li img{
  width: 100%;
  min-height: 100%;
}

/*主任信箱*/
.leaving-msg{
  overflow: hidden;
  margin: 70px 0 50px;
}
.leaving-msg ul{
  overflow: hidden;
  margin-left: -54px;
  margin-bottom: 15px;
}
.leaving-msg ul li.fl{
  width: 395px;
}
.leaving-msg ul li{
  overflow: hidden;
  margin-left: 54px;
  width: 100%;
  margin-bottom: 25px;
}
.leaving-msg ul li .tit{
  width: 92px;
  text-align: justify;
  text-align-last: justify;
  font-size: 18px;
  color: #34465a;
  line-height: 40px;
}
.leaving-msg ul li .text{
  background: #f9f7f3;
  border: 1px solid #e0d4ab;
  width: 280px;
  font-size: 18px;
  color: #34465a;
  line-height: 38px;
  padding: 0 10px;
  border-radius: 3px;
}
.leaving-msg ul li .file{
  display: none;
}
.leaving-msg ul li .file + label{
  display: inline-block;
  background: url(../images/icon11.png) no-repeat 16px center #34465a;
  width: 70px;
  font-size: 18px;
  color: #fff;
  line-height: 37px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  padding-left: 28px;
  margin-left: 7px;
}
.leaving-msg ul li .textarea{
  background: #f9f7f3;
  border: 1px solid #e0d4ab;
  width: 728px;
  font-size: 18px;
  color: #34465a;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  resize: none;
  height: 154px;
}

.submit-ly{
  background: url(../images/icon10.png) no-repeat 16px 11px #a24243;
  font-size: 21px;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  width: 150px;
  height: 46px;
  padding-left: 25px;
  margin-left: 92px;
}
.up-warm{
  margin: -18px 0 38px 92px;
  font-size: 16px;
  color: #34465a;
}
.up-warm em{
  color: #fe0606;
}


.fynumber{width:100%;overflow:hidden;text-align:center;margin:1% auto 3%;color:#333;font-size:14px;}
.fynumber UL{padding:0; text-align:center;}
.fynumber UL LI{LINE-HEIGHT: 22px;LIST-STYLE-TYPE: none;DISPLAY: inline;COLOR: #333;padding:0;}

.fynumber a{padding:5px 11px 5px 11px;display:inline-block;color:#333;border:1px solid #ededed;margin-left:4px;}
.fynumber a.cur{background:#a24243;color:#ffffff;border:1px solid #a24243;}
.fynumber a:hover{background:#a24243;color:#ffffff; border:1px solid #a24243;}
.fynumber span{display:inline-block; }
.fynumber a.currentpage{background:#a24243;border:1px solid #a24243;color:#fff;}