.pub_slider{
	position: relative;
    width: 100%;
	height: 56px;
	line-height: 56px;
    margin: 10px auto;
	background:#599760;
	background-size: cover;
	border-radius: 40px;
	padding: 0 40px;
	color: #fff;
	border: 1px solid #fff;
}
.pub_slider a{color: #fff !important;}
.swiper-container {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.pub_slider .swiper-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-container::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: transparent;
}
.pub_slider .prev,.pub_slider .next{
     position: absolute;
     display: inline-block;
     margin: 0 5px;
     height: 58px;
     border: none;
     background-color: transparent;
     color: white;
     opacity: 0.5;
     top: 0;
}
.pub_slider .prev {
    left: 10px;
}
.pub_slider .next {
    right: 10px;
}
.swiper-wrapper li{
    flex-shrink: 0;
    margin-right: 50px;
    cursor: pointer;
}
.pub_slider li img{
    margin-right: 12px;
    margin-top: 12px;
    display: none;
    width: 31px !important;}
.pub_slider li.on img{display: inline-block;}
.teaching_box { margin: 10px 5%;}
.teaching_box .teaching_con {
    width: 100%;
    margin: 0 auto;
}
.tePo_con ul {
    height: 530px;
    overflow-y: scroll;
}
.teaching_con .system_text {
    width: 90%;
    padding: 20px 40px;
}
.teaching_con .edit_con_original{
    height: 360px;
    overflow-y: scroll;
}
.teaching_con ul li {
    padding: 20px 20px 20px 0;
    margin-right: 20px;
}
.teaching_con ul li:nth-child(2n) {background-color: #f7f7f7;}
.teaching_con .major_info {
    display: none;
}
.teaching_con .major_info.on {
    display: block;
}
.major_info .tnav_con {
    display: none;
}
.major_info .tnav_con.active {
    display: block;
}
.teaching_box {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.recruit_link {
    width: 100%;
    margin: 10px auto;
    word-break: break-all; 
}
.recruit_link a {
    display: block;
    line-height: 30px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #c5c5c5;
}
.recruit_link #img {
    float: right;
    background-color: #54985e;
}
.re_intro p {
    color: black;
    font-size: 13px;
    text-indent: 2em;
}
@media only screen and (max-width:1310px) {
    .recruit_link a {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .recruit_link #img {display: none;}
}
@media only screen and (max-width:1280px) {
	.pub_slider li img {
		width: 26px;
		margin-top: 14px;
		margin-right: 8px;
	}
}
@media only screen and (max-width:1030px) {
    .teaching_box .pub_slider { width: 70%;}
    .teaching_box .teaching_con { width: 70%;}
	.pub_slider li img{
        width: 26px;
        margin-top: 14px;
        margin-right: 8px;}
}
@media only screen and (max-width:767px) {
    .teaching_box { width: 95%;}
	.pub_slider{
        border-radius:0;
        padding: 10px;
        height: 3em;
        line-height: 20px;
    }
    .pub_slider ul{overflow: hidden;}
    .pub_slider ul li{width:auto;}
    .pub_slider li {border-bottom: 1px solid transparent;}
    .pub_slider li.on {border-bottom: 1px solid #fff;}
    .pub_slider li.on img{display: none;}
    .swiper-slide {margin: 0 !important ;} 
    .swiper-slide {margin: 0 20px 0 10px !important ;}
    .swiper-container { margin: 0 30px 0 20px;}
    .pub_slider .prev, .pub_slider .next {height: 42px;}
    .post_box .teaching_con { width: 80%;}
}
/* 教学资源 */
.class_box {
    width: 100%;
    margin: 10px auto;
}
.class_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.class_box ul li {
    width: 48%;
    margin: -1px 0;
    padding: 20px 0;
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
}
.class_box ul li img {
    overflow: hidden;
    cursor: pointer;
}
.class_box ul li h1{
    height: 3em;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
}
.video_class {
    float: left;
    width: 30%;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
}
.video_class img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.class_infor {
    float: left;
    width: 60%;
    height: 100px;
}
.class_infor .school {
    color: orange;
    margin-right: 15px;
}
.class_infor .grey {
    color: grey;
    margin-right: 15px;
}
.class_infor .class_pro {color: #00c060;}
.class_infor p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.class_box #item {
    width: 80%;
    padding: 30px 10px 0;
    background-image: url(../images/about_bg_01.jpg);
}
.class_box #item .title {
	width: calc(100% - 25px);
}
.class_box #item p {
    color: #88c346;
    margin-bottom: 15px;
}
.resource_video {
    width: 100%;
    height: 100%;
}
.resources_box {margin: 10px 5%;}
.resources_box .class_box {
    position: relative;
    width: 90%;
    margin: 10px auto;
    padding-bottom: 75px;
}
.resources_box .zxf_pagediv {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width:1024px) {
    .teaching_box { width: 100%;}
    .class_box { width: 70%;}
    .class_box ul li {width: 100%;}
}
@media only screen and (max-width:830px) {
    .class_infor {width: 65%;}
    .recruit_link #img {display: none;}
    .recruit_link a {padding: 0 10px;}
}
@media only screen and (max-width:815px) {
    .class_infor {width: 62%;}   
}