.ynews_list {width: 100%;margin:0px auto;padding-top:10px;}
.ynews {width: 30.7%;float: left;margin-left: 2%;} 

.ynews.n3 {margin-left: 0;}
.ynews_list li .img-link {display: inline-block;width: 100%;height: auto;overflow: hidden;margin-bottom: 0px;border-bottom: 3px solid #a00c21;} 

.ynews_title {line-height: 24px;width: 100%;float: left;color: #000;font-size: 16px;margin-top: 0px;margin-bottom: 0px;}
.ynews_title a {color:#1f2649;font-weight:lighter;}
.ypost_time {font-size: 10px;color:#1f2649;font-weight:lighter;line-height: 24px;margin-top: 3px;margin-right:10px;}
.ypost_time>span{padding-left:20px;margin-right:10px;background:url(images/times_icon.png) no-repeat;font-size: 12px;color:#1f2649;font-weight:lighter;}

.ynews_wz {font-size: 12px;line-height: 24px;color: #717171;}
.ynews_list li .img-link img {
        width: 100%;height:100%;
	transition: all 1s ease-out; 

	-moz-transition: all 1s ease-out; /* firefox 4 */
	-webkit-transition: all 1s ease-out; /* safari 和 chrome */
	-o-transition: all 1s ease-out; /* opera */
	 display:block;}
.ynews_list li .img-link img:hover{ 
transform: scale(1.3);
-ms-transform:scale(1.3); 	/* ie 9 */
-moz-transform:scale(1.3); 	/* firefox */
-webkit-transform:scale(1.3); /* safari 和 chrome */
-o-transform:scale(1.3);}

}
