
.title_border{
	width: 40%;
	height: 170px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.title_border h2{
	color: #fff;
	position: relative;
	font-family: 'dejavu_sansbold';
	width: 250px;
	font-size: 35px;
	text-align: center;
}
.Line{
	width: 2px;
	height: 370px;
	background-color: #f4d22a;
	position: absolute;
	left: 50%;
	top: 60px;
}



.news_border{
	max-width: 1130px;
	margin: 0px auto;
	
}
#news{
    width: 1300px;
    min-height: 50px;
	margin:30px auto;
	position: relative;
}
#news h1{
	font-family: 'dejavu_sansbold';
	margin-left: -70px;
	 font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.news{
	width: 400px;
	height: 390px;
	display: inline-block;
	margin: 14px;
	background-color: #ecf3fd;
	position: relative;
	overflow: hidden;
}

.news-image{
	width: 100%px;
	height: 230px;
	background-size: cover;
	background-position: center center;
}
.date {
    width: 85px;
    height: 20px;
    color: #000;
    font-size: 12px;
    margin-top: 12px;
    line-height: 12px;
    margin-left: 10px;
    text-align: right;
}
.news h2{
	width: 100%;
	text-align: center;
    font-size: 15px;
    
        font-family: "Regular2";
    text-align: left;
    position: relative;
    padding: 10px;
    color: #000;
}
.news p{
	width: 95%;
	margin: auto;
	height: 70px;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
	margin-top: -3px;
	text-align: left;
	font-family: 'dejavu_sansbook';
	border-bottom: 1px solid rgba(0,0,0,0.2)
}
.news a{
    margin-top: -26px;
    position: absolute;
    right: 10px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news a::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 10px;
    background-color: #000;
    border-radius: 10px;
    height: 1px;
    width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_a{
color: #000;
margin-left: 4px;
}

.news a:hover{
	color: #000;
}
.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{
	width: 364px;
	margin: auto;
	overflow: hidden;
}
.news{
	width: 364px;
	margin: 10px 0px;
}
#news h1{
	margin-left: 10px;
}
.all_news{
	right:15px;
}
}