.news_wrap{
	padding-bottom:0.44rem !important;
}
/* 新闻中心 + 工业生长 + 党群纪检 + 学习园地 + 步队建设 + 清静环保    公共部分*/

.news_wrap .common_box3{
	box-shadow: none;
}
.news_item {
	display: flex;
	align-items: center;

border: 0.01rem solid #D5D8DE;
	height: auto;
}

.news_item+.news_item {
	margin-top: 0.2rem;
}

.news_item .date {
	width: 1.72rem;

	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
}

.news_item .date .day {
	font-size: 0.44rem;
	color: #DC000C;
margin-bottom:0.15rem;
	white-space: nowrap;
	text-align: center;
}

.news_item .date .year {
	font-size: 0.16rem;
	font-weight: normal;
	color: #888888;
}

.news_item .info {
	padding:0.35rem 0.6rem 0.35rem 0.48rem;
	flex:1;
	width: 10rem;
		border-left: 0.01rem solid rgba(213, 216, 222, 1);
}

.news_item .info .tit {
font-size: 0.2rem;
font-weight: normal;
color: #333333;
line-height: 0.4rem;
transition: var(--s_tran);
}

.news_item .info .text {
font-size: 0.14rem;
color: #999999;
line-height: 0.28rem;
	margin-top: 0.15rem;
}
.news_item:hover .tit{
	color: var(--c);
}
/* 反诈宣传 */
.notice_content .news_item .info{
	    padding: 0.42rem 0.6rem 0.42rem 0.48rem;
}
.notice_content .news_item .date .day{
	margin-bottom: 0.05rem;
}
.notice_content .page_box{
	margin-top: 1.2rem !important;
}

/* 纪检监察>信息专栏  + 廉政文化*/
.in_news_items{
	display: flex;
	padding:0.11rem 0.24rem;
	align-items: center;
border: 0.01rem solid #E0E0E0;
}
.in_news_items + .in_news_items{
	margin-top:.2rem;
}
.in_news_items .scale_box{
	width: 3.71rem;
	height: 2.27rem;
	object-fit: cover;
}
.in_news_mill{
	width:0.54rem;
}
.in_newsinfo{
	width:8.24rem;

}
.in_newsinfo .in_news_tit{
	font-size: 0.2rem;
	font-weight: 400;
	color: #000000;
	line-height: 0.26rem;
}
.in_newsinfo .in_news_date{
	    font-size: 0.14rem;
	    color: #000000;
	    line-height: 0.16rem;
	    margin-top: 0.2rem;
	    margin-bottom: 0.28rem;
}
.in_newsinfo .in_news_text{
	font-size: 0.14rem;
		font-weight: 400;
	color: #808080;
	line-height: 0.24rem;
}


.in_news_page .in_page_box{
	padding:0 2.44rem;
	padding-top:0.4rem;
	border-top:0.01rem solid  #E0E0E0;
}
.in_news_page{
	padding-bottom:0.79rem;
	padding-top:0.79rem;
}
.in_news_list{
}



/* 人才招聘 */
.join_wrap{
	padding-bottom:1.05rem !important;
}
/* 教育培训 */
.train_wrap .page_box{
	margin-top: 0.59rem;
}













/* 详情 */
.news_detail .tit{
	font-size: 0.28rem;
	font-weight: bold;
	color: #000000;
	line-height: 0.48rem;
	text-align: center;
}
.tip{
	display: flex;
	justify-content: center;
	padding-bottom:0.1rem;
	border-bottom:0.01rem solid rgba(201, 201, 201, 1);
	margin-bottom:0.4rem;
	padding-top: 0.2rem;
}


.tip .date{
	font-size: 0.12rem;
	font-weight: 400;
	color: #6A6A6A;
	padding:0.1rem;
	margin-right:0.47rem;
}
.tip .date span{
	font-size: 0.12rem;
	font-weight: 400;
	color: #333333;
	margin-left:0.16rem;
}
.news_detail .text{
	border-bottom:0.01rem solid #C9C9C9;
	margin-bottom:0.35rem;
	padding-bottom:0.57rem;

}
/*.news_detail .text>p{*/
/*	font-size: 0.16rem;*/
/*	font-weight: 400;*/
/*	color: #333333;*/
/*	line-height: 0.28rem;*/
/*}*/
/*.news_detail .text>img{*/
/*	width:5.91rem;*/
/*	object-fit: contain;*/
/*	margin:0.47rem auto;*/
/*}*/

.updo{
	display: flex;
	justify-content: space-between;
}
.updo p{
	font-size: 0.14rem;
	color: #000000;
	line-height: 0.28rem;
	display: flex;
	white-space: nowrap;
	margin-bottom: 0.25rem;
	    max-width: 6rem;
}
.news_detail_page {
	padding-bottom:0.25rem;
}

.updo p:hover a{
	color:var(--c);
}



@media screen and (max-width:1024px){
    .news_item .info{
        width: 80%;
        flex: none;
    }
    .news_detail .tit{
        font-size: 18px;
    }
    .tip .date{
        font-size: 16px!important;
    }
    .in_news_items .scale_box{
        width: 150px;
        flex-shrink: 0;
    }
    .in_newsinfo{
        width: 50%;
    }
    .in_newsinfo .in_news_tit{
        font-size: 16px;
        line-height: 1;
    }
    .in_newsinfo .in_news_date{
        font-size: 14px;
    }
}




























<!--耗时1764563971.244秒-->