/* 党群建设 */

.news-list{
	width:100%;
	margin-bottom:5%;
}
.news-list .url {
    transition: 0.3s;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    padding:40px 0;
}

.news-list dl {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.news-list dl {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.news-list dl > * {
    display: table-cell;
    vertical-align: middle;
}
.news-list dl dt {
    width:320px;
	height:190px;
	overflow:hidden;
	position:relative;
    transition: all 0.8s;
}
.news-list dl dt img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.8s;
}
.news-list .url:hover dt img {
    transform: scale(1.1);
}
.news-list dl dd{
	padding-left:39px;
}
.news-list dl dd .inner {
    width: 92%;
}
.news-list .tit {
    font-weight: 500;
    font-size:24px;
	margin-bottom:30px;
	color:#333;
}
.news-list .inner p {
    color: #666;
    line-height: 1.8;
	font-size:16px;
}
.news-list dl dt.time {
    width: 120px;
}
.news-list dt.time .date {
    width:80px;
    margin: 0 auto;
    line-height:30px;
    text-align: center;
    color: #555555;
    font-weight: 500;
    background-color: #e3e3e3;
    transition: 0.3s background-color;
}

.news-list dt.time .date b {
    transition: 0.3s background-color;
    background-color: #f2f2f2;
    display: block;
    font-size:28px;
    color: #999;
    line-height: 0.5rem;
    font-weight: 900;
}
.news-list .url:hover dd .tit{
	color:#df0615;
} 
.news-list .url:hover dt.time .date {
    background-color: #c60c18;
    color: #fff;
    font-weight: 400;
}

.news-list .url:hover dt.time .date b {
    background-color: #d70c19;
    color: #fff;
}

.yema {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 5%;
}

.yema a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    overflow: hidden;
	padding:0 20px;
    margin-left:5px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
}
.yema a.on {
    color: #fff;
    background: #e70315;
    border: 1px solid #e70315;
}

.yema a:hover {
    background-color: #e70315;
    color: #fff;
    border: 1px solid #e70315;
}



