@charset "utf-8";
/* 新闻中心-首页 -----------------------------------------*/
.newsTab { position: relative; z-index: 1;}
.newsTab .mHd { overflow: hidden; height: 50px; line-height: 50px; margin: 20px auto 0; padding-bottom: 40px; text-align: center;}
.newsTab .mHd ul { display: inline-block; *display: inline; margin: 0 auto;}
.newsTab .mHd li { width: auto; float: left; margin: 0 19px; font-size: 24px; color: #55616a;}
.newsTab .mHd li a { position: relative; z-index: 1; padding-left: 42px; color: #55616a;}
.newsTab .mHd li a:hover { text-decoration: none;}
.newsTab .mHd li .icon { position: absolute; z-index: 1; left: 0; top: 50%; width: 6px; height: 6px; float: left; margin-top: -3px; overflow: hidden; background-color: #B70031;}
.newsTab .mHd li.on a { font-weight: bold; color: #B70031;}
.newsTab .mHd li.on .icon { display: none;}

/* 轮播-另类标题显示效果 */
.focusInfoList { position: relative; z-index: 1; height: 384px; padding-left: 600px;}
.focusInfoList li { height: 62px; line-height: 62px; margin-bottom: 18px;}
.focusInfoList li.last { margin-bottom: 0;}
.focusInfoList li .pic { display: none; position: absolute; z-index: 1; left: 0; top: 0;}
.focusInfoList li .pic img { display: block; width: 584px; height: 382px;}
.focusInfoList li .date { width: 12%; height: 62px; float: right; margin-left: 10px; text-align: center; line-height: 62px; font-size: 18px; color: #6d7e8b; background-color: #f8f8f8;}
.focusInfoList li .title { width: 85%; float: left; height: 62px; line-height: 62px;}
.focusInfoList li .title a { display: block; height: 62px; line-height: 62px; overflow: hidden; padding: 0 15px; font-size: 18px; color: #6d7e8b; background-color: #f8f8f8;}
.focusInfoList li .title a:hover { text-decoration: none;}
.focusInfoList li.on .pic { display: block;}
.focusInfoList li.on .title a,
.focusInfoList li.on .date { box-shadow: 4px 4px 6px #ddd; color: #373f45;}
.focusInfoHd { position: absolute; z-index: 2; left: 480px; bottom: 15px; width: auto; float: left; overflow: hidden;}
.focusInfoHd li { width: 8px; height: 8px; float: left; margin-left: 6px; background-color: #fff; border-radius: 4px;}
.focusInfoHd li.on { width: 25px; background-color: #B70031;}

/* 循环框 */
.newsLoop {overflow: hidden;margin-top: 60px;padding-top: 25px;background: url(../../base/img/newsloophd.jpg) no-repeat center top / 100%;}

/*新闻中心-通用框*/
.newsBox { overflow: hidden;}
.newsBox .hd { height: 52px; line-height: 52px;}
.newsBox .hd h3 { font-size: 24px; color: #55616a;}
.newsBox .hd h3 a { color: #55616a;}
.newsBox .hd ul { width: auto; float: right; margin-top: 26px;}
.newsBox .hd li { width: 10px; float: left; height: 10px; margin-left: 8px; overflow: hidden; background-color: #a7b0b7; border-radius: 50%;}
.newsBox .hd li.on { background-color: #2899db;}

/* 两列式 */
#rowTwo {
    display: flex;
    gap: 4%;
}
#rowTwo .newsBox {width: 48%;}
#rowTwo .newsBox .bd { position: relative; z-index: 1;}
#rowTwo .newsBox .more { position: absolute; z-index: 1; right: 0; bottom: 0; width: 20%; height: 44px; line-height: 44px; float: left; text-align: center; text-indent: 8px; background-color: #fff;}
#rowTwo .newsBox .more:hover { text-decoration: none; background-color: #B70031; color: white;}

/* 四列式 */
#rowFour { display:flex; gap:30px}
#rowFour .newsBox {width: 23%; flex:1;}
#rowFour .newsBox:last-child { }
#rowFour .newsBox .bd { height: 284px; overflow: hidden; margin-bottom: 30px;}

/*图片列表*/
.newsPicList { overflow: hidden;}
.newsPicList li { position: relative; z-index: 1;}
.newsPicList li .pic img {display: block;width: 100%;height: auto;}
.newsPicList li .title { position: absolute; z-index: 2; left: 0; bottom: 0; width: 80%; height: 44px; line-height: 44px; float: left; text-indent: 10px; font-size: 16px; color: white;}
.newsPicList li .title a { color: white;}
.newsPicList li .titleBg { position: absolute; z-index: 1; left: 0; bottom: 0; width: 100%; height: 44px; line-height: 44px; overflow: hidden; background-color: #000; opacity: .5; filter: alpha(opacity=50);}

/* 文章图文列表-先图后文 */
.picIntroList { overflow: hidden;}
.picIntroList li { position: relative; z-index: 1;}
.picIntroList li .pic img {display: block;width: 100%;height: auto;}
.picIntroList li .title { margin-top: 15px; height: 30px; line-height: 30px; overflow: hidden; font-size: 16px;}
.picIntroList li .title a { color: #333;}
.picIntroList li .intro { margin-top: 10px; line-height: 24px; max-height: 48px; *height: 48px; overflow: hidden; color: #55616a;}
.picIntroList li .others { margin-top: 5px; height: 24px; line-height: 24px; overflow: hidden;}
.picIntroList li .others .date { padding-left: 25px; font-size: 12px; color: #999; background: url(../../base/img/dateicon.png) left center no-repeat;}

/* 机构设置-首页 ------------------------------------*/

/* 快速通道 */
.boxKstd { height: 178px;}
.boxKstd .mHd {width: 206px;height: 178px;float: left;margin-right: 20px;padding-left: 20px;overflow: hidden;font-size: 24px;color: #ca7e7e;background-color: #a52b1d;background: #99231a url(../../base/img/jgsz-kstdhdicon.png) 120px bottom no-repeat;}
.boxKstd .mHd p { margin-top: 26px; line-height: 28px;}
.boxKstd .mHd h3 {margin-top: 10px;height: 30px;font-size: 24px;color: #fdfeff;}
.boxKstd .mBd { overflow: hidden; padding-top: 16px; border-bottom: 1px solid #dee1e4;}
.boxLink { position: relative; z-index: 1; height: 30px; line-height: 30px; padding: 10px 0; overflow: hidden; border-top: 1px solid #dee1e4;}
.boxLink .hd { width: 136px; height: 30px; line-height: 30px; float: left; text-indent: 15px; border-right: 1px solid #c3c8cd;}
.boxLink .hd h3 { font-size: 16px;}
.boxLink .hd .more { position: absolute; z-index: 1; right: 10px; top: 10px; width: auto; height: 30px; line-height: 30px; float: left; padding-right: 28px; color: #999; background: url(../../base/img/moreicon.png) right center no-repeat;}
.boxLink .hd .more:hover { text-decoration: none; color: #176cbd;}
.linkList { height: 30px; overflow: hidden; padding: 0 95px 0 20px;}
.linkList li {width: 24.9%;float: left;height: 30px;line-height: 30px;font-size: 14px;text-indent: 10px;overflow: hidden;color: #666;}
.linkList li a { color: #666;}

/* 院系设置 */
.boxYxsz { margin-top: 40px;}
.boxYxsz .mHd { height: 40px; line-height: 40px; overflow: hidden; text-align: left;}
.boxYxsz .mHd h3 { font-size: 24px;}
.boxYxsz .mHd .more { float: right; color: #999;}
.boxYxsz .mBd { padding: 20px 0 0; overflow: hidden;}

/* 机构设置-图片式 ------------------------------------------ */
.jgszPicList {overflow: hidden;display: grid;grid-template-columns: repeat(4, 1fr);}
.jgszPicList li {position: relative;z-index: 1;/* width: 298px; */float: left;margin: 1px 1px 0 0;}
.jgszPicList li .title,
.jgszPicList li .titleBg { position: absolute; left: 0; bottom: 0; width: 100%; height: 42px; line-height: 42px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.jgszPicList li .title { z-index: 2; font-size: 16px; text-align: center; color: white;display:flex;justify-content: center;align-items: center;}
.jgszPicList li .title a { color: white;}
.jgszPicList li .title a:hover { text-decoration: none;}
.jgszPicList li .titleBg { z-index: 1; background-color: #000; opacity: .5; filter: alpha(opacity=50);}
.jgszPicList li:hover .title,
.jgszPicList li:hover .titleBg {height: 100%;line-height: 100%;font-size: 24px;}

/* 机构设置-表格式 ------------------------------------------ */
.jgszTableList { width: 100%; border-collapse: collapse;}
.jgszTableList th,
.jgszTableList td { padding: 10px; line-height: 30px; text-align: center; font-size: 16px; color: #666; border: 1px solid #e9e9e9;}
.jgszTableList th { color: #333; background-color: #f6f6f6;}
.jgszTableList tr:hover td { background-color: #eef8ff;}
.jgszTableList .url { width: 30%;}

/* 文章首页 -----------------------------------------*/
.newsCenterPage .focusBox { width: 44%; float: left; margin-right: 15px;}
.newsCenterPage #columnA { height: 248px;}
.newsCenterPage #columnA .infoList { overflow: hidden; zoom: 1;}
.newsCenterPage #columnB { margin-bottom: 0;}
.boxLoop .box { width: 48.5%;}
.boxLoop .box .bd { min-height: 150px; _height: 150px;}
.pageSlide {background: #f9f9f9;position: relative;margin-bottom: 30px;display: flex;}
.pageSlide .hd { width:34%;}
.pageSlide .bd {width:66%;position: relative;}
.pageSlide .bd li { overflow: hidden; position:relative;}
.pageSlide .bd .pic {}
.pageSlide .bd .pic img {width: 100%;height: 530px;object-fit: cover;}
.pageSlide .bd .con {overflow: hidden;zoom: 1;position: absolute;width: 94%;z-index:9;padding: 22px 3% 30px;height: 134px;background: linear-gradient(to bottom, #b7003100 0% , #b70031 100%);left: 0;bottom:0;}
.pageSlide .bd .date { display:none}
.pageSlide .bd .node { background:#B70031; height:28px; line-height:28px; display:inline-block; padding:0 10px; color:#fff; border-radius:3px;}
.pageSlide .bd .title a{ font-size:18px; display:block; color:#fff; font-weight:bold; height:50px; line-height:50px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.pageSlide .bd .intro .more { display: none;}
.pageSlide .bd .intro {font-size: 14px;line-height: 24px;height:48px;color:#fff;overflow: hidden;opacity: 0.8;}
.pageSlide .hd .con {overflow: hidden;padding: 15px 20px;height: 82px;}
.pageSlide .hd .title {font-size: 18px;line-height: 28px;max-height: 56px;_height: 68px;overflow: hidden;margin-bottom: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.pageSlide .hd .title a { color: #333;}
.pageSlide .hd .date  { padding-left:20px; background:url(../../base/img/caleico.png) no-repeat 0; color:#D6BE96}
.pageSlide .hd  ul{display:flex;flex-direction: column;justify-content: space-between;position: relative;height: 100%;}
.pageSlide .hd li {flex: 1;padding: 10px 10px 10px 0;height: 25%; transition:all 0.3s}
.pageSlide .hd li .pic {float:right;height: 112px;width: auto;}
.pageSlide .hd li .pic img {width: 200px;height:112px;object-fit: cover;}
.pageSlide .hd li.on { background:#B70031 }
.pageSlide .hd li.on .title,
.pageSlide .hd li.on .title a { color:#fff; }

/* 栏目循环 */
.pageBoxLoop { overflow: hidden;}
.pageBoxLoop .boxA { width: 49%;}
.pageBoxLoop .boxA .bd {height: 220px;}

/* 文章列表页 -----------------------------------------*/
#sideWeiXin .bd { text-align: center;}

/* 内容带图片的信息列表_图片判断式 */
.pageTPList {overflow: hidden;}
.pageTPList li {overflow: hidden;padding: 30px 0;border-bottom: 1px #ccc dashed; transition:all 0.5s; background:#fff;}
.pageTPList .pic {overflow: hidden;float:left;margin-right: 24px;}
.pageTPList .pic img { width: 100%; height: auto;}
.pageTPList .con {overflow: hidden;zoom: 1;}
.pageTPList .title {overflow: hidden;height: 24px;line-height: 24px;font-size: 20px;color: #666;margin-bottom: 10px;text-overflow: ellipsis;white-space: nowrap;}
.pageTPList .title a:hover { text-decoration: none;}
.pageTPList .title a { color: #666;}
.pageTPList .intro {line-height: 22px;height: 44px;overflow: hidden;color: #999;-webkit-box-orient: vertical;-webkit-line-clamp: 2;display: -webkit-box;}
.pageTPList .intro .more { display: none;}
.pageTPList .others {margin: 10px 0 0;font-size: 14px;color: #D6BE96;}
.pageTPList .others .date { padding-left: 20px; background: url(../../base/img/dateicon.png) left center no-repeat;}
.pageTPList .node { color: #aaa; margin-right: 15px;}
.pageTPList .on { background: #a82235 url(../../base/img/footerbg.png) ; padding:30px ; color:#fff; box-shadow:0 0 20px #B7003144; border-radius:5px; border-color:transparent }
.pageTPList .on .intro { color:#fff; opacity:.6}
.pageTPList .on a { color:#fff;}

/* newsList */
.newsList {}
.newsList li {overflow: hidden;height: 60px;line-height: 60px;font-size: 18px;transition:all 0.5s;border-radius:3px}
.newsList li a {/* padding-left: 15px; *//* background: url(../../base/img/dot02.png) no-repeat 0; */}
.newsList li:hover { background:#B70031; box-shadow: 0 0 20px #B7003144; padding:0 20px;}
.newsList li:hover a { color:#fff; font-weight:bold;}
.newsList .date {float: right;color: #D6BE96;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: 27%; height: 46px; font-size: 16px; line-height: 46px; padding: 0 3.5% 0 2.5%; background: url(../../base/img/dot02.png) 0 center no-repeat; float: left; overflow: hidden;}

/* 文章内容页 -----------------------------------------*/
.subheading { font-size: 16px;}
.noSideContent .printArea .conTxt { padding: 0 30px;}
.articleCon { text-align: left; padding: 20px 0;}
.printArea .title {font-size: 36px;padding: 30px;line-height: 1.5;text-align: center;margin-bottom: 10px;word-wrap: break-word;color: #333;font-weight: bold;}
.printArea .subTitle,
.printArea .subheading { font-size: 16px; color: #777; text-align: center; margin-bottom: 20px;}
.printArea .property {font-size: 14px;margin-bottom: 20px;padding: 5px 10px;text-align: center;color: #777;background: #fafafa;}
.printArea .property span { padding: 0 5px;}
.printArea .conTxt,
.printArea .conTxt *{box-sizing:content-box}
.printArea .conTxt {color: #333;font-size: 18px;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 { padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.printArea .conTxt p:first-child{margin-top: 0px}
.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; border: 1px solid #ddd;}
.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,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong { font-weight: bold;}
.printArea .conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.printArea .conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.printArea .conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.printArea .conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.printArea .conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.printArea .conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.printArea .conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.printArea .conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.printArea .conTxt h1:first-child,
.printArea .conTxt h2:first-child,
.printArea .conTxt h3:first-child,
.printArea .conTxt h4:first-child,
.printArea .conTxt h5:first-child,
.printArea .conTxt h6:first-child{margin-top:0px;}
.printArea .conTxt .videoPlayer{text-indent: 0;}
.printArea .videoPlayer {position: relative;z-index: 1500;text-align: center;margin: 20px auto;display: flex;justify-content: center;}
.articleCon .userControl {font-size: 14px;border-bottom: 1px dotted #e0e0e0;overflow: hidden;text-align: left;margin-bottom: 30px;padding: 0 0 30px;line-height: 40px;}
.articleCon .userControl .closeBtn ,
.articleCon .userControl .dyBtn { float: left; height:38px; line-height:38px; padding:0 20px 0 46px; border:1px solid #999; border-radius:2px; margin-right:20px; background:url(../../base/img/printico.svg) no-repeat 20px;}
.articleCon .userControl .closeBtn { background-image:url(../../base/img/closeico.svg)}
.articleCon .userControl .closeBtn:hover,
.articleCon .userControl .dyBtn:hover { background-color:#a2291b; border-color:#a2291b; color:#fff; text-decoration:none; background-image:url(../../base/img/closeico_w.svg) }
.articleCon .userControl .closeBtn:hover { background-image:url(../../base/img/printico_w.svg)}

.articleCon .userControl .bdsharebuttonbox { float: right; margin-top:6px;}
.articleCon .page { padding: 10px 0; text-align: center; overflow: hidden;}

/* 文章分页 */
.articleCon .page-title-list { border: solid 1px rgb(195, 211, 242); display: inline-block; width:100% }
.articleCon .page-title-list ul { margin: 10px; }
.articleCon .page-title-list ul li { float: left; margin-right: 50px; width: 40%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.articleCon .page-title-list ul li a { color: rgb(61, 114, 211) }
.articleCon .page-title-list ul li a.current { color: rgb(244, 108, 106) }

.articleCon .others {margin-bottom: 15px;font-size: 16px;}
.articleCon .others .prev,
.articleCon .others .next { padding: 5px 0; word-wrap: break-word}

/* 相关信息 */
#relativeInfo { border-bottom: 2px solid #f3f3f3;}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul { overflow: hidden;}
#relativeInfo li { float: left; width: 50%; border-bottom: 0;}

/* 通用-单页 ------------------------------------------  */
.singlePage .articleCon { margin: 0; padding: 0;}
.singlePage .printArea .title { height: 48px; line-height: 48px; padding: 0 0 10px 0; margin-bottom: 20px; font-size: 30px; color: #333; border-bottom: 1px solid #ededed;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { overflow: hidden; margin-right: -2%; font-size: 0; line-height: 0;}
.picPageList li { display: inline-block; *display: inline; width: 23%; margin: 0 2% 3% 0;}
.picPageList .pic { overflow: hidden;}
.picPageList .pic img { width: 100%; height: auto;}
.picPageList .title {padding: 10px 8px;overflow: hidden;height: 56px;line-height: 28px;font-size: 18px;color: #666;}
.picPageList .title a { display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow:hidden}
.picPageList .title a:hover { text-decoration: none;}
.picPageList .title a { color: #666;}
.picPageList li:hover { background-color: #fafafa;}

/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin-right: -3%; overflow: hidden; text-align: center;}
.videoPageList li {float: left;width: 30.3%;margin: 1.5% 3% .5% 0; *display: inline;}
.videoPageList .pic {background: #fff;position: relative;}
.videoPageList .pic a {display: block;overflow: hidden; }
.videoPageList .pic a:after {content:"";position:absolute;width:100%;height:100%;background: #00000011;display:block;top: 0;left: 0; opacity:1; transition:all 0.5s}
.videoPageList .pic a:before {content:"";position:absolute;width:36px;height:36px; opacity:1; background:url(../../base/img/videoico.svg) no-repeat center;border-radius:50%;top:50%;margin-top: -18px;left: 50%;margin-left: -18px;z-index: 9;}
.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: auto;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: 18px;text-align: center;display: flex;justify-content: center;align-items: center;}
.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);}
.videoPageList .pic:hover a:after { opacity:0;} 

/* 专题首页 -----------------------------------------*/
.spePageList ul { overflow: hidden; padding: 20px 0 20px 20px; margin-right: -30px;}
.spePageList li { position: relative; float: left; width: 250px; 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 .pic {overflow:hidden;display: block;}
.spePageList li img { width: 100%; height: 100px;}
.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;}
.departmentSearch .searchBox { height: 60px; width: 100%;}
.departmentSearch .searchBox .hd { height: 36px; line-height: 36px; padding: 12px 0 12px 59px; float: left; font-size: 16px; color: #333; background: url(../../petitionletter/img/petition-icons.png) 19px -151px no-repeat;}
.departmentSearch .searchBox .bd { height: 36px; width: 395px; float: right; padding: 12px 0px 0px 0px;}
.departmentSearch .searchBox .keyword { width: 200px; height: 24px; line-height: 24px; font-size: 14px; padding: 5px 0px 5px 15px; background: #fff; border: 1px solid #ccc; border-right: none; outline: none; float: left;}
.departmentSearch .searchBox .searchsubmit { width: 84px; height: 36px; line-height: 36px; font-size: 16px; color: #fff; text-align: center; background: #458adf; border: none; float: left; font-weight: bold;}
.departmentSearch { overflow: hidden; margin-bottom: 10px;}
.departments { height: 36px; width: 100px; line-height: 32px; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none; float: left; margin-right: 5px;}

/*教育平台*/
.platformList { border-top: 1px solid #ddd; border-left: 1px solid #ddd; overflow: hidden; margin-left: -1px; margin-top: 20px; background: #f9f9f9}
.platformList li { float: left; width: 20%; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-left: -1px;; text-align: center; padding: 40px 0 0; height: 150px;}
.platformList li .title { line-height: 50px; font-size: 16px;}
.platformList li .pic img { -webkit-transition: 200ms; -o-transition: 200ms; -moz-transition: 200ms; transition: 200ms;}
.platformList li .pic:hover img { transform: scale(-1.2, 1.2);}

/*点赞与收藏*/
.likes-group { overflow: hidden; text-align: center; margin-bottom: 50px; height: 110px;}
.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; transition: 0ms;}
.likes-group .Likes { background: url(../../base/img/btnicon.png) no-repeat 4px -103px;}
.likes-group .Collection { background: url(../../base/img/btnicon.png) no-repeat 4px -45px;}
.likes-group .addLikes { background: url(../../base/img/btnicon.png) no-repeat 10px -346px;}
.likes-group .addCollection { background: url(../../base/img/btnicon.png) no-repeat 15px -288px;}

/* 人才招聘 */
.recruitHomePage .pageBanner{height:300px; background:url(../../base/img/recruitbanner.jpg) 50% 0px no-repeat}
.recruitLinks .pic{margin-bottom:20px;}
.recruitLinks .pic img{width:100%; height:auto;}
.recruitLinks .links{overflow:hidden; display:block; margin-right:-27px;}
.recruitLinks .links li{width:280px; float:left; margin-right:26px;}
.recruitLinks .links li a{display:block; height:130px; background:url(../../base/img/recruit-btn-1.png) 0px 0px no-repeat; text-align:center; color:#fff; padding-top:50px;}
.recruitLinks .links li a .cn{display:block; font-size:24px; height:38px; line-height:38px; margin-bottom:10px; }
.recruitLinks .links li a .en{font-size:16px; line-height:26px; }
.recruitLinks .links li.li2 a{background-image:url(../../base/img/recruit-btn-2.png)}
.recruitLinks .links li.li3 a{background-image:url(../../base/img/recruit-btn-3.png)}
.recruitLinks .links li.li4 a{background-image:url(../../base/img/recruit-btn-4.png)}

.ng-cloak { display: none; }

/* 自定义表单 */
.fs-searchBar #formSearch{background: #0d7ac1; border-color: #0d7ac1;}
.fs-searchBar #formSearch:hover{background: #B70031; border-color: #B70031;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#0d7ac1}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#B70031}
.customFormBox .hd h3 { border-bottom-color: #0d7ac1; color: #0d7ac1;  }
.customFormBox .hd h3 a { color: #0d7ac1; }
.customFormBox .hd .on { border-bottom-color: #0d7ac1; }
.customFormBox .hd .on a { color: #0d7ac1; }

/*文章阅读排行*/
.infoList.type-access { margin: 20px 0 0;}
.infoList.type-access li .number { margin: 0 10px;font-size: 16px;font-style: italic;color: #333;}
.infoList.type-access li .hits { float: right;color: #333;}
.infoList.type-access li:nth-child(1) .number, .infoList.type-access li:nth-child(2) .number, .infoList.type-access li:nth-child(3) .number {color: :#f00;}


@media (max-width:1400px) {
    .pageSlide .hd .title {font-size: 16px;line-height: 24px;max-height: 48px;}
    .pageBoxLoop .boxA .bd {height: 200px;}

    .picPageList .title ,
    .newsList li { font-size:16px; }
    
    .pageTPList .title { font-size:18px}
}