﻿@charset "utf-8";


#content {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* pageBanner ------------------- */
.pageBanner { position: relative; min-width: 1200px; width: 100%; height: 300px; overflow: hidden; }
.pageBanner img { width: 1920px; margin-left: -960px; left: 50%; top: 0; position: absolute; }
.pageBanner .title { position: absolute; background: url(../../Base/img/pic-node-bg.png) no-repeat; width: 88px; height: 88px; padding: 20px; text-align: center; color: #de3f88; line-height: 42px; 
font-weight: bold; font-size: 38px; top:50%; margin-top: -64px; left: 50%; margin-left:482px;}

.pageBanner .NodeContent { width: 1200px; margin: 0 auto; height: 300px; position: relative; z-index: 1;}
.pageBanner .pageNode { border: 10px solid #ea96bb; border-top: none;  float: left; width: 410px; height: 100px; margin-top: 100px;}
.pageBanner .pageNode h3.ksName { text-align: center; width: 100%; font-weight: bold; font-size: 36px; color: #de3f88; line-height: 36px; height: 36px; position: relative; top: -13px;}
.pageBanner .pageNode h3.ksName:after,.pageBanner .pageNode h3.ksName:before { display: block; width: 40px; height: 10px; background-color: #ea96bb; content: ""; position: relative; top: 13px; }
.pageBanner .pageNode h3.ksName:after { float: left; }
.pageBanner .pageNode h3.ksName:before { float: right; }
.pageBanner .pageNode .siteName { font-size: 26px; color: #de3f88; font-weight: bold; }

/* ks-contact */
.ks-contact { float: right; font-size: 16px; line-height: 40px; color: #fff; text-align: left; margin-top: 100px; }
.ks-contact em { padding-left: 30px; }
.ks-contact em.p1 { background: url(../../Base/img/icons-addr.png) no-repeat left 0; }
.ks-contact em.p2 { background: url(../../Base/img/icons-tel.png) no-repeat left 0; }

/* 文章-父列表页 -----------------------------------------*/
.sideBox {
    background-color: #eff6fc;
}
.sideBox .hd {
    color: #fff;
    text-align: center;
    background:#2c61af url(../../Base/img/side-menu-hd.png) repeat-x;
    height: 46px; line-height: 46px;
    padding-top: 4px;
}
.sideBox .hd h3 {
    font-size: 18px;
    font-weight: bold;
}

/* 侧栏导航 */
#sideMenu {
    margin-bottom: 20px;
}
#sideMenu .hd {
    height: 60px; line-height: 60px;
}
#sideMenu .hd h3 {
    font-size: 22px;
}
#sideMenu .bd {
    padding: 5px 0 10px;
}
#sideMenu .bd li {
    border-bottom: 1px solid #e5e5e5;
}
#sideMenu .bd li a {
    display: block;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    padding:12px 20px 12px 100px;
    letter-spacing: 0;
    transition:all 0.5s;
    background: url(../../Base/img/menu-li.png) no-repeat 80px center;
}
#sideMenu .bd li a:hover,
#sideMenu .bd li.on a {
    color: #fff;
    background:#41689c url(../../Base/img/menu-li-on.png) no-repeat 80px center;
    text-decoration: none;
    letter-spacing: 1px;
}

/* 热点推荐 */
#sideRmph .bd {
    padding: 10px 20px;
}
#sideRmph .bd .infoListA li { font-size: 14px; line-height: 24px; }
#sideRmph .bd li .number { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #73777e; font-size: 16px; font-weight: bold; background-color: #c3d2e6; margin-top: 5px; margin-right: 10px; }
#sideRmph .bd li.first .number { background-color: #f8a841; color: #fff; }
#sideRmph .bd li:nth-child(2) .number,#sideRmph .bd li:nth-child(3) .number { background-color: #82aee7; color: #fff; }
#sideRmph .bd li.last { border-bottom: none; }

/* 循环栏目 ---------------------------------------- */
.pageBox {
    width: 48.5%;
}
.pageBox .hd {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #f0f0f0;
}
.pageBox .hd h3 {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    padding-top: 4px;
    font-weight: bold;
    background: url(../../Base/img/bg-blue.png) repeat-x top center;
}
.pageBox h3 a {
    color: #1b55a7;
    padding: 0 5px;
}
.pageBox .hd .more {
    font-size: 14px;
    color: #999;
    float: right;
}
.pageBox .bd {
    padding: 10px 3px; 
    height: 250px;
}

.pageBoxLoop1 .pageBox {
    width: 100%;
    margin-bottom: 15px;
}
.pageBoxLoop1 .pageBox .bd {
    height: auto;
}
/* pageSlide----------------------------------------------------------- */
.pageSlide {
    position: relative;
    margin-bottom: 30px;
    height: 420px;
    background-color: #e7f4ff;
}
.pageSlide li {
    overflow: hidden;
}
.pageSlide .pic {
    float: left;
    width: 700px;
    height: 420px;
    overflow: hidden;
}
.pageSlide .pic img {
    width: 700px;
    height: 420px;
    transition: all 0.5s;
}
.pageSlide .pic:hover img {
    transform: scale(1.05);
}
.pageSlide .con {
    overflow: hidden;
    zoom: 1;
    padding: 3% 3% 0 3%;
}
.pageSlide .title {
    font-size: 25px;
    line-height: 40px;
    max-height: 80px;
    _height: 80px;
    overflow: hidden;
}
.pageSlide .title a:hover {
    text-decoration: none;
    color: #cc1b1b;
}

.pageSlide .date {
    display: block;
    padding: 10px 0;
    color: #7a7f84;
    font-size: 14px;
}
.pageSlide .intro {
    color: #7a7f84;
    font-size: 16px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    text-indent: 2em;
}
.pageSlide .intro .more {
    display: none;
}
.pageSlide .hd {
    text-align: center;
    width: 430px;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    right: 35px;
    height: 12px;
    font-size: 0;
}
.pageSlide .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    width: 40px;
    height: 12px;
    background: #d5e0e8;
    overflow: hidden;
    margin:0 3px;
}
.pageSlide .hd li span {
    display: none;
}
.pageSlide .hd .on {
    background: #2c61af;
}

 
/* mainBox ------------------------------------------------------------ */
.mainBox {
    overflow: hidden;
}
.mainBox .mHd {
    height: 54px;
    border-bottom: 2px solid #ebebeb;
}
.mainBox .mHd h3 {
    float: left;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #2c61af;
    padding: 0 10px;
    background: url(../../Base/img/bg-blue.png) repeat-x center top;
    padding-top: 4px;
}
.mainBox .mBd {
    padding: 10px 0;
}
/* 文章子-列表页 -----------------------------------------*/
/* 内容带图片的信息列表_图片判断式 */
.pageTPList li {
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    word-wrap: break-word;
}
.pageTPList .pic {
    float: left;
    margin-right: 15px;
    width: 150px;
}
.pageTPList .pic img {
    width: 100%;
    height: auto;
    max-height: 110px;
}
.pageTPList .con {
    overflow: hidden;
    zoom: 1;
    margin-top: -5px;
}
.pageTPList .title {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pageTPList .intro {
    margin-bottom: 5px;
    line-height: 24px;
    color: #999;
    max-height: 48px;
    overflow: hidden;
    font-size: 14px;
}
.pageTPList .title a:hover {
    text-decoration: none;
}
.pageTPList .intro .more {
    display: none;
}
.pageTPList .others {
    font-size: 13px;
    color: #aaa;
}
.pageTPList .others span.date {
    background: url(../../Base/img/icons-date.png) no-repeat left center;
    padding-left: 30px;
}
.pageTPList .others span {
    margin-right: 15px;
}
.pageTPList .node {
    color: #aaa;
    margin-right: 15px;
}
.pageTPList .last {
    border-bottom: 0;
    margin-bottom: 0;
}

.pageTPList .on {
    background: #eff6fc;
}

/* newsList */
.newsList {
}
.newsList li {
    height: 59px;
    line-height: 59px;
    overflow: hidden;
    background: url(../../Base/img/icons-dot.png) no-repeat 10px center;
    padding: 0 5px 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
}
.newsList .date {
    float: right;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 10px;
}
.newsList .split {
    height: 13px;
    margin-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
    background: none;
    padding: 0;
}
/* 友情链接列表页 -----------------------------------------*/
.friendLinkList {
    overflow: hidden;
    zoom: 1;
}
.friendLinkList li {
    width: 28%;
    height: 36px;
    line-height: 36px;
    padding: 0 3.5% 0 1.5%;
    background: url(../../Base/img/dot.png) no-repeat left center;
    float: left;
    overflow: hidden;
}

/* 领导列表页------------------------------------------ */
.leaderBox { border: 1px solid #ececec; padding: 30px 30px 10px; }
.leaderBox .writeBtn { border-radius: 4px; transition: all 0.5s; letter-spacing: 0; left:50px; display: block; width: 95px; font-weight: bold; font-size: 16px; color: #fff; height: 40px; line-height: 40px; background: #2c61af url(../../Base/img/icons-xx.png) no-repeat 22px center; padding-left: 50px; }
.leaderBox .writeBtn:hover { letter-spacing: 1px; background-color: #4076c6; text-decoration: none; }

.leaderBox .mBd { overflow: hidden; position: relative; min-height: 450px; padding-top: 0; }
.leaderBox .mBd .writeBtn { position: absolute; top: 300px;  }


.leaderList { margin-right: -47px; overflow: hidden;  }
.leaderList li { float: left; width: 150px; text-align: center; margin-top: 30px; margin-right: 47px;}
.leaderList .pic { width: 150px; height: 200px; overflow: hidden; margin-bottom: 5px;}
.leaderList .pic img { width: 150px; height: 200px; transition: all 0.5s; }
.leaderList .pic:hover img { transform: scale(1.05); }
.leaderList .title a { font-size: 18px; color: #2c61af; }
.leaderList .title .job { display: block; font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; padding-top: 5px;}
.leaderList .intro { display: none; }

.leaderList li.first { padding: 40px; background-color: #eff6fc; float: none; width: auto; overflow: hidden; border-bottom: 2px solid #ebebeb; margin-top: 0; }
.leaderList li.first .pic {float: left; margin-right: 45px; padding-bottom: 8px; background: url(../../Base/img/yy.png) no-repeat center bottom; width: 180px; height: 230px; }
.leaderList li.first .pic img { width: 180px; height: 230px; }
.leaderList li.first .con { overflow: hidden; text-align: left; }
.leaderList li.first .title a { font-weight: bold; font-size: 20px; }
.leaderList li.first .title .job { font-size: 16px;}
.leaderList li.first .intro { display: block; }
.leaderList li.first .intro .about { display: block; width: 108px; height: 34px; border-radius: 3px; margin-bottom: 10px; background-color: #2c61af; color: #fff; text-align: center; line-height: 34px; font-size: 16px; }
.leaderList li.first .intro .text { line-height: 28px; font-size: 16px; color: #666; }


/* 领导内容页------------------------------------------ */
.leaderDetail { padding: 40px; background-color: #eff6fc; border-bottom: 2px solid #ebebeb; width: auto;  min-height: 300px; overflow: hidden; margin-bottom: 25px;}
.leaderDetail .picBox { float: left; margin-right: 45px;  width: 180px;  }
.leaderDetail .pic { text-align: center; padding-bottom: 8px; background: url(../../Base/img/yy.png) no-repeat center bottom; width: 180px; }
.leaderDetail .pic img { max-width: 180px; }
.leaderDetail .con { overflow: hidden; text-align: left; padding-top: 10px; }
.leaderDetail .title { font-weight: bold; font-size: 20px; color: #2c61af; margin-bottom: 10px; }
.leaderDetail .job { line-height: 28pt; font-size: 16pt;  font-family: "FangSong_GB2312";}
.leaderDetail .intro { display: block; padding-top: 20px;}
.leaderDetail .intro .about { display: block; width: 108px; height: 34px; border-radius: 3px; margin-bottom: 10px; background-color: #2c61af; color: #fff; text-align: center; line-height: 34px; font-size: 16px; }
.leaderDetail .intro .text { line-height: 28pt; font-size: 16pt; color: #666; font-family: "FangSong_GB2312";  }

.leaderBox .picBox .writeBtn { margin: 20px auto 0; }



/* 文章内容页 -----------------------------------------*/
.articleCon {
    text-align: left;
    padding: 40px;
}
.nosideContent .articleCon {
    border: 1px solid #ececec;
    padding: 30px 50px;
}
.printArea .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    color: #2c61af;
    display: block;
    font-weight: bold;
}
.printArea .subTitle {
    font-size: 16px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 16px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #ddd;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16pt;
    line-height: 28pt;
    padding: 0 0 20px 0;
    overflow: hidden;
    font-family: "FangSong_GB2312";
}
.printArea .conTxt img {
    max-width: 1000px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 20px;
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic
}
.printArea .conTxt ul, .printArea .conTxt ol {
    padding-left: 2em;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}
.printArea .page {
    padding: 10px 0;
    text-align: center;
}
.printArea .vedioPlayer {
    background: #000;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px;
    height: 30px;
    padding: 10px;
    background-color: #f5f5f5;
}
.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    float: right;
}
.articleCon .others {
    padding: 10px 0;
    margin-bottom: 15px;
}
.articleCon .others .prev, .articleCon .others .next {
    padding: 3px 0;
}
/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 30px; height: auto; }
.likes-group li { width: 60px; border-radius: 30px; height: 60px; background: #f0f0f0; display: inline-block; }
.likes-group a { font-size: 12px; padding-top: 28px; display: inline-block; }
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 4px -108px; }
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 4px -50px; }
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 10px -351px; }
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 15px -293px; }

/* 智能标签 */
.articleCon .smart-tags{margin-bottom: 20px !important}

/* 相关信息 */
#relativeInfo {
    border-bottom: 1px dashed #ddd;
}
#relativeInfo .hd h3 {
    font-size: 18px;
    color: #046cbb
}
#relativeInfo .bd {
    padding: 10px 0 20px 0;
}
#relativeInfo ul {
    overflow: hidden;
}
#relativeInfo li {
    float: left;
    width: 50%;
}
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin: 0 -10px;
    overflow: hidden;
    text-align: center;
}
.picPageList li {
    float: left;
    margin-top: 15px;
    width: 33.33%;
    position: relative;
    overflow: hidden;
}
.picPageList .pic,
.picPageList .title {
    margin: 0 10px;
}
.picPageList .pic {
    padding: 3px;
    border: 1px solid #e7e7e7;
    transition: all 0.5s;
}
.picPageList .pic a {
    display: block;
    overflow: hidden;
}
.picPageList .pic img {
    height: 185px;
    max-width: 100%;
    transition: all 0.5s;
}
.picPageList .pic:hover {
    border-color: #2c61af;
}
.picPageList .pic:hover img {
    transform: scale(1.05);
}
.picPageList .titleBg {
    display: none;
}
.picPageList .title {
    display: block;
    overflow: hidden;
    line-height: 22px;
    padding: 5px 0;
    height: 44px;
}
.picPageList .title a {
    display: block;
    font-size: 14px
}
/* 专家-列表页 ----------------------------------------- */
.picPageList-zj {
    margin: 0 -10px;
    overflow: hidden;
    text-align: center;
}
.picPageList-zj li {
    float: left;
    margin-top: 15px;
    width: 20%;
    position: relative;
    overflow: hidden;
}
.picPageList-zj .pic,
.picPageList-zj .title {
    margin: 0 10px;
}
.picPageList-zj .pic {
    padding: 3px;
    border: 1px solid #e7e7e7;
    transition: all 0.5s;
}
.picPageList-zj .pic a {
    display: block;
    overflow: hidden;
}
.picPageList-zj .pic img {
    height: 185px;
    max-width: 100%;
    transition: all 0.5s;
}
.picPageList-zj .pic:hover {
    border-color: #2c61af;
}
.picPageList-zj .pic:hover img {
    transform: scale(1.05);
}
.picPageList-zj .titleBg {
    display: none;
}
.picPageList-zj .title {
    display: block;
    overflow: hidden;
    line-height: 22px;
    padding: 5px 0;
    height: 44px;
}
.picPageList-zj .title a {
    display: block;
    font-size: 14px
}
/* picBoxLoop */
.picBoxLoop {
    overflow: hidden
}
.picBoxLoop .pageBox .bd {
    height: auto;
}
.photoContent .slide-wrap   {
    border: 1px solid #ececec;
}
.photoContent .sw-list li {
    width: 278px !important;
}
.photoContent .swp-tit h2 {
    float: none !important;
}
/* 信息提示页 ---------------------------------------------- */
.Showms {
    background: #fff;
    padding: 30px 40px;
    overflow: hidden;
    margin: 30px auto;
}
.Showms .top, .Showms .bottom, .Showms .Shadow {
    display: none
}
.Showms .MS {
    overflow: hidden;
    zoom: 1;
}
.Showms .titWrong {
    color: #c00;
    border-bottom: 1px solid #ccc;
    padding: 10px 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: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#eee));
    background: -moz-linear-gradient(#FFFFFF, #eee);
    background: -ms-linear-gradient(#FFFFFF, #eee);
    background: -o-linear-gradient(#FFFFFF, #eee);
    background: linear-gradient(#FFFFFF, #eee);
}
.Showms .BUT a:hover {
    color: #c00;
    border: 1px solid #aaa;
    text-decoration: none;
}
/* 其它 */
.voteList li {
    padding-left: 25px;
    background: url(../../Base/img/icon.png) no-repeat 0px -275px;
}



/* 问卷调查 */
#SurveyBox .code input[type="text"] {
    float: none !important;
    box-shadow:none !important;
    border-color: #ccc !important;
}