﻿@charset "utf-8";

/* 文章-父列表页 -----------------------------------------*/
#content { margin: 0 auto; width: 1200px; background-color: #fff; }
.body-gray { background-color: #dde9fa; }
.body-gray #content { background: none; }

/* mainBox */
.mainBox .mHd h3 { font-weight: bold; font-size: 24px; line-height: 60px; }

/* sideBox */
.sideBox .hd { background: url(../../base/img/side-hd.png) no-repeat center bottom; padding: 0 10px; }
.sideBox .hd h3 { background: #0772c0 url(../../base/img/icons-side-nav.png) no-repeat 20px 20px; border-bottom: 4px solid #055fb2; color: #fff; font-size: 20px; line-height: 36px; padding: 10px 20px 10px 50px; border-radius: 3px 3px 0 0; }
.sideBox .bd { border: 1px solid #e0e0e0; border-top: none; padding: 10px 20px 20px; }

/* 侧栏导航 */
#sideMenu { margin-bottom: 40px; }
#sideMenu .bd li { background: #f3f3f3 url(../../base/img/side-arrow.png) no-repeat 184px -38px; border: 1px solid #eee; border-radius: 3px; overflow: hidden; margin-top: 10px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all  0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
#sideMenu .bd li a { display: block; line-height: 26px; padding: 6px 35px 6px 30px; }
#sideMenu .bd li.on,
#sideMenu .bd li:hover { background-color: #0772c0; border-color: #0772c0; background-position: 184px 13px; }
#sideMenu .bd li.on a,
#sideMenu .bd li:hover a { color: #fff; }
#sideBlrm .hd h3 { background: #0772c0 url(../../base/img/icons-side-hot.png) no-repeat 17px center; }

/* 循环栏目 */
.pageBoxLoop { overflow: hidden; }
.pageBox { width: 48.5%; margin-bottom: 10px; }
.pageBox .hd { height: 40px; line-height: 40px; overflow: hidden; border-top: 2px solid #1FA55B; background: #f0f0f0; }
.pageBox h3 { float: left; height: 40px; line-height: 40px; }
.pageBox h3 a { display: block; padding: 0 20px; font-size: 16px; font-weight: bold; color: #1FA55B; }
.pageBox .hd .more { float: right; margin-right: 10px; font-size: 12px; color: #999; }
.pageBox .bd { height: 180px; padding: 10px 5px; overflow: hidden; }
.pageBoxLoop1 .pageBox { width: 100%; }
.pageBoxLoop1 .pageBox .bd { height: auto; }

/* 文章-列表页 -------------------------------------------*/

/* 图文 */
.pic-list-intro { }
.pic-list-intro li { float: left; position: relative; top: 0; cursor: pointer; width: 320px; padding-right: 59px; border-right: 1px solid #eee; margin-right: 60px; margin-bottom: 50px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all  0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.pic-list-intro li.last { margin-right: 0; border-right: 0; padding-right: 0; }
.pic-list-intro .pic { width: 320px; height: 220px; background-color: #eee; }
.pic-list-intro .con { padding-left: 20px; padding-right: 20px; }
.pic-list-intro span.date { font-size: 14px; padding: 24px 0 16px; display: block; }
.pic-list-intro .title { font-size: 18px; line-height: 30px; padding-bottom: 16px; }
.pic-list-intro .intro { font-size: 12px; color: #999; margin-bottom: 18px; }
.pic-list-intro a.more { font-size: 14px; color: #da262f; }
.pic-list-intro li:hover { top: -10px; }

/* 日历 */
.date-list { clear: both; }
.date-list li { height: 70px; line-height: 70px; padding: 15px 0 15px 15px; position: relative; overflow: hidden; }
.date-list li.even { background-color: #f8f8f8; }
.date-list span.date { border: 1px solid #eee; width: 78px; height: 68px; text-align: center; background-color: #fff; margin-right: 20px; float: left; }
.date-list span.date b { display: block; font-size: 30px; font-weight: bold; color: #0772c0; line-height: 30px; padding-top: 8px; }
.date-list span.date em { font-size: 12px; color: #999; font-style: normal; display: block; line-height: 30px; }
.date-list li a { font-size: 18px; display: block; overflow: hidden; position: relative; z-index: 2; padding-right: 100px; }
.date-list i.icon { position: absolute; right: -100px; top: 0; width: 100px; height: 100px; display: block; background: #0772c0 url(../../base/img/icons-eye.png) no-repeat 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; }
.date-list li:hover i.icon { right: 0; }

/*  pic-list-ds  */
.pic-list-ds li { float: left; width: 48%; margin-bottom: 15px; }

/* 文章子-列表页 -----------------------------------------*/

/* 图文列表 */
.pageTPList { margin-top: -12px }
.pageTPList li { padding: 15px 15px 24px; border-bottom: 1px solid #E1E1E1; overflow: hidden; }
.pageTPList .pic { padding-top: 5px; float: left; margin-right: 15px; width: 140px; }
.pageTPList .pic img { width: 100%; height: auto; }
.pageTPList .con { overflow: hidden; zoom: 1 }
.pageTPList .title { font-size: 18px; line-height: 36px; overflow: hidden; }
.pageTPList .title a { color: #333 }
.pageTPList .title a:hover { color: #e00; text-decoration: none }
.pageTPList .intro { margin-bottom: 3px; line-height: 24px; color: #777; max-height: 75px; _height: 75px; overflow: hidden; font-size: 14px; }
.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; display: none }
.pageTPList .last { border-bottom: 0; margin-bottom: 0; }
.pageTPList .on { background: #F9F9F9 }

/* 图文浮动 */
.pageTPList-Fl li { float: left; width: 48%; position: relative; height: 188px; background-color: #f8f8f8; margin-bottom: 40px; 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; }
.pageTPList-Fl li.even { float: right; }
.pageTPList-Fl .pic { width: 250px; float: left; }
.pageTPList-Fl .con { overflow: hidden; padding: 20px 30px 0 30px; }
.pageTPList-Fl .title { font-size: 18px; line-height: 28px; height: 28px; overflow: hidden; margin-bottom: 15px; }
.pageTPList .title a { color: #333; }
.pageTPList-Fl .intro { font-size: 14px; line-height: 24px; color: #666; margin-bottom: 30px; height: 48px; overflow: hidden; }
.pageTPList-Fl .btn-more { display: block; background-color: #da262f; width: 60px; height: 24px; line-height: 24px; color: #fff; font-size: 14px; text-align: center; }
.pageTPList-Fl .btn-more:hover { background-color: #cb1f28; }
.pageTPList-Fl li:hover { top: -10px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
.pageTPList-Fl-02 li { height: 230px; }
.pageTPList-Fl-02 .pic { width: 130px; }
.pageTPList-Fl-02 .pic img { width: 100%; }
.pageTPList-Fl-02 .title { height: auto; }
.pageTPList-Fl-02 .intro { height: 80px; margin-bottom: 10px; }
.pageTPList-Fl-02 textarea { border: none; font-size: 14px; height: 80px; width: 330px; text-align: justify; resize: none; line-height: 26px; background: none; overflow: hidden; outline: none; font-family: "Microsoft Yahei"; color: #666; }

/* 图文列表-日期 */
.pageTPList li .date { float: left; margin-top: 5px; margin-right: 20px; background-color: #f5f5f5; border: 1px solid #ddd; padding: 10px; text-align: center; border-radius: 4px; }
.pageTPList li .date b { line-height: 36px; display: block; border-bottom: 1px solid #ddd; font-size: 20px; }
.pageTPList li .date span { display: block; }

/* newsList */
.newsList li { height: 30px; line-height: 30px; font-size: 14px; overflow: hidden; background: url(../../base/img/dot-blue.png) no-repeat left center; padding: 0 5px 0 20px; white-space: nowrap; text-overflow: ellipsis; }
.newsList .date { float: right; color: #bcbcbc; }
.newsList .split { height: 13px; margin-bottom: 13px; border-bottom: 1px dashed #ccc; background: none }

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; border: 1px solid #e0e0e0; padding: 30px 50px; }
.friendLinkList li { width: 15%; height: 40px; line-height: 40px; padding: 0 3.5% 0 1.5%; background: url(../../base/img/dot-blue.png) no-repeat left center; float: left; overflow: hidden; font-size: 16px; }

/* 文章内容页 -----------------------------------------*/

/* 正文 */
.articleCon { text-align: left; overflow: hidden; border: 1px solid #eee; padding: 30px 50px; }
.printArea .title,
.articleCon .NodeName { font-size: 28px; line-height: 1.5; text-align: center; font-weight: bold; margin-bottom: 20px; }
.printArea .subTitle { font-size: 20px; 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 dashed #ddd; }
.printArea .property span { padding: 0 5px; }
.printArea .conTxt { color: #333; font-size: 16px; padding: 0 0 20px 0; overflow: hidden; line-height: 2; }
.printArea .conTxt img { max-width: 800px; height: auto !important; margin: 20px auto; }
.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; border-bottom: 1px solid #ccc; text-align: right; margin-bottom: 20px; line-height: 48px; height: 48px; overflow: hidden; padding: 0 15px; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; float: left; }
.articleCon .userControl a.dyBtn { margin-right: 20px; background: url(../../base/img/icons-dy.png) no-repeat left center; padding-left: 25px; }
.articleCon .userControl a.gbBtn { background: url(../../base/img/icons-gb.png) no-repeat left center; padding-left: 25px; }
.articleCon .others { padding: 10px 0; margin-bottom: 15px; font-size: 14px; }
.articleCon .others span { color: #999; }
.articleCon .others .prev,
.articleCon .others .next { padding: 3px 0; }

/* 相关信息 */
#relativeInfo { border-bottom: 1px dashed #eee; }
#relativeInfo .hd h3 { font-size: 18px; }
#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-bottom: 15px; width: 24.99%; display: inline; position: relative; overflow: hidden; }
.picPageList .pic,
.picPageList .title { margin: 0 10px; }
.picPageList .pic { margin-bottom: 10px; }
.picPageList .pic a { background: #ccc; display: block; overflow: hidden; padding: 1px; }
.picPageList .pic a:hover { background-color: #FFCC00; }
.picPageList .pic img { height: auto; width: 100%; }
.picPageList .titleBg { display: none; }
.picPageList .title { display: block; overflow: hidden; line-height: 20px; height: 40px; }
.picPageList .title a { display: block; }
.picPageList li:hover .pic { border-color: #bbb }
.picBoxLoop { overflow: hidden }
.picBoxLoop .pageBox { width: 100%; }
.picBoxLoop .pageBox .bd { height: auto; }
.photoContent .mainBox { float: none; width: 100%; }

/* 瀑布流 */
.pic-list-pbl .pic-li { margin-top: 0; margin-bottom: 40px; }
.pic-list-js .pic-li { margin-bottom: 0; }
.pic-list-js .con { text-align: center; }

/* 重置图片内容页-------------------------------------------- */

/* 标题 */
.swp-tit h2,
.swp-tit span { font-size: 30px; }

/*  */
.swp-hd-wrap .swp-prev { left: 60px; }
.swp-hd-wrap .swp-next { right: 60px; }

/* slide-wrap */
.swp-list-cont { height: 130px; min-width: 135px; }
.swp-list li { width: 130px; padding: 0 10px; text-align: center; }
.swp-list li a { height: 130px; }
.swp-list li img { border: 2px solid #fff; }
.swp-list-wrap img { max-width: 115px; max-height: 115px; padding: 5px; background-color: #fff; }
.swp-list li.current img,
.swp-list li.hover img { padding: 5px; background: #fff; border: 2px solid #da262f; }

/* 翻页 */
.swp-list-wrap { margin: 0; }
.swp-list-wrap .swpl-group { width: 136px; height: 180px; }
.swp-list-wrap .swpl-group .bg { width: 130px; height: 130px; }
.swp-list-wrap .swpl-group i { height: 136px; }
.swp-list-wrap .swpl-group .inner { width: 130px; height: 130px; }
.swp-list-wrap .swpl-group .inner img { max-width: 130px; max-height: 130px; padding: 0; }
.swp-list-wrap .swpl-btn { background: #f0f0f0; height: 130px; }
.swp-list-wrap .swpl-group em { width: 136px; }
.swp-list-wrap .swpl-group em:hover { color: #da262f; }

/* 简介 */
.swp-intro { padding: 50px 0 40px; }
.swp-intro h3 { font-size: 30px; font-weight: normal; }

/* 信息提示页 ---------------------------------------------- */
.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; }





/* 导师列表页 -------------------- */

/* sideSearch */
#sideSearch { margin-bottom: 25px;}
#sideSearch li {display: flex; align-items: center; justify-content: center; }
#sideSearch .keyword { width: 385px; line-height: 40px; height: 40px; border: 1px solid #eee; padding: 0 15px; outline: none;}
#sideSearch #keywordsearch { color: #fff; background-color: #2773bf; height: 42px; line-height: 42px; font-size: 16px; text-align: center; border: none; outline: none; width: 62px; text-align: center; }

/* name-list */
.name-list { display: flex; flex-wrap: wrap; }
.name-list li { width: 10%; font-size: 16px; line-height: 42px;} 
.name-list li em { color: red;}







