@charset "UTF-8";

body,
dl,
dd,
p,
form,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

em,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #2abff6;
}

img {
    border: 0;
}

input,
select,
button,
textarea {
    border-radius: 0;
    outline: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: none;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

body>div[id^=_] {
    display: none !important;
}

/*** @description: 基础样式; @Author: ray; @create date: 2016-08-09;
***/
.hide {
    display: none;
}

.fn-clear {
    zoom: 1;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.red {
    color: #FD3939;
}

.blue {
    color: #2abff6;
}

/*** @description: 按钮样式; @Author: ray; @create date: 2016-08-09;
***/
.btn {
    display: inline-block;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    color: #2abff6;
    border: 1px solid #2abff6;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.icon-sprite,
.icon-down,
.icon-ico1,
.icon-ico2,
.icon-ico3,
.icon-phone {
    background-image: url('../images/icon-s9ce5ffe1db.png');
    background-repeat: no-repeat;
}

.icon-down {
    background-position: 0 0;
    height: 21px;
    width: 20px;
}

.icon-ico1 {
    background-position: 0 -23px;
    height: 102px;
    width: 102px;
}

.icon-ico2 {
    background-position: 0 -127px;
    height: 102px;
    width: 102px;
}

.icon-ico3 {
    background-position: 0 -231px;
    height: 102px;
    width: 102px;
}

.icon-phone {
    background-position: 0 -335px;
    height: 26px;
    width: 17px;
}

.icon {
    display: inline-block;
}

/***
	@create date:2024-05-08;
***/
body {
    font-family: Helvetica-Bold, Helvetica;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}

.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.tit {
    font-size: 36px;
    font-weight: bold;
}

.section1 {
    min-width: 1200px;
    height: 720px;
    background: url(../images/banner.jpg) no-repeat center 0;
    color: #fff;
    line-height: 1;
}

.section1 .tit {
    font-size: 50px;
    margin-top: 152px;
}

.section1 .txt {
    font-size: 26px;
    margin-top: 40px;
    line-height: 1.2em;
}

.section1 .tip {
    font-size: 24px;
    margin-top: 40px;
}

.section1 .btn-group {
    margin-top: 65px;
    font-size: 0;
}

.section1 .btn {
    padding: 0;
    width: 198px;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #fff;
    border: solid 2px #ffffff;
    border-radius: 35px;
    margin-right: 50px;
}

.section1 .btn:hover {
    opacity: 0.9;
}

.section1 .btn .icon {
    vertical-align: -5px;
    margin-right: 13px;
}

.section1 .btn1 {
    color: #3ba3ff;
    background-color: #f5fafe;
    border-color: #f5fafe;
}

.section1 .cont {
    float: left;
    max-width: 50%;
}

.section1 .text {
    float: right;
    margin-top: 132px;
    width: 466px;
    text-align: center;
}

.section1 .text h2,
.section1 .text h4 {
    height: 350px;
    font-size: 30px;
    font-weight: bold;
    color: #13588a;
    padding: 0 50px;
    line-height: 1.2;
}

.section1 .text ul {
    margin: 0 0 0 48px;
}

.section1 .text li {
    width: 370px;
    height: 28px;
    line-height: 25px;
    font-size: 18px;
    color: #13588a;
    text-align: left;
    margin-bottom: 1.6rem;
    position: relative;
    padding-left: 35px;
}

.section1 .text li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: url(../images/right.png) no-repeat;
    background-position: 100% 100%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.section2 {
    height: 488px;
    text-align: center;
}

.section2 .tit {
    margin-top: 50px;
    margin-bottom: 5px;
}

.section2 .txt {
    font-size: 18px;
    color: #666666;
}

.section2 .attr {
    overflow: hidden;
    margin: 70px 60px 0;
}

.section2 .attr dl {
    width: 33.33%;
    float: left;
}

.section2 .attr dt {
    font-size: 20px;
    color: #666666;
}

.section2 .attr dd {
    font-size: 30px;
}

.section2 .attr .icon {
    display: block;
    margin: 0 auto 10px;
}

.section3 {
    height: 420px;
    background-color: #f7f9fa;
}

.section3 .img {
    width: 580px;
    height: 420px;
    float: left;
    background: url(../images/img.jpg) no-repeat;
    margin-right: 70px;
}

.section3 .img2 {
    background-image: url(../images/img2.jpg);
    display: none;
}

.section3 .tit span {
    display: block;
    font-size: 24px;
}

.section3 .con {
    overflow: hidden;
    padding-top: 53px;
}

.section3 .btn-group {
    display: inline-block;
    padding: 4px;
    border: 1px solid #DFE1E2;
    border-radius: 32px;
    font-size: 0;
}

.section3 .btn {
    vertical-align: top;
    border: 0;
    padding: 0;
    width: 224px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    background: none;
    color: #666666;
    border-radius: 27px;
}

.section3 .btn:active {
    box-shadow: none;
}

.section3 .btn.on {
    color: #fff;
    background-color: #3ba3ff;
}

.section3 .txt {
    margin-top: 28px;
    font-size: 18px;
    color: #666666;
}

.section3 .txt2 {
    display: none;
}

.section3.toggle .img1,
.section3.toggle .txt1 {
    display: none;
}

.section3.toggle .img2,
.section3.toggle .txt2 {
    display: block;
}

.section4 {
    background-color: #f7f9fa;
    padding-top: 50px;
    padding-bottom: 35px;
}

.section4 .txt {
    width: 512px;
    font-size: 16px;
    color: #666666;
    margin: 10px 0 30px;
}

.art-list {
    overflow: hidden;
    width: 1220px;
}

.art-list a {
    padding: 20px;
    width: 550px;
    height: 84px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.art-list a:hover {
    background-image: linear-gradient(-87deg, #68d2ff 0%, #52bbff 37%, #3ba3ff 100%);
    color: #fff;
}

.art-list a:hover .time,
.art-list a:hover dd {
    color: #fff;
}

.art-list dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.art-list dd {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    margin-top: 10px;
}

.art-list h3 {
    display: inline;
}

.art-list .time {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}

.section5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section5 .txt {
    font-size: 16px;
    color: #666666;
    margin: 10px 0 30px;
}

.top-table table {
    width: 100%;
}

.top-table th {
    height: 58px;
    color: #999999;
    font-weight: normal;
    background-color: #f4f4f4;
}

.top-table td {
    height: 88px;
    color: #666666;
    border-bottom: 1px solid #e5e5e5;
}

.top-table th,
.top-table td {
    font-size: 16px;
    text-align: center;
}

.top-table .c1,
.top-table .c9 {
    width: 9%;
}

.top-table .c2 {
    width: 12%;
    text-align: left;
    padding-left: 25px;
}

.top-table th.c2 {
    text-indent: 35px;
}

.top-table .img {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 3px;
    border-radius: 50%;
}

.top-table .name {
    display: inline-block;
    line-height: 1.2;
    text-align: left;
}

.top-table .name dt {
    color: #333333;
}

.top-table .name dd {
    font-size: 14px;
    color: #666666;
}

.top-table .red {
    color: #e54742;
}

.top-table .green {
    color: #19b38a;
}

.top-table .link {
    color: #3ba3ff;
}

.top-table .btn-link {
    width: 258px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #3ba3ff;
    border: solid 1px #3ba3ff;
    display: block;
    margin: 50px auto 0;
}

.footer {
    background: #FFF;
    color: #999;
    font-size: 14px;
    padding: 25px 0;
    line-height: 32px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer a {
    color: #999;
}

.download-tip {
    margin-top: 30px;
    color: #df3832;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Visual refresh: download-focused landing page without changing markup. */
html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
    background: #f3f7fb;
    color: #182536;
}

a,
.btn {
    transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wrapper {
    overflow: visible;
}

.tit {
    color: #142238;
    letter-spacing: 0;
}

.section1 {
    position: relative;
    height: 720px;
    background:
        linear-gradient(118deg, rgba(7, 26, 54, .94) 0%, rgba(14, 78, 125, .84) 50%, rgba(26, 169, 144, .76) 100%),
        url() no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.section1:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 199, 95, .24), rgba(255, 199, 95, 0) 26%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 45%);
    pointer-events: none;
}

.section1 .wrapper {
    height: 100%;
    z-index: 1;
}

.section1 .cont {
    max-width: 560px;
    padding-top: 120px;
}

.section1 .tit {
    margin-top: 0;
    font-size: 54px;
    line-height: 1.12;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}

.section1 .txt {
    margin-top: 28px;
    font-size: 22px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .9);
}

.section1 .txt span {
    color: #1ba27a !important;
}

.section1 .tip {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.4;
    color: #fff3ce;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.section1 .btn-group {
    margin-top: 42px;
}

.section1 .btn {
    width: 208px;
    height: 64px;
    line-height: 64px;
    border: 0;
    border-radius: 999px;
    margin-right: 22px;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}

.section1 .btn:hover {
    transform: translateY(-3px);
    opacity: 1;
}

.section1 .btn1 {
    color: #0d4776;
    background: linear-gradient(135deg, #fff 0%, #dff5ff 100%);
}

.section1 .btn2 {
    color: #fff;
    background: linear-gradient(135deg, #18b98f 0%, #2f91ff 100%);
    border: 1px solid rgba(255, 255, 255, .35);
}

.section1 .text {
    width: 458px;
    min-height: 470px;
    margin-top: 106px;
    padding: 34px 30px;
    box-sizing: border-box;
    text-align: left;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(5, 28, 54, .28);
}

.section1 .text h2,
.section1 .text h4 {
    height: auto;
    min-height: 210px;
    padding: 0;
    font-size: 28px;
    line-height: 1.42;
    color: #0e3c67;
    text-align: left;
}

.section1 .text h2 {
    background: url(../images/gift.png) no-repeat center bottom;
    background-size: contain;
}


.section1 .text ul {
    margin: 24px 0 0;
}

.section1 .text li {
    width: auto;
    min-height: 30px;
    height: auto;
    line-height: 1.55;
    margin-bottom: 16px;
    padding: 12px 14px 12px 46px;
    color: #25435f;
    background: #f2f8fd;
    border: 1px solid #e0edf7;
    border-radius: 8px;
}

.section1 .text li:before {
    left: 14px;
    top: 13px;
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
}

.section2,
.section3,
.section4,
.section5 {
    background: #f3f7fb;
}

.section2,
.section5 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.section2 .tit,
.section4 .tit,
.section5 .tit {
    position: relative;
    margin-bottom: 16px;
    padding-left: 18px;
    font-size: 34px;
    line-height: 1.3;
}

.section2 .tit:before,
.section4 .tit:before,
.section5 .tit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(180deg, #2f91ff, #18b98f);
}

.section2 .txt,
.section4 .txt,
.section5 .txt {
    color: #607087;
    line-height: 1.9;
}

.section2 {
    height: auto;
    text-align: left;
}

.section2 .attr {
    margin: 46px 0 0;
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(23, 60, 99, .08);
}

.section2 .attr dl {
    box-sizing: border-box;
    padding: 8px 26px;
    border-right: 1px solid #eaf0f6;
}

.section2 .attr dl:last-child {
    border-right: 0;
}

.section2 .attr dt {
    color: #607087;
}

.section2 .attr dd {
    margin-top: 10px;
    color: #102540;
    font-size: 34px;
    font-weight: 700;
}

.section3 {
    height: auto;
    padding: 64px 0;
}

.section3 .wrapper {
    min-height: 360px;
}

.section3 .img {
    width: 520px;
    height: 360px;
    margin-right: 64px;
    border-radius: 8px;
    background-size: cover;
    box-shadow: 0 20px 45px rgba(23, 60, 99, .14);
}

.section3 .con {
    padding-top: 18px;
}

.section3 .btn-group {
    margin-top: 22px;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e5edf5;
}

.section3 .btn.on {
    background: linear-gradient(135deg, #2f91ff, #18b98f);
    box-shadow: 0 10px 22px rgba(47, 145, 255, .25);
}

.section3 .txt {
    line-height: 1.9;
    color: #607087;
}

.section4 {
    padding-top: 62px;
    padding-bottom: 58px;
}

.section4+.section4 {
    padding-top: 36px;
}

.section4 .txt {
    width: auto;
}

.art-list {
    width: 1224px;
    margin-top: 28px;
}

.art-list a {
    box-sizing: border-box;
    width: 588px;
    height: 132px;
    padding: 24px 26px;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 60, 99, .08);
}

.art-list a:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, #246ed8 0%, #18b98f 100%);
    box-shadow: 0 20px 42px rgba(36, 110, 216, .2);
}

.art-list dt {
    color: #16253a;
}

.art-list dd {
    color: #607087;
}

.top-table {
    margin-top: 30px;
    padding: 8px 18px 26px;
    background: #fff;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(23, 60, 99, .09);
    overflow: hidden;
}

.top-table th {
    height: 60px;
    color: #718096;
    background: #f7fbff;
    font-weight: 700;
}

.top-table td {
    height: 82px;
    color: #536477;
    border-bottom: 1px solid #eef3f8;
}

.top-table tbody tr:hover td {
    background: #f8fcff;
}

.top-table .img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
    box-shadow: 0 4px 12px rgba(16, 37, 64, .12);
}

.top-table .name dt {
    font-weight: 700;
    color: #15243a;
}

.top-table .link {
    display: inline-block;
    min-width: 58px;
    padding: 7px 14px;
    color: #fff;
    background: #2f91ff;
    border-radius: 999px;
}

.top-table .link:hover {
    color: #fff;
    background: #18b98f;
    box-shadow: 0 8px 18px rgba(24, 185, 143, .22);
}

.top-table .btn-link {
    width: 300px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: linear-gradient(135deg, #ffb02e, #ff6b3d);
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(255, 107, 61, .24);
}

.top-table .btn-link:hover {
    color: #fff;
    transform: translateY(-2px);
}

.footer {
    background: #102033;
    color: rgba(255, 255, 255, .66);
    border-top: 0;
}

.footer a {
    color: rgba(255, 255, 255, .66);
}

.download-tip {
    padding: 14px 18px;
    background: #fff5eb;
    border: 1px solid #ffd8b5;
    border-radius: 8px;
    letter-spacing: 0;
}

/* Layer polish v2: stronger visual hierarchy for download-site intent. */
.page {
    background:
        linear-gradient(180deg, #f3f7fb 0%, #eef5fb 44%, #f7fafc 100%);
}

.section1 {
    isolation: isolate;
}

.section1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 86px;
    background: linear-gradient(180deg, rgba(243, 247, 251, 0), #f3f7fb 82%);
    pointer-events: none;
    z-index: 0;
}

.section1 .cont {
    position: relative;
    z-index: 2;
}

.section1 .cont:before {
    content: "";
    display: block;
    width: 72px;
    height: 6px;
    margin-bottom: 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #18d0a1, #fff0b8);
    box-shadow: 0 10px 24px rgba(24, 208, 161, .22);
}

.section1 .tit {
    max-width: 650px;
}

.section1 .txt {
    max-width: 620px;
}

.section1 .btn-group {
    position: relative;
}

.section1 .btn-group:after {
    content: "";
    position: absolute;
    left: 0;
    top: 82px;
    width: 436px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .46), rgba(255, 255, 255, 0));
}

.section1 .btn {
    letter-spacing: 0;
}

.section1 .btn1 {
    box-shadow: 0 18px 36px rgba(216, 244, 255, .16), 0 12px 30px rgba(0, 0, 0, .2);
}

.section1 .btn2 {
    box-shadow: 0 18px 36px rgba(24, 185, 143, .26), 0 12px 30px rgba(0, 0, 0, .18);
}

.section1 .text {
    position: relative;
    overflow: hidden;
}

.section1 .text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2f91ff, #18b98f, #ffb02e);
}

.section1 .text:after {
    content: "";
    position: absolute;
    right: -64px;
    bottom: -78px;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(47, 145, 255, .08);
    border-radius: 50%;
    pointer-events: none;
}

.section1 .text h2,
.section1 .text h4,
.section1 .text ul {
    position: relative;
    z-index: 1;
}

.section5 {
    position: relative;
    margin-top: -8px;
}

.section5 .wrapper,
.section2 .wrapper,
.section3 .wrapper,
.section4 .wrapper {
    z-index: 1;
}

.section5 .wrapper:before,
.section2 .wrapper:before,
.section3 .wrapper:before,
.section4 .wrapper:before {
    content: "";
    display: block;
    width: 46px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: 4px;
    background: #18b98f;
}

.section2 .tit:before,
.section4 .tit:before,
.section5 .tit:before {
    top: 7px;
    height: 34px;
}

.section5 .txt,
.section2 .txt,
.section3 .txt,
.section4 .txt {
    max-width: 930px;
}

.top-table {
    position: relative;
    padding: 16px 20px 30px;
    border-color: rgba(205, 221, 235, .9);
    box-shadow: 0 22px 60px rgba(20, 49, 79, .11);
}

.top-table:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: linear-gradient(90deg, #2f91ff, #18b98f);
}

.top-table table {
    margin-top: 8px;
}

.top-table th:first-child {
    border-radius: 8px 0 0 8px;
}

.top-table th:last-child {
    border-radius: 0 8px 8px 0;
}

.top-table tbody tr {
    transition: transform .18s ease, box-shadow .18s ease;
}

.top-table tbody tr:hover {
    transform: translateY(-1px);
}

.top-table tbody tr:hover td {
    color: #1f3752;
}

.top-table .c1 {
    color: #91a1b4;
    font-weight: 700;
}

.top-table .link {
    font-weight: 700;
}

.top-table .btn-link {
    position: relative;
    overflow: hidden;
}

.top-table .btn-link:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 42%);
    pointer-events: none;
}

.section2 .attr {
    display: flex;
    align-items: stretch;
}

.section2 .attr dl {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section2 .attr dt {
    line-height: 1.45;
}

.section2 .attr dd {
    line-height: 1.15;
}

.section3 {
    background:
        linear-gradient(90deg, #f7fbff 0%, #f3f7fb 52%, #eef8f5 100%);
}

.section3 .con {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(221, 232, 242, .9);
    border-radius: 8px;
    padding: 34px 36px;
    box-shadow: 0 16px 42px rgba(23, 60, 99, .08);
}

.section3 .btn-group {
    margin-top: 24px;
    margin-bottom: 28px;
}

.section4 {
    background: #f8fbfd;
}

.section4 .wrapper {
    padding-top: 4px;
}

.section4 .txt {
    padding: 26px 30px;
    background: #fff;
    border: 1px solid #e5edf5;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(23, 60, 99, .06);
}

.section4+.section4 .txt {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.art-list a {
    position: relative;
    overflow: hidden;
}

.art-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #2f91ff, #18b98f);
    opacity: .72;
}

.art-list h3 {
    max-width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
