﻿/*主体*/
section {
    position: relative;
    background: url("../images/section-bg.jpg") center bottom 1065px;
    background-size: 100% auto;
}

#slide, #slide .swiper-slide img {
    width: 100%;
}

#slide .swiper-pagination {
    bottom: 100px;
}

#slide .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background: #DBEFFF;
    opacity: 1;
}

#slide .swiper-pagination-bullet-active {
    background: #5A9DDB;
}

/*快速搜索*/
.search {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    height: 83px;
    margin-top: -83px;
    background: url(../images/search-bg.png) no-repeat center center;
    z-index: 9;
}

.search form {
    position: relative;
    width: 70%;
}

.search input[type='text'] {
    width: 100%;
    height: 80px;
    padding: 0 60px 0 0;
    font-size: 24px;
    color: #5681C6;
    background: none;
    border-bottom: 1px solid #5681C6;
    box-sizing: border-box;
}

.search input[type='text']::placeholder {
    font-size: 24px;
    color: #5681C6;
}

.search input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    background: url(../images/btn.png) no-repeat right center;
}

.wrapper {
    padding: 40px 0;
    background: #EDF6FD;
}

.news {
    padding: 0 40px;
}

#news .flex .img {
    width: 43%;
    height: 338px;
}

#news .flex .txt {
    width: 55%;
    height: 338px;
}

#news .flex .txt h3 {
    font-size: 18px;
    line-height: 1.75em;
}

#news .flex .txt p {
    font-size: 16px;
    line-height: 1.75em;
    margin: 1em 0 2em;
}

#news .flex .txt span {
    font-size: 16px;
    color: var(--blueColor);
}

#news .num {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #86A6D9;
}

#news .num span {
    font-size: 24px;
    color: #004F9A;
}

#news .swiper-button-prev, #news .swiper-button-next {
    top: auto;
    left: 45%;
    bottom: 0;
    width: 46px;
    height: 46px;
    margin-top: 0;
    background: url(../images/prev.png) no-repeat;
    background-size: cover;
}

#news .swiper-button-prev:after, #news .swiper-button-next:after {
    display: none;
}

#news .swiper-button-next {
    transform: translateX(200%);
    background-image: url(../images/next.png);
}

#info .swiper-slide .flex {
    height: 169px;
    padding: 15px;
    margin: 35px 0;
    background: #B5CBE3;
    box-sizing: border-box;
}

#info .swiper-slide .img {
    width: 50%;
    height: 100%;
}

#info .swiper-slide .txt {
    width: 50%;
    height: 100%;
    font-size: 16px;
    padding: 10px 10px 0 15px;
    box-sizing: border-box;
}

#info .swiper-slide .txt span {
    color: var(--blueColor);
}

#info .swiper-slide .txt p {
    margin-top: 1em;
    line-height: 1.5em;
}

#info .swiper-pagination {
    bottom: 0;
}

#info .swiper-pagination-bullet {
    width: 64px;
    height: 8px;
    background: #CFCFCF;
    border-radius: 0;
    opacity: 1;
}

#info .swiper-pagination-bullet-active {
    background: var(--blueColor);
}

/*影像张院*/
.campus {
    padding: 0 40px;
}

#imaging {
    width: 63%;
    height: 579px;
    margin: 0;
}

#imaging .txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 22% 15px 25px;
    box-sizing: border-box;
    background: rgba(237, 246, 253, 0.8);
}

#imaging .txt span {
    font-size: 16px;
    color: var(--blueColor);
}

#imaging .txt p {
    font-size: 18px;
    line-height: 1.75em;
    margin-top: 5px;
}

#imaging .swiper-pagination {
    right: 20px;
    bottom: 50px;
    left: auto;
    width: auto;
}

#imaging .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    background: #5A9DDB;
    opacity: 1;
}

#imaging .swiper-pagination-bullet-active {
    background: var(--blueColor);
}

#thumbnail {
    width: calc(35% + 20px);
    height: 579px;
    margin: 0;
    padding: 10px 20px 10px 0;
    box-sizing: border-box;
}

#thumbnail .swiper-slide {
    padding: 14px 16px;
    background: #B5CBE3;
    box-sizing: border-box;
    cursor: pointer;
}

#thumbnail .img {
    width: 42%;
    height: 100%;
}

#thumbnail .txt {
    width: 52%;
    height: 100%;
    font-size: 16px;
}

#thumbnail .txt span {
    display: inline-flex;
    padding: 1em 0 0.6em;
    color: var(--blueColor);
}

#thumbnail .txt p {
    line-height: 2em;
}

#thumbnail .swiper-slide-thumb-active {
    color: #fff;
    background: var(--blueColor);
    box-shadow: 5px 5px 10px #B5CBE3, -5px -5px 10px #B5CBE3;
}

#thumbnail .swiper-slide-thumb-active .txt span {
    color: #fff;
}

#thumbnail .swiper-slide-thumb-active::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    width: 0;
    height: 0;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left-color: var(--blueColor);
}

/*通知公告*/
.notice {
    margin-top: 40px;
    padding: 40px 40px 0;
    background: #88BFE6;
}

.notice ul {
    width: 49%;
}

.notice ul li {
    position: relative;
    font-size: 18px;
    padding: 20px 30px;
    margin-bottom: 40px;
    border-left: 5px solid var(--blueColor);
    background: #A5CDEE;
}

.notice ul li span {
    color: var(--blueColor);
    font-weight: bold;
}

.notice ul li p {
    margin-top: 10px;
    height: 3em;
    line-height: 1.5em;
}

.notice ul li p a {
    color: var(--blueColor);
}

.notice ul li a:hover {
    text-decoration: underline;
}


/*媒体矩阵*/
.media .title h2, .media .title a {
    color: #fff;
}

.media .title h2:before, .media .title h2:after {
    background: #fff;
}

.media {
    height: 775px;
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../images/media-bg.jpg) no-repeat center center;
    background-size: cover;
}

#media {
    width: 100%;
    max-width: 1920px;
    margin: 100px auto 0;
    padding: 40px 20px;
    box-sizing: border-box;
}

#media .swiper-slide .img {
    height: 380px;
}

#media .swiper-slide p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

#media .swiper-slide p a {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}

#media .swiper-slide p a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: #FFFFFF;
    border-radius: 50%;
}

#media .swiper-slide p a:hover {
    text-decoration: underline;
}

#media .swiper-slide-active p a {
    font-size: 16px;
}

#media .swiper-slide-active {
    transform: scale(1.23);
}

#media .tag {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 60px;
}

#media .tag h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 8px;
}

#media .swiper-slide-active h3 {
    font-size: 16px;
}
