.swiper {
    max-width: 1200px;
	width: 100%;
	height: 100%;
	/*max-height: 580px;*/
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/*max-height: 580px;*/
	object-fit: cover;
}

.box-1 {
	background-color: #030303;
}

.box-1 .title-h {
    font-family: "宋体";
    font-weight: 300;
	font-size: 45px;
	color: #9E8F65;
	padding: 20px;
	background: rgba(0,0,0,0.6);
	border-radius: 4px;
	margin: 60px 0;
}

.box-1 .title-b a{
    background: #EED310;
    width: max-content;
    color: #000000;
    padding: 0 20px;
    margin-left: 20px;
}

.box-1 .video-box {
    margin: 0 auto;
    text-align: center;
}

.box-1 .class-list {
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	padding: 25px;
	margin: 0 auto;
	margin-bottom: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 980px;
}

.box-1 .class-list .content img{
    margin: 0 auto;
    max-width: 980px!important;
    height: auto!important;
}

.box-1 .button {
	background-color: #F98F1D;
	border-radius: 50px;
	line-height: 45px;
	width: 200px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
}

.content-box {
    width: 480px;
    height: auto;
    padding: 20px;
	background-color: rgba(0,0,0,0.6);
	margin: 40px auto;
}

.content-box .title {
    font-size: 28px;
}

.content-box .cont {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.8;
}

.content-box .tips {
    font-size: 13px;
    text-align: center;
}

.content-box .submit {
    margin-top: 20px;
    text-align: center;
}

.content-box .submit a {
    background: #ffffff;
    color: #000000;
    padding: 0 10px;
}

.news-h {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.news-list {
    display: flex;
	justify-content: space-between;
}

.news-list .news-l {
    width: 48%;
}

.news-list .news-l img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.margin-t {
    margin-top: 10px;
}

.news-list .news-l .news-l-h {
    font-size: 16px;
    display: inline-block;
    white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow:ellipsis;
}

.news-list .news-l .news-l-p {
    font-size: 14px;
    color: #999999;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.news-list .news-li {
    display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.news-list .news-li .news-time {
    padding: 0 10px;
    background: #EED310;
    color: #000000;
    width: 85px;
    height: 85px;
}

.news-list .news-li .news-time .year {
    font-size: 28px;
    margin-top: 7px;
}

.news-list .news-li .news-time .day {
    font-size: 16px;
}

.news-list .news-li .news-cont {
    width: calc(100% - 110px);
}





