@charset "UTF-8";

/*轮播图*/
#slide{
    position: relative;
    height: 100vh;
}
#slide .swiper-slide img{
    width: 100%;
    height: 100%;
}
#slide .swiper-pagination{
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 30px;
    justify-content: center;
    box-sizing: border-box;
}
#slide .swiper-pagination-bullet{
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 5px;
    transition: .5s;
    opacity: 1;
}
#slide .swiper-pagination-bullet-active{
    width: 60px;
    background: #007aff;
}

/*主体*/
.section{
    position: relative;
}
.section .ad{
  width:100%
}
.section .ad img{
 width:100%
}
.hot{
    position: relative;
    height: 225px;
    margin: -22px 0 -50px;
    background: url(/r/cms/new/default/images/hot-bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}
.hot h1{
    margin-top: 55px;
    padding: 0 50px 0 240px;
    text-align: center;
}
.hot h1 a{
    color: #ff1e02;
    font-size: 42px;
}
.hot h1 a:hover{
    color: #007aff;
}

.title{
    margin: 50px 0 30px;
    color: #195ba9;
}
.title h1 a{
    color: #195ba9;
    font-size: 32px;
}
.title span{
    position: relative;
    display: inline-block;
    padding-left: 50px;
    text-transform: uppercase;
}
.title span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #195ba9;
    border-radius: 50%;
    transform: translateY(-50%);
}
.title span::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    width: 34px;
    height: 2px;
    background: #195ba9;
    transform: translateY(-50%);
}
.title .rt{
    color: #6FA4D8;
    position: relative;
    top: 12px;
}
.title .rt:hover{
    color: #007aff;
    font-weight: bold;
}

.news{
    float: left;
    width: 72.72%;
}
#news{
    float: left;
    width: 60%;
    height: 570px;
}
#news .swiper-slide a{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
#news .swiper-slide img{
    width: 100%;
    height: 100%;
}
#news .swiper-slide a:hover img{
    transform: scale(1.1);
}
#news .swiper-slide .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 35px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.93), rgba(0,0,0,0));
}
#news .swiper-slide .txt div{
    position: relative;
}
#news .swiper-slide .txt div::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background: #FFFFFF;
}
#news .swiper-slide h2{
    font-size: 28px;
    font-weight: normal;
}
#news .swiper-slide p{
    height: 40px;
    line-height: 20px;
    margin: 30px 0 15px;
    opacity: 0.6;
}
#news .swiper-slide a:hover h2{
    color: #007aff;
    font-weight: bold;
}
.news ul{
    float: right;
    width: 37%;
}
.news ul li:not(:last-child){
    margin-bottom: 10px;
}
.news ul li .date{
    position: relative;
    overflow: hidden;
}
.news ul li .date:before,
.news ul li .date:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    opacity: 0.2;
    z-index: -2;
}
.news ul li .date:after{
    width: 120px;
    height: 2px;
    background: #1A7EE4;
    opacity: 1;
    transition: .5s;
}
.news ul li:hover .date:after{
    width: 100%;
}
.news ul li .date div{
    float: left;
    width: 61px;
    height: 46px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: url(/r/cms/new/default/images/elliptic.png) no-repeat;
}
.news ul li .date h2{
    font-size: 20px;
    margin-bottom: -5px;
}
.news ul li .date span{
    display: block;
    text-indent: 1.8em;
}
.news ul li p{
    font-size: 18px;
    height: 3em;
    line-height: 1.5em;
    margin: 6px 0;
}
.news ul li p a:hover{
   font-weight: bold;
}
.news ul li>span{
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding: 3px 12px;
    background: rgba(170, 170, 170, 0.17);
    border-radius: 13px;
}

.media{
    float: right;
    width: 25.56%;
    position: relative;
    padding-left: 34px;
    box-sizing: border-box;
}
.media:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 1px;
    height: 600px;
    background: rgba(0, 0, 0, 0.13);
}
#media{
    height: 200px;
}
#media .swiper-slide a{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}
#media .swiper-slide img{
    width: 100%;
    height: 100%;
}
#media .swiper-slide a:hover img{
    transform: scale(1.1);
}
#media .swiper-slide div{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.79), rgba(0,0,0,0));
}
#media .swiper-slide p{
    font-size: 18px;
    margin-top: 5px;
}
#media .swiper-slide a:hover p{
    color: #007aff;
    font-weight: bold;
}
.media ul{
    margin-top: 15px;
}
.media ul li{
    margin-top: 8px;
}
.media ul li span{
    font-weight: bold;
    color: #397BC8;
}
.media ul li p{
    font-size: 18px;
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
}
.media ul li p:hover{
    font-weight: bold;
}

.wrapper{
    height: 820px;
    margin-top: 70px;
    background: url(/r/cms/new/default/images/notice-bg.png) no-repeat;
}
.notice{
    float: left;
}
.notice .tip{
    position: relative;
    float: left;
    color: #fff;
    width: 32px;
    height: 820px;
    padding: 70px 0;
    box-sizing: border-box;
}
.notice .tip::after{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 110px;
    width: 2px;
    height: 492px;
    background: #F5F5F5;
}
.notice .tip h1{
    font-size: 32px;
    line-height: 34px;
}
.notice .tip a{
    position: absolute;
    right: 0;
    bottom: 108px;
    width: 14px;
    line-height: 16px;
    color: #fff;
    transform: translateX(100%);
}
.notice .tip a:hover{
    color: #007aff;
    font-weight: bold;
}
.notice .txt{
    float: left;
    width: 443px;
    margin: 70px 0 0 80px;
    color: #fff;
}
.notice .text{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.67);
}
.notice .text::after{
    content: '';
    position: absolute;
    top: 78px;
    left: 0;
    width: 48px;
    height: 3px;
    background: #FFFFFF;
}
.notice .text h2{
    height: 68px;
    line-height: 34px;
}
.notice .text h2 a{
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.notice .text h2 a:hover{
    color: #007aff;
    font-weight: bold;
}
.notice .text p{
    margin: 25px 0 15px;
    opacity: 0.67;
}
.notice ul li{
    margin-bottom: 30px;
}
.notice ul li .date{
    float: left;
    font-size: 15px;
    text-align: center;
}
.notice ul li .date h2{
    font-size: 38px;
    line-height: 45px;
}
.notice ul li p{
    margin-left: 75px;
    padding-left: 15px;
    height: 60px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
}
.notice ul li p a{
    color: #fff;
    font-size: 18px;
}
.notice ul li p a:hover{
    color: #007aff;
    font-weight: bold;
}

.research{
    float: right;
    width: 55.56%;
}
.research .title{
    margin-bottom: 40px;
}
.research .title h1 a,
.research .title span{
    color: #fff;
}
.research .title span::before,
.research .title span::after{
    background: #fff;
}
.research .cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.research .dllist2{
	position: relative;
	width: 48%;
	/* height: 170px; */
	padding: 25px;
	margin-bottom: 30px;
	background: #F5F5F5 url(../images/mask.png) no-repeat right bottom;
	box-shadow: 0 4px 0 0 #4692EC;
	background-size: 100px auto;
	display: flex;
}
.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 67%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}

.ptbox .pic:hover .img {
	transform: scale(1.1);
}

.ptbox .img a {
	display: block;
	height: 100%;
}
.ellipsis-3 {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 5em;
    -webkit-box-orient: vertical;
}
.dllist2 dt{
	width: 45%;
	line-height: 1;
	margin-right: 20px;
}
.dllist2 dd{
	flex: 1;
	overflow: hidden;
}
.dllist2 dd a{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	
}
.dllist2 dd p{
	color: #555;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
.dllist2 dd span{
	color: #888;
	display: block;
}

.research .dllist2:after{
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    width: 37px;
    height: 34px;
    border: 4px solid #397BC8;
    border-left-color: transparent;
    border-bottom-color: transparent;
    box-sizing: border-box;
}
.research ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.research ul li{
    position: relative;
    width: 48%;
    height: 271px;
    padding: 20px 40px;
    margin-bottom: 40px;
    background: #F5F5F5 url(../images/mask.png) no-repeat left bottom;
    box-shadow: 0 4px 0 0 #4692EC;
}
.research ul li:after{
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    width: 37px;
    height: 34px;
    border: 4px solid #397BC8;
    border-left-color: transparent;
    border-bottom-color: transparent;
    box-sizing: border-box;
}
.research ul li .date{
    float: left;
    color: #195BA9;
    font-size: 15px;
    text-align: center;
}
.research ul li .date h2{
    font-size: 38px;
}
.research ul li .text{
    margin-left: 90px;
}
.research ul li .text h2{
    height: 84px;
    line-height: 28px;
    -webkit-line-clamp: 3;
}
.research ul li .text h2 a{
    color: #195BA9;
    font-size: 20px;
    font-weight: normal;
}
.research ul li .text h2 a:hover{
    color: #007aff;
    font-weight: bold;
}
.research ul li .text p{
    height: 69px;
    line-height: 23px;
    -webkit-line-clamp: 3;
    color: #888;
    margin: 15px 0 25px;
}
.research ul li .text>a{
    color: #79A4D6;
}
.research ul li .text>a:hover{
    color: #007aff;
    font-weight: bold;
}

/*专题专栏*/
.special{
    margin-bottom: 50px;
}
.special .title{
    text-align: center;
    margin-bottom: 40px;
}
.special .swiper-slide a{
    display: block;
}
.special .swiper-slide .img{
    height: 327px;
    overflow: hidden;
}
.special .swiper-slide img{
    width: 100%;
    height: 100%;
}
.special .swiper-slide .txt{
    padding: 25px 30px;
    background: #F5F5F5;
}
.special .swiper-slide .txt p{
    font-size: 22px;
    height: 3em;
    line-height: 1.5em;
    padding-right: 100px;
    background: url(/r/cms/new/default/images/spe-more.png) no-repeat right center;
}
.special .swiper-slide a:hover{
    font-weight: bold;
}
.special .swiper-slide a:hover img{
    transform: scale(1.1);
}

.mid{
    height: 757px;
    background: url(/r/cms/new/default/images/famous-bg.png) no-repeat right center;
    background-size: 50% 100%;
    margin-bottom: 40px;
}

/*招生就业*/
.enroll{
    float: left;
    width: 48%;
}
.enroll .title{
    margin: 0 0 30px 0;
}
.enroll ul{
    overflow: hidden;
}
.enroll ul li{
    float: left;
    width: 49%;
    margin-bottom: 30px;
}
.enroll ul li:nth-of-type(2n){
    float: right;
}
.enroll ul li .date{
    float: left;
    color: #2661A7;
    text-align: right;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
}
.enroll ul li .date::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 48px;
    background: rgba(25, 91, 169, 0.34);
    transform: translateY(-50%);
}
.enroll ul li .date h2{
    font-size: 24px;
    color: #195BA9;
}
.enroll ul li a{
    /*display: block;*/
    margin-left: 110px;
    height: 54px;
    line-height: 27px;
    color: #2661A7;
    font-size: 20px;
    /*padding-right: 80px;*/
    /*background: url(/r/cms/new/default/images/zsjy-more.png) no-repeat right center;*/
}
.enroll ul li a:hover{
    color: #007aff;
    font-weight: bold;
}

/*视频中心*/
.video-box {
    display: flex;
    height: 315px;
    background: #DBEBFE;
}
.video-box .img{
    display: block;
    width: 560px;
    min-width: 560px;
    overflow: hidden;
}
.video-box .img:hover img{
    transform: scale(1.1);
}
.video-info{
    padding: 20px 12px;
    overflow: auto;
}
.video-info h2{
    font-size: 20px;
    color: #2863A9;
}
.video-info p{
    font-size: 16px;
    color: #B4B4B5;
    margin: 15px 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.video-info dl{
    margin: 0 -10px 0 -4px;
    overflow: hidden;
}
.video-info dl dt{
    float: left;
    margin: 4px;
    width: 36px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A5588;
    background: #97B7DD;
    border-radius: 6px;
    cursor: pointer;
}
.video-info dl dt.on{
    color: #fff;
    background: #2C72C4;
}
/* 整个滚动条 */
.video-info::-webkit-scrollbar {
    width: 4px; /* 垂直滚动条宽度 */
    height: 4px; /* 水平滚动条高度 */
}

/* 滚动条轨道 */
.video-info::-webkit-scrollbar-track {
    background: #DBEBFE;
    border-radius: 2px;
}

/* 滚动条滑块 */
.video-info::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

/* 滚动条滑块悬停状态 */
.video-info::-webkit-scrollbar-thumb:hover {
    /*background: #555;*/
}

/* 滚动条按钮（上下箭头） */
.video-info::-webkit-scrollbar-button {
    display: none; /* 隐藏按钮 */
}

/*知名校友*/
.famous{
    float: right;
    width: 48%;
}
.famous .title{
    margin-bottom: 30px;
}
.famous .title h1 a,
.famous .title span{
    color: #fff;
}
.famous .title span::before,
.famous .title span::after{
    background: #fff;
}

#famous .swiper-slide a{
    display: flex;
}
#famous h2{
    min-width: 54px;
    height: 271px;
    color: #195BA9;
    font-size: 24px;
    text-align: center;
    padding: 30px 10px;
    margin-right: 20px;
    box-sizing: border-box;
    background: linear-gradient(rgba(245, 245, 245, 1),rgba(245, 245, 245, 0));
}
#famous h3{
    min-width: 25px;
    width: 25px;
    height: 206px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}
#famous p{
    color: #fff;
    font-size: 16px;
    flex-grow: 1;
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    margin: 0 60px;
    -webkit-line-clamp: 10;
}
#famous .pic{
    min-width: 213px;
    height: 300px;
}
#famous .pic img{
    width: 100%;
    height: 100%;
}

#alumni{
    margin-top: 30px;
}
#alumni .swiper-slide a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#alumni .swiper-slide .img{
    width: 158px;
    height: 158px;
    background: #F5F5F5;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
}
#alumni .swiper-slide img{
    width: 100%;
    height: 100%;
}
#alumni .swiper-slide .img:hover img{
    transform: scale(1.1);
}
#alumni .swiper-slide p{
    width: 188px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    background: url(/r/cms/new/default/images/rect.png) no-repeat;
}

/*体院荣誉*/
.honor{
    height: 1045px;
    background: url(/r/cms/new/default/images/honor-bg.jpg) no-repeat center bottom;
}
.honor .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.honor .swiper-slide a{
    position: relative;
    display: block;
    height: 114px;
    padding: 0 73px;
}
.honor .swiper-slide a::before,
.honor .swiper-slide a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 63px;
    background: url(/r/cms/new/default/images/flower.png) no-repeat left center;
}
.honor .swiper-slide a::after{
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}
.honor .swiper-slide h3{
    position: relative;
    text-align: center;
}
.honor .swiper-slide h3:before{
    content: '';
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #195BA9;
    transform: translateY(-50%);
    z-index: -1;
}
.honor .swiper-slide h3 span{
    display: inline-block;
    width: 42px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    font-family: Barlow;
    background: #195BA9;
    border-radius: 50%;
}
.honor .swiper-slide p{
    color: #195ba9;
    font-size: 18px;
    text-align: justify;
    margin-top: 5px;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
}
.honor .swiper-slide a:hover p{
    color: #007aff;
    font-weight: bold;
}
.honor .container{
    width: 90%;
    max-width: 1740px;
    margin: 0 auto;
}
#honor1{
    margin-bottom: 30px;
}
.honor .more{
    position: relative;
    display: block;
    margin: 20px auto;
    padding-left: 6px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #195BA9;
    font-size: 16px;
    border: 1px solid #195BA9;
    z-index: 1;
}
.honor .more:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #195BA9;
    transition: .5s;
    z-index: -1;
}
.honor .more:hover{
    color: #fff;
}
.honor .more:hover:before{
    width: 100%;
}
