.info_main{
    width: 1400px;
    margin: 0 auto;
}
.info_main_banner{
    width: 43%;
    /* height: 450px; */
    position: relative;
    z-index: 1;
    float: left;
}
.info_main_banner p{
    width: 80%;
    text-align: center;
    position: absolute;
    left: 40px;
    bottom: -40px;
    height: 87px;
    line-height: 87px;
    font-size: 29px;
    color: #fff;
    background: #D2972F;
}
.info_main_banner img{
    width: 100%;
}
.info_main_text{
    width: 50%;
    /* padding: 70px 85px 45px 70px; */
    background: #F5F5F5;
    margin-top: 78px;
    margin-left: 4%;
    margin-right: 3%;
}
.info_main_text p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 40px;
}
.info_main_text .more{
    font-size: 20px;
    color: #D2972F;
    text-align: right;
    cursor: pointer;
    margin-top: 45px;
}
.info_main h1{
    font-size: 40px;
    color: #D2972F;
    margin: 5vw 0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.info_box .box{
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 60px;
    background: #F5F5F5;
}
.info_box .box .img{
    overflow: hidden;
}
.info_box .box .bottom{
    height: 130px;
    position: relative;
}
.info_box .box .bottom_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96px;
    height: 96px;
    background: url(../images/bottom_bg.png) no-repeat right bottom;
    opacity: 0.06;
}
.info_box .box .gj_bottom_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 96px;
    height: 96px;
    background: url(../images/gj_bottom_bg.png) no-repeat right bottom;
    opacity: 0.06;
}
.GJ_main .info_box .box .bottom{
    position: relative;
}
.info_box .box:last-child{
    margin-right: 0;
}
.info_box img{
    /* height: 372px; */
    transition: all 0.5s ease-in-out;
}
.info_box img:hover{
    transform:scale(1.1)
}
.info_box p{
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    text-align: center;
}
.info_box h2{
    font-size: 30px;
    font-weight: 400;
    color: #D2972F;
    margin: 16px 0 10px;
    text-align: center;
}
.info_zzjg{
    width: 100%;
    background: #F5F5F5;
}
.zzjg_content{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.info_zzjg h1{
    font-size: 40px;
    color: #D2972F;
    margin: 55px 0;
    font-weight: 400;
    text-align: center;
}
.info_zzjg ul{
    border-bottom: 1px dashed #999;
    padding: 16px 0;
}
.info_zzjg .auto_ul li{
    width: auto;
    margin-right: 65px;
}
.info_zzjg li{
    font-size: 22px;
    display: inline-block;
    margin: 14px 0;
    width: 19.5%;
    cursor: pointer;
}
.info_zzjg li:hover{
    color: #D2972F;
}
.GJ_main li:hover{
    color: #72003C;
}
.info_zzjg ul:last-child{
    border: 0;
}
.gj_box {
    display: flex;
    justify-content: center;
}
.gj_box .box{
    margin-right: 39px;
}
.gj_box .box:last-child{
    margin-right: 0;
}
.GJ_main .info_main_banner p{
    background: #72003C;
}
.GJ_main .info_main_text .more{
    color: #72003C;
}
.more img{
    width: 38px;
    vertical-align: middle;
    margin-left: 2px;
}
.GJ_main h1,.GJ_main  h2{
    color: #72003C;
}

.notice_main{
    width: 1400px;
    margin: 0 auto;
	clear:both;
}
.notice_left{
    width: 360px;
    height: 1180px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.notice_left .top{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    height: 150px;
    background: rgba(210, 152, 47, 0.85);
    overflow: hidden;
}
.notice_left .top p{
    margin-left: 28px;
    margin-top: 30px;
}
.notice_left .content{
    background: #F5F5F5;
    height: 1030px;
    position: relative;
}
.notice_left ul{
    position: absolute;
    right: 0;
    top: 82px;
}
.notice_left li{
    font-size: 22px;
    color: #fff;
    width: 280px;
    height: 70px;
    line-height: 70px;
    padding-left: 27px;
    margin-bottom: 11px;
    background: rgba(174, 112, 0, 0.5);
    cursor: pointer;
}
.notice_left li a{
    color: #fff;
}
.notice_left li.active{
    background: #D2972F;
}
.notice_right{
    margin-left: 96px;
    width: 944px;
}
.notice_right .nav{
    font-size: 18px;
    border-bottom: 4px solid #D2972F;
    margin: 18px 0 10px;
    padding-bottom: 18px;
}
.notice_right .title{
    /* margin-bottom: 12px; */
    font-size: 16px;
    float: left;
}
.notice_right li{
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.notice_right li:hover{
    color: #D2972F;
}
.notice_right li:hover p{
    color: #D2972F;
}
.notice_right li p{
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.pages {
    text-align: center;
    margin: 40px 0;
    clear: both;
}
.pages span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 14px;
    color: #888;
}
.pages a {
    display: inline-block;
    margin: 0px 4px;
    height: 35px;
    line-height: 35px;
    padding: 0px 14px;
    border: 1px solid #ccc;
    color: #888;
}
.pages .page_now, .pages a:hover {
    background: #D2972F;
    color: #FFF;
    border: 1px solid #D2972F;
}
.pages .jumppage #num {
    width: 50px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
}
.pages .go {
    background: #ccc;
    color: #fff;
    cursor: pointer;
}

.banner_title{
    width: 360px;
    height: 150px;
    position: absolute;
    left: 0;
    top: -150px;
    background: rgba(210, 152, 47, 0.85);
    overflow: hidden;
}
.banner_title p{
    font-size: 40px;
    margin-top: 28px;
    margin-left: 28px;
    color: #fff;
}
.nav.border{
    border-bottom: 4px solid #D2972F;
    padding-bottom: 24px;
	position: relative;
	top: 80px;
}
.publication_box{
    padding: 26px 100px;
    border-bottom: 1px solid rgba(210, 152, 47, 1);
}
.publication_box .img{
    text-align: center;
    display: inline-block;
    width: 26%;
    margin-right: 10%;
    margin-bottom: 50px;
}
.publication_box .img p{
    font-size: 18px;
    margin-top: 15px;
}
.publication_box .img:nth-child(3n){
    margin-right: 0;
}
.publication_box3{
    text-align: center;
    padding: 60px 0;
    border-top: 2px solid #D2982F;
    margin-top: 2px;
}
.publication_box3 img{
    width: auto;
}
.publication_box3 p{
    font-size: 18px;
    margin-top: 15px;
}
.color_main{
    background: #F5F5F5;
}
.publication_box2{
    border-top: 2px solid #D2982F;
    padding-bottom: 0;
    margin-top: 2px !important;
}
.publication_box2 .img_box{
    padding: 50px 100px;
    padding-bottom: 0;
}
.swiper-slide{
    background: transparent!important;
    align-items: flex-start;
}
.swiper-button-prev{
    background: rgba(210, 152, 47, 0.3) url(/images/arrow_left.svg) no-repeat 30%;
    background-size: 16px;
    left: 0!important;
    border-radius: 20px 0px 0px 20px;
}
.swiper-button-next{
    background: rgba(210, 152, 47, 0.3) url(/images/arrow_right.svg) no-repeat 80%;
    background-size: 16px;
    right: 0!important;
    border-radius: 0px 20px 20px 0px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: ''!important;
}
/* 学术活动 */
.live_box{
    float: left;
    margin-right: 4%;
    margin-bottom: 62px;
    width: 48%;
}
.live_box:nth-child(2n){
    margin-right: 0;
}
.live_box .bottom{
    height: 93px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 29px;
    background: #F0F0F0;
}
.live_box .bottom p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.live_box .img{
    position: relative;
    height: 299px;
}
.live_box .img img{
    height: 100%;
}
.live_box .tap{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #D2972F;
    padding: 12px 16px 11px;
}
.live_box .tap p{
    font-size: 26px;
}
.live_box .tap span{
    font-size: 14px;
}
/* 文章 */
.article_mian .title{
    text-align: center;
    font-size: 32px;
    margin: 40px 0 70px;
	font-family:"宋体";
	font-weight:bold;
}
.article_mian{
    max-width: 1200px;
}
.article_top{
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.article_top .author{
    line-height: 30px;
    width: 80%;
    font-size: 16px;
}
.author span{
    color: #D2972F;
    cursor: pointer;
}
.article_top .time{
    margin-bottom: 16px;
}
.article_top .time p{
    display: inline-block;
    margin-right: 165px;
}
.article_top .icon{
    display: inline-block;
}
.article_top .icon img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.article_top .size p{
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 8px;
}
.article_top .size p.active{
    background: #D2972F;
    border-radius: 50%;
    color: #fff;
}
.article_content{
    padding: 70px 0 30px;
}
.article_content p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
	text-indent:2em;
}

/* 学术名家 */
.notice_right .color_main{
    padding: 1px 0;
    position: relative;
}
.notice_right .color_main::after{
    position: absolute;
    content: '';
    left: -50px;
    bottom: 0;
    top: 0;
    width: 50px;
    background: #F5F5F5;
}
.notice_right .color_main::before{
    position: absolute;
    content: '';
    right: -50px;
    bottom: 0;
    top: 0;
    width: 50px;
    background: #F5F5F5;
}
.celebrity_box{
    width: 44%;
    float: left;
    margin-right: 12%;
    margin-bottom: 50px;
}
.celebrity_box:nth-child(2n){
    margin-right: 0;
}
.celebrity_box .img{
    width: 39%;
    /* height: 255px; */
    margin-right: 6%;
    overflow: hidden;
}
/* .celebrity_box .img img{
    height: 100%;
} */
.celebrity_box .img img:hover{
    transform:scale(1.1)
}
.celebrity_box .icon{
    position: absolute;
    right: 0;
    bottom: 6px;
    color: #D2982F;
    cursor: pointer;
}
.celebrity_box .icon img{
    width: 30px;
}
.celebrity_box .name{
    font-size: 22px;
    margin-bottom: 16px;
}
.celebrity_box p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.celebrity_box .info{
    width: 55%;
    height: 204px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
/* 研究人员 */
.person_title{
    margin: 25px auto;
    text-align: center;
    font-size: 26px;
    color: #D2982F;
	font-weight:bold;
}
.search_main{
    border-bottom: 1px solid #ccc;
    padding: 10px 0 30px;
    margin-bottom: 20px;
}
.search_main .name{
    color: #D2972F;
    font-size: 26px;
}
.search_main p{
    cursor: pointer;
    margin-top: 26px;
    font-size: 20px;
    width: 12%;
    display: inline-block;
}
.person_main{
    padding-bottom: 160px;
}
.search_main .text_search p{
    width: 24.5%;
}
.person_content{
    margin-top: 120px;
    margin-bottom: 132px;
}
.person_content .left{
    width: 240px;
}
.person_content .left .img img{
    height: 284px;
}
.person_content .person_img p{
    text-align: center;
    margin-top: 15px;
    font-size: 28px;
}
.person_content .left ul{
    margin-top: 50px;
}
.person_content .left li{
    width: 240px;
    text-align: center;
    height: 63px;
    line-height: 63px;
    margin-bottom: 2px;
    background: #F5F5F5;
    font-size: 22px;
    cursor: pointer;
}
.person_content a{
    color: #333;
}
.person_content li.active{
    background: #D2972F;
    color: #fff;
}
.person_content .info{
    width: 944px;
    margin-left: 100px;
}
.en_text{
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;
}
.person_content .name{
    font-size: 32px;
    margin-bottom: 24px;
}
.person_content .info .list{
    margin-bottom: 20px;
}
.person_content .info p{
    font-size: 16px;
    line-height: 26px;
}
.person_content .info_ul{
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.person_content .info_ul:last-child{
    border-bottom: 0;
}
.person_content .info_ul li{
    position: relative;
}
.person_content .info_ul li::after{
    position: absolute;
    content: '';
    left: -16px;
    bottom: 10px;
    width: 7px;
    height: 7px;
    background: #ccc;
}
.person_content .info_ul .tap{
    margin-right: 50px;
    color: #fff;
    background: #D2972F;
    padding: 0 9px;
}
.news_main{
    width: 1400px;
    margin: 0 auto;
}
.yx_nav{
    display: flex;
    height: 46px;
    line-height: 46px;
    width: 680px;
    margin: 30px auto 40px;
    border-left: 1px solid #D2972F;
}
.yx_nav p{
    display: inline-block;
    border: 1px solid #D2982F;
    border-left: 0;
    width: 136px;
    cursor: pointer;
    text-align: center;
}
.yx_nav p.active{
    color: #fff;
    background: #D2982F;
}
.yx_main .tap{
    background: rgba(210, 152, 47, 0.76);
    padding: 8px 16px;
} 
@media (max-width:1499px){
    .pages a{
        padding: 0px 6px;
        height: 27px;
        line-height: 27px;
    }
    .pages span {
        display: inline-block;
        height: 27px;
        line-height: 27px;
        padding: 0px 6px;
        color: #888;
    }
    .info_main{
        width: auto;
        margin: 0 40px;
    }
    .info_main_text{
        /* padding: 60px 55px 10px 60px; */
    }
    .info_main_banner p{
        font-size: 24px;
    }
    .info_main_text p{
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .info_box .box .bottom{
        height: 100px;
    }
    .info_main h1{
        font-size: 32px;
        margin: 30px 0;
    }
    .info_box p{
        font-size: 18px;
        line-height: 24px;
    }
    .info_box .box{
        margin-bottom: 40px;
    }
    .info_box h2{
        font-size: 26px;
        margin: 10px 0;
    }
    .info_zzjg h1{
        margin: 40px 0 26px;
    }
    .info_zzjg li{
        font-size: 18px;
        margin: 8px 0;
    }
    .zzjg_content{
        width: auto;
        margin: 0 40px;
    }
}