@charset "utf-8";
.college-review {
    background: url(../images/topbg.jpg) no-repeat;
}

.college-review .d-flex {
    justify-content: center;
}

.college-review .d-flex .logo {
    margin-left: 30px;
}

.college-review .nav li {
	color: rgb(255, 249, 210);
    font-size: 18px;
}

.swiper-container-1 .swiper-slide span.txt {
    height: 52px;
    line-height: 52px;
    background: #3351b3;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
}

.college-p1 .right h1.tit a,
.college-p1 .right h1.tit, 
.college-p2 .tit h2.title {
    color: #3351b3;
}



.college-p2 .tit .title-line,
.college-p2 .left .txt::-webkit-scrollbar-thumb,
.college-p5 .content::-webkit-scrollbar-thumb,
.college-p5 .forum-style .left span.txt {
    background: #3351b3;
}

.college-p2 .left .txt::-webkit-scrollbar-track,
.college-p5 .content::-webkit-scrollbar-track {
    background: url(../images/bg2.png) repeat-y top center;
}

.college-p5 .forum-style {
    background: url(../images/bg4.png) no-repeat top right;
    height: 280px;
}

.college-p8 .content .list-con::before,
.college-p8 .content .list-con::after {
	position: absolute;
	content: '';
	background: url(../images/ico1.png) no-repeat;
	width: 35px;
	height: 35px;
}

.college-p8 .content .list-con .list li::before {
    background-color: #2649cb;
}

.college-p2 .right video {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.college-p2 .left .txt {
    height: 293px;
}

.college-p2 .video {
    margin-top: 30px;
}

.college-p5 .ltpic-txt span.tit {
	background: #2b43d8;
}

#copyright {
    background: url(../images/copybg.png) no-repeat;
    margin-top: 40px;
}