
[data-v-25c28420]::-webkit-scrollbar {
    display: none;
}
nav[data-v-25c28420] {
    height: 1rem;
    left: 0;
    background: transparent;
    position: fixed;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%;
    overflow-y: auto;
    user-select: none;
}
.nav-bg[data-v-25c28420] {
    background: rgba(255, 255, 255, 1);
    height: 100%;
    position: absolute;
    width: 100%;
}
.container[data-v-25c28420] {
    align-content: flex-start;
    display: flex;
    height: auto;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    overflow-y: auto;
}
.fake-nav[data-v-25c28420] {
    height: 1rem;
    background: transparent;
    position: relative;
    width: 100%;
}
nav a[data-v-25c28420] {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:link {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:visited {
    text-decoration: none;
    color: rgba(68, 68, 68, 1);
}
nav a[data-v-25c28420]:hover {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
nav a[data-v-25c28420]:active {
    text-decoration: none;
    color: rgba(28, 156, 222, 1);
}
.logo[data-v-25c28420] {
    cursor: pointer;
    display: flex;
    margin-left: 6vw;
    margin-top: 25%;
    height: 0.39rem;
    transform: translateY(-50%);
    vertical-align: top;
}
.path-container[data-v-25c28420] {
    height: 2.5rem;
    justify-content: space-between;
    max-width: 70%;
    overflow: auto;
    position: fixed;
    right: 4%;
}
.path-container li[data-v-25c28420] {
    position: relative;
}
.path-container li > ul[data-v-25c28420] {
    display: none;
}
.path-container li:hover > ul[data-v-25c28420] {
    display: block;
}
.link[data-v-25c28420] {
    color: rgba(68, 68, 68, 1);
    cursor: pointer;
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    height: 1rem;
    min-width: 1.61rem;
    vertical-align: top;
    text-align: center;
    line-height: 1rem;
    overflow: hidden;
}
.link[data-v-25c28420]:hover::after {
    animation: scale-wider-25c28420 0.5s ease forwards;
    border-top: solid 0.02rem rgba(28, 156, 222, 1);
    bottom: 0.25rem;
    content: "";
    display: block;
    left: 20%;
    position: absolute;
    width: 60%;
}
@keyframes scale-wider-25c28420 {
0% {
        transform: scaleX(0);
}
100% {
        transform: scaleX(1);
}
}
.link[data-v-25c28420]:hover {
    background: white;
    color: rgba(28, 156, 222, 1);
}
.arrow[data-v-25c28420] {
    display: inline-block;
    margin-left: 0.05rem;
    vertical-align: middle;
    width: 0.14rem;
}
.sub-list[data-v-25c28420] {
    background: rgba(255, 255, 255, 1);
    position: fixed;
}

/* mobile */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
nav[data-v-25c28420] {
        background: rgba(255, 255, 255, 1);
        height: 0.8rem;
        left: 0;
        opacity: 1;
        position: fixed;
        text-overflow: ellipsis;
        top: 0;
        white-space: nowrap;
        width: 100%;
}
.fake-nav[data-v-25c28420] {
        height: 0.8rem;
        background: transparent;
        position: relative;
        width: 100%;
}
.logo[data-v-25c28420] {
        margin-top: 0.42rem;
        height: 0.31rem;
}
.menu-container[data-v-25c28420] {
        min-height: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 0.58rem;
}
.menu-btn[data-v-25c28420] {
        height: 0.26rem;
        right: 0.26rem;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: transform 0.2s;
        -webkit-transition: -webkit-transform 0.2s;
        top: 0.22rem;
        position: absolute;
        width: 0.32rem;
}
.rotate-90[data-v-25c28420] {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
.droplist[data-v-25c28420] {
        box-shadow: 0 0.03rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
        position: fixed;
        height: auto;
        right: 0;
        top: 0.78rem;
        opacity: 1;
        transform: translateZ(100px);
        -webkit-transform: translateZ(100px);
}
.dropitem[data-v-25c28420] {
        background-color: rgba(255, 255, 255, 1);
        cursor: pointer;
        font-size: 0.16rem;
        height: 0.9rem;
        line-height: 0.9rem;
        position: relative;
        text-align: center;
        width: 2rem;
}
.dropitem[data-v-25c28420]:hover::after {
        animation: scale-wider-25c28420 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem[data-v-25c28420]:active::after {
        animation: scale-wider-25c28420 0.5s ease forwards;
        border-top: solid 0.02rem rgba(28, 156, 222, 1);
        bottom: 0.2rem;
        content: "";
        display: block;
        left: 20%;
        position: absolute;
        width: 60%;
}
.dropitem .sub-menu[data-v-25c28420] {
        display: none;
}
.dropitem:hover .sub-menu[data-v-25c28420] {
        display: block;
}
    /* .dropitem:active .sub-menu {
            display: block;
        } */
.sub-menu[data-v-25c28420] {
        position: absolute;
        right: 2rem;
        top: 0;
}
.arrow[data-v-25c28420] {
        left: 0.15rem;
        top: 50%;
        margin-top: -0.06rem;
        vertical-align: middle;
        width: 0.13rem;
        height: 0.06rem;
        position: absolute;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
}
}


footer[data-v-1fa14727] {
    background-size: 100% 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.21rem;
    text-align: center;
    width: 100%;
}
footer a[data-v-1fa14727],
footer a[data-v-1fa14727]:link,
footer a[data-v-1fa14727]:visited,
footer a[data-v-1fa14727]:hover,
footer a[data-v-1fa14727]:active {
    text-decoration: none;
    color: white;
}
.footer .nav[data-v-1fa14727] {
    font-size: 0.18rem;
    font-family:Helvetica Neue;
    font-weight:400;
    color:rgba(255,255,255,1);
    width: 100%;
    white-space: nowrap;
}
.footer .nav-item[data-v-1fa14727] {
    display: inline-block;
    font-size: 0.21rem;
    padding-right: 0.1rem;
    /* padding: 0 0.1rem 0 0.1rem; */
}
.footer .nav-item a[data-v-1fa14727] {
    cursor: pointer;
}
.footer .linkus[data-v-1fa14727] {
    max-width: 80%;
    margin: 0 auto;
}
.footer .linkus-item[data-v-1fa14727] {
    display: inline-block;
    font-size: 0.18rem;
}
.footer .icp[data-v-1fa14727] {
    font-size: 0.18rem;
    font-family:Helvetica Neue;
    font-weight:400;
    color:rgba(255,255,255,1);
    width: 100%;
}
.footer .license[data-v-1fa14727] {
    text-decoration: none;
}
.footer .license a[data-v-1fa14727],
.footer .license a[data-v-1fa14727]:link,
.footer .license a[data-v-1fa14727]:visited,
.footer .license a[data-v-1fa14727]:hover,
.footer .license a[data-v-1fa14727]:active {
    color: white;
    display: inline-block;
    font-size: 0.14rem;
    height: 0.2rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
    line-height: 0.2rem;
}
.footer .license a *[data-v-1fa14727] {
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.footer .icon[data-v-1fa14727] {
    vertical-align: bottom;
    width: 0.26rem;
}

/* -- mobile -- */
@media only screen and (max-device-width: 640px),
    only screen and (max-width: 640px) {
footer[data-v-1fa14727] {
    color: white;
    height: 0.9rem;
    padding: 0.001rem;
    text-align: center;
    width: 100%;
}
.nav[data-v-1fa14727] {
    display: none;
}
.linkus[data-v-1fa14727] {
    display: none;
}
.footer .icp[data-v-1fa14727] {
    font-size: 0.14rem;
    margin: 0 auto;
    min-width: 2.84rem;
    max-width: 80%;
}
.footer .license[data-v-1fa14727] {
    display: none;
}
}
/* -- mobile end --*/


.loading[data-v-0852ea3d] {
    display: inline-block;
    height: 0.6rem;
    margin-top: 0.6rem;
    position: relative;
}
.loading span[data-v-0852ea3d] {
    display: inline-block;
    margin-left: 0.06rem;
    width: 0.1rem;
    height: 0.2rem;
    border-radius: 0.02rem;
    background: rgba(0, 196, 255, 1);
    animation: load-0852ea3d 2s ease infinite;
    vertical-align: bottom;
}
@keyframes load-0852ea3d {
0%,
    100% {
        height: 0.2rem;
        background: rgba(0, 196, 255, 1);
}
50% {
        height: 0.35rem;
        background: white;
}
}

main[data-v-b75a2b5a] {
    height: auto;
    position: relative;
    padding-top: 0.3rem;
    font-family: HelveticaRegular, Helvetica, Verdana, Arial, Microsoft YaHei;
    max-width: 80%;
    margin: 0 auto;
}
.container[data-v-b75a2b5a] {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}
.path[data-v-b75a2b5a] {
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.18rem;
    padding-left: 0.1rem;
    padding-bottom: 0.2rem;
    position: relative;
    text-align: left;
    width: 100%;
}
.path span[data-v-b75a2b5a]:hover {
    color: #35a7fc;
    text-decoration: underline;
}
.frame-container[data-v-b75a2b5a] {
    margin-top: 0.3rem;
}
.media-frame[data-v-b75a2b5a] {
    height: 100vh;
    position: relative;
    width: 100%;
}
.news-container[data-v-b75a2b5a] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.news-list[data-v-b75a2b5a] {
    width: 8.9rem;
    /* width: 60%; */
    padding: 0.22rem 0.37rem;
}
.news-item[data-v-b75a2b5a] {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    min-height: 2rem;
    width: 100%;
    margin-top: 0.2rem;
    padding: 0.22rem;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0.1rem;
    box-shadow: 0 0.14rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
    overflow: hidden;
}
.news-item[data-v-b75a2b5a]:hover {
    margin-top: 0.22rem;
}
.news-img[data-v-b75a2b5a] {
    height: 1.4rem;
    object-fit: cover;
    width: 30%;
}
.news-content[data-v-b75a2b5a] {
    width: 68%;
}
.news-title[data-v-b75a2b5a] {
    color: #343C4C;
    cursor: pointer;
    font-size: 0.2rem;
    font-weight: 400;
    font-family: gothamnarrow-medium, source sans pro;
    line-height: 1.35em;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.news-title[data-v-b75a2b5a]:hover {
    color: #35a7fc;
}
.news-brief[data-v-b75a2b5a] {
    margin-top: 0.18rem;
    font-size: 0.14rem;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-date[data-v-b75a2b5a] {
    margin-top: 0.18rem;
    font-size: 0.14rem;
    color: #999;
    letter-spacing: 1px;
}
.categories[data-v-b75a2b5a] {
    margin-top: 0.52rem;
    width: 30%;
}
.categories-title[data-v-b75a2b5a] {
    color: #35a7fc;
    font-size: 0.26rem;
    font-family: source sans pro;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.09rem 0;
    background: none !important;
    margin-bottom: 0.14rem;
    border-radius: 0.01rem;
}
.categorie-item[data-v-b75a2b5a] {
    cursor: pointer;
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
    border-bottom: 1px dotted #ccc;
    color: #333;
    font-size: 0.2rem;
}
.categorie-item[data-v-b75a2b5a]:hover {
    text-decoration: underline;
}
.done[data-v-b75a2b5a] {
    font-size: 0.18rem;
    margin-top: 0.2rem;
}
@media only screen and (max-width: 1280px) {
.categories[data-v-b75a2b5a] {
        display: none;
}
}


/* mobile */
@media only screen and (max-device-width: 640px),
only screen and (max-width: 640px) {
main[data-v-b75a2b5a] {
        max-width: 100%;
        padding-top: 0.3rem;
        position: relative;
}
.path[data-v-b75a2b5a] {
        background: #ffffff;
        border-bottom: 1px solid #eaeaea;
        color: #000000;
        font-weight: bold;
        font-size: 0.2rem;
        padding-left: 0.3rem;
        position: relative;
        text-align: left;
        width: 100%;
}
.path span[data-v-b75a2b5a]:hover {
        color: #35a7fc;
        text-decoration: underline;
}
.media-frame[data-v-b75a2b5a] {
        min-height: 100%;
        position: relative;
        width: 100%;
}
.categories[data-v-b75a2b5a] {
        display: none;
}
.news-list[data-v-b75a2b5a] {
        width: 100%;
}
.news-item[data-v-b75a2b5a] {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        min-height: 2rem;
        width: 100%;
        margin-top: 0.2rem;
        padding: 0.22rem;
        border-bottom: 1px solid #eaeaea;
        border-radius: 0.1rem;
        box-shadow: 0 0.14rem 0.25rem -0.02rem rgba(0, 0, 0, 0.14);
        overflow: hidden;
}
.news-img[data-v-b75a2b5a] {
        height: 1.8rem;
        object-fit: fill;
        width: 100%;
}
.news-content[data-v-b75a2b5a] {
        margin-top: 0.2rem;
        width: 100%;
}
}
