/* News */
.news-slider {
	float:left;
	height:340px;
	padding:10px 0px 10px 0px;
	background:#fff;
	position:relative;
	margin-bottom:30px;
}
.news-slider .text-content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 20px 20px 0px;
  width: 630px;
  height: 320px;
  z-index: 10;
}
.news-slider .text-content h2 {
  margin: 0;
  font-size: 36px;
  font-weight:600;
}
.news-slider .text-content .news_date {
  font-size:11px;
  color:#999999;
  margin:15px 0px 20px;
}
.news-slider .text-content .news-place, .news-slider .text-content .news-date{
  display:inline-block;
  margin-right:20px;
}
.news-slider .text-content .fa{
	margin-right:5px;
	}

.news-slider .text-content .text-short p{
	font-size:17px;
	color:#565656;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
	}
.news-slider .text-content a.button-link {
  padding: 0.25em 0em;
  position: absolute;
  bottom: 1em;
  left: 1.5em;
  color:#191919;
  font-weight:600;
  text-decoration:none;
}
.news-slider .text-content a.button-link span{
	font-family:  'Open Sans', Helvetica, sans-serif;
}
.news-slider .fa-angle-right:before {
    color: #fff;
    width: 18px;
    height: 15px;
    background: #0d314f;
    float: left;
    margin: 0px 8px 0px 0px;
    text-align: center;
}
.news-slider .image-content {
  line-height: 0;
  position: absolute;
  top:0;
  right: 0;
  height: 320px;
}
.news-slider .image-content img {
  max-width: 100%;
  height: 100%;
}
.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
.news-slider .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}
.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}
