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

/* 最 新 消 息 */
#news-list {
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

ul.news-list li {
	float:left;
	width:100%;
	border-bottom:1px dashed #e7e7e7;
	font-size:16px;
	padding-left:75px;
	margin-top:15px;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul.news-list li:first-child {
	margin-top:0px;
}

#news-date {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	padding:6px 0px;
	font-family:Arial;
	text-align:center;
	border-radius:5px;
	font-size:13px;
	color:#FFF;
	background: #7abcff; /* Old browsers */
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */	
}
#news-date H1 {
	display:block;
	font-size:25px;
	font-weight:bolder;
	padding-bottom:5px;
}
#news-text {
	display:block;
	line-height:1.7em;
	min-height:55px;	
	margin-bottom:15px;
	overflow:hidden;
}
#news-text a {
	display:block;
}

span.news-times {
	position:absolute;
	top:4px;
	right:0px;
	border-radius:5px;
	padding:3px 5px;
	font-size:12px;
	line-height:16px;
	color:#666;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */	
}

#news-title-box {
	width:100%;
	border-bottom:1px dashed #e7e7e7;
	font-size:16px;
	padding-left:75px;
	margin-bottom:15px;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

@media screen and (max-width:999px) {
	
}

@media screen and (min-width: 640px) and (max-width:999px) {
	
}

@media screen and (max-width:639px) {
    #news-text a {
		display:inline-block;
	}

}

@media screen and (max-width: 479px) {

}