/*导航*/

/*banner*/
.banner img{
	width: 100%;
}

.news-box{
	overflow:hidden;
	padding-top: 5%;
}
.news-box>div{
	float: left;
}
/*左侧导航*/
.left-menu{
	width: 20%;
}
.left-menu .title>.eg{
	margin-top: 10px;
}

.left-menu-list{
	margin-top: 20px;
}
.left-menu-list .square{
	display: inline-block;
	background-color: #bfbfbf;
	margin-right: 20px;
}
.left-menu-list .square.square-big{
	width: 10px;
	height: 10px;
}
.left-menu-list .square.square-small{
	width: 5px;
	height: 5px;
}
.left-menu-list .active>.icon{
	display: inline-block;
	margin-right: 20px;
	width: 10px;
	height: 10px;
	background: url(../img/icon-active.png) no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.left-menu-list ul[class*="left-child-"]{
	padding-left: 20px;
	margin-top: 10px;
}
.left-menu-list .active{
	color: #fac832;
}

/*手机自适应顶部导航*/
.top-menu{
	background-color: #fff;
	border: solid 1px #f5f5f5;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.top-menu .active{
	color: #fac832;
}
.top-menu-child-list{
	position: absolute;
	background-color: #fff;
	width: 100%;
	border: solid 1px #f5f5f5;
	border-left: 0;
	border-right: 0;
	margin-top: 10px;
	z-index: 9;
	max-height: 50vw;
	overflow-y: auto;
	display: none;
}
.top-menu-child-list>.menu-child-1{
	display: none;
}
.menu-child-1{
	padding: 10px;
}
.menu-child-2{
	margin-bottom: 10px;
}
.menu-child-2>li{
	padding-top: 10px;
}

/*新闻列表*/
.news-list{
	width: 80%;
}
@media screen and (max-width: 991px) {
	.news-list{
		width: 100%;
	}
}
.news-one{
	padding: 20px 0;
	border-bottom: solid 1px #eeeeee;
	position: relative;
}
.news-list>.news-one:last-child{
	border-bottom: 0;
}
.news-one>div{
	float: left;
	box-sizing: border-box;
}
.news-one>.news-img{
	width: 25%;
	padding-right: 20px;
	min-height: 175px;
}
@media screen and (max-width: 991px) {
	.news-list>.news-one>.news-img{
		width: 40% !important;
	}
}
.news-one>.news-img>img{
	width: 100%;
}
.news-one>.info{
	width: 75%;
	position: absolute;
	left: 25%;
	height: calc(100% - 40px);
}
@media screen and (max-width: 991px) {
	.news-list>.news-one>.info{
		width: 60% !important;
		left: 40% !important;
	}
}
.news-one>.info>.news-title{
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
@media screen and (max-width: 991px){
	.news-one>.info>.news-title{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
}
.news-one>.info>.content{
	height: calc(100% - 45px);
	margin-top: 20px;
	overflow: hidden;
}
@media screen and (max-width: 991px){
	.news-one>.info>.content{
		margin-top: 5px;
	}
}
.news-one .bottom-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background-color: #f5f5f5;
}
@media screen and (max-width: 991px){
	.news-one .bottom-info{
		height: 15px;
	}
}
.bottom-info>.time{
	background: url(../img/icon-time.png) no-repeat;
	background-size: auto 80%;
	background-position: left center;
	padding-left: 30px;
}
.bottom-info>.more-box{
	margin-bottom: 0;
	line-height: normal;
}