
.banner{
	background-image: url(../images/news_banner_bg.jpg);
}

.wrap{
	background-color: #fff;
	padding: 4.375% 0 5.2%;
}
.wrap .title{
	text-align: center;
	margin-bottom: 2.84%;
}
.wrap .title h3{
	font-size: 28px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1.775%;
}
.wrap .title p{
	font-size: 14px;
	color: #999999;
}
.wrap .content{
	font-size: 14px;
	color: #555;
	line-height: 1.714;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 3.37% 0 10%;
	margin-bottom:3%;
}
.wrap .content *{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.wrap .content img{
	max-width: 100%;
	margin: 10px 0px;
}
.wrap .relative-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;		
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;		
	flex-direction: row;
}
.wrap .relative-box a{
	font-size: 14px;
	color: #999;
	max-width: 45%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 1.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wrap .relative-box a:hover{
	color: #333;
	font-weight: bold;
}
.wrap .relative-box a.prev:hover{
	padding-left: 2em;
}
.wrap .relative-box a.next:hover{
	padding-right: 2em;
}
.wrap .relative-box a::after{
	font-family:FontAwesome;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap .relative-box a:hover::after{
	opacity: 1;
}
.wrap .relative-box a.prev::after{
	content:  "\f177";
	left: -2em;
}
.wrap .relative-box a.prev:hover::after{
	left: 0;
}
.wrap .relative-box a.next::after{
	content:  "\f178";
	right: -2em;
}
.wrap .relative-box a.next:hover::after{
	right: 0;
}
.daili_desc h3 {
	color: #1c1d1b;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
}
.daili_desc_more {
	text-align: center;
}
.daili_desc_more .more {
	margin-top: 2.7%;
    font-size: 14px;
    color: #fff;
    padding: 1em 2.3em 1em 2.3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 1;
    background-color: #1a31ac;
    display: inline-block;
}
.hezuodaili_page {
	text-align: center;
}
.hezuodaili_page h2 {
	font-size: 20px !important;
	padding: 20px 0px 10px;
}
.hezuodaili_page p {
	line-height: 30px !important;
}
.wrap .hezuodaili_page {
	border: 0px;
	padding-bottom: 0px;
}

@media only screen and (max-width:1024px) {

	.wrap{
		padding: 2.5rem 0;
	}
	.wrap .title{
		margin-bottom: 1.5rem;
	}
	.wrap .title h3{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.wrap .title p{
		font-size: 0.625rem;
	}
	.wrap .content{
		font-size: 0.625rem;
		padding: 1.5rem 0;
		margin-bottom: 1.5rem;
	}
	.wrap .relative-box a{
		font-size: 0.625rem;
	}
	.daili_desc h3 {
		font-size: 15px;
	}

}