﻿.line,
.line-left,
.line-right {
    height: 260px;
    background-color: #fff;
    border-radius: 12px;
    margin-top: 26px;
    box-shadow: 0px 0px 3px #e3e3e3;
    box-sizing: border-box;
    padding: 24px;
}

.line-left {
    width: 460px;

}

.line-right {
    width: 715px;
    display: flex;
}

.line-right-left {
    width: 268px;
    margin-right: 20px;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.line-right-right {
    width: 386px;
}

.line {
    width: 100%;
    height: 480px;
    padding-top: 0;
}



.title {
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.news-list {
    line-height: 28px;
}

.news-list-item {
    color: rgb(77, 87, 97);
    font-size: 15px;
    height: 28px;
}

.news-list-item>a {
    display: flex;
    width: 100%;
    height: 28px;
    justify-content: space-between;
    color: rgb(77, 87, 97);

}

.news-title {
    flex: 1;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
}

.news-list-item>a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: rgb(199, 209, 219);
    transform: translateY(12px);
    margin-right: 10px;
}

.news-list-item:hover a,
.news-list-item:hover {
    color: rgb(214, 62, 46);
    text-decoration: underline;
}

.line-title {
    position: relative;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.more {
    position: absolute;
    right: 0;
    color: rgb(160, 165, 170);
    cursor: pointer;
}

.campus {
    background-color: #eee;
    padding: 0 10px 10px 10px;
}

.campus-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.campus-list-item {
    width: 180px;
    height: 150px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
    transition: 0.5s;
    box-shadow: 0 0 3px #ccc;
}


.campus-img-wrapper {
    width: 100%;
    height: 108px;
    overflow: hidden;
}

.campus-img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.campus-img:hover {
    transform: scale(1.2);
}

.campus-title-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgb(77, 97, 117);
    padding: 0 5px;
    align-items: center;
    height: 30px;
}

.browser {
    color: rgb(160, 162, 165);
    font-size: 12px;
    display: flex;
    align-items: center;
}

.left-img-1 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.left-img-1 img {
    width: 100%;
    height: 100%;
}

.left-img-2 {
    width: 100%;
    height: 46%;
    border-radius: 5px;
    overflow: hidden;
}

.left-img-2 img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.left-img-2 img:hover {
    transform: scale(1.05)
}

.swiper {
    width: 100%;
    height: 410px;
    padding: 15px 0;
    background-color: #fff;
    overflow: hidden;
}

.swiper-container {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    border-radius: 6px;
}

.swiper-pagination-bullet {
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}