/* CSS Document */
.news_content { background: #fff; }
.news_box {
	width: 700px;
	margin: 0 auto;
}
.news_title .img_t {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 30px 0;
}
.news_title .img_t img{
	display:inline;
	}
.title-ul {
	clear: both;
	padding: 15px 0;
}
.title-ul li {
	float: left;
	width: 50%;
	text-align: center;
}
.title-ul li span {
	background: url(../images/red-xian.png) no-repeat left center;
	padding-left: 30px;
	text-transform: uppercase
}
.newslist li { position: relative; }
.newslist li .newsdate {
	padding: 40px 0 10px;
	color: #999;
}
.newslist li .newstitle {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
    font-size: 13px;
}
.newslist li .newsimg {
	text-align: center;
	padding: 40px 0;
}
.newslist li .newinfo {
	line-height: 22px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.newslist li .newsshare {
	text-align: center;
	padding: 20px;
	border-bottom: 4px solid #000;
}
.newsshare .news-share {
	width: 100px;
	margin: 0 auto;
	height: 28px;
}
.newsshare .news-share a {
	display: block;
	margin-right: 5px;
	float: left;
}
.newsshare .news-share a span {
	width: 26px !important;
	height: 26px !important;
	line-height: 26px !important;
	padding: 0px !important;
}
.newsshare .news-share a span:hover { opacity: 1; }
.newsshare .news-share a.weixin span { background: url(../images/wei.png) no-repeat 5px 7px; }
.newsshare .news-share a.tsina span { background: url(../images/wei.png) no-repeat -42px 7px; }
.newsshare .news-share a.tqq span { background: url(../images/wei.png) no-repeat -86px 7px; }
.newsshare .news-share a.weixin:hover span { background: url(../images/weih.png) no-repeat 5px 7px; }
.newsshare .news-share a.tsina:hover span { background: url(../images/weih.png) no-repeat -42px 7px; }
.newsshare .news-share a.tqq:hover span { background: url(../images/weih.png) no-repeat -86px 7px; }

.news_box .slick-slide img{ height:auto; max-width:700px;}
