body {
	background-color: #F5F5F5;
	overflow: hidden;
}

/* 头部 */
header {
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	box-sizing: border-box;
	padding: 0px 0.2rem;
	/* background-color: #FFFFFF; */
}

.header-left {
	float: left;
}

.header-left a img {
	width: 4rem;
	/* height: 0.46rem; */
	margin-right: 0.05rem;
}

.header-left span {
	width: 0.8rem;
	height: 0.42rem;
	background: #CC0202;
	border-radius: 0.04rem;
	line-height: 0.42rem;
}

.header-left span a {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 0.42rem;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	line-height: 1.5;
	line-height: 0.42rem;
	text-shadow: 0px 0.02rem 0.02rem rgba(255, 0, 0, 0.35);
}

.header-right {
	float: right;
}

.header-right span {
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CC0202;
	line-height: 0.36rem;
}

.header-right span a img {
	width: 0.6rem;
	height: 0.5rem;
	margin-left: 0.18rem;
}

/* 通栏 */
nav {
	width: 100%;
	height: 1.3rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0.18rem 0.44rem;
}

nav ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

nav ul li {
	margin-right: 0.30rem;
	float: left;
}

/* nav ul li:nth-of-type(6) {
	margin-right: 0px !important;
} */

nav ul li a {
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	color: #666666;
	line-height: 0.36rem;
}

/* 搜索 */
form {
	position: relative;
	width: 92%;
	height: 1rem;
	text-align: center;
	margin: 0 auto;
}

.search {
	width: 100%;
	height: 0.6rem;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 0.2rem auto;
	color: #000000;
	padding-left: 0.86rem;
	box-sizing: border-box;
}

.ico {
	width: 0.34rem;
	height: 0.34rem;
	background: url(https://www.rmdbw.cn/m/img/放大镜.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0.3rem;
	top: 0.33rem;
	border: none;
}

/* 头条 */
.headline {
	width: 100%;
	height: 1.4rem;
	background: #FFFFFF;
	line-height: 1.4rem;
	box-sizing: border-box;
	padding: 0.2rem 0.38rem;
	margin-bottom: 0.2rem;
	display: flex;
	align-items: center;
}

.headline-left {
	float: left;
	height: 55px;
	width: 35px;
	margin-right: 0.3rem;
}

.headline-left a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}

.headline-left a img {
	width: 0.36rem;
	height: 0.46rem;
	vertical-align: bottom;
}

.headline-left a span {
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CC0202;
	line-height: 0.48rem;
}

.headline-right {
	float: left;
	width: 85%;
}

.headline-right p {
	width: 100%;
}

.headline-right p a {
	width: 100%;
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CC0202;
	line-height: 0.48rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 轮播图 */
.banner-img {
	width: 100%;
	/* height: 4.2rem; */
	overflow: hidden;
	position: relative;
	float: left;
	line-height: 1;
	margin-bottom: -0.18rem;
}

.banner-img .hd {
	height: 0.15rem;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0.26rem;
	z-index: 1;
}

.banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-img .hd ul li {
	float: left;
	margin-right: 0.1rem;
	width: 0.1rem;
	height: 0.1rem;
	background: #F1F1F1;
	line-height: 0.14rem;
	text-align: center;
	cursor: pointer;
}

.banner-img .hd ul li:last-child {
	margin-right: 0.3rem;
}

.banner-img .hd ul li.on {
	background: #0099FF;
	color: #fff;
}

.banner-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 7.5rem !important;
}

.tempWrap {
	width: 100% !important;
}

.banner-img .bd li a:not(.mask a) {
	width: 100%;
	height: 100%;
}

.mask {
	position: absolute;
	bottom: 0px;
	display: inline-block;
	width: 7.5rem;
	height: 0.8rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
	z-index: 100;
	left: 0px;
	box-sizing: border-box;
	padding-left: 0.2rem;
}

.mask a {
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.48rem;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banner-img .bd img {
	width: 100%;
	height: 4.2rem;
	display: block;
}

/* 要闻 */
.important {
	width: 100%;
	border-top: 0.04rem solid #CC0202;
	box-sizing: border-box;
	padding: 0px 0.2rem;
	float: left;
	background-color: #FFFFFF;
}

.title {
	width: 100%;
	overflow: hidden;
	height: 0.73rem;
	line-height: 0.73rem;
	border-bottom: 0.02rem solid #CCCCCC;
}

.title a {
	height: 100%;
	float: left;
	font-size: 0.36rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CC0202;
	line-height: 0.73rem;
}

.active-list,
.active-list .add h3 a,
.active-list .add h3,
.active-list .add p {
	width: 100%;
}

.active-list .add {
	width: 100%;
	padding: 0.28rem 0px;
	border-bottom: 0.02rem solid #CCCCCC;
}

.active-list .add h3 {
	margin-bottom: 0.15rem;
}

.active-list .add h3 a {
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.48rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.active-list .add p {
	overflow: hidden;
}

.active-list .add p span:first-of-type {
	float: left;
}

.active-list .add p span:first-of-type a {
	font-size: 0.26rem;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
}

.active-list .add p span:last-of-type {
	float: right;
}

.active-list .add p span:last-of-type a {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
}




.active-list,
.active-list .ass h3 a,
.active-list .ass h3,
.active-list .ass p {
	width: 100%;
}

.active-list .ass {
	width: 100%;
	padding: 0.28rem 0px;
	border-bottom: 0.02rem solid #CCCCCC;
	overflow: hidden;
}

.active-list .ass a:first-child {
	float: left;
	margin-right: 0.26rem;
}

.active-list .ass a img {
	width: 2.4rem;
	/* height: 1.8rem; */
	height: auto;
}

.active-list .ass div {
	width: 62%;
	float: left;
}

.active-list .ass h3 {
	margin-bottom: 0.35rem;
	overflow: hidden;
}

.active-list .ass h3 a {
	width: 100%;
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.48rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.active-list .ass p {
	overflow: hidden;
}

.active-list .ass p span:first-of-type {
	float: left;
}

.active-list .ass p span:first-of-type a {
	font-size: 0.26rem;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
}

.active-list .ass p span:last-of-type {
	float: right;
}

.active-list .ass p span:last-of-type a {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.48rem;
}

.active-list .ass p span a {
	margin: 0px !important;
}

.load {
	text-align: center;
	/* padding: 0.1rem 0px; */
	margin-top: 0.16rem;
	margin-bottom: 0.36rem;
	line-height: 0.4rem;
}

.load a {
	color: #666666;
	font-size: 0.28rem;
}


.active-list .add1 {
	width: 100%;
	height: 4.3rem;
	position: relative;
	padding: 0.28rem 0px;
	border-bottom: 0.02rem solid #CCCCCC;
	box-sizing: border-box;
}

.active-list .add1 a{
	width: 100%;
	height: 100%;
}

.active-list .add1 img {
	width: 100%;
	height: 100%;
}

.active-list .add1 .mask {
	position: absolute;
	left: 0px;
	bottom: 0.28rem;
	height: 0.6rem;
	/* line-height: 0.6rem; */
	width: 100%;
	background: rgba(0, 0, 0, 0.5)
}

.active-list .add1 .mask a {
	font-size: 0.34rem;
	overflow: hidden;
	line-height: 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	text-align: left;
	color: #FFFFFF;
}


/* 轮播广告位 */
.banner-show .banner-img {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	position: relative;
	float: left;
	/* margin: 0.2rem 0rem; */
	margin-bottom: 0px !important;
}

.banner-show #banner-img .swiper-pagination2 {
	bottom: 0.2rem;
}

.banner-show .banner-img .hd {
	height: 0.15rem;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0.16rem;
	z-index: 1;
}

.banner-show .banner-img .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner-show .banner-img .hd ul li {
	float: left;
	margin-right: 0.1rem;
	width: 0.1rem;
	height: 0.1rem;
	background-color: #F5F5F5;
	opacity: 0.5;
	/* background: rgba(#F5F5F5, #F5F5F5, #F5F5F5) !important; */
	line-height: 0.14rem;
	text-align: center;
	cursor: pointer;
}

.banner-show .banner-img .hd ul li:last-child {
	margin-right: 0.4rem;
}

.banner-show .banner-img .hd ul li.on {
	background: #F5F5F5;
	color: #fff;
	opacity: 1;
}

.banner-show .banner-img .bd {
	position: relative;

	z-index: 0;
}

.banner-show .banner-img .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.banner-show .banner-img .bd img {
	width: 100%;
	/* height: 2rem; */
	display: block;

}

/* 广告图 */
.advertisement {
	width: 100%;
	height: auto;
	margin: 0.3rem 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
	margin-bottom: 0.16rem;
}

.advertisement a,
.advertisement a img {
	width: 100%;


}

/* 结尾 */
footer {
	width: 100%;
	height: 1rem;
	background: #333333;
	line-height: 1rem;
	float: left;
	box-sizing: border-box;
	padding: 0.25rem 0px;
	/* margin-top: 0.2rem; */
}

footer p {
	text-align: center;
	margin: 0 auto;
	width: 5.48rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F5F5F5;
	line-height: 0.3rem;
}


/* 轮播改 */
#banner-img .swiper-container2 {
	/* height: 4.22rem; */
	margin-top: 0rem;
	/* margin-bottom: 0.2rem; */
}

#banner-img .swiper-pagination2 {
	bottom: 0.36rem;
	width: auto !important;

}

#banner-img .swiper-pagination2 .swiper-pagination-bullet {
	width: 0.18rem;
	height: 0.18rem;
	background: #F1F1F1 !important;
	opacity: 1;
	float: left;
}

#banner-img .swiper-pagination2 .swiper-pagination-bullet-active {
	background: #0099FF !important;
}

#nogai .swiper-pagination2 .swiper-pagination-bullet-active {
	background: #ffffff !important;
	opacity: 1 !important;
}

#nogai .swiper-pagination2 .swiper-pagination-bullet {
	width: 0.18rem;
	height: 0.18rem;
	background: #F5F5F15 !important;
	opacity: 0.5;
}

.swiper-container2 h2 {
	width: 100%;
	/* bottom: 0px !important; */
	height: 0.5rem !important;
}

.swiper-container2 h2 a {
	width: 70%;
	font-size: 0.34rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



#nogai {
	height: auto !important;
	margin-bottom: 0px;
}

.advertisement-three .swiper-container2{
	margin-bottom: 0px;
}

.banner-show-two{
	line-height: 1;
	margin-bottom: 0.18rem;
}

.banner-img-one{
	margin-bottom: 0.18rem;
}

.banner-show-two .banner-img{
	margin-bottom: 0.18rem;
}