body {
    background-color: #f5f5f5;
}

section {
    width: 100%;
}
a{
    cursor: pointer;
}


.title {
    width: 100%;
    padding-top: 99px;
}

.title h2 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    text-align: center;
}

.title p {
    width: 720px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1A4AA;
    margin-top: 20px;
    text-align: center;
    line-height: 26px;
    margin: 20px auto 0;
}

.title {
    width: 100%;
    padding-top: 110px;
}

.title img {
    margin: 0 auto;
}

.cont1 {
    width: 100%;
    height: 454px;
    background-color: #fff;
}

.cont1-list {
    width: 1280px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont1-list a {
    display: block;
    width: calc(100% / 6);
    position: relative;
    padding-top: 94px;
}

.cont1-list a .hover {
    opacity: 0;
}

.cont1-list a img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42px;
}

.cont1-list a h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 9px;
}

.cont1-list a p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
}

.cont1-list a:hover .nohover {
    opacity: 0;
    transition: 1s;
}

.cont1-list a:hover .hover {
    opacity: 1;
    transition: 1s;
}

.cont2 {
    width: 100%;
    background: url(https://cdn.10goo.com/public/D09/cont2-back.png) no-repeat center top;
    padding-top: 100px;
}

.cont2 h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #42485C;
    text-align: center;
}

.cont2 .cont2-jie {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #92949B;
    margin-top: 20px;
    text-align: center;
}

.cont2 .text {
    width: 911px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: 60px auto 80px;
}

.cont2 .cont2-list {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont2 .cont2-list li {
    width: calc(100% / 3);
    height: 237px;
}

.cont2 .cont2-list li:nth-child(1) {
    background: url(https://cdn.10goo.com/public/D09/cont2-list-1.png) no-repeat center center;
    background-size: 100% 100%;
}

.cont2 .cont2-list li:nth-child(2) {
    background: url(https://cdn.10goo.com/public/D09/cont2-list-2.png) no-repeat center center;
    background-size: 100% 100%;
}

.cont2 .cont2-list li:nth-child(3) {
    background: url(https://cdn.10goo.com/public/D09/cont2-list-3.png) no-repeat center center;
    background-size: 100% 100%;
}

.cont2-box {
    width: 100%;
    height: 100%;
    padding: 30px 30px 0;
    box-sizing: border-box;
}

.cont2-box h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.cont2-box p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.7;
}

.cont2-box .cont2-flow {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 20px 0;
}

.cont2-box .cont2-num {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.cont2-box .cont2-num span {
    font-size: 12px;
}

.cont2-box a {
    display: block;
    width: 90px;
    height: 32px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.cont2-box a .red {
    display: none;
}

.cont2-box a img {
    display: block;
    margin-left: 5px;
}

.cont2 .cont2-list li:nth-child(1) .cont2-box {
    border-radius: 10px 0 0 10px;
}

.cont2 .cont2-list li:nth-child(3) .cont2-box {
    border-radius: 0 10px 10px 0;
}

.cont2 .cont2-list li:hover .cont2-box {
    background-color: rgba(0, 0, 0, 0.3);
}

.cont2 .cont2-list li:hover .cont2-box a {
    border: none;
    background: #FFFFFF;
    color: #E80000;
}

.cont2 .cont2-list li:hover .cont2-box a .red {
    display: block;
}

.cont2 .cont2-list li:hover .cont2-box a .white {
    display: none;
}

.cont3 {
    width: 1280px;
    margin: 0 auto;
}

.cont3-list {
    width: 100%;
    margin-top: 45px;
    padding-top: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont3-list li {
    width: 287px;
    height: 293px;
    border-radius: 10px;
    position: relative;
    padding-top: 103px;
    box-sizing: border-box;
}

.cont3-list li:hover {
    transform: translateY(-5px);
    transition: 1s;
}

.cont3-list li:nth-child(1) {
    background: linear-gradient(0deg, #FF793D, #FFB55E);
}

.cont3-list li:nth-child(2) {
    background: linear-gradient(0deg, #A132FF, #E589FF);
}

.cont3-list li:nth-child(3) {
    background: linear-gradient(0deg, #FF6969, #FFAD90);
}

.cont3-list li:nth-child(4) {
    background: linear-gradient(0deg, #7664FF, #C383FF);
}

.cont3-list li img {
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -66px;
}

.cont3-list li h2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    text-shadow: 0px 5px 10px rgba(255, 101, 0, 0.3);
    text-align: center;
}

.cont3-list li p {
    width: 228px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 30px auto 0;
}

.cont4 {
    width: 100%;
    height: 300px;
    margin-top: 120px;
    background: url(https://cdn.10goo.com/public/D09/cont4-back.png) no-repeat center center;
}

.cont4-box {
    width: 1280px;
    margin: 0 auto;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont4-box li {
    width: calc(100% / 5);
    height: 100%;
    padding: 99px 0 0 79px;
    box-sizing: border-box;
}

.cont4-box li h3 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.cont4-box li h3 span {
    font-size: 16px;
    font-weight: 400;
}

.cont4-flow {
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    margin: 25px 0;
}

.cont4-box li p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.cont4-box li:hover {
    background-color: rgba(57, 61, 80, 0.55);
    transition: 0.5s;
}

.cont5 {
    width: 100%;
    height: 944px;
    background: url(https://cdn.10goo.com/public/D09/cont5-back.png) no-repeat center center;

}

.cont5-list {
    width: 1280px;
    margin: 50px auto;
    position: relative;
}

.cont5-list li {
    width: 402px;
    height: 402px;
    position: absolute;
}

.cont5-list li:nth-child(1) {
    background: url(https://cdn.10goo.com/public/D09/cont5-list-1.png) no-repeat center center;
    left: 0;
    top: 0;
}

.cont5-list li:nth-child(2) {
    background: url(https://cdn.10goo.com/public/D09/cont5-list-2.png) no-repeat center center;
    left: 211px;
    top: 211px;
}

.cont5-list li:nth-child(3) {
    background: url(https://cdn.10goo.com/public/D09/cont5-list-3.png) no-repeat center center;
    left: 422px;
    top: 0;
}

.cont5-list li:nth-child(4) {
    background: url(https://cdn.10goo.com/public/D09/cont5-list-4.png) no-repeat center center;
    left: 633px;
    top: 211px;
}

.cont5-list li:nth-child(5) {
    background: url(https://cdn.10goo.com/public/D09/cont5-list-5.png) no-repeat center center;
    left: 846px;
    top: 0;
}

.cont5-list li .cont5-box {
    width: 100%;
    height: 100%;
    background: url(https://cdn.10goo.com/public/D09/cont5-box-icon.png) no-repeat center center;
    padding-top: 124px;
    box-sizing: border-box;
    opacity: 0;
}

.cont5-list li .cont5-box h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 15px;
}

.cont5-list li .cont5-box h3 span {
    font-size: 14px;
}

.cont5-list li .cont5-box p {
    width: 152px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin: 0 auto 30px;
}

.cont5-list li .cont5-box a {
    display: block;
    width: 147px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
}

.cont5-list li:hover .cont5-box {
    opacity: 1;
    transition: 1s;
}

.cont5-list li:hover .cont5-box a:hover {
    background-color: #fff;
    color: #FF7F0E;
}

.cont6 {
    width: 100%;
    height: 960px;
    background: url(https://cdn.10goo.com/public/D09/cont6-back.png) no-repeat center center;
}

.cont6-box {
    width: 1280px;
    height: 630px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cont6-news {
    width: 590px;
    padding-top: 33px;
}

.cont6-news .big {
    display: block;
    width: 590px;
    height: 146px;
    background: #F5F5F5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont6-news .big .big-word {
    width: calc(100% - 245px);
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 30px;
}

.cont6-news .big .big-word h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.cont6-news .big:hover .big-word h3 {
    color: #e80000;
}

.cont6-news .big .big-word p {
    height: 40px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cont6-news .big .big-word .time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    display: flex;
    align-items: center;
}

.cont6-news .big .big-word .time img {
    margin-right: 6px;
}

.news-list {
    width: 100%;
}

.news-list a {
    display: block;
    width: 100%;
    height: 67px;
    padding-top: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
}

.news-list a:nth-child(6) {
    border-bottom: none;
}

.news-list a p {
    width: calc(100% - 90px);
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.news-list a:hover p {
    color: #e80000;
}

.news-list a .time {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    display: flex;
    align-items: center;
}

.news-list a .time img {
    margin-right: 6px;
}









.app-header {
    display: none;
}

.app-footer {
    display: none;
}

.cebian {
    display: none;
}

.app-banner {
    display: none;
}

.cont4-app-list {
    display: none;
}

@media only screen and (max-width: 750px) {
    header {
        display: none;
    }

    footer {
        display: none;
    }

    .banner {
        display: none;
    }

    section {
        width: 100%;
        padding-bottom: 60px;
    }

    .app-banner {
        margin: 10px auto;
    }


    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
    }

    .app-header .logo img {
        width: 100%;
    }

    .app-header .kind {
        width: 30px;
        height: auto;
        background: none;
    }

    .app-header .kind img {
        width: 20px;
        margin: 0 auto;
    }

    .app-footer {
        width: 100%;
        height: 59px;
        background: #FFFFFF;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 666;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .app-footer a {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .app-footer a img {
        display: block;
        width: 29px;
        margin: 0 auto;
    }

    .app-footer a .sele {
        display: none;
    }

    .app-footer a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .app-footer .opt .nosele {
        display: none;
    }

    .app-footer .opt .sele {
        display: block;
    }

    .app-footer .choice {
        display: block;
        width: calc(100% / 4);
        height: 100%;
        padding-top: 8px;
        box-sizing: border-box;
        position: relative;
    }

    .app-footer .choice img {
        width: 29px;
        margin: 0 auto;
    }

    .app-footer .choice .sele {
        display: none;
    }

    .app-footer .choice p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin-top: 3px;
    }

    .xuanzhe {
        width: 154px;
        height: 100px;
        background: url(https://img001.haizhuawang.com/kp3/app/app-footer-xuanzhe.png) no-repeat center center;
        background-size: 100% 100%;
        position: absolute;
        top: -93px;
        left: -30px;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
        padding: 10px 14px 0;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        display: none;
    }

    .xuanzhe a {
        display: block;
        width: 29px;
        height: 29px;
        margin-right: 10px;
        padding-top: 0;
    }

    .xuanzhe a:nth-child(3n) {
        margin-right: 0;
    }

    .xuanzhe a img {
        width: 29px;
    }

    .cebian {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99999;
        display: none;
    }

    .ce-box {
        width: 328px;
        height: 100%;
        background: #FFFFFF;
        float: right;
    }

    .ce-head {
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        box-shadow: -1px 0px 20px 0px rgba(55, 55, 55, 0.06);
        padding: 0 13px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ce-head .ce-logo {
        display: block;
        width: 108px;
        height: 33px;
    }

    .ce-head .ce-logo img {
        width: 100%;
    }

    .ce-head .backoff {
        width: 17px;
        height: 100%;
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-backoff.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen {
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .ce-cen a {
        display: block;
        width: 100%;
        height: 56px;
        padding-top: 21px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
    }


    .ce-cen a p {
        width: calc(100% - 30px);
        height: 100%;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
    }

    .ce-cen a p i {
        display: block;
        width: 35px;
        height: 18px;
        margin-left: 5px;
    }

    .ce-cen a .right {
        display: none;
        width: 16px;
    }

    .ce-cen a p .hot-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-hot.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .new-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-news.png) no-repeat center center;
        background-size: 100%;
    }

    .ce-cen a p .free-icon {
        background: url(https://img001.haizhuawang.com/kp3/app/app-ce-free.png) no-repeat center center;
        background-size: 100%;
    }

    .app-banner {
        display: block;
        width: 100%;
    }

    .app-banner img {
        width: 100%;
    }

    .title {
        padding-top: 40px;
    }

    .title img {
        width: 222px;
    }

    .cont1 {
        width: 100%;
        height: auto;
    }

    .cont1-list {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .cont1-list a {
        width: calc(100% / 3);
        margin-bottom: 10px;
        padding-top: 60px;
    }

    .cont1-list a img {
        width: 50px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
    }

    .cont1-list a h3 {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
    }

    .cont1-list a p {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #CCCCCC;
        line-height: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px 0 0;
        box-sizing: border-box;
    }

    .cont2 {
        width: 100%;
        padding: 40px 12px 0;
        box-sizing: border-box;
    }

    .cont2 h2 {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #42485C;
    }

    .cont2 .cont2-jie {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #92949B;
    }

    .cont2 .text {
        width: 100%;
        margin: 20px 0 25px;
    }

    .cont2 .cont2-list {
        width: 100%;
        flex-wrap: wrap;
    }

    .cont2 .cont2-list li {
        width: 100%;
        height: 175px;
    }

    .cont2-box {
        padding: 20px 18px 0;
    }

    .cont2-box h3 {
        font-size: 15px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
    }

    .cont2-box p {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.7;
    }

    .cont2-box .cont2-flow {
        margin: 15px 0;
    }

    .cont2-box .cont2-num {
        height: 16px;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
    }

    .cont2-box .cont2-num span {
        font-size: 10px;
    }

    .cont2-box a {
        margin-top: 20px;
        border: none;
        background: #FFFFFF;
        color: #E80000;
    }

    .cont2 .cont2-list li .cont2-box a img {
        width: 12px;
    }

    .cont2 .cont2-list li .cont2-box a .red {
        display: block;
    }

    .cont3 {
        width: 100%;
    }

    .cont3-list {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 0;
    }

    .cont3-list li {
        width: 170px;
        height: 170px;
        padding-top: 55px;
        margin-bottom: 46px;
    }

    .cont3-list li img {
        width: 78px;
        top: -36px;
        margin-left: -39px;
    }

    .cont3-list li h2 {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 11px;
        text-shadow: 0px 3px 5px rgba(255, 101, 0, 0.3);
    }

    .cont3-list li p {
        width: 90%;
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 16px;
        margin: 15px auto 0;
    }

    .cont4 {
        width: 100%;
        height: 160px;
        margin-top: 20px;
    }

    .cont4-box {
        width: 100%;
        height: auto;
    }

    .cont4-box li {
        width: calc(100% / 4);
        padding: 50px 0 0 12px;
    }

    .cont4-box li:nth-child(4) {
        display: none;
    }

    .cont4-box li h3 {
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 10px;
    }

    .cont4-box li p {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 10px;
    }

    .cont5 {
        width: 100%;
        height: auto;
        background-size: 100% 100%;
    }

    .cont5-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px 0 0;
        padding-bottom: 20px;
    }

    .cont5-list li {
        position: initial;
    }

    .cont5-list li:nth-last-child(1) {
        display: none;
    }

    .cont5-list li {
        width: 176px;
        height: 176px;
        background-size: 100% 100% !important;
    }

    .cont5-list li .cont5-box {
        display: none;
    }

    .cont6 {
        height: auto;
        padding-bottom: 20px;
    }

    .cont6-box {
        align-items: flex-start;
        width: 351px;
        margin: 20px auto;
        height: auto;
    }

    .cont6-box .cont6-news:nth-last-child(1) {
        display: none;
    }

    .cont6-news {
        width: 351px;
        background: #FFFFFF;
        border-radius: 5px;
        padding: 20px 0;
    }

    .cont6-news .big {
        width: 335px;
        height: 80px;
        background: #F5F5F5;
        border-radius: 0px 5px 5px 0px;
        margin: 0 auto;
    }

    .cont6-news .big img {
        width: 120px;
        height: 80px;
    }

    .cont6-news .big .big-word {
        width: calc(100% - 130px);
        padding-top: 10px;
        padding-right: 10px;
    }

    .cont6-news .big .big-word h3 {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cont6-news .big .big-word p {
        height: 26px;
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #808080;
        line-height: 13px;
    }

    .cont6-news .big .big-word .time {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #808080;
    }

    .cont6-news .big .big-word .time img {
        width: 8px;
        height: 8px;
    }

    .news-list a {
        width: 335px;
        margin: 0 auto;
    }

    .news-list a p {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-list a .time {
        font-size: 9px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #808080;
    }

    .news-list a .time img {
        width: 8px;
        height: 8px;
    }
}