.news_div{
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
}
.news_main{
    width:1200px;
    margin: 0 auto;
    display: flex;
}
.news_left{
    width: 60%;
    padding-right: 20px;
    border-right: 1px dashed #e9e7e7;
}
.news_right{
    width: 40%;
    padding-left: 20px;
}
.news_title{
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ded7d7;
}
.news_item_01{
    width: 100%;
}
.none_item_img{
    width: 100%;
    display: flex;
}
.none_item_img_pic{
    width:150px;
    max-height: 100px;
}
.news_des{
    margin-left: 20px;
}
.news_des_title{
    font-size: 17px;
    line-height: 20px;
    height: 20px;
    width: 85%;
    color: #4b4949;
    overflow: hidden;
}
.news_des_time{
    height: 30px;
    line-height: 30px;
    color: #b2aeae;
    font-size: 12px;
}
.news_des_main{
    color: #817e7e;
}
.news_des_time img{
    width: 10px;
    padding-right: 5px;
}
.news_list_item{
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
}
.none_item_line{
    border-bottom: 1px solid #eeecec;
    padding-bottom: 7px;
    overflow: hidden;
}
.news_right_list{
    padding-top: 20px;
}
.none_item_img a{
    display: flex;
}
.news_des_main{
    height: 64px;
    overflow: hidden;
}
.news_list_item a{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.news_title a{
    color: #000;
}
.news_div .more_icon {
    font-size: 15px;
    color: #999;
    margin-top: 9px;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    background: url(/resources/img/home1/right.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.news_div .more, .news_div .more a {
    margin-right: 0px;
    display: flex;
    width: 70px;
    cursor: pointer;
}
.news_div .more_text {
    font-size: 18px;
    color: #999;
    font-weight: 400;
}

@media (max-width:1200px) and (min-width: 175px){
   .news_main{
       display: block;
   }
    .news_left {
        width: 98%;
        padding-right: 10px;
        border-right: 0px solid #b2b2b2;
    }
    .news_right {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
    }
    .news_title {
        font-size: 16px;
        font-weight: 600;
    }

    .news_des_title {
        font-size: 14px;
        line-height: 16px;
        height: 15px;
    }
    .news_des_main {
        font-size: 13px;
        line-height: 33px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        color: #666;
        text-overflow: ellipsis;
    }
    .news_des_time {
        height: 20px;
        line-height: 20px;
        color: #b2aeae;
        font-size: 12px;
    }
    .news_des_title {
        width: 70%;
    }
}
