﻿.newslist{
	width:1200px;
	height: 100%;
	margin: 20px auto;
	border: 1px  #dcdddd solid;
	padding:20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.newslist-a{
	width:1100px;
	height: 120px;
	background:#f3f3f3;
	margin: 30px auto;
}
.newslist-img{
	width: 120px;
	height: 120px;
	float:left;
}
.newslist-img img{
	width: 120px;
	height: 120px;
	
}
.newslist-cont{
	margin: 0 20px;
	padding: 5px;
	float:right;
	width: 940px;
	height: 120px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newslist-cont h2{
	color:#f39800;
	font-size:25px;
	font-weight:600;
	margin: 10px 0;
}
.newslist-cont p{
	color:#999999;
	font-size:16px;
	margin: 5px 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
	
	
}





@media only screen and (max-width: 750px) {
    .newslist-cont p{
        display: none;
    }
	
	.newslist-img{
	display:none;
	}
	.newslist{
	padding:0 -20px;
	width:750px;
	height: 100%;
	margin: 20px auto;
	border: 1px  #dcdddd solid;
	
	
	}
.newslist-a{
	width:750px;
	height: 60px;
	background:#f3f3f3;
	margin: 30px auto;
	padding:0 -20px;
}
.newslist-img img{
	display:none;
	
}
.newslist-cont h2{
	color:#f39800;
	font-size:20px;
	font-weight:600;
	text-algin:left;
	clear:both;
	margin:0 30px;
	line-height:50px;
}
.newslist-cont{
	width: 750px;
	height: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	

}



}

























.newslist-a:hover{
	box-shadow:1px 1px 3px rgb(0,0,0,0.5)
}

.newsinfo{
	width: 1200px;
	height: 100%;
	margin: 20px auto;
	padding: 20px;
	border: 1px  #f3f3f3 solid;
	
}
.newsinfo h1{
	color:#555;
	font-size:30px;
	font-weight:600;
	text-align:center;
}
.newsinfo p{
	text-align:center;
	margin: 10px 0;
	font-size:16px;
}



/* 侧边栏样式 */
.asideright{
	width: 65px;
	height: 400px;
	position: fixed;
	right: 0px;
	top: 200px;
	z-index:99;
}
.asidezhuce{
	width: 100%;
	height: 65px;
	background-color: #FF0000;
	color: #fff;
	box-shadow: 1px 1px 3px rgb(0,0,0,0.4);
	border-radius: 10px;
	text-align: center;
	margin: 10px auto;
}

.asidezhuce i{
	font-size: 35px;
	padding:5px 0;
}
.asidezhuce span{
	display: block;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	
}

.asidekefu{
	width: 100%;
	height: 65px;
	background-color: #f00;
	color: #fff;
	box-shadow: 1px 1px 3px rgb(0,0,0,0.4);
	border-radius: 10px;
	text-align: center;
	margin: 10px auto;
	vertical-align: middle;
}

.asidekefu i{
	font-size: 35px;
}

.asidekefu span{
	display: block;
	font-size: 25px;
	text-align: center;
	line-height:65px;
}

.kefuwx{
	width: 150px;
	height: 150px;
	position: absolute;
	display: none;
	left: -160px;
	top: 100px;
}

.asidekefu:hover .kefuwx{
	display: block;
}

.bgcolor1{
	background-color: #474a4d;
}
.bgcolor2{
	background-color: #00a497;
}