.photo-con{
    width: 150px;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    overflow: hidden;
    transition: all 0.2s;
    margin: 37px 10px 0 40px;
}
.photo-con img{
    width: 100%;
    height: 100%;
    display: block;
}
.photo-con:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.photo-con>a{
    display: block;
    height: 100%;
    width: 100%;
}
.news-list-li{
    display: flex;
    width: 910px;
    height: 262px;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.07);
}
.bor{
    width: 3px;
    height: 12px;
    background: #F86B7D;
    border-radius: 2px;
    margin: 8px 11px 0 0;
    position: absolute;
    left: 16px;
}
.news-con{
    width: calc(100% - 230px);
    height: 120px;
    box-sizing: border-box;
    padding: 12px 20px 12px 28px;
    position: relative;
}
.news-con>h2{
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 0;
    text-overflow: ellipsis;
    border-bottom: 1px solid #efefef;
    color: #333;
}
.news-con>h2>a{
    color: #333;
}
.news-con>h2>a:hover{
    color: #ea4245;
}
 p {
    margin: 0;
}
.a_hover:hover {
    box-shadow: 0 0 5px #666;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}
.news-zixun{
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 24px;
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #efefef; */
    margin-top: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 87px;
}
.news_bor{
     border-bottom: 1px solid #efefef;
     margin: 20px 0;
    
}
.overflow-1{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 98%;
    color: #333;
}
.news-con>.teacther-jieshao,.news-con>.news-jieshao{
    max-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #666;
    line-height: 27px;
    margin-top: 20px;
    position: relative;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
}

.news-con>.teacther-jieshao>a:hover{
    color: #EA4245;
}
.genduo_laos{
    color: #EA4245;
    position: absolute;
    top: 27px;
    background: #FFF;
    right: 0px;
    z-index: 1;
}
.laoshi_img{
    background-color: #e13b3a;
    border-radius: 50%;
    padding: 5px 4px 2px;
    position: absolute;
    left: -12px;
    top: -2px;
}
.laoshi_jiaol{
    color: #EA4245;
    font-size: 14px;
    background-color: #fce7e7;
    border-radius: 20px;
    padding: 3px 10px 3px 18px;
    margin-left: 30px;
    font-weight: 400;
    position: relative;
}
.news-con>p{
    max-height: 36px;
    font-size: 14px;
    color: #666;
    margin-bottom: 14px;
    width: 100%;
    overflow: hidden;
    /*text-overflow: unset !important;*/
    /*position: relative;*/
}
.news-con>p:hover>a{
    color: #ea4245 !important;
}

.news-con>span{
    font-size: 14.03px;
    color: #666;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-con>span:hover>a{
    color: #ea4245!important;
}
.w290{
    width: 290px !important;
}
.w170{
    width: 170px !important;
}