﻿@charset "utf-8";
/* CSS Document */

.notice-box{
	width:100%;
	height:82px;
	padding:30px 0px 30px 0px;
	border-bottom:dashed 1px #CCCCCC;
}
.notice-box-left{
	width:60px;
	height:82px;
	float:left;
}
.notice-box-left span{
	display:inline-block;
	text-align:center;
}
.notice-box-left span.day{
	width:60px;
	height:53px;
	line-height:53px;
	font-size:16px;
	color:#fff;
	background:#999999;
	font-weight:bold;
}
.notice-box.day-blue .notice-box-left span.day{
	background:#ca4341;
}
.notice-box-left span.year{
	width:100%;
	height:29px;
	background:#F1F1F1;
	font-size:12px;
	color:#666666;
	line-height:29px;
}
.notice-box.day-blue .notice-box-left span.year{
	color:#ca4341;
}
.notice-box-right{
	width:615px;
	height:82px;
	float:right;	
}
.notice-title{
	font-size:16px;
}
.notice-title a{
	color:#333333;
}
.notice-box.day-blue .notice-title a{
	
	color:#ca4341;
}

.notice-num{
	font-size:12px;
	color:#666;
	margin-top:10px;
}
.notice-content{
	width:100%;
	height:20px;
	overflow:hidden;
	font-size:14px;
	color:#666;
	margin-top:14px;
}
.notice-box.day-blue font{
	color:#ca4341;
}
.pager{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	margin-top:40px;
}
.pager-inner{
	height:25px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.pager-inner a{
	width:28px;
	height:25px;
	line-height:25px;
	display:inline-block;
	background:#999999;
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-right:6px;
}
.pager-inner span{
	width:28px;
	height:25px;
	line-height:25px;
	display:inline-block;
	background:#999999;
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-right:6px;
}
.pager-inner a.previous,.pager-inner a.next{
	width:80px;
}
.pager-inner a.addblue{
	background:#ca4341;
}