@charset "utf-8";

.nav-news { border-bottom:3px solid #B51E27 !important;}
	
/*新闻动态*/
.news-wrap{
    width: 100%;
    float: left;
    background: #F3F3F3;
    padding-bottom: 90px;
}
.business-title{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
}
.news-box{
    width: 100%;
    float: left;
    margin-top: 30px;
    padding: 10px 0px 30px;
    border-bottom: 1px solid #ccc;
}
.news-box-title{
    width: 100%;
    float: left;
    font-size: 20px;
    margin: 30px 0 15px;
}
.news-box-img{
    width: 225px;
    height: 175px;
    float: left;
    object-fit:cover;
}
.news-tbox{
    display: block;
    margin-left: 250px;
    height: 175px;
}
.news-text1{
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    color: #666;
}
.news-text2{
    float: left;
    font-size: 14px;
    color: #838383;
    margin-top: 15px;
}

.dteail-title{
    width: 100%;
    float:left;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin: 70px 0 20px;
}

.news-detail-tbox{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #A0A0A0;
    padding-bottom: 25px;
    border-bottom: 1px solid #999999;
}
.news-detail-tbox span{margin-left: 20px;}
.news-detail-return{
    width: 120px;
    height: 40px;
    border:1px solid #999999;
    line-height: 40px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #343434;
}

.details-content {
    display: inline-block;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.dteail-text{
    width: 100%;
    float: left;
    margin-top: 35px;
    font-size: 14px;
    color: #404040;
    text-indent: 28px;
    line-height: 32px;
}
/**/
.news-detail-page{
    width: 100%;
    float: left;
    position: relative;
   height: 80px;
     line-height: 80px;
    margin-top: 50px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #E0E0E0;
}
.detail-page-text{
    width: 50%;
    float: left;
    cursor: pointer;
}
.detail-page-text img{
   width:20px;
   height: 21px;
   margin-top: 30px;
}
.detail-page-text:hover{
    color: #DA251C;
}
