@charset "utf-8";
/* CSS Document */
html, body {
        position: relative;
        height: 100%;
    }
	.swiper-pagination-bullet {
    position: relative;
}
.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		overflow:hidden;
    }
.swiper-container:before{
	background-color: rgba(255,255,255,0.2); position: absolute;content: ""; width: 1px; height: 100vh; right: 90px; top: 0px;    z-index: 10;
}
.swiper-pagination-bullet:after{position: absolute;content: "";  z-index: 11;transform: translate(-50%,-50%); transition: .6s; left: 50%; top: 50%; background-size: 0px;}
.swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active:after{ background:url("../images/page1.png") no-repeat center; width: 26px; height: 26px; transition: .6s; }
.swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active:after{ background:url("../images/page2.png") no-repeat center;width: 26px; height: 26px; transition: .6s; }
.swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:after{ background:url("../images/page3.png") no-repeat center;width: 26px; height: 26px; transition: .6s; }
.swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active:after{ background:url("../images/page4.png") no-repeat center;width: 26px; height: 26px; transition: .6s; }
.swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active:after{ background:url("../images/page5.png") no-repeat center;width: 26px; height: 26px; transition: .6s; }
.swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active:after{ background:url("../images/page6.png") no-repeat center;width: 26px; height: 26px; transition: .6s; }
.swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active:after{ background:url("../images/page7.png") no-repeat center;width: 26px; height: 26px; transition: .6s; }


/* 第二屏 */
.swiper-news::after{content: "";background:#f5f5f5;display: block; position: absolute;width: 100%; height: 100%;top: 0px;}

.first_left {float: left;width: 50%;}
.first_right {float: right;width: 47%;}
.indnews_title {margin-bottom: 30px; padding-top: 20px;}
.indnews_mtitle {font-size: 40px;color: #333333; line-height:40px; text-align: center;padding-bottom:15px; font-weight: bold;}
.indnews_mtitle_yw{ font-size: 80px; color: #000000; opacity: 0.03;text-align: center;font-weight: bold; line-height: 80px;text-transform: uppercase;margin-top: -80px;}
.indnews_mtitle_cont { font-size: 16px; color: #838383; margin-top: 5px; }
.indnews_mtitle_more{ width:50%; float:left; text-align:right;margin-top: 20px;}
.indnews_mtitle_more a{ width: 150px; font-size: 16px;height: 40px; line-height: 40px; text-align: center; color: #333333; background: #e5e5e5; border-radius: 25px; display:inline-block;transition: all 1s;}
.indnews_mtitle_more a:hover{color: #fff;background: #d52f2f;transition: all 1s;}
.cont-box{ position:relative; z-index:22; width:80%; max-width:1400px;}
.about-box{ position:relative; z-index:22; width:80%; max-width:1400px; display: flex;justify-content: space-between;    align-items: center;}


.news_first_box{ background: #fff;}
.news_first_box .news_item{ margin-bottom: 0px;    padding:30px 20px;}
.news_item {padding: 20px;display: block;overflow: hidden;color: #484848; position: relative; background: #fff; margin-bottom: 20px;}
.news-cont-date {font-size: 16px;margin-top: 10px;display: block;color: #4d4a49;position: relative;z-index: 222;}
.news-cont-title {font-weight: bold;font-size: 20px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden; position: relative;z-index: 222;}
.news-cont-cnt {margin-top: 10px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 16px;line-height: 27px;color: #808080;position: relative;z-index: 222;}
.news-cont {width:100%;position: relative;z-index: 2;position: relative;z-index: 222;}
.news_first_box img {width: 100%;height: 350px;transition: all 1s; overflow: hidden;}
.news_first_box_pic{overflow: hidden;}
.news_item:after {width: 0%;position: absolute;height: 100%;background: #d52f2f;left: 0px;bottom: 0px;content: ''; transition: .45s;}
.news_item:hover:after { width: 100%;left: 0;}
.news_first_box:hover img{transform: scale(1.1);transition: all 1s ease;}
.news_item:hover .news-cont-date,.news_item:hover .news-cont-title,.news_item:hover .news-cont-cnt{ color: #fff;transition: all 1s ease;}

.djqtboxs{ padding:20px 15px;display: flex;overflow: hidden; position: relative; border-bottom:1px solid #e1e1e1;align-items: center;transition: .45s;}
.djqt_date{ width: 70px; height: 60px; color: #c4c4c4; text-align: center; font-size: 44px; font-weight: bold;line-height: 44px;position: relative; display:inline-block; z-index:2;transition: .45s;}
.djqtboxs:after{ width: 0%; position: absolute; height: 100%; background: #d52f2f; left: 0px; bottom: 0px;content: '';transition: .45s;}
.djqtboxs:hover:after{ width: 100%; left: 0;}
.djqt_date span{ display:block; font-size: 16px; font-weight: normal; color:#c4c4c4; line-height:20px;transition: .45s;}
.djqtboxs_right{ width:calc((100% - 100px)/1); float: left; margin-left: 30px;    flex: 1; z-index:2;transition: .45s;}
.djqtboxs .djqt_name{ font-size: 18px; color: #333333; display: block;overflow: hidden; line-height:30px;transition: .45s;}
.djqtboxs:hover .djqt_date,.djqtboxs:hover span{ color:#fff;transition: .45s;}
.gg-box{ margin-top:40px;}
.more{ margin-top:30px;}
.more a{ margin:0 auto; width:150px; height:38px; padding-left:30px; line-height:38px; font-size:16px; color:#484848; border:1px solid #484848;display:block; background:url(../images/jt.png) no-repeat 100px center; text-align:left;transition: .45s;}
.more a:hover{ border:1px solid #d52f2f; color:#d52f2f;background:url(../images/hjt.png) no-repeat 110px center;transition: .45s;}
.news_cont{ overflow:hidden;}

/*关于我们*/
.swiper-about{ background: url("../images/about_bg.jpg") no-repeat center;}
.about-left{ flex:0 0 45%}
.about-left{text-align: right;}
.about_title{ font-weight:bold; font-size:42px; line-height:50px; color:#333333; padding-bottom:20px; position:relative; margin-bottom:30px;}
.about_title:before{width: 70px; position: absolute; height: 2px; background: #d52f2f; left: 0px; bottom: 0px;content: '';}
.counter{ font-size: 60px; font-family: Impact Regular;display: inline-block;}
.count-unit{font-size: 16px;color: #484848;text-align: right;display: inline-block;font-style: normal;}
.about-nub{ margin-top: 120px}
.about-nub p{ font-size: 16px; color: #484848;}
.about-list{display: inline-block;text-align: left; margin-right: 30px;}
.about-nub:first-child{ margin-top: 0px;}
.about-nub:first-child .about-list{ margin-right: 110px;}
.about-nub:last-child .about-list{ margin-right: 130px;}
.about-right{ flex:0 0 50%;}
.about-cont{ font-size: 16px; line-height: 34px; text-align: left;}
.about-cont strong{ font-size: 20px; display: block;}
.about-more a{ margin-left: 0px;}

/* 业务动态 */
.swiper-yw{}
.yw_box_cont{ display:flex;    justify-content: space-between;}
.yw_box{ width:80%; max-width:1400px; margin:0 auto; align-items: center;}
.yw_left{flex:0 0 25%;font-size: 16px;line-height: 36px;padding-top: 0px;}
.yw_right{flex:0 0 70%;}


.slideTxtBoxs{text-align:left;  position: relative; }
		.slideTxtBoxs .hd{position:absolute;bottom: 60px;z-index: 22;left: -80px;}
		.slideTxtBoxs .hd ul{ float:left;}
		.slideTxtBoxs .hd ul li{ float:left; width:120px; height:120px; background:#eaeaea; text-align:center; cursor:pointer; margin-right:15px;justify-content: center;flex-direction: column;    align-content: center; flex-wrap: wrap; display:flex;    position: relative;}
		.slideTxtBoxs .hd ul li svg{ margin:0 auto; margin-bottom:10px;position: relative;}
		.slideTxtBoxs .hd ul li span{ display:block;position: relative;}
		.slideTxtBoxs .hd ul li.on{background:#d52f2f; color:#fff; }
		.slideTxtBoxs .hd ul li.on path{ fill:#fff;}
		.slideTxtBoxs .hd ul li:before{ width:90%; height:90%;background:#eaeaea; border:1px solid rgba(255,255,255,0.5);content:""; position:absolute; transform: translate(-50%,-50%);left: 50%;    top: 50%;}
		.slideTxtBoxs .hd ul li.on:before{background:#d52f2f;}
		.slideTxtBoxs .bd ul{  zoom:1;  }
		.slideTxtBoxs .bd li img{ height:540px;}
		.slideTxtBoxs .bd li{  }
		.slideTxtBoxs .bd li .date{ float:right; color:#999;  }

.slideBox{ height:540px;}
.news_pic_wz{ overflow-y:scroll; max-height:440px}
.news_pic_wz::-webkit-scrollbar {
     width: 4px; /*  设置纵轴（y轴）轴滚动条 */
     height: 4px; /*  设置横轴（x轴）轴滚动条 */
 }
 /* 滚动条滑块（里面小方块） */
.news_pic_wz::-webkit-scrollbar-thumb {
     border-radius: 10px;
     box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     background: #d52f2f;
 }
 /* 滚动条轨道 */
.news_pic_wz::-webkit-scrollbar-track {
     border-radius: 0;
     box-shadow: inset 0 0 5px #fff;
     background: #fff;
 }




/* 党建 */
.swiper-dj{ background: url("../images/dj_bg.jpg") no-repeat center;}
.dj_box{ width:95%; max-width:1400px; margin:0 auto; display:flex; align-items: center; position:relative;}
.dj_box:before{height: 353px;content: ""; width:210px; position:absolute; right:0px; top:-130px; background:url(../images/bss.jpg) no-repeat;}
.dj_left{flex:0 0 35%;}
.dj_right{flex:0 0 65%;}
.dj_cont{ font-size:16px; color:#7c7c7c; line-height:33px; margin-right:21%;}
.dj-more{ text-align:left; margin-top:60px;}
.dj-more a{text-align:left; margin-left:0px;}
.dqzc_box{display: flex;}
.yw_item{}
.yw_cont {padding: 0 20px;}
.yw_date{ font-size:16px; padding-top:20px; border-top:1px solid #a8a8a8; position:relative;}
.yw_title a {font-size: 20px; font-weight:bold; margin-top:10px;color: #444444;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.yw_nr {font-size: 16px;color: #868686;margin-top: 20px;line-height: 30px;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;height: 90px;}
.yw_pic {overflow: hidden;    margin-top: 25px;}
.yw_pic img { width: 100%;transition: all 1s; height: 280px;}
.yw_cont:hover .yw_pic img {transform: scale(1.1); transition: all 1s;}
.yw_date:before {height: 1px;content: "";width: 0px; position: absolute;left: 0px;top: -1px;background: #d52f2f;transition: all 1s;}
.yw_cont:hover .yw_date:before {width: 100%;transition: all 1s;}
.yw_cont:hover .yw_title a{color: #d52f2f;}



/* 廉洁 */
.swiper-lj{ background: url("../images/lj_bg.jpg") no-repeat center; margin-bottom: 0px !important;}
.lj_box{ width:80%; max-width:1400px; margin:0 auto; display:flex; align-items: center; position:relative;flex-direction: column;}
.lj_top{ overflow:hidden; width:100%;}
.lj_title{ width:50%; float:left;}
.lj-more{ width:50%; float:right;}
.lj-more a{ margin-right:0px;}
.djzc_box{ width:100%;}
.djzc_box_left{ width:50%; float:left; position:relative; height:490px;}
.djzc_box_right{ width:48.5%; float:right; background:#fff; box-shadow: 0px 5px 8px rgb(136 136 136 / 40%);-moz-box-shadow: 0px 5px 8px rgba(136, 136, 136, 0.4);-webkit-box-shadow: 0px 5px 8px rgb(136 136 136 / 20%);}

.djzc_box_top{ background:#fff; display:flex;}
.ljjs_left{flex: 1;}
.ljjs_right{flex: 1;}
.ljjs{ overflow:hidden; position:relative;}
.ljjs img{transition: all 1s;}
.ljjs:hover img{transform: scale(1.1); transition: all 1s;}
.bg.other {-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;background: transparent;}
.bg {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;background: rgba(17, 45, 141, 0.3); color: #fff;-webkit-box-orient: vertical;  -webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-ms-flex-pack: justify; justify-content: space-between; padding: 60px 30px 28px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.bg .title h5 {font-size: 24px;font-weight: initial;line-height: 1.3;}
.bg .title h6 { font-size: 16px; margin-top:5px;}
.bg .lj_more {border-radius: 50%;width: 43px;height: 43px;border: 1px solid #fff;-webkit-box-sizing: border-box;box-sizing: border-box;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background: transparent;cursor: pointer;-webkit-transition: .4s;transition: .4s;font-family:'宋体';}
.ljjs:hover .bg .lj_more {background: #d52f2f; border-color: #d52f2f;}
.linkA {position: absolute; top: 0; left: 0;width: 100%; height: 100%; z-index: 7;}
.ljjs_news{ padding:30px;}
.ljjs_news ul{ padding:0px; margin:0px;}
.ljjs_news ul li{ padding:0px; margin:0px; list-style:none; line-height:44px; border-bottom:1px dashed #e7e7e7; display:flex;justify-content: space-between;}
.ljjs_news ul li a{flex:0 0 80%;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; font-size:16px; color:#4f4f4f;}
.ljjs_news ul li a:hover{ color:#d52f2f;}
.ljjs_news ul li span{flex:0 0 18%; color:#aeadad;text-align: right; font-size:16px;}

.djzc_box_bottom {display: flex;}
.ljjs_left_bottom {display: flex;}



#footer{ height:400px !important;}



:deep(.swiper-slide-active) {
  height: auto !important;
}
:deep(.swiper-wrapper) {
  position: absolute;
  bottom: 0;
  max-height: 100%;
}
.swiper-pagination-bullet:before{
	width: 0px;
    height: 0px;
    content: "";
    position: absolute;
	background: #d52f2f;
    transition: .6s;
    z-index: 1;
	border-radius:55px;
	transform: translate(-50%,-50%);
	left: 50%;
    top: 50%;
	}
.swiper-pagination-bullet-active:before{
	width: 55px;
    height: 55px;
    transition: .6s;
	}
.swiper-pagination-bullet-active {
    position: relative;
}
.swiper-slide-active .indnews_title{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .first_left{animation-name: fadeInLeft;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .first_right{animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .more{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .about-nub:first-child{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .about-nub:nth-child(2){animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .about-nub:nth-child(3){animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .about-cont{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .yw_left{animation-name: fadeInLeft;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .yw_item:first-child{animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .yw_item:nth-child(2){animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .yw_item:nth-child(3){animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .indnews_title{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .dj_cont{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .slideBoxs{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.6s;}
.swiper-slide-active .dj_box:before{animation-name: fadeIn;animation-direction: normal; animation-duration: 1.2s;animation-delay: 1.2s; animation-fill-mode: both;}
.swiper-slide-active .lj_top{animation-name: fadeInUp;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.2s;}
.swiper-slide-active .djzc_box_left{animation-name: fadeInLeft;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}
.swiper-slide-active .djzc_box_right{animation-name: fadeInRight;animation-direction: normal; animation-duration: 1.2s;animation-delay: 0.4s;}




 @media (max-width: 1440px) {
.slideBox .bd img {height: 390px;}
.news_item {padding: 20px;}
.news_first_box img { width: 100%; height: 335px;}
.news-cont-cnt { margin-top: 5px;}
.news-pic {width: 150px}
.news-cont {width: calc(100% - 170px);}
.news-pic img {height: 110px;}
.news-cont-title {font-size: 18px;}
.cont-box {margin-top: 70px;}
.djqtboxs {padding: 10px 10px;}
.slideTxtBox .bd {margin-top: 30px;}
.djqt_date {font-size: 30px;line-height: 38px;height: 50px;}
.djqtboxs .djqt_name {line-height: 28px;}
.counter {font-size: 50px;}
.yw_nr{ font-size:16px; color:#868686; margin-top:40px; line-height:30px;word-break: break-all; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; height:90px;}
.yw_title a {font-size: 20px;}
.swiper-slide {overflow: hidden;}
.slideBoxs { max-width: 630px;}
.slideBoxs .bd img { height: 410px;}
.dj_box:before {width: 150px;top: -50px;background-size: contain;}
.djzc_item_img img {width: 100%;height: 400px;}
.djzc_list_pic {width: 110px;height: 70px;}
.djzc_list_cont {height: auto !important;}
.djzc_box_left{height: auto !important;}
.lj_box {margin-top: 60px;}
	 .ljjs_news {
    padding:15px 20px;
}
	 .ljjs_news ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 38px;
	 }
}
	 @media (max-width: 1240px) {
		 
		 .ljjs_news ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 33px;
}
		 .ljjs_news ul li span {flex: 0 0 21%;}
		 .ljjs_news ul li a {flex: 0 0 79%;}
	 }
 @media (max-width: 768px) {
.swiper-container {height: auto !important;    display: block !important;}
.swiper-wrapper {height: auto !important;    display: block !important;}
.swiper-slide {height: auto !important; display: block !important;}
.cont-box {margin-top: 30px;margin: 0 auto;width: 95%;}
.first_left {float: inherit;width: 100%;}
.slideBox .bd img {height: 260px;}
.first_right {float: inherit;width: 100%;}
.slideTxtBox {width: 100%;text-align: left;margin-top: 20px;}
.slideTxtBox .hd {text-align: center;}
.news-pic {width: 100%;}
.news-cont {width: 100%; margin-top:20px;}
.news-pic img {height: 200px;}
.slideTxtBox .bd {margin-top: 10px;}
.swiper-about {margin-top: 0px;}
.about-box {flex-direction: column;margin: 0 auto;  padding-top: 40px;    width: 95%;}
.about-left {flex: 1;width: 100%;    display: flex;    flex-direction: column;}
.about-nub {margin-top: 0px;    flex: 1;text-align: left;}
.about-nub:first-child .about-list {margin-right: 0px;}
.about-nub:last-child .about-list {margin-right: 0px;}
.about-list {display: inline-block;text-align: left;margin-right: 0px;}
.counter {font-size: 40px;}
.about-right {margin-top: 0px;margin-bottom: 40px;}
.yw_box {flex-direction: column;width: 95%;padding-top: 25px;    padding-bottom: 40px;}
.yw-fl { display: none;}
.yw_left {width: 100%;     margin-top: 0px; padding-top: 0px;margin-bottom:30px;}
.yw_item {width: 100%;border-left: none;margin-bottom: 50px;height: auto;}
.swiper-yw {background: url(../images/yw_bg.jpg) no-repeat center bottom;}
.news_cont {margin-top: 25px;}
.slideTxtBox .hd ul li {width: 130px;margin-left: 15px;margin-right: 15px;}
.indnews_mtitle {font-size: 26px;line-height: 30px;padding-bottom: 10px;}
.carousel {margin-top: 65px;}
.yw_cont {padding: 0px;}
.dj_box {flex-direction: column;padding-top: 30px;padding-bottom: 30px;}
.dj_box:before{ display:none;}
.dj_cont {margin-right: 0px;}
.dj-more {margin-top: 20px;margin-bottom: 40px;}
.slideBoxs .bd img {height: 260px;}
.indnews_mtitle {width: 100%;}
.lj-more{margin-top: 0px;}
.djzc_box_left {display: none;}
.djzc_box_right {width: 100%;}
.djzc_list_cont {width: calc(100% - 125px);}
	 .swiper-container:before{ display: none}
	 .indnews_mtitle_yw {font-size: 30px;    margin-top: -40px;line-height: 30px;}
	 .more {
    margin-top: 20px;
    margin-bottom: 40px;
}
	 .about_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
}
	 .yw_box_cont {
    display: flex;
    justify-content: space-between;
        flex-direction: column;
	 }
	 .slideTxtBoxs .bd li img {
    height: 190px;
}
	 .slideTxtBoxs .hd {
    position: relative;
    bottom: 0;
    z-index: 22;
    left: 0;
		 margin-top: 20px;
}
	 .slideTxtBoxs .hd ul li {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
	 }
	 .dqzc_box {
    display: flex;
    flex-direction: column;
}
	 .lj_box {
    width: 95%;
	 }
	 .djzc_box_top {
    background: #fff;
    display: flex;
    flex-direction: column;
}
	 .ljjs_news ul li span {
    flex: 0 0 30%;
}
	 .ljjs_news ul li a {
    flex: 0 0 70%;
}
	 .bg .lj_more {
    border-radius: 50%;
    width: 30px;
    height: 30px;
	 }
	 .djzc_box_bottom {
    display: flex;
    flex-direction: column;
}
	 .bg .title h6 {
    font-size: 12px;
	 }
     .slideBox{ height:auto;}
.news_pic_wz{ overflow-y:scroll; max-height:320px; }
}
@media (max-width: 360px) {
.slideTxtBox .bd li a { width: 65%; }
.party_uilding_cont li a { width: 65%; }
.slideTxtBox .hd ul li { font-size: 14px; padding: 0 5px; }
}

