﻿.xs-banner-news {
	min-width: 1200px;
	background: url(../images/new_ban_1.png) no-repeat center 0;
}
.main-content-title {
	margin-bottom: 40px;
}

/*新闻列表*/
.news-list {
	margin-bottom: 16px;
	/*overflow: hidden;*/
}
.news-list .news-list-wrap {
	/*margin-right: -16px;*/
}
.news-list .item {
	width: 266px;
	height: 320px;
	padding: 10px;
	position: relative;
	border: 1px solid #ededed;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    float: left;
    margin: 0 16px 24px 0;
}
.news-list .item:nth-child(4n) {
    margin-right: 0;
}
.news-list .item .img {
	width: 266px;
	height: 152px;
}
.news-list .item .img img {
	width: 266px;
	height: 152px;
}
.news-list .item .tit {
	word-break: break-all;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-top: 13px;
	margin-bottom: 8px;
	max-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list .item .tit-msg {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-list .item .data {
	position: absolute;
	font-size: 14px;
	color: #999;
	bottom: 6px;
}
.news-list .item:hover {
	-moz-box-shadow: 0 0 12px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 12px 0px rgba(0,0,0,.1);
    box-shadow: 0 0 12px 0px rgba(0,0,0,.1);
}

.main-content-body{ margin-top:40px}

/*资讯详情*/
.new-detail {
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 32px;
}
.new-detail .tit-top {
	margin: 70px 0 18px;
	text-align: center;
}
.new-detail .tit {
	color: #000;
	font-size: 24px;
}
.new-detail .time {
	margin-top: 7px;
	color: #999999;
}
.new-detail .cont {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
.new-detail img {
	width: 80%;
}

.new-detail .new-bot {
	line-height: 30px;
	color: #333;
	font-size: 16px;
	padding: 29px 0 0;
	border-top: 1px solid #e4e2e2;
}
.new-detail .new-bot a {
	color: #333;
}
.new-detail .new-bot a:hover {
	color: #5481fe
}



