/* ==========================================================================
   新闻中心
   ========================================================================== */
	.news .title{
		margin-bottom:60px;
	}
	.news .title p{
		color:#1868b3 !important;
		line-height:50px;
		border-bottom:1px solid #f5f5f5;
	}
	.news .news_info{
	}
	.news .news_info ul li a{
		display:block;
		line-height:50px;
		background:#f5f5f5;
		margin-top:12px;
		font-size:16px;
	}
	.news .news_info ul li:first-child a{
		color:#fff !important;
		display: block;		
		text-align:center;
		line-height:80px;
		background:#1868b3;
		font-size:22px;
		padding-left:0;
	}
	.news .list h4{
		height:64px;
		margin-top:30px;
		text-align:center;
		border-bottom:1px dashed  #dbdbdb;
	}
	.middle .btn-primary,
	.middle .btn-primary:hover,
	.middle .btn-warning,
	.middle .btn-warning:hover{
		background:#1868b3 !important;
		border-color:#1868b3 !important;
		color:#fff !important;
	}
/* =========================最小1200px*/
@media (min-width: 1200px) {
	.news .news_info ul li a{
		width:76%;
		padding-left:11%;
	}
	.news .news_info ul li:first-child a{		
		width:76%;
	}	
	.news  .page ul{
		width:77%;
		margin:0 auto;
	}
	.news  .page li{
		float:left;
	}
	.news .page li a{
		margin-left:10px;
		line-height:42px;
	}
}
/* =========================最小768px和最大1199px*/
@media (min-width: 768px) and (max-width: 1199px){
	.news .news_info ul li{
		width:100%;
		float:left;
		margin-right:4%;
	}
	.news .news_info ul li a{
		width:100%;
		text-align:center;
	}
	.news .news_info ul li:first-child{
		width:100%;
	}
	.news .news_info ul li:first-child a{
		width:100%;
	}	
 }
/* =========================最大767px*/
@media (max-width: 767px) {
	.news .title{
		margin-bottom:30px;
	}
	.news .news_info ul{
		margin-left:-7%;
	}
	.news .news_info ul li{
		width:46%;
		float:left;
		margin-right:4%;
	}
	.news .news_info ul li a{		
		width:100%;
		float:left;
		text-align:center;
		font-size:12px;
	}	
	.news .news_info ul li:first-child{
		width:100%;
	}
	.news .news_info ul li:first-child a{
		width:100%;
	}
	.news .list div{
		float:left;
	}
	.news .list div p{
		line-height:32px;
		font-size:12px;
	}	
	.news .list div p span{
		width:25%;
	}
	.page_info{
		float:none !important;
	}
}
/* ==========================================================================
    应用中心
   ========================================================================== */

/* =========================最小1200px*/
@media (min-width: 1200px) {
	
}
@media (min-width: 768px) and (max-width: 1199px){
	
}
/* =========================最大767px*/
@media (max-width: 767px) {
	
}