

.other-news{    
	align-items: center;
    background: rgba(255, 255, 255, 0.8);
	border-top: 50px solid rgba(255, 255, 255, 0.8);
	border-bottom:50px solid rgba(255, 255, 255, 0.8);
}

.other-news>ul{padding:0 25px 0 25px;}
.other-news>ul>a {display: flex;color: #000; border-top:10px solid rgba(255,255,255,0); border-bottom:10px solid rgba(255,255,255,0) }
.other-news>ul>a:nth-of-type(2n+0){ background:rgba(255,255,255,0.5) url(../images/other/news_li_bg.png) 850px 190px  no-repeat; }
.other-news>ul>a:nth-of-type(2n+1){ background:rgba(0,0,0,0) url(../images/other/news_li_bg.png) 850px 190px  no-repeat; transition:all 2s; }
.other-news>ul>a:hover{ background:rgba(255,255,255,0.9) url(../images/other/news_li_bg.png) 500px 190px  no-repeat;  transition:all 2s; }
.new-li-img {flex-grow: 1;width:400px;height:280px;overflow: hidden;}
.new-li-img>img {width: 100%;height: 100%;}
.new-li-time{flex-grow: 2; width:150px; padding: 20px 21px 0px 30px; background:url(../images/home/part5_y2_bg2.png) 30px 48px no-repeat;}
.new-li-time>h3{ font-size:36px;}
.new-li-time>h5{ font-size:16px; font-weight:400; text-align:right}
.new-li-font{
	flex-grow: 3; 
	width:450px;
    padding: 60px 150px 0px 15px;
}
.new-li-font>h2{ font-size:24px;margin-bottom: 20px;    height: 1.5em;
    overflow: hidden;}
.new-li-font>p{
	font-size:14px;
    height: 65px;
    overflow: hidden;
}

/*鼠标经过*/
.other-news>ul>a>.new-li-time, .other-news>ul>a>.new-li-font{transition: 1s;transform:translate(0,0); transition:cubic-bezier(x1,y1,x2,y2)}
.other-news>ul>a:hover>.new-li-time, .other-news>ul>a:hover>.new-li-font{transition: 1s;transform:translate(50px,0); transition:cubic-bezier(x1,y1,x2,y2)}


.other-news>ul>a>.new-li-img>img      {transform:scale(1.1);transition:all 0.5s;cursor:pointer;transition-delay:0s;}
.other-news>ul>a:hover>.new-li-img>img  {transform:scale(1.2);transition:all 0.5s;}


@media (max-width: 1200px) {
	.other-news>ul>a{ display:block}
	.other-news{ width:100%}
	.new-li-img{ width:100%; height:auto}
	.new-li-time{ width:20%; float:left; padding:10px 0; background:none}
	.new-li-time>h5{ float:left}	
	.new-li-font{ width:78%; float:right; padding:10px 0}
}













.other-newser{ 
	padding:70px 120px 130px 190px; 
	background:rgba(255,255,255,0.8) url(../images/other/article_bg.png) bottom right no-repeat;
	min-height:800px;
	
}
.other-newser>h3{ text-align:left; color:rgba(0,0,0,1); line-height:2.5em}
.other-newser>h6{ text-align:right; color:rgba(102,102,102,1); line-height:2.5em; font-weight:300; font-size:12px;}
.other-newser p{}
.other-newser p img{ width:100%}



@media (max-width: 1200px) {
	.other-newser{
		background:rgba(255,255,255,0.8);
		padding:10px;
	}
}