﻿/* CSS Document */
#middle {
	width: 100%;
	min-width: 1200px;
}

#middle::after {
	content: '';
	display: block;
	clear: both;
}

.mid-banner {
	width: 100%;
	background: url(/cms/templates/300528956048250000/images/index_icon_01.jpg) no-repeat;
	background-size: 100% 100%;
	display: block;
	height: 298px;
}

/* 头部nav */
/* .middle-nav {
	width: 100%;
	height: 66px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;
}

.middle-nav .middle-nav-ul {
	height: 66px;
	width: 1200px;
	margin: 0 auto;
}

.middle-nav-ul li {
	float: left;
	height: 66px;
	line-height: 66px;
	padding: 0 25px;
	font-size: 18px;
}

.middle-nav .middle-nav-ul li:hover{
	border-bottom: 1px solid #0D56AE;
}

.middle-nav .middle-nav-ul li:hover a{
	color: #0D56AE;
	font-weight: bold;
}

.middle-nav .middle-nav-ul .li-left-distanceCurrent{
	border-bottom: 1px solid #0D56AE;
}

.middle-nav .middle-nav-ul .li-left-distanceCurrent a {
	color: #0E55AD;
	font-weight: bold;
}

.li-left-distance {
	margin-left: 25px;
} */

.mid-wrapper{ width:1200px; margin:0 auto;}


/* 文章列表 */
.mid-article {
	width: 906px;
	float:right;
}

/* 文章抬头 */
.mid-article-title {
	font-size: 14px;
	color: #000000;
	margin: 30px auto 20px;
width:1200px;
}

.mid-article-list {
        padding-bottom: 30px;
}

.article-item {
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 30px;
	overflow: hidden;
}

.article-item:hover {
	-moz-box-shadow: 0px 1px 5px #BDBDBD;
	-webkit-box-shadow: 0px 1px 5px #BDBDBD;
	box-shadow: 0px 1px 5px #BDBDBD;
}

.article-item-img {
	width: 230px;
	height: 160px;
	float: left;
        background: url(/cms/templates/300528956048250000/images/index_icon_06.jpg) no-repeat;
	background-size: 100% 100%;

}

.article-item-img img {
	width: 100%;
	height: 100%;
}

/* 文章内容 */
.article-item-content {
	width: 580px;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	padding: 10px 0px;
word-break: break-word;
}



.article-item-content .item-title {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #000000;
}


.article-item .item-title a{
	font-size: 18px;
	color: #000000;
}

.article-item-content .item-content {
	width: 100%;
	height: 56px;
	font-size: 14px;
	color: #7d7d7d;
	margin-bottom: 25px;
	line-height: 28px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-item .item-content a{
	font-size: 14px;
	color: #4b4b4b;
}

.article-item .item-content img,video{
        display:none;
}

.article-item-content .item-time {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #909090;
}

.article-item-content .item-time a{
	font-size: 15px;
	color: #909090;
}


.article-item-content .item-time img {
	width: 16px;
	height: 17px;
	margin-right: 5px;
}