.banner img,.title_img img{
	width: 100%;
}
.info_bg{
	background: url(../images/zbdj_bg.png) no-repeat;
	background-size: cover;
}
.info_bg .title_img{
	padding: .24rem 0 .3rem 0;
}

.info_bg  .imgText{
	padding-bottom: .75rem;
	overflow: hidden;
}
.info_bg  .imgText .img{
	float: left;
	width: 4.86rem;
}
.info_bg  .imgText .img img{
	width: 100%;
	margin-bottom: 8px;
}
.info_bg  .imgText .img .txt{
	width: 100%;
	border:5px solid #e62129;
	padding: .16rem;
	/*height: 1.4rem;*/
	box-sizing: border-box;
}
.info_bg  .imgText .img .txt .l_tit{
	/*width: .2rem;*/
	float: left;
	/*display: flex;*/
	font-size: .24rem;
	font-weight: bold;
	color: #e62129;
	text-align-last: justify;
	writing-mode:vertical-rl;
	padding-right: .2rem;
	/*height: 1rem;*/
}
.info_bg  .imgText .img .txt p{
	/*height: 1rem;*/
	font-size: .16rem;
	line-height: .26rem;

}
.info_bg  .imgText .text{
	width: 6.3rem;
	float: right;
}
.info_bg  .imgText .text p{
	text-indent: .35rem;
	font-size: .16rem;
	line-height: .26rem;
}
.info_bg  .imgText .text a{
	display: block;
	width: 1.06rem;
	height: .30rem;
	border-radius: 0 8px 0 8px;
	line-height: .30rem;
	text-align: center;
	border:1px solid #e62129;
	font-size: .16rem;
	color: #e62129;
}
.info_bg  .imgText .text a.btn1{
	margin:.38rem 0;
}
.info_bg  .imgText .text .imgList_box{
	display: flex;
	margin-bottom: .4rem;
}
.info_bg  .imgText .text .imgList_box .il_box{
	flex: 1;
	margin-right: .3rem;
}
.info_bg  .imgText .text .imgList_box .il_box:last-child{
	margin-right: 0;
}
.info_bg  .imgText .text .imgList_box .il_box img{
	width: 100%;
}
.swiper-container{
	padding: .7rem 0;
}
.commit_swiper_box .swiper-slide-active .imgText{
	background: #fff;
}
.commit_swiper_box .swiper-slide-active p{
	color: #333;
}
.commit_swiper_box .imgText p i{
	background: url(../images/dqjs_jia.png) center center no-repeat;
    background-size: 20px 20px;
}
.commit_swiper_box .swiper-slide img{
	width: 5.68rem;
	height: 3.38rem;
}
.commit_swiper_box .swiper-slide-active .imgText{
	box-shadow: 0px 5px 22.5px 2.5px rgba(0, 0, 0, 0.1);
}
.jigou_img{
	padding-bottom: .6rem;
}
.jigou_img .title_img{
	padding: .7rem 0 .45rem 0;
}
.jigou_img p{
	font-size: .16rem;
}
.djdt_bg{
	padding-bottom: 0.1rem;
	background: #f7f7f7;
}
.dyfc_bg{

}
.dyfc_bg .title_img{
	padding:.4rem 0;
}
.dyfc_bg .item_list{
	display: flex;
}
.dyfc_bg .item_list .item{
	flex: 1;
	margin-right: .3rem;
	background: #fff;
}
.dyfc_bg .item_list .item:last-child{
	margin-right: 0;
}
.dyfc_bg .item_list .item img{
	width: 100%;
}
.dyfc_bg .item_list .txt{
	height: 1.3rem;
	padding: .16rem;
	box-sizing: border-box;
	position: relative;
}
.dyfc_bg .item_list .txt p{
	font-size: .18rem;
	line-height: .26rem;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.dyfc_bg .item_list .txt a{
	position: absolute;
	left: .16rem;
	bottom: .16rem;
	display: block;
	width: 39px;
	height: 15px;
	background: url(../images/dqjs_go.png) no-repeat;
}
.footer{
	background: none repeat scroll 0 0 rgba(245,245,245, 1);
	background-size: cover;
}
.footer_bottom{
	border-color: #9d3334;
}
@media screen and (max-width: 1024px) {
	.info_bg .imgText .img .txt p,.info_bg .imgText .text p{
		font-size: 12px;
		line-height: 20px;
	}
	.info_bg .imgText .img .txt .l_tit{
		height: 114px;
		padding-top: 5px;
	}
	.info_bg .imgText .text a{
		width: 71px;
    	height: 20px;
    	line-height: 20px;
    	font-size: 14px;
	}
	.info_bg .imgText .text a.btn1{
		margin: 15px 0;
	}
	.info_bg .imgText .text .imgList_box{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.info_bg .imgText .img,.info_bg .imgText .text{
		width: 100%;
		float: none;
	}
	.info_bg .imgText .img img{
		width: 50%;
	}
	.info_bg .imgText .img .txt .l_tit{
		height: 52px;
		font-size: 12px;
	}
	.info_bg .imgText .text p{
		margin: 20px 0;
	}
	.info_bg .imgText .text .imgList_box .il_box{
		width: 33.3333%;
		height: auto;
		box-sizing: border-box;
	}
	.dyfc_bg .item_list .txt{
		height: 70px;
		padding: 5px;
	}
	.dyfc_bg .item_list .txt p{
		font-size: 12px;
		line-height: 16px;
	}
	.dyfc_bg .item_list .txt a{
		left: 5px;
    	bottom: 5px;
	}
	.jigou_img p{
		font-size: 12px;
	}
}

@media screen and (max-width: 414px) {
	.commit_swiper_box .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.info_bg .imgText .img .txt .l_tit{
		height: 72px;
	}
	.dyfc_bg .item_list{
		display: block;
	}
	.dyfc_bg .item_list .item{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.dyfc_bg .item_list .txt{
		height: 78px;
		padding: 10px;
	}
	.dyfc_bg .item_list .txt a{
		left: 10px;
		bottom: 10px;
	}
}




.imgText{margin:0 auto}
.Party_text{margin:0 auto;padding:30px;color:#333;line-height:40px}
.Party_image{margin:0 auto;
overflow:hidden;
text-align: center;}
.item{

	overflow:hidden;
text-align: center;
}
.Party_image IMG,.item  IMG{
    transform: scale(1);
    transition: all 0.5s ease 0s;
           border-width: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.Party_image:hover IMG ,.item:hover IMG{
    transform: scale(1.2);
    transition: all 0.8s ease 0s;

}


.pageWidth {
    background-attachment: fixed;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

#box_root {
    margin-left: auto;
    margin-right: auto;
}
#box_left {
    width: 100%;
}
#box_container {
    float: none;
}
#box_top {
    background: none repeat scroll 0 0 #515151;
    float: none;
    width: 100%;
}
#box_nav {
    float: none;
    width: 100%;
}
#box_dt {
    float: none;
    height: 680px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#news {
    float: none;
    padding: 0 0 50px;
    width: 100%;
}

#zixun {
    margin: 0 auto;
    min-height: 400px;
    width: 100%;
}
#box_nylm {
    float: none;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    width: 100%;
}

.listbox {
    clear: both;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}
.listbox .comstyle {
    overflow: hidden;
    width: 100%;
}

.listbox .content {
    background: none repeat scroll 0 0 #eee;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    height: 3rem;
    width: 100%;
    
}

.listbox .content .pic {
    float: left;
    width: 30%;
}

.listbox .content .pic A {
/*     float: left; */
}

.listbox .content .pic IMG {

    transform: scale(1);
    transition: all 0.5s ease 0s;
           border-width: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;


    height: 3rem;
    width: 100%;
}
.listbox .content .pic:hover IMG {
    transform: scale(1.2);
    transition: all 0.8s ease 0s;

}
.listbox .content .main {
    float: left;
    padding-left:6%;
    padding-top: 30px;
    width: 66%;
}

.listbox .newstitle {
    overflow: hidden;
    width: 100%;
}

.listbox .newstitle LI H3 {
    display: inline;
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
}

.listbox .newstitle .date {
    background: url("/images/cl/xwsj.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding:20px
}


.listbox .newstitle LI SPAN {
    color: #999;
    display: none;
}

.listbox .newslist .summary H3 {
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}
.listbox .newslist .summary p {
    line-height:22px;
    color:#555;
}

.listbox .newslist .summary A {

    display: block;
    padding-top:30px
}
.listbox .column-num1:hover{
	color: #fff;
	background:rgba(219, 15, 16, 0.9);
}
.listbox .newslist :hover h3,.listbox .column-num1:hover p,.listbox .column-num1:hover a{
	color: #fff;
}
.listbox .column-num1:hover ol{
    background: url("/images/cl/xwsjhover.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
    padding:20px
}
.commit_swiper_bo{height:10.4rem;max-height:11rem;padding-top:50px}
.commit_swiper_box{max-height:11rem;padding-top:50px}