body{
	background: #f4f4f4;
}
.header{
	background: #FFFFFF;
}
.header .header_top img{
	width: 100%;
	height: 230px;
}
.header .header_body{
	padding: 25px 0;
}
.header .header_body h5{
	margin: 0;
	position: relative;
	padding-left: 15px;
}
.header .header_body h5:before{
	position: absolute;
	left: 0;
	top: -2px;
	content: '';
	width: 3px;
	height: 100%;
	background: #fe6612;
}
.header .header_bottom{
	margin-top: 25px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 10px;
}
.header .header_bottom .header_img img{
	width: 25px;
	height: 25px;
	border-radius:50%;
	margin-left: -10px;
}
.header .header_bottom p{
	color: #999999;
	margin-bottom: 0;
	margin-left: 15px;
	line-height: 28px;
}
.content{
	margin-top: 10px;
	margin-bottom: 60px;
}
.content .con_top {
	background:#FFFFFF;
}
.content .con_top .top_body{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.content .con_top .top_body .top_list{
	width: 50%;
	padding: 25px 0;
	text-align: center;
}
.content .con_top .top_body .top_list h4{
	font-weight: bold;
}
.content .con_top .top_body .top_list h5{
	color: #999999;
}
.content .con_top .top_body .top_list img{
	width: 15px;
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.content .con_top .top_body:after{
	content:'';
	position: absolute;
	top: 30px;
	left: 50%;
	width: 1px;
	height: 50%;
	background: #EEEEEE;
}
.content .Xq{
	font-size: 16px;
	color: #666666;
	padding: 15px 20px;
	margin-top: 10px;
	background: #FFFFFF;
}
.content .Xq .Xq_body{
	margin-bottom: 25px;
}
.content .Xq h5{
	margin:0;
	font-size: 16px;
}
.content .Xq p{
	margin-top: 15px;
}
.content .Zz{
	margin-top: 10px;
	background: #FFFFFF;
}
.content .Zz .Zz_body{
	padding: 25px 0;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.content .Zz .Zz_body img{
	width: 50px;
	height: 50px;
	border-radius:50%;
	margin-top: -5px;
	margin-right: 15px;
}
.content .Zz .Zz_body h4{
	margin: 0;
	color: #666666;
}
.content .Zz .Zz_body p{
	margin: 5px 0 0 0;
	color: #999999;
}
.content .Xg{
	padding-top: 15px;
	margin-top: 10px;
	background: #FFFFFF;
}
.content .Xg .body_title h4{
	margin: 0;
	padding: 0;
	line-height: 45px;
}
.content .Xg .body_b .body_list{
	border-bottom:1px solid #EEEEEE;
	padding: 15px 0;
}
.content .Xg .body_b .body_list:last-child{
	border: none;
}
.content .Xg .body_b .body_list a{
	display: block;
	text-decoration: none;
	color: #333333;
}
.content .Xg .body_b .body_list .list_title .Zt{
	color:#fe6612;
}
.content .Xg .body_b .body_list .list_title .Sj{
	color: #999999;
}
.content .Xg .body_b .body_list .list_body{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
}
.content .Xg .body_b .body_list .list_body h5{
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content .Xg .body_b .body_list .list_body p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
	font-size: 12px;
}
.content .Xg .body_b .body_list .list_l{
	width: 65%;
}
.content .Xg .body_b .body_list .list_r{
	width: 30%;
	height: 90px;
}
.content .Xg .body_b .body_list .list_r img{
	width: 100%;
	height: 100%;
}
.content .Xg .body_b .body_list .list_bottom{
	margin-top: 15px;
}
.content .Xg .body_b .body_list .list_bottom small{
	float: right;
	color: #999999;
}
.footer{
	position: fixed;
	z-index: 99;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #EEEEEE;
	background: #FFFFFF;
}
.footer .footer_body{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .footer_body a{
	display: block;
	text-decoration: none;
	color: #333;
	width: 33.3%;
}
.footer .footer_body .footer_l{
	line-height: 40px;
}
.footer .footer_body a img{
	width: 20px;
	height: 20px;
}
.footer .footer_body .footer_r{
	background: #fe6612;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	border-radius:5px;
}

.footer .footer_body a.kan{
	display: block;
	text-decoration: none;
	color: #333;
	width: 70%;
}