.category_list{
    height:34px;
    line-height: 32px;
    box-shadow: 0 1px 0 0 #EDEEF0;
    display: inline-block;
    padding:0 5.6vw;
    width: 88.8vw;
    white-space: nowrap;
    overflow-x:scroll;
}
.category_item{
    display: inline-block;
    margin-right:6.4vw;
    height:34px;
    vertical-align: top;
}
.category_title{
    font-size:14px;
    color:#333;
    border-bottom:2px solid #fff;
}
.category_item.selected .category_title{
    color:#EE8C0D;
    border-color:#EE8C0D;
    font-weight: bold;
    display: inline-block;
}
.school_header{
    height:200px;
    width:100%;
    background:url(../images/news_header.png) no-repeat center;
    background-size:auto;
}
.school_header .page_container{
    height:100%;
}
.school_header .label{
    font-size:30px;
    color:#fff;
    line-height:42px;
    position: relative;
    top:58px;
    text-align: center;
}
.school_header .nav{
    line-height:16px;
    position: absolute;
    left:0;
    top:22px;
}
.school_header .nav img{
    width: 16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
}
.school_header .nav span{
    display: inline-block;
    font-size:12px;
    color:#ABABAB;
    vertical-align: middle;
    margin-left:3px;
}
.school_search_input{
    width:343px;
    height:38px;
    line-height:38px;
    border-radius:20px;
    border:1px solid #E2E2E2;
    padding:0 40px 0 15px;
    position: relative;
    margin:50px auto 0 auto;
}
.school_search_input input{
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 343px;
}
.school_search_input img{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    right: 15px;
    cursor:pointer;
}
.school_search_type{
    margin-top:50px;
    text-align: center;
    padding-bottom:35px;
}
.school_search_type .item.s102{display:none;}
.school_search_type .item{
    width:150px;
    display: inline-block;
    vertical-align: top;
    cursor:pointer;
}
.school_search_type .item img{
    width:80px;
    height:80px;
    display: inline-block;
}
.school_search_type .item .label{
    font-size:18px;
    line-height: 25px;
    color:#333;
    margin-top:20px;
}
.school_search_type .item.selected .label{
    color:#EE8C0D;
}
.school_search_type2{
    padding: 45px 0;
    text-align: center;
    background-color:#F9FAFB;
}
.school_search_type2>div{
    max-width: 1200px;
    display: inline-block;
    text-align: left;
}
.school_search_type2 .item{
    font-size:14px;
    line-height: 30px;
    padding:0 15px;
    min-width:50px;
    text-align: center;
    color:#666;
    display: inline-block;
    margin:0 10px 10px 10px;
    cursor:pointer;
    border-radius:15px;
    background-color:#f2f2f2;
}
.school_search_type2 .item.selected,.school_search_type2 .item:hover{
    color:#fff;
    background-color:#EE8C0D;
}
.school_search_result{
    padding-bottom:100px;
    background-color:#F9FAFB;
}
.school_search_result .item{
    width:960px;
    padding:0 40px;
    line-height: 60px;
    height:60px;
    margin:0 auto;
    border-bottom:1px solid #EDEDED;
    cursor:pointer;
	display:block;
}
.school_search_result .item>div{
    vertical-align: middle;
    display: inline-block;
}
.school_search_result .item .code{
    width:80px;
    text-align: left;
    font-size:12px;
}
.school_search_result .item .name{
    width:570px;
    padding-right:50px;
    font-size:14px;
	color:#000;
}
.school_search_result .item .date{
    width:110px;
    padding-right:40px;
}
.school_search_result .item .read_count{
    width:110px;
    text-align: right;
}
.school_search_result .item img{
    height:16px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.school_search_result .item span{
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
}
.school_search_result .item:hover{
    background:#fff;
}
.school_search_result .item:hover .name{
    color:#EE8C0D;
}

/* 导师 */
.teacher{
    padding:50px 0 100px 0;
    background:#fff;
}
.teacher .title{
    font-size:24px;
    color:#333;
    line-height: 33px;
    text-align: center;
}
.teacher .line{
    height:1px;
    width:90px;
    margin:3px auto 0 auto;
    background-color:#EE8C0D;
}
.teacher .list{
    margin-top:90px;
}
.teacher .list .item{
    display: inline-block;
    margin:0 10px 30px 10px;
    width:278px;
    border:1px solid #e3e3e3;
    border-radius:6px;
    vertical-align: top;
    border-top:2px solid #EE8C0D;
    background-color:#fff;
}
.teacher .list .item .teacher_img{
    width:278px;
    height:222px;
    line-height: 222px;
    overflow: hidden;
}
.teacher .list .item .teacher_img img{
    width:278px;
    height: 222px;
    display: inline-block;
    vertical-align: top;
}
.teacher .list .item:hover .teacher_img img{
    transform: scale(1.1);
    transition: 1s ease;
}
.teacher_info{
    padding:20px 15px;
}
.teacher .list .item .name{
    font-size:20px;
    line-height: 26px;
    color:#333;
}
.teacher .list .item .position{
    font-size:16px;
    line-height: 20px;
    margin-top:15px;
    color:#333;
}
.teacher .list .item .intro{
    font-size:16px;
    line-height: 20px;
    margin-top:15px;
    color:#333;
    height:60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/* 微课堂 */
.course{
    padding:50px 0 100px 0;
    /*background:#F9FAFB;*/
}
.course .title{
    font-size:24px;
    color:#333;
    line-height: 33px;
    text-align: center;
}
.course .line{
    height:1px;
    width:90px;
    margin:3px auto 0 auto;
    background-color:#EE8C0D;
}

.course .course_list{
    width:100%;
    position: relative;
}
.course .course_list .next{
    position: absolute;
    right:0;
    top:146px;
    width:34px;
    cursor: pointer;
    display: none;
}
.course .course_list .prev{
    position: absolute;
    left:0;
    top:146px;
    width:34px;
    cursor: pointer;
    display: none;
}
.course .list{
    margin:90px auto 0 auto;
    width:1020px;
    overflow:hidden;
    position: relative;
}
.course .list .list_container{
    position: relative;
}
.course .list .item{
    width:320px;
    display: inline-block;
    vertical-align: top;
    margin:0 10px;
    white-space: normal;
    position: relative;
}
.course .list .item .course_img{
    width:320px;
    height:192px;
}
.course .list .item .name{
    font-size:20px;
    color:#333;
    line-height: 1.5;
    margin-top:20px;
    font-weight: bold;
}
.course .list .item .intro{
    font-size:16px;
    line-height: 24px;
    height:72px;
    margin-top:12px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.course .list .item .play_btn{
    width:74px;
    height:74px;
    position: absolute;
    top:59px;
    left:123px;
    z-index: 1;
}
.course .course_more{display: block; width: 100%; text-align: center;}
.course .course_more a{font-size: 16px; display: inline-block; text-align: center; color: #000; padding: 15px 40px; background: #F9FAFB;}
@media (max-width: 768px) {
	.school_header{height:150px;}
	.school_search_type{margin:20px auto;}
	.school_search_type .item{width:33%;}
	.school_search_type .item .label{margin-top:10px;}
	.school_search_result{padding-bottom:0;}
	.school_search_result .item{width:auto; padding:0 10px;}
	.school_search_result .item .name{width:80%; padding-right:0;}
	.school_search_result .item .date{width:20%; padding-right:0;}
	.course .list{margin:30px auto; width:95%;}
	.course .list .item{width:100%; display:block;}
	.course .list .item .course_img{width:100%; height:auto; max-width:100%;}
}