  .news_tax_list .new_title a{
    font-size:24px;
    font-family:"MontserratMed";
    color:#333333;
    text-align: left;
    margin-bottom: 30px;
    display:inline-block;
}
.news_tax_list .new_title{
    text-align: left;
}
.new_more span{
    display:inline-block;
    color:#fff;
    background:#333333;
    width:102px;
    height:38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-family: "MontserratLight";
    margin-top:24px;
}
.news_ban{
    background-image:url(/Theme/default/image/contactban.jpg);
}
.news_tax_img{
    padding-right: 24px;
    padding-left: 0;
}
.news_tax_img img{
    width:100%;
    height:auto;
}
.news_tax_list{
    display:block;
    margin-bottom:35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #e5e5e5;
}
.news_tax_list:last-of-type{
    border:none;
}
.news_tax_text .news_tax_time{
    font-size:24px;
    font-family:"MontserratMed";
    color:#d61518;
    text-align: left;
    margin:3px 0 20px 0;
}
.news_tax_text>p{
    color:#8b8b8b;
    width:100%;
    text-overflow:ellipsis; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden; 
}
.news_tax_box{
    margin:0px 0 55px;
}
.news_region{
    width:1200px;
    margin:0 auto;
}
.news_link a{
    font-size:14px;
    color:#666666;
    font-family: "MontserratLight";
}
.news_link a:last-of-type{
    color:#d61518;
}
.news_link{
    margin-bottom: 65px;
}
.news_detail_title>h3{
    font-size:24px;
    color:#333;
    font-family: "MontserratMed";

}
.news_detail_time h6{
    font-size:14px;
    color:#d61518;
    text-align: center;
    font-family: "MontserratMed";
    margin-top:20px;
    margin-bottom: 40px; 
}
.news_detail_img{
    text-align: center;
    margin-bottom: 50px;
}
.news_detail_box{
    padding-bottom: 85px;   
}
.news_detail_para p{
    color:#333;
    font-size: 16px;
    
}
@media screen and (max-width:1201px){
    .news_region{
     width:100%;
     padding:0 15px;   
    }
}
@media screen and (max-width:768px){
    .news_tax_img{
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .news_link{
        margin-bottom: 35px;
    }

}

