#news-detail h1.df{
    font-size: 18px !important;
    color: #1e1e1e;
}
#news-detail .date{
	color: #a2a2a2; 
    font-size: 12px;
    height: 28px; line-height: 28px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 7px 0;
}
#news-detail .date a{
    color: #e55600;
}
#news-detail .detail{
	color:#373737;
	padding:10px 0 10px 0;
	text-align:justify;
	line-height:20px;
}
#news-detail .detail a{
    color: #236FA3;
}
#news-detail .summary{
    padding-top: 7px;
}
#news_other ul{ margin-top: 7px;}
#news_other ul li{list-style-image:url(../images/li.png)}
#news_other ul li{ padding:3px 0;}
#news_other ul li a{ color:#454444;}
#news_other ul li a:hover{color: #236FA3; text-decoration:underline}
#news_other ul li span{color: #C9C9C9;}
#news_other .title{
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    color: #1e1e1e;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin: 7px 0;
}