@CHARSET "UTF-8";

.title {
	text-align: center;
	height: 200px;
	padding-top:45px;
	background: url(../../img/about/prize.jpg);
	color:#ffffff;
}
.title h3{
	font-size: 30px;
	margin: 0;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.title b {
	width: 80px;
	margin: 0 auto 25px;
	display: block;
	border-top: 4px solid #9bc1ff;

}
.title span {
		color: #FFFFFF;
}
.message {
	padding: 50px 0 50px 50px;
	background: #FFFFFF;
}
.message h4 {
	text-align: center;
	margin: 0 0 48px 0;
	font-weight: bold;
}
.message p {
	color: #1c1d21;
}
.message p span {
	color: #575759;
}
.content {
	width: 100%;
	background: #f1f2f7;
	padding-bottom: 50px;
}
.road {
	padding-top: 17px;
	padding-bottom: 25px;
}
.road a{
	color: #666668;
	font-size: 12px;
	padding: 0 5px;	
}

.content .content-l div.first {
	border-bottom: 1px solid #f1f1f1;
}
.content .content-l .first {
	background: #FFFFFF;
	overflow:hidden;
}
.content .content-l .first h4 {
	float:left;
	margin:0;
	line-height:50px;
	padding-left:15px;
}

.content .content-l .first .post {
	padding-top:15px;
	padding-right: 25px;
	float: right;
	color: #999999;
}
.content .content-l .first .subscribe {
	padding-top:15px;
	padding-right: 25px;
	float: right;
	color: #999999;
}
.content .content-l .main {
	background:#ffffff;
	margin-bottom:10px;
}
.content .content-l .history {
	background:#ffffff;
	padding:20px 30px;
	margin-bottom:10px;
}
.content .content-l .history h4 {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #cccccc;
}
.content .content-l .history>div {
	padding-left:10px;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}
.content .content-l .history div h5 {
	margin-top:0;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:22px;
	line-height:22px;
	height:22px;
	overflow:hidden;
}
.content .content-l .history div dl dd {
}
/*content-right*/
.content .content-r {
	padding:0;
}
.content .content-r img {
	padding:0;
}
.content .content-r>div {
	overflow:hidden;
	margin-bottom:15px;
	background:#ffffff;
}
.content .content-r div p {
	text-align:center;
}
.content .content-r div p a {
	display:inline-block;
	padding-top:15px;
}
.content .content-r div:nth-of-type(2){
	background:#ffffff;
	padding:23px 15px 0px 15px;
}
.content .content-r div:nth-of-type(2) p{
	text-align:left;
}
.content .content-r div:nth-of-type(2) p a {
	padding-top:0;
}
.content .content-r dl {
	border-bottom: 1px solid #f2f3f7;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.content .content-r dl dt {
	font-weight: normal;
	font-size: 12px;
	color: #ccc;
	margin-bottom: 10px;
}
.content .content-r dl dd {
	font-size: 12px;
	color: #7a7a7c;
	line-height: 18px;
}
.content .content-r>p {
	color: #336bca;
	font-size: 16px;
	padding-bottom: 5px;
}
.content .content-l .newsTags {
	padding:10px 0;
}
.content .content-l .newsTags a {
	display: inline-block;
	padding: 3px 15px;
	background: #fcba30;
	color: #FFFFFF;
	margin-right:10px;
	font-size:12px;
	cursor:pointer;
}
.content .content-l .newsTags a:hover {
	text-decoration:none;
}
/*content-right*/

.page {
	text-align: center;
}
.page ul li {
	display: inline-block;
}
.page ul li a {
	display: inline-block;
	padding: 10px 14px;
	background: #365d98;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.page ul li a:hover {
	color: #000000;
	background: #e0e5eb;
}