body{
	margin:0;
	padding:0;
	/*background:#FEF2E6;*/
	font-family:"微软雅黑";
}

@media (min-width: 1700px){
	.container {
	    width: 1580px;
	    margin-top:50px;
	}
}


ul{
	list-style: none;
	margin:0;
	padding:0;
}

a{
	color:#333;
}

.container {
    padding-right: 0px;
    padding-left:0px;
    margin-right: auto;
    margin-left: auto;
    background: #f7f5f8;
}


p{
	margin:0px;
}



/*header*/
.header{
	width:100%;
	float: left;
	background: #4999d8;
}


.header_title{
	width:100%;
	height:40px;
	float: left;
}



.header_title p:nth-child(1){
	width:100%;
	height:40px;
	line-height: 40px;
	font-weight: 700;
	font-size:16px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	position: absolute;
}


.houtui{
	width:40px;
	height:40px;
	font-weight: 700;
	font-size:40px;
	color: #c4c4c4;
	position: relative;
	left:0px;
	top: 0px;
	bottom:0px;
	right:0px;
}

/*分类*/
.news_type{
	width:80%;
	float:left;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin-top: 30px;
}

.news_type a p{
	width:30%;
	float:left;
	line-height:30px;
	font-size: 14px;
	font-weight: 600;
	
}

.news_type p a{
	color:#000;
}

.active{
	color:#5293a9;
}

.news_type a:nth-child(2) p{
	margin-left:5%;
	margin-right:5%;
}

.active{
	border-bottom: 3px solid #5293a9;
}




/*列表*/
.success_list{
	width:100%;
	float:left;

}

.news_index{
	width:90%;
	float:left;
	margin-left: 5%;
	margin-right:5%;
	text-align: center;
	margin-top:20px;
	height:150px;
	position: relative;
	z-index: 99;
}

.news_index img{
	width:100%;
	height:150px;
	margin:0px auto; 
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
}

.opacity{
	width:100%;
	position: absolute;
	height:40px;
	bottom:0px;
	background: #000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	opacity:0.3;
}

.opacity_title{
	position: absolute;
	bottom:0px;
	left:30px;
	line-height:40px;
	text-align: center;
}


.opacity_title a{
	width:100%;
	color: #fff;
	font-size:16px;
	font-weight: 600;
	text-align: center;
	line-height:40px;
}

.news_ul{
	width:100%;
	float: left;
	margin-top: 10px;
}

.news_ul li{
	width:90%;
	float:left;
	margin-left: 5%;
	margin-right:5%;
	background: #fff;
	border-radius: 15px;
	padding-bottom:10px;
	margin-top:15px;
}

.news_left{
	width:50%;
	float:left;
	margin-left:8%;
	margin-right:5%;
}

.news_title,.news_author{
	width:100%;
	float:left;
	padding-top:15px;
}

.news_title a{
	color: #000;
	font-size:14px;
	line-height: 25px;
	font-weight: 600;
}

.news_author p{
	color: #b8b8b8;
}

.news_author p:nth-child(1){
	float:left;
}

.news_author p:nth-child(2){
	float:right;
}

.news_right{
	width:35%;
	float:left;
	text-align: center;
}

.news_right img{
	width:80%;
	margin: 0px auto;
	margin-top:10px;
	height:95px;
	border-radius: 15px;
}



/*分页*/
.page{
	width:100%; 
	margin-top: 30px;
	float: left;
	text-align: center;
}

.pagination{
	margin: 0px auto;
}

.pagination>.active{
	background: #5193c3;
}









