@charset "UTF-8";




/*.ac13开始 */
.ac13-out {
    padding: 180px 0 80px;
    background: linear-gradient(#FAF2FD, #fff);
}


.ac13 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ac13-des1 {
    font-size: 54px;
    line-height: 80px;
    font-weight: bold;
    color: #242830;
    letter-spacing: 5px;
}

.ac13-des1 span {
    color: #006cff;
}

.ac13-des2 {
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #242830;
}

.ac13-des3 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.ac13-des3 a {
    margin: 0 10px;
}

.ac13-des3-a1 {
    width: 136px;
    line-height: 42px;
    text-align: center;
    background: #7cd59b;
    color: white;
    border-radius: 4px;
    display: block;
    transition: all 0.3s;
}

.ac13-des3-a1:hover {
    background: #fb9237dd;
}

.ac13-des3-a2 {
    width: 136px;
    line-height: 42px;
    text-align: center;
    background: white;
    color: #000;
    border-radius: 4px;
    display: block;
    transition: all 0.3s;
    border: 1px solid #ccd4e0;
}

.ac13-des3-a2:hover {
    background: #006cff;
    color: white;
}

.ac13-des4 {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ac13-des4-item {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ac13-des4-item-ico {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.6s;
}

.ac13-des4-item-ico:hover {
    transform: scale(1.05);
}

.ac13-des4-item-ico i {
    color: white;
    font-size: 30px;
}

.ac13-des4-item-des {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.ac13-des5 {
    text-align: center;
    margin-top: 70px;
    color: #0c0223;
}

@media screen and (max-width:680px) {
    .ac13-out {
        padding: 80px 10px 60px;
        box-sizing: border-box;
    }

    .ac13-des1 {
        text-align: center;
        font-size: 40px;
        line-height: 53px;
    }

    .ac13-des2 {
        font-size: 20px;
    }

    .ac13-des3 {
        margin-top: 40px;
    }

    .ac13-des5 {
        margin-top: 45px;
    }

    .ac13-des4 {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ac13-des4-item {
        width: 23%;
        margin: 6px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .ac13-des4-item-ico {
        width: 50px;
        height: 50px;
    }

    .ac13-des4-item-ico i {
        font-size: 24px;
    }

    .ac13-des4-item-des {
        font-size: 13px;
        margin-top: 7px;
    }

    .ac13-out-mall .ac13-des4-item {
        width: 18%;
    }

    .ac13-out-mall .ac13-des4-item:nth-child(5) {
        margin-bottom: 14px;
    }
}

/*.ac13结束 */



/* 首页模块标题样式 开始*/
.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 32px;
    color: #1d2129;
    font-weight: bold;
}

.index-title div {
    font-size: 16px;
    color: #86909c;
    margin-top: 5px;
}

@media screen and (max-width:680px) {
    .index-title h3 {
        font-size: 22px;
    }

    .index-title div {
        font-size: 16px;
        margin-top: 2px;
    }
}

/* 首页模块标题样式 结束*/






/* 首页更多按钮样式 开始*/
.index-more-out {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.index-more {
    font-size: 25px;
    border-bottom: 1px solid #262626;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    background: -webkit-linear-gradient(top, #262626, #262626);
    -webkit-background-clip: text;
    color: transparent;
}

.index-more i {
    font-size: 25px;
    margin-left: 5px;
}

.index-more:hover {
    letter-spacing: 2px;
    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
}


@media screen and (max-width:680px) {
    .index-more {
        font-size: 14px;
        /* margin-top: 0px; */
    }

    .index-more i {
        font-size: 14px;
    }

}

/* 首页更多按钮样式 结束*/


/* ac1开始 */
.ac1-out {
    /* padding-top: 40px; */
}

.ac1 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    flex-wrap: wrap;
}

.ac1-item {
    width: 23%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 50px 30px 30px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 20px #cfe2ffc2;
    transition: all 0.8s;
}

.ac1-item:hover {
    transform: translateY(-10px);

}

.ac1-item-ico {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.6s;
    top: 0;
    transform: translateY(-50%);
    box-shadow: 0px 0px 20px #cfe2ff4a;
}

.ac1-item-ico i {
    color: white;
    font-size: 30px;
}

.ac1-item-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    color: white;
}

.ac1-item-des {
    font-size: 15px;
    line-height: 28px;
    margin-top: 24px;
    color: #333;
    text-align: center;
}
@media screen and (max-width:680px) {
    .ac1-item {
        width: 98%;
        margin-bottom: 20px;
    }
}


/* ac1结束 */

/* ac2开始 */
.ac2-out {
    padding: 100px 0;
}

.ac2-item {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ac2-item:nth-child(2n) {
    flex-direction: row-reverse;
}
.ac2-item-neirong {
    width: 48%;
}

.ac2-item-neirong-des {
    color: rgba(0, 0, 0, .6);
    font-size: 20px;
    font-weight: 400;
    height: 28px;
    line-height: 33px;
}

.ac2-item-neirong-title {
    color: #121315;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ac2-item-neirong-con {
    color: #767e89;
    font-size: 16px;
    line-height: 28px;
}

.ac2-item-neirong-a {
    width: 136px;
    line-height: 42px;
    text-align: center;
    background: #7cd59b;
    color: white;
    border-radius: 4px;
    display: block;
    transition: all 0.3s;
    margin-top: 30px;
}

.ac2-item-neirong-a:hover {
    background: #fb9237dd;
}


.ac2-item-ico {
    width: 48%;

}

.ac2-item-ico-img {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #CFE2FF;
}

@media screen and (max-width:680px) {
    .ac2-out {
        padding: 60px 0;
    }

    .ac2-item {
        margin-top: 40px;
    }

    .ac2-item:nth-child(1) {
        flex-direction: column-reverse;
    }

    .ac2-item:nth-child(3) {
        flex-direction: column-reverse;
    }

    .ac2-item-neirong {
        width: 100%;
        margin-top: 30px;
    }

    .ac2-item-neirong-des {
        font-size: 14px;
    }

    .ac2-item-ico {
        width: 100%;
    }
}

/* ac2结束 */




/* ac3开始 */
.ac3-out {
    /* padding-top: 100px; */
}

.ac3 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ac3-left {
    width: 45%;
    padding: 20px 30px;
    background: #f9fafc;
    border-radius: 20px;
    box-sizing: border-box;
}

.ac3-left-scroll {
    height: 420px;
    overflow-y: scroll;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ac3-left-scroll::-webkit-scrollbar {
    display: none;
}

.ac3-right {
    width: 52%;
}

.ac3-item-ico-img {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #CFE2FF;
}
@media screen and (max-width:680px) {
    .ac3-left {
        width: 98%;
        padding: 10px;
    }
    .ac3-right {
        width: 98%;
        margin-top: 10px;
    }
}

/* ac3结束 */


/* ac4开始 */
.ac4-mame {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: bold;
}

.ac4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ac4-item {
    width: 24%;
    box-sizing: border-box;
    padding: 12px 5px;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    transition: all 0.6s;
}

.ac4-item:hover {
    box-shadow: 0px 0px 20px #CFE2FF;
    cursor: pointer;
}

.ac4-item-ico {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;

}

.ac4-item-ico i {
    color: white;
}

.ac4-item-name {
    font-size: 12px;
    margin-top: 5px;
}




/* ac4结束 */




/* ac9开始 */
/* .ac9-out {
    background: #006aff4f;
} */

.ac9 {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.ac9 a:hover {
    color: #006cff;
    transition: all 0.3s;
}

@media screen and (max-width:680px) {
    .ac9 {
        padding: 15px 10px;
        box-sizing: border-box;
    }
}

/* ac9结束 */



.aaa{
    color: #70C3FF;
    color: #2B41DB;
    color: #01DCA1;
    color: #4FE8CD;
    color: #BFD4FF;
    color: #14EF87;
    color: #82B219;
    color: #9A7CFE;
    color: #DF5EEF;
    color: #737EFE;
    color: #F6685B;
    color: #86B41B;
    color: #EBA840;
    color: #9CD245;
    color: #62C0F9;
    color: #F16BF2;
    color: #92ACFB;
    color: #FF9484;
    color: #44E5D7;
}














































/* ac5开始 */
.ac5-out {
    padding-top: 100px;
}

.ac5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.ac5-left {
    width: 42%;
    font-size: 45px;
    text-align: right;
    font-weight: bold;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.ac5-left span {
    display: block;
    margin-bottom: 10px;
}

.ac5-left-more {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.ac5-left-more a {
    width: 160px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    background: #006cff;
    color: white;
    font-size: 24px;
    transition: all 0.3s;
}

.ac5-left-more a:hover {
    background: #10A56E;
}

.ac5-right {
    width: 54%;
}

.ac5swp {
    width: 100%;
    align-self: flex-end;
    /* box-sizing: border-box; */
    padding: 20px 10px !important;
}

.ac5swp .swiper-slide {
    /* box-shadow: 5px 5px 15px 0px #c5c4c470; */
    padding: 10px;
    background: #f4f4f4;
    border-radius: 5px;
    box-sizing: border-box;
}

@media screen and (max-width:680px) {
    .ac5-out {
        background: #fafafa;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 10px;
        width: 96%;
        margin: 20px auto;
    }

    .ac5 {
        margin-top: 30px;
    }

    .ac5swp {
        padding: 0 !important;
    }

    .ac5swp .swiper-slide {
        padding: 5px;
    }

    .ac5-left {
        display: none;
    }

    .ac5-right {
        width: 100%;
    }
}

/* ac5结束 */





/* ac6开始 */
.ac6-out {
    padding: 100px 0;
}

.ac6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.gengduozixun {
    margin-bottom: 40px
}

.ac6-item {
    width: 24%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    background: white;
    margin-top: 30px;
    border: 1px solid #e9ebec;
    box-sizing: border-box;
}

.ac6-item:nth-child(1) {
    margin-top: 0px;
}

.ac6-item:nth-child(2) {
    margin-top: 0px;
}

.ac6-item:nth-child(3) {
    margin-top: 0px;
}

.ac6-item:nth-child(4) {
    margin-top: 0px;
}

.ac6-item:hover {
    box-shadow: 5px 5px 15px #e5e1e1;
}

.ac6-item-img {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac6-item-img img {
    width: 100%;
}

.ac6-item-con {
    box-sizing: border-box;
    padding: 15px;
}

.ac6-item-con h4 {
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 1;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.ac6-item-con-des {
    font-size: 12px;
    display: -webkit-box;
    /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical;
    /* 垂直方向排列 */
    -webkit-line-clamp: 2;
    /* 限制显示 2 行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    color: #767e89;
    margin-top: 10px;
    text-align: justify;
}

.ac6-item-con-other {
    font-size: 12px;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.ac6-item-con-other span {
    color: #767e89;
    margin-right: 10px;
}

@media screen and (max-width:680px) {
    .ac6-out {
        padding: 50px 0;
    }
    .ac6 {
        margin-top: 20px;
    }

    .ac6-item {
        width: 49%;
        margin-top: inherit;
    }

    .ac6-item:nth-child(1) {
        margin-top: 0px;
    }

    .ac6-item:nth-child(2) {
        margin-top: 0px;
    }

    .ac6-item:nth-child(3) {
        margin-top: inherit;
    }

    .ac6-item:nth-child(4) {
        margin-top: inherit;
    }

    .ac6-item-img {
        height: 100px;
    }

    .ac6-item-con {
        padding: 10px;
    }
}

/* ac6结束 */



/* ac22开始 */
.ac22 {
    background: white;
    border-radius: 24px;
    padding: 36px 30px 36px;
    box-sizing: border-box;
    margin-top: 0;

}

.ac22-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 28px;
    color: #454545;
}

.ac22 ul li {
    font-size: 18px;
    border-bottom: 2px solid #fafafa;
    line-height: 42px;
    text-indent: 10px;
    position: relative;
}

.ac22 ul li i {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    z-index: 998;
    transition: all 0.3s;
    transform: rotate(0deg);
}

.ac22-i-active {
    transform: rotate(90deg) !important;
}

.ac22 ul li>a:hover {
    color: #006cff;
}

.ac22-active {
    color: #006cff;
}

.ac22-libox {
    flex-wrap: wrap;
    background: #fafafa;
    display: none;

}

.ac22-libox a {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    text-indent: 40px;
    display: block;
}

.ac22-libox a:hover {
    color: #006cff;
}



.ac22-form {
    background: white;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    overflow: hidden;
}

.ac22-form input {
    border: none;
    padding: 10px;
    border: 1px solid #f4f4f4;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fcfcfc;
}

.ac22-form input:focus {
    outline: none !important;
}

.ac22-form button {
    border: none;
    background: white;
    padding: 10px 15px;
    background: #006cff;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.ac22-form button:hover {
    background: #10A56E;
}

@media screen and (max-width:680px) {
    .ac22 {
        margin-bottom: 30px;
    }
}


/* ac22结束 */



/* ac20开始 */
.ac20 {

    border-radius: 24px;
    padding: 36px 18px 36px;
    box-sizing: border-box;
    background: white;
    position: relative;
    overflow: hidden;
    position: sticky;
    top: 80px;
    z-index: 99;
    margin-top: 40px;
}

.ac20-bg1 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.05;
    position: absolute;
    border-radius: 50%;
    top: -10%;
    bottom: 0;
    left: 20%;
    margin: auto 0;
}

.ac20-bg2 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    top: -15%;
    bottom: 0;
    left: 30%;
    margin: auto 0;
}

.ac20-bg3 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    top: -20%;
    bottom: 0;
    left: 40%;
    margin: auto 0;
}

.ac20-bg4 {
    height: 600px;
    width: 600px;
    background: #006cff;
    opacity: 0.8;
    position: absolute;
    border-radius: 50%;
    top: -25%;
    bottom: 0;
    left: 50%;
    margin: auto 0;
}



.ac20-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #454545;
    position: relative;
    z-index: 90;
}

.ac20-img {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 90;
    position: relative;
}

.ac20-img img {
    width: 47%;
}

.ac20-des {
    font-size: 15px;
    text-align: justify;
    position: relative;
    padding-top: 10px;
    padding-right: 10px;
    width: 48%;
    z-index: 90;
}

.ac20-des span {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.ac20-des a {
    display: block;
    width: 80px;
    line-height: 30px;
    background: #006cff;
    color: white;
    text-align: center;
    font-size: 12px;
    position: absolute;
    border-radius: 5px;
    bottom: 10%;
    transition: all 0.3s linear;
}

.ac20-des a:hover {
    background: #10A56E;
}

.ac20-con {
    font-size: 16px;
    margin-top: 16px;
    line-height: 28px;
    padding: 0 10px;
    letter-spacing: 2px;
    position: relative;
    z-index: 90;
}

.ac20-con span {
    font-weight: bold;
}


/* ac20结束 */




/* mm开始 */

.mm-out {
    background: #f4f4f4;
    padding-bottom: 80px;

}

.mm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mm-left {
    width: 70%;
}

.mm-right {
    width: 28%;
}

@media screen and (max-width:680px) {
    .mm-out {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }

    .mm-left {
        width: 100%;
    }

    .mm-right {
        width: 100%;
    }
}

/* mm结束 */

/* pagebar开始 */
.pagebar {
    display: flex;
    justify-content: center;
    padding-top: 40px;

}

.pagebar .page-status {
    display: none;
}

.pagebar span {}

.pagebar a {
    line-height: 25px;
    width: 25px;
    padding: 8px;
    text-align: center;
    background: #efeeee;
    margin: 0 4px 0;
    font-size: 12px;
    border-radius: 3px;
}

.pagebar a:hover {
    background: #fb9337;
    color: white;
}

.page-num-current {
    background: #fb9337 !important;
    color: white;
}

@media screen and (max-width:680px) {}

/* pagebar结束 */








/* ac35开始 */
.ac35 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.ac35-title {
    text-align: center;
}

.ac35-des {
    font-size: 12px;
    color: #757575;
    padding-bottom: 24px;
    margin-top: 15px;
    margin-bottom: 18px;
    border-bottom: 1px solid #fafafa;
    text-align: center;
}

.ac35-des span {
    margin: 0 5px;
}

.ac35-content {
    font-size: 16px;
    line-height: 32px;
    color: #2d2d2d;
}

.ac35-content h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 55px;
}

.ac35-content h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
}

.ac35-content h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.ac35-content h5 {
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
}

.ac35-content h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.ac35-content p {
    margin-top: 6px;
}

.ac35-content video {
    width: 100%;
}

.ac35-content img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 4px auto;
}

.ac35-ewm {
    margin-top: 30px;
}

.ac35-sm {
    color: #626262;
    margin-top: 30px;
}

.ac35-page {
    margin-top: 40px;
    font-size: 18px;
    line-height: 32px;
}

.ac35-page a:hover {
    color: #006cff;
    transition: all 0.3s linear;
}

@media screen and (max-width:680px) {
    .ac35 {
        margin-bottom: 40px;
        padding: 20px 8px;
    }
}

/* ac35结束 */



/* ac36开始 */
.ac36 {
    padding-bottom: 100px;
    background: white;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 100px;
}

.ac36-name {
    font-size: 26px;
    font-weight: bold;
}

.ac36-item {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}

.ac36-item:nth-child(1) {
    margin-top: 20px !important;
    border-top: none;
    padding-top: 0;
}


.ac36-item-title {
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s;
}

.ac36-item-title:hover {
    color: #006cff;
}

.ac36-item-con {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
}

.ac36-item-con-img {
    width: 18%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 120px;
}

.ac36-item-con-img img {
    transform: scale(1);
    transition: all 0.3s;
}

.ac36-item-con-img:hover img {
    transform: scale(1.02);
}

.ac36-item-con-des {
    width: 78%;
}

.ac36-item-con-des p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.ac36-item-con-des a {
    display: inline-block;
    font-size: 14px;
    margin-top: 24px;
    color: #006cff;
    border-bottom: 1px solid transparent;
}

.ac36-item-con-des a:hover {
    border-bottom: 1px solid #006cff;
}

@media screen and (max-width:680px) {
    .ac36 {
        margin-bottom: 40px;
    }

    .ac36-item {
        margin-top: 10px;
        padding-top: 15px;
    }

    .ac36-item-title {
        font-size: 18px;
    }

    .ac36-item-con {
        margin-top: 5px;
    }

    .ac36-item-con-img {
        width: 35%;
    }

    .ac36-item-con-des {
        width: 59%;
    }

    .ac36-item-con-des p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }
}

/* ac36结束 */




/* ac38开始 */
.ac38 {
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    margin-bottom: 60px;
}

.ac38-name {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px dashed #f4f4f4;
    margin-bottom: 20px;
}

.ac38-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 16px;
    border-bottom: 1px dashed #f4f4f4;
    padding-bottom: 5px;
}

.ac38-nav {
    width: 20%;
    color: #006cff;
}

.ac38-title {
    width: 80%;
}

.ac38-date {
    font-size: 13px;
}

.ac38-item:hover {
    color: #006cff;
}

@media screen and (max-width:680px) {

    .ac38-item {
        font-size: 14px;
    }

    .ac38-nav {
        width: 35%;
    }

    .ac38-title {
        width: 70%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

/* ac38结束 */




.aaa {
    /* 主题色 */
    color: #006cff;

    color: #10A56E;

    /* 分割线 */
    color: #e6e6e6;

    background: -webkit-linear-gradient(top, #006cff, #10A56E);
    -webkit-background-clip: text;
    color: transparent;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    box-shadow: 5px 5px 15px 0px #c5c4c470;
}