.banner {
    position: relative;
}

.banner .banner-bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 54px;
    *bottom: 48px;
}

.banner img {
    width: 100%;
    max-height: 380px;
}

.banner .bd li p {
    width: 1200px;
    position: relative;
    z-index: 1;
    bottom: 65px;
    font-size: 24px;
    color: #fff;
    margin: 0 auto;
}

.banner .hd {
    width: 1200px;
    position: relative;
    z-index: 1;
    height: 16px;
    bottom: 84px;
    margin: 0 auto;
}

.banner .hd ul {
    float: right;
    text-align: center;
}

.banner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    border-radius: 7px;
    margin-right: 13px;
    color: transparent;
}

.banner .hd .on {
    background-color: #3500fd;
    border-color: #3500fd;
}

.banner .prev,
.banner .next {
    display: none;
    width: 25px;
    height: 49px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.banner:hover .prev,
.banner:hover .next {

    display: block;
}

.banner .prev {
    background: url(../images/left.png) no-repeat;
    left: 10px;
}

.banner .next {
    background: url(../images/right.png) no-repeat;
    right: 10px;
}

h3 {
    font-size: 28px;
    color: #003f88;
    font-weight: 100;
}

.info-one .title-one {
    position: relative;
    padding-bottom: 25px;
}

.three-title-one a {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 14px;
    color: #999;
}

.info-one {
    padding: 35px 0 20px;
    background: url(../images/news_bg.png) no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
}

.info-one .left {
    position: relative;
    float: left;
    width: 795px;
    padding-right: 30px;
}

.info-one .tit-tab {
    overflow: hidden;
    margin-bottom: 17px;
}

.info-one .tit-tab li {
    float: left;
    cursor: pointer;
    padding: 0 13.5px;
    font: 18px/54px "microsoft yahei";
    color: #666;
    background-color: #f2f2f2;
    border-bottom: 4px solid #003F88;
}

.info-one .tit-tab a {
    display: none;
    position: absolute;
    top: -8px;
    right: 30px;
    font-size: 14px;
    color: #999;
}

.info-one .tit-tab .tab-selected a {
    display: block;
}

.info-one .tit-tab .tab-selected {
    color: #fff;
    background-color: #003F88;
}

.info-one .news-one {
    position: relative;
    height: 246px;
    overflow: hidden;
}

.info-one .news-one .con-tab {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
}

.info-one .news-one .con-tab ul {
    height: 246px;
}

.info-one .news-one li {
    border-bottom: 1px dashed #d8d8d8;
    line-height: 40px;
    padding-left: 2px;
    position: relative;
}

.info-one .news-one li a {
    font-size: 16px;
}

.info-one .news-one li img {
    padding-right: 10px;
    margin-top: -2px;
}

.info-one .news-one li span {
    position: absolute;
    top: 1px;
    right: 8px;
    color: #999;
    *bottom: 8px;
    font-size: 14px;
}



.info-one .right {
    float: left;
}

.info-one .right li {
    width: 375px;
    height: 113px;
    overflow: hidden;
    margin-bottom: 22px;
}

.info-one .right li img {
    transition: all .5s;
}

.info-one .right li img:hover {
    transform: scale(1.1);
}


/*学术活动、招生应聘*/
.info-two {
    box-sizing: border-box;
    margin-top: 35px;
    padding: 25px 0 49px 0;
    overflow: hidden;
}

.info-two .title-one {
    margin-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
}

.info-two .title-one h3 {
    width: 112px;
    padding-bottom: 15px;
    border-bottom: 3px solid #003F88;

}

.info-two .title-one a {
    position: absolute;
    top: 12px;
    right: 33px;
    font-size: 14px;
    color: #999;
}



/*学术活动*/
.info-two .left {
    width: 802px;
    float: left;
    position: relative;
    padding-right: 28px;
}

.info-two .news-two li {
    float: left;
    padding: 20px 10px 7px;
    margin-right: 15px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.info-two .news-two .acda-top {
    padding-bottom: 20px;
}

.info-two .news-two a {
    float: left;
    width: 150px;
    line-height: 25px;
    padding-left: 10px;
    word-break: break-all;
}

.info-two .news-two .start-time {
    line-height: 26px;
    padding: 12px 6px 4px;
    background-color: #003F88;
    color: #fff;
    border-bottom: 1px solid #4472a8;
    text-align: center;
}

.news-two .start-time span {
    font-size: 30px;
    font-weight: 700;
}

.info-two .news-two li>p {
    width: 235px;
    height: 18px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    margin: 0 0 10px 0;
}

.info-two .news-two li .acad-time {
    color: #003f88;
}

.info-two .news-two li img {
    padding-right: 10px;
}



/*招生应聘*/
.info-two .right {
    float: left;
    position: relative;
}

.info-two .news-three li {
    width: 370px;
    border-bottom: 1px dashed #bcbcbc;
}

.info-two .news-three li:hover a {
    color: #0363d2;
}

.news-three li a {
    line-height: 41px;
}

.news-three li img {
    margin: -5px 5px 0 0;
}


/*新闻动态*/
.info-three {
    float: left;
    /*margin-top: -10px;*/
    width: 446px;
    padding-right: 30px;
    margin-bottom: 35px;
}
.info-five {
    width: 724px;
    overflow: hidden;
}

.three-title-one {
    position: relative;
    /* margin-bottom: 25px; */
    margin-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.three-title-one h3 {
    width: 112px;
    padding-bottom: 15px;
    border-bottom: 3px solid #003F88;

}


.info-three .news-four .bd li {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 24px;
}


.info-three .hd {
    /* padding-top: 20px; */
    margin-top: -14px;
    position: relative;
}

.info-three .hd ul {
    text-align: center;
}

.info-three .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 30px;
    height: 4px;
    background-color: #EEEEEE;
    margin-right: 13px;
    color: transparent;
}

.info-three .hd .on {
    background-color: #003F88;
}

/* 新闻列表 */
.info-five .news-list {
    overflow: hidden;
    margin-top: -8px;
}

.info-five .news-list li {
    border-bottom: 1px dashed #d8d8d8;
    line-height: 40px;
    padding-left: 2px;
    position: relative;
}

.info-five .news-list li a {
    font-size: 16px;
}

.info-five .news-list li img {
    float: left;
    margin-top: 15px;
    padding-right: 10px;
}

.info-five .news-list li p {
    margin-right: 93px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.info-five .news-list li span {
    position: absolute;
    top: 1px;
    right: 8px;
    color: #999;
    *bottom: 8px;
    font-size: 14px;
}

.info-five .news-list li:hover p {
    color: #0363d2;
}


/*院士墙*/
.info-four {
    padding: 35px 0 20px;
    background: url(../images/news_bg.png) no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
}

.info-four .title-one {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
}

.info-four .title-one h3 {
    width: 112px;
    padding-bottom: 15px;
    border-bottom: 3px solid #003F88;
}

.info-four .title-one a {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 14px;
    color: #999;
}


.info-four .people-list .bd li {
    width: 183px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.info-four .people-list .bd li .people-pic {
    height: 250px;
}

.info-four .people-list .bd li .people-name {
    padding: 10px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-top: none;
    background-color: #fff;
}

.info-four .people-list .bd li:hover .people-name {
    color: #0363d2;
}



.info-four .hd {
    padding-top: 20px;
}

.info-four .hd ul {
    text-align: center;
}

.info-four .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 35px;
    height: 3px;
    background-color: #ddd;
    margin-right: 13px;
    color: transparent;
}

.info-four .hd .on {
    background-color: #003F88;
}


/*内容一：图片、时间、标题*/
.news-four {
    overflow: hidden;
}

.news-four .cont-tit .new-pic {
    /* width: 282px;
    height: 212px; */
    width: 100%;
    height: 310px;
    position: relative;
}

.news-four .cont-tit .new-pic img {
    width: 100%;
    height: 100%;
object-fit: cover;
}

.cont-tit .new-pic .new-time {
    width: 230px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
    line-height: 46px;
    color: #fff;
    background-color: #003F88;
    background-color: rgba(0, 63, 136, 0.7);
    text-align: center;
}

.cont-tit .new-tit {
    /* height: 88px; 
    padding: 15px 9px 15px 15px;
    border: 1px solid #eaeaea;
    border-top: none;*/
    height: 50px;
    padding: 0 15px;
    line-height: 29px;
    color: #fff;
    background-color: #323232;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*内容二：标题、内容、时间、查看详情*/
.news-four .cont-all {
    position: absolute;
    bottom: -225px;
    left: 0;
    transition: all .5s;
    width: 282px;
}

.cont-all .new-tit {
    height: 78px;
    padding: 15px 9px 10px 15px;
    *padding-right: 11px;
    background-color: #003F88;
    background-color: rgba(0, 63, 136, 0.9);
    border-top: none;
    line-height: 26px;
    color: #fff;
}

.cont-all .new-tit a {
    color: #fff;
}

.cont-all .new-tit:hover a {
    color: #fad294;
}

.cont-all .new-con {
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
    background-color: #003F88;
    background-color: rgba(0, 63, 136, 0.9);

}

.cont-all .new-con .new-d {
    height: 46px;
    padding: 18px 15px 15px;
    font-size: 12px;
    line-height: 23px;
    overflow: hidden;
}

.cont-all .new-con .new-time,
.cont-all .new-con .more {
    color: #fad294;
    font-size: 14px;
}

.cont-all .new-con .new-time {
    overflow: hidden;
    padding: 0 15px 0 18px;
}

.cont-all .new-con .more img {
    margin: -2px 0 0 4px;
}

.news-four li:hover .cont-all {
    bottom: 0px;
}

.news-four li:hover .cont-tit .new-time {
    display: none;
}

.news-four li:hover .cont-tit .new-tit {
    color: #fff;
}


.info-one .tit-tab a:hover,
.news-one li:hover a,
.news-two li:hover a,
.news-three li:hover a,
.title-one a:hover,
.info-three .lobby-one a:hover {
    color: #0363d2 !important;
}