.ynews_one{
	width: 100%;
    font-size: 0;
    font-size: 20px;
    margin: 2em 0;
}
.ynews_one .mid{
	padding-right: 10px;
    position: relative;
}
.ynews_one a{
	display: block;
	float: left;
	font-size: 0.9em;
	padding: 1.5em;
	width: 10em;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	position: relative;
	top: -1px;
}
.ynews_one a.on,
.ynews_one a:hover{
	background: #e60027;
	color: #fff;
}
.ynews_one .search{
	position: absolute;
	width: 19em;
	height: 3em;
	right: 0;
	top: 50%;
	margin-top: -1.5em;
	border: 1px solid #e60027;
}
.ynews_one .search input[type="text"]{
	display: block;
	width: 80%;
	float: left;
	height: 3.6em;
	padding: 0 5%;
	border: none;
	outline: none;
	background: none;
	font-size: 0.8em;
}
.ynews_one .search input[type="button"]{
	display: block;
	width: 20%;
	float: right;
	height: 3em;
	border: none;
	outline: none;
	background: none;
	background: url(../images/l33.png) center no-repeat;
	cursor: pointer;
}
@media screen and (max-width: 1200px){
	.ynews_one .search{
		right: 15px;
	}
}
@media screen and (max-width: 1024px){
	.ynews_one{
		font-size: 16px;
	}
	.ynews_one a{
		font-size: 1em;
	}
}
@media screen and (max-width: 768px){
	.ynews_one{
		font-size: 12px;
	}
	.ynews_one a{
		font-size: 1.2em;
	}
	.ynews_one .search input[type="text"]{
		height: 2.9em;
	}
}





.xq_out{
	padding-top: 3%;
}
.xq_out .xq_one{
	float: left;
	width: 70%;
}
.xq_out .xq_one .top{
	font-size: 20px;
	padding-right: 5em;
	position: relative;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #cccccc;
	line-height: 150%;
}
.xq_out .xq_one .top>h1{
	width: 100%;
	font-size: 1.1em;
	color: #e60027;
	font-weight: normal;
}
.xq_out .xq_one .top>span{
	font-size: 0.8em;
	color: #999999;
	width: 100%;
	display: block;
	margin: 1em 0 0 0;
}
.xq_out .xq_one .top>i{
	display: block;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.8em;
	color: #666666;
}
@media screen and (max-width: 1200px){
	.xq_out .xq_one .top{
		font-size: 18px;
	}
}
@media screen and (max-width: 980px){
	.xq_out .xq_one .top{
		font-size: 16px;
	}
}
.xq_out .xq_one .text{
	padding-top: 3%;
	padding-bottom: 3%;
}
.xq_out .xq_one .bottom{
	clear: both;
	width: 100%;
	padding: 2% 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.xq_out .xq_one .bottom a{
	display: block;
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	position: relative;
	text-align: center;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	padding: 0 2%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xq_out .xq_one .bottom a:first-child:before{
	content: "";
	width: 1px;
	height: 50px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.xq_out .xq_one .bottom a:hover{
	color: #e60027;
	text-decoration: underline;
}
.xq_out .xq_two{
	float: right;
	width: 25%;
}
.xq_out .xq_two div{
	width: 100%;
	padding-bottom: 20px;
}
.xq_out .xq_two div h2{
	font-size: 22px;
	color: #e60027;
	font-weight: normal;
	width: 100%;
	padding-left: 20px;
	position: relative;
	padding-bottom: 1em;
}
.xq_out .xq_two div h2:before{
	content: '';
	width: 3px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 23%;
	margin-top: -8px;
	background: #e60027;
}
.xq_out .xq_two div ul{
	border: 1px solid #f2f2f2;
	padding: 3% 3% 3% 5%;
}
.xq_out .xq_two div ul li a{
	width: 100%;
	display: block;
	font-size: 16px;
	color: #333;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 12px;
	margin: 1em 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.xq_out .xq_two div ul li a:before{
	content: "";
	width: 2px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 1px;
	background: #e60027;
}
.xq_out .xq_two div ul li a:hover{
	color: #e60027;
	text-decoration: underline;
}
@media screen and (max-width: 980px){
	.xq_out .xq_one,
	.xq_out .xq_two{
		float: none;
		width: 100%;
	}
	.xq_out .xq_two div{
		float: left;
		width: 32%;
		padding: 20px 0 0 0;
		margin: 0 0 0 2%;
	}
	.xq_out .xq_two div:first-child{
		margin: 0;
	}
}























