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;
}

p{
	margin:0px;
}


/*header*/
.header{
	width:100%;
	float: left;
	position: fixed;
	top:0px;
	background:#ffffff;
	border-bottom:1px solid #dbdbdb;

}


.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: #000;
	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;
}

/*列表*/
.yiyuan_ul{
	width:90%;
	float: left;
	margin-left: 5%;
	margin-bottom:50px;
}


.yiyuan_ul li{
	width:50%;
	float: left;
	text-align: center;
	margin-top:30px;
}

.yiyuan_ul li img{
	width:80%;
	margin:0px auto; 
	padding:10px;
	border:1px solid #efefef;
	box-shadow: -1px 4px 5px #efefef;
	height: 90px;
}

.yiyuan_ul li p{
	width:100%;
	float: left;
	margin:0px auto; 
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
}


/*分类*/
.news_type{
	width:80%;
	float:left;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin-top: 65px;
}

.news_type a p{
	width:30%;
	float:left;
	line-height:30px;
	font-size: 16px;
	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;
}






