.news_scroll {
	padding-bottom: 40px;
}
.news_scroll h2 {
    margin-bottom: 10px;
}
.news_scroll a {
 color: #51b8f1; 
}
.news_scroll p {
	border: none;
	font-size: 14px;
	line-height: 1;
  margin: 5px 0;
}
.news_scroll h2 .post-title {
    border: medium none;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
.news_scroll .post_date {
    color: #666;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    /* float: left; */
}
.widget-area .widget p {
	margin: 0 !important;
}
.news_scroll .post_thumbnail {
	float: none !important;
	margin-right: 0 !important;
	border: 1px solid #cccccc;
	padding: 10px;
	text-align: center;
	display: inline-block;
  margin-bottom: 10px;
}
.news_scroll a {
	box-shadow: none !important;
	text-decoration: underline;
	font-size: 12px;
}
/*.news_scroll .fl.newsdesc {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}*/
.news_scroll .postExert {
	margin: 10px 0;
	overflow: hidden;
}
.news_scroll .link-more {
  float: left;
  padding: 10px 0;
}
.news_scroll .comment-num {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}
.news_scroll .postExert a {
	color: #51b8f1;
	text-decoration: none;
	background-image: url('../images/last-right.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}
.news_scroll .postExert p {
	font-size: 16px;
	color: #000000;
}
.news_scroll .postExert a:hover {
	color: #51b8f1;
	text-decoration: underline;
}
.slick-prev, .slick-next {
  background-color: #222222	;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  border: none;
  float: left;
  box-shadow: none !important;
  font-size: 14px;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #000000;
 }
.view_all_link {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
}
.view_all_link a {
  background-color: #222222	;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  border: none;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: bold;
}
.view_all_link a:hover, .view_all_link a:active, .view_all_link a:focus {
  background-color: #000	;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 10px;
  border: none;
  box-shadow: none !important;
  font-size: 14px;
}
.comment-num img {
  float: left;
  margin-right: 8px;
}
.comment-num a {
  display: inline-flex;
  text-decoration: none;
  color: #51b8f1;
}
.news_scroll .slick-prev {
	background-color: transparent;
	background-image: url('../images/prev.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
    left: auto;
    right: 35px;
    bottom: 0px;
    top:auto;
    z-index: 99;
    opacity: 0.8;
}
.news_scroll .slick-prev:hover, .news_scroll .slick-prev:focus {
	background-image: url('../images/prev.png');
	background-position: 0 0;
	opacity: 1;
}
.news_scroll .slick-next {
	background-color: transparent;
	background-image: url('../images/next.png');
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
    left: auto;
    right: 0;
    bottom: 0px;
    top:auto;
    z-index: 99;
    opacity: 0.8;
}
.news_scroll .slick-next:hover, .news_scroll .slick-next:focus {
	background-image: url('../images/next.png');
	background-position: 0 0;
	opacity: 1;
}
.news_scroll .slick-prev:before, .news_scroll .slick-next:before {
	display: none;
	content: none;
}