﻿@charset "UTF-8";



.pic-list-pbl { margin-top: -10px; }


/* pageTPList-Fl-02 */
.pageTPList-Fl-02 .con { padding: 17px 10px 10px;}
.pageTPList-Fl-02 .pic { width: 130px;}
.pageTPList-Fl-02 .pic img { width: 100%;}
.pageTPList-Fl-02 .title { height: auto; margin-bottom: 15px; max-height: 52px; overflow: hidden;}
.pageTPList-Fl-02 .intro {margin-bottom: 20px; height: 80px;}
.pageTPList-Fl-02 textarea {
 border: none;
 font-size: 14px;
 height: 80px;
 width:100%;
 text-align: justify;
 resize: none;
 line-height: 26px;
 background: none;
 overflow: hidden;
 outline: none;
 font-family: "Microsoft Yahei";
 color: #666;
 }
/* 文章列表页 -----------------------------------------*/
/* newsList */
.newsList {
  background-color: #fff;
  padding: 10px;
}
.newsList li {
  font-size: 16px;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px; }

.newsList .date {
  float: right;
  color: #999;
  margin: 0 10px; }

.newsList .node {
  color: #999;
  margin-right: 10px; }

.newsList a {
  display: block; }

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0 10px 10px; }

.friendLinkList li {
  width: 28%;
  height: 36px;
  line-height: 36px;
  padding: 0 3.5% 0 1.5%;
  float: left;
  overflow: hidden; }

/* 文章内容页 -----------------------------------------*/
.articleCon {
  text-align: left;
  text-align: justify; }

.articleCon .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0; }

.articleCon .subTitle {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 10px; }

.articleCon .property {
  overflow: hidden;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 10px;
  color: #777; }

.content-size {
  font-size: 1.2rem;
  line-height: 44px;
  height: 44px;
  background-color: #fff;
  display: block;
  width: 100%;
}

.content-size a {
  float: right;
  color: #bbb;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-left: 1px solid #eee;
}
.content-size a.back { float: left; display: block;}
.articleCon .property span {
  margin-right: 15px; }

.articleCon .userControl {
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  padding: 10px 0; }

.articleCon .userControl .a {
  color: #777;
  margin: 10px 10px 0 0;
  float: left; }

.articleCon .conTxt {
  color: #555;
  font-size: 1rem;
  padding: 15px;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
  background-color: #fff; }

.articleCon .conTxt img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto !important; }

.articleCon .conTxt p {
  /*margin-bottom: 10px;*/
 }

.articleCon .conTxt a {
  color: blue;
  text-decoration: underline; }

.articleCon .conTxt em {
  font-style: italic; }

.articleCon .conTxt ul, .articleCon .conTxt ol {
  padding-left: 2em; }

.articleCon .conTxt ul li {
  zoom: normal;
  list-style: square;
  text-indent: 0 !important; }

.articleCon .conTxt ol li {
  zoom: normal;
  list-style: decimal;
  text-indent: 0 !important; }

.printArea .conTxt h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.printArea .conTxt h2 {
  font-size: 1.5em;
  margin: 0.75em 0; }

.printArea .conTxt h3 {
  font-size: 1.17em;
  margin: 0.83em 0; }

.printArea .conTxt h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.printArea .conTxt h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.printArea .conTxt h1, .printArea .conTxt h2, .printArea .conTxt h3, .printArea .conTxt h4, .printArea .conTxt h5, .printArea .conTxt h6, .printArea .conTxt b, .printArea .conTxt strong {
  font-weight: bolder; }

.articleCon .page {
  padding: 10px 0;
  text-align: center; }

.articleCon .vedioPlayer {
  background: #000;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  height: auto; }

.articleCon .others {
  line-height: 1.5;
  background-color: #fff;
  padding: 15px;
   }
.articleCon .others .prev { border-bottom: 1px dashed #ccc; padding-bottom: 15px; margin-bottom: 15px; }
.articleCon .others .next { padding-bottom: 10px; }
.articleCon .others span {
  color: #999;
  font-size: 14px; }



.userControl .like {
    height: 44px;
    line-height: 44px;
    width: 50%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    margin:  0 auto;
}
.userControl .like a {
    display: block;
    line-height: 44px;
    height: 44px;
    background:url(../../base/img/icons-dz-s.png) no-repeat 30% center;
    padding-left: 45%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background-size: auto 45%;
    color: #666;
}
.userControl .like a:before{content:"点赞";margin-right: 10px;}
.userControl .like a.clicked {
  background: url(../../base/img/icons-dz-s-on.png) no-repeat 30% center;
  background-size: auto 45%;
  color: #de362b;
}
.userControl .like i.name {position: absolute;top: 0;left: 42%;color: #333;line-height: 44px;}
.userControl .like.on i.name { color: #de362b; }
.userControl .btn-share {
   float: right;
   background-color: #fff;
   position: relative;
   width: 48%;
}
.userControl .btn-share .bdsharebuttonbox a {
    display: none;
}
.userControl .btn-share a.btn-share-chick {
    display: block;
    background:url(../../base/img/icons-fx.png) no-repeat 30% center;
    height: 44px;
    line-height: 44px;
    padding-left: 80px;
}
.userControl .btn-share a.btn-share-chick:hover,
.userControl .btn-share.on a.btn-share-chick {
  background:#da262f url(../../base/img/icons-fx-red.png) no-repeat 30px center;
  color: #fff;
}
.bdshare_popup_box { display: none !important; }

/* 相关信息 */
#relativeInfo {
  border-bottom: 1px solid #ddd; }

#relativeInfo .bd {
  padding: 10px 0 20px 0; }

/* 图片-列表页 ----------------------------------------- */
.picPageList {
  overflow: hidden;
  text-align: center; }

.picPageList li {
  border: 1px solid #ddd;
  float: left;
  width: 48%;
  margin: 0 0 3% 0;
  position: relative;
  background: #fff;
  overflow: hidden; }

.picPageList li:nth-child(2n) {
  float: right; }

.picPageList .pic {
  margin: 2%; }

.picPageList .pic img {
  height: auto;
  width: 100%; }

.picPageList .title, .picPageList .titleBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  margin: 2%;
  display: block;
  overflow: hidden;
  line-height: 28px;
  height: 28px;
  z-index: 3;
  color: #fff;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  transition: 400ms; }

.picPageList .titleBg {
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  z-index: 2; }

.picPageList .title a {
  color: #fff;
  padding: 0 10px;
  display: block;
  font-size: 14px; }

/* 图片-内容页 ----------------------------------------- */
.picSlideBox {
  position: relative; }
.picSlideBox .bd {text-align: center;}
.picSlideBox .bd img {
  max-width: 100%; }

.picSlideBox .prev, .picSlideBox .next {
  display: block;
  width: 30px;
  height: 60px;
  line-height: 60px;
  margin-top: -50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%; }

.picSlideBox .next {
  left: auto;
  right: 0; }

.picSlideBox .prev::after, .picSlideBox .next::after {
  content: "\e616";
  font-family: "iconfont";
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 1px #000; }

.picSlideBox .next::after {
  content: ""; }

.picSlideBox .pageState {
  text-align: center;
  display: block;
  padding: 1% 0; }

.picSlideBox .pageState span {
  color: #f00; }

.photoCon .conTxt {
  font-size: 0.9rem;
  color: #666;
   }
.photoCon .conTxt .photo-about { font-size: 1rem; color: #333; }

/* 小图 */
.smallScroll { position: relative; margin-top: 10px; margin-bottom: 10px; height: 70px; overflow: hidden;}
.smallScroll .smallImg1 { margin: 0 60px; }
.smallScroll .smallImg1 li { float: left; width: 31%; margin:0 0.5%; }
.smallScroll .smallImg1 .con { display: none; }
.smallScroll .smallImg1 .pic { height: 66px; width: 66px; border: 2px solid #fff; }
.smallScroll .smallImg1 .pic img { width: 100%; height: 66px; }
.smallScroll .smallImg1 li.on .pic { border-color: #da262f; }

.smallImg1 .tempWrap { width: 100% !important; }

.smallScroll a.arrow { display: block; position: absolute; top: 0; width: 50px; height: 70px; }
.smallScroll a.sPrev { left: 0; background:#fff url(../../base/img/sprev.png) no-repeat center; background-size: auto 30%;}
.smallScroll a.sNext { right: 0; background:#fff url(../../base/img/snext.png) no-repeat center; background-size: auto 30%; }

/* 视频-列表页 ----------------------------------------- */
.vedioPageList {
  overflow: hidden;
  text-align: center; }

.vedioPageList li {
  float: left;
  width: 48%;
  margin: 0 0 20px 0;
  position: relative;
  background: #fff;
  overflow: hidden; }

.vedioPageList li:nth-child(2n) {
  float: right; }

.vedioPageList .pic img {
  height: auto;
  width: 100%; }

.vedioPageList .title {
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  padding-top: 5px; }

.vedioPageList .title::before {
  content: "\e617";
  font-family: "iconfont";
  color: #D82529; }

/* 专题-汇总页 -----------------------------------------*/
.spePageList li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #ccc; }

.spePageList .pic img {
  width: 100%;
  height: auto; }

.spePageList .tit {
  display: block;
  background: #f2f2f2;
  padding: 5px 10px;
  text-align: center; }

/* 信息提示页 ---------------------------------------------- */
.Showms {
  background: #fff;
  padding: 3% 3%;
  overflow: hidden; }

.Showms .top, .Showms .bottom, .Showms .Shadow {
  display: none; }

.Showms .MS {
  overflow: hidden;
  zoom: 1; }

.Showms .titWrong {
  color: #c00;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 15px;
  font-size: 18px; }

.Showms .BUT {
  padding: 25px 0 15px 0; }

.Showms .BUT a {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 15px;
  background: #eee;
  border: 1px solid #ccc;
  font-size: 14px;
  background: #eee;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background: -moz-linear-gradient(#fff, #eee);
  background: -ms-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee); }

.Showms .BUT a:hover {
  color: #c00;
  border: 1px solid #aaa;
  text-decoration: none; }

/* 网站地图 ---------------------------------------------- */
.siteMap .a1 {
  display: block;
  padding: 8px 5px;
  border-bottom: 1px dotted #ccc;
  color: #D82529; }

.siteMap .sh {
  display: none; }

.siteMap .ul1 {
  overflow: hidden;
  padding: 10px; }

.siteMap .a2 {
  min-width: 48%;
  margin-right: 2%;
  float: left;
  font-size: 14px;
  color: #666; }



/* teacherList */
.teacherList{font-size:12px;}
.teacherList h3{font-weight:bold;}
.teacherList .h1{font-size:14px;}
.teacherList .h1 a{color: #d8ab25;}
.teacherList .li1{margin: 10px 0 0 0;}
.teacherList .list{overflow:hidden; padding:5px 15px;}
.teacherList .list li{float:left; min-width:120px;}
.teacherList .list a{color:#666;}
.teacherList .ul1{padding:5px 15px;}


/* 现任领导 */
.node-leader img { width: 100%; height: auto; }
.leaderList{ overflow:hidden;}
.leaderList li { width:100%; margin-bottom: 10px;  background-color: #fff; clear: both; min-height: 140px; overflow: hidden; }
.leaderList li:after { display: block; content: ""; height: 0; visibility: hidden; clear: both; }
.leaderList .pic { width: 120px; float: left; margin-right: 15px; }
.leaderList .pic img {width:100%; height:auto;}
.leaderList .con { overflow: hidden; padding-top: 10px; text-align: left; padding-right: 10px;}
.leaderList .title { font-size:1.5rem; margin-bottom: 5px; }
.leaderList span.job {color: #999;  display: block; font-size: 0.9rem;}
.leaderList .intro { font-size: 0.9rem; line-height: 24px; color: #666; max-height: 48px; overflow: hidden;}
.leaderList a.more { display: none; background-color: #da262f; width: 60px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; text-align: center; }


/* leaderDetail */
.leaderDetail { background-color: #fff; padding: 15px; }
.leaderDetail .pic { float: right; width: 120px; }
.leaderDetail .pic img { width: 100%; height: auto; }
.leaderDetail .con { overflow: hidden; padding-top: 10px;}
.leaderDetail .con:after {display: block; content: ""; height: 0; visibility: hidden; clear: both; }
.leaderDetail .title span.name { font-size: 1.6rem; font-weight: bold; }
.leaderDetail .title span.job { color: #999; display: block; line-height: 20px;}
.leaderDetail .work { color: #666; line-height: 26px; padding-top: 20px; font-size: 0.9rem; }
.leaderIntro { clear: both; padding-top: 20px; font-size: 0.9rem;}
.leaderIntro .inbd { color: #666; }
