@charset "utf-8";

body,
html {
    min-width: 1200px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCN",Arial,OpenSansLight,"\5FAE\8F6F\96C5\9ED1",Verdana;
    font-weight: normal;
}

a {
    color: #333;
}

a:hover {
    color: #0065c0;
}

body,
input,
textarea,
select,
button {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

/* 头部 */

.top-link {
    font-size: 14px;
    line-height: 40px;
    background-color: #1e51a2;
}
.top-link div {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
}
.top-link a{
    color: #Fff;
}
.top-link ul {
    float: right;
    overflow: hidden;
}
.top-link ul li {
    float: left;
    padding: 0 7px;
}
.top-link ul li+li {
    background: url(top-shu.png) no-repeat left center;
}

.head {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
}

.top-logo {
    float: left;
}

.top-logo img {
    max-width: 380px;
}

.top-lf {
    float: right;
    text-align: right;
}

.top-lf  form {
    display: inline-block;
}

.search-btn {
    float: right;
    height: 42px;
}

.icon-search {
    background: #1e51a2 url(search.png) no-repeat center;
    width: 50px;
    height: 100%;
}

#q {
    width: 305px;
    border: 1px solid #1e51a2;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
    padding: 9px 10px;
}

.nav-list {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}
.nav-list li {
    float: left;
    padding: 0 20px;
}
.nav-list li a {
    display: block;
    padding: 25px 0;
}
.nav-list .active a , .nav-list li a:hover {
    border-bottom: 3px solid #1e51a2;
}


/* banner */
.banner {
    width: 100%;
    background: url(banner.png) no-repeat center;
    height: 350px;
    position: relative;
}
.banner p {
    width: 1200px;
    margin: 0 auto;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
}


/* 主体 */
.contain {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

/* 当前位置 */
.dqwz {
    padding-left: 20px;
    background: url(dqwz.png) no-repeat left center;
    overflow: hidden;
    line-height: 80px;
    color:#1e51a2;
}
.dqwz a{
    color: #1e51a2;
}

.dqwz a:hover {
    color: #ff9724;
}

.dqwz table {
    display: table-cell;
    float: left;
    font-size: 16px;
}


/* 通知公告 */

.tzgg {
    overflow: hidden;
    background-color: #f1f5f9;
    margin-bottom: 30px;
}

.tzgg > span{
    position: relative;
    display: block;
    width: 125px;
    height: 114px;
    padding: 18px 30px 18px 24px;
    color: #ffffff;
    background: url(tzgg-bg.png) no-repeat center;
    background-size: cover;
    font-size: 30px;
    line-height: normal;
    text-align: justify;
    text-align-last: justify;
    float: left;
    z-index: 10;
}
.tzgg-lf {
    float: left;
    width: 1083px;
    margin-left: -8px;
    padding: 10px 30px 15px 40px;
}

.tzgg-more {
    text-align: right;
}
.tzgg-more a {
    display: inline-block;
    padding-right: 25px;
    background: url(more.png) no-repeat right 12px;
    color: #999;
}
.tzgg-more a:hover {
    color: #1e51a2;
}

.tzgg-list li {
    position: relative;
    padding-right: 45px;
    margin-top: 10px;
}

.tzgg-list p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tzgg-list span {
    position: absolute;
    top: 0;
    right: 45px;
    color: #999;
}

/* 工作动态 */
.content {
    /* margin-top: 50px; */
    overflow: hidden;
   
}

.content-lt {
    width: 706px;
    float: left;
}

.content-nav {
    margin-bottom: 10px;
    border-bottom: 1px solid #2153a3;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    background: url(nav-title.png) no-repeat left center;
    background-size: contain;
}
.content-nav > p {
    font-size: 20px;
    color: #ffffff;
}
.content-nav > a {
    display: inline-block;
    color: #999;
    position: absolute;
    padding-right: 30px;
    top: 50%;
    right: 0;
    margin-top: -13px;
    background: url(mores.png) no-repeat right center;
}

.content-nav > a:hover{
    color: #0065c0;
}

.content-list {
    min-height: 260px;
    overflow: hidden;
}

.content-list li {
    position: relative;
    line-height: 40px;
}

.content-list p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-list span {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

/* 研究成果 */

.content2 {
    margin-top: 30px;
}


/* 研究方向 */

.content3 {
    margin-top: 30px;
}

.content3 .content-list li {
    width: 340px;
    line-height: 76px;
    border: 1px solid #1e51a2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background: url(xiaosanjiao.png) no-repeat 324px 66px;
    float: left;
    margin-right: 26px;
    margin-top: 26px;
}

.content3 .content-list li:hover {
    background-color: #1e51a2;
}

.content3 .content-list li:hover a {
    color: #ffffff;
}

.content3 .content-list li:nth-child(2n) {
    margin-right: 0;
}

.content3 .content-list li a {
    display: block;
    color: #1e51a2;
}


.content-rt {
    float: left;
    width: 464px;
    margin-left: 30px;
}

/* 工作站概况 */

.content4 .content-nav {
    margin-bottom: 15px;
}

.content4 .content-txt {
    line-height: 39px;
    margin-top: 20px;
}

.content4 .content-m {
    color: #1e51a2;
}

/* 合作导师 */

.content5 {
    margin-top: 7px;
}

.content5 .content-nav {
    margin-bottom: 0;
    border: 0;
}

.content5 .content-list {
    height: 428px;
    padding: 0 25px;
    border: 1px solid #1e51a2;
    overflow-y: auto;
}

.content5 .content-list li {
    width: 50%;
    line-height: 60px;
    border-top: 1px dashed #999;
    float: left;
    margin: 0;
}
.content5 .content-list li:nth-child(1),.content5 .content-list li:nth-child(2) {
    border: 0;
}

/* 综合新闻 */

.content6 {
    margin-top: 30px;
}


/* 研究人员 */

.yjry {
    width: 100%;
    margin: 50px 0;
    background: url(yjry-bg.png) no-repeat;
    text-align: center;
    padding-bottom: 65px;
    min-height: 470px;
}

.yjry-title {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    background: url(yjry-titbg.png) no-repeat center;
}
.yjry-title:hover {
    color: #ffffff;
    text-decoration: underline;
}

.yjry-nav {
    width: 1081px;
    font-size: 20px;
    margin: 20px auto 20px;
    position: relative;
}

.yjry-tit {
    overflow: hidden;
}

.yjry-tit li {
    float: left;
    padding-right: 30px;
}
.yjry-tit li span {
    display: block;
    padding: 20px 0;
}
.yjry-tit li+li {
    background: url(yjry-shu.png) no-repeat left center;
    padding: 0 30px;
}

.yjry-tit li.active span {
    font-weight: bold;
    color: #1e51a2;
    padding-bottom: 17px;
    border-bottom: 3px solid #1e51a2;
}

.yjry-more {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

.yjry-more li {
    display: none;
}

.yjry-more a {
    display: inline-block;
    padding-right: 30px;
    background: url(mores.png) no-repeat right center;
    color: #999;
    font-size: 16px;
}
.yjry-more a:hover {
    color: #1e51a2;
}

.yjry-list {
    width: 1081px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}

.yjry-list li {
    width: 528px;
    float: left;
    background-color: #f1f5f9;
    overflow: hidden;
    margin-right: 25px;
}
.yjry-list li .rt{
    width: 528px;
    height: 258px;
    padding: 25px;
}

.yjry-pic {
    width: 144px;
    float: left;
    width: 145px;
    height: 210px;
    position: relative;
}
.yjry-pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
}

.yjry-content {
    width: 300px;
    float: right;
    text-align-last: left;

}
.yjry-content .dyd {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px;
    color: #333;
    display: block;
}
.yjry-content .dyd:hover{color:#1e51a2}
.yjry-content span {
    line-height: 32px;
    min-height: 294px;
}
.hrin{height: 422px;}
.myrk .bd .tempWrap{width: 1106px !important;}
.myrk .bd{width:1081px;margin:0 auto;overflow: hidden;}
.myrk{width: 1200px;margin:0 auto;position: relative;}
.myrk .next,.myrk .prev{width: 50px;height: 50px;position: absolute;top:50%;margin-top:-25px;cursor: pointer;}
.myrk .next{background: url(proright.png) no-repeat;right:17px}
.myrk .prev{background: url(proleft.png) no-repeat;left:17px}
.wcor1{display: none;}
/* 相关链接 */

.xglj-lt {
    width: 706px;
    float: left;
}

.xglj-lt .content-list {
    min-height: auto;
}

.xglj-lt .content-list li {
    width: 33%;
    float: left;
    height: 100px;
    position: relative;
}

.xglj-lt .content-list li img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    max-width: 100%;
    max-height: 100%;
}

/* 资料下载 */

.xglj-rt {
    float: left;
    width: 464px;
    margin-left: 30px;
}

.xglj-rt .content-list {
    min-height: 185px;
}

.xglj-rt .content-list a {
    padding-right: 20px;
    background: url(icon_xiazai.png) no-repeat right center;
}



.u-logo{width:340px}
.icon-vpn{background: url(/picture/0/2109221758414843147.png) no-repeat center center;
background-size:cover}
.default_pgToolbar{margin-bottom:40px !important}
.m-news .f-in ul li>p{padding-right:25px;color:#999;float:left;width:1020px;font-size: 14px;line-height: 24px;}
.m-news li .news-time{float:left}
.m-news .f-in ul{margin-bottom:20px}
.default_pgContainer{overflow:hidden}
.m-news_content .news-text{font-size:16px !important}
.m-news li .news-title{text-overflow: ellipsis;white-space: nowrap;}
.l-index-content .index-top-link{height:auto}
.m-news{min-height:400px}
.m-news-all .news-first .news-lists li a{text-overflow: ellipsis;white-space: nowrap;margin: 0 50px 0 20px;}
.m-news-all .news-second .news-item li a{text-overflow: ellipsis;white-space: nowrap;}
.u-news-pages a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.m-subnav a {margin: 30px 5px 1px;padding: 0 15px;}
.m-information-table a {display: block;}
.m-information-table .z-current a, .m-information-table .z-current:hover a{color: #ffffff;}
.f-in .article p {
    font-size: 16px;
    line-height: 200%;
}


.m-news-slde li h3{height:auto;}
.u-news-pages a{padding:0 10px}
