@charset "utf-8";
/* CSS Document */
html,body{height: 100%;width:100%;min-width:100vw;}
*{padding:0;margin:0;box-sizing: border-box;}
body{word-break:break-all;word-wrap:break-word; margin:0 auto;padding:0;overflow-x: hidden; font-family:'Microsoft Yahei'; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
img{border:none;max-width: 100%;}
ul,ul li,dl,dl dt,dl dd{display:block;list-style-type: none;}
ul,ol,input{margin:0;padding:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0; padding:0;}
a{color:#333;text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
em,i{font-style:normal}
b,strong,th{font-weight:normal;}
button,input,textarea{font-family:"Microsoft Yahei",Tahoma,Arial,Helvetica,sans-serif;vertical-align:middle;outline: none;}
textarea{resize:none;} 
a,button,input,optgroup,select,textarea {-webkit-tap-highlight-color:rgba(0,0,0,0);outline: none; border:0
}
input[type=”button”], input[type=”submit”], input[type=”reset”] {
	-webkit-appearance: none;
}
i, cite, em, var, address, dfn {
    font-style: italic;
}
.main-box .top{
    box-shadow: none;
}
.flex{
    display: flex;align-items: flex-start;justify-content: space-between;
}

::-webkit-scrollbar{
    width: 5px;/*竖向滚动条的宽度*/
    height: 5px;/*横向滚动条的高度*/
}
::-webkit-scrollbar-thumb{/*滚动条里面的小方块*/
    background: #0b3966;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
::-webkit-scrollbar-track{/*滚动条轨道的样式*/
    background: #ccc;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.w{
    width: 1200px;margin: 0 auto;position: relative;
}
body.alone{
    overflow: hidden;
}
/* 引导页面 */
.start-box{
    position: relative;
    height: 100vh;
    overflow-y: hidden;
}
.tip{
    width: 100%;height: 160px;background-color: #d1e7fc;
}
.videoBg{
	position:relative;top:-60px;z-index:1;width:100%;padding-bottom: 52.85%;
}
#myVideo{
    /* 解决视频强制铺满屏幕 */
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 1920px) {
    .st-container > input,
    .st-container > a,.start_nav{
        bottom: 30px !important;
    }
}

.main-box{
    background: url(//www.wuchang.gov.cn/images/bg01.png) no-repeat #f6fafc;background-size: 100% 402px;width:100%;
}
.zjwc_main_box{
    /* background-image: none;*/background-position-y:35px ; 
}
.zwgk_title img{
    margin: 30px auto;width:50%;
}
.zjwc_top{
    width: 100%;height: 60px;position: absolute;top: 0;left: 0;z-index: -1;
}
.zjwc_container{
    background: url(//www.wuchang.gov.cn/images/zjwc_top.png) no-repeat center center #007eff;position: absolute;width: 100%;
    top: 0;left: 0;height: 367px;background-size: 100% 100%;z-index: -2;padding-bottom: 50px;
}
.zjwc_logo{
    width:1200px;margin:0 auto;display: flex;align-items: center;justify-content:space-around;
}
.zjwc_logo img{
    width: 45%;margin: 0;
}
.zjwc_logo span{
    font-size: 30px;color: #fff;
}
.zjwc_logo span i{
    font-size: 24px;font-style: normal;
}
.zjwc_nav{
    height:79px;
    background: url(//www.wuchang.gov.cn/images/topBg02.png) no-repeat;background-size: 100% 100%;
}
.start_nav{
    width: 1000px;height:80px;bottom: 20px;left: 50%;margin-left: -430px !important;z-index: 9999;
}
.start_nav ul{
    width:1200px;height: 100%;margin: 0 auto;
    display: flex;align-items: center;justify-content: space-between;
}
.start_nav ul li:first-of-type a{
    background-color: #007eff;color: #fff;display: block;opacity: 0;
    padding: 0 60px;height: 73px;line-height: 73px;font-size: 20px;
}
.start_nav ul li a{
    background-color: rgba(255, 255, 255, 0.7);padding: 26px 0;color: #222;font-size: 20px;font-weight: 700;
    border-radius: 8px;width: 100%;
}
.start_nav ul li a:hover{
    background-color: #fff;transition: all .3s;
}
.st-container > a{
    background-color: #007eff;font-weight: normal;padding: 0 60px;height: 73px;line-height: 73px;font-size: 20px;
}
.start_switch{
    position: fixed;
	bottom: 28px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 10;
}

/* 首页内容页面 */
.content-top{
    display: flex;align-items: flex-start;justify-content: space-between;flex-direction: row
}
.content-top > div{
    height: 373px;width: 49%;
}
.indexSlide{
    width: 100%;height: 100%;
}
.indexSlide li a{
    display: block;position: relative;height: 100%;
}
.indexSlide li a img{
    display: block;width: 100%;height: 100%;
}
.indexSlide li a span{
    display: block;position: absolute;bottom: 0;left: 0;height: 50px;width: 100%;
    background-color: #0000005e;color: #fff;font-size: 16px;line-height: 50px;padding-left: 30px;
}
.indexSlide .indexSlidePagination{
    width: auto !important;bottom: 16px !important;right: 30px;text-align: right;
}
.indexSlidePagination .swiper-pagination-bullet{
    background-color:#fff ;opacity: 1;
}
.indexSlidePagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #007eff;width: 20px;border-radius: 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.content-top-right{
    background-color: #fff;
}
.content-top-right-nav ul{
    display: flex;align-items: center;justify-content: space-between;background-color: #007eff;
    border-radius: 8px;
}
.content-top-right-nav ul li{
    height: 50px;line-height: 50px;text-align: center;width: 25%;color: #fff;font-size: 18px;cursor: pointer;border-radius: 8px;
}
.content-top-right-nav ul li.active{
    background-color: #0024ff;font-weight: 700;transition: all .3s;
}
.content-top-right-detail ul li{
    margin: 0 20px;
}
.content-top-right-detail ul li a{
    display: flex;align-items: center;justify-content: space-between;font-size: 18px;color: #333;
    border-bottom: 1px #ddd dashed;position: relative;padding: 20px 0 20px 20px;
}
.content-top-right-detail ul li a::before{
    content: "";
    position: absolute;
    width: 3px;height: 3px;
    background-color: #000;
    left: 5px;top: 31px;
}
.content-top-right-detail ul li:last-of-type a{
    border: 0;
}
.content-top-right-detail ul li a span:first-of-type{
    display: block;width: 80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.content-top-right-detail ul li a span:last-of-type{
    color: #999;
}
.content-top-right-detail ul li a:hover span{
    color: #0024ff;
}
.content-middle{
    margin: 40px 0;
}
.content-middle > div{
    width: 49%;
}
.content-middle-left ul li{
    width: 13%;
}
.content-middle-left ul li a{
    display: block;text-align: center;transition: all 1s;transform-style: preserve-3d;
}
.content-middle-left ul li a img{
    display: block;width: 100%;margin-bottom: 10px;transition: transform 0.5s ease-out;
}
.content-middle-left ul li a span{
    display: block;font-size: 18px;color: #333;
}
.content-middle-left ul li a:hover img{
    transform: rotateY(180deg);
}
.content-middle-rightT{
    margin-bottom: 20px;margin-top: 4px;
}
.content-middle-rightT a{
    border-left: 2px solid #0024ff;font-size: 18px;width:25%;text-align:center;
}
.content-middle-rightT a:last-of-type{
	border-right: 2px solid #0024ff;
}
.content-middle-rightT a:hover{
    font-weight: 700;
}
.content-middle-rightB{
    gap: 10px;
}
.content-middle-rightB a{
    width: 24%;
}
.content-bottom > div{
    width: 49%;
}
.content-bottom-leftT{
    height: 50px;border-bottom: 2px solid #0024ff;position: relative;
}
.content-bottom-leftT span{
    color: #0024ff;padding: 0 80px 0 30px;display: inline-block;height: 100%;line-height: 50px;margin-right: 10px;
    font-size: 20px;font-weight: 700;cursor: pointer;
}
.content-bottom-leftT span.active{
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;color: #fff;background-size: 100%;
}
.content-bottom-leftT .more{
    line-height: 50px;font-size: 18px;color: #999;position: absolute;right: 0;top: 0;
}
.content-bottom-leftT .more1{
    display: block;
}
.content-bottom-leftT .more2{
    display: none;
}
.content-bottom-leftB ul li a{
    display: flex;align-items: center;justify-content: space-between;font-size: 18px;color: #333;
    position: relative;padding: 30px 0 0 20px;
}
.content-bottom-leftB ul li a::before{
    content: "";
    position: absolute;
    width: 3px;height: 3px;
    background-color: #000;
    left: 5px;top: 41px;
}
.content-bottom-leftB ul li:last-of-type a{
    border: 0;
}
.content-bottom-leftB ul li a span:first-of-type{
    display: block;width: 80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
}
.content-bottom-leftB ul li a span:last-of-type{
    color: #999;
}
.content-bottom-leftB ul li a:hover span{
    color: #0024ff;
}
.content-bottom-rightT{
    border-bottom: 2px solid #0024ff;height: 50px;margin-bottom: 30px;
}
.content-bottom-rightT span{
    padding: 0 80px 0 30px;display: inline-block;height: 100%;line-height: 50px;margin-right: 10px;
    font-size: 20px;font-weight: 700;cursor: pointer;background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;color: #fff;background-size: 100%;
}
.content-bottom-rightT a{
    float: right;
}
.content-bottom-rightB{
    height: 240px;overflow: hidden;
}
.content-bottom-rightB ul li{
    padding:36px 0 50px;width: 20%;position: relative;
}
.content-bottom-rightB ul li a{
    display: block;text-align: center;position: relative;z-index: 999;
}
.content-bottom-rightB ul li a img{
    display: inline-block;
}
.content-bottom-rightB ul li a span{
    display: flex;height: 60px;align-items: center;text-align: center;font-size: 16px;justify-content: center;
}
.content-bottom-rightB ul li.itemsColor01{
    background-color: #dce7f4;
}
.content-bottom-rightB ul li.itemsColor02{
    background-color: #e5f0e3;
}
.content-bottom-rightB ul li.itemsColor03{
    background-color: #d1e7f7;
}
.content-bottom-rightB ul li.itemsColor04{
    background-color: #f6e7e0;
}
.content-bottom-rightB ul li.itemsColor05{
    background-color: #f7efdb;
}
.content-bottom-rightB ul li.itemsColor06{
    background-color: #eff1fc;
}
.content-bottom-rightB ul li:after{
    width: 0;
    cursor:pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: 0.1s linear;
}
.content-bottom-rightB ul li:hover:after,.content-bottom-rightB ul li:hover a span{
    width: 114px;color: #fff;font-weight: 700;
}
.content-bottom-rightB ul li.itemsColor01:after{
    background: #4878c9;
}
.content-bottom-rightB ul li.itemsColor02:after{
    background: #87b655;
}
.content-bottom-rightB ul li.itemsColor03:after{
    background: #017ddb;
}
.content-bottom-rightB ul li.itemsColor04:after{
    background: #f87b40;
}
.content-bottom-rightB ul li.itemsColor05:after{
    background: #fcad1f;
}
.content-bottom-rightB ul li.itemsColor06:after{
    background: #c5bbfe;
}
.content-ztzl{
    margin-top: 30px;height: 73px;overflow: hidden;
}
.content-ztzl-left{
    width: 87px;height: 100%;
    display: flex;align-items: center;justify-content: center;
}
.content-ztzl-left a{
    display: block;color: #007eff;font-weight: 700;font-size: 20px;background-color: #efeeec;padding: 22px;
}
.content-ztzl-left:hover a{
    background-color: #007eff;color: #fff;transition: 0.1s linear;
}
.content-ztzl-right{
    width: 1070px;height: 100%;
}
.content-ztzl-slide{
    height: 100%;
}
.content-ztzl-right .content-ztzl-slide ul li a{
    display: block;width: 100%;height: 100%;
}
.content-ztzl-right .content-ztzl-slide ul li a img{
    height: 100%;
}
/* 政务服务 */
.zwfwcontent-top{
    overflow: hidden;
}
.zwfwcontent-top > div{
    width: 49%;
}
.content-top-zwfwLeft,.content-top-zwfwRight{
    height: 385px;
}
.content-top-zwfwLeft-top{
    height: 50px;border-bottom: 2px solid #0024ff;
}
.content-top-zwfwLeft-top span{
    color: #0024ff;padding: 0 70px 0 20px;display: inline-block;height: 100%;line-height: 50px;margin-right: 10px;
    font-size: 20px;font-weight: 700;cursor: pointer;
}
.content-top-zwfwLeft-top span.active{
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;color: #fff;background-size: 100% 100%;
}
.content-top-zwfwLeft-bottom ul{
    display: flex;align-items: center;justify-content: flex-start;
    flex-wrap: wrap;
}
.content-top-zwfwLeft-bottom ul li{
    width: 23%;position: relative;margin-top: 10px;margin-left: 2.66%;
}
.content-top-zwfwLeft-bottom ul li:nth-child(4n+1){
    margin-left: 0;
}
.content-top-zwfwLeft-bottom ul li a{
    display: block;padding: 24.5px 0;background-color: #e9f4fc;font-size: 18px;text-align: center;
}
.content-top-zwfwLeft-bottom ul li:hover a{
    background-color: #007eff;color: #fff;transition: all .3s;
}
.content-top-zwfwRightT{
    border-bottom: 2px solid #0024ff;height: 50px;
}
.content-top-zwfwRightT span{
    padding: 0 100px 0 20px;display: inline-block;height: 100%;line-height: 50px;margin-right: 10px;letter-spacing: 3px;
    font-size: 20px;font-weight: 700;cursor: pointer;background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;color: #fff;background-size: 100%;
}
.content-top-zwfwRightB ul{
    flex-wrap: wrap;
}
.content-top-zwfwRightB ul li{
    width: 23%;border: 1px solid #ddd;margin-top: 10px;
}
.content-top-zwfwRightB ul li a{
    display: block;text-align: center;padding-top: 13px;
}
.content-top-zwfwRightB ul li a img{
    margin: 0 auto;height: 27px;
}
.content-top-zwfwRightB ul li a span{
    display: block;height: 60px;font-size: 18px;height: 46px;margin-top: 13px;
}
.content-top-zwfwRightB ul li:hover a span{
    transform: translateY(-15px);transition: linear .3s;color: #fff;
}
.content-top-zwfwRightB ul li:hover{
    background-color: #007eff;
}
.content-top-zwfwRightB ul li:hover a img{
   opacity: 0;
}
.zwfwcontent-middle{
    margin: 30px 0 0;align-items: flex-start;
}
.zwfwcontent-middle > div{
    width: 49%;
}
.content-middle-zwfwLeftT{
    border-bottom: 2px solid #0024ff;
    height: 50px;margin-bottom: 10px;
}
.content-middle-zwfwLeftT span{
    padding: 0 100px 0 20px;display: inline-block;height: 100%;line-height: 50px;margin-right: 10px;letter-spacing: 3px;
    font-size: 20px;font-weight: 700;cursor: pointer;background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;color: #fff;background-size: 100%;
}
.content-middle-zwfwLeftB>a{
    display: block;margin-bottom: 15px;
}
.content-middle-zwfwLeftB ul li{
    position: relative;
}
.content-middle-zwfwLeftB ul li:before{
	content:"";
	position:absolute;
	right:-40px;
	top:0;
	width:1px;height:100%;
	background-color:#ddd;
}
.content-middle-zwfwLeftB ul li:last-of-type:before{
	display:none;
}
.content-middle-zwfwLeftB ul li a{
    display: block;text-align: center;
}
.content-middle-zwfwLeftB ul li a img{
    margin-bottom: 15px;transition: transform 0.5s ease-out;
}
.content-middle-zwfwLeftB ul li a span{
    font-size: 18px;display: block;
}
.content-middle-zwfwLeftB ul li a:hover img{
    transform: rotateY(180deg);
}
.content-middle-zwfwRightT{
    border-bottom: 2px solid #0024ff;
    height: 50px;
    margin-bottom: 10px;
}
.content-middle-zwfwRightB_T{
    margin-bottom: 20px;
}
.content-middle-zwfwRightB_T a{
	width:49%
}
.content-middle-zwfwRightT span{
    padding: 0 100px 0 20px;display: inline-block;height: 100%;line-height: 50px;margin-right: 10px;letter-spacing: 3px;
    font-size: 20px;font-weight: 700;cursor: pointer;background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;color: #fff;background-size: 100%;
}
.content-middle-zwfwRightB_B ul li{
    text-align: center;width: 15%;border: 1px solid #ddd;border-radius: 5px;
}
.content-middle-zwfwRightB_B ul li a{
    display: block;text-align: center;padding: 20px 0;
}
.content-middle-zwfwRightB_B ul li a img{
    margin: 0 auto 20px;height: 35px;
}

/* 政民互动 */
.zmhdcontent-top > div{
    width: 49%;
}
.zmhdcontent-top-leftT{
    border-bottom: 2px solid #0024ff;
    height: 50px;
    margin-bottom: 10px;
}
.zmhdcontent-top-leftT span{
    padding: 0 70px 0 20px;
    display: inline-block;
    height: 100%;
    line-height: 50px;
    margin-right: 10px;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.zmhdcontent-top-leftB{
    height: 217px;align-items: flex-start;
}
.zmhdcontent-top-leftBL{
    width: 163px;height: 217px;position: relative;
}
.zmhdcontent-top-leftBL span{
    display: block;width: 100%;height: 40px;line-height: 40px;background-color: #007eff;color: #fff;text-align: center;
    position: absolute;bottom: 0;left: 0;
}
.zmhdcontent-top-leftBL span b{
    font-weight: 700;margin-right: 5px;
}
.zmhdcontent-top-leftBL img{
    width: 100%;height: 100%;
}
.zmhdcontent-top-leftBR h2{
    color: #007eff;font-weight: 700;font-size: 20px;
}
.zmhdcontent-top-leftBR{
    width: 400px;
}
.zmhdcontent-top-leftBR p{
    margin: 20px 0 20px;display: flex;align-items: flex-start;justify-content: space-between;
}
.zmhdcontent-top-leftBR p b{
    font-weight: 700;font-size: 18px;width: 63px;
}
.zmhdcontent-top-leftBR p span{
    font-size: 18px;width: 400px;
}
.zmhdcontent-top-leftBR p span a{
    float: right;color: #007eff;font-size: 16px;
}
.sec-post{
    position: absolute;z-index: 999;width: 423px;height:90px;
}
.sec-post ul{
    display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;margin: 7px 0 10px;
}
.sec-post ul li{
	margin-right:10px;
}
.sec-post ul li a{
    display: block;background-color: #e9f4fc;padding: 12px 4px;font-size: 15px;text-align: center;
}
.sec-post ul li:hover a{
	background-color: #95caf5;transition:all .3s;
}
.sec-post ul.post-hide{
    display: none;
}
.sec-post ul.post-hide li{
    float: left;margin-left: 10px;margin-top: 10px;
}
.sec-post ul.post-hide li:nth-child(3n+1){
    margin-left: 0;
}
.sec-post ul.post-hide li a{
    padding: 10px 13px;
}
.zmhdcontent-top-rightT{
    border-bottom: 2px solid #0024ff;
    height: 50px;
    margin-bottom: 10px;
}
.zmhdcontent-top-rightT span{
    padding: 0 70px 0 20px;
    display: inline-block;
    height: 100%;
    line-height: 50px;
    margin-right: 10px;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.zmhdcontent-top-rightB ul{
    display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
}
.zmhdcontent-top-rightB ul li{
    width: 32%;height: 104px;background-color: #e9f4fd;display: flex;align-items: center;justify-content: center;margin-bottom:10px;
}
.zmhdcontent-top-rightB ul li:hover{
    background-color: #95caf5;
}
.zmhdcontent-top-rightB ul li a{
    display: block;
}
.zmhdcontent-top-rightB ul li a span{
    color: #007eff;font-size: 18px;display: inline-block;width: 97px;
}
.zmhdcontent-top-rightB ul li a img{
    display: inline-block;vertical-align: top;
}
.zmhdcontent-top-rightB ul li:nth-child(2) a img{
	width:70px;
}
.zmhdcontent-top-rightB ul li:hover{
    box-shadow: 0 5px 5px #c6e3fb;transform: translateY(-5px);transition: all .3s;
}
.zmhdcontent-middle{
    margin: 30px  0 0;
}
.zmhdcontent-middle > div{
    width: 49%;
}
.zmhdcontent-middle-leftT{
    border-bottom: 2px solid #0024ff;
    height: 50px;
    margin-bottom: 10px;
}
.zmhdcontent-middle-leftT span{
    padding: 0 70px 0 20px;
    display: inline-block;
    height: 100%;
    line-height: 50px;
    margin-right: 10px;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.zmhdcontent-middle-leftB ul li{
    margin-top: 18px;display: flex;align-items: center;justify-content: space-between;
}
.zmhdcontent-middle-leftB ul li a{
    display: block;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    width: 59%;position: relative;padding-left: 10px;
}
.zmhdcontent-middle-leftB ul li a:before{
    content: "";
    position: absolute;
    width: 3px;height: 3px;
    background-color: #000;
    top: 10px;left:0;
}
.zmhdcontent-middle-leftB ul li b{
    display: block;background-color: #fc9f4b;font-size: 14px;color: #fff;
    border-radius: 10px;font-weight: normal;padding: 3px 6px;width: 70px;text-align: center;
}
.zmhdcontent-middle-leftB ul li span{
    color: #999;font-size: 14px;width: 205px;margin-left: 10px;
}
.zmhdcontent-middle-leftB ul li:hover a{
    color: #0024ff;font-weight: 700;padding-left: 0;transition: all .3s;
}
.zmhdcontent-middle-leftB ul li:hover a:before{
    display: none;
}
.zmhdcontent-middle-rightT{
    border-bottom: 2px solid #0024ff;
    height: 50px;
    margin-bottom: 10px;
}
.zmhdcontent-middle-rightT span{
    padding: 0 70px 0 20px;
    display: inline-block;
    height: 100%;
    line-height: 50px;
    margin-right: 10px;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.zmhdcontent-middle-rightB{
    margin-top: 13px;background: url(//www.wuchang.gov.cn/images/pic19.png) no-repeat;background-size: 100% 100%;
    padding: 20px;
}
.zmhdcontent-middle-rightBT{
    display: flex;align-items: center;justify-content: space-between;
}
.zmhdcontent-middle-rightBR{
    width: 400px;
}
.zmhdcontent-middle-rightBRT{
    display: flex;margin-bottom: 20px;
}
.zmhdcontent-middle-rightBRT a{
    display: block;padding: 10px 0;border: 1px solid #007eff;background-color: #e5f4fe;border-radius: 6px;
    width: 100px;margin-left: 20px;
}
.zmhdcontent-middle-rightBRT a img{
    margin: 0 auto 10px;
}
.zmhdcontent-middle-rightBRT a span{
    display: block;color: #007eff;text-align:center;font-weight: 700;
}
.zmhdcontent-middle-rightBRB ul{
    display: flex;justify-content: space-evenly;
}
.zmhdcontent-middle-rightBRB ul li{
    text-align: center;
}
.zmhdcontent-middle-rightBRB ul li span{
    font-size: 18px;display: block;margin-bottom: 6px;
}
.zmhdcontent-middle-rightBRB ul li p{
    font-size: 18px;
}
.zmhdcontent-middle-rightBRB ul li p i{
    font-family:"黑体";font-weight: 700;display: inline-block;font-size: 40px;color: #007eff;font-style:normal;
}
.zmhdcontent-middle-rightBB{
    margin-top: 20px;
}
.zmhdcontent-middle-rightBB ul{
    display: flex;justify-content: space-between;
}
.zmhdcontent-middle-rightBB ul li{
    width: 23%;height: 55px;line-height: 55px;
}
.zmhdcontent-middle-rightBB ul li a{
    display: block;text-align: center;background-color: #bce1fd;border-radius: 10px;
}
.zmhdcontent-middle-rightBB ul li a img{
    vertical-align: middle;margin-right: 10px;display: inline-block;
}
.zmhdcontent-middle-rightBB ul li a:hover img{
    display: none;
}
.zmhdcontent-middle-rightBB ul li a:hover{
    background-color: #007eff;color: #fff;transition: all .3s;
}

/* 走进武昌 */
.zjwccontent-top{
    background: url(//www.wuchang.gov.cn/images/pic20.png) no-repeat;background-size:100% 100% ;margin-bottom: 30px;
}
.zjwccontent-top-video{
    width: 800px;height: 450px;margin: 0 auto;
}
.zjwccontent-middle h1{
    margin-bottom: 30px;
}
.zjwccontent-middle h1 img{
    margin: 0 auto;
}
.zjwccontent-middle-container{
    font-size: 20px;line-height: 40px;width: 1200px;margin: 0 auto 30px;
}
.zjwccontent-bottom{
    background: url(//www.wuchang.gov.cn/images/bg02.png) no-repeat;background-size: 100% 100%;padding-top: 50px;padding-bottom: 30px;
}
.zjwccontent-bottom02{
    background: url(//www.wuchang.gov.cn/images/bg03.png) no-repeat;background-size: 100% 100%;padding-top: 50px;padding-bottom: 30px;
}
.zjwccontent-bottom03{
    background: url(//www.wuchang.gov.cn/images/bg04.png) no-repeat;background-size: 100% 100%;padding-top: 50px;padding-bottom: 30px;
}
.zjwccontent-bottom-tabs{
    margin-bottom: 30px;
}
.zjwccontent-bottom-tabs ul{
    display: flex;justify-content: center;
}
/* .zjwccontent-bottom-tabs ul li{
    position: relative;padding-bottom: 10px;
}
.zjwccontent-bottom-tabs ul li::before{
    content: "";
    position: absolute;
    width: 100px;height: 3px;background-color: #0b3966;
    left: 50%;margin-left: -50px;bottom: 0;transition: all .3s;
}
.zjwccontent-bottom-tabs ul li.active::before{
    height: 5px;width: calc(100% - 50px);
} */
.zjwccontent-bottom-tabs ul li img{
    transform: scale(0.5);
}
.zjwccontent-bottom-tabs ul li.active img{
    transform: scale(1);
}
.zjwccontent-bottom-container .flipster .flipster-nav{
    display: none;
}
.zjwccontent-bottom-container .flipster-carousel .flip-items img{
    box-shadow: none;
}
.zjwccontent-bottom-container .flipster-carousel .flip-prev{
    transform: translateX(-60%) translateZ(0) rotateY(0deg) scale(0.8);
}
.zjwccontent-bottom-container .flipster-carousel .flip-past{
    transform: translateX(-100%) translateZ(0) rotateY(0deg) scale(0.6);
}
.zjwccontent-bottom-container .flipster-carousel .flip-next{
    transform: translateX(60%) translateZ(0) rotateY(0deg) scale(0.8);
}
.zjwccontent-bottom-container .flipster-carousel .flip-future{
    transform: translateX(100%) translateZ(0) rotateY(0deg) scale(0.6);
}
.zjwccontent-bottom-container .flipster .flipto-prev, .zjwccontent-bottom-container .flipster .flipto-next{
    background: url(//www.wuchang.gov.cn/images/icon06.png) no-repeat ;background-size: 50px 50px;
    width: 50px;height: 50px;background-color:transparent;border: 0;
}
.zjwccontent-bottom-container .flipster .flipto-next{
    transform: rotateY(180deg);
}
.zjwccontent-bottom-container .flipster .flipto-prev:hover, .zjwccontent-bottom-container .flipster .flipto-next:hover{
    background-color: transparent;
}
.flipster-carousel .flip-item .flip-content p{
    height: 50px;line-height: 50px;color: #0068b7;text-align: center;font-size: 20px;font-weight: 700;
}
.flipster-carousel .flip-item .flip-content p b{
    font-weight: 700;font-size: 30px;margin-right: 5px;vertical-align: -3px;
}
.zjwccontent-bottom-container #con_four_1 h3{
    font-size: 20px;text-align: center;margin: 20px 0;font-weight: normal;
}
.zjwccontent-bottom-container #con_four_1 h3 b{
    color:#017ddb;
}
.zjwccontent-bottom-school{
    width: 1200px;margin: 0 auto 30px;
}
.zjwccontent-bottom-school ul{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.zjwccontent-bottom-school ul li{
    width: 23%;padding: 20px;box-shadow: 0 0 5px #ddd;background-color: #fff;
}
.zjwccontent-bottom-school ul li img{
    width: 100%;
}
.zjwccontent-bottom-school ul li h2{
    font-size: 20px;font-weight: 700;color: #0068b7;padding: 25px 0 15px 20px;
}
.zjwccontent-bottom-school ul li p{
    line-height: 30px;font-size: 18px;min-height: 240px;
}
.zjwccontent-bottom-school ul li p a{
    float: right;color: #0068b7;
}
.zjwccontent-bottom-school>a{
    width: 240px;height: 60px;background-color: #0068b7;color: #fff;
    line-height: 60px;text-align: center;border-radius: 30px;display: block;
    margin: 30px auto 0;
}
.zjwccontent-bottom-container #con_four_3 h3{
    font-size: 20px;text-align: center;margin: 20px 0;font-weight: normal;
}
.zjwccontent-bottom-container #con_four_3 h3 b{
    color:#017ddb;
}
.thwcSlide .swiper-slide a{
    display: block;position: relative;padding: 10px;
    background: #fff;border-radius:6px;width:100%;
}
.thwcSlide .swiper-slide a img{
	height:240px;width:100%;
}
.thwcSlide .swiper-slide a span{
    display: block;width: 100%;height: 50px;line-height: 50px;background-color: #0068b7;
    color: #fff;font-size: 18px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    border-radius: 30px;position: absolute;bottom: -15px;left:0;
}
/* 专题专栏 */
.ztzlContent{
    margin-bottom: 30px;
}
.ztzl_title img{
    margin: 0 auto;
}
.ztzlContent ul{
    display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;
}
.ztzlContent ul li{
    width: 32%;box-shadow: 0 0 5px #ddd;border-top-right-radius: 20px;margin-top: 30px;margin-right:1.3%;
}
.ztzlContent ul li img{
    width: 100%;border-top-right-radius: 20px;height: 200px;
}
.ztzlContent .ztzlcontent-link{
    padding: 20px;background-color: #fff;
}
.ztzlContent .ztzlcontent-link a{
    display: block;position: relative;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    font-size: 16px;padding-left: 10px;line-height: 34px;width: 100%;
}
.ztzlContent .ztzlcontent-link a:before{
    content:"";
    position: absolute;
    top: 16px;
    left: 0;
    width: 3px;height: 3px;
    background-color: #000;
}
.ztzlContent .ztzlcontent-link a:hover{
    color: #0024ff;transition: all .3s;
}
.ztzlContent ul li:hover{
    transform: translateY(-10px);transition: all .3s;
}
/* 优化运营商环境 */
.p1-content-top-box{
    padding: 40px 0;background-color: #fff;
}
.p1-content-top{
    width:1200px;margin:0 auto;
    align-items: flex-start;
}
.p1-content-top > div{
    width: 49%;
}
.p1-content-middle-box{
    padding: 40px 0;background-color: #e5f2ff;
}
.p1-content-middle{
    width:1200px;margin:0 auto;
    align-items: flex-start;
}
.p1-content-middle > div{
    width: 49%;
}
.p1-content-middle > div.p1-content-middleL img{
    height:400px;
}
.p1ItemsPic{
    border-bottom-right-radius: 15px;
}
.p1ItemsPic a{
    display: block;position: relative;border-bottom-right-radius: 15px;
}
.p1ItemsPic a img{
    width: 100%;
}
.p1ItemsPic a span{
    display: block;width: 100%;padding: 0 20px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    height: 45px;line-height: 45px;background-color: #00000075;color: #fff;
    position: absolute;bottom: 0;left: 0;z-index: 3;border-bottom-right-radius: 15px;
}
.p1ItemsPic a i.p1newsLink{
    position: absolute;bottom: 0;right: 0;z-index: 5;display: block;border-bottom-right-radius: 15px;
}
.p1ItemsNews h3{
    margin-bottom: 20px;
}
.p1ItemsNews h3 img{
	display:inline-block;
}
.p1ItemsNews h3 a.more{
	float:right;font-size:16px;color:#999;line-height:50px;
}
.p1ItemsNews ul li{
    display: flex;justify-content: space-between;align-items: center;position: relative;padding-left: 20px; margin-top: 20px;
}
.p1ItemsNews ul li a{
    display: block;width: 80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 18px;
}
.p1ItemsNews ul li span{
    font-size: 16px;color: #999;display: block;
}
.p1ItemsNews ul li:before{
    content: "";
    position: absolute;
    top: 8px;left: 0;
    width: 10px;height: 10px;
    background: url(//www.wuchang.gov.cn/images/p1icon.png) no-repeat;
    background-size: 100% 100%;
}
.p1ItemsNews ul li:hover{
    padding-left: 0;transition: all .3s;
}
.p1ItemsNews ul li:hover:before{
    display: none;
}
.p1ItemsNews ul li:hover a{
    color: #007eff;
}
.p1-content-bottom-box{
    padding: 40px 0;background-color: #fff;
}
.p1-content-bottom{
    width: 1200px;margin: 0 auto;
}
.p1-content-bottom h3{
    margin-bottom: 20px;
}
/* 老年人服务 */
.p2-content-box{
    padding: 40px 0;background-color: #fff;
}
.p2-content{
    width: 1200px;height:700px;position: relative;
    margin: 0 auto;
}
.p2-content h3{
    padding-top: 40px;
}
.p2-content h3 img{
    margin: 0 auto;
}
.p2-content div{
    position: absolute;background: url(//www.wuchang.gov.cn/images/p2linkBg.png) no-repeat;
    background-size:100% 100%;padding: 10px 30px 30px;
}
.p2-content div span{
    display: block;font-size: 18px;
}
.p2-content div span img{
    display: inline-block;vertical-align: -1px;width: 18px;height: 18px;margin-right: 10px;
}
.p2-content div a{
    display: block;margin-top: 5px;font-size: 14px;color: #fff;background-color: #007eff;
    padding: 5px 10px;border-radius: 4px;text-align: center;
}
.p2-content .p2Link01{
    left: 150px;bottom: 150px;
}
.p2-content .p2Link02{
    left: 390px;bottom: 205px;
}
.p2-content .p2Link03{
    right: 300px;bottom: 290px;
}
.p2-content .p2Link04{
    right: 30px;bottom: 165px;
}
/* 社会福利专栏 */
.p3-content-box{
    padding: 40px 0;
}
.p3-content{
    width: 1200px;margin: 0 auto;padding: 20px 20px 0;
    background: #fff;border-radius: 6px;
}
.p3-content ul{
    flex-wrap: wrap;justify-content:flex-start;
}
.p3-content ul li:nth-child(3n){
	margin-right:0 !important;
}
.p3-content ul li.percent32{
    width:32%;margin-right: 2%;color: #6090d7;
    margin-top: 81px;border-color: #82aae6;
    margin-bottom: 50px;padding: 0 20px;
    padding-bottom: 30px;background-color: #fff;
    padding-top: 98px;position: relative;
    border: 2px solid;
    border-radius: 10px;
    box-sizing: border-box;
}
.p3-content ul li.percent50{
	width:48%;
}
.p3-content ul li.percent32 em.icon {
    position: absolute;border-radius:100%;border:1px solid #82aae6;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
.p3-content ul li.percent32 em.icon span{
	background-color:#82aae6;border-radius:100%;background: linear-gradient(#5f8fd6, #93b7ed);display: flex;
    width: 150px;height: 150px;justify-content: center;align-items: center;
}
.p3-content ul li.percent32 em.icon span img{
	width:50%;
}
.p3-content ul li.percent32 b.item_title {
    font-size: 24px;text-align:center;display:block;
    font-weight: bold;
}
.p3-content ul li.percent32 .items {
    margin-top: 25px;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap: wrap;height:90px;overflow:hidden;
}
.p3-content ul li.percent32 .items span.pc50 {
    width: 48%;display: block;margin-bottom: 10px;
    height: 40px;line-height: 40px;margin-right: 2%;font-size:16px;
}
.p3-content ul li.percent32 .items span.pc100{
	width:100%;
}
.p3-content ul li.percent32 .items span.pc50 a{
	display: block;color: #93b7ed;text-align:center;
    height: 100%;background-color: #e2ecfa;
}
.p3-content ul li.percent32 .items span.pc50:hover a{
	background-color: #3197fe;color:#fff;transition:ease .3s;
}
.p4-content01 h1{
	display:block;text-align:center;color:#3197fe;font-size:36px;margin-bottom:50px;
}
.p4-content01:first-child{
	margin-bottom:50px;
}

/* 新闻列表页01 */
.list01-content-box{
    margin-top: 30px;
}
.crumb{
    padding-bottom: 10px;border-bottom: 1px solid #b7b7b7;color: #b7b7b7;margin-bottom: 30px;
}
.crumb span,.crumb a{
    color: #b7b7b7;
}
.crumb a:first-of-type{
    padding-left: 20px;background: url(//www.wuchang.gov.cn/images/home.png) no-repeat left center;background-size: 18px 18px;color: #b7b7b7;
}
.crumb a:hover{
    color: #0024ff;
}
.list01-content-container{
    align-items: flex-start;
}
.list01-content-container h1{
    display: block;width: 100%;margin-bottom: 15px;
}
.list01-content-container h1 span{
    padding: 0 200px 0 20px;
    display: inline-block;
    height: 100%;
    line-height: 50px;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: url(//www.wuchang.gov.cn/images/icon20.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}
.list01-content-containerLeft{
    width: 312px;
}
.list01-content-containerLeft ul li{
    margin-bottom: 10px;
}
.list01-content-containerLeft ul li a{
    display: block;height: 50px;line-height: 50px;padding-left: 30px;
    background-color: #e3f0fc;font-size: 20px;
}
.list01-content-containerLeft ul li:hover a,.list01-content-containerLeft ul li.on a{
    color: #007eff;font-weight: 700;border-left: 4px solid #007eff;transition: all .3s;
    background: #c4e1fd; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #c4e1fd, #e1f0fc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c4e1fd, #e1f0fc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.list01-content-containerRight{
    width: 830px;
}
.list01-content-containerRight ul li{
    display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;
}
.list01-content-containerRight ul li a{
    display: block;width: 70%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    font-size: 18px;padding-left: 10px;position: relative;
}
.list01-content-containerRight ul li a:before{
    content: "";
    position: absolute;
    width: 3px;height: 3px;
    background-color: #000;
    top: 10px;left: 0;
}
.list01-content-containerRight ul li span{
    color: #999;display: block;
}
.list01-content-containerRight ul li:nth-child(5n){
    padding-bottom: 30px;border-bottom: 1px solid #ddd;margin-bottom: 30px;
}
.pagination{
    text-align: center;margin-bottom: 30px;
}
.pagination a{
    display: inline-block;padding: 7px 12px;border: 1px solid #333;border-radius: 5px;margin-left: 8px;
}
.pagination a:first-of-type{
    margin-left: 0;
}
.pagination a:hover{
    background-color: #0024ff;color: #fff;border-color: #0024ff;transition: all .3s;
}
.list01-content-containerRight ul li:hover a{
    padding-left: 0;color: #007eff;transition: all .3s;
}
.list01-content-containerRight ul li:hover a:before{
    display: none;
}
/* 新闻列表页02 */
.list02-content-box{
    margin-top: 30px;
}
.list02-content-container{
    padding: 20px;background-color: #fff;align-items: center;
}
.list02-content-containerLeft{
    width: 80%;
}
.list02-content-containerLeft h4{
    margin-bottom: 20px;
}
.list02-content-containerLeft h4 a{
    display: block;width: 100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    font-weight: 700;font-size: 18px;
}
.list02-content-containerLeft p{
    justify-content: flex-start;align-items: center;
}
.list02-content-containerLeft p img{
    width: 18px;height: 18px;
}
.list02-content-containerLeft p span{
    color: #999;font-size: 18px;margin: 0 20px 0 6px;
}
.list02-content-containerLeft p i{
    display: block;background-color: #ddeefc;padding: 8px 19px;color: #ff8400;font-size: 16px;border-radius: 5px;
    font-style: normal;
}
.list02-content-containerRight a{
    background-color: #007eff;display: block;padding: 8px 20px;color: #fff;border-radius: 5px;
}
.list02-content-container:hover,.list02-content-container.on{
    background-color: #e9f4fd;transition: all .3s;
}
.list02-content-box .pagination{
    margin-top: 50px;
}
/* 新闻详情页面 */
.fl {
    float: left;
}
.fr {
    float: right;
}
.mainbox_bg {
    background: #fff;
}
.content_title {
    padding: 30px 40px 28px;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    color: #2c6aa4;
    font-weight: normal;
}
.content_attr {
    color: #666666;
    padding: 13px 12px;
    margin: 0 20px;
    font-size: 14px;
    background: #f3f3f3;
    overflow: hidden;
}
.content_attr ul li.date {
    margin-left: -6px;
}
.content_attr ul li {
    float: left;
    position: relative;
}
.content_attr ul li i {
    width: 25px;
    height: 25px;
    background: url(//www.wuchang.gov.cn/images/content_icon.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}
.content_attr span {
    vertical-align: middle;
    font-size: 16px;
    line-height: 35px;
}
.content_attr ul li.ly {
    margin-left: 20px;
}
.content_attr ul li.ly i {
    background-position: 0 -25px;
}
.content_attr b {
    font-weight: normal;
}
.content_attr .attr_r {
    white-space: nowrap;
}
.content_attr .attr_r li {
    padding: 4px 4px;
    margin-right: 6px;
}
.content_attr ul li.fontsize .l {
    background-position: 0 -100px;
}
.content_attr ul li.fontsize i {
    cursor: pointer;
}
.content_attr ul li.fontsize .m {
    background-position: 0 -75px;
}
.content_attr ul li.fontsize .s {
    background-position: 0 -50px;
}
.content_attr ul li.print i {
    background-position: 0 -125px;
    cursor: pointer;
}
.details .bdshare-button-style0-32 .bds_weixin {
    background-position: 0 -253px;
}
.details .bdshare-button-style0-32 a {
    margin: 0 10px 0 0;
    padding: 4px 4px;
    width: 25px;
    height: 25px;
    background-image: url(//www.wuchang.gov.cn/images/content_icon.png);
}
.bdshare-button-style0-32 a {
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(//www.wuchang.gov.cn/img/share/icons_0_32.png?v=acc572ea.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}
.details .bdshare-button-style0-32 .bds_qzone {
    background-position: 0 -305px;display: none;
}
.details .bdshare-button-style0-32 .bds_tsina {
    background-position: 0 -279px;
}
.details .bdshare-button-style0-32 .bds_sqq {
    background-position: 0 -305px;
}
.content_article {
    clear: both;
    padding: 60px;
    line-height: 33px;
    font-size: 16px;
    overflow: hidden;
    min-height: 500px;
    color: #333;
}
.content_article table{
	width:100% !important;
}
#Frame1{
	display:none !important;
}
.content_article p {
    margin-bottom: 10px;
    font-size: 18px;
}
.content_article p img{
    margin: 0 auto;
    display: initial;
}
.clearfix {
    *zoom: 1;
}
.content_slide.isStuck {
    background: #f5f5f5;
    left: 0;
    box-shadow: rgb(172 172 172) 0px 2px 4px;
}
.content_slide.isStuck .mainbox_bg {
    background: none;
    width: 1200px;
    margin: 0 auto;
}
.content_slide.isStuck .content_title {
    float: left;
    line-height: 44px;
    padding: 0 20px;
    font-size: 18px;
    max-width: 800px;
    overflow: hidden;
}
/* 武昌区数据分析 */
.data-content{
    margin: 60px auto;width: 1200px;gap: 20px;
}
.data-content-left{
    width: 400px;
}
.data-content-leftT h2{
    display: flex;align-items: center;justify-content: flex-start;margin-bottom: 25px;
}
.data-content-leftT h2 span{
    font-weight: 700;display: block;font-size: 20px;margin-left: 15px;
}
.data-content-leftT-items{
    padding: 0 20px 20px;border: 1px solid #0024ff;border-radius: 10px;
}
.data-content-leftT-items ul li{
    display: flex;align-items: center;justify-content: flex-start;margin-top: 20px;
}
.data-content-leftT-items ul li img{
    width: 40px;height: 22px;margin-right: 8px;
}
.data-content-leftT-items ul li a{
    display: block;width: 80%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;
    font-size: 18px;
}
.data-content-leftT-items ul li:hover a{
    color: #0024ff;
}
.data-content-leftM {
    margin: 40px 0;
}
.data-content-leftM h2{
    display: flex;align-items: center;justify-content: flex-start;margin-bottom: 25px;
}
.data-content-leftM h2 span{
    font-weight: 700;display: block;font-size: 20px;margin-left: 15px;
}
.data-content-leftM-items{
    padding:0 20px;border: 1px solid #0024ff;border-radius: 10px;height: 240px;
}
.data-content-leftB h2{
    display: flex;align-items: center;justify-content: flex-start;margin-bottom: 25px;
}
.data-content-leftB h2 span{
    font-weight: 700;display: block;font-size: 20px;margin-left: 15px;
}
.data-content-leftB-items{
    padding:0 20px;border: 1px solid #0024ff;border-radius: 10px;height: 240px;
}
#level,#cakeChart{
    height: 100%;
}
.data-content-middle{
    width: 500px;
}
.data-content-right{
    width: 300px;
}
.data-content-middleT{
    margin-top: 51px;margin-bottom: 70px;
}
.data-content-middleT ul{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.data-content-middleT ul li{
    width: 32%;padding: 20px 0;border: 1px solid #0024ff;border-radius: 10px;text-align: center;
}
.data-content-middleT ul li h2{
    font-weight: 700;color: #3398ff;font-size: 32px;margin-bottom: 10px;
}
.data-content-middleT ul li span{
    font-size: 18px;display: block;
}
.data-content-middleB h3{
    margin-bottom: 50px;
}
.data-content-middleB h3 img{
    margin: 0 auto;
}
.data-content-middleB-tabs{
    display: flex;align-items: flex-start;justify-content: space-between;
}
.data-content-middleB-tabs span{
    display: block;width: 23%;padding: 10px 0;color: #333;font-size: 18px;text-align: center;
    background-color: #e5f2ff;border-radius:10px ;cursor: pointer;
}
.data-content-middleB-tabs span.active{
    background-color: #007eff;color: #fff;transition: all .3s;
}
.data-content-rightT-title{
    margin-bottom: 25px;
}
.data-content-rightT-title h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.data-content-rightT-title h2 span{
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin-left: 15px;
}
.data-content-rightT-title p a{
    display: inline-block;width: 60px;height: 28px;color: #fff;text-align: center;line-height: 28px;
    border-radius: 5px;background-color: #0024ff;font-size: 12px;margin-left: 10px;
}
/* tagscloud */
.data-content-rightT-container{
    border: 1px solid #0024ff;border-radius: 10px;
}
#tagscloud{width:100%;height:240px;position:relative;font-size:12px;color:#333;margin:0 auto 0;text-align:center;}
#tagscloud a{position:absolute;top:0px;left:0px;color:#333;font-family:Arial;text-decoration:none;margin:0 10px 15px 0;line-height:18px;text-align:center;font-size:16px;padding:1px 5px;display:inline-block;border-radius:3px;}
#tagscloud a.tagc1{color:#ff85a2;}
#tagscloud a.tagc2{color:#666;}
#tagscloud a.tagc5{color:#3398ff;}
#tagscloud a.tagc3{color:#ab8dff;}
#tagscloud a.tagc4{color:#ff88ea;}
#tagscloud a:hover{color:#0024ff;font-weight: 700;}
.data-content-rightM{
    margin: 40px 0;
}
.data-content-rightM h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.data-content-rightM h2 span {
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin-left: 15px;
}
.data-content-rightM .data-content-leftT-items ul li img{
    width: 15px;height: 15px;
}
.data-content-rightB h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.data-content-rightB h2 span {
    font-weight: 700;
    display: block;
    font-size: 20px;
    margin-left: 15px;
}
.data-content-rightB-items {
    padding: 20px 10px 0;
    border: 1px solid #0024ff;
    border-radius: 10px;
    height: 240px;
}
.data-content-rightB-items .data-content-middleB-tabs span{
    display: block;
    width: 32%;
    padding: 5px 0;
    color: #333;
    font-size: 14px;
    text-align: center;
    background-color: #e5f2ff;
    border-radius: 10px;
    cursor: pointer;
}
.data-content-rightB-items .data-content-middleB-tabs span.active{
    color: #fff;background-color: #0024ff;transition: all .3s;
}
#txChart01,#txChart02,#txChart03{
    height: 185px;margin-top: 10px;
}

/* 侧边栏 */
.slide_bar{
    position: fixed;top: 20%;right: 30px;z-index: 9999999;
}
.slide_bar .menu-item:first-child{
    font-size: 18px;font-weight: 700;color: #007eff;
}
.slide_bar .menu-item{
    position: relative;width: 50px;
    height: 50px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    transition: bottom 0.8s cubic-bezier(0.62, 0.215, 0, 1.2), width 0.5s ease, left 0.5s ease;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 0 5px #f3f3f3;
}
.slide_bar .menu-item:after{
    position: absolute;
    z-index: -1;
    display: block;
    border-radius: 30% 0 0 30%/80% 0 0 80%;
    height: 50px;
    width: 0;
    transition: all 0.4s ease 0.05s;
    opacity: 0;
    left: 25px;top: 0;
    overflow: hidden;
}
.menu-rd:after,.menu-ft:after,.menu-wza:after,.menu-zs:after,.menu-ss:after{
    background-color: #fff;content:attr(data-title);font-size: 18px;font-weight: 700;color: #007eff;box-shadow: 0 0 5px #f3f3f3;
}
.slide_bar .menu-item:hover:after{
    width: 150px;
    left: -130px;top: 0;
    opacity: 1 !important;
}
.slide_bar .menu-phone:after {
    background-color: #d1e8fc;border-radius: 5px;
    content: "";height: 115px;padding: 10px;
    background: url(//www.wuchang.gov.cn/images/cellphone.png) no-repeat #fff center center;
}
.slide_bar .menu-phone:hover:after{
    width: 97px;
    opacity: 1 !important;
}
.slide_bar .menu-wb:after {
    background-color: #d1e8fc;border-radius: 5px;
    content: "";height: 115px;padding: 10px;
    background: url(//www.wuchang.gov.cn/images/weibo.png) no-repeat #fff center center;
}
.slide_bar .menu-wb:hover:after{
    width: 97px;
    opacity: 1 !important;
}
.slide_bar .menu-wx:after {
    background-color: #d1e8fc;border-radius: 5px;
    content: "";height: 115px;padding: 10px;
    background: url(//www.wuchang.gov.cn/images/weixin.jpg) no-repeat #fff center center;
}
.slide_bar .menu-wx:hover:after{
    width: 97px;
    opacity: 1 !important;
}
/* 教育专栏 */
.p5TabsNews{
    position: relative;
}
.p5TabsNews h3{
	display:inline-block;margin-right:30px;margin-bottom:0;vertical-align:middle;font-size: 36px;color: #333;position: relative;z-index: 999;cursor: pointer;
}
.p5TabsNews h3:nth-child(1){
    padding-left: 107px;margin-right: 30px;
}
.p5TabsNews h3:nth-child(1):before{
    content: "";
    width: 74px;height: 46px;
    background: url(//www.wuchang.gov.cn/images/p5title04.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p5TabsNews h3.active:after{
    content: "";
    width: 78px;height: 12px;border-radius: 20px;
    background-color: #ffff00;
    position: absolute;
    bottom: -3px;
    left: 107px;
    z-index: -1;
}
.p5TabsNews h3:nth-child(2).active:after{
    content: "";
    width: 78px;height: 12px;border-radius: 20px;
    background-color: #ffff00;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
}
.p5TabsNews .more{
    line-height: 50px;font-size: 18px;color: #999;position: absolute;right: 0;top: 0;
}
.p5TabsNews .more1{
    display: block;
}
.p5TabsNews .more2{
    display: none;
}

.fulu{
    padding: 60px;
}
.fulu #appendix{
    font-size: 24px !important;
    color: #212121;
}
.fulu #appendixdoc{
    padding: 20px 0px 0px 20px;
}