#news h1,.title_border h2{
	font-family: dejavu_sansbold
}.date,.news a:hover,.news_a{
	color: #1876d6
}.title_border{
	width: 40%;
	height: 170px;
	position: absolute;
	bottom: 0;
	right: 0
}.title_border h2{
	color: #fff;
	position: relative;
	width: 250px;
	font-size: 35px;
	text-align: center
}.news h2,.news p{
	text-align: left;
	color: #000
}.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%;
	top: 60px
}#news,.news,.news h2{
	position: relative
}.news_border{
	max-width: 1130px;
	margin: 0 auto
}#news{
	width: 1240px;
	min-height: 50px;
	margin: 0 auto
}#news h1{
	margin-left: -70px
}.news{
	width: 380px;
	height: 380px;
	display: inline-block;
	margin: 14px;
	background-color: #ecf3fd;
	overflow: hidden
}.news-image{
	width: 100%px;
	height: 230px;
	background-size: cover;
	background-position: center center
}.date{
	width: 85px;
	height: 20px;
	font-size: 12px;
	margin-top: 12px;
	line-height: 12px;
	margin-left: 10px;
	text-align: right
}.news h2{
	width: 100%;
	font-size: 17px;
	font-family: bpg_nino_medium_capsregular;
	font-weight: 700;
	padding: 10px
}.news p{
	width: 95%;
	margin: -3px auto auto;
	height: 70px;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	font-family: dejavu_sansbook;
	border-bottom: 1px solid rgba(0,0,0,.2)
}.news a{
	margin-top: -26px;
	position: absolute;
	right: 10px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}.news a::before{
	content: "";
	position: absolute;
	top: 24px;
	left: 10px;
	background-color: #1876d6;
	border-radius: 10px;
	height: 1px;
	width: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}.news_a{
	margin-left: 4px
}.news a:hover::before{
	width: 76px
}@media only screen and (max-width:1500px){
	#news{
		width: 1200px
	}.news{
		width: 364px
	}#news h1{
		margin-left: 10px
	}.all_news{
		right: 15px
	}
}@media only screen and (max-width:1220px){
	#news,.news{
		width: 364px
	}#news{
		margin: auto
	}.news{
		margin: 10px 0
	}#news h1{
		margin-left: 10px
	}.all_news{
		right: 15px
	}
}