/*新闻列表*/
/*PC端*/
@media screen and (min-width: 992px) {
	#head{
		background: url(../img/3.jpg)no-repeat;
		background-size: cover;
		margin-bottom: 40px;
	}
	#head h1,#head p{
		text-align: center;
		color: #a08976;
	}
	#head h1{
		margin: 160px 0 0 0 ;
	}
	#head p{
		margin:20px 0 20px 0;
	}
	#head span{
		display: block;
		text-align: center;
		color: #a08976;
		padding: 0 0 200px 0;
	}
	#NewsList{
		margin-bottom:30px;
	}
	#NewsList h3{
		font-size:18px;
		margin:20px 0 10px 0;
	}
	#NewsList p{
		height:50px;
		overflow: hidden;
		text-overflow: ellipsis
	}
	#NewsList a{
		text-decoration: none;
		color: #9e9e9f;
	}
	#NewsList a:hover{
		text-decoration: none;
		color: #9e9e9f;
	}
	div.container>div.row{
		margin-bottom: 60px;
	}
	div.container>div.row>div.newsList{
		margin-left: 30px;
		width: 30%;
		box-shadow: -2px -2px 10px #aaaaaa;
		margin-top: 20px;
	}

	div.container>div.row>div.newsList>div.row>div.col-md-12{
		background: url(../img/goodLists.png)no-repeat;
		/*height: 450px;*/
		background-size: 100%;

	}
	div.newsList .w_bg{
		height: 230px;
		background: white;
		margin-top: 150px;
		text-align: center;
	}
	div.newsList>div.row>div.col-md-12>div.row>div.col-md-10 p.title{
		padding: 25px 0 10px 0;
		font-size: 12px;
		font-weight: bold;
	}
	div.newsList>div.row>div.col-md-12>div.row>div.col-md-10 p.news{
		text-align: left;
		height: 80px;
		font-size: 10px;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
		overflow: hidden;
	}
	div.newsList>div.row>div.col-md-12>div.row>div.col-md-10 span.time{
		background: url(../img/time.png)no-repeat;
		width: 14px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
	}
	div.newsList>div.row>div.col-md-12>div.row>div.col-md-10 label{
		display: block;
		font-size: 10px;
		text-align: center;
	}
	div.newsList>div.row>div.col-md-12>div.row>div.col-md-10 button{
		margin-top: 10px;
		background: #f9f9f9;
		border-radius: 25px;
		width: 125px;
		height: 40px;
		border: 1px solid #9e9e9f;
		color: #9e9e9f;
	}
	div.newsList>div.row>div.col-md-12>div.row>div.col-md-10>button>span{
		padding-left: 10px;
	}


}


/*--------------------------------手机端--------------------------------*/
/*新闻动态*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	#head{
		background: url(../img/AD_bg.png)no-repeat;
		background-size: cover;
		margin-bottom: 40px;
	}
	#head h1,#head p{
		text-align: center;
		color: #a08976;
	}
	#head h1{
		margin: 160px 0 0 0 ;

	}
	#head p{
		margin:20px 0 20px 0;
	}
	#head span{
		display: block;
		text-align: center;
		color: #a08976;
		/*padding: 0 0 200px 0;*/
	}
	#NewsList{
		margin-bottom:30px;
	}
	#NewsList h3{
		font-size:18px;
		margin:20px 0 10px 0;
	}
	#NewsList p{
		height:50px;
		overflow: hidden;
		text-overflow: ellipsis
	}
	#NewsList a{
		text-decoration: none;
		color: #9e9e9f;
	}
	#NewsList a:hover{
		text-decoration: none;
		color: #9e9e9f;
	}
	/*新闻*/
	a.carousel-control{
		display: none;
	}
	#NewsList{
		margin-top: 30px;
		background: #f9f9f9;
	}
	div.container>div.row{
		/*margin-bottom: 60px;*/
	}
	div.container>div.row>div.newsList{
		margin: 0 10px 30px 10px;
		width: 95%;
		/*border: 1px solid #ccc;*/
		box-shadow: -2px -2px 10px #aaaaaa;
	}
	div.newsList>div.row>div.col-xs-12{
		background: url(../img/goodLists.png)no-repeat;
		/*height: 450px;*/
		background-size: 100%;
	}
	div.newsList .w_bg{
		height: 230px;
		background: white;
		margin-top: 150px;
		text-align: center;
	}
	div.newsList>div.row>div.col-xs-12>div.row>div.col-xs-10>p.title{
		padding: 25px 0 10px 0;
		font-size: 12px;
		font-weight: bold;
	}
	div.newsList>div.row>div.col-xs-12>div.row>div.col-xs-10>p.news{
		text-align: left;
		height: 80px;
		font-size: 10px;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
		overflow: hidden;
	}
	div.newsList>div.row>div.col-xs-12>div.row>div.col-xs-10>label>span.time{
		background: url(../img/time.png)no-repeat;
		width: 14px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
	}
	div.newsList>div.row>div.col-xs-12>div.row>div.col-xs-10>label{
		display: block;
		font-size: 10px;
		text-align: center;
	}
	div.newsList>div.row>div.col-xs-12>div.row>div.col-xs-10>button{
		margin-top: 10px;
		background: #f9f9f9;
		border-radius: 25px;
		width: 125px;
		height: 40px;
		border: 1px solid #9e9e9f;
		color: #9e9e9f;
	}
	div.newsList>div.row>div.col-xs-12>div.row>div.col-xs-10>button>span{
		padding-left: 10px;
	}


}
