@charset "utf-8";
/* other */
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
/* review */
.college-review {
	background: url(../images/bg1.png) repeat-x;
	height: 110px;
}
.d-flex {
	display: flex;
}
.d-flex-r-sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.college-review span.logo img {
	margin-top: 24px;
	margin-right: 15px;
}
.college-review .nav li {
	font-size: 20px;
  	line-height: 110px;
	font-weight: 500;
}
.college-review .nav li a {
	color: rgb(255, 249, 210);
	margin-right: 10px;
}
/* banner */
.college-banner img {
	width: 100%;
	height: auto;
}
/* p1 */
.college-p1 {
	display: flex;
	margin-top: 40px;
}
.college-p1 .left,
.college-p2 .left {
	width: 59%;
	margin-left: 0;
}
.college-p1 .right {
	width: 39%;
	margin-right: 0;
}
.swiper-container-1 {
	height: 380px;
	overflow: hidden;
	position: relative;
}
.swiper-container-1 .swiper-slide {
	position: relative;
}
.swiper-container-1 .swiper-slide span.txt {
	position: absolute;
	height: 61px;
	line-height: 61px;
	background-color: rgb(15, 15, 15);
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	padding-left: 25px;
	font-weight: 500;
}
.swiper-pagination1 {
	text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
	left: -10px;
}
.swiper-pagination1 .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 5px;
	opacity: 1;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	width: 15px;
	height: 9px;
	background: #fff;
}
.college-p1 .right h1.tit {
	font: 500 21px/1.4 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
}
.college-p1 .right h1.tit,
.college-p1 .right h1.tit a {
	color: rgb(200, 0, 24);
}
.college-p1 .right p.txt {
	font-size: 14px;
	line-height: 1.9;
	margin-top: 15px;
	text-indent: 2em;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	text-align: justify;
}
.college-p1 .right .list {
	margin-top: 15px;
}
.college-p1 .right .list li {
	position: relative;
	font-size: 16px;
	line-height: 2;
}
.college-p1 .right .list li::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #b5b5b5;
}
.college-p1 .right .list li a {
	margin-left: 12px;
}
/* p2 */
.college-p2 {
	margin-top: 40px;
}
.college-p2 .right {
	width: 400px;
	margin-right: 0;
}
.college-p2 .tit .title-line {
	background: url(../images/title_bg.png) no-repeat left center;
	width: 8px;
  	height: 32px;
}
.college-p2 .tit h2.title {
	color: #0076e4;
	font: 500 30px/32px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	text-indent: 0.3em;
}
.newSwiper .tit{
	width:1000px;
	margin:15px auto;
}
.newSwiper .tit .title-line {
	background: url(../images/title_bg.png) no-repeat left center;
	width: 8px;
  	height: 32px;
}
.newSwiper .tit h2.title {
	color: #0076e4;
	font: 500 30px/32px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	text-indent: 0.3em;
}
.college-p2 .left .txt {
	margin-top: 20px;
	height: 353px;
	background: #f7f7f7;
	padding: 8px 17px;
	font-size: 14px;
	line-height: 2;
	overflow-y: auto;
}
.college-p2 .left .txt::-webkit-scrollbar,
.college-p5 .content::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}
.college-p2 .left .txt::-webkit-scrollbar-thumb,
.college-p5 .content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #0076e4;
}
.college-p2 .left .txt::-webkit-scrollbar-track,
.college-p5 .content::-webkit-scrollbar-track {
	border-radius: 10px;
	background: url(../images/bg2.png) repeat-y top center;
}
.college-p2 .video {
	margin-top: 20px;
}
.college-p2 .right video {
	width: 100%;
	height: 302px;
}
.college-p2 .right span.text {
	background: #f7f7f7;
	padding: 10px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
/* p3 */
.college-p3 {
	margin-top: 40px;
}
.college-p3 .pic {
	flex-wrap: wrap;
	margin-top: 30px;
}
.college-p3 .pic li {
	width: 25%;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}
.college-p3 .pic li img {
	display: block
}
/* p4 */
.college-p4 {
	margin-top: 40px;
}
.college-p4 .zhibo-content {
	background: url(../images/bg3.jpg) no-repeat bottom center #f7f7f7;
	margin-top: 10px;
}
.college-p4 .d-flex-r-sb {
	font-size: 18px;
}
.college-p4 .zhibo {
	margin-top: 30px;
}
.college-p4 .zhibo-txt {
	align-items: center;
	margin-right: 0;
	font-size:18px;
	font-weight: 500;
}
.college-p4 .zhibo .zhibo-l1 {
	margin-left: 1px;
}
.college-p4 .zhibo .zhibo-l2 {
	margin-left: 12px
}
.college-p4 .zhibo select {
	border: 1px solid #ccc;
	margin-right: 10px;
}
.college-p4 .live-con {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* p5 */
.college-p5 {
	margin-top: 40px;
	width: 1030px;
}
.college-p5 .content {
	height: 1000px;
	overflow-y: auto;
	margin-top: 40px;
}
.college-p5 .content .luntan {
	width: 1000px;
	margin-right: 20px;
}
.college-p5 .forum-style {
	
}
.college-p5 .forum-style .left {
	width: 440px;
	height: 280px;
	position: relative;
}
.college-p5 .forum-style .right {
	width: 560px;
	background: url(../images/bg4.png) no-repeat top left;
}
.college-p5 .forum-style .left span.txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 41px;
	line-height: 41px;
	background-color: rgba(49, 49, 49, .8);
	text-align: center;
	font-size: 16px;
}
.college-p5 .forum-title-text {
	height: 60px;
	padding: 45px 0 20px 20px;
	font-weight: 500;
}
.college-p5 .forum-title-text span.tit {
	font-size: 28px;
    margin-right: 10px;
}
.college-p5 .forum-title-text span.txt {
	font-size: 18px;
}
.college-p5 .list {
	margin-top: 20px;
}
.college-p5 .list li.pc-w-2 {
	width: 90%;
    margin-left: 5%;
    line-height: 2em;
	font-size: 16px;
}
.college-p5 .forum-pic {
	padding-top: 20px;
}
.college-p5 .forum-pic .ltpic {
	width: 488px;
    margin: 10px 0 10px 18px;
    float: left;
    position: relative;
    height: 150px;
}
.college-p5 .forum-pic .ltpic:nth-child(2n+1) {
	margin-left: 0;
}
.college-p5 .forum-pic .ltpic img {
	border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 0px;
    z-index: 11;
}
.college-p5 .ltpic-txt {
	width: 380px;
    background: #f7f7f7;
    position: absolute;
    right: 0px;
    top: 8px;
    min-height: 134px;
    line-height: 20px;
}
.college-p5 .ltpic-txt span.tit {
	display: block;
    background: #0179ea;
    line-height: 40px;
    padding-left: 70px;
    color: #fff;
    font-size: 14px;
}
.college-p5 .ltpic-txt span.tit b {
	color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.college-p5 .ltpic-txt p.txt {
	padding-left: 60px;
    padding-right: 10px;
    margin: 8px auto;
	text-indent: 2em;
}
/* p6 */
.college-p6 {
	margin-top: 40px;
}
.swiper-container-2 {
	width: 1000px; 
	overflow: hidden; 
	position: relative;
	margin-top: 20px;
}
.swiper-container-2 .swiper-wrapper .swiper-slide {
	width: 550px;
	height: 370px;
}
.swiper-container-2 .swiper-slide .text {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.swiper-button-prev, .swiper-button-next {
    --swiper-theme-color: #fff;
    --swiper-navigation-size: 30px;
}
/* p7 */
.college-p7 {
	margin-top: 40px;
	background: url(../images/bg5.png) repeat-x;
	height: 711px;
}
.college-p7 h3.tit {
	margin-top: 45px;
}
.college-p7 .content {
	flex-wrap: wrap;
	margin-top: 40px;
}
.college-p7 .content .list {
	width: 47%;
	background: #fff;
	margin-bottom: 22px;
}
.college-p7 .content .list a {
	display: block;
	height: 245px;
	overflow: hidden;
	border: 2px solid #fff;
}
.college-p7 .content .list a:hover {
	border: 2px solid #0087f3;
	border-bottom:8px solid #0087f3;
	text-decoration: none;
	color: #5b5b5b;
}
.college-p7 .content .list a:hover h4 {
	color: #0087f3;
}
.college-p7 .content .list h4 {
	font: 400 18px/180% 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	width: 95%;
	margin: 10px auto;
}
.college-p7 .content .list p {
	font-size: 16px;
	line-height: 1.6;
	width: 95%;
	margin: 0 auto 10px auto;
	color: #aaa;
}
/* p8 */
.college-p8 {
	margin-top: 40px;
}
.college-p8 .content {
	flex-wrap: wrap;
	margin-top: 40px;
}
.college-p8 .content .list-con {
	width: 47%;
	background: #f8f8f8;
	margin-bottom: 22px;
	padding: 30px 25px;
	position: relative;
}
.college-p8 .content .list-con::before,
.college-p8 .content .list-con::after {
	position: absolute;
	content: '';
/*	background: url(../images/ico1.png) no-repeat;*/
	width: 31px;
	height: 34px;
}
.college-p8 .content .list-con::before {
	left: 0;
	top: 0;
}
.college-p8 .content .list-con::after {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}
.college-p8 .content .list-con .list li {
	font-size: 16px;
	position: relative;
	line-height: 1.6;
	margin: 7px 0;
	font-weight: 500;
	padding-left:15px;
}
.college-p8 .content .list-con .list li::before {
	content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 8px;
    background-color: #333;
}
.college-p8 .content .list-con .list li a {
	margin-left: 15px;
}
.newSwiper{
	margin-top:40px;
}
/* copyright */
#copyright {
	text-align: center;
	padding: 40px 0;
	background: #008af6;
	color: #fff;
}