






.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;
	}
}


.ynews_two{
	width: 100%;
	position: relative;
}
.ynews_two li{
	float: left;
	width: 32%;
	box-shadow: 0 0 10px #ddd;
	background: #fff;
	margin: 0 0 2% 2%;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	position: relative;
}
.ynews_two li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ynews_two li.btn1,
.ynews_two li.btn4,
.ynews_two li.btn7{
	margin: 0 0 2% 0;
}
.ynews_two li div.img{
	width: 100%;
	padding-top: 74%;
	position: relative;
	overflow: hidden;
}
.ynews_two li div.img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2.5s ease-in-out 0s;
	transition: all 2.5s ease-in-out 0s;
}
.ynews_two li div.word{
	width: 100%;
	padding: 5%;
	position: relative;
}
.ynews_two li div.word:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.ynews_two li:hover div.word:before{
	opacity: 0.6;
	filter:alpha(opacity=60);
}
.ynews_two li div.word h2{
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-weight: normal;
}
.ynews_two li div.word p{
	font-size: 16px;
	color: #666666;
	width: 100%;
	line-height: 1.6em;
	height: 3.2em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0.5em 0;
}
.ynews_two li div.word span{
	font-size: 14px;
	color: #999999;
	display: block;
	width: 100%;
	padding-left: 18px;
	line-height: 1.5em;
	background: url(../images/v1.png) left center no-repeat;
}
.ynews_two li div.ani{
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}
.ynews_two li:hover div.ani{
	opacity: 0.6;
	filter:alpha(opacity=60);
	display: none;
} 
.ynews_two li div.ani:before{
	content: "";
	width: 0;
	height: 60%;
	display: block;
	position: absolute;
	left: 25%;
	top: 0;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 1.4s ease-in-out 0s;
	transition: all 1.4s ease-in-out 0s;
}
.ynews_two li:hover div.ani:before{
	width: 50%;
}
.ynews_two li div.ani img{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0%;
	top: 45%;
	margin: -25px -25px 0 0;
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg); 
}
.ynews_two li:hover div.ani img{
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	right: 50%;
}
.ynews_two li:hover{
	box-shadow: 0 0 10px #999;
}
.ynews_two li:hover div.ani img:hover{
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.ynews_two li:hover div.img img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}






































