* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: "黑体";
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	background-color: transparent;
}

li {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	background-color: transparent;
}

.banner {
	width: 100%;
	height: auto;
}

.banner img {
	width: 100%;
	height: auto;
	display: block;
}

/* .bannerm-img {
	display: block !important;
}

.banner-img {
	display: none !important;
} */
.main {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.main-c {
	width: 6.9rem;
	margin: 0.3rem auto;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	position: relative;
}

.m-b {
	justify-content: space-between;
}

.m-p {
	font-size: 0.26rem;
	color: #333333;
	text-indent: 0.42rem;
	line-height: 0.42rem;
	text-align: justify;
}
.newsevent{
		width: 100%;
	}
	.newsevent-s{
		width: 100%;
		margin: 0.76rem auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
    .newsevent-img{
    		width: 100%;
    		height: auto;
    		display: block;
    	}
    	.newsevent-n{
    		width: 100%;
    	}
    	.newsevent-h3{
    		width: 100%;
    		height: auto;
    		line-height: 0.38rem;
    		font-size: 0.30rem;
    		color: #555555;
			text-align: center;
			margin: 0.2rem auto;
    	}
    	
    	.newsevent-n .m-p{
    		margin-top: 0.08rem;
			min-height: auto;
    	}
		.newsevent-a {
		    width: 1.24rem;
		    height: 0.4rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    background: #ce251f;
		    border-radius: 0.2rem;
		    line-height: 0.4rem;
		    font-size: 0.16rem;
		    color: #ffffff;
			margin: 0.3rem auto;
		}
    	.newsevent-n .newsevent-a{
    		margin-top: 0.18rem;
    	}
.footer {
	width: 100%;
	height: auto;
	padding: 0.2rem 0rem;
	background: #9e0a08;
}

.footer-c {
	width: 100%;
	margin: 0 auto;
	font-size: 0.14rem;
	color: #fff;
	text-align: center;
}

.footer1 {
	padding-top: 0.16rem;
}

.footer2 {
	line-height: 0.34rem;
}

.footer3 {
	padding-bottom: 0.16rem;
}

@media screen and (min-width:960px) {
	.bannerm-img {
		display: none !important;
	}

	.banner-img {
		display: block !important;
	}

	.main {
		width: 100%;
	}

	.main-c {
		width: 1200px;
		margin: 30px auto;
	}

	.m-p {
		font-size: 16px;
		color: #333333;
		text-indent: 32px;
		line-height: 30px;
		text-align: justify;
	}
	.newsevent{
		width: 100%;
	}
	.newsevent-s{
		width: 100%;
		margin: 76px auto;
		display: flex;
		justify-content: space-between;
	}
    .newsevent-img{
    		width: 518px;
    		height: 353px;
    		display: block;
    	}
    	.newsevent-n{
    		width: 650px;
			height: 353px;
			position: relative;
    	}
    	.newsevent-h3{
    		width: 100%;
    		height: auto;
    		line-height: 50px;
    		font-size: 32px;
    		color: #555555;
			text-align: left;
			margin: 0rem;
    	}
		.newsevent-h3 span{
			font-size: 32px;
			color: #a26e1d;
			font-weight: bold;
		}
    	
    	.newsevent-n .m-p{
    		margin-top: 8px;
			min-height: 90px;
    	}
		.newsevent-a {
		    width: 124px;
		    height: 40px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    background: #ce251f;
		    border-radius: 20px;
		    line-height: 40px;
		    font-size: 16px;
		    color: #ffffff;
			margin: 0px;
			position: absolute;
			bottom: 0px;
			left: 0px;
		}
    	.newsevent-n .newsevent-a{
    		margin-top: 18px;
    	}
	.footer {
		width: 100%;
		height: 105px;
		padding: 20px 0px;
		background: #9e0a08;
	}

	.footer-c {
		width: 1200px;
		margin: 0 auto;
		font-size: 14px;
		color: #fff;
		text-align: center;
	}

	.footer1 {
		padding-top: 16px;
	}

	.footer2 {
		line-height: 34px;
	}

	.footer3 {
		padding-bottom: 16px;
	}
}