@CHARSET "UTF-8";
.news-detail-list{
width:100%;/* 75%; */
min-height:300px;
float:left;
/* margin-left: 50px; */
}
.news-detail-items{
width:25%;
float:left;
padding-top:20px;
}
.news-detail-top{
width:100%;
}
.news-detail-title{
text-align:center;
width:540px;
margin:77px auto 0;
font-family:微软雅黑;
font-size:24px;
color:#ed8e28;
}
.news-detail-date{
font-family:微软雅黑;
font-size:12px;
color:#c8b477;
text-align: center;
margin-top:25px;
}
.news-detail-middle{
width:100%;/* 90%; */
margin:30px auto 0;
min-height:100px;
line-height:20px;
overflow: hidden;
}
.news-detail-bottom{
margin-top:20px;
border-top: 1px solid #DDDDDD;
height:65px;
font-family: 微软雅黑;
font-size:14px;
color:#000000;
padding-top:20px;
margin-bottom:88px;
}
.news-before-one{
height:30px;
line-height:30px;
}
.news-after-one{
height:30px;
line-height:30px;
}
.news-before-name{
float:left;
}
.news-one-title{
float:left;
height:30px;
width:420px;
overflow:hidden;
white-space: nowrap;
text-overflow:ellipsis;
color:#1684ff;
margin-left:14px;
}
.news-one-title a{
color:#1684ff;
text-decoration:none;
}
.news-one-title a:hover{
text-decoration:underline;
}