.other_banner{
	height: 800px;
	background: url(../img/party.jpg);
	background-size: cover;

}
.other_banner .width{
	position: relative;
}
.obanner_tit{
	font-size: 32px;
	color: rgb(255, 255, 255);
	    font-family: 微软雅黑, "Microsoft YaHei";
	padding-top: 180px;
	font-weight: bold;
}
.obanner_cont{
	margin-top: 40px;
	justify-content: space-between;
	align-items: flex-start;
}
.obanner_list img{
	width: 100%;
	height: 490px;
}
.img_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.img_cont a{
    display: flex;
}
.obanner_list:hover .img_cont a p{
    font-weight: bold;
}
.img_cont p{
	color: #fff;
	    display: inline-block;
	    font-size: 18px;
	    overflow: hidden;
	    padding: 11px 178px 9px 15px;
		text-overflow: ellipsis;
		width: 100%;
		font-family: 微软雅黑;
		white-space: nowrap;
}
.obanner_list2 img{
	width: 384px;
	height: 211px;
}
.obanner_list{
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
.obanner_right .obanner_list2:last-child{
	    margin-top: 56px;
}
.obanner_list img{
	transition: all 0.5s;
}
.obanner_list:hover img{
	transform: scale(1.1);
	transition: all 0.5s;
}


.bannermore{
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 0;
	top: 190px;
	height: auto;
	width: auto;
}
.obanner_left{
	flex: 0 0 50%;
}



.obanner_right{
	padding: 0 20px;
	background: #fff;
	height: 490px;
	flex: 0 0 48%;
	overflow: hidden;
}
.obanner_right_list{
	border-top: 1px solid hsla(0, 0%, 60%, .15);
	padding: 28px 30px 28px 0;
}
.obanner_right_list img{
	width: 8px;
	height: 8px;
}
.obanner_right_list p{
	color: #333;
	font-size: 18px;
	margin-left: 20px;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
/*.obanner_right_list:first-child p a{*/
/*	color: #333;*/
/*	font-size: 18px;*/
/*	font-weight: bold;*/
/*	border: none;*/
/*}*/
.obanner_right_list p:hover a{
	color: #ba1912;
	/*font-weight: bold;*/
}

.djSwiper{
    width: 600px;
}
.djSwiper .swiper-pagination{
        width: auto !important;
    height: auto !important;
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
}
.djSwiper .swiper-pagination-bullet{
    width: 42px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.djSwiper .swiper-pagination-bullet-active{
    background: #00a0e9;
}
.djSwiper .swiper-button-prev, .djSwiper .swiper-button-next{
    width: 40px !important;
    transition: all 0.5s;
    height: 80px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.djSwiper .swiper-button-prev{
    left: 0 !important;
}
.djSwiper .swiper-button-next{
    right: 0 !important;
}
.djSwiper .swiper-button-prev:after,.djSwiper .swiper-button-next:after{
    font-size: 30px !important;
    color: #fff !important;
    transition: all 0.5s;
}
.djSwiper .swiper-button-prev:hover::after,.djSwiper .swiper-button-next:hover::after{
    color: #00a0e9 !important;
    transition: all 0.5s;
}


.party{
	padding: 60px 0;
}
.party_tit{
	justify-content: space-between;
}
.party_tit p{
	color: rgb(34, 34, 34);
	    font-size: 30px;
		flex: 0 0 auto;
		font-weight: bold;
}
.party_tit a{
	font-size: 18px;
	color: rgb(51, 51, 51);
	width: auto;
}


.news3_div{
	width: 50%;
	padding: 0 20px;
}
.date{
	border-right: 1px solid hsla(0, 0%, 80%, .3);
	    padding-right: 20px;
	    display: flex;
	    flex-direction: column;
}
.cont{
	padding-left: 20px;
}
.date p{
	margin-bottom: 14px;
    padding-bottom: 2px;
    font-size: 48px;
    color: #ba1912;
    font-weight: bold;
    border-bottom: #dcdcdc 1px solid;
}
.date span{
	line-height: 1.5;
	font-size: 16px;
	color: #333;
}
.cont p:nth-of-type(1){
	color: #333;
	    font-family: 微软雅黑;
	        font-size: 18px;
	        font-weight: bold;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 -webkit-box-orient: vertical;
		 transition: all 0.5s;
}
.cont p:nth-of-type(1) a{
	color: #333;
	    font-family: 微软雅黑;
	        font-size: 18px;
	        font-weight: bold;
			line-height: 30px;
			    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cont p:nth-of-type(1):hover a{
	color: #ba1912;
	transition: all 0.5s;
}
.cont p:nth-of-type(2){
	color: #666;
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 24px;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 -webkit-box-orient: vertical;
}
.news3_list{
	border-bottom: 1px solid hsla(0, 0%, 80%, .3);
	    padding: 30px 0;
}
.news3{
	padding: 30px 0;
}

.party_list1{
	flex: 0 0 auto;
	flex-wrap: wrap !important;
}
.party_list2{
	flex: 0 0 245px;
}

.party_list2{
	background: url(../img/jb.jpg) no-repeat;
	position: relative;
	height: 338px;
}
.prosecue{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.prosecue p{
	color: rgb(250, 206, 155);
	    font-size: 22px;
	    font-weight: bold;
}
.prosecue hr{
	width: 32px;
	height: 1px;
	background: #fff;
	margin: 20px 0 10px;
}
.prosecue_tel{
	color: #fff !important;
	font-family: 微软雅黑;
	    font-size: 20px !important;
		font-weight: bold;
}
.party_cont{
	margin-top: 80px;
}




.party2_cont{
	margin:40px -10px 0;
	padding-bottom: 150px;
}
.hidden{
	overflow: hidden;
}
.news2_list{
    flex: 1;
	margin:0 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}
.news2_list img{
	height: 240px;
	transition: all 0.5s;
}
.news2_list img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.list_cont{
	padding: 15px;
}
.list_cont_tit{
	color: #333;
	    font-size: 18px;
		font-family: 微软雅黑;
		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
			transition: all 0.5s;
}
.list_cont_tit:hover{
	color: #ba1912;
	transition: all 0.5s;
}
.list_cont_dec{
	color: #666;
	    font-size: 14px;
	    line-height: 26px;
	    margin-top: 14px;
}


@media only screen and (max-width:1024px){
    .other_banner{
	height: 8rem;
	background: url(../img/party.jpg);
	background-size: cover;

}
.other_banner .width{
	position: relative;
}
.obanner_tit{
	font-size: 0.42rem;
	color: rgb(255, 255, 255);
	    font-family: 微软雅黑, "Microsoft YaHei";
	padding-top: 1.8rem;
}
.obanner_cont{
	margin-top: 0.4rem;
	justify-content: space-between;
	align-items: flex-start;
}
.obanner_list img{
	width: 100%;
	height: 4.9rem
}
.img_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
	width: 100%;
}
.img_cont a{
    display: flex;
        padding: 0.11rem 1.28rem 0.09rem 0.15rem;
}
.img_cont a:hover p{
    font-weight: bold;
}
.img_cont p{
	color: #fff;
	    display: inline-block;
	    font-size: 0.28rem;
	    overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		font-family: 微软雅黑;
		overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
        padding: 0;
}
.obanner_list2 img{
	width: 3.84rem;
	height: 2.11rem;
}
.obanner_list{
	position: relative;
	overflow: hidden;
}
.obanner_right .obanner_list2:last-child{
	    margin-top: 0.56rem;
}
.obanner_list img{
	transition: all 0.5s;
}
.obanner_list img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}


.bannermore{
	font-size:0.28rem;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 0;
	top: 1.9rem;
	height: auto;
	width: auto;
}
.obanner_left{
	flex: 0 0 50%;
}



.obanner_right{
	padding: 0 0.2rem;
	background: #fff;
	height: 4.9rem;
	flex: 0 0 48%;
	overflow: hidden;
}
.obanner_right_list{
	border-top: 0.01rem solid hsla(0, 0%, 60%, .15);
	padding: 0.38rem 0.3rem 0.38rem 0;
}
.obanner_right_list img{
	width: 0.08rem;
	height: 0.08rem;
}
.obanner_right_list p{
	color: #333;
	font-size: 0.3rem;
	margin-left: 0.2rem;
	overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
}
.obanner_right_list:first-child p a{
	color: #333;
	font-size: 0.18rem;
	/*font-weight: bold;*/
	border: none;
}
.obanner_right_list p:hover a{
	/*color: #00a0e9;*/
	/*font-weight: bold;*/
}



.party{
	padding: 0.6rem 0;
}
.party_tit{
	justify-content: space-between;
}
.party_tit p{
	color: rgb(34, 34, 34);
	    font-size: 0.36rem;
		flex: 0 0 auto;
		font-weight: bold;
}
.party_tit a{
	font-size: 0.18rem;
	color: rgb(51, 51, 51);
	width: auto;
}


.news3_div{
	width: 50%;
	padding: 0 0.2rem;
}
.date{
	border-right: 0.01rem solid hsla(0, 0%, 80%, .3);
	    padding-right: 0.2rem;
}
.cont{
	padding-left: 0.2rem;
}
.date p{
	font-size: 16px;
	margin-bottom: 4px;
	text-align: center;
}
.date span{
	line-height: 1.5;
	font-size: 0.14rem;
	color: #626971;
	display: block;
	    text-align: center;
}
.cont p:nth-of-type(1){
	color: #333;
	    font-family: 微软雅黑;
	        font-size: 0.18rem;
	        font-weight: bold;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 2;
		 -webkit-box-orient: vertical;
		 transition: all 0.5s;
}
.cont p:nth-of-type(1) a{
	color: #333;
	    font-family: 微软雅黑;
	        font-size: 0.18rem;
	        font-weight: bold;
			line-height: 0.32rem;
}
.cont p:nth-of-type(1):hover a{
	/*color: #00a0e9;*/
	transition: all 0.5s;
}
.cont p:nth-of-type(2){
	color: #666;
	    font-size: 0.14rem;
	    line-height: 0.26rem;
	    margin-top: 0.24rem;
		overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 1;
		 -webkit-box-orient: vertical;
}
.news3_list{
	border-bottom: 0.01rem solid hsla(0, 0%, 80%, .3);
	    padding: 0.3rem 0;
}
.news3{
	padding: 0.3rem 0;
}

.party_list1{
	flex: 0 0 auto;
	flex-wrap: wrap !important;
}
.party_list2{
	flex: 0 0 2.45rem;
}

.party_list2{
	background: url(../img/jb.jpg) no-repeat;
	position: relative;
	height: 3.38rem;
}
.prosecue{
	position: absolute;
	bottom: 0.2rem;
	left: 0.2rem;
}
.prosecue p{
	color: rgb(250, 206, 155);
	    font-size: 16px;
}
.prosecue hr{
	width: 0.32rem;
	height: 0.01rem;
	background: #fff;
	margin: 0.2rem 0 0.1rem;
}
.prosecue_tel{
	color: #fff !important;
	font-family: 微软雅黑;
	    font-size: 16px !important;
		font-weight: bold;
}
.party_cont{
	margin-top: 0.8rem;
}




.party2_cont{
	margin:0.4rem -0.1rem 0;
	padding-bottom: 1.5rem;
}
.hidden{
	overflow: hidden;
}
.news2_list{
	margin:0 0.1rem;
	box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, .1);
	overflow: hidden;
}
.news2_list img{
	height: 2.4rem;
	transition: all 0.5s;
}
.news2_list img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.list_cont{
	padding: 0.15rem;
}
.list_cont_tit{
	color: #333;
	    font-size: 0.3rem;
		font-family: 微软雅黑;
		overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
			transition: all 0.5s;
}
.list_cont_tit:hover{
	/*color: #00a0e9;*/
	transition: all 0.5s;
}
.list_cont_dec{
	color: #666;
	    font-size: 0.14rem;
	    line-height: 0.36rem;
	    margin-top: 0.14rem;
}
    .date span,.cont p:nth-of-type(2),.party_tit a,.list_cont_dec{
        font-size: 0.28rem;
    }
    .obanner_right_list:first-child p a,.prosecue_tel,.cont p:nth-of-type(1) a{
        font-size: 0.3rem;
    }
    .party_cont,.obanner_cont{
        display: block;
    }
    .party_list2{
        background-size: cover;
    }
    .obanner_right{
        height: auto;
    }
    .other_banner{
        height: auto;
        padding-bottom: 20px;
    }
    .news3_div{
        width: 100%;
    }
    .date{
        flex: 0 0 14%;
    }
    .party2_cont{
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .news2_list{
        padding: 10px 10px;
        width: 50%;
        margin: 0;
    }
    .djSwiper{
        width: 100%;
    }
    .djSwiper .swiper-pagination{
        right: 0 !important;
        bottom: 10px !important;
    }
    .djSwiper .swiper-pagination-bullet{
        width: 10px;
    }
}

