﻿header {
    box-shadow: 0px 15px 10px -15px rgba(6, 30, 46, .15)
}

.source-head-wrap {
    width: 100%;
    height: 420px;
    display: flex;
    align-items: center;
    position: relative;
    background: url("../images/source_banner.png") no-repeat center center/cover
}

.source-head-wrap .source-head-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px
}

.source-head-wrap .source-head-text h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px
}

.source-head-wrap .source-head-text .source-head-text-line {
    width: 44px;
    height: 2px;
    background: #31384b
}

.source-head-wrap .source-head-text p {
    font-size: 16px;
    margin-top: 10px;
    color: #666
}

.source-banner {
    height: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    position: relative;
    background: url("../images/index_banner11_bg.png") no-repeat center center/cover
}

.source-banner .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 1200px;
    background: url("../images/index_banner1.png") no-repeat right center/auto 65%
}

.source-banner .box .reveal-left {
    max-width: 55%
}

.source-banner h2 {
    font-size: 36px;
    color: #040f42
}

.source-banner p {
    font-size: 18px;
    line-height: 1.7;
    color: #51565d;
    margin-top: 15px
}

.source-banner .banner-tips {
    font-size: 16px;
    line-height: 1;
    color: #51565d;
    opacity: 1;
    margin-top: 5px
}

.source-banner .banner-apply-box {
    display: flex
}

.source-banner .banner-apply-box a {
    display: block;
    margin-top: 30px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.source-banner .banner-apply-box a:first-child {
    margin-right: 20px
}

.source-banner .banner-apply-box a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.source-banner .banner-apply-box a:last-child {
    color: #fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .1)
}

.source-banner .banner-apply-box a:last-child:hover {
    box-shadow: 3px 15px 15px rgba(255, 255, 255, .1)
}

.source-banner .banner-preview {
    height: 50px;
    overflow: hidden;
    margin: 20px auto 0;
    display: flex;
    align-items: center
}

.source-banner .banner-preview input {
    width: 260px;
    height: 40px;
    font-size: 16px;
    background-color: #fff;
    border: 0;
    padding: 0;
    border-radius: 4px;
    text-indent: 20px
}

.source-banner .banner-preview button {
    width: 120px;
    margin-left: -5px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.source-banner .banner-apply {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.source-banner .banner-apply:hover {
    box-shadow: 0 10px 15px 0 rgba(238, 77, 45, .2)
}

.source-head-link {
    width: 1200px;
    /*    height: 64px;*/
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    /*    display: flex;*/
    align-items: center;
    opacity: .9;
    color: #c6c6c6;
    background-color: #fff;
    overflow-x: auto;
    white-space: nowrap;
}

.source-head-link a {
    display: inline-block;
    box-sizing: border-box;
    height: 64px;
    line-height: 60px;
    width: 20%;
    color: #333;
    text-align: center;
    border-top: 4px solid rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out
}

.source-head-link a:first-child {
    color: #6bb5b1;
    border-top: 4px solid #6bb5b1
}

.source-head-link a:nth-child(2) {
    color: #4d8bc5;
    border-top: 4px solid #4d8bc5
}

.source-head-link a:nth-child(3) {
    color: #dd422e;
    border-top: 4px solid #dd422e
}

.source-head-link a:nth-child(4) {
    color: #e1733c;
    border-top: 4px solid #e1733c
}

.source-head-link a:nth-child(5) {
    color: #3A7E4C;
    border-top: 4px solid #3A7E4C
}

.source-head-link a:nth-child(6) {
    color: #D14F96;
    border-top: 4px solid #D14F96
}

.source-head-link a:nth-child(7) {
    color: #8B2C6F;
    border-top: 4px solid #8B2C6F
}

.source-head-link a:nth-child(8) {
    color: #65A3D7;
    border-top: 4px solid #65A3D7
}

.source-head-link a:nth-child(9) {
    color: #E97B23;
    border-top: 4px solid #E97B23
}

.source-head-link a:nth-child(10) {
    color: #4F328C;
    border-top: 4px solid #4F328C
}

.source-head-link a:last-child {
    color: #f736d2;
    border-top: 4px solid #f736d2
}

.source-head-link a:hover {
    color: #ef4030
}

.source-head-link a:after {
    content: "|";
    color: #666;
    float: right
}

.source-head-link a:last-child:after {
    content: ""
}

.source-head-link a.active {
    color: #ef4030;
    border-top: 4px solid #ef4030
}

.source-down-nav {
    margin: 36px auto 15px;
    display: flex;
    align-items: center
}

.source-down-nav a {
    color: #666;
    font-size: 16px;
    margin: 0 5px
}

.source-down-nav a:hover {
    color: #333
}

.source-down-nav i {
    font-size: 16px;
    color: #a5a5a5;
    margin-top: -2px;
    margin-right: 5px
}

.source-down-nav i.iconxiangyou {
    font-size: 14px;
    margin: 2px 5px 0 8px
}

.source-down-nav .article-title {
    margin-left: 10px;
    font-size: 16px;
    color: #000
}

.source-top-apply-box {
    max-width: 1536px;
    margin: 0 auto
}

.source-news-wrap {
    padding-top: 68px
}

.source-news-wrap .source-down-nav {
    margin-top: 15px
}

.source-wrap {
    padding: 20px 0 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.source-wrap .source-left {
    width: 68%
}

.source-wrap .source-left .news-item {
    margin-bottom: 20px;
    padding: 25px 10px 25px 20px;
    display: flex;
    justify-content: space-between;
    animation-name: fadeInUp_qs20;
    animation-delay: .1s;
    transition: all .3s ease-in-out
}

.source-wrap .source-left .news-item:hover {
    background-color: #f6f9fb;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.source-wrap .source-left .news-item .news-img {
    display: block;
    width: 245px;
    min-width: 245px;
    min-height: 140px;
    max-height: 180px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.source-wrap .source-left .news-item .news-img img {
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .5s ease-in-out
}

.source-wrap .source-left .news-item .news-img:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

.source-wrap .source-left .news-item .news-img:hover img {
    transform: scale(1.3)
}

.source-wrap .source-left .news-item .news-img:hover:after {
    z-index: 2;
    background-color: rgba(0, 0, 0, .4)
}

.source-wrap .source-left .news-item .news {
    width: 100%;
    max-width: calc(100% - 260px);
    margin-left: 20px;
    flex: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.source-wrap .source-left .news-item .news h3 {
    max-width: 100%;
    height: 18px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.source-wrap .source-left .news-item .news h3 a {
    color: #000;
    transition: all .15s ease-in-out
}

.source-wrap .source-left .news-item .news h3:hover a {
    color: #ef4030
}

.source-wrap .source-left .news-item .news p {
    max-width: 100%;
    color: gray;
    font-size: 14px;
    line-height: 1.7
}

.source-wrap .source-left .news-item .news p a.news-type {
    display: inline-block;
    margin-left: 15px;
    margin-right: auto !important;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 6px;
    height: 26px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    color: #dd422e;
    border: 1px solid #dd422e
}

.source-wrap .source-left .news-item .news p a.news-new-cloud {
    color: #4d8bc5;
    border: solid 1px #4d8bc5
}

.source-wrap .source-left .news-item .news p a.news-new-share {
    color: #dd422e;
    border: solid 1px #dd422e
}

.source-wrap .source-left .news-item .news p a.news-new-salon {
    color: #e1733c;
    border: solid 1px #e1733c
}

.source-wrap .source-left .news-item .news p a.news-new-live {
    color: #f736d2;
    border: solid 1px #f736d2
}

.source-wrap .source-left .news-item .news p .news-arrow {
    color: gray
}

.source-wrap .source-left .news-item .news p .news-arrow i {
    font-size: 16px
}

.source-wrap .source-left .pagelist {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center
}

.source-wrap .source-left .pagelist li {
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    margin: 0 1.5px;
    display: flex;
    align-items: center
}

.source-wrap .source-left .pagelist li a {
    color: #333
}

.source-wrap .source-left .pagelist li.active {
    background-color: #e83820
}

.source-wrap .source-left .pagelist li.active a {
    color: #fff
}

.source-wrap .source-left .article-tag-box {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.source-wrap .source-left .article-tag-box a {
    display: block;
    font-size: 13px;
    color: #6ca6f0;
    border: 1.5px solid #6ca6f0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.source-wrap .source-left .article-tag-box a:hover {
    transform: scale(1.2);
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6ca6f0
}

.source-wrap .source-left .article-relate-wrap {
    width: 100%;
    margin-top: 30px
}

.source-wrap .source-left .article-relate-wrap h4 {
    font-weight: bold
}

.source-wrap .source-left .article-relate-wrap .article-relate-box {
    margin-top: 20px;
    justify-content: space-between
}

.source-wrap .source-left .article-relate-wrap .article-relate {
    width: 18%;
    display: block;
    transition: all .3s ease-in-out
}

.source-wrap .source-left .article-relate-wrap .article-relate:hover {
    transform: translateY(-5px)
}

.source-wrap .source-left .article-relate-wrap .article-relate:hover p {
    color: #e83820
}

.source-wrap .source-left .article-relate-wrap .article-relate img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px
}

.source-wrap .source-left .article-relate-wrap .article-relate p {
    font-size: 13px;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    transition: all .3s ease-in-out;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.source-wrap .source-right {
    width: 30%
}

.source-wrap .source-right .source-right-sticky {
    position: sticky;
    top: 78px
}

.source-wrap .source-right h3 {
    font-size: 22px
}

.source-wrap .source-down-right {
    width: 22%
}

.source-item {
    margin-bottom: 20px;
    padding: 25px 10px 25px 20px;
    display: flex;
    justify-content: space-between;
    animation-name: fadeInUp_qs20;
    animation-delay: .1s;
    transition: all .3s ease-in-out
}

.source-item:hover {
    background-color: #f6f9fb;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.source-item .source-img {
    display: block;
    width: 245px;
    min-width: 245px;
    height: 140px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.source-item .source-img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out
}

.source-item .source-img:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

.source-item .source-img:hover img {
    transform: scale(1.3)
}

.source-item .source-img:hover:after {
    z-index: 2;
    background-color: rgba(0, 0, 0, .4)
}

.source-item .source-new {
    width: 100%;
    max-width: calc(100% - 260px);
    margin-left: 20px;
    flex: 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.source-item .source-new h3 {
    max-width: 100%;
    height: 18px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.source-item .source-new h3 a {
    color: #000;
    transition: all .15s ease-in-out
}

.source-item .source-new h3:hover a {
    color: #ef4030
}

.source-item .source-new p {
    max-width: 100%;
    color: gray;
    font-size: 14px;
    line-height: 1.7
}


.source-item .source-new p a.source-new-type {
    display: inline-block;
    margin-left: 15px;
    margin-right: auto !important;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 6px;
    height: 26px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
    color: #6bb5b1;
    border: 1px solid #6bb5b1
}

.source-item .source-new p a.source-new-cloud {
    color: #4d8bc5;
    border: solid 1px #4d8bc5
}

.source-item .source-new p a.source-new-share {
    color: #dd422e;
    border: solid 1px #dd422e
}

.source-item .source-new p a.source-new-salon {
    color: #e1733c;
    border: solid 1px #e1733c
}

.source-item .source-new p a.source-new-live {
    color: #f736d2;
    border: solid 1px #f736d2
}

.source-item .source-new p .source-arrow {
    color: gray
}

.source-item .source-new p .source-arrow i {
    font-size: 16px
}

.source-down-right .source-down h3 a {
    color: #333;
    font-size: 22px
}

.source-down-right .source-down a.source-down-box {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1), 0 6px 10px 0 rgba(0, 0, 0, .05);
    transition: all .3s ease-in-out;
    margin: 15px 0 0;
    background: url("../images/l_7.png") no-repeat center center/cover
}

.source-down-right .source-down a.source-down-box img {
    width: 100%;
    height: 110px
}

.source-down-right .source-down a.source-down-box:last-child {
    color: #102e66;
    background: url("../images/l_8.png") no-repeat center center/cover
}

.source-down-right .source-down a.source-down-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 10px 2px rgba(0, 0, 0, .1), 0 6px 10px 2px rgba(0, 0, 0, .1)
}

.source-down-right .source-help {
    margin: 40px 0
}

.source-down-right .source-help h3 a {
    font-size: 22px;
    color: #333
}

.source-down-right .source-help a.source-help-link {
    display: block;
    width: 100%;
    height: 220px;
    margin-top: 15px;
    border-radius: 8px;
    box-shadow: 1px 3px 21px 0px rgba(192, 190, 199, .6);
    background: url("../images/l_9.png") no-repeat center center/cover
}

.source-down-right .source-code div {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20px 25px;
    box-shadow: 1px 3px 21px 0px rgba(192, 190, 199, .6);
    border-radius: 8px
}

.source-down-right .source-code div img {
    width: 100%
}

.source-down-right .source-code div p {
    font-size: 13px;
    text-align: center;
    color: #8f8f8f;
    margin-top: 5px;
}

.source-right-box {
    padding: 10px 20px;
    margin-bottom: 25px;
    border: 1px solid #e3eaf3;
    transition: all .3s ease-in-out
}

.source-right-box:hover {
    box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5)
}

.source-right-box .source-right-header {
    line-height: 40px;
    border-bottom: 1px solid #e3eaf3;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.source-right-box .source-right-header img {
    height: 24px
}

.source-right-box .source-right-header h3 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
    margin-right: auto
}

.source-right-box .source-right-header a {
    font-size: 14px;
    color: #666;
    transition: all .15s ease-in-out
}

.source-right-box .source-right-header a:hover {
    color: #ef4030
}

.source-right-box .source-right-header a i {
    font-size: 12px;
    font-weight: lighter
}

.source-right-box .banner-apply {
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    flex-wrap: nowrap;
    transition: all .3s ease-in-out
}

.source-right-box .banner-apply:hover {
    box-shadow: 0px 14px 10px 1px rgba(251, 153, 156, .1)
}

.source-right-box .banner-apply input {
    flex: 1;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e3eaf3;
    text-indent: 15px
}

.source-right-box .banner-apply input::-moz-placeholder {
    color: #999
}

.source-right-box .banner-apply input::placeholder {
    color: #999
}

.source-right-box .banner-apply .nav-apply-button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 25px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    color: #fff;
    background: linear-gradient(90deg, #fc9ea2 0%, #f23c3c 100%);
    transition: all .3s ease-in-out
}

.source-right-box .banner-apply .nav-apply-button:hover {
    cursor: pointer;
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.source-right-box .source-right-hot {
    width: 100%;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap
}

.source-right-box .source-right-hot a {
    width: 100%;
    font-size: 14px;
    text-indent: -6px;
    line-height: 1.7;
    padding-left: 16px;
    margin: 8px 0;
    color: #666;
    transition: all .1s ease-in-out
}

.source-right-box .source-right-hot a::before {
    content: "•";
    position: relative;
    left: -10px
}

.source-right-box .source-right-hot a:hover {
    color: #ef4030
}

.source-right-box .source-right-pro {
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap
}

.source-right-box .source-right-pro a {
    display: flex;
    align-items: center;
    width: 50%;
    line-height: 3;
    color: #666;
    transition: all .1s ease-in-out
}

.source-right-box .source-right-pro a img {
    width: 22px;
    margin-right: 8px
}

.source-right-box .source-right-pro a:hover {
    color: #ef4030
}

.source-right-box .source-right-pro-tags {
    gap: 10px
}

.source-right-box .source-right-pro-tags a {
    flex: none;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 2.5;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
    background-color: #eaf3ff
}

.source-right-box .source-right-pro-tags a:hover {
    color: #ef4030
}

.source-right-box .source-right-case {
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.source-right-box .source-right-case a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #666;
    padding: 5px 8px;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.source-right-box .source-right-case a h4 {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #333;
    transition: color .2s ease-in-out
}

.source-right-box .source-right-case a p {
    font-size: 13px
}

.source-right-box .source-right-case a img {
    height: 35px;
    margin-right: 8px
}

.source-right-box .source-right-case a .tag {
    font-size: 13px;
    line-height: 1;
    padding: 4px 8px;
    margin-top: 5px;
    color: #4971f7;
    background-color: #eaf3ff;
    border-radius: 2px 2px 2px 2px
}

.source-right-box .source-right-case a .tag-res {
    color: #f44e11;
    background-color: #ffe8d5
}

.source-right-box .source-right-case a .tag-ele {
    color: #f84444;
    background-color: #ffe5e5
}

.source-right-box .source-right-case a .tag-sale {
    color: #364ef7;
    background-color: #e9e8ff
}

.source-right-box .source-right-case a .tag-tel {
    color: #089af5;
    background-color: #e3f0fd
}

.source-right-box .source-right-case a .tag-car {
    color: #29ac56;
    background-color: #d8fae9
}

.source-right-box .source-right-case a:hover {
    background-color: #f0f5fd
}

.source-right-box .source-right-case a:hover h4 {
    color: red
}

.source-right-box .source-right-help {
    width: 94%;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap
}

.source-right-box .source-right-help a {
    width: 100%;
    line-height: 3;
    color: #666;
    transition: all .1s ease-in-out;
    flex: 1 0 50%;
}

.source-right-box .source-right-help a span {
    text-align: center;
    color: #e92634;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #eaebf1;
    border-radius: 4px
}

.source-right-box .source-right-help a:hover {
    color: #ef4030
}

.source-right-box .source-right-code {
    width: 96%;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.source-right-box .source-right-code img {
    width: 110px;
    margin-right: 10px
}

.source-right-box .source-right-code p {
    font-size: 14px;
    color: #666;
    line-height: 1.7
}

.source-down h3 a {
    color: #333;
    font-size: 22px
}

.source-down a.source-down-box {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1), 0 6px 10px 0 rgba(0, 0, 0, .05);
    transition: all .3s ease-in-out
}

.source-down a.source-down-box img {
    width: 100%;
    height: auto
}

.source-down a.source-down-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 10px 2px rgba(0, 0, 0, .1), 0 6px 10px 2px rgba(0, 0, 0, .1)
}

.source-help {
    margin: 60px 0
}

.source-help h3 a {
    font-size: 22px;
    color: #333
}

.source-help a.source-help-link {
    display: block;
    margin-top: 15px;
    box-shadow: 1px 3px 21px 0px rgba(192, 190, 199, .6);
    border-radius: 8px
}

.source-help a.source-help-link img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 1px 3px 21px 0px rgba(192, 190, 199, .6)
}

.source-code {
    margin: 60px 0
}

.source-code div {
    margin-top: 20px;
    padding: 20px 25px;
    box-shadow: 1px 3px 21px 0px rgba(192, 190, 199, .6);
    border-radius: 8px
}

.source-code div p {
    font-size: 13px;
    text-align: center;
    color: #8f8f8f
}

.source-apply {
    width: 100%;
    height: 220px;
    background: url("https://www.7x24cc.com/assets/images/source_apply_bg.png") no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.source-apply a {
    width: 150px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #e83820;
    border-radius: 4px
}

.source-apply a:hover {
    transition: all .4s ease-in-out;
    transform: translateY(-2px);
    box-shadow: 0 8px 10px 2px rgba(0, 0, 0, .1), 0 6px 10px 2px rgba(0, 0, 0, .1)
}

.pagelist-wrap {
    width: 1200px;
    margin: 0 auto 40px
}

.source-article {
    padding: 30px 40px 40px;
    background-color: #fff;
    border: 1px solid #e3eaf3;
    font-size: 14px;
    transition: all .3s ease-in-out
}

.source-article:hover {
    box-shadow: 0 0 8px 0 rgba(232, 237, 250, .6), 0 2px 4px 0 rgba(232, 237, 250, .5)
}

.source-article h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #000
}

.source-article .article-time {
    display: flex;
    align-items: center;
    color: #999;
    margin: 20px auto 30px
}

.source-article .article-time #share_btn {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-left: 40px;
    height: 28px;
    color: #f13c3c;
    background-color: #fdf0f1;
    border-radius: 4px;
    height: 24px;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

.source-article .article-time #share_btn i {
    margin-top: 2px;
    margin-left: 4px
}

.source-article .article-time #share_img {
    display: none;
    position: absolute;
    top: 40px;
    left: -20px;
    width: 140px;
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid #e5e5e7;
    background-size: 100% 100%;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666
}

.source-article .article-time #share_img::before {
    position: absolute;
    top: -9px;
    left: 45%;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    border-top: 2px solid #e5e5e7;
    border-left: 2px solid #e5e5e7
}

.source-article .article-time #share_img img {
    width: 26px;
    margin: 5px
}

.source-article .article-time span {
    margin-right: 30px;
    line-height: 24px
}

.source-article .article-time span i {
    font-size: 18px;
    color: #999;
    line-height: 24px;
    margin-right: 8px
}

.source-article a {
    color: #333
}

.source-article .news-apply-box {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

.article-body a {
    color: #ef4030 !important
}

.article-body a span {
    font-size: unset;
    color: #ef4030 !important
}

.article-body a:hover {
    text-decoration: underline
}

.article-body p {
    line-height: 1.6 !important;
    font-size: 16px !important;
    letter-spacing: .6px;
    margin: 20px 0px;
}

.article-body div {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .6px
}

.article-body span {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: .6px
}

.article-body h2 {
    text-indent: 0px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    font-size: 20px !important;
    margin: 30px 30px 20px -40px;
    border-left: 5px solid #fd4343;
    padding-left: 35px;
}

.article-body h3 {
    text-indent: 0px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold
}

.article-body h4 {
    text-indent: 0px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold
}

.article-body img {
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    overflow: hidden
}

.article-read-more {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 15px;
    margin: 25px 0
}

.article-read-more h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px
}

.article-read-more a {
    display: block;
    line-height: 2;
    color: #ef4030;
    transition: all .2s ease-in-out
}

.article-read-more a:hover {
    color: #ef4030;
    text-decoration: underline
}

.article-context ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.article-context ul .article-prev-wrap {
    width: 43%;
    display: flex
}

.article-context ul .article-prev,
.article-context ul .article-next {
    position: relative;
    width: 16px;
    max-height: 64px;
    margin-right: 15px;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    background: url("../images/article_prev.png") no-repeat center center/16px auto
}

.article-context ul .article-prev a,
.article-context ul .article-next a {
    width: 16px;
    max-height: 64px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0);
    z-index: 10
}

.article-context ul .article-next {
    margin-right: 0;
    margin-left: 15px;
    background: url("../images/article_next.png") no-repeat center center/16px auto
}

.article-context ul li {
    color: #999;
    line-height: 32px;
    width: 44%;
    overflow: hidden
}

.article-context ul li a {
    color: #333;
    line-height: 1.7;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.article-context ul li a span {
    color: #999
}

.article-context ul li:last-child {
    width: 44%;
    min-width: 43px
}

.article-context ul a.article-menu {
    display: flex;
    align-items: center;
    margin: 0 4%
}

.article-context ul a.article-menu i {
    color: #333;
    font-size: 24px
}

.source-news-wrap .source-list .source-right-box {
    background-color: #fff
}

.source-down-wrap {
    padding-top: 35px
}

.source-down-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px
}

.source-down-box a {
    color: #333;
    font-size: 14px
}

.source-down-box img {
    display: block;
    width: 34%
}

.source-down-box .down-right {
    flex: 1;
    margin-left: 3%
}

.source-down-box .down-right h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5
}

.source-down-box .down-right h4 {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 7px 18px;
    font-weight: 400;
    color: #7f7f7f;
    background-color: #ddd
}

.source-down-box .down-right p {
    font-size: 16px;
    line-height: 1.7;
    margin: 25px 0 35px
}

.source-down-box .down-right .down-apply a {
    display: inline-block;
    width: 133px;
    height: 39px;
    line-height: 39px;
    margin: 0 15px 20px 0;
    text-align: center;
    color: #de0c0c;
    border: solid 1px #de0c0c
}

.source-down-box .down-right .down-apply a i {
    font-size: 16px;
    margin-left: 10px
}

.source-down-box .down-right .down-apply a:hover {
    color: #fff
}

.more-fuwu-wrap {
    height: 360px;
    display: flex;
    align-items: center;
    background: url("../images/c73006_bg.png") no-repeat center center/100% 100%
}

.more-fuwu-wrap .more-fuwu-box {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
    margin-right: 40px
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu {
    width: 31%
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu h3 {
    font-size: 36px;
    color: #2f4858
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu h3 span {
    font-size: 24px
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu p {
    font-size: 16px;
    line-height: 32px;
    color: #748590
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu-down {
    margin-top: 40px
}

.more-fuwu-wrap .more-fuwu-box .more-fuwu-right-item {
    width: 38%
}

.more-fuwu-wrap .more-fuwu-right {
    flex: 1
}

.more-fuwu-wrap .more-fuwu-right h4 {
    font-size: 30px;
    color: #2f4858;
    margin: 15px 0 50px
}

.more-fuwu-wrap .more-fuwu-right .fuwu-apply {
    display: flex;
    justify-content: space-between;
    width: 380px
}

.more-fuwu-wrap .more-fuwu-right .fuwu-apply a {
    display: block;
    width: 168px;
    font-size: 18px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background-color: #e83820;
    border-radius: 6px;
    cursor: pointer
}

.bottom-apply-wrap {
    width: 100%;
    height: 210px;
    margin-top: 80px;
    display: flex;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    background: url("../images/webchat_apply_bg.png") no-repeat left top/cover
}

.bottom-apply-wrap h4 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px
}

.bottom-apply-wrap a {
    display: block;
    width: 143px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #ff4646;
    background: #fff;
    box-shadow: 4px 7px 8px 0px rgba(217, 73, 72, .36)
}

.article-bottom-apply {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin: 25px auto
}

.tags-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 30px 0
}

.tags-box p {
    font-size: 14px;
    color: #999
}

.tags-box p:not(:first-child) {
    display: none
}

.tags-box a {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    background-color: #e6e6e6;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    transition: background-color .3s ease-in-out
}

.tags-box a:nth-child(8n-7) {
    background-color: #8a9b0f
}

.tags-box a:nth-child(8n-6) {
    background-color: #eb6841
}

.tags-box a:nth-child(8n-5) {
    background-color: #3fb8af
}

.tags-box a:nth-child(8n-4) {
    background-color: #fe4365
}

.tags-box a:nth-child(8n-3) {
    background-color: #fc9d9a
}

.tags-box a:nth-child(8n-2) {
    background-color: #edc951
}

.tags-box a:nth-child(8n-1) {
    background-color: #c8c8a9
}

.tags-box a:nth-child(8n) {
    background-color: #83af9b
}

.tags-box a:first-child {
    background-color: #036564
}

.tags-box a:last-child {
    background-color: #3299bb
}

.tags-box a:hover {
    background-color: #ff5e52
}

@media screen and (min-width: 992px)and (max-width: 1199px) {
    .box {
        width: 94%
    }

    .source-head-wrap {
        height: 420px
    }
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .box {
        width: 94%
    }

    .source-head-wrap {
        height: 360px
    }

    .source-head-wrap .source-head-link {
        height: 50px;
        line-height: 50px;
        padding: 0;
        position: absolute;
        left: 2%;
        bottom: 0px;
        transform: translateX(0)
    }

    .source-head-wrap .source-head-link a {
        font-size: 14px;
        height: 50px;
        line-height: 48px
    }

    .source-wrap {
        padding: 45px 0 15px
    }

    .source-wrap .source-left {
        width: 76%
    }

    .source-wrap .source-right {
        width: 20%
    }

    .source-item {
        margin-bottom: 40px
    }

    .source-item .source-img {
        width: 34%;
        min-width: 100px;
        min-height: 120px;
        max-height: 166px;
        height: auto;
        margin-right: 20px
    }

    .source-item .source-img img {
        height: auto
    }

    .source-item .source-new p {
        color: gray;
        font-size: 14px;
        line-height: 1.6
    }

    .source-code div {
        margin-top: 15px;
        padding: 10px 15px
    }

    .source-article {
        padding-top: 25px
    }

    .hulaquan-article h1 {
        font-size: 20px
    }

    .article-body p {
        font-size: 14px !important
    }

    .article-body div {
        font-size: 14px
    }

    .article-body span {
        font-size: 14px
    }

    .article-body h2 {
        font-size: 18px !important
    }

    .article-body img {
        border-radius: 8px;
        overflow: hidden
    }

    .source-down-box {
        margin-bottom: 40px
    }

    .source-down-box .down-right {
        flex: 1;
        margin-left: 3%
    }

    .source-down-box .down-right h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 2.5
    }

    .source-down-box .down-right h4 {
        display: inline-block;
        width: auto;
        font-size: 14px;
        padding: 7px 18px;
        font-weight: 400;
        color: #7f7f7f;
        background-color: #ddd
    }

    .source-down-box .down-right p {
        font-size: 14px;
        line-height: 1.7;
        margin: 15px 0 25px
    }

    .source-down-box .down-right .down-apply a {
        display: inline-block;
        width: 102px;
        height: 34px;
        line-height: 34px;
        margin: 0 15px 20px 0;
        text-align: center;
        color: #de0c0c;
        border: solid 1px #de0c0c
    }

    .source-down-box .down-right .down-apply a i {
        font-size: 16px;
        margin-left: 10px
    }

    .source-down-box .down-right .down-apply a:hover {
        color: #fff
    }
}

@media screen and (max-width: 768px) {
    .hidden-xs {
        display: none !important
    }

    .show-xs {
        display: block !important
    }

    .source-head-wrap {
        width: 100%;
        box-sizing: border-box;
        height: auto;
        min-height: 24rem;
        max-height: 28rem
    }

    .source-news-wrap {
        padding-top: 0
    }

    .source-banner {
        height: 35rem;
        background: url("../images/index_banner11_bg.png") no-repeat center center/auto 100%
    }

    .source-banner .box {
        justify-content: flex-start;
        width: 94%;
        background: url("../images/index_banner1.png") no-repeat center bottom/auto 55%
    }

    .source-banner .box .reveal-left {
        max-width: 100%
    }

    .source-banner h2 {
        margin-top: 5rem;
        font-size: 2.4rem;
        text-align: center
    }

    .source-banner p {
        display: none
    }

    .source-banner .text-box {
        width: 100%
    }

    .source-banner .banner-preview {
        width: 80%;
        height: 3.6rem;
        overflow: hidden;
        margin: 2rem auto 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .source-banner .banner-preview input {
        width: 65%;
        height: 3.6rem;
        font-size: 1.4rem;
        background-color: #fff;
        border: 0;
        padding: 0;
        border-radius: .4rem;
        text-indent: 2rem
    }

    .source-banner .banner-preview button {
        width: 35%;
        margin-left: -0.5rem;
        font-size: 1.4rem;
        height: 3.6rem;
        line-height: 3.6rem;
        text-align: center;
        padding: 0;
        border-radius: 0 .4rem .4rem 0;
        background: linear-gradient(to right, #f45b4b, #ea3e41)
    }

    .source-banner .banner-apply {
        display: block;
        width: 20rem;
        height: 5rem;
        line-height: 5rem;
        margin-top: 3rem;
        border-radius: 1rem;
        font-size: 1.8rem;
        text-align: center;
        color: #fff;
        transition: all .3s ease-in-out;
        background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
    }

    .source-banner .banner-apply:hover {
        box-shadow: 0 1rem 1.5rem 0 rgba(238, 77, 45, .2)
    }

    .source-head-link {
        /*        height: 3.2rem;*/
        line-height: 3.2rem;
        padding: 0;
        position: absolute;
        bottom: 0rem;
        left: 50%;
        transform: translateX(-50%)
    }

    .source-head-link a {
        font-size: 1.3rem;
        height: 3.4rem;
        line-height: 3.2rem;
        border-top-width: .3rem !important
    }

    .source-wrap {
        width: 100%;
        padding: 2rem 0 4%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .source-wrap .source-left {
        width: 100%;
        overflow: hidden
    }

    .source-wrap .source-left .news-item {
        width: 100%;
        padding: 2rem 0;
        margin-bottom: 0;
        align-items: flex-start
    }

    .source-wrap .source-left .news-item .news-img {
        width: 34%;
        margin-right: 2%;
        min-width: 0;
        min-height: 10rem;
        max-height: 16.6rem;
        height: 10rem
    }

    .source-wrap .source-left .news-item .news-img img {
        height: auto
    }

    .source-wrap .source-left .news-item .news {
        flex: 1;
        height: auto;
        overflow: hidden;
        display: flex;
        max-width: none;
        flex-direction: column;
        justify-content: space-between;
        min-height: 10rem;
        max-height: 16.6rem;
        height: auto;
        margin-left: 1rem
    }

    .source-wrap .source-left .news-item .news h3 {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.5rem;
        overflow: hidden;
        display: flex
    }

    .source-wrap .source-left .news-item .news h3 a {
        color: #333;
        max-width: none;
        height: 2.8rem !important;
        display: inline-block
    }

    .source-wrap .source-left .news-item .news h3 .news-new-type {
        min-width: 7.2rem
    }

    .source-wrap .source-left .news-item .news h3 i {
        font-size: 1.3rem;
        color: #878787;
        font-style: normal;
        float: right
    }

    .source-wrap .source-left .news-item .news p {
        color: gray;
        font-size: 1.3rem;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .source-wrap .source-left .news-item .news p:last-child {
        line-height: 1
    }

    .source-wrap .source-left .news-item .news p:last-child a {
        color: #e21616;
        font-size: 1.4rem
    }

    .source-wrap .source-right {
        display: none
    }

    .source-article {
        padding: 2rem 1.5rem
    }

    .source-article .article-time {
        margin: 1rem auto 2rem
    }

    .source-article .article-time span {
        margin-right: 0.3rem;
        line-height: 2.4rem
    }

    .source-article .article-time span i {
        font-size: 1.6rem;
        color: #999;
        line-height: 2.4rem;
        margin-right: .8rem
    }

    .source-article .article-body div {
        font-size: 1.3rem;
        line-height: 1.7
    }

    .source-article .article-body h2 {
        font-size: 1.6rem !important
    }

    .article-relate-wrap .article-relate-box {
        gap: 3.5%;
        justify-content: flex-start
    }

    .article-relate-wrap .article-relate {
        width: 31%
    }

    .article-relate-wrap .article-relate:nth-child(n+4) {
        margin-top: 2rem
    }

    .source-down-nav {
        width: 100%;
        margin: 3rem auto 0 !important
    }

    .source-down-nav a {
        color: #333;
        font-size: 1.4rem
    }

    .source-down-nav i {
        font-size: 1.4rem;
        color: #a5a5a5;
        vertical-align: .2rem
    }

    .source-down-nav i.iconxiangyou {
        font-size: 1.4rem;
        margin: 0 .1rem 0 .3rem;
        vertical-align: 0rem
    }

    .source-down-box {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem
    }

    .source-down-box img {
        width: 100%;
        padding: 0 25%
    }

    .source-down-box .down-right {
        margin-left: 0;
        text-align: center
    }

    .source-down-box .down-right h3 {
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.5
    }

    .source-down-box .down-right p {
        font-size: 1.3rem;
        margin: 1rem 0;
        -moz-text-align-last: left;
        text-align-last: left
    }

    .source-down-box .down-right .down-apply a {
        width: 10.2rem;
        height: 3.4rem;
        line-height: 3.4rem
    }

    .source-down-box .down-right .down-apply a:nth-child(3) {
        margin-right: 0
    }

    .source-down-box .down-right .down-apply a:nth-child(4) {
        margin-bottom: 0
    }

    .source-down-box .down-right .down-apply a:nth-child(5) {
        margin-bottom: 0
    }

    .source-item {
        width: 100%;
        padding: 2rem 0;
        margin-bottom: 0;
        align-items: flex-start
    }

    .source-item .source-img {
        width: 34%;
        margin-right: 2%;
        min-width: 0;
        min-height: 12rem;
        max-height: 16.6rem;
        height: 12rem
    }

    .source-item .source-img img {
        height: auto
    }

    .source-item .source-new {
        flex: 1;
        height: auto;
        overflow: hidden;
        display: flex;
        max-width: none;
        flex-direction: column;
        justify-content: space-between;
        min-height: 12rem;
        max-height: 16.6rem;
        height: auto;
        margin-left: 1rem
    }

    .source-item .source-new h3 {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.5rem;
        overflow: hidden;
        display: flex
    }

    .source-item .source-new h3 a {
        color: #333;
        max-width: none;
        height: 2.8rem !important;
        display: inline-block
    }

    .source-item .source-new h3 .source-new-type {
        min-width: 7.2rem
    }

    .source-item .source-new h3 i {
        font-size: 1.3rem;
        color: #878787;
        font-style: normal;
        float: right
    }

    .source-item .source-new p {
        color: gray;
        font-size: 1.3rem;
        line-height: 1.6
    }

    .source-item .source-new p:last-child {
        line-height: 1
    }

    .source-item .source-new p:last-child a {
        color: #e21616;
        font-size: 1.4rem
    }

    .source-down h3 a {
        color: #333;
        font-size: 2.2rem
    }

    .source-down a.source-down-box {
        display: block;
        border-radius: .8rem;
        overflow: hidden;
        width: 22.5rem;
        height: 11rem;
        line-height: 11rem;
        text-align: center;
        color: #333;
        text-indent: 4.2rem;
        font-size: 1.7rem;
        box-shadow: 0 .8rem 1.6rem 0 rgba(0, 0, 0, .1), 0 .6rem 1rem 0 rgba(0, 0, 0, .05);
        transition: all .3s ease-in-out;
        margin: 1.5rem 0 0;
        background: url("../images/l_7.png") no-repeat center center/cover
    }

    .source-down a.source-down-box img {
        width: 100%;
        height: 11rem
    }

    .source-down a.source-down-box:last-child {
        color: #102e66;
        background: url("../images/l_8.png") no-repeat center center/cover
    }

    .source-down a.source-down-box:hover {
        transform: translateY(-0.5rem);
        box-shadow: 0 .8rem 1rem .2rem rgba(0, 0, 0, .1), 0 .6rem 1rem .2rem rgba(0, 0, 0, .1)
    }

    .source-help {
        margin: 6rem 0
    }

    .source-help h3 a {
        font-size: 2.2rem;
        color: #333
    }

    .source-help a.source-help-link {
        display: block;
        width: 22.5rem;
        height: 22rem;
        margin-top: 1.5rem;
        box-shadow: .1rem .3rem 2.1rem 0rem rgba(192, 190, 199, .6);
        border-radius: .8rem;
        background: url("../images/l_9.png") no-repeat center center/cover
    }

    .source-help a.source-help-link img {
        width: 100%
    }

    .source-code {
        margin: 6rem 0
    }

    .source-code div {
        margin-top: 2rem;
        padding: 2rem 2.5rem;
        box-shadow: .1rem .3rem 2.1rem 0rem rgba(192, 190, 199, .6);
        border-radius: .8rem
    }

    .source-code div p {
        font-size: 1.3rem;
        text-align: center;
        color: #8f8f8f
    }

    .source-apply {
        width: 100%;
        height: 16rem;
        background: url("../images/source_apply.png") no-repeat center center/auto 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .source-apply a {
        width: auto;
        padding: 0 2rem;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
        text-align: center;
        color: #fff;
        background-color: #e83820;
        border-radius: .4rem
    }

    .source-apply a:hover {
        transition: all .4s ease-in-out;
        transform: translateY(-0.2rem);
        box-shadow: 0 .8rem 1rem .2rem rgba(0, 0, 0, .1), 0 .6rem 1rem .2rem rgba(0, 0, 0, .1)
    }

    .pagelist-wrap {
        width: 100%;
        margin: 0 auto 4rem
    }

    .pagelist-list {
        display: flex;
        justify-content: center;
        margin-bottom: 8%
    }

    .pagelist-list .pagelist {
        display: flex;
        justify-content: center;
        width: auto;
        margin: 0 auto;
        padding: 0
    }

    .pagelist-list .pagelist li {
        font-size: 1.2rem;
        padding: 0 .8rem;
        height: 2.4rem;
        line-height: 2.4rem;
        margin: 0 .35rem;
        display: flex;
        align-items: center;
        border: solid .1rem #dcdcdc
    }

    .pagelist-list .pagelist li a {
        color: #333
    }

    .pagelist-list .pagelist li:nth-last-child(2) {
        border: solid .1rem #dcdcdc
    }

    .pagelist-list .pagelist li:last-child {
        border: solid .1rem #dcdcdc
    }

    .pagelist-list .pagelist li.thisclass {
        color: #fff;
        background-color: #e83820;
        border: solid .1rem rgba(0, 0, 0, 0)
    }

    .more-fuwu-wrap {
        height: auto
    }

    .more-fuwu-wrap .box {
        display: flex;
        flex-direction: column
    }

    .more-fuwu-wrap .more-fuwu-box {
        width: 100%;
        padding: 1rem 0;
        margin-right: 0;
        gap: 1rem
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu {
        min-width: 25%;
        flex: 1
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu h3 {
        font-size: 2.4rem
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu h3 span {
        font-size: 1.8rem
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu p {
        font-size: 1.3rem;
        line-height: 1.7
    }

    .more-fuwu-wrap .more-fuwu-box .more-fuwu-down {
        margin-top: 1rem
    }

    .more-fuwu-wrap .more-fuwu-right {
        flex: none;
        width: 100%
    }

    .more-fuwu-wrap .more-fuwu-right h4 {
        font-size: 1.8rem;
        text-align: center;
        margin: 1.5rem 0 3rem
    }

    .more-fuwu-wrap .more-fuwu-right .fuwu-apply {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .more-fuwu-wrap .more-fuwu-right .fuwu-apply a {
        width: 10.2rem;
        font-size: 1.4rem;
        text-align: center;
        height: 3.4rem;
        line-height: 3.4rem;
        margin: 0 auto 2rem
    }
}

/*# sourceMappingURL=news.css.map */