@charset "utf-8";

.nav-news { background: #DA251C; color: #fff !important;}
	
.news-dynamic-wrap{
    width: 100%;
    padding: 50px 0px;
    float: left;
    height: 175px;
    border-bottom: 1px solid #E7E7E7;
}
.news-dynamic-imgbox{
    width: 285px;
    height: 175px;
    float: left;
    position: relative;
}
.news-dynamic-eye{
    width: 285px;
    height: 175px;
    position: absolute;
    background: url(../images/eye.png) no-repeat center center rgba(0,0,0,0.5);
    background-size: 22px 17px;
    top: 0px;
    left: 0px;
    display: none;
}
.news-dynamic-img{
    width: 285px;
    height: 175px;
    float: left;
    object-fit:cover;
}
.news-dynamic-box{
    display: block;
    margin-left: 310px;
    height: 175px;
}
.news-dynamic-title{
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    color: #333;
    margin: 12px 0px;
}
.news-dynamic-time{
    width: 100%;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 12px;
}
.news-dynamic-text2{
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.news-dynamic-more{
    float: left;
    font-size: 14px;
    color: #999999;
    margin-top: 25px;
}
.news-dynamic-wrap:hover .news-dynamic-eye{display: block;}
.news-dynamic-wrap:hover .news-dynamic-title{color: #DA251C;}
.news-dynamic-wrap:hover{border-color: #DA251C;}
/*消息详情*/
.news-detail-title{
    width: 92%;
    float: left;
    font-size: 32px;
    color: #333;
    margin: 12px 0px;
    text-align: center;
}
.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;
}
.news-detail-text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #A0A0A0;
    line-height: 25px;
    margin-top: 30px;
}
.news-detail-img{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.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;
}

.details-content { display: inline-block; padding: 20px 0; font-size: 14px; color: #666666; line-height: 25px;}
.details-content p { padding-bottom: 10px;}
.details-content img { width:100%; max-width:800px; }
