.item_banner {
    overflow: hidden;
    width: 1110px;
    height: 300px;
    margin: 0 auto;
}
.item_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    overflow: hidden;
    width: 1070px;
    height: auto;
    background-color: #ffffff;
    padding: 20px;
    margin: 0 auto;
}
.new_tplb {
	float: left;
	overflow: hidden;
	position: relative;
	width: 525px;
	height: 310px;
}
.new_tplb .lb_icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 14px;
	z-index: 33;
}
.new_tplb .lb_icon li {
	position: relative;
	cursor: pointer;
	float: left;
	width: 110px;
	height: 72px;
	background-color: #e5e5e5;
	margin-bottom: 4px;
}
.new_tplb .lb_icon li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
}
.new_tplb .lb_icon li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new_tplb .lb_icon li:hover::before,
.new_tplb .lb_icon li.on::before {
	opacity: 0;
}
.new_tplb .lb_con li {
	width: 525px;
	height: 310px;
}
.new_tplb .lb_con li a {
	display: block;
	width: 100%;
	height: 100%;
}
.new_tplb img {
	width: 525px;
	height: 310px;
	border: none;
	object-fit: cover;
}
.new_tplb .lb_con .lb_con_tit {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 505px;
	height: 50px;
	line-height: 50px;
	background: url(../img/bg_b50.png) repeat;
	color: #fff;
	padding-left: 20px;
	z-index: 32;
}
.new_tplb .lb_con .lb_con_tit em {
	display: block;
	width: 425px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pub_mod {
    float: left;
    width: 495px;
    height: 280px;
    background: url(../img/bg_mod.png) left top repeat-x;
    background-color: #ffffff;
    padding: 15px;
    margin-left: 20px;
}
.pub_mod .pub_tit {
    position: relative;
    width: 100%;
    height: auto;
	margin-bottom: 15px;
}
.pub_mod .pub_tit .item_tit {
    height: 22px;
    color: #CB1919;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #CB1919;
    padding-left: 10px;
}
.pub_mod .pub_tit .item_more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 22px;
    color: #CB1919;
    font-size: 14px;
}
.pub_mod .con_list li a,
.pub_mod .con_list li,
.pub_mod .con_list {
    width: 100%;
    height: auto;
}
.pub_mod .con_list .pub_list li {
    height: 36px;
    line-height: 36px;
}
.pub_mod .con_list .pub_list li span {
    float: left;
    width: 400px;
    color: #333333;
    display: block;
    background: url(../img/bg_li.png) left center no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 14px;
    transition: background-image .3s ease;
}
.pub_mod .con_list .pub_list li:hover span {
	color: #CB1919;
    background-image: url(../img/bg_li_h.png);
}
.pub_mod .con_list .pub_list li:hover em {
	color: #CB1919;
}
.pub_mod .con_list .pub_list li em {
    float: right;
    display: block;
    width: auto;
    text-align: right;
    color: #999;
}

/* 模范事迹 */
.mod_mfsj {
	float: left;
	overflow: hidden;
	width: 1040px;
	height: auto;
    background: url(../img/bg_mod.png) left top repeat-x;
	margin-top: 20px;
	padding: 15px;
}
.mfsj_tit {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #CB1919;
    font-size: 18px;
    font-weight: bold;
	background: url(../img/bg_mfsj_tit.png) center center no-repeat;
	margin-bottom: 20px;
}
.mod_mfsj .pub_mod {
	width: 495px;
	margin-left: 0;
	background: none;
	padding: 0;
}
.mod_mfsj .pub_mod {

}