﻿@charset "utf-8";

/* pic-list-intro */
.pic-list-intro { overflow: hidden;}
.pic-list-intro li { width: 48%; height: 140px; float: left; position: relative; border-bottom: 1px dashed #999; margin-top: 35px;}
.pic-list-intro li:nth-child(2n) { float: right; }
.pic-list-intro .pic { width: 150px; height: 100px; float: left; margin-right: 20px;}
.pic-list-intro .pic img { width: 150px; height: 100px; }
.pic-list-intro .con { overflow: hidden;}
.pic-list-intro .title { font-size: 18px; line-height: 30px; max-height: 60px; overflow: hidden; margin-bottom: 10px; }
.pic-list-intro .intro { font-size: 14px; line-height: 22px; max-height: 44px; overflow: hidden; color: #777; display: none; margin-bottom: 10px;}
.pic-list-intro .noPic .intro { display: block; }
.pic-list-intro .noPic .title { height: 30px; white-space: nowrap; text-overflow: ellipsis; }
.pic-list-intro span.date { background: url(../../base/img/icon-clock.png) no-repeat left center; padding-left: 25px; font-size: 14px; color: #999}
.pic-list-intro li:hover { border-bottom-color: #009ed6;}
.pic-list-intro li:hover .title a { color: #009ed6;}

/* 图片经过效果 */
.pic-list-intro .pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pic-list-intro .pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pic-list-intro .pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pic-list-intro .pic a:hover:before{left: 150%;transition: left 1s ease 0s}

.block-more { display: block; margin: 40px auto; color: #009ed6; font-size: 14px; clear: both; border: 1px solid #009ed6;  width: 138px; height: 32px; text-align: center; line-height: 32px; transition: all 0.5s; letter-spacing: 0;}
.block-more:hover { letter-spacing: 1px; background-color: #009ed6; color: #fff; text-decoration: none;}

/* 无图 */
.pic-list-intro .noPic .pic { display: none;}
.pic-list-intro .noData { background: none;}

/* 文章-频道页-新闻中心 */
.newsHomePage #content{width:auto; margin-bottom: 0;}
.newsHomePage .row { padding: 20px 0; }
.newsHomePage .row .btn-more { display: block; margin: 20px auto; width: 148px; height: 38px; line-height: 38px; text-align: center; font-size: 16px; border: 1px solid #999; border-radius: 20px; transition: all 0.5s; }
.newsHomePage .row .btn-more:hover { border-color: #009ed6; color: #fff; background-color: #009ed6; }
.newsHomePage .row-page-focus { background: url(../../base/img/page-new-bg.jpg) no-repeat center; padding: 50px 0; background-size: cover; }
.newsHomePage .row-page-focus #pageSlide{ width: 1200px; margin: 0 auto; }


/* box-eng */
.box-eng .hd { position: relative; height: 100px; line-height: 100px; margin-bottom: 30px;}
.box-eng .hd span.Eng { font-size: 78px; color: #ebebeb; position: absolute; display: block; width: 100%; left: 0; text-align: center; top: 0; font-weight: bold; text-transform:uppercase;}
.box-eng .hd h3 { font-size: 36px; font-weight: bold; text-align: center; position: relative; z-index: 1;}
.box-eng .hd h3::after,.box-eng .hd h3::before { display: inline-block; content: ""; width: 180px; height: 1px; background-color: #999; vertical-align: middle; }
.box-eng .hd h3 a { display: inline-block; padding: 0 20px; color: #333; }


/* row-page-news------------------ */
.row-page-news .container { padding: 20px 0; }
.row-page-news .box-news-list { width: 48.5%; }
.box-news-list .hd { height: 50px; line-height: 50px; margin-bottom: 20px;}
.box-news-list .hd h3 { font-weight: bold; font-size: 36px; float: left; }
.box-news-list .hd a.more { float: right; color: #999; font-size: 14px; }
.box-news-list .hd a.more:hover { color: #009ed6; }


#boxYyxw .topicList .t { margin-bottom: 10px; padding-bottom: 26px; }
#boxYyxw .topicList .t .pic { width: 210px; height: 150px; margin-right: 20px;}
#boxYyxw .topicList .t .pic img { width: 210px; height: 150px; }
#boxYyxw .topicList .t .title{ margin-bottom:10px; font-size: 18px; font-weight: bold; line-height: 30px; max-height: 60px; overflow: hidden;}
#boxYyxw .topicList .t .title a { color: #009ed6; }
#boxYyxw .topicList .t .intro{ margin-bottom:5px; font-size: 14px; line-height: 24px; max-height: 48px; color: #999;}
#boxYyxw .topicList .t .others { font-size: 14px; color: #666;}
#boxYyxw .topicList .t .others span.date { color: #999; }
#boxYyxw .topicList .noPic .pic{display:none}
#boxYyxw .topicList .noPic{padding-bottom:20px;}
#boxYyxw .topicList .n { line-height: 49px; height: 49px; border-bottom: 1px dashed #e0e0e0; }

/* boxMtzz */
#boxMtzz .hd { margin-bottom: 10px; }
#boxMtzz .bd .infoList li { line-height: 49px; height: 49px; border-bottom: 1px dashed #e0e0e0; }

/* row-page-notice------------------ */
.row-page-notice { background-color: #f8f8f8; }
.row-page-notice .date-List::after { display: block; content: ""; clear: both; overflow: hidden; height: 0; }
.row-page-notice .date-List li { float: left; width: 44.5%; height: 80px; padding: 20px 2%; background-color: #fff; margin-bottom: 20px; border-radius: 5px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); transition: all 0.5s; }
.row-page-notice .date-List li:nth-child(2n) { float: right; }
.row-page-notice .date-List .date { border-right: 1px solid #e0e0e0; color: #999; width: 78px; margin-top: 8px; text-align: right; padding-right: 20px; float: left; margin-right: 30px; font-weight: bold; font-size: 16px;  font-family: "Arial";}
.row-page-notice .date-List .date b { font-size: 30px; color: #33b1de; }
.row-page-notice .date-List a { height: 80px;display: table-cell; vertical-align: middle;  font-size: 18px; line-height: 36px; overflow: hidden;}
.row-page-notice .date-List li:hover { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
 

/* row-page-video------------------ */

/* picListFl-sp */
.picListFl-sp { overflow: hidden; }
.picListFl-sp li { float: left; width: 380px; height: 260px; margin-right: 30px; border-radius: 5px; overflow: hidden; position: relative;}
.picListFl-sp li.last { margin-right: 0; }
.picListFl-sp .title { background: url(../../base/img/icons-video.png) no-repeat 20px center; z-index: 1; padding: 10px 25px 15px 75px; line-height: 24px; font-size: 16px; height: 48px; overflow: hidden; position: absolute; bottom: 0; left: 0;}
.picListFl-sp .title a { color: #fff; height: 48px;display: table-cell; vertical-align: middle; }
.picListFl-sp .titleBg { display: block; width: 100%; height: 100px; bottom: 0; left: 0; background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7)); position: absolute; }
.picListFl-sp .pic { display: block; width: 380px; height: 260px; overflow: hidden; }
.picListFl-sp .pic a::after { display: block; content: ""; width: 100%; height: 260px; position: absolute; left: 0; top: 0; z-index: 2;}
.picListFl-sp .pic img { width: 380px; height: 260px; transition: all 0.5s; }
.picListFl-sp li:hover .pic img { transform: scale(1.02); }

/* row-page-from */
.row-page-from { background-color: #f8f8f8; }
.row-page-from .picListFl-yb { overflow: hidden; }
.row-page-from .picListFl-yb li { width:270px; float:left; margin-right: 40px; text-align: center; font-size: 16px; }
.row-page-from .picListFl-yb li.last { margin-right: 0; }
.row-page-from .picListFl-yb .pic { width: 250px; height: 340px; padding: 10px; background-color: #fff; }
.row-page-from .picListFl-yb .title { line-height: 40px; height: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

/* 图片经过效果 */
.row-page-from .picListFl-yb .pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.row-page-from .picListFl-yb .pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.row-page-from .picListFl-yb .pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.row-page-from .picListFl-yb .pic a:hover:before{left: 150%;transition: left 1s ease 0s}


/* 文章-父列表页 -----------------------------------------*/
.focusWrap {overflow: hidden; margin-bottom: 15px;}
.focusWrap .focusBox {width: 590px; float: left; height: 442px; margin-right: 20px;}
.focusWrap .focusBox .bd .pic img {width: 590px; height: 442px}
.focusWrap .topicList {overflow: hidden;}


/* pageBox */
.pageBox { border: 1px solid #e0e0e0; }
.pageBox .hd { height: 58px; background-color: #f7f9fb; height: 58px; line-height: 58px; border-bottom: 1px solid #e0e0e0; padding: 0 20px; }
.pageBox .hd h3 { float: left; font-weight: bold; position: relative; font-size: 20px; padding-left: 25px;}
.pageBox .hd h3::before { display: block; content: ""; width: 6px; height: 20px; left: 0; top: 50%; margin-top:-10px; background-color: #009ed6; position: absolute; }
.pageBox .hd h3 a { color: #009ed6; }
.pageBox .hd a.more { float: right; font-size: 18px; border: 1px solid #aaa; margin-top: 19px; border-radius: 100%; text-align: center; line-height: 18px; width: 18px; display: block; font-family: "Arial"; color: #aaa; transition: all 0.5s; }
.pageBox .hd a.more:hover { color: #009ed6; border-color: #009ed6;}
.pageBox .bd { padding: 12px 20px 15px; }


.pageBoxLoop .pageBox { width: 49%; margin-bottom: 15px;}
.pageBoxLoop .pageBox .bd {height: 240px;}


/* pageSlide */
.pageSlide {
    position: relative;
    margin-bottom: 20px;
    height: 350px;
}
.pageSlide li {
    overflow: hidden;
}
.pageSlide .pic {
    float: left;
    width: 540px;
    overflow: hidden;
    height: 350px;
}
.pageSlide .pic img {
    width: 540px;
    height: 350px;
}
.pageSlide .con {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #e0e0e0;
    border-left: none;
    padding:20px 30px;
    height: 308px;
    background-color: rgba(255,255,255,0.9);
}
.pageSlide .title {
    font-size: 24px;
    line-height: 34px;
    max-height: 68px;
    overflow: hidden;
    margin-bottom: 20px;
}
.pageSlide .date {
    display: block;
    padding: 4px 0;
    color: #999;
}
.pageSlide .intro {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin-bottom: 20px;
}
.pageSlide .intro .more {
    display: none;
}
.pageSlide .hd {
    text-align: center;
    position: absolute;
    left: 570px;
    z-index: 1;
    bottom: 40px;
    height: 20px;
}
.pageSlide .hd li {
    float: left;
    zoom: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #ccc;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: top;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.pageSlide .hd .on {
    background: #33b1de;
}





/* 新闻中心----------------------------------------------------------- */

/* box-news ---- */
.box-news { width: 1200px; margin: 0 auto;}
.box-news .hd { text-align: center;}
.box-news .hd li { float: none; display: inline-block;}
.box-news .bd { overflow: hidden;}


/* box-gg-row ---- */
.box-gg-row { width: 100%; min-width: 1200px; background-color: #e5eeef; padding: 40px 0; margin-bottom: 30px;}
.box-title .hd { height: 50px; margin-bottom: 25px; text-align: center;}
.box-title .hd:before, .box-title .hd:after { display: inline-block; content: ""; width: 200px; height: 1px; background-color: #d1d1d1; margin-right: 25px; position: relative; top: -8px;}
.box-title .hd:after { margin-right: 0;}
.box-title .hd h3 { line-height: 50px; background: url(../../base/img/li-bg.png) no-repeat right center; padding-right: 10px; font-size: 24px; display: inline-block; margin-right: 25px;}
.box-title .hd h3 a { background: url(../../base/img/li-bg.png) no-repeat left center; display: block; padding: 0 25px 0 35px; color: #3da6ab;}
.box-title .hd h3 a:hover { text-decoration: none;}

/* topList-date ---- */
.topList-date li { float: left; width: 32%; margin-right: 2%;}
.topList-date li.last { margin-right: 0;}
.topList-date .date { float: left; border-left: 1px solid #d0d0d0; margin-right: 30px; text-align: right; padding-left: 15px; padding-bottom: 40px;}
.topList-date .date b { font-size: 34px; display: block; line-height: 40px;}
.topList-date .date span { font-size: 12px;}
.topList-date .con { overflow: hidden;}
.topList-date .title { font-size: 16px; height: 28px; line-height: 28px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px;}
.topList-date .intro { font-size: 12px; line-height: 24px; color: #777;}

/* box-yb */
.box-yb { overflow: hidden;}
.box-yb .bd li { float: left; width: 220px; margin-right: 25px; text-align: center;}
.box-yb .bd li.last { margin-right: 0;}
.box-yb .bd .pic { border: 1px solid #ccc; padding: 4px; width: 210px; height: 260px; margin-bottom: 10px;}
.box-yb .bd .pic img { width: 210px; height: 260px;}
.box-yb .block-more { margin-bottom: 0;}

/* 图片经过效果 */
.box-yb .bd .pic a { display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.box-yb .bd .pic a:hover {filter: alpha(opacity=80);opacity: .8;}
.box-yb .bd .pic a:before {content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.box-yb .bd .pic a:hover:before {left: 150%;transition: left 1s ease 0s}

/* 文章子-列表页 -----------------------------------------*/
.pageSide { float: right; width: 300px; margin-left: 40px; }

/* 内容带图片的信息列表_图片判断式 */
.pageTPList {margin-top: -20px;}
.pageTPList li { padding: 30px 20px; border-bottom: 1px solid #eee; overflow: hidden; word-wrap: break-word; transition: 0.5s; background: #fff}
.pageTPList .pic { float: left; margin-right: 30px; width: 200px; height: 140px;}
.pageTPList .pic img { width: 200px; height: 140px;}
.pageTPList .con { overflow: hidden; zoom: 1; padding-top: 5px; }
.pageTPList .title { font-size: 20px; line-height: 30px; overflow: hidden; height: 30px; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px;}
.pageTPList .intro { margin-bottom: 10px; line-height: 24px; color: #999; height: 48px; overflow: hidden; font-size: 14px;}
.pageTPList .title a:hover { text-decoration: none;}
.pageTPList .intro .more { display: none;}
.pageTPList .others { font-size: 14px; color: #999;}
.pageTPList .others span.date { background: url(../../base/img/icon-clock.png) no-repeat left center; padding-left: 24px;}
.pageTPList .others span.hits { background: url(../../base/img/icon-eye.png) no-repeat left center; padding-left: 24px;}
.pageTPList .others span { margin-right: 15px;}
.pageTPList .node { color: #aaa; margin-right: 15px;}
.pageTPList .last { border-bottom: 0; margin-bottom: 0;}
.pageTPList .on { background: #f8f8f8; }
.pageTPList .on .title a {color: #009ed6;}

/* newsList */
.newsList { padding: 0 20px;}
.newsList li { height: 46px; line-height: 46px; font-size: 16px; overflow: hidden; background: url(../../base/img/dot.png) no-repeat left center; padding: 0 5px 0 15px; white-space: nowrap; text-overflow: ellipsis;}
.newsList .date { float: right; color: #999; font-size: 14px;}
.newsList .split { height: 13px; margin-bottom: 13px; border-bottom: 1px dashed #e5e5e5; background: none; padding: 0;}

/* 视频-列表页 ----------------------------------------- */
.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;
    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: center;
    font-size: 14px;
}
.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);
}

/* 友情链接列表页 -----------------------------------------*/
.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;}

/* 领导列表页------------------------------------------ */
.leaderList { margin-right: -25px; padding-top: 20px; display: block}
.leaderList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.leaderList li {width: 160px; height: 300px; border: 1px solid #e0e0e0; padding: 29px 29px 9px; background: #f8f8f8; position: relative; border-radius: 5px; overflow: hidden; float: left; margin-right: 25px; margin-bottom: 25px; transition: all 0.5s ease-out 0s;transform: none; }
.leaderList li:hover { box-shadow: 0px 2px 8px rgba(0, 158, 214, 0.3); transform: translateY(-10px); }
.leaderList li .pic {width: 160px; height: 210px; margin: 0 auto 10px;}
.leaderList li .pic img {width: 160px; height: 210px;}
.leaderList li .con .title { line-height: 36px; text-align: center; font-size: 24px; color: #009ed6;}
.leaderList li .con .title a {color: #19a3c7}
.leaderList li .con .title .job { display: block; font-size: 14px; color: #666; height: 36px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.leaderList li .more-blue,.leaderList li .intro { display: none; }
.leaderList li .con .dep{display:none}
.leaderList li .con .duties {display: block; height:48px; line-height: 24px; font-size: 14px; color: #7c7c7c; text-align: center; overflow: hidden;}
.leaderList li .con .dep a,
.leaderList li .con .duties a {color: #7c7c7c}
.leaderList li .con .works {display: none}
.leaderList li .con .more { display: block; width: 88px; height: 32px; line-height: 32px; text-align: center; font-size: 14px; background: #f2f2f2; margin: 10px auto 0px; border: 1px solid #cccccc; transition: 0.5s;}
.leaderList li:hover {top: -5px; box-shadow: 0px 0px 5px 0px #64b5cd; border-color: #009ed6;}
.leaderList li.first,.leaderList li.li2 { float: left; width: 460px; height: 210px; border-radius: 0; background-color: #fff; padding: 19px; text-align: left; }
.leaderList li.first{margin: 0 30px 35px 70px; }
.leaderList li.li2{margin: 0 0px 35px 20px;}
.leaderList li.first .pic,.leaderList li.li2 .pic { float: left; margin-right: 30px;}
.leaderList li.first .con,.leaderList li.li2 .con { overflow: hidden; }
.leaderList li.first .con .title,.leaderList li.li2 .con .title { text-align: left; font-size: 30px; line-height: 50px; }
.leaderList li.first .con .title .job,.leaderList li.li2 .con .title .job { height: auto; line-height: 24px; height: 96px; margin-top: 10px; }
.leaderList li.first .more-blue,.leaderList li.li2 .more-blue { display: block; width: 90px; height: 34px; line-height: 34px; color: #fff; background-color: #bbb; transition: all 0.5s; text-align: center; }
.leaderList li.first:hover .more-blue,.leaderList li.li2:hover .more-blue { background-color: #009ed6; }


.leaderList .title a::after { display: block; content: ""; position: absolute; left: 0; width: 100%; height: 100%; top: 0; }

/* 领导内容页------------------------------------------ */
.leaderDetail { clear: both; width: auto; overflow: hidden; margin-top: 25px; margin-bottom: 20px; border: 1px solid #e0e0e0; border-radius: 5px; padding: 49px 49px 49px 100px; position: relative;}
.leaderDetail .pic {float: left; margin-right: 40px; width: 180px; position: absolute; top: 50px; left: 50px;}
.leaderDetail .pic img {width: 100%; height: auto}
.leaderDetail .con { overflow: hidden; text-align: left; padding-top: 10px; padding-left: 120px; margin-left: 40px;}
.leaderDetail .title { font-weight: bold; font-size: 30px; color: #009ed6; margin-bottom: 20px;}
.leaderDetail .job { font-size: 16px; color: #999; display: block; line-height: 24px; margin-bottom: 40px;}
.leaderDetail .intro { display: block; background-color: #f5f5f5; padding: 20px 40px 40px 120px; margin-left: 40px;}
.leaderDetail .intro .hd {height: 55px; border-bottom: 1px solid #e0e0e0; line-height: 50px;}
.leaderDetail .intro .hd h3 { background: url(../../base/img/icons-ld-about.png) no-repeat left center; padding-left: 28px; color: #999; font-size: 20px;}
.leaderDetail .intro .bd {font-size: 16px; line-height: 32px; padding: 20px 0px; color: #666;}

/* 就医指南----------------------------------------------------------- */
.Medical #content { background: url(../../base/img/bg-quicklinks.png) repeat; padding-top: 20px; padding-bottom: 20px; margin-bottom: 0;}
.zn-node-list { margin-right: -30px;}
.zn-node-list li {width: 380px; height: 160px; position: relative; margin-right: 30px; margin-bottom: 30px; float: left; }
.zn-node-list li a {display: block; padding: 50px 50px 50px 135px; height: 60px; line-height: 60px; transition: all 0.5s ease-out 0s;transform: none; background-color: #fff; font-size: 26px; letter-spacing: 0; }
.zn-node-list li a i {display: block; width: 60px; height: 60px; background: url(../../base/img/icons-guidepagelinks.png) 0 0 no-repeat; transition: all 0.5s; position: absolute; left: 50px; top: 50px;}
.zn-node-list li a:hover { box-shadow: 0px 2px 8px 0px rgba(51, 51, 51, 0.2); color: #009ed6;  transform: translateY(-10px); letter-spacing: 1px;  }
.zn-node-list li.li2 a i {background-position: 0px -120px;}
.zn-node-list li.li3 a i {background-position: 0px -240px;}
.zn-node-list li.li4 a i {background-position: 0px -360px;}
.zn-node-list li.li5 a i {background-position: 0px -480px;}
.zn-node-list li.li6 a i {background-position: 0px -600px;}
.zn-node-list li.li7 a i {background-position: 0px -720px;}
.zn-node-list li.li8 a i {background-position: 0px -840px;}
.zn-node-list li.li9 a i {background-position: 0px -960px;}


.zn-node-list li.li1:hover a i {background-position: 0px -60px;}
.zn-node-list li.li2:hover a i {background-position: 0px -180px;}
.zn-node-list li.li3:hover a i {background-position: 0px -300px;}
.zn-node-list li.li4:hover a i {background-position: 0px -420px;}
.zn-node-list li.li5:hover a i {background-position: 0px -540px;}
.zn-node-list li.li6:hover a i {background-position: 0px -660px;}
.zn-node-list li.li7:hover a i {background-position: 0px -780px;}
.zn-node-list li.li8:hover a i {background-position: 0px -900px;}
.zn-node-list li.li9:hover a i {background-position: 0px -1020px;}



/* 科室导航 ----------------------------------------------------------- */
.bodyOffice #content { margin-bottom: 1px; }
.bodyOffice #sideMenu .bd { position: absolute; left: 0; top: 90px;}
.box-Office  { background-color: #f5f5f5; margin-bottom: 1px; padding-bottom: 20px; margin-top: 180px; min-height: 340px;}
.bodyOffice .menuList { overflow: hidden; border-right: 1px solid #e0e0e0; }
.bodyOffice .menuList li { margin-right: 0; }
.bodyOffice .menuList li a { display: block; background-color: #fff; height: 86px; line-height: 30px; border: 1px solid #e0e0e0; border-right: none; width: 118px; text-align: center; transition: all 0.5s; color: #009ed6; position: relative; padding-top: 12px;}
.bodyOffice .menuList li:hover a { background-color: #009ed6; border-color: #009ed6; color: #fff; } 
.bodyOffice .menuList li a::before { display: block; content: ""; width: 50px; height: 50px; background: url(../../base/img/icons-ksdh-02.png) no-repeat 0 0; margin: 0 auto; transition: all 0.5s; }
.bodyOffice .menuList li:nth-child(1) a::before { background-position: 0 0; }
.bodyOffice .menuList li:nth-child(2) a::before { background-position: 0 -100px; }
.bodyOffice .menuList li:nth-child(3) a::before { background-position: 0 -200px; }

.bodyOffice .menuList li:nth-child(1):hover a::before { background-position: 0 -50px;}
.bodyOffice .menuList li:nth-child(2):hover a::before { background-position: 0 -150px; }
.bodyOffice .menuList li:nth-child(3):hover a::before { background-position: 0 -250px; }

.bodyOffice .menuList li a::after { display: none !important; }
.bodyOfficeList .box-Office { margin-top: 0; }
.bodyOfficeList .side { margin-bottom: 0; }
.bodyOfficeList #sideMenu .bd { display: none; }



/* box-ksdh */
.box-ksdh { margin-top: 10px; overflow: hidden; margin-bottom: 30px;}
.box-ksdh .hd { border-bottom: 2px solid #dbe5ed; height: 90px; margin-bottom: 10px; }
.box-ksdh .hd h3 { font-size: 30px; font-weight: bold; color: #009ed6; position: relative; float: left; line-height: 60px; height: 60px; padding: 15px 0;}
.box-ksdh .hd h3::after { display: block; content: ""; width: 100%; height: 2px; position: absolute; bottom: -2px; left: 0; background-color: #009ed6; }
.box-ksdh .hd i {display: block; float: left;width: 40px; height: 40px;background: url(../../base/img/icons-ksdh.png) 0 0 no-repeat; margin-top: 12px; margin-right: 20px;}
.ks-ssks .hd i,
.ks-ssks1 .hd i { background-position: 0 -80px;}
.ks-zdxgks .hd i,
.ks-zdxgks1 .hd i { background-position: 0 -160px;}
.box-ksdh .bd { clear: both; }


/* 专家列表页------------------------------------------ */
.docListPage #content { margin-bottom: 1px; }
.docListPage .docList { margin-right: -35px; }
.docListPage .docList li { margin-bottom: 30px; }
.doc-page-row { min-width: 1200px; background-color: #f5f5f5; }
.doc-page-row .hd { background-color: #fff; padding: 15px 0;}
.doc-page-row .hd h3.title { float: left; font-weight: bold; font-size: 18px; padding-top: 22px; }
.doc-page-row .bd { width: 1200px; margin: 0 auto; clear: both; padding-top: 30px; padding-bottom: 20px;}



/* 专家多级导航 */
#sideMenu-bd { width: 100%; min-width: 1200px; background-color: #fff; min-height: 165px;}
#sideMenu-bd h3.title { font-weight: bold; font-size: 18px; padding-top: 22px;  }


.sideNodeList { overflow: hidden; }
.sideNodeList .li1 { float: left; font-size: 20px; margin-right: 40px; }
.sideNodeList .li1 .h1 { position: absolute; top: 70px;  }
.sideNodeList .li1 a.a1 {  line-height: 30px; height: 86px; display: block; padding-top: 12px; border: 1px solid #e0e0e0; width: 118px; text-align: center; font-size: 16px; color: #009ed6; background-color: #fff; transition: all 0.5s; position: relative;}
.sideNodeList .li1.on1 a.a1 { background-color: #009ed6; border-color: #009ed6; color: #fff;}

.sideNodeList .top1 .h1,.sideNodeList .li1:nth-child(1) .h1 { left: 0; }
.sideNodeList .top2 .h1,.sideNodeList .li1:nth-child(2) .h1 { left: 119px; }
.sideNodeList .top3 .h1,.sideNodeList .li1:nth-child(3) .h1 { left: 238px; }
.sideNodeList .li1 a.a1::before { display: block; content: ""; width: 50px; height: 50px; background: url(../../base/img/icons-ksdh-02.png) no-repeat 0 0; margin: 0 auto; }
.sideNodeList .top1:nth-child(1) a.a1::before { background-position: 0 0; }
.sideNodeList .top2:nth-child(2) a.a1::before { background-position: 0 -100px; }
.sideNodeList .top3:nth-child(3) a.a1::before { background-position: 0 -200px; }

.sideNodeList .top1:nth-child(1).on1 a.a1::before { background-position: 0 -50px;}
.sideNodeList .top2:nth-child(2).on1 a.a1::before { background-position: 0 -150px; }
.sideNodeList .top3:nth-child(3).on1 a.a1::before { background-position: 0 -250px; }


.sideNodeList .ul1 { display: none; overflow: hidden; padding: 15px 0 15px 20px; border: 1px solid #e0e0e0; margin-top: 117px; }
.sideNodeList .on1 .ul1 { display: block;}
.sideNodeList .li2 { margin-bottom: 10px; float: left; width: 168px; margin-right: 20px; }
.sideNodeList .a2 { display: block; line-height: 30px; color: #666; background-color: #eee; font-size: 14px; text-align: center; transition: all 0.5s; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.sideNodeList .on2 .a2, .sideNodeList .a2:hover { color: #fff; background-color: #009ed6; }
.sideNodeList a:hover { text-decoration: none;}




/* 专家内容页------------------------------------------ */
.docDetail { padding: 49px; overflow: hidden; border: 1px solid #e0e0e0; border-radius: 5px;}
.docDetail .topDetail { background-color: #f0f0f0; overflow: hidden; margin-bottom: 20px; }

.docDetail .pic {float: left; margin-right: 30px; width: 190px;}
.docDetail .pic img {width: 100%; height: auto}
.docDetail .con { overflow: hidden; text-align: left; padding-top: 30px;}
.docDetail .title { font-weight: bold; font-size: 30px; color: #333333; margin-bottom: 20px;}
.docDetail .info { display: block;}
.docDetail .info li {overflow: hidden;margin-bottom: 10px; font-size: 16px; line-height: 26px;}
.docDetail .info li .tit {float: left; color: #999;}
.docDetail .info li .text {overflow: hidden; padding-right: 20px; }

/* node-list */
.box-ksdh .node-list { margin-right: -25px; overflow: hidden;}
.box-ksdh .node-list li { float: left; margin-right: 25px; margin-top: 20px;}
.box-ksdh .node-list a { display: block; height: 60px; line-height: 60px; width: 280px; background-color: #fff; text-align: center; font-size: 20px; transition: all 0.5s; letter-spacing: 0;}
.box-ksdh .node-list li:hover a { color: #fff; background-color: #009ed6; text-decoration: none; letter-spacing: 1px;}

/* 科室子站 ----------------------------------------------------------- */

/* 网站顶部 */
.ksLogoBar { position: relative; width: 1200px; margin: 0 auto; height: 135px;}
.ksLogoBar .logo { float: left; max-width: 730px; padding-top: 36px;}
.ksLogoBar .logo img { max-width: 400px;}
.ksLogoBar span.node { font-size: 32px; color: #3da6ab; font-weight: bold; border-left: 1px solid #d7d7d7; height: 40px; line-height: 40px; display: inline-block; margin-left: 30px; padding-left: 30px; margin-top: 15px;}

/*导航 */
.ksNav { position: relative; height: 50px; width: 450px; float: right; margin-top: 43px;}
.ksNav a:hover { text-decoration: none}
.ksNav .li1 { float: left; width: 14.28%; text-align: center; position: relative;}
.ksNav .li1 .a1 { display: block; font-size: 17px; line-height: 50px; height: 50px;}
.ksNav li.on1 { border-bottom: 3px solid #00756e;}
.ksNav li.on1 .a1 { color: #00756e; font-weight: bold;}
.ksNav .ul1 { display: none; width: 100%; position: absolute; left: 0; top: 50px; background: #00756e;}
.ksNav .ul1 li { border-bottom: 1px solid #04827a;}
.ksNav .ul1 .a2 { color: #fff; display: block; line-height: 24px; padding: 6px 10px; font-size: 14px;}
.ksNav .ul1 li a:hover { background-color: #00988f;}

/* ksPageBanner */
.ksPageBanner { padding: 20px 0 40px; min-width: 1200px;}
.ksPageBanner .nodeContent { width: 1030px; padding: 19px; border: 1px solid #dcedf2; margin: 0 auto; background: url(../../base/img/ksaboutbanner.jpg) no-repeat right bottom; overflow: hidden; }
.ksPageBanner .pic { float: left; width: 360px; margin-right: 55px; }
.ksPageBanner .pic img { width: 360px; height: 220px; }
.ksPageBanner .con { overflow: hidden; }
.ksPageBanner .title { line-height: 72px; font-size: 36px; border-bottom: 1px solid #dcedf2; height: 72px; color: #009ed6; margin-bottom: 15px; }
.ksPageBanner .intro { line-height: 36px; font-size: 16px; }
.ksPageBanner .intro em { color: #999; }


/* ks-box */
.ks-box { min-width: 1200px; padding-top: 30px;}
.ks-box .hd {height: 55px; margin-bottom: 40px; text-align: center;}
.ks-box .hd h3 { display: inline-block; font-size: 30px; color: #009ed6; position: relative; line-height: 55px;}
.ks-box .hd h3 a {color: #009ed6;}
.ks-box .hd h3::after { display: block; content: ""; height: 2px; width: 30px; background-color: #009ed6; position: absolute; bottom: 0; left: 50%; margin-left: -15px; transition: all 0.5s; }
.ks-box .hd h3:hover::after { width: 100%; left: 0; margin-left: 0; }
.ks-box .bd {overflow: hidden; padding: 0px;}
.ks-box .ks-intro {font-size: 14px; line-height: 30px; color: #666; text-align: center; padding: 0 65px;}
.ksLoop .ks-box:last-child{ margin-bottom: 0; }

.ks-box .docList { overflow: hidden; }
.ks-box .docList li.last { margin-right: 0; }

.ks-box1 { background-color: #f8f8f8; }
.ks-box1 .hd { display: none; }
.ks-box2 { background: url(../../base/img/ks-row-bg.png) repeat; } 
.ks-box3 .hd { margin-bottom: 10px; }

/* 科室医生列表页----------------- */
.ks-docList { margin-right: -26px; padding-top: 20px; display: block}
.ks-docList:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.ks-docList li {width: 160px;border: 1px solid #e6e6e6;padding: 27px 29px 0px;background: #fff;border-radius: 5px;overflow: hidden;float: left;margin-right: 25px;margin-bottom: 25px;height: 390px;position: relative;top: 0px;transition: 0.5s;}
.ks-docList li .pic {width: 160px; height: 210px; margin: 0 auto 10px;}
.ks-docList li .pic img {width: 160px; height: 210px;}
.ks-docList li .con .title {height: 30px; line-height: 30px; text-align: center; font-size: 18px; font-weight: bold; color: #19a3c7; margin-bottom: 10px;}
.ks-docList li .con .title a {color: #19a3c7}
.ks-docList li .con .node,
.ks-docList li .con .duties {display: block; height: 24px; line-height: 24px; font-size: 14px; color: #7c7c7c; text-align: center; overflow: hidden;}
.ks-docList li .con .node a,
.ks-docList li .con .duties a {color: #7c7c7c}
.ks-docList li .con .works {display: none}
.ks-docList li .con .more { display: block; width: 88px; height: 32px; line-height: 32px; text-align: center; font-size: 14px; background: #f2f2f2; margin: 10px auto 0px; border: 1px solid #cccccc; transition: 0.5s;}
.ks-docList li:hover {top: -5px; box-shadow: 0px 0px 5px 0px #64b5cd; border-color: #009ed6;}

/* 科室医生内容页----------------- */
.docDetail .title { margin-bottom: 30px; color: #009ed6;}
.docDetail .title em { font-size: 16px; color: #333; padding-left: 20px;}
.docDetail .intro { padding-top: 0;}
.docDetail .intro .about { width: 80px; display: inline-block; margin-right: 20px;}
.docDetail .intro .text { display: inline-block; font-size: 16px; line-height: 38px;}
.box-zj-about .hd { font-size: 20px; height: 30px; padding: 15px 0; border-bottom: 1px solid #e0e0e0;}
.box-zj-about .hd h3 { color: #999; background: url(../../base/img/icons-ld-about.png) no-repeat left center; padding-left: 30px;}
.box-zj-about .bd { line-height: 2; font-size: 16px; padding:15px 10px 0; color: #666;}
.box-zj-about .bd p { margin-bottom: 10px;}


.bodyDocList .side { margin-bottom: 0; } 
.bodyDocList #content { margin-bottom: 1px; }
.bodyDocList .docListPage { background-color: #f5f5f5; padding-top: 20px;}

/* 文章内容页 -----------------------------------------*/
.articleCon { text-align: left; padding: 20px 0 10px;}
.printArea .title { font-size: 30px; line-height: 1.5; text-align: center; margin-bottom: 20px; color: #009ed6; display: block; font-weight: bold;}
.printArea .subheading { font-size: 24px; color: #555; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 14px; margin-bottom: 25px; padding: 10px; text-align: center; color: #777; border-bottom: 1px solid #eeeeee;}
.printArea .property>span { padding: 0 5px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt { color: #333; font-size: 16px; line-height: 2; text-align: left; padding: 0 0 20px 0; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
.printArea .conTxt p {margin: 0 0 20px; padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal;}
.printArea .conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.printArea .conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.printArea .conTxt table td{padding: 5px 10px}
.printArea .conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.printArea .conTxt table p { margin: 0px}
.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 .videoPlayer{text-indent: 0;}

.printArea .page { padding: 10px 0; text-align: center;}
.printArea .videoPlayer { 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; border-bottom: 1px solid #e0e0e0;}
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left;}
.articleCon .userControl>a { background: url(../../base/img/icons-dy.png) no-repeat 0 2px; padding-left: 25px; margin-right: 40px; }
.articleCon .userControl>a.gbBtn { background-position: 0 -62px; }
.articleCon .userControl>a:hover { background-position: 0 -30px; }
.articleCon .userControl>a.gbBtn:hover { background-position: 0 -94px; }

.articleCon .userControl .bdsharebuttonbox { float: right;}
.articleCon .others { font-size: 16px;}
.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 {
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.picPageList li {
    float: left;
    width: 24.99%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.picPageList .pic {
    margin: 3% 4.5%;
    transition: all 0.5s;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 4px;
    transition: all 0.5s;
}
.picPageList .pic img {
    height: 170px;
    width: 100%;
    transition: all 0.5s;
}
.picPageList .title {
    margin:0 4.5%;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    font-size: 15px;
}
.picPageList .titleBg {
   display: none;
}
.picPageList .pic:hover { border-color: #009ed6; }
.picPageList .pic:hover img {
    transform: scale(1.02);
}


/* picBoxLoop */
.picBoxLoop { overflow: hidden}
.picBoxLoop .pageBox { width: 100%;}
.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; font-weight: bold;}

/* 院报 - 列表页 */
.paperPageList{}
.paperPageList li{width:25%; float:left; box-sizing:border-box; padding:0 10px; margin-bottom:20px;}
.paperPageList li .pic{ margin:0 auto; overflow:hidden; border:1px solid #ececec; width:200px; height:280px;}
.paperPageList li .pic img{width:100%;height: 280px;transition: all 0.5s;}
.paperPageList li .title{height:30px; text-align:center; line-height:30px; overflow:hidden}
.paperPageList li .pic:hover {}
.paperPageList li .pic:hover img { transform: scale(1.05);}

/* 信息提示页 ---------------------------------------------- */
.Showms { background: #fff; padding: 30px 40px; overflow: hidden; margin: 30px auto; text-align: center;}
.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;}


/* 问卷调查 */
#SurveyBox .code input[type="text"] { float: none !important; box-shadow: none !important; border-color: #ccc !important;}
.surveyCommonList .tit { font-size: 16px; }

/* 投票 */
.voteCommonList .tit { font-size: 16px; }

/* 专题首页 -----------------------------------------*/
.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;}
