﻿@charset "utf-8";
/* CSS Document */
/*最新发布*/
.recently{
	 width:1180px; 
	 margin:0 auto; 
	 margin-top:55px;
}

.recently_top{
	 width:1180px; 
	 height:106px; 
	 background:url(news_all_top.png) no-repeat 0 0;
}

.recently_top h1{
	 font-size:32px; 
	 color:#fff; 
	 text-align:center; 
	 line-height:106px; 
	 font-weight:bold; 
	 letter-spacing:6px;
}

.recently_bottom{
	 margin-top:60px;
}

.recently_content_left{
	 float:left;
}

.recently_content_left img{
	 width:276px; 
	 height:179px; 
	 display:block;
}

.recently_content_right{
	 float:left; 
	 margin-left:30px; 
	 font-size:16px; 
	 line-height:36px; 
	 width:855px;
}

.middle_line{
	 width:1180px; 
	 margin:0 auto; 
	 border:1px dashed #cecece; 
	 margin-top:40px; 
	 margin-bottom:40px;
}

.recently_content_right ul li span{
	 color:#008ad2;
}

/*往期回顾*/
.history{
	 width:1180px; 
	 margin:0 auto; 
	 margin-top:60px;
}

.history_bottom{
	 margin-top:50px; 
	 font-size:16px;
}

.history_bottom ul li{
	 background:url(news_history_gray.png) no-repeat 6px center; 
	 padding-left:30px; 
	 line-height:50px; 
	 width:480px; 
	 float:left; 
	 margin:0 38px 0 38px; 
}

.history_bottom ul li:hover{
	 background:url(news_history_blue.png) no-repeat 6px center;
}
/*细览页*/
/*标题*/
.content_title{
	width:1180px; 
	margin:0 auto; 
	height:68px; 
	background:url(news_content_title.png) no-repeat 0 0;
	margin-top:70px;
}

.content_title span{
	 font-size:25px; 
	 color:#fff; 
	 line-height:68px; 
	 text-align:center; 
	 display:block;
}

/*back*/
.content_back{
	 width:1180px; 
	 height:48px; 
	 margin:0 auto; 
	 margin-top:35px; 
	 border-bottom:1px dashed #cecece;
}

.content_back ul li{
	 float:left; 
	 line-height:48px; 
	 margin-right:55px;
}

.content_back ul li span{
	 color:#2693d5;
}

.content_back ul .back_in{
	 float:right; 
	 margin-right:30px;
}

.back_in a{
	 color:#2693d5; 
	 display:block;
}
/*正文*/
.content_word{
	 width:1180px; 
	 min-height:500px; 
	 margin:0 auto; 
	 margin-top:65px; 
	 font-size:15px; 
	 padding-bottom:50px;
}

.content_word img{
	 width:500px;
	 display:block; 
	 margin:0 auto; 
}

.wordd{ 
	line-height:200%; 
	text-indent:30px; 
	margin-top:26px; 
}





