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


#title{
	background: url(images/title_back.jpg) center no-repeat #CBD6E1;
}

#news .title{
	background:url(../images/line.gif) left 5px  no-repeat;
	font-size:20px;
	font-weight:bold;
	padding:0 0 0 20px;
}

#news ul{
	margin-top:20px;
}

#news li{
	margin-bottom:70px;
}

#news .date{
	background:#e5e5e5;
	text-align:right;
	padding:0 10px;
	margin-top:5px;
}

#news .date span{
	display:inline-block;
	color:#fff;
	font-size:13px;
	margin-right:32px;
	text-align:center;
	width:100px;
	padding:6px 0;
}

.date .notice{
	background:#265C8A;
}

.date .new{
	background:#669999;
}

.date .feature{
	background:#D68585;
}

#news .btn{
	margin-top:20px;
}

#news li div{
	overflow:hidden;
	font-size:16px;
}

#news li div ul{
	width:308px;
	float:right;
	margin-left:45px;
}

#news li div ul li{
	margin-bottom:20px;
	font-size:14px;
}

#news li div ul li img{
	margin-bottom:10px;
}

#news li div span{
	color:#CC6666;
	font-weight:bold;
}

#news li div > p{
	margin-top:25px;
}


#news li .img{
	float:right;
	margin:25px 0 0 20px;
}

#news li .img_c{
	margin:25px 0 0 0;
	text-align: center;
}

.text_l_170530{
	float: left;
	width: 465px;
}

.text_r_170530{
	float: right;
	width: 465px;
}


#news li div span.more{
	display: block;
	padding: 15px 0 0 20px;
	background: url(images/arrow.gif) no-repeat top 19px left;
	color: #000;
}

#news span.pink{
	display:block;
	color:#da81b2;
	font-size:18px;
}
#news span.small{
	font-size:14px;
	color:#000;
	font-weight:normal;
}
