*{ margin:0; padding:0}
@font-face {
    font-family:'' ;
    src: url('');
}
body { width:100%;margin:0 auto; font-size:14px; font-family:"Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜"; line-height:150%;color: #000;position:relative;letter-spacing: 0px;overflow-x: hidden;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color: #000; text-decoration:none;}
a:hover{text-decoration:none;}
p{ word-spacing:-1.5px; padding:0; margin:0;line-height: 150%;}
section,header,main,footer{
    display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.al-ed{align-items: flex-end;}
.jc-fs{justify-content: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
.wap{display: none;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
.w1200{width: 1200px;}
.arcbody{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    }
.arcbody * {
    font-size: 0.2rem;
    color: #848484;
    line-height: 180%;
    width: 100%;
}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0 0;
    height: auto!important;
}
.arcbody p{margin-top: 0.15rem;}
.text-line{
    background: linear-gradient(0deg,var(--bgcolor),var(--bgcolor)) no-repeat left bottom;
    background-size: 0% 0.02rem;
    transition: all 0.3s;
    display: inline!important;
}
.text-line:hover{
    background-size: 100% 0.02rem; 
}
:root{
    --bgcolor: #1158a8;
    --fontcolor: #1158a8;
    --b-r:0.05rem;
    --hoverbg: #1158a8;
    --hoverfont: #1158a8;
}
.w1296{width: 1200px;}
.headxf{
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    position: fixed;
}
/**********Ã¥Â¤Â´Ã©Æ’Â¨*****/
.head{
    width: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
}
.head .logo{}
.head .logo img{
    width: 2.82rem;
}
.navbox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.navbox .navlist{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.navbox .nav{
    position: relative;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.25rem;
    box-sizing: border-box;
    border-top: 0.05rem  solid transparent;
    border-bottom: 0.05rem  solid transparent;
    cursor: pointer;
}
.navbox .nav:hover{
    color: var(--thiscolor);
    border-bottom-color: var(--thiscolor);
}
.navbox .nav.this{
    color: var(--thiscolor);
    border-bottom-color: var(--thiscolor);
}
.navbox .nav .p1{}
.navbox .nav.this .p1{}
.navbox .nav .snavbox{
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.1rem 0;
    background: #fff;
    width: 3rem;
    box-shadow: 0 0 0.05rem  #ccc;
}
.navbox .nav .snavbox .snav{
    width: 100%;
    height: 0.5rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.navbox .nav .snavbox .snav:hover{
    background: var(--hoverbg);
}
.navbox .nav .snavbox .snav.this{
    background: var(--thiscolor);
    color: #fff;
}
.navbox .nav:hover .snavbox{
    display: flex;
}
.up-down{
    width: 100%;
    border-top: 1px #ebebeb solid;
    margin-top: 0.5rem;
    padding-top: 0.3rem;
}
.up-down .fy{
    margin-bottom: 0.05rem;
}
.up-down .fy a{
    font-size: 0.16rem;
    color: #4d4d4d;
}
.up-down .fy a:hover{color: var(--hoverfont);}

section{max-width: 640px;}
.swiper1{width: 100%;}
.inbanner{width: 100%;}
.inbanner img{width: 100%;}

.probox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alltitle{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.45rem 0 0.35rem;
}
.alltitle .tbicon{
    width: 1.05rem;
    margin-bottom: 0.22rem;
}
.alltitle .p1{
    font-size: 0.48rem;
    font-weight: bold;
    color: var(--fontcolor);
}
.alltitle .p2{
    font-size: 0.14rem;
    color: #676d80;
    text-transform: uppercase;
    letter-spacing: 0px;
    letter-spacing: 1px;
}

.pronav{
    width: 5.2rem;
    display: flex;
    gap: 0.13rem;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}
.pronav .probtn{
    width: 1.2rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3px;
    border: 2px #e6e6e6 solid;
}
.pronav .probtn .p1{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6e6e6;
    font-size: 0.18rem;
    color: #202d51;
}
.pronav .probtn.this{
    border-color: var(--bgcolor);
}
.pronav .probtn.this .p1{
    background-color: var(--bgcolor);
    color: #fff;
}
.prolist{
    width: 5.2rem;
    position: relative;
    overflow: hidden;
}
.proc{
    opacity: 0;
    top: 0;
    left: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.395rem;
    width: 100%;
}
.proc.this{
    left: 0;
    opacity: 1;
    transition: all 0.5s;
}

.proc .prourl{
    width: 1.47rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.proc .prourl .p1{
    font-size: 0.2rem;
    color: #0e1c41;
    margin-top: 0.1rem;
}
.proc .prourl:hover .p1{}
.proc .prourl .proimgbox{
    width: 100%;
    background: #b7cde5;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 2px;
}
.proc .prourl:hover .proimgbox{
    background: var(--bgcolor);
}
.proc .prourl .proimg{
    width: 100%;
    border-radius: 2px;
    border: 2px #fff solid;
    box-sizing: border-box;
}

.proc .prourl:hover .proimg{filter: grayscale(0%) brightness(400%);}
.proc .prourl.hide{
    display: none;
}
.proc .showbtn{
    width: 1.47rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proc .showbtn .icon{
    width: 0.6rem;
    margin-top: -0.3rem;
} 

.spbox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.spbox .sp{
    width: 100%;
}
.spbox .tbox{
    width: 4.7rem;
    background: var(--bgcolor);
    z-index: 10;
    box-sizing: border-box;
    padding: 0.3rem 0.25rem;
    margin-top: -0.2rem;
}
.spbox .tbox .p1{
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
}
.spbox .tbox .p2{
    font-size: 0.1rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.15rem;
}
.spbox .tbox .p3{
    position: relative;
    font-size: 0.12rem;
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.25rem;
    margin-bottom: 0.15rem;
}
.spbox .tbox .p3::after{content: '';position: absolute;content: "";width: 0.1rem;height: 0.1rem;background-image: radial-gradient(#fff 30%,transparent 50%);left: 0;border-radius: 50%;top: 0.05rem;border: 1px rgba(255,255,255,0.3) solid;}

.shebei{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    background-image: url(../img/bg1.jpg);
    background-size: 100% 100%;
}

.sbbox{
    width: 5.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sbbox .sblist{
    width: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    padding: 0.13rem;
    margin-bottom: 0.15rem;
}
.sbbox .sblist.hide{display: none;}
.sbbox .sblist .sbimg{
    width: 100%;
}
.sbbox .sblist .p1{
    font-size: 0.16rem;
    color: #555555;
    font-weight: bold;
    margin: 0.15rem 0 0.05rem;
}
.sbbox .sblist .p2{
    font-size: 0.11rem;
    color: #999;
}

.sbbtnbox{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0.3rem 0 0.5rem;
}
.sbmore{
    width: 1.45rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0.5rem;
    font-size: 0.13rem;
    color: #1158a8;
    margin: 0 0.2rem;
}
.sbmore .icon{
    width: 0.2rem;
    margin-right: 0.15rem;
}
.zxzx{
    width: 1.45rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f08519;
    border-radius: 0.5rem;
    font-size: 0.13rem;
    color: #fff;
    margin: 0 0.2rem;
}
.zxzx .icon{
    width: 0.2rem;
    margin-right: 0.15rem;
} 

.youshi{}
.youshibox{
    width: 5.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yslist{
    width: 2.47rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.17rem;
    border-radius: 0 0.1rem 0 0.1rem;
    background: url(../img/ysbg.jpg);
    background-size: 100% 100%;
    margin-bottom: 0.15rem;
}
.yslist .p1{
    width: 0.4rem;
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f08519;
    color: #fff;
    font-size: 0.18rem;
    border-radius: 0 0 0 0.1rem;
    margin-bottom: 0.2rem;
}
.yslist .p2{
    font-size: 0.24rem;
    color: #505050;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.1rem;
}
.yslist .p3{
    font-size: 0.12rem;
    color: #505050;
    margin-top: 0.1rem;
}
.yslist .xian{
    width: 0.3rem;
    height: 2px;
    background: #505050;
}

.liucheng{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    background-image: url(../img/bg2.jpg);
    background-size: 100% 100%;
}
.lcbox{
    width: 5.2rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.75rem;
}

.lclist{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.lclist .sz{
    width: 0.94rem;
    height: 1.07rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/sbg.png);
    background-size: 100% 100%;
    font-size: 0.26rem;
    font-weight: bold;
    color: #fff;
    margin: -0.1rem 0.1rem;
}
.lclist .tbox{
    width: 1.8rem;
}
.lclist .tbox .p1{
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border-bottom: 2px #fff solid;
}
.lclist .tbox .p2{
    font-size: 0.12rem;
    color: #fff;
    margin-top: 0.05rem;
}
.lclist .tbox .xian{}
.lclist:nth-of-type(even){
    flex-flow: row-reverse;
}
.lclist:nth-of-type(even) .sz{}
.lclist:nth-of-type(even) .tbox{}
.lclist:nth-of-type(even) .tbox .p1{
    text-align: right;
}
.lclist:nth-of-type(even) .tbox .p2{}
.lclist:nth-of-type(even) .tbox .xian{}

.swiper2{width: 100%;}
.swiper2 .inbanner{width: 100%;}
.swiper2 .inbanner img{width: 100%;}

footer{
    background: var(--bgcolor);
    margin-top: 0.4rem;
}
.foot{
    width: 5.2rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
}
.foot .logo{
    margin-bottom: 0.2rem;
}
.foot .logo .logoimg{
    width: 2.33rem;
}
.foot .line{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem;
}
.foot .line .lxbox{
    width: 50%;
    display: flex;
    align-items: center;
}
.foot .line .icon{
    width: 0.33rem;
    margin-right: 0.1rem;
}
.foot .line .tbox{}
.foot .line .p1{
    font-size: 0.13rem;
    color: #fff;
}
.foot .line .p2{
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
.foot .line .p2 a{color: inherit;}
.copy{
    width: 5.2rem;
    border-top: 1px #fff solid;
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.copy .p1{
    font-size: 0.15rem;
    color: #fff;
}

.kzbox{
    width: 5.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}
.kzbox .kzlist{
    width: 2.47rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0.17rem;
    border-radius: 0.1rem;
    background: url(../img/kzbg.jpg);
    background-size: 100% 100%;
    margin-bottom: 0.15rem;
}
.kzbox .kzlist .p1{
    font-size: 0.24rem;
    color: #1856c6;
    font-weight: bold;
    line-height: 1;
}
.kzbox .kzlist .p2{
    font-size: 0.1rem;
    text-transform: uppercase;
    color: #1856c6;
    margin-bottom: 0.15rem;
}
.kzbox .kzlist .xian{
    width: 0.2rem;
    height: 2px;
    background: #1856c6;
    margin-bottom: 0.2rem;
}
.kzbox .kzlist .p3{
    font-size: 0.14rem;
    color: #1856c6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.kzbox .kzlist .p3 *{
    border: 1px #1856c6 solid;
    padding: 0.1rem 0.15rem;
    margin-bottom: 0.1rem;
    color: inherit;
}

.about{
    width: 5.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .abox1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about .abox1 .alist{
    width: 1.17rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about .abox1 .alist .icon{
    width: 100%;
    border-radius: 0.1rem;
}
.about .abox1 .alist .p1{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.1rem;
}

.aboutsp{
    width: 100%;
    margin: 0.3rem 0 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aboutsp .sp{
    width: 100%;
    box-sizing: border-box;
    border: 2px #fff solid;
    border-radius: 0.05rem;
}
.aboutsp .tbox{
    width: 4.7rem;
    background: #0a63c8;
    z-index: 10;
    box-sizing: border-box;
    padding: 0.3rem 0.25rem;
    color: #fff;
    font-size: 0.14rem;
    line-height: 1.8;
    margin-top: -0.2rem;
}

.dbimg{
    width: 5.2rem;
}

.xiaoqu{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    background-image: url(../img/bg3.jpg);
    background-size: 100% 100%;
}

.xqbox{
    width: 5.2rem;
    position: relative;
    height: 6.8rem;
}

.xqlist{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.15rem;
    height: 1.15rem;
}
.xqlist .imgbox{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.xqlist .imgbox .icon{
    position: absolute;
    width: 100%;
    height: 100%;
}
.xqlist .imgbox .p1{
    font-size: 0.15rem;
    color: #fff;
    line-height: 1;
}
.xqlist::after{content: '';width: 1px;height: 3rem;position: absolute;top: 102%;background: linear-gradient(to bottom, #fff, transparent);}
.xqlist:nth-of-type(1){
    left: 0;
    top: 1.7rem;
}
.xqlist:nth-of-type(2){
    left: 0.7rem;
    top: 0.2rem;
}
.xqlist:nth-of-type(3){
    left: 1.94rem;
    top: 1rem;
}
.xqlist:nth-of-type(4){
    right: 0;
    top: 0.8rem;
}
.xqlist:nth-of-type(5){
    left: 3.6rem;
    top: 3.6rem;
    width: 0.95rem;
    height: 0.95rem;
}
.xqlist:nth-of-type(6){
    left: 2.8rem;
    top: 2rem;
}
.xqlist:nth-of-type(7){
    left: 1.45rem;
    top: 2.8rem;
    width: 0.92rem;
    height: 0.92rem;
}
.xqlist.this{}
.xqlist.this .imgbox{}
.xqlist.this .imgbox .icon{animation: imgxz 1s linear;}
.xqlist.this .imgbox .p1{font-weight: bold;}

.footxf{
    width: 640px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7rem;
    position: sticky;
    bottom: 0;

    z-index: 100;
}
.footxf a{
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    height: 100%;
    align-items: center;
}
.footxf .this{
    background: #f08619;
}
.footxf a img{
    width: 100%;
    height: 100%;
}
@keyframes imgxz{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

.newsbox{
    width: 5.2rem;
    display: flex;
    flex-direction: column;
}
.newsurl{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 0.15rem;
}
.newsurl .newsimg{
    width: 1.53rem;
}
.newsurl .tbox{
    flex: 1;
    margin-left: 0.1rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.newsurl .tbox .p1{font-size: 0.14rem;color: #676d80;width: 100%;}
.newsurl .tbox .p2{font-size: 0.12rem;color: #676d80;margin-top: auto;}
.newsurl:visited  .tbox .p1{color:#f08519}
.newsurl.this{}
.newsurl.this .newsimg{
    width: 100%;
}
.newsurl.this .tbox{
    position: absolute;
    bottom: 0;
    background: rgba(31,67,112,0.7);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    margin: 0;
}
.newsurl.this .tbox .p1{
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.newsurl.this .tbox .p2{
    color: #fff;
    font-size: 0.14rem;
}

.newsmore{}

.nynav{
    width: 100%;
    height: 0.5rem;
    background: #0d65ca;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.nynav .nyurl{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
    color: #fff;
    font-size: 0.18rem;
}
.nynav .nyurl.this{
    background: #1158a8;
}


.nynewsbox{
    width: 5.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nynewsurl{
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px #ebebeb solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.nynewsurl .timebox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.15rem;
    border-right: 2px #ebebeb solid;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
    width: 1.3rem;
}
.nynewsurl .timebox .p1{
    font-size: 0.48rem;
    color: #232323;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
}
.nynewsurl .timebox .p1::after{content: '';height: 80%;width: 2px;background: #d1d1d1;position: absolute;transform: rotate(15deg);top: 0.1rem;right: -0.1rem;}
.nynewsurl .timebox .p2{
    font-size: 0.16rem;
    color: #232323;
    line-height: 2;
}
.nynewsurl:visited .timebox .p1{color:#f08519}

.nynewsurl:visited .timebox .p2{color:#f08519}
.nynewsurl .tbox{
    height: 1.15rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 1.4rem);
}
.nynewsurl .tbox .p1{
    width: 100%;
    font-size: 0.18rem;
    color: #242424;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nynewsurl:visited .tbox .p1{color:#f08519}
.nynewsurl .tbox .p2{
    font-size: 0.14rem;
    color: #666666;
    margin-top: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.nynewsurl .tbox .icon{
    margin-top: auto;
}

.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}
.page .active{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    font-size: 0.18rem;
    margin: 0 0.1rem;
}
.page .total{
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 0.18rem;
    margin: 0 0.1rem;
    box-sizing: border-box;
    border: 1px #ebebeb solid;
}

.nyabout{
    width: 5.2rem;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.nyabout-h{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px #ebebeb solid;
}
.btnlist{
    font-size: 0.18rem;
    color: #424242;
    box-sizing: border-box;
    padding: 0.1rem 0.15rem;
    position: relative;
    margin-right: 0.2rem;
}
.btnlist.this::after{content:'';position: absolute;width: 100%;height: 2px;top: 100%;left: 0;background: var(--bgcolor);}
.nyabout-c{
    width: 100%;
    margin-top: 0.3rem;
}
.nybody{
    display: none;
}
.nybody.this{
    display: block;
}
.nybody *{
    max-width: 100%;
}
.nybody p{text-indent: 2em;}
.nybody img{display:flex}
.bg3{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    background-image: url(../img/bg1.jpg);
    background-size: 100% 100%;
    padding-bottom: 0.5rem;
}

.whlist{
    width: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 0.05rem #ccc;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.2rem;
    box-sizing: border-box;
}
.whlist .icon{
    height: 0.5rem;
}
.whlist .p1{
    font-size: 0.18rem;
    color: #0061ae;
    margin-top: 0.3rem;
}
.whlist .p2{
    font-size: 0.14rem;
    color: #787878;
    line-height: 1.5;
    margin-top: 0.4rem;
}

.bg4{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    background-image: url(../img/bg4.jpg);
    background-size: 100% 100%;
    padding-bottom: 0.5rem;
    margin-bottom: -0.5rem;
}
.lcimg{
    width: 100%;
}