* {
	padding: 0;
	margin: 0;
}


/* 党建列表 */
.dangjian_body {
	/* background: #F7F7F7; */
	padding-top: 0.8rem;
	padding-bottom: 1rem;
}



.dangjian_item {
	width: 100%;
	margin-bottom: 0.45rem;
	display: flex;
	align-items: center;
	position: relative;
}

.dangjian_item::before {
	content: "";
	position: absolute;
	width: 0.25rem;
	height: 0.01rem;
	background: #B2B2B2;
	top: 0.62rem;
	left: 1.15rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.dangjian_item .dangjian_year {
	font-family: MiSans-Bold;
	font-weight: bold;
	font-size: 0.25rem;
	color: #AFAFAF;
	line-height: 0.39rem;
}

.dangjian_item .dangjian_date {
	font-family: MiSans-Regular;
	font-weight: 400;
	font-size: 0.2rem;
	color: #999999;
	line-height: 0.38rem;
	margin: 0.07rem 0;
}

.dangjian_item .dangjian_more {
	width: 0.4rem;
	height: 0.22rem;
	background: #204FA9;
	border-radius: 0.04rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dangjian_item .dangjian_more img {
	width: 0.17rem;
	height: auto;
	object-fit: contain;
}

.dangjian_item .dangjian_txt {
	width: 9.86rem;
	height: auto;
	margin-left: 0.96rem;
	margin-right: 0.5rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.dangjian_item .dangjian_txt .dangjian_title {
	font-weight: bold;
	font-size: 0.2rem;
	color: #000;
	line-height: 0.32rem;
	margin-bottom: 0.19rem;
}

.dangjian_item .dangjian_txt .dangjian_cont {
	font-weight: normal;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
}

.dangjian_item .dangjian_img {
	width: 3.18rem;
	height: 2.07rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.dangjian_item .dangjian_img img {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.dangjian_item:hover::before {
	width: 0.6rem;
}
.dangjian_item:hover .dangjian_year {
	color: #333333;
}
.dangjian_item:hover .dangjian_more {
	background: #DF5527;
}
.dangjian_item:hover .dangjian_txt {
	width: 9.5rem;
	margin-left: 1.31rem;
}
.dangjian_item:hover .dangjian_txt .dangjian_title {
	color: #204FA9;
}
.dangjian_item:hover .dangjian_img img {
	transform: scale(1.1);
}






/* 党建详情 */
.news_content {
	display: flex;
	padding-top: 1.6rem;
	padding-bottom: 1rem;
}

.news_content .news_fl {
	width: 11.62rem;
	padding-right: 0.62rem;
	position: relative;
}
.news_content .news_fl::before{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: calc(100% - 5rem);
	background: #E5E5E5;
	right: 0;
	top: 0.46rem;
}
.news_content .news_fl::after{
	content: "";
	position: absolute;
	width: 0.03rem;
	height: 0.23rem;
	background: #DF5527;
	top: 0.46rem;
	right: -0.01rem;
}
.news_content .news_fl .news_title {
	font-weight: bold;
	font-size: 0.32rem;
	color: #000000;
	text-align: center;
}

.news_content .news_fl .news_txt {
	margin-top: 0.68rem;
	border-bottom: 0.01rem solid #D8D8D8;
	padding-bottom: 0.37rem;
	margin-bottom: 0.37rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_content .news_fl .news_txt div {
	font-weight: 400;
	font-size: 0.14rem;
	color: #727272;
	margin: 0 0.38rem;
	display: flex;
	align-items: center;
}
.news_content .news_fl .news_txt div i{
	width: 0.2rem;
	height: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.08rem;
}
.news_content .news_fl .news_txt .news_time i{
	background: url(../img/news_time.png) center no-repeat;

}
.news_content .news_fl .news_txt .news_num i{
	background: url(../img/views.png) center no-repeat;

}








.news_content .news_fl .news_cont {
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
	border-bottom: 0.01rem solid #D8D8D8;
	padding-bottom: 0.51rem;
}

.news_content .news_fl .news_cont p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.35rem;
}

.news_content .news_fl .news_cont img {
	max-width: 100%;
	margin: 0.37rem auto;
}

.news_content .news_fl .next_prv {
	margin-top: 0.37rem;
}

.news_content .news_fl .next_prv a {
	width: 100%;
	font-weight: 600;
	font-size: 0.16rem;
	color: #555555;
	margin-bottom: 0.009rem;
	line-height: 0.33rem;
}

.news_content .news_fl .next_prv a:hover {
	color: #204FA9;
}




.news_content .news_fr {
	width: calc(100% - 11.62rem);
	padding-left: 0.48rem;
	padding-top: 0.4rem;
}

.news_content .news_fr .class_name {
	font-weight: bold;
	font-size: 0.23rem;
	color: #000000;
	margin-bottom: 0.2rem;
}

.news_content .news_fr .news_list {
	width: 100%;
	height: auto;
	margin-bottom: 0.29rem;
}
.news_content .news_fr .news_list .news_img {
	width: 100%;
	height: 1.89rem;
	overflow: hidden;
	border-radius: 0.1rem;
	margin-bottom: 0.14rem;
}
.news_content .news_fr .news_list .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.news_content .news_fr .news_list:hover .news_img img {
	transform: scale(1.1);
}
.news_content .news_fr .news_list .news_txt {
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #000000;
	line-height: 0.25rem;
}
.news_content .news_fr .news_list.pic .news_txt{
	font-weight: bold;
	color: #204FA9;
}
.news_content .news_fr .news_list .news_time {
	font-weight: 400;
	font-size: 0.16rem;
	color: #AFAFAF;
	width: 1.09rem;
	height: 0.3rem;
	background: #FFFFFF;
	border-radius: 0.05rem;
	border: 0.01rem solid #E3E3E3;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.16rem;
	position: relative;
}
.news_content .news_fr .news_list .news_time::before{
	width: 0.11rem;
	height: 0.11rem;
	border-radius: 50%;
	content: "";
	position: absolute;
	background: #DF5527;
	left: -0.55rem;
	top: 0.08rem;
}
.news_content .news_fr .news_list .news_time::after{
	content: "";
	position: absolute;
	width: 0.36rem;
	height: 0rem;
	border-top: 0.01rem solid #D6D6D6;
	left: -0.4rem;
}

.news_content .news_fr .news_list:hover .news_txt{
	color: #204FA9;
}
.news_content .news_fr .news_list:hover .news_time{
	background: #DF5527;
	border: 0.01rem solid #DF5527;
	color: #fff;
}
.news_content .news_fr .class_more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.6rem;
	float: right;
	cursor: pointer;
	width: 1.5rem;
	height: 0.47rem;
	background: #204FA9;
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	font-weight: 600;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.news_content .news_fr .class_more i {
	width: 0.17rem;
	height: 0.15rem;
	display: block;
	background: url(../img/news_fan.png) center no-repeat;
	background-size: contain;
	border-radius: 50%;
	margin-left: 0.14rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.news_content .news_fr .class_more:hover {
	background: #DF5527;
}

.news_content .news_fr .class_more:hover i {
	margin-left: 0.2rem;
}



