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

.news_section{
	width:683px;
	padding:20px 20px 30px 20px;
	background-color:#fcfcfc;
	border:#CCC 1px solid;
	border-top:#CCC 5px solid;
	margin-bottom:20px;
}
.news_day{
	margin-bottom:5px;

}

.news_tit{
	font-size:14px;
	font-weight:bold;
	border-bottom:#CCC 1px dotted;
	padding-bottom:15px;
	margin-bottom:20px;
	color:#18305B;
}

.news_pic_l{
	float:left;
	margin-right:15px;
	margin-bottom:15px;


}


.news_pic_r{
	float:right;
	margin-left:15px;
	margin-bottom:15px;

}

.new{
	color:#AE863A;
	font-weight:bold;
	margin-left:5px;
}

.news_side_tit{
	padding: 15px;
	background-color: #CCC;
}

.news_side{
	margin-bottom:30px;
	padding: 13px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.article li {
	margin-bottom: 10px;
}

.archive li {
	height: 38px;
  background: url(../img/cmn/menu_bg.jpg) no-repeat 0 0;
  padding: 0 0 0 40px;
  font-size: 13px;
  line-height: 37px;
}
.nextback {
  background-color: #e9e9e9;
}
.nextback p {
  display: inline-block;
  padding: 10px 15px;
}
.nextback .yearbox {
  font-size: 14px;
}

.news_inner .news_block {
  width: 683px;
  padding: 20px 20px 30px 20px;
  background-color: #fcfcfc;
  border: #CCC 1px solid;
  border-top: #CCC 5px solid;
  margin-bottom: 20px;
}


.pager {
  text-align: center;
}

.pager li.next,
.pager li.prev {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 37px;
  margin: 0 10px 30px;
  float: none;
  text-align: center;
}
.pager li a,
.pager li.prev a {
  display: block;
  background: #fcfcfc;
  color: #0e0807;
  line-height: 40px;
  text-decoration: none;
}

.pager li.next a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 5px solid #0e0807;
  content: "";
  transition-duration: 200ms;
}
.pager li.prev a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid transparent;
  border-right: 5px solid #0e0807;
  content: "";
  transition-duration: 200ms;
}
