﻿@charset "utf-8";


#content { margin-top: -70px; }

.pageBanner { position: relative; min-width: 1200px; width: 100%; height: 300px; overflow-x: hidden; }
.pageBanner img { width: 1920px; margin-left: -960px; left: 50%; top: 0; position: absolute; }
.ks-pageBanner { height: 390px; }
.pageNode { position: absolute; bottom: 110px; z-index: 1; right: 0; width: 100%;}
.pageNode .container { width: 1200px; margin: 0 auto; position: relative; }
.pageNode .node { float: right; border: 10px solid #b1dacc; padding: 0 25px; position: relative;  font-weight: bold; text-align: center; }
.pageNode .node h3 { position: absolute; font-size: 36px; color: #55ac8c; background-color: #e3e7ea; line-height: 40px; height: 40px; width: 80%; top: -25px; left: 10%; font-weight: bold; text-align: center;}
.pageNode .node .gray { font-size: 20px; color: #b1dacc; line-height: 40px; padding: 35px 0 20px; }

/* 文章首页 -----------------------------------------*/

.pageSlide { background-color: #f1f1f1; height: 310px; margin-bottom: 20px; position: relative; margin-top: 10px;}
.pageSlide li {
    overflow: hidden;
}
.pageSlide .pic {
    float: left;
    width: 500px;
}
.pageSlide .pic img {
    width: 500px;
    height: 310px;
}
.pageSlide .con {
    overflow: hidden;
    zoom: 1;
    padding: 3% 3% 0 3%;
}
.pageSlide .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    max-height: 68px;
    _height: 68px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}

.pageSlide .date {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}
.pageSlide .intro {
    color: #717171;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.pageSlide .hd {
    text-align: center;
    width: 320px;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    right: 60px;
    height: 13px;
    font-size: 0;
    zoom: 1;
    overflow: hidden;
    display: none;
}
.pageSlide .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: #BBBBBB;
    overflow: hidden;
    margin-right: 4px;
    vertical-align: top;
}
.pageSlide .hd li span {
    display: none;
}
.pageSlide .hd .on {
    background: #49b303;
}

.pageSlide .pageState { position: absolute; bottom: 25px; right: 110px; font-size: 14px; }
.pageSlide .pageState span { font-size: 18px; color: #1bb361; }

.pageSlide a.arrow { position: absolute; width: 30px; height: 30px; border-radius: 3px; display: block; cursor: pointer; bottom: 30px; background:#1bb361 url(../../Base/img/arrow-gp.png) no-repeat 10px 6px; }
.pageSlide a.next { right: 20px; background-position: -20px 6px; }
.pageSlide a.prev { right: 60px;}
.pageSlide a.prevStop,.pageSlide a.nextStop { background-color: #9d9d9d; }
.pageSlide a.arrow:hover { background-color: #11a555; }


/* 栏目循环 */
.pageBoxLoop { clear: both; }
.pageBox { margin-bottom: 20px; width: 49%; height: 240px;}
.pageBox .hd { line-height: 46px; height: 46px;  border-bottom: 1px solid #ebebeb;}
.pageBox .hd h3 { float: left;  padding: 0 10px; border-bottom: 3px solid #008641; font-size: 18px;}
.pageBox .hd h3 a { color: #008641; }
.pageBox .hd a.more { float: right; color: #999; }
.pageBox .bd { padding: 10px 0; clear: both;}
.pageBox .bd .infoList { padding: 0 5px; }
.pageBox .bd .infoList li { border-bottom: none; line-height: 30px; height: 30px; }

/* 文章列表页 -----------------------------------------*/

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li {
    padding:15px;
    overflow: hidden;
}
.pageTPList .pic {
    float: left;
    margin-right: 20px;
    width: 220px;
    border: 1px solid #ebebeb;
    padding: 4px;
    background-color: #fff;
}
.pageTPList .pic img {
    width: 100%;
    height: auto;
    line-height: 22px;
    overflow: hidden;
}
.pageTPList .con {
    overflow: hidden;
    zoom: 1;
}
.pageTPList .title {
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    white-space: normal;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 40px;
    font-weight: bold;
}
.pageTPList .title a {
    color: #1bb361;
}
.pageTPList .intro {
    margin-bottom: 10px;
    line-height: 25px;
    color: #777;
    max-height: 75px;
    _height: 75px;
    overflow: hidden;
}
.pageTPList .title a:hover {
    text-decoration: none;
}
.pageTPList .intro .more {
    display: none;
}
.pageTPList .others {
    font-size: 13px;
    color: #aaa;
}
.pageTPList .others span {
    margin-right: 15px;
}
.pageTPList .node {
    color: #aaa;
    margin-right: 15px;
}
.pageTPList .last {
    border-bottom: 0;
    margin-bottom: 0;
}
.pageTPList .on {
    background: #F9F9F9;
}

/* newsList */
.newsList {
    padding: 10px;
}
.newsList li {
    overflow: hidden;
    white-space: normal;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #e0e0e0;
    background: url(../../Base/img/dot.png) no-repeat left center;
    padding-left: 16px;
}
.newsList .date {
    float: right;
    color: #999;
    margin: 0 10px 0 15px;
}
.newsList .node {
    color: #999;
    margin-right: 10px;
}
.newsList em {
    color: #f20;
}
.newsList .split {
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 18px 0;
    border-bottom: 1px dotted #ccc;
}
.newsList li .address {
    background: #8DB6D5;
    color: #fff;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    margin: 4px 0;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
}
.newsList li .address:hover {
    background: #6e9ec3;
    text-decoration: none;
}
.newsList li .disable {
    display: none !important;
}
/* 友情链接列表页 -----------------------------------------*/
.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%;
    background: url(../../Base/img/dot.png) no-repeat left center;
    float: left;
    overflow: hidden;
}
/* 文章内容页 -----------------------------------------*/
.subheading {
    font-size: 16px;
}
.noSideContent .printArea .conTxt {
    padding: 0 30px;
}
.articleCon {
    text-align: left;
    padding:30px 0 0;
}
.printArea .title {
    font-size: 30px;
    padding: 0 30px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    color: #039044;
    word-wrap: break-word;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 13px;
    margin-bottom: 20px;
    padding:0 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px dotted #e0e0e0;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .property a { color: #777; }
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 20px 20px;
    overflow: hidden;
}
.printArea .conTxt img {
    max-width: 800px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 10px;
    word-wrap: break-word;
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic;
}
.printArea .conTxt ul {
    padding-left: 2em;
    list-style: inherit;
}
.printArea .conTxt ol {
    padding-left: 2em;
    list-style: decimal;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: inherit;
    text-indent: 0 !important;
}
.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .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;
}
.printArea .conTxt table {
    margin: 0 auto;
}
.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    text-align: right;
    margin-bottom: 20px;
    line-height: 48px; 
    height: 48px;
    overflow: hidden;
    padding: 0 5px;
}
.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}
.articleCon .userControl a.dyBtn { margin-right: 10px;}
.articleCon .userControl .bdsharebuttonbox {
    float: left;
    position: relative; top: 6px;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .others {
    margin-bottom: 15px;
}
.articleCon .others .prev,
.articleCon .others .next {
    line-height: 30px;
}
.articleCon .others .prev span.date,
.articleCon .others .next span.date { color: #777; font-weight: normal; }

/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
}
.picPageList li {
    border: 1px solid #e5e5e5;
    float: left;
    width: 30%;
    margin: 1.5% 3% 2% 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 240px;
}
.picPageList .pic {
    margin: 3%;
}
.picPageList .pic img {
    height: 160px;
    width: 100%;
}
.picPageList .title { padding: 0 10px;  line-height: 24px; height: 48px; overflow: hidden; text-align: center;}
.picPageList .titleBg { display: none;}
.picPageList .others { text-align: left; padding: 0 15px; color: #999; font-size: 14px; line-height: 30px; }
.picPageList .others .date { float: left;}
.picPageList .others .hot { float: right;}

.picPageList li:hover {
    border-color: #d9d9d9;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}

.picPageList-gy li {  margin: 1.5% 2% 2% 0; width: 22%; height: auto; }
.picPageList-gy li .pic img { height: 280px; }

/* 图片内容 */
em.swpt-time { margin-right: 10px; font-size: 14px; }



/* 视频-列表页 ----------------------------------------- */
.videoPageList {
    margin-right: -3%;
    overflow: hidden;
    text-align: center;
}
.videoPageList li {
    float: left;
    width: 30.3%;
    margin: 1.5% 3% 2.5% 0;
    *display: inline;
}
.videoPageList .pic {
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}
.videoPageList .pic a {
    display: block;
    margin: 3%;
    overflow: hidden;
}
.videoPageList .pic .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    margin-top: -31px;
    background: url(../../Base/img/playButton.png) 0 0 no-repeat;
    display: none;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.videoPageList .pic img {
    height: 203px;
    width: 100%;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.videoPageList .title {
    overflow: hidden;
    padding-top: 5px;
    line-height: 24px;
    height: 48px;
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
    background: url(../../Base/img/icons.png) 0 -2218px no-repeat;
}
.videoPageList .pic:hover {
    border-color: #bbb;
}
.videoPageList .pic:hover img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}


.videoPlayer { margin: 0 auto; }

/* 专题首页 -----------------------------------------*/
.spePageList ul {
    overflow: hidden;
    padding: 20px 0 20px 20px;
    margin-right: -30px;
}
.spePageList li {
    position: relative;
    float: left;
    width: 350px;
    padding: 5px;
    margin: 0 40px 40px 0;
    text-align: center;
    -webkit-box-shadow: 0px 0 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0px 0 8px rgba(0, 0, 0, .15);
}
.spePageList li img {
    width: 100%;
    height: 82px;
}
.spePageList .tit {
    display: block;
    padding: 5px 0;
}
.spePageList li:hover {
    -webkit-box-shadow: 0px 0 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0px 0 8px rgba(0, 0, 0, .3);
}
.spePageList li:hover a {
    text-decoration: none;
    color: #c00
}
.spePageList .archivedTip {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #999;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 15px;
}
/* 信息提示页  */
.Showms {
    background: #fff;
    padding: 3% 5%;
    overflow: hidden;
    max-width: 540px;
    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: 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: -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;
}

/* 调查问卷重置 */
.surveyCommonList li { background-position: 8px 20px !important; }
.surveyCommonList .tit { font-size: 18px; }




/* 科室-导航 ----------------------------------------- */
.ks-top { overflow: hidden; height: 70px; margin-bottom: 30px; }
.ks-top h3 { color: #fff; font-size: 24px; padding-left: 35px; width: 255px; float: left; margin-right: 30px; height: 70px; line-height: 70px; background: url(../../Base/img/menu-hd.jpg) no-repeat;}
.ks-top .path { overflow: hidden; }

.ks-mainBox { clear: both; }
.ks-mainBox .hd { height: 64px; box-shadow: 0px 0px 7px 0px rgba(7, 1, 2, 0.2); margin-bottom: 30px; }
.ks-mainBox .hd li { float: left; height: 64px; line-height: 64px; width: 25%; text-align: center;}
.ks-mainBox .hd li a { display: block; border: 1px solid #eae9e9; font-size: 18px; }
.ks-mainBox .hd li.on a { background: url(../../Base/img/keshi/menu-ks-on.png) no-repeat; font-weight: bold; color: #fff; border-right: none; }
.ks-mainBox .bd ul { margin-right: -24px; }
.ks-mainBox .bd li { float: left; width: 180px; height: 180px; font-size: 16px; margin-right: 24px; margin-bottom: 30px; box-shadow: 0px 0px 7px 0px rgba(7, 1, 2, 0.2); text-align: center;
position: relative; top: 0; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.ks-mainBox .bd li a { display: block; }
.ks-mainBox .bd .pic { display: block; padding-top: 28px; -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.ks-mainBox .bd .pic img { width: 81px; height: 81px; padding-bottom: 15px; }

.ks-mainBox .bd li:hover { top: -6px; box-shadow: 0px 0px 7px 0px rgba(0, 108, 50, 0.5); }
.ks-mainBox .bd li:hover .pic { -webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg); }
.ks-mainBox .bd li:hover a { color: #1daf61; }

/* 科室-首页 ----------------------------------------- */
.body-ks { background-color: #f7f7f9; }
.body-ks .path { margin-left: 310px; }

.ksLoop { padding-bottom: 20px; }
.ks-box .hd { height: 70px; line-height: 70px; }
.ks-box .hd h3 { font-size: 22px; font-weight: bold; float: left; line-height: 70px; }
.ks-box .hd h3 a { color: #1eae66; }
.ks-box .hd a.more { float: right; color: #1eae66; font-weight: bold; font-size: 22px;}
.ks-box .bd { clear: both; }


/* ks-box1 */
.ks-box1 { margin-top: -70px; }
.ks-box1 .hd { background: url(../../Base/img/menu-hd.jpg) no-repeat; width: 290px; }
.ks-box1 .hd h3 { font-size: 24px; padding-left: 35px; font-weight: normal; }
.ks-box1 .hd h3 a {color: #fff; }
.ks-box1 .hd a.more { display: none; }
.ks-box1 .bd { background-color: #fff; padding: 30px; margin-bottom: 20px; box-shadow: 0px 0px 5px 0px rgba(7, 1, 2, 0.2); }
.ks-box1 .bd .intro { text-indent: 2em; }
.ks-box1 .bd .btn-more { display: block; text-indent: 0; clear: both; margin-top: 20px; letter-spacing: 0; width: 140px; height: 40px; border-radius: 20px; text-align: center; color: #fff; background-color: #37bc74; font-size: 16px; line-height: 40px; 
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.ks-box1 .bd .btn-more:hover { letter-spacing: 1px; background-color: #00aa4e; }

/* ks-box2 */
.ks-box2 { margin-bottom: 40px; height: 330px;}
.ks-box2 .hd h3 { padding-left: 10px; }
.ks-box2 .bd li { width: 160px; height: 215px; padding: 20px; background-color: #fff; float: left; margin-right: 50px; box-shadow: 0px 0px 5px 0px rgba(7, 1, 2, 0.2); position: relative; top: 0;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.ks-box2 .bd li.last { margin-right: 0; }
.ks-box2 .bd .pic { overflow: hidden; border-radius: 100%; margin: 0 auto; width: 126px; height: 126px; margin-bottom: 15px;}
.ks-box2 .bd .pic img { width: 126px; height: auto; }
.ks-box2 .bd .con { text-align: center; font-weight: bold;}
.ks-box2 .bd .title a { font-size: 16px; color: #1eae66; }
.ks-box2 .bd .works { color: #555; }

.ks-box2 .bd li:hover { box-shadow: 0px 0px 10px 0px rgba(11, 174, 86, 0.75); top: -10px; }

/* ks-box2/ks-box3 */
.ks-box3,.ks-box4 { background-color: #fff; height: 290px; width: 44%; padding: 0 25px; box-shadow: 0px 0px 5px 0px rgba(7, 1, 2, 0.2); float: left; }
.ks-box4 { float: right; }


.ks-box3 .topList li.t,
.ks-box4 .topList li.t { height: 70px; margin-bottom: 10px; }
.ks-box3 .topList li.t span.date, 
.ks-box3 .topList li.t span.date { bottom: 8px; }

/* 主站专家列表--------------------------------------- */
.sub-path { height: 38px; line-height: 38px; background-color: #f3f3f3; border: 1px solid #ebebeb; padding: 0 15px; position: relative; z-index: 1;}
.sub-path .pull-left { background: url(../../Base/img/icons-a.png) no-repeat left center; padding-left: 18px; font-size: 14px; }
.sub-path .pull-right { float: right; position: relative; cursor: pointer; }
.sub-path .pull-right em { margin-right: 5px; }
.sub-path .pull-right i { background-color: #ebf5f4; font-size: 14px; text-align: center; line-height: 12px; border: 1px solid #c3dad9; color: #33b6ae; display: inline-block; *display: inline; width: 12px; height: 12px;}
.sub-path .pull-right ul { position: absolute; display: none; left: 0; width: 100%; top: 38px; background-color: #f3f3f3;}
.sub-path .pull-right ul li {  border-bottom: 1px dashed #ccc; text-align: center;}
.sub-path .pull-right ul li a { display: block; line-height: 22px; padding: 5px; }
.sub-path .pull-right ul li:hover a { background-color: #33b6ae; color: #fff; } 
.sub-path .pull-right.on ul { display: block; }

/* 专家-列表 ----------------------------------------- */
.docList-n { clear: both; padding-left: 10px; padding-top: 20px; }
.docList-n li { width: 270px; height: 200px; padding: 20px 0 20px 20px; margin-bottom: 10px; position: relative; top: 0; }
.docList-n .pic { width: 130px; height: 200px; }
.docList-n .pic img { width: 130px; height: 200px; }
.docList-n .title { margin-bottom: 20px; padding-top: 10px; }
.docList-n .title a { font-size: 18px; }
.docList-n li:hover { box-shadow: 0px 0px 10px 0px rgba(11, 174, 86, 0.75); top: -10px;}
.docList-n li:hover .title a { color: #139255; }

/* 专家-内容 ----------------------------------------- */
.leaderDetail { padding: 20px 10px 10px; }
.topDetail .pic { width: 130px; float: left; margin-right: 45px; padding-left: 20px;}
.topDetail .pic img { width: 130px; height: auto; }
.topDetail .con { overflow: hidden; position: relative; padding-right: 200px; height: 200px;}
.topDetail .title { font-size: 22px; font-weight: bold; color: #009544; padding: 15px 0 20px; }
.topDetail .job,.topDetail .work { display: block; }
.topDetail .con .btn-zjyy { position: absolute; right: 0; top: 70px; width: 120px; height: 60px; line-height: 60px; display: block; font-size: 16px; padding-left: 85px; letter-spacing: 0;
    color: #fff; background: #15b15d url(../../Base/img/icons-zjyy.png) no-repeat 40px center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; }
.topDetail .con .btn-zjyy:hover { background-color: #1acd6c; letter-spacing: 1px; }

.leaderDetail .box-border { border-top: 1px dashed #ccc; clear: both; padding-top: 20px; margin-top: 20px; }
.leaderDetail .box-border .hd { height: 40px; line-height: 40px; margin-bottom: 10px; }
.leaderDetail .box-border .hd h3 { background: url(../../Base/img/icons-bk.png) no-repeat 25px center; padding-left: 50px; color: #15b15d; font-weight: bold; font-size: 16px; }
.leaderDetail .box-border .bd { padding: 0 25px; }

.leaderDetail .box-dotc .hd h3 { background: url(../../Base/img/icons-ys.png) no-repeat 25px center;  }

.box-dotc { overflow: hidden; margin-bottom: 20px; }
.box-dotc .bd li { float: left; width: 25%; }
.box-dotc .bd .title { display: inline; padding-right: 2px; }
.box-dotc .bd .duties { color: #999; }