a {
    text-decoration: none;
}
body{margin:0}
.news{/* height:100px; *//* margin:0 auto 15px; */}
.news .news_imgs img {
    width: 100%;
    height: auto;
}
.news .news_wz{/* margin-left:90px; */}
.news .news_imgs{/* width:80px; */margin-bottom: 20px;/* float:left; */}
.news .news_wz .news_meta{
    color: #000000;
    text-decoration: none;
    display: -webkit-inline-box;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
display: none;
}
.news .news_wz .news_title{/* color: #000000; *//* text-decoration: none; *//* display: -webkit-inline-box; *//* width: 80%; */font-size: 18px;font-weight: bold;text-align: center;color: #333333;}
ul#teach_news {
    padding: 0;
    margin: 0;
    padding: 35px 43px 0;
    display: flex;
    margin: 0 -8px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul#teach_news li{width:50%;}
ul#teach_news li .news_box{display: flex;margin:0 13px;flex-direction: column;}
ul#teach_news li .news_box.clearfix:after{display:none;}
.related-list-title {
    border-bottom: 1px solid #EDE8E9;
    /* width: 100%; */
    /* float: left; */
    display: flex;
    justify-content: space-between;
    height: 101px;
    align-items: center;
    padding: 0 41px;
}
span.fts11 {
    font-size: 19px;
    line-height: 42px;
    color: #773334;
    /* float: left; */
    font-weight: bold;
}
.related-list-menu {
    width: 100%;
    float: left;
}
a.related-list-change.fts12 {
    color: #333;
    /* float: right; */
    line-height: 42px;
    cursor: pointer;
    padding-right: 15px;
    background: url(../../images/shuaxin.svg)no-repeat right center;
}
a.related-list-change.fts12:hover {
    color: #3b5c80;
}
.post-24 iframe .related-list {
    padding-top: 0px;
}

@media screen and (max-width: 999px)  and (min-width: 400px)  {
.news,ul#teach_news li {
    width: 25%;
    margin-bottom: 37px;
}
.news .news_imgs img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width: 767px){
.news,ul#teach_news li {
    width: 33.3%;
}
}
@media screen and (max-width: 479px){
 .news,ul#teach_news li {
    width: 50%;
}   
}
@media screen and (max-width: 400px) {
.news {
    width:100%;
    margin-bottom: 30px;
}



}



