.news-list{ margin-top: 100px; }
.loc-title-en{ margin-bottom: 25px; }
.pages-items{ text-align: right; position: relative; }
.pages-items nav{ margin-top: -80px; }
.pages-items nav ul li a{ border:0px; padding: 10px 30px; color: #727171; font-size: 16px; font-weight: 600;}
.pages-items .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{ background: #e23743!important; color: #ffffff; }
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{ background: #e23743!important; color: #ffffff; }
.glyphicon-menu-left,.glyphicon-menu-right{ font-size: 16px; }
.news-items{ margin-top: 60px; }
.news-item{ height: 255px; position: relative; margin-bottom: 80px;}
.news-img{ width: 455px; height: 255px; margin-bottom: 65px; float: left; }
.news-img img{ display: block; }
.news-desc{ width: 685px; height: 255px; float: right; padding: 40px 65px 20px 65px; position: relative;}
.news-title{ font-size: 22px; padding-right: 85px; color: #595757; line-height: 30px; }
.news-title .news-date{ color: #9d9d9d; font-size: 14px; position: absolute; right: 50px; top: 40px; }
.news-desc-text{ font-size: 16px; color: #727171; line-height: 30px; margin-top: 25px; margin-bottom: 20px; }
.news-bottom-date{ position: absolute; bottom: 10px; }
.news-month{ font-size: 32px; color: #353535; font-weight: 600; }
.news-day{ font-size: 20px; color: #353535; font-weight: 600; }
.news-split{ font-size: 20px; color: #353535; font-weight: 600; }
.news-desc .more-btn{ 
	height: 35px; 
	width:155px; 
	line-height: 35px; 
	text-align: center; 
	font-size: 16px; 
	display: block; 
	position: absolute; 
	background-color: #353535; 
	color: #ffffff; 
	text-decoration: none; 
	position: absolute;
	bottom: 25px;
	right: 10px;
}

.news-items li:hover{
	-webkit-box-shadow: 5px 5px 8px #ddd;
	-moz-box-shadow: 5px 5px 8px #ddd;
	box-shadow: 5px 5px 8px #ddd;
}
.news-items li:hover .news-month{ color: #e23743; }
.news-items li:hover .news-day{ color: #e23743; }
.news-items li:hover .news-split{ color: #e23743; }
.news-items li:hover .more-btn{ background-color: #e23743;  }

.news-pagination{ width: 100%; margin: 0px auto; text-align: center;}
.news-pagination span a{ font-size: 18px; line-height: 18px; padding: 4px 10px; text-decoration: none;}
.news-pagination span a.onFocus,
.news-pagination span a:hover{background: none!important; color: #e23743;}
.news-pagination span a i{font-size:30px; line-height: 18px;}