/*新闻动态*/

.news-wrap {
	margin-top: 30px;
}


/*左侧新闻列表*/

.news-left {
	width: 27%;
	float: left;
}

.news-title {
	width: 100%;
	height: 32px;
	color: #2b2b2b;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 23px;
}

.news-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
}

.news-title span {
	float: right;
	font-size: 14px;
}

.news-title a {
	color: #adadad;
}

.news-list {
	width: 100%;
}

.news-list li {
	width: 100%;
	height: 54px;
	margin-bottom: 23px;
}

.news-time {
	width: 54px;
	height: 100%;
	background: #a0a4e2;
	color: #fff;
	text-align: center;
	overflow: hidden;
	float: left;
	    transition: all 0.5s ease-out;
}

.news-time p:nth-child(1) {
	font-size: 18px;
	margin-top: 7px;
}

.news-time p:nth-child(2) {
	font-size: 12px;
}

.news-content {
	float: right;
	width: 80%;
}

.news-content p:nth-child(1) {
	color: #2B2B2B;
	font-size: 15px;
	width: 100%;
	line-height:25px;
}

.news-content p:nth-child(2) {
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #adadad;
	font-size: 13px;
}

.news-list :hover .news-time {
	background: #3e43b5;
}


/*右侧新闻*/

.news-right {
	width: 73%;
	float: right;
	padding-left: 36px;
	box-sizing: border-box;
}

.news-top {
	width: 100%;
}

.news-timg {
	width: 357px;
	margin-right: 16px;
	float: left;
}

.news-img-wrap {
	width: 357px;
	height:246px;
	overflow: hidden;
}

.news-img-wrap img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-out;
}

.news-img-wrap:hover img {
	transform: scale(1.2);
}

.news-timg p {
	color: #2b2b2b;
	font-size: 15px;
	text-align: center;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-r-list {
	width: 447px;
	float: right;
}

.news-r-list li {
	width: 100%;
	margin-bottom: 8px;
}

/*.news-r-line {
	width: 83px;
	height: 5px;
	background: #a0a4e2;
}*/

.news-r-title {
	font-size: 15px;
	color: #2b2b2b;
line-height: 30px;
float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-r-time {
	float: right;
	color: #bababa;
	font-size: 14px;
	
	line-height: 15px;
	margin-top: 6px;
}

.news-r-time img {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
}
/*友情链接*/
.link-wrap {
	width: 100%;
	height: 65px;
	background: #eaeaea;
	float: right;
	margin-top: 16px;
}
.link-flag{
	width: 144px;
	height: 100%;
	float: left;

}
.link-img{
	float: left;
	width: 32px;
	height: 100%;
	line-height: 65px;
	margin: 0 15px;
	
}
.link-flag img{
	width: 32px;
	height: 32px;
	 display: inline-block; vertical-align: middle;
}
.link-text{
	color: #FFFFFF;
	width: 53px;
	
	height: 100%;
	float: left;
	font-size: 24px;
	text-align: center;
	background: #a0a4e2;
}
.link-content {
	width: 82%;
	height: 100%;
	float: right;
	overflow: hidden;
	cursor: pointer;
}
.link-hist {
	width: 13%;
	height: 100%;
}

.link-content img {
	height:65px;
}

.link-pad {
	padding-right:3px;
}