
*{
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}
[v-cloak]{
	display: none;
}
.newsback{
	width:100%;
}
.newsback img{
	width:100%;
}
.newstitle{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
	margin-top:30px;
}
.newstitle h3{
	line-height:60px;
	font-size:24px;
}
.newstitle span{
	width:100px;
	height:2px;
	background-color:#000;
	margin-bottom:10px;
}
.newslist{
	width:80%;
	margin: 0 auto;
	overflow: hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:10px;
	padding-top:10px;
}
.newslist li{
	float: left;
	margin-right:50px;
}
.newslist div{
	background: #FFFFFF;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	border-radius: 24px 24px 24px 24px;
	display:flex;
	align-items:center;
	padding: 10px 15px;
	margin-right: 10px;
}
.newslist ul{
	display:flex;
	align-items:center;
}
.newsbox1 figure{
	transition: all 0.5s;
}
.newsbox1 figure:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.newsbox2 figure{
	transition: all 0.5s;
}
.newsbox2 figure:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.nwesxz{
	font-size:24px;
	font-weight:bold;
	border-bottom:3px solid #000;
}
.newslist div>img{
	width:18px;
	height:18px;
	padding-right:5px;
}
.newslist input{
	border:none;
	outline: none;
}
.newsbox{
	width:80%;
	margin:0 auto;
}
.newsbox1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.newsbox1 figure{
	width:49%;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	border-radius: 24px 24px 24px 24px;
	overflow: hidden;
	margin-bottom:50px;
	margin-top:30px;
}
.newsbox1 figure>img{
	width:100%;
	height:433px;
}
.newsbox1 figcaption{
	width:100%;
	padding:20px;
	box-sizing: border-box;
}
.newsbox1 figcaption>h3{
	line-height:40px;
	    line-height: 40px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
}


.newsbox2{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}
.newsbox2 figure{
	width:32%;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	border-radius: 24px 24px 24px 24px;
	overflow: hidden;
	margin-bottom:50px;
	margin-top:30px;
	padding-bottom:20px;
}
.newsbox2 figure>img{
	width:100%;
	height:auto;
}
.newsbox2 figcaption{
	width:100%;
	padding:10px;
	box-sizing: border-box;
}
.newsbox2 figcaption>h3{
	    line-height: 40px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
}
/*新闻详情*/
.newsyema{
	width:80%;
	margin: 0 auto;
	line-height:80px;
	display:flex;
	align-items:center;
	font-size:14px;
	color:#333333;
}
.newsyema a{
	color:#333333;
}
.newsxq{
	width:80%;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:50px;
	box-sizing: border-box;
	margin-bottom:50px;
	border-radius: 12px 12px 12px 12px;
}
.newsxq1{
	text-align:center;
}
.newsxq1 p{
	font-size:14px;
	color: #8D8D8D;
	line-height:50px;
}
@media screen and (max-width: 1200px) {
	.newsback {
	    width: 100%;
	    margin-top: 170px;
	}
	.newsbox {
	    width: 95%;
	}
	.newsxq {
	    width: 95%;
	}
	.newsyema {
	    width:95%;
	    font-size: 24px;
	}
	.newslist li {
	    float: left;
		font-size:36px;
	    margin-right: 50px;
	}
	.newstitle h3 {
	    line-height: 80px;
	    font-size: 49px;
	}
	.nwesxz {
	    font-size:44px !important;
	    font-weight: bold;
	    border-bottom: 3px solid #000;
	}
	.newslist div {
	    background: #FFFFFF;
	    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	    border-radius: 24px 24px 24px 24px;
	    display: flex;
	    align-items: center;
	    padding: 10px 12px;
	    margin-right: 10px;
	}
	.newslist div>img {
	    width: 32px;
	    height: 32px;
	    padding-right: 5px;
	}
	.newslist input {
	    border: none;
	    outline: none;
		font-size:26px;
	}
	.newslist{
		margin-top:30px;
	}
	.newslist li {
	    float: left;
	    font-size: 36px;
	    margin-right: 40px;
	}
	.newsbox1 figure>img {
	    width: 100%;
	    height: auto;
	}
	.newsbox2 figure {
	    width: 49%;
	}
	.newsbox1 figcaption>h3{
		font-size:36px;
	}
	.newsbox1 figcaption>p{
		font-size:24px;
	}
	.newsbox2 figcaption>h3{
		font-size:36px;
	}
	.newsbox2 p{
		font-size:24px;
	}
	.newsxq1 h2{
		font-size:36px;
	}
	.newsxq1 p{
		font-size:28px;
	}
	.newsxq1 p {
	    font-size: 28px !important;
	}
	

	
}