﻿@charset "utf-8";

/* 新闻中心-首页 -----------------------------------------*/
/* focusWrap ---------------*/
.focusBox { float: left; width: 740px; height: 500px; margin-right: 20px; }

/* date-list-pic */
.date-list-pic { overflow: hidden; }
.date-list-pic li {position: relative; z-index: 1; overflow: hidden; padding: 17px 0 17px 10px; border-bottom: 1px dashed #b2b2b2; position: relative; }
.date-list-pic li::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    float: left;
    background-color: #c30909;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -ms-transition:all  1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.date-list-pic .last { border-bottom: none;}
.date-list-pic .pic { float: left; width: 130px; margin-right: 20px; }
.date-list-pic .pic img { width: 130px; height: 90px; }
.date-list-pic .con { overflow: hidden; }
.date-list-pic .title { line-height: 26px; height: 52px; margin-bottom: 5px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.date-list-pic .title a { display: block; }
.date-list-pic .date { text-align: right; font-size: 14px; color: #999; padding-right: 10px; display: flex; align-items: center; justify-content: end; }
.date-list-pic .date::before { content: "\E812"; font-family: "font-webicon"; font-size: 24px; margin-right: 5px; color: inherit; }
.date-list-pic li:hover{
    border-bottom-color: #c30909;
}
.date-list-pic li:hover::after{
    width: 100%;
}
.date-list-pic li:hover .date,
.date-list-pic li:hover .date::before{
    color: rgba(255,255,255,0.8);
}
.date-list-pic li:hover .title a{
    color: white;
}


/* row ------------------- */
.row { text-align: left; min-width: 1200px;  padding: 50px 0; }

/* row-notice ------------ */
.row-notice { padding-bottom: 20px; }

/* box-notice */
.calendar-list li { display: flex; align-items: center; margin-bottom: 15px; float: left; width: 48%; }
.calendar-list li:nth-child(2n) { float: right; }
.calendar-list .con { flex: 1 0 0%; min-width: 0; }
.calendar-list .tit {margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; font-weight: bold; line-height: 40px; height: 40px; }
.calendar-list .tit{display: block; color: inherit; background-image: linear-gradient(#c30909, #c30909); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.calendar-list .tit:hover { color: #c30909; }
.calendar-list .tit:hover { background-position: left bottom; background-size: 100% 1px; }
.calendar-list .intro { margin-bottom: 5px; font-size: 14px; color: #777; line-height: 24px; height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.calendar-list .date{color: #999; font-size: 14px;}


/* row-seeing ------------ */
.row-seeing { background: url(../../base/img/page-row-new.jpg) no-repeat; background-size: cover; }
.box-seeing .bd { margin-bottom: 40px; }

/* seeing-list */
.seeing-list li { width: 280px; float: left; margin-right: 27px; background-color: #d0e1f1; position: relative; }
.seeing-list .con { padding: 20px; }
.seeing-list .pic { overflow: hidden; }
.seeing-list .pic img { transition: all 0.5s; }
.seeing-list .title,
.seeing-list .intro {  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.seeing-list .title { line-height: 26px; height: 52px; margin-bottom: 10px; }
.seeing-list .intro { height: 48px; line-height: 24px; font-size: 14px; }
.seeing-list .more { display: block; line-height: 38px; margin: 0 20px 20px; height: 38px; background-color: #bbcee0; text-align: center; font-size: 14px; transition: all 0.5s; }
.seeing-list .date { font-size: 14px; color: #999; display: block; margin-bottom: 10px; }

.seeing-list .pic:hover  img { transform: scale(1.1); }
.seeing-list .more:hover { background-color: #2c7ac8; color: #fff; letter-spacing: 2px; }

/* row-lecture ------------ */
.row-lecture { background-color: #fff; }
.row-lecture .txt-pic-list { margin-right: -3.333%; }
.row-lecture .txt-pic-list li { width: 30%; margin-right: 3.333%; height: 420px; background-color: #f6f6f6;}
.row-lecture .txt-pic-list .con { padding-top: 20px; }
.row-lecture .txt-pic-list .noPic .intro { -webkit-line-clamp: 10; }


/* row-medium ------------ */
.row-medium { min-width: 1200px; background-color: #fafafa; }

/* box-medium */
.box-medium .fd::before { background-color: #d3d3d3; }
.box-medium .fd li { background-color: #d5d5d5; }
.box-medium .fd li.on { background-color: #c30909; }
.box-medium .inner { margin-bottom: 60px; padding-top: 20px; }

/* pic-date-list */
.pic-date-list li { float: left; width: 300px; margin-right: 60px; position: relative; padding-left: 60px; }
.pic-date-list .date { position: absolute; left: 0; width: 60px; top: 0; font-weight: bold; font-size: 14px; line-height: 1.3; }
.pic-date-list .date::after { display: block; content: "\E62C"; font-family: "font-webicon"; font-size: 35px; color: #999; font-weight: 100;}
.pic-date-list .date .dd { font-weight: bold; color: #777; }
.pic-date-list .date .ym { display: block; color: #c30909; font-size: 26px; }
.pic-date-list .date .ym::after { display: block; content: ""; width: 30px; height: 2px; background-color: #5899d1; margin-top: 5px; }
.pic-date-list .pic { margin-bottom: 15px; overflow: hidden; }
.pic-date-list .pic img { width: 300px; height: 200px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; }
.pic-date-list .pic:hover img { transform: scale(1.1); }
.pic-date-list .title { line-height: 26px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.pic-date-list .title a { background-image: linear-gradient(#c30909, #c30909); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.pic-date-list .title:hover { color: #c30909; }
.pic-date-list .title:hover a { background-position: left bottom; background-size: 100% 1px; }


/* 焦点图 & 新闻信息列表 */
.focus-news-list{
    overflow: hidden;
}

/* 文章-焦点图轮播 */
#focus-news{
    width: 490px;
    height: auto;
    float: left;
    margin-right: 30px;
    background: #fff;
}
#focus-news .pic img{
    width: 100% !important;
    height: 326px !important;
}

.box-center{
    margin-bottom: 0;
}


/* 图文列表 */
.pic-intro-list{
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
}
.pic-intro-list li{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 15px;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.pic-intro-list li .pic{
    width: auto;
    float: left;
    margin-right: 30px;
}
.pic-intro-list li .con{
    overflow: hidden;
}
.pic-intro-list li .tit{
    display: block;
    font-size: 16px;
}
.pic-intro-list li .intro{
    font-size: 14px;
    color: #999;
}
.pic-intro-list li .date{
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    background:  url(../../base/img/dateicon.png) left center no-repeat;
}
.pic-intro-list li:hover{
    background-color: #c30909;
}
.pic-intro-list li:hover .tit{
    color: white;
}
.pic-intro-list li:hover .date{
    color: rgba(255,255,255,0.7);
}
.pic-intro-list li:hover .intro{
    color: rgba(255,255,255,0.8);
}

/* 图文信息列表 */
.pic-title-intro-list{
    overflow: hidden;
    padding: 20px 15px 15px;
    background-color: #fff;
}
.pic-title-intro-list li{
    width: 360px;
    margin: 0 5px;
    padding: 10px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pic-title-intro-list li .pic{
    overflow: hidden;
}
.pic-title-intro-list li .con{
    overflow: hidden;
    padding-top: 25px;
}
.pic-title-intro-list li .date{
    font-size: 14px;
    color: #999;
}
.pic-title-intro-list li .tit{
    display: block;
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.pic-title-intro-list li .con{
    line-height: 1.6;
    font-size: 14px;
    color: #999;
}
.pic-title-intro-list li:hover{
    background-color: #c30909;
}
.pic-title-intro-list li:hover .date{
    color: rgba(255,255,255,0.8);
}
.pic-title-intro-list li:hover .con{
    color: rgba(255,255,255,0.7);
}
.pic-title-intro-list li:hover .tit{
    color: white;
}

/* 专题专栏 */
#box-specail .mhd{
    margin-bottom: 20px;
}
#box-specail .mbd{
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
}
#box-specail .node-page{
    padding: 20px 0 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
#box-specail .node-page ul{
    display: inline-block;
    margin: 0 auto;
    height: 6px;
    text-align: center;
    vertical-align: top;
}
#box-specail .node-page li {
    float: left;
    margin: 0 5px;
    width: 40px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #e2e2e2;
    cursor: pointer;
    color: #fff;
    font-size: 0;
}
#box-specail .node-page li.on {
    background: #c30909;
}
/* 专题专栏-图片列表 */
#box-specail .node-pic-list li{
    width: 370px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
#box-specail .node-pic-list ul>li:nth-last-child(1){
    margin-right: 0;
}
#box-specail .node-pic-list li .pic{
    overflow: hidden;
}
#box-specail .node-pic-list li img{
    width: 100%;
    height: auto;
}
#box-specail .node-pic-list li .tit{
    display: none;
}

/* 机构设置-首页 ------------------------------------*/
.row-org { padding: 20px 0; }
.row-org .box-tab .hd ul::before,
.row-org .box-tab .hd ul::after { width: 20%; }
.row-org .btn-more { background: url(../../base/img/arrow.png) no-repeat center bottom; width: 100px; padding-bottom: 25px; display: block; margin: 20px auto 0; text-align: center; }
.row-org:nth-child(2n) { background: url(../../base/img/page-row-org.jpg) no-repeat center; background-size: cover; padding: 50px 0; }

/* linkList */
.linkList li { width: 23.5%; margin-right: 2%; float: left; margin-bottom: 25px; transition: all 0.5s; }
.linkList li a { height: 42px; line-height: 42px; background-color: #fff; border: 1px solid #ddd;  box-sizing: border-box; padding: 0 13px 0 18px; display: flex; align-items: center; justify-content: space-between; }
.linkList li a::after { content: ""; width: 0; height: 0; border: 5px solid transparent; border-left: 5px solid #d2d2d2; }
.linkList li:nth-child(4n) { margin-right: 0; }
.linkList li:hover { transform: translateY(-5px); }
.linkList li a:hover { background-color: #f0ba00; color: #fff; border-color: #f0ba00; box-shadow: 0px 0px 7px 0px rgba(4, 0, 0, 0.2); }
.linkList li a:hover::after { border-left-color: #fff; }

/* 机构设置-图片式 ------------------------------------------ */
.jgszPicList { margin: -1px -1px 0 0; overflow: hidden;}
.jgszPicList li { position: relative; z-index: 1; width: 306px; float: left; margin: 1px 1px 0 0; overflow: hidden;}
.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;}
.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: 172px; line-height: 172px; 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%;}

/* 文章首页 -----------------------------------------*/
.pageSlide { background: #fff; position: relative; margin-bottom: 20px;}
.pageSlide li { display: flex; align-items: center; justify-content: start;}
.pageSlide .pic { width: 600px; height: 350px;}
.pageSlide .pic img { width: 100%; height: 350px;}
.pageSlide .con { overflow: hidden; flex: 1 0 0%; min-width: 0; zoom: 1; padding: 0 3%; margin-top: -30px;}
.pageSlide .title { font-size: 20px; line-height: 30px; font-weight: bold; color: #c30909; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageSlide .title a { color: inherit;}
.pageSlide .date { display: block; padding: 10px 0; color: #999; font-size: 14px;}
.pageSlide .intro { color: #6c6c6c; font-size: 14px; line-height: 24px;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageSlide .hd { text-align: center; width: 50%; position: absolute; z-index: 1; bottom: 30px; right: 0; height: 18px; font-size: 0;}
.pageSlide .hd li { display: inline-block; *display: inline; zoom: 1; cursor: pointer; width: 11px; height: 11px; overflow: hidden; margin-right: 4px; border: 1px solid #c30909; border-radius: 100%;}
.pageSlide .hd li span { display: none;}
.pageSlide .hd .on { background: #c30909;}

/* pageBoxLoop */
.pageBoxLoop { margin-top: -20px; overflow: hidden; }
.pageBoxLoop .box-icon { width: 49%; margin-top: 20px;}
.pageBoxLoop .box-icon .bd { height: 250px; padding: 15px 15px 10px; background-color: #fff;}
.pageBoxLoop1 .box-icon { width: 100%; }
.pageBoxLoop1 .box-icon .bd { height: auto; }

/* 文章列表页 -----------------------------------------*/

/* 内容带图片的信息列表_图片判断式 */
.pageTPList li { padding: 25px 0; border-bottom: 1px dashed #E1E1E1; overflow: hidden;}
.pageTPList li:first-child { padding-top: 5px; }
.pageTPList .pic { float: left; margin-right: 25px; width: 200px;}
.pageTPList .pic img { width: 100%; height: auto;}
.pageTPList .con { overflow: hidden; zoom: 1;}
.pageTPList .title { font-size: 18px; line-height: 30px; height: 30px; margin-bottom: 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pageTPList .title a { background-image: linear-gradient(#c30909, #c30909); background-position: right bottom; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .8s;}
.pageTPList .title:hover a { background-position: left bottom; background-size: 100% 1px; }
.pageTPList .intro { margin-bottom: 5px; font-size: 14px; line-height: 22px; color: #999; max-height: 44px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.pageTPList .others { font-size: 14px; color: #aaa;}
.pageTPList .others span { margin-right: 15px;}
.pageTPList .others .date::before { display: inline-block; vertical-align: top; content: "\E8FE"; font-family: "fontpower"; margin-right: 5px; }
.pageTPList .node { color: #aaa; margin-right: 15px;}

/* 友情链接列表页 -----------------------------------------*/
.friendLinkList { overflow: hidden; zoom: 1; padding: 10px 0 10px 10px;}
.friendLinkList li { width: 27%; height: 36px; line-height: 36px; padding: 0 3.5% 0 2.5%; background: url(../../base/img/dot02.png) 0 center no-repeat; float: left; overflow: hidden;}

/* 文章内容页 -----------------------------------------*/
.articleCon {background-color: #fff; text-align: left; padding: 20px; }
.articleCon .power-content_voice { margin-bottom: 20px; }
.printArea .title { font-size: 30px; font-weight: bold; line-height: 1.5; text-align: center; margin-bottom: 20px; color: #c30909;}
.printArea .subheading { font-size: 30px; font-weight: bold; color: #555; text-align: center; margin-bottom: 20px;}
.printArea .property { font-size: 14px; margin-bottom: 35px; border-bottom: 1px solid #e9e9e9; line-height: 22px; padding: 10px 15px; text-align: center; color: #777; }
.printArea .property a { color: inherit; }
.printArea .property a:hover { color: #202c54; }
.printArea .property>span { padding: 0 10px;}
.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: 20px 0 0px; 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; }
.printArea .videoPlayer [data-ui=video] { margin: 0 auto; max-width: 100%; height: 0 !important; padding-bottom: 42%; }
.printArea .videoPlayer [data-ui=video] > div { position: absolute; left: 0; top: 0; }
.printArea .edui-video-video { max-width: 100%; height: auto; margin: 0 auto; }
.printArea .page { padding: 10px 0; text-align: center; }
.articleCon .userControl { font-size: 14px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; line-height: 30px; height: 30px; padding: 10px; border-bottom: 1px solid #e9e9e9; }
.articleCon .userControl .a { color: #777; margin: 10px 10px 0 0; }
.articleCon .userControl .bdsharebuttonbox .bd { font-size: 0; }
.articleCon .others { padding: 10px 0; margin-bottom: 15px;}
.articleCon .others .prev, .articleCon .others .next { padding: 3px 0;}
.articleCon .btn { order: -1; }
.articleCon .btn a { margin-right: 15px; transition: all 0.5s; line-height: 38px; height: 38px; box-sizing: border-box; display: inline-block; color: #666; }
.articleCon .btn a::before { display: inline-block; transition: all 0.5s; content: "\E63A"; font-family: "font-webicon"; font-size: 18px; vertical-align: top; margin-right: 5px; color: inherit; }
.articleCon .btn .gbBtn::before { content: "\E63D"; }
.articleCon .btn a:hover { color: #c30909; }
.articleCon .btn a:hover::before { transform: rotateY(180deg); }
.noSideContent .articleCon { padding: 30px 50px; }

/*点赞与收藏*/
.likes-group li { line-height: 28px; }
.likes-group .Collection { background-position: 22px -45px; }
.likes-group .addCollection { background-position: 22px -291px; }

/* 文章分页 */
.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) }

/* 相关信息 */
#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;}

/* 图片-列表页 ----------------------------------------- */
.picPageList { display: flex; flex-wrap: wrap; margin: -1% -1.5%; }
.picPageList li { display: flex; flex-direction: column; width: 29.333%; margin: 1.5% 1.85%; }
.picPageList .pic { margin-bottom: 10px; position: relative; overflow: visible !important; }
.picPageList .pic::before { display: block; transition: all 0.3s; content: ""; width: 100%; height: 100%; left: 5px; top: 5px; border: 1px solid #E0E0E0; background-color: #fff; position: absolute;}
.picPageList li:hover .pic::before { border-color: #c30909; transform: translate(3px,3px); }
.picPageList .pic a { display: block; overflow: hidden; position: relative; padding-bottom: 67.5%; height: 0; z-index: 1; }
.picPageList .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.picPageList .con { flex: 1 0 0%; padding: 20px 0; }
.picPageList .title { line-height: 40px; padding: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
.picPageList .intro { margin-top: 10px; font-size: 14px; color: #777; line-height: 24px; max-height: 48px; overflow: hidden; }
.picPageList .others { display: block; margin-top: 14px; font-size: 14px; line-height: 24px; color: #999; }
.picPageList .date::before { display: inline-block; vertical-align: top; font-family: "fontpower"; content: '\e737'; margin-right: 8px; font-size: 1.2em; color: #bda060; }

/* 图片-内容页 ----------------------------------------- */
.noSideContent .slide-wrap {background-color: #fff; }
.noSideContent .swp-tool { font-size: 14px; }
.noSideContent .swp-tit h2,.noSideContent .swp-tit span { float: none; text-align: center; font-weight: bold; }

/* 视频-列表页 ----------------------------------------- */
.videoPageList { margin: -1% -1.5%; overflow: hidden; text-align: center; }
.videoPageList li { float: left; width: 30.333%; margin: 1.5%; position: relative; overflow: hidden; }
.videoPageList li.noData { text-align: left; }
.videoPageList .pic a { display: block; padding-bottom: 56.25%; position: relative; overflow: hidden; height: 0; background: #000; }
.videoPageList .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; opacity: 0.8; }
.videoPageList .pic a::after { content: '\e734'; font-family: "fontpower"; position: absolute; left: 50%; top: 50%; margin: -30px 0 0 -30px; width: 60px; font-size: 54px; color: #fff; line-height: 60px; text-align: center; }
.videoPageList .title a { padding: 12px 20px; display: block; height: 34px; font-size: 16px; line-height: 34px; background: #f5f5f5; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-decoration: none; }
.videoPageList li:hover .pic img { opacity: 1; }

/* 专题首页 -----------------------------------------*/
.spePageList { overflow: hidden; padding-top: 10px; }
.spePageList li { float: left; text-align: center; margin-right: 40px; margin-bottom: 20px; }
.spePageList li:nth-child(4n) { margin-right: 0; }
.spePageList .pic { display: block; }
.spePageList .pic,
.spePageList .pic img { width: 270px; height: 130px; }
.spePageList .tit { display: block; padding-top: 10px; line-height: 30px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.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(/content/main/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);}

/* 人才招聘 */
.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: #c30909; border-color: #c30909;}
.fs-searchBar #formSearch:hover{background: #e91a1a; border-color: #e91a1a;}
#fuzzysearch_result_tbody .resultdetail_a:not(.resultdetail_a_visited){background-color:#c30909}
#fuzzysearch_result_tbody .resultdetail_a:hover{background-color:#e91a1a}
.customFormBox .hd h3 { border-bottom-color: #c30909; color: #c30909;  }
.customFormBox .hd h3 a { color: #c30909; }
.customFormBox .hd .on { border-bottom-color: #c30909; }
.customFormBox .hd .on a { color: #c30909; }

/* 在线投票 */
.noSideContent .votePost { padding: 40px; margin: 0;background-color: #fff; }
.voteListPage .voteCommonList li { margin-top: 10px; margin-bottom: 10px;  padding: 10px 10px 10px 34px; background-position: 15px 16px;}
.voteCommonList .tit { font-size: 16px; }
.voteCommonList .dates { line-height: 40px; }
.voteResultPage .surveyInfo .title-info dd i { margin-top: 2px; }

/* 问卷调查 */
#SurveyBox,
.surveyResult,
#FormBox {background-color: #fff; }
.surveyListPage .surveyCommonList li {margin-top: 10px; margin-bottom: 10px; padding: 10px 10px 10px 34px; background-position: 15px 18px;}
.surveyCommonList .tit,
.customFormList .tit { font-size: 16px; }
.surveyCommonList .dates { line-height: 40px; }
.customFormBoxLoop { padding-top: 20px; }


/* 文章-列表页-图片式-人物照片 ----------------------------------------- */
.picVerticle{overflow: hidden;text-align: center;/* margin: 0 -8px; */display: flex;flex-wrap: wrap;justify-content: center;}
.picVerticle li{ float: left; width: 205px; margin: 0% 8px 20px;}
.picVerticle .pic{height: auto; padding:6px 5px; margin: 0 auto 10px; text-align: center; border: 1px solid #ddd;}
.picVerticle .pic a{ margin: 0 auto; text-align: center;}
.picVerticle .pic img{width: 194px !important; height: 256px !important;}
.picVerticle .title{padding: 0 10px; height: 32px; line-height: 32px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.picVerticle li:hover .pic{border-color: #bbb;}


/* 在线表单 ----------------------------------------- */
#FormSubmit input {
    background-color: #c30909;
    border-color: #c30909;
}
#FormSubmit input:hover {
    background-color: #e91a1a;
    border-color: #e91a1a;
}
.customFormList li{
    padding: 10px 10px 10px 40px; background-position: 15px 18px;
}

/* 友情链接-子列表页-论文著作式 ------------------------------------------ */
/* 二级导航菜单 */
.top-menu{ background: #fff; font-size: 0; line-height: 1; padding: 0; margin: 30px 0 30px; }
.top-menu li{ display: inline-block; margin-left: 1px; }
.top-menu li.first{ margin-left: 0; }
.top-menu li a{ position: relative; display: block; font-size: 16px; line-height: 24px; padding: 11px 30px; }
.top-menu li.on a,
.top-menu li a:hover{ background: #c30909 ; color: #fff; text-decoration: none; }
.top-menu li.on a:after{ position: absolute; content: ''; width: 0; height: 0; left: 50%; top: 100%; margin-left: -7px; border: 7px solid transparent; border-top-color: #c30909; }

/* 三级导航菜单 */
.menu-list ul{ font-size: 0; line-height: 1; }
.menu-list li{ display: inline-block; margin: 15px 15px 0 0; }
.menu-list li a{display: block;font-size: 14px;line-height: 20px;padding: 7px 15px;background: #fb2f2f;color: #fff;}
.menu-list li.on a,
.menu-list li a:hover{ background: #c30909; text-decoration: none; }

/* 科研项目列表 */
.page-links-list:before{ display: table; content: " "; clear: both; }
.page-links-list li{ margin-top: 30px; }
.page-links-list li a{ display: block; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); padding: 20px 25px; font-size: 16px; line-height: 24px; word-break: break-all; border-radius: 5px; transition: all 0.4s ease-out; }
.page-links-list li a.link{ color: #4877cd; }
.page-links-list li a:hover{ box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64); transform: scale(1.02); color: #940040; text-decoration: none; }
.page-links-list li a *{ text-align: left !important; display: inline !important; vertical-align: top !important; font-size: inherit !important; font-style: normal !important; color: inherit !important; line-height: inherit !important; }

/* 机构设置-单页 */
.boxJgsz{overflow: hidden; position: relative; z-index: 1; padding-left: 188px; margin: 40px 50px 100px;}
.boxJgsz a:hover{text-decoration: none;}
/* 一级 */
.boxJgsz .hd{position: absolute; z-index: 1; left: 0; top: 50%; width: auto; float: left; margin-top: -36px; height: 36px; padding-right: 54px; border-bottom: 1px solid #d5d5d5;}
.boxJgsz .hd h3{width: auto; float: left; margin-top:18px; padding-right: 11px; background-color: #fff;}
.boxJgsz .hd h3 span{width: 124px; float: left; height: 36px; line-height: 36px; text-align: center; font-size: 16px; color: white; background-color: #c30909; border-radius: 4px;}
.boxJgsz .hd h3 a{color: white;}
/* 二级 */
.boxJgsz .bd{position: relative; z-index: 1; overflow: hidden; }
.boxJgsz dl{position: relative; z-index: 1; padding:0 0 12px 300px; background: url(../../base/img/lineIcon.png) left top repeat-y;}
.boxJgsz dt{position: absolute; z-index: 1; left: 0; top:50%; margin-top: -22px; width: auto; float: left; padding: 0 65px; height: 35px; background: url(../../base/img/lineIcon.png) left center repeat-x;}
.boxJgsz dt h3{width: auto; float: left; padding: 0 11px; background-color: #fff;}
.boxJgsz dt h3 span{width: 148px; float: left; height: 35px; line-height: 35px; text-align: center;  font-size: 16px; color: white; background-color: #887b4f; border-radius: 4px;}
.boxJgsz dt h3 span a{color: white;}
/* 三级 */
.boxJgsz dd{position: relative; z-index: 1; overflow: hidden; background: url(../../base/img/lineIcon.png) left top repeat-y;}
.boxJgsz dd ul{ width: 302px; float: left;}
.boxJgsz dd li{ padding-left: 64px; margin-top: 3px; background: url(../../base/img/lineIcon.png) left center repeat-x;}
.boxJgsz dd li span{display: block; overflow: hidden; padding-left: 10px; background-color: #fff;}
.boxJgsz dd li a{display: block; padding: 5px 10px; line-height: 24px; text-align: center; font-size: 16px; color: white; background-color: #ababab; border-radius: 4px;}
.boxJgsz dd li a:hover{background-color: #959494;}
.boxJgsz dd li.noData a{background-color: #f0f0f0; color: #999;}

/* 去除背景竖线 */
.boxJgsz .bd .dlBg{display: none; position: absolute; z-index: 1; left:0; width: 1px; height: 50%; float: left; background-color: #fff;}
.boxJgsz .bd dl.first .dlBg{top: -4px; display: block;}
.boxJgsz .bd dl.last .dlBg{bottom:0; height: 53%; display: block;}

.boxJgsz dd .bgT,
.boxJgsz dd .bgB{position: absolute; z-index: 1; left:0; width: 1px; height: 17px; float: left; display: block; background-color: #fff;}
.boxJgsz dd .bgT{top: 0; height: 20px;}
.boxJgsz dd .bgB{bottom: 0;}



/*文章-列表页-标题两列式*/
.page-title-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.page-title-list li{
    width: 100%;
    margin-bottom: 10px;
}
.page-title-list li a{
    display: block;
    padding: 10px 10px;
    text-align: center;
    line-height: 1.6;
    border: 1px solid #eaeaea;
    background: white;
}
.page-title-list li a:hover{
	text-decoration: none;
    background-color: #fafafa;
}

.row-2 li{
    width: calc(100% / 2 - 10px);
}
.row-2 li:nth-child(even){
    margin-left: 20px;
}