.a_block {
	clear: both;
}

.left_b {
	float: left;
}

.m_p_content {
	text-align: center;
}

.right_b {
	float: left;
	overflow: hidden;
}

.pager {
	clear: both;
	text-align: center;
}

.pager ul {
	list-style: none;
}

.pager>ul>li {
	display: inline-block;
	border: 1px solid #ccc;
}

.pager>ul>li:first-child, .pager>ul>li:last-child {
	border: 0;
}

.pager .current {
	background: #d90000;
}

.pager .current a {
	color: #FFFFFF;
}

.list-content {
	background-color: white;
}

.dep {
	font-weight: bolder;
	color: #d90000;
}

.introduce {
	text-align: left;
	border: 2px dotted #d90000;
	font-weight: bolder;
}

.list-content-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.list-content-ul-li {
	width: 100%;
	list-style: url(/media/image/dot.jpg);
	border-bottom: #8c8c8c 1px dotted;
}

.list-content-ul-li-title {
	width: 100%;
}

.list-content-ul-li-date {
	color: #838383;
}

/**==================    PC端           =================*/
@media screen and (min-width: 992px) {
	.a_block {
		padding-top: 24px;
	}
	.right_b {
		padding-left: 38px;
		width: 876px;
	}
	.p_title {
		font-size: 24px;
		padding: 8px 0 14px 0;
	}
	.p_digest {
		text-indent: 2em;
		padding-top: 14px;
		line-height: 40px;
		font-size: 16px;
	}
	.p_title {
		border-bottom: 2px solid #949494;
	}
	.pager {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.pager>ul>li {
		font-size: 14px;
		padding: 4px 8px;
	}
	.list-content {
		margin: 10px 0 20px 0;
	}
	.dep {
		font-size: 26px;
		line-height: 43px;
		height: 50px;
	}
	.activity {
		margin-top: 30px;
	}
	.activity-title {
		width: 450px;
		height: 50px;
		margin: 0 auto;
	}
	.introduce {
		line-height: 40px;
		font-size: 16px;
		text-indent: 2em;
		margin: 10px 0;
		padding: 16px 30px;
	}
	.list-content-ul-li {
		line-height: 40px;
	}
	.list-content-ul-li-date {
		font-size: 12px;
	}
	.list-content-word {
		width: 800px;
	}
	.list-content-img {
		margin-left: 80px;
	}
	.list-content-img, .list-content-img img {
		width: 400px;
		height: 250px;
	}
}

/**==================    手机端           =================*/
@media screen and (max-width: 992px) {
	.a_block {
		padding: .16rem 0;
		border-bottom: 1px dashed #d90000;
	}
	.left_b img {
		width: 100%;
	}
	.p_title {
		font-size: .18rem;
		text-align: center;
	}
	.p_digest {
		text-indent: 2em;
		padding-top: .14rem;
		line-height: .24rem;
		font-size: .14rem;
	}
	.p_digest a {
		color: #b7b6b6;
	}
	.pager {
		padding-top: .32rem;
		padding-bottom: .32rem;
	}
	.pager>ul>li {
		font-size: .14rem;
		padding: .04rem .08rem;
	}
	.list-content {
		margin: .1rem 0 .2rem 0;
	}
	.dep {
		font-size: .2rem;
	}
	.activity {
		margin-top: .3rem;
	}
	.activity-title {
		width: 3rem;
		height: .5rem;
		margin: 0 auto;
	}
	.activity-title img {
		width: .8rem;
	}
	.introduce {
		line-height: .3rem;
		font-size: .16rem;
		text-indent: 2em;
		padding: .2rem;
	}
	.list-content-ul-li {
		line-height: .3rem;
	}
	.list-content-ul-li-date {
		font-size: .12rem;
	}
	.list-content-word {
		width: 100%;
	}
	.list-content-img {
		display: none;
	}
}