@charset "utf-8";
.lmTit {
    margin-bottom: 0.35rem;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.lmTit .tit h2{
    font-size: 0.36rem;
    line-height: 0.4rem;
    font-weight: bold;
    color: #0a3f89;
    position: relative;
    padding-bottom: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lmTit .tit h2::before{
    display: block;
    content: "";
    width: 0.6rem;
    height: 2px;
    background: #0a3f89;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.lmTit  .tit h2 span{
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    background: #0a3f89;
    border-radius: 100%;
    margin: 0 0.06rem;
}
.lmTit a{
    display: block;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #666666;
    padding-left: 0.4rem;
    background: url(../img/moreIcon.png) no-repeat left center;
    background-size: auto 0.3rem;
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 0;
}
.lmTit a:hover{
    color: #0a3f89;
    font-weight: bold;
}
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 42.55% 0 0;
}
.banner a .tit{
    width: 100%;
    max-width: 16.5rem;
    height: auto;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #ffffff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    transform: translateX(-50%);
    z-index: 99;
}
.banner a:hover .img p{
    transform: none;
}
.widget{
    width: auto;
    height: 0.54rem;
    padding: 0 0.3rem;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform:translateX(-50%);
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    border-radius: 0.27rem;
}
.widget .num{
    margin-left: 1.3rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.widget .num::before{
    display: block;
    content: "";
    width: 0.78rem;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translate(-100%,-50%);
}
.widget .num span{
    display: block;
    color: #ffffff;
    font-size: 0.18rem;
    line-height: 1;
    font-family: Times New Roman;
}
.widget .num span.current{
    font-size: 0.24rem;
}
.widget .num span.xg{
    margin-right: 2px;
}
.widget .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.widget .arrow::before{
    display:none;
}
.widget .arrow .next,.widget .arrow .prev{
    width: 0.24rem;
    height: 0.24rem;
    background: url(../img/bannerArrow1.png) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
    margin: 0;
}
.widget .arrow .next:hover, .widget .arrow .prev:hover{
    background: url(../img/bannerArrow2.png) no-repeat center;
    background-size: 100% auto;
}
.widget .arrow .next{
    transform: rotateY(180deg);
}
.progress-container {
    position: relative;
    margin: 0 0.24rem;
    display: flex;
}
.progress-container::before{
    display: block;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.progress-circle {
    transform: rotate(-90deg); /* 让进度从顶部开始 */
}
.progress-bg {
    stroke: rgba(255,255,255,0.6);
}
.progress-fill {
    stroke: rgba(255,255,255,1);
    transition: none; /* 禁用CSS过渡 */
}
/* .indexCon1 */
.indexCon1{
    padding: 0.6rem 0;
    background: url(../img/bg1.png) no-repeat top center;
    background-size: cover;
}
.newBanner{
    width: 52%;
    position: relative;
}
.newBig{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newBig a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 0.29rem;
}
.newBig a .img{
    width: 100%;
    padding: 4.48rem 0 0;
}
.newBig a .tit{
    font-size: 0.18rem;
    line-height: 0.3rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: auto;
    background: linear-gradient(0,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 100%);
    padding: 0.25rem;
    padding-left: 1.2rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0.29rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newBig li a .time{
    width: 0.74rem;
    height: auto;
    box-sizing: border-box;
    color: #0a3f89;
    border: 1px solid #0a3f89;
    font-family: Arial;
    font-size: 14px;
    line-height: 0.28rem;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0em;
    background: #fff;
    position: absolute;
    left: 0.2rem;
    bottom: 0rem;
    border-radius: 0.08rem;
    overflow: hidden;
}
.newBig li a .time span{
    display: block;
    font-size: 0.26rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 0.42rem;
    background: #0a3f89;
    color: #fff;
}
.newSmall{
    width: 2.8rem;
    height: auto;
    margin-top: -0.2rem;
    position: relative;
    z-index: 9;
    float: right;
    margin-right: 0.55rem;
}
.newSmall li a{
    display: block;
    width: 100%;
    height: auto;
}
.newSmall li .img{
    width: 100%;
    padding: 1.56rem 0 0;
}
.widget2 .next,.widget2 .prev{
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 100%;
    background: url(../img/arrowIcon1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 0.24rem;
    right: 3.6rem;
    cursor: pointer;
}
.widget2 .next:hover,.widget2 .prev:hover{
    background: url(../img/arrowIcon2.png) no-repeat center;
    background-size: 100%;
}
.widget2 .next{
    transform: rotateY(180deg);
    right: 4.2rem;
}
.widget2 .dot .slick-dots{
    position: static;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
}
.widget2 .dot .slick-dots li{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    position: relative;
    margin-right: 0.3rem;
    width: auto;
    height: auto;
}
.widget2 .dot .slick-dots li::before{
    display: block;
    content: "";
    width: 0.1rem;
    height: 1px;
    background: #999999;
    position: absolute;
    left:calc(100% + 0.1rem);
    top: 50%;
    transform: translateY(-50%);
}
.widget2 .dot .slick-dots li.slick-active{
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #0a3f89;
    margin-right: 0.75rem;
}
.widget2 .dot .slick-dots li.slick-active::before{
    width: 0.45rem;
    background: #0a3f89;
    left:calc(100% + 0.15rem);
}
.widget2 .dot .slick-dots li.slick-active::after{
    display: block;
    content: "";
    border-left: 0.08rem solid transparent;
    border-right: 0.08rem solid transparent;
    border-top: 0;
    border-bottom: 0.1rem solid #0a3f89;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -0.15rem;
}
.newList{
    width: 44%;
}
.newList li{
    margin-bottom: 0.2rem;
    position: relative;
}
.newList li::after{
    display: block;
    content: "";
    width: 0;
    height: calc(100% + 0.2rem);
    border-radius: 0.53rem 0 0 0.53rem;
    background: #0a3f89;
    position: absolute;
    left: -0.15rem;
    top: -0.1rem;
    z-index: 2;
    opacity: 0;
}
.newList li:hover::after{
    opacity: 1;
    width: calc(100% + 0.15rem);
}
.newList li:last-of-type{
    margin-bottom: 0;
}
.newList li a{
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    justify-content: space-between;
    align-items: center;
    padding: 0.07rem 0;
}
.newList li .tit{
    width: calc(100% - 0.72rem);
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333333;
    max-height: 0.68rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 0.34rem;
    padding-right: 0;
    box-sizing: border-box;
}
.newList li .tit::before{
    display:block;
    content: "";
    width: calc(100% - 1.06rem);
    height: 1px;
    background: rgba(10,63,137,0.2);
    position: absolute;
    right: 0;
    bottom: -0.1rem;
}
.newList li a .time{
    width: 0.72rem;
    height: 0.72rem;
    box-sizing: border-box;
    background: #0a3f89;
    font-family: Arial;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0em;
    color: #fff;
    border-radius: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
}
.newList li a .time span{
    display: block;
    font-size: 0.26rem;
    font-weight: bold;
    letter-spacing: 0em;
    margin-bottom: 5px;
}
.newList li a .time::before{
    display: block;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    border: 1px dashed #0a3f89;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.newList li:hover .tit{
    color: #fff;
    font-weight: bold;
}
.newList li:hover .time{ 
    background: #fff;
    color: #0a3f89;
}
.newList li:hover .tit::before,.newList li:last-of-type .tit::before{
    display:none;
}
.newList li:hover a .time::before{
    border: 1px dashed #fff;
}
/* indexCon2 */
.indexCon2{
    padding: 0.6rem 0 0.4rem;
    background: #ebeff7 url(../img/bg2.png) no-repeat bottom center;
}
.notice{
    box-sizing: border-box;
}
.notice li{
    width: calc(33.333% - 0.2rem);
    float: left;
    margin-right: 0.3rem;
    background: #fff;
}
.notice li:nth-of-type(3n){
    margin-right: 0;
}
.notice li a{
    display: block;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: 0.3rem 0.3rem 0.25rem;
    box-sizing: border-box;
    position: relative;
}
.notice li a .time{
    width: 0.72rem;
    height: 0.72rem;
    box-sizing: border-box;
    background: #0a3f89;
    font-family: Arial;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0em;
    color: #fff;
    border-radius: 0.35rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
}
.notice li a .time span{
    display: block;
    font-size: 0.26rem;
    font-weight: bold;
    letter-spacing: 0em;
    margin-bottom: 5px;
}
.notice li a .time::before{
    display: block;
    content: "";
    width: 0.84rem;
    height: 0.84rem;
    border: 1px dashed #0a3f89;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.notice li a .tit{
    width: calc(100% - 0.72rem);
    padding-left: 0.25rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    max-height: 0.6rem;
    letter-spacing: 0em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
}
.notice li a .txt{
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999;
    margin-top: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
    position: relative;
}
.notice li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #0a3f89;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
}
.notice li a:hover .tit{
    font-weight: bold;
    color: #fff; 
}
.notice li a:hover .txt{
    color: #fff; 
}
.notice li a:hover .time{
    background: #fff;
    color: #0a3f89;
}
.notice li a:hover .time::before{
    border: 1px dashed #fff;
} 
.notice li a:hover::before{
    width: 100%;
    left: 0;
}
/* 友情链接 */
.indexCon3{
    padding: 0.6rem 0;
}
.yqljImg li{
    float: left;
    width: 18.4%;
    margin-right: 2%;
}
.yqljImg li:nth-of-type(5n){
    margin-right: 0;
}
.yqljImg li a{
    display: block;
    width: 100%;
    height: auto;
}
.yqljImg li a .img{
    width: 100%;
    padding: 35.77% 0 0;
    border-radius: 15px;
}
/* 风采展示 */
.dnsj li{
    float: left;
    margin-bottom: 0.2rem;
}
.dnsj .fl{
    width: calc(50% - 0.1rem);
    margin-right: 0.2rem;
    box-sizing: border-box;
}
.dnsj .fl li{
    width: calc(50% - 0.1rem);
    margin-right: 0.2rem;
}
.dnsj .fl li:first-of-type{
    width: 100%;
    margin-right: 0;
}
.dnsj .fl li:last-of-type{
    margin-right: 0;
}
.dnsj .fl li .img{
    padding: 2.5rem 0 0;
}
.dnsj .fl li:first-of-type .img{
    padding: 4.44rem 0 0;
}
.dnsj .fr{
    width: calc(50% - 0.1rem);
}
.dnsj .fr li{
    width: calc(50% - 0.1rem);
}
.dnsj .fr li:first-of-type{
    margin-right: 0.2rem;
}
.dnsj .fr li .img{
    padding: 2.5rem 0 0;
}
.dnsj .fr li:last-of-type{
    width: 100%;
    margin-right: 0;
}
.dnsj .fr li:last-of-type .img{
    padding: 4.44rem 0 0;
}
.dnsj li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.dnsj li .con{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.4rem 0.2rem 0.1rem;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0) 100%);
}
.dnsj li .con .tit{
    font-size: 0.18rem;
    line-height: 0.38rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hzyx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hzyx .img{
    width: 2.6rem;
    height: 2.6rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem 0 rgba(0,0,0,0.08);
}
.hzyx .img a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hzyx .img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
}
.hzyx .hzyxCon{
    width: calc(100% - 2.6rem);
    padding-right: 0.8rem;
    box-sizing: border-box;
}
.hzyx .con h2{
    font-size: 0.3rem;
    color: #333;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.hzyx .con p{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #555;
    text-align: justify;
}
.hzyx .con a{
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #666666;
    padding-left: 0.4rem;
    background: url(../img/moreIcon.png) no-repeat left center;
    background-size: auto 0.3rem;
    margin-top: 0.3rem;
}
.hzyx .con a:hover{
    color: #0a3f89;
    font-weight:bold;
}
.hzyx .lmTit{
    justify-content: flex-start;
}
.hzyx .lmTit .tit h2::before{ 
    left: 0;   
    transform: translateX(4px);
}
.tzggBg{
    background: #ebeff7;
    padding: 0.6rem 0;
}
.fczsBg{
    background: url(../img/fczsBg.png) no-repeat center;
    background-size: cover;
    padding: 0.6rem 0;
}
@media only screen and (max-width: 1240px){
    .notice li a .time,.newList li a .time{
        font-size: 0.14rem;
    }
}
@media only screen and (max-width: 1040px){
    .widget{
        bottom: 20px;
    }
    .newBanner,.newList{
        width: 100%;
        float: none;
    }
    .newList{
        margin-top: 10px;
        padding-left: 0.07rem;
        box-sizing: border-box;
    }
    .widget2 .next, .widget2 .prev{
        position: static;
    }
    .widget2{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        bottom: 84px;
        padding: 10px 0;
        background: linear-gradient(0,rgba(0,0,0,0.7) 20%,rgba(0,0,0,0) 100%);
    }
     .widget2 .dot {
         margin:0 20px;
     }
    .widget2 .dot .slick-dots{
        margin-top:0;
    }
    .newBig a{
        padding-bottom: 20px;
    }
    .newBig a .tit{
        padding: 15px;
        font-size: 18px;
        line-height: 34px;
        position: static;
        padding-left: 94px;
        background: #fff;
        box-shadow: 10px -5px 10px 0 rgba(0,0,0,0.1);
        color: #333;
    }
    .newBig li a .time{
        left: 0;
        bottom: 20px;
        border-radius: 0;
        width: 70px;
        height: 64px;
        line-height: 24px;
    }
    .newBig li a .time span{
        line-height: 40px;
    }
    .newBig a .img{
        padding: 56.25% 0 0;
    }
    .indexCon1,.tzggBg{
        padding: 40px 0;
    }
    .lmTit{
        justify-content: flex-start;
        margin-bottom: 25px;
    }
    .lmTit .tit h2{
        padding-bottom: 15px;
    }
    .widget2 .dot .slick-dots li.slick-active::after{
        display: none;
    }
    .widget2 .dot .slick-dots li,
     .widget2 .dot .slick-dots li.slick-active{
        color: #fff;
    }
    .widget2 .dot .slick-dots li::before,
    .widget2 .dot .slick-dots li.slick-active::before{
        background: #fff;
    }
    .notice li{
        width: 100%;
        margin-bottom: 20px;
    }
    .notice li:last-of-type{
        margin-bottom: 0;
    }
    .indexCon2{
        padding: 0.6rem 0 0.4rem;
    }
    .dnsj .fl,.dnsj .fr{
        width: 100%;
    }
    .dnsj li .img{
        padding: 56.25% 0 0!important;
    }
    .indexCon3{
        padding: 40px 0 25px;
    }
    .yqljImg li{
        width: calc(33.33% - 10px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .yqljImg li:nth-of-type(5n){
        margin-right: 15px;
    }
    .yqljImg li:nth-of-type(3n){
        margin-right: 0;
    }
    .yqljImg li a .img{
        border-radius: 10px;
    }
    .hzyx .img{
    }
    .hzyx .img img{
        max-height: 70%;
    }
    .hzyx .hzyxCon{
        padding-right: 0.4rem;
    }
    .hzyx .con a{
        margin-top: 0.2rem;
    }
}
@media only screen and (max-width: 768px){
    .fczs, .hzyx{
        flex-wrap: wrap;
        position: relative;
    }
    .hzyx .hzyxCon{
        width:100%;
        padding-right: 0;
        position: relative;
    }
    .hzyx .hzyxCon .con{
        padding-top: 3.45rem;
    }
    .hzyx .lmTit .tit h2::before{
        left: 50%;
        transform: translateX(-50%);
    }
    .hzyx .img{
        width: 100%;
        border-radius: 0;
        height: 3rem;
        position: absolute;
        left: 0;
        top: 0.9rem;
    }
    .hzyx .img img{
        max-height: 100%;
    }
    .fczsBg{
        padding: 40px 0;
    }
    .indexCon2{
        padding: 40px 0 20px;
    }
}
@media only screen and (max-width: 560px){
    .widget{
        height: 34px;
        border-radius: 17px;
        padding: 0 15px;
        bottom: 10px;
    }
    .progress-container{
        margin: 0;
    }
    .progress-circle {
        transform: rotate(-90deg) scale(0.7); /* 让进度从顶部开始 */
    }
    .progress-container::before{
        width:5px;
        height:5px;
    }
    .widget .num{
        margin-left: 50px;
    }
    .widget .num::before{
        width: 30px;
    }
    .newBig a .tit{
        padding: 5px 10px;
        font-size: 16px;
        line-height: 24px;
        height: 58px;
        padding-left: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        text-overflow: clip;
    }
    .widget2 .dot .slick-dots li.slick-active{
        margin-right: 30px;
    }
    .widget2 .dot .slick-dots li.slick-active::before{
        width: 15px;
        left: calc(100% + 5px);
    }
    .widget2 .dot .slick-dots li{
        margin-right: 20px;
    }
    .widget2 .dot .slick-dots li::before{
        width: 5px;
        left: calc(100% + 5px);
    }
    .widget2 .dot{
        margin: 0 10px;
    }
    .widget .num span.current{
        font-size: 18px;
    }
    .widget .num span{
        font-size: 15px;
    }
    .indexCon1,.tzggBg{
        padding: 30px 0;
    }
     .indexCon3{
        padding: 30px 0 15px;
    }
    .indexCon2{
        padding: 30px 0 12px;
    }
    .lmTit .tit h2{
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 7px;
    }
    .lmTit .tit h2::before{
        left: 2px;
        transform: none;
        width: 46px;
    }
    .lmTit{
        margin-bottom: 18px;
    }
    .newBanner{
        box-shadow: 0px 0 10px 0 rgba(0,0,0,0.1);
    }
    .newBig a{
        padding-bottom: 0;
    }
    .newBig li a .time{
        width: 60px;
        height: 58px;
        bottom: 0;
    }
    .newBig li a .time span{
        line-height: 32px;
    }
    .widget2{
        bottom: 58px;
    }
    .notice li a{
        padding: 20px 20px 15px;
    }
    .newList li .tit{
        font-size: 0.18rem;
        padding-left: 20px;
    }
    .dnsj li{
        margin-bottom: 10px;
    }
    .dnsj .fl li,.dnsj .fr li{
        width: calc(50% - 5px);
    }
    .dnsj .fl li,.dnsj .fr li:first-of-type{
        margin-right: 10px;
    }
    .dnsj li .con{
        padding: 20px 5px 0;
    }
    .yqljImg li{
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .yqljImg li:nth-of-type(5n),.yqljImg li:nth-of-type(3n){
        margin-right: 10px;
    }
    .yqljImg li:nth-of-type(2n){
        margin-right: 0;
    }
    .hzyx .img{
        height: 2rem;
        top: 0.6rem;
    }
    .hzyx .hzyxCon .con{
        padding-top: 2.18rem;
    }
    .hzyx .con h2{
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .hzyx .con p{
        text-indent: 2em;
    }
    .hzyx .con a{
        margin-top: 5px;
    }
    .fczsBg{
        padding: 30px 0;
    } 
}