@charset "utf-8";
.borRad{
    background: #fff;
    padding: 0.32rem 0.32rem 0;
    box-sizing: border-box;
    border-radius: 0.15rem;
    box-shadow: 0 0.13rem 0.32rem #e2f4ff;
}
.lmTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lmTit p{
    font-family: PingFangSC;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #111111;
    padding-left: 0.15rem;
    box-sizing: border-box;
    position: relative;
}
.lmTit p::before{
    display: block;
    content: "";
    width: 0.03rem;
    height: 0.22rem;
    background: #2d7d9a;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.indexCon1,.indexCon2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.wlfw{
    width: 35.41%;
    height: 3.5rem;
}
.xxhfw{
    width: 39%;
    height: 3.5rem;
}
.lxdh{
    width: 22.14%;
    height: 3.5rem;
}
/* 网络服务 */
.wlfw .lmTit{
    margin-bottom: 0.2rem;
}
.wlfw ul li{
    float: left;
    width: calc(50% - 0.1rem);
    margin: 0.1rem 0.2rem 0.1rem 0;
    background: #2d7d9a;
    border-radius: 0.1rem;
    overflow: hidden;
}
.wlfw ul li:nth-of-type(2n){
    margin-right: 0;
}
.wlfw ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.25rem 0;
}
.wlfw  li a .icon{
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    margin-right: 0.12rem;
    margin-left: 0.28rem;
}
.wlfw  li a .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.wlfw  li a .tit{  
    transition: all .3s;
}
.wlfw  li a .tit span{
    display: block;
    font-family: PingFangSC;
    line-height: 0.2rem;
}
.wlfw  li a .tit span:nth-of-type(1){
    font-size: 0.18rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
.wlfw  li a .tit span:nth-of-type(2){
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.7);
}
.wlfw ul li a:hover .tit{
    transform: translateX(5px);
}
.wlfw ul li a .tit span:nth-of-type(2):hover {
    color: rgba(255, 255, 255, 1);
}
/* 信息化服务 */
.xxhfw.borRad{
    padding-bottom: 0.11rem;
}
.xxhfw .lmTit{
    margin-bottom: 0.35rem;
}
.xxhfw ul{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.xxhfw ul li{
    width: 20%;
}
.xxhfw ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 0.6rem;
}
.xxhfw ul li .icon{
    width: 0.63rem;
    height: 0.63rem;
    background: #2d7d9a;
    border-radius: 0.22rem;
    position: relative;
    margin: 0 auto;
}
.xxhfw ul li .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.xxhfw ul li .tit{
    position: absolute;
    left: 50%;
    top: 0.73rem;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    font-family: PingFangSC;
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #333333;
    text-align: center;
    max-width: 90%;
}
.xxhfw ul li a:hover .icon img{
    animation: bouns2 .6s infinite;
}
.xxhfw ul li a:hover .tit{
    color: #2d7d9a;
    font-weight: bold;
}

/* 联系电话 */
.lxdh li{
    height: auto;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(136,136,136,0.2);
    padding: 0.2rem 0;
}
.lxdh li:last-of-type{
    border-bottom: none;
}
.lxdh li div.con{
    width: 50%;
}
.lxdh .con p:nth-of-type(1){
    width: 100%;
    height: 0.3rem;
    display: flex;
    align-items: center;
}
.lxdh .con p:nth-of-type(1) img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.3rem;
}
.lxdh .con p:nth-of-type(2){
    font-family: PingFangSC;
    font-size: 0.14rem;
    line-height: 1;
    color: #888888;
    margin: 0.1rem 0;
}
.lxdh .con p:nth-of-type(3){
    font-family: HarmonyOS_Sans;
    font-size: 0.2rem;
    line-height: 1;
    color: #333333;
}
.lxdh .lmTit{
    margin-bottom: 0.15rem;
}
.indexCon2{
    margin-top: 0.28rem;
}
.lmTit a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.lmTit a:hover{
    color: #2d7d9a;
    font-weight: bold;
}
/* new */
.new{
    width: 66.7%;
    height: 4.2rem;
}
/* 通知公告 */
.notice{
    width: 31.93%;
    height: 4.2rem;
}
.notice ul li{
    margin-top: 0.24rem;
}
.notice ul li a{
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.notice ul li a .sx{
    width: 1px;
    height: 0.35rem;
    background: rgba(136,136,136,0.2);
    margin: 0 0.18rem;
}
.notice ul li a .tit{
    font-size: 0.16rem;
    line-height: 0.22rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
    transition: all .3s;
    max-height: 0.44rem;
}
.notice ul li a .time{
    font-family: HarmonyOS_Sans;
    font-size: 0.14rem;
    line-height: 1;
    color: rgba(45, 125, 154,0.7);
    text-align: right;
    white-space: nowrap;
}
.notice ul li a .time span{
    display: block;
    font-size: 0.18rem;
    color: rgba(45, 125, 154,1);
    margin-bottom: 0.06rem;
    font-weight: bold;
}
.notice ul li a:hover .tit{
    color: #2d7d9a;
    margin-left: 0.05rem;
    font-weight: bold;
}
.newBanner{
    width: 41.88%;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li a .img{
    padding: 2.33rem 0 0;
    border-radius: 0.1rem;
}
.newBanner li a .con{
    margin-top: 0.16rem;
}
.newBanner li a .con .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
}
.newBanner li a .con .time{
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #2d7d9a;
    text-align: left;
    margin-top: 0.1rem;
}
.newBanner li a:hover .con .tit{
    font-weight:bold;
    color: #2d7d9a;
}
.newBanner .slick-dots{
    width: auto;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    bottom: 0;
}
.newBanner .slick-dots li{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #bdcdd9;
    margin-left: 0.08rem;
}
.newBanner .slick-dots li.slick-active{
    background: #2d7d9a;
}
.newTab{
    width: 54.38%;
}
.tabCon .notice{
    width:100%;
    height: auto;
    display: none;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;

}
.tabCon .notice.on{
    display: block;
}
.newList {
    display: none;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.newList.on{
    display: block;
}
.newList li{
    margin-top: 0.28rem;
}
.newList li.on{
    padding-bottom: 0.28rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newList li:first-of-type{
    margin-top: 0;
}
.newList li a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 0.22rem;
}
.newList li a span{
    font-family: MyriadPro;
    display: block;
    float: left;
    margin-right: 0.2rem;
    font-size: 0.14rem;
    background: #e2ecf3;
    padding: 0 0.08rem;
    color: #2d7d9a;
    border-radius: 0.11rem;
    font-weight: normal;
}
.newList li a:hover{
    color: #2d7d9a;
    font-weight: bold;
}
.newList li a:hover span{
    color: #fff;
    background: #2d7d9a;
}
.newList li.on a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: none;
}
.newList li.on a .time{
    width: 0.74rem;
    height: 0.74rem;
    background: #2d7d9a;
    border-radius: 0.1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newList li.on a .time h2{
    font-size: 0.34rem;
    line-height: 0.44rem;
    color: #2d7d9a;
    background: #fff;
    font-weight: normal;
}
.newList li.on a .time p{
    font-size: 0.14rem;
    line-height: 1;
    color: #fff;
    margin-top: 0.05rem;
    font-weight: normal;
}
.newList li.on a .con{
    width: calc(100% - 0.74rem);
    padding-left: 0.2rem;
    box-sizing: border-box;
}
.newList li.on a .tit{
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList li.on a .txt{
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #666666;
    -webkit-line-clamp: 2;
    max-height: 0.44rem;
    margin-top: 0.05rem;
    font-weight: normal;
}
.newList li.on a:hover .tit{
    color: #2d7d9a;
    font-weight: bold;
}
.tabIn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0.15rem;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}
.tabIn::before{
    display: block;
    content: "";
    width: 0.03rem;
    height: 0.22rem;
    background: #2d7d9a;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.tabIn li{
    margin-right: 0.3rem;
    cursor: pointer;
}
.tabIn li p::before{
    display: block;
    content: "";
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 100%;
    background: #838383;
    position: absolute;
    right: -0.15rem;
    top: 50%;
    transform: translate(50%,-50%);
}
.tabIn li:last-of-type{
    margin-right: 0;
}
.tabIn li p{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    position: relative;
}
.tabIn li:last-of-type p::before{
    display: none;
}
.tabIn li.in p{
    font-size: 0.22rem;
    color: #111111;
}
.tabIn li a{
    display: none;
    font-size: 0.16rem;
    line-height: 0.3rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tabIn li a:hover{
    color: #2d7d9a;
    font-weight: bold;
}
.tabIn li.in a{
    display: block;
}
@media only screen and (min-width: 1921px){
    .wlfw li a .icon img{
        min-width: 0.42rem;
    }
    .xxhfw ul li .icon img{
        min-width: 0.26rem;
    }
    .lxdh .con p:nth-of-type(1) img{
        min-width: 0.24rem;
    }
}
@media only screen and (max-width: 1768px){
    .wlfw li a .tit span:nth-of-type(1){
        font-size:0.16rem;
    }
    .wlfw li a .icon{
        margin-left: 0.12rem;
    }
}
@media only screen and (max-width: 1560px){
    .wlfw{
        width: 100%;
        height: auto;
        padding: 0.32rem;
        margin-bottom: 0.28rem;
    }
    .wlfw ul li{
        width: calc(25% - 0.15rem);
    }
    .wlfw ul li:nth-of-type(2n){
        margin-right: 0.2rem;
    }
    .wlfw ul li:nth-of-type(4n){
        margin-right: 0;
    }
    .xxhfw{
        width: calc(60% - 0.14rem);
    }
    .lxdh{
        width: calc(40% - 0.14rem)
    }
    .new{
        width: 100%;
        height: auto;
        padding: 0.32rem;
    }
    .notice{
        width: 100%;
        margin-top: 0.28rem;
        height: auto;
        padding: 0.32rem;
    }
    .tabCon .notice{
        margin-top: 0;
        padding: 0;
    }
    .tabIn{
        margin-bottom: 0;
    }
    .notice ul li{
        width: 48%;
        margin-right: 4%;
        float: left;
    }
    .tabCon .notice ul li{
        width: 100%;
        margin-right: 0%;
    }
    .notice ul li:nth-of-type(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 1240px){
    .xxhfw{
        width: 100%; 
        height: auto;
        padding: 0.32rem;
    }
    .lxdh{
        width: 100%;
        margin-top: 0.28rem;
        height: auto;
        padding: 0.32rem;
    }
    .wlfw ul li{
        width: calc(50% - 0.1rem);
    }
    .wlfw ul li:nth-of-type(2n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 1040px){
    .newBanner{
        width: 100%;
    }
    .newTab{
        width: 100%;
        margin-top: 0.28rem;
    }
    .newBanner li a .img{
        padding: 56.25% 0 0;
    }
    .rightCon{
        padding: 20px;
    }
}
@media only screen and (max-width: 768px){
    .notice ul li{
        width: 100%;
        margin-right: 0;
    }
    .rightCon{
        padding: 12px;
    }
    .borRad{
        padding: 0.2rem;
    }
    .lxdh,.indexCon2,.notice{
        margin-top: 0.2rem;
    }
    .wlfw{
        margin-bottom: 0.2rem;
    }
}
@media only screen and (max-width: 520px){
    .borRad{
        border-radius: 0.08rem;
        padding: 0.15rem;
    }
    .wlfw ul li{
        width: 100%;
        margin: 5px 0;
        margin-right: 0;
    }
    .wlfw .lmTit{
        margin-bottom: 10px;
    }
    .xxhfw .lmTit{
        margin-bottom: 20px;
    }
    .xxhfw ul li{
        width: calc(100% / 3);
    }
    .xxhfw ul li a{
        padding-bottom: 0.5rem;
    }
    .lxdh li{
        padding: 0.1rem 0;
    }
    .lxdh .lmTit{
        margin-bottom: 0.05rem;
    }
    .newBanner li a .con .tit{
        font-size: 0.16rem;
        line-height: 0.24rem;
        max-height: 0.48rem;
    }
    .newBanner li a .con .time{
        margin-top: 0;
    }
    .newBanner li a .con{
        margin-top: 0.1rem;
    }
    .tabIn{
        margin-bottom: 0;
    }
    .newList li.on a .txt{
        display:none;
    }
    .newList li.on a .tit{
        white-space: normal;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 0.66rem;
    }
    .newList li.on a .con{
        padding-left: 0.1rem;
    }
    .newList li.on{
        padding-bottom: 0.15rem;
    }
    .newList li{
        margin-top: 0.15rem;
        padding-bottom: 0.15rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .newList li a{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-height: none;
    }
    .newList li.on a{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-height: none;
        flex-direction: row;
    }
    .newList li a span{
        margin-bottom: 6px;
    }
    .newList li:last-of-type{
        border-bottom: none;
    }
    .notice ul li a .sx{margin: 0 10px;}
    .notice ul li{
        margin-top: 0.15rem;
    }
}