@charset "UTF-8";
/* CSS Document */

#news{}
.news_time{ width:20%; font-weight:500;}
.news_topic{ width:80%;}

#news .sec_title {
    width: 100%;
    height: 200px;
}
#news .sec_bg {
    background: #FFD000;
}

#news .sec_title .head_hr_solid{
	border-color:#fff;
}
#news .row{
	padding:20px 0;
	border-bottom:dotted 1px #000;
}

#news .wrapper_box_m{
	padding: 30px 20px 100px 20px;
	box-sizing: content-box;
}

#news .row a{
	color:#999;
}
#news .row a:hover{
	color:#bebebe;
}