﻿/*重构*/
* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: Microsoft YaHei,Arial;
    color: #333333;
    background: #ffffff;
}
body, h1, h2, h3, h4, h5, p, ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #0071B3;
}
a:hover {
    text-decoration: none;
}

/*布局*/
.dl-row {
    display: flex;
    flex-direction: row; }

.dl-row-sb {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.dl-row-sa {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }

.dl-row-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
.dl-row-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start }
.dl-column {
    display: flex;
    flex-direction: column; }

.dl-column-sb {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.dl-column-sa {
    display: flex;
    flex-direction: column;
    justify-content: space-around; }

.dl-column-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }

.center {
    align-items: center; }
.center-2{
    justify-content: center;
}

.start {
    align-items: center; }

.end {
    align-items: flex-end; }
/*布局*/
/*间距*/

.main-box{
    margin: 70px auto !important;
}

.large-container{
    max-width: 78%;
    min-width: 1200px;
    margin: auto;
}
.container{
    width: 1200px;
    margin: auto;
}
.mar-top-10{
    margin-top: 10px;
}
.mar-top-30{
    margin-top: 30px;
}
.mar-top-60{
    margin-top: 60px;
}
.mar-left-30{
    margin-left: 30px;
}
.pad-left-70{
    padding-left: 70px;
}
.gap-20{
    gap: 20px;
}
.mar-bottom-20{
    margin-bottom: 20px;
}
.hospital-mar{
    margin: 60px auto 80px auto;
}







.clamp-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}

.main-title{
    width: 100%;
    height: 110px;
    margin: 0 auto 60px auto;
    text-align: center;
    position: relative;
}
.main-title p{
    font-family: MiSans;
    font-weight: 500;
    font-size: 132px;
    line-height: 110px;
    color: #F7F7F7;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.main-title h3{
    width: 100%;
    font-family: MiSans;
    font-weight: 600;
    font-size: 36px;
    color: #0071B3;
    position: absolute;
    top:0;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.main-title span{
    width: 100%;
    font-family: MiSans;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    position: absolute;
    top:60px;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.main-title.main-title-white h3{
    color: #ffffff;
}
.main-title.main-title-white span{
    opacity: 0.5;
    color: #ffffff;
}
.main-title.main-title-white p{
    color: #006DAC;
}




.nav-home{
    width: 100%;
    height: 80px;
    background: #ffffff;
}
.nav-home .large-container{
    /*padding: 0 30px;*/
    /*min-width: 1140px;*/
    height: 80px;
}
.nav-main a{
    padding: 0 20px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    font-size: 14px;
    color: #5a5a5a;
}
.nav-main .active a{
    color: #0971AE;
    border-bottom: 2px solid #0971AE;
    font-weight: bold;
}
.lang{
    margin-left: 30px;
    color:#8b8b8b;
}
.lang:hover{
    cursor: pointer;
}
.lang img{
    margin-right: 10px;
}
.banner-box .el-carousel__container{
    height: 770px;
}
.banner-img{
    width: 100%;
    height: 770px;
    /*height: auto;*/
    /*width: 100%;*/
    background: url("../img/web_img/banner01.png") no-repeat center;
}


.about-box{
    background: url("../img/web_img/bg_aboutus.png") no-repeat bottom center;
    padding: 70px 0;
}
.about-box .content-text{
    font-size: 14px;
    color: #656565;
    line-height: 28px;
    text-align: center;
    text-indent: 2ch;

}
.us-data .data{
    font-family: MiSans;
    font-weight: 600;
    font-size: 46px;
    color: #0071B3;
    margin-right: 10px;
}
.us-data .top{
    font-weight: bold;
    font-size: 20px;
    color: #0071B3;
    position: absolute;
    top:-5px;
}
.us-data .down{
    font-size: 16px;
    color: #666666;
    position: absolute;
    top:30px;
}
.us-data p{
    color: #666666;
    text-align: center;
}
.us-data .small-log{
    position: relative;
    height: 60px;
}
.us-data .center{
    justify-content: center;
}

.cp-box{
    color: #6b6b6b;
    background: url("../img/web_img/bg_cp2.png") no-repeat bottom right #f8f8f8 ;
    height: 325px;
    cursor: pointer;
}
.cp-box.active{
    background: url("../img/web_img/bg_cp1.png") no-repeat bottom right #0071B3 ;
}
.cp-box.active h3,.cp-box.active p{
    color: #ffffff;
}


.cp-box h3,.wf-box h3{
    font-family: MiSans;
    font-weight: 400;
    font-size: 32px;
    text-align: right;
    padding-top: 70px;
    padding-right: 120px;
}
.cp-box p,.wf-box p{
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 120px;
    margin-top: 10px;
}
.wf-box{
    color: #6b6b6b;
    background: url("../img/web_img/bg_fw1.png") no-repeat bottom right #f8f8f8 ;
    height: 325px;
    cursor: pointer;
}

.wf-box.active{
    background: url("../img/web_img/bg_fw2.png") no-repeat bottom right #0071B3 ;
}
.wf-box.active h3,.wf-box.active p{
    color: #ffffff;
}
.cp-fw .right{
    width: 1185px;
}
.cp-fw .left{
    width: calc(100% - 1185px);
}
.index-cp{
    position: relative;
    width: 395px;
    height: 650px;
    cursor: pointer;
}
.index-cp .cp-img{
    position: relative;
    width: 395px;
    height: 650px;
}
.index-cp .cp-img img{
    width: 395px;
    height: 650px;
}
.index-cp .black{
    width: 395px;
    height: 250px;
    position: absolute;
    bottom: 0;
    left:0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 5;
    padding: 100px 40px 0 40px;
}
.index-cp .black h4{
    font-family: MiSans;
    font-weight: 400;
    font-size: 42px;
    color: #00B4FF;
}
.index-cp .black p{
    font-family: MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.index-cp .black span{
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}
.news-box{
    padding: 70px;
}
.news-list li{
    width: 275px;
}
.news-list .news-img{
    width: 275px;
    height: 180px;
}
.news-list li{
    cursor: pointer;
}
.news-list span{
    font-size: 12px;
    color: #0071B3;
    margin: 12px 0;
}
.news-list h5{
    font-weight: bold;
    font-size: 16px;
    color: #4D4D4D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 26px;
    margin-bottom: 5px;
}
.news-list h5:hover{
    color:#0071B3 ;
}
.news-list p{
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.case-box{
    background: url("../img/web_img/bg-case.png") no-repeat #f8f8f8 center bottom;
    padding: 70px 0;
}
.case-box img{
    margin: 0 auto;
    width: 1350px;
}
.case-box .main-title{
    margin-bottom: 40px;
}
.case-box .main-title p{
    color: #ededed;
}

.foot-main {
    background: url("../img/web_img/bg_foot.png") no-repeat center bottom;
    font-size: 14px;
    color: #e1e1e1;
    background-size: 100% 100%;
}
.foot-main .bottom{
    border-top:1px solid #656565;
}
.foot-main .bottom p{
    line-height: 50px;
    margin-right: 30px;
    opacity: 0.4;
    font-size: 12px;
}
.foot-main .top{
    padding: 38px 0;
}

.foot-nav h3{
    padding: 0 30px;
    background: url("../img/icon/dian.png") no-repeat right center;
    margin-bottom: 10px;
    color: #e1e1e1;
    font-size: 14px;
    font-weight: normal;
}
.foot-nav p{
    padding-left: 35px;
    opacity: 0.7;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #e1e1e1;
}
.foot-nav h3:hover,.foot-nav p:hover{
    text-decoration: underline;
}
.foot-nav li:last-child h3{
    background: none;
}
.foot-nav li:first-child h3{
    padding-left: 0;
}
.foot-nav li:first-child p{
    padding-left: 0;
}

.contact{
    /*height: 260px;*/
    padding-left: 60px;
    border-left: 1px solid #656565;
}
.contact h5{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}
.contact p{
    font-size: 12px;
    opacity: 0.4;
}
.contact .tell{
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
}
.foot-main .logo{
    margin-bottom: 20px;
}
.float-web{
    position: fixed;
    right: 20px;
    top:20%;
    z-index: 9999;
    width: 58px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(38,52,90,0.2);
    border-radius: 10px;

}
.float-web .item{
    cursor: pointer;
}
.float-web .item .text{
    font-size: 14px;
    color: #747A8C;
    line-height: 18px;
    border-bottom: 1px solid #E1E3E8;
    padding-bottom: 12px;
}
.float-web .item .text-box{
    padding: 12px 12px 0 12px;
}

.float-web .dianhua{
    margin-bottom: 10px;
}
.float-web .dianhua img{
    margin-right: 10px;
}
.float-web .item:last-child .text{
    border: none;
}
.content-banner{
    width: 100%;
    height: 340px;
}
.content-banner .banner-title{
    margin: 0 auto;
}
.content-banner .banner-title h1{
    font-weight: bold;
    font-size: 34px;
    color: #FFFFFF;
    text-align: center;
}
.content-banner .banner-title p{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    /*text-transform: uppercase;*/
}
.content-banner .banner-title .line{
    background: #E19F20;
    height: 2px;
    width: 60px;
    margin: 25px auto;
}
.cp-banner{
    background: url("../img/web_img/banner_cp.png") no-repeat center center;
}
.fw-banner{
    background: url("../img/web_img/banner_fw.png") no-repeat center center;
}
.al-banner{
    background: url("../img/web_img/banner_al.png") no-repeat center center;
}
.as-banner{
    background: url("../img/web_img/banner_as.png") no-repeat center center;
}
.re-banner{
    background: url("../img/web_img/banner_re.png") no-repeat center center;
}
.news-banner{
    background: url("../img/web_img/banner_news.png") no-repeat center center;
}
.nav-left{
    width: 320px;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.12);
    padding: 35px;
}
.sxfx-test{
    padding: 0 70px;
}
.small-title{
    margin-bottom: 35px;
}
.small-title h3{
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    margin-bottom: 5px;
}
.small-title span{
    font-weight: bold;
    font-size: 12px;
    color: #1A1A1A;
    text-transform: uppercase;
    margin-left: 3px;
}
.small-title-white h3{
    color: #ffffff;
}
.small-title-white span{
    color: #ffffff;
}
.small-title-2{
    margin-bottom: 30px;
    border-left: 4px solid #0971AE;
    padding-left: 10px;
}
.small-title-2 span{
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    text-transform: uppercase;
}



.main-bg-01{
    background-image: url('../img/web_img/fw_bg01.png'), url('../img/web_img/ys_bg_01.png');
    background-position: center 900px, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 490px,100% 320px;
}
.advantage-box{
    background: #FFFFFF;
    border-radius: 18px;
    opacity: 0.95;
    padding: 30px;
    width: 460px;
    margin-right: 50px;
}
.advantage-box ul li{
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 20px;
}
.advantage-box ul li:last-child{
    margin-bottom: 0;
}
.advantage-box ul li img{
    margin-right: 10px;
}
.advantage-box ul li h3{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
.advantage-box ul li h3 span{
    color: #0971AE;
}
.advantage-box ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.advantage-mar{
    padding-bottom: 40px;
}
.course{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.course li {
    border-radius: 15px;
    padding: 20px;
    width: 48%;
    margin-bottom: 25px;
}
.course li h1{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
.course li p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}


.course-blue h1{
    background: #2B84B9;
}
.course-blue li{
    background: #F1F8FD;
}

.course-green h1{
    background: #13ADAE;
}
.course-green li{
    background: #f1f8fd;
}

.course-light-blue h1{
    background: #3880DB;
}
.course-light-blue li{
    background:#F1F8FD;
}



.concrete-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.concrete-box li{
    border-radius: 15px;
    padding:20px;
    width: 48%;
    margin-bottom: 25px;
    border: 1px solid #E0E0E0;
}
.concrete-box li .title img{
    margin-right: 5px;
}
.concrete-box li h1{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 43px;
}
.concrete-box li p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.logos-box{
    background: url("../img/web_img/bg_case.png") no-repeat center;
    padding: 70px 0;
    height: 400px;
}
.logos-box-img{
    margin-top: -70px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.logos-box-img img{
    border: 1px solid #E0E0E0;
    padding: 5px;
    height: 62px;
}
.hospital-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}
.hospital-box li{
    border: 1px solid #E0E0E0;
    width: 31%;
    cursor: pointer;
}
.hospital-box li:hover{
    border: 1px solid #0971ae;
}
.hospital-box li .main{
    height:168px;
    width: 100%;
}
.hospital-box li .text{
    padding: 10px 15px;
}
.hospital-box li .text p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.hospital-box li .text img{
    height: 44px;
}
















    /*样式重构*/
.el-button--primary{
    background-color: #0071B3;
    border-color: #0071B3;
}
.el-button--primary:hover{
    background-color: #1b93d9;
    border-color: #1b93d9;

}
.nav-main .el-menu--horizontal > .el-submenu .el-submenu__title,.el-menu--horizontal > .el-menu-item{
    color:#606266;
}
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title{
    color:#606266;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
}
.nav-main .el-menu.el-menu--horizontal{
    border:none;
}
.el-menu--horizontal > .el-menu-item.is-active,.el-menu--horizontal > .el-submenu.is-active .el-submenu__title{
    border-bottom: 2px solid #0971AE;
    color: #0971AE;
    font-weight: bold;;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover{
    color: #0971AE;
}
.el-menu--collapse .el-menu .el-submenu, .el-menu--popup{
    min-width: 150px;
}
.el-menu--horizontal .el-menu .el-menu-item.is-active, .el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title{
    color: #0971AE;
    font-weight: bold;
}

.nav-left .el-collapse-item{
margin-bottom: 20px;
}
.nav-left .el-collapse-item__header{
    background: #EFEFEF;
    color: #333333;
    border: none;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}

.nav-left .el-collapse-item__wrap{
    border: none;
}
.nav-left .el-collapse{
    border: none;
}
.nav-left .el-collapse-item__arrow{
    margin: 0 20px 0 auto;
}

.nav-left .el-collapse-item__content{
    padding: 20px 20px 0 20px;
}
.nav-left .el-tree-node__content{
    height: 36px;
}
.nav-left .el-tree-node__label{
    color:#5e5e5e;
}
.nav-left .el-collapse-item__header.is-active{

}
.fw_left .el-collapse-item.is-disabled .el-collapse-item__header{
    color: #ffffff;
    cursor: pointer;
}
.fw_left .el-collapse-item__arrow{
    display: none;
}
.fw_left .el-collapse-item__content{
    padding: 0;
}
.fw_left{
    margin-right: 70px;
}
.main-right{
    width:calc(100% - 320px);
}
.fw-img-box img{
    /*height: 360px;*/
}


.class_0 .el-collapse-item__header.is-active,.class_0 .el-collapse-item__header{
    background: url("../img/web_img/cp_left_01.png") no-repeat;
    color: #ffffff;
}
.class_1 .el-collapse-item__header.is-active,.class_1 .el-collapse-item__header{
    background: url("../img/web_img/cp_left_02.png") no-repeat;
    color: #ffffff;
}
.class_2 .el-collapse-item__header.is-active,.class_2 .el-collapse-item__header{
    background: url("../img/web_img/cp_left_03.png") no-repeat;
    color: #ffffff;
}
.class_3 .el-collapse-item__header.is-active,.class_3 .el-collapse-item__header{
    background: url("../img/web_img/cp_left_04.png") no-repeat;
    color: #ffffff;
}
.class_4 .el-collapse-item__header.is-active,.class_4 .el-collapse-item__header{
    background: url("../img/web_img/cp_left_05.png") no-repeat;
    color: #ffffff;
}


.service_0 .el-collapse-item__header.is-active,.service_0 .el-collapse-item__header{
    background: url("../img/web_img/fw_left_01.png") no-repeat;
    color: #ffffff;
}
.service_1 .el-collapse-item__header.is-active,.service_1 .el-collapse-item__header{
    background: url("../img/web_img/fw_left_02.png") no-repeat;
    color: #ffffff;
}
.service_2 .el-collapse-item__header.is-active,.service_2 .el-collapse-item__header{
    background: url("../img/web_img/fw_left_03.png") no-repeat;
    color: #ffffff;
}
.service_3 .el-collapse-item__header.is-active,.service_3 .el-collapse-item__header{
    background: url("../img/web_img/fw_left_04.png") no-repeat;
    color: #ffffff;
}
.service_4 .el-collapse-item__header.is-active,.service_4 .el-collapse-item__header{
    background: url("../img/web_img/fw_left_05.png") no-repeat;
    color: #ffffff;
}


.nav-left .el-tree-node__label:hover{
    background: none;
    color: #0971AE;
    text-decoration: underline;
}
.nav-left .is-focusable .is-current .el-tree-node__label{
    color: #0971AE;
    text-decoration: underline;
    font-weight: bold;
}
.main-tab .el-tabs--border-card{
    box-shadow:none;
    -webkit-box-shadow:none;
}
.main-tab .el-tabs--border-card>.el-tabs__header{
    background: url("../img/web_img/bg_tab.png") no-repeat center center;
    background-size: 155%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-tab .el-tabs__item{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}
.main-tab .el-tabs--border-card>.el-tabs__header .el-tabs__item{
    color:#ffffff;
}
.main-tab .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{
    background: #F3F9FD;
    border-radius: 8px 8px 0px 0px;
    color: #0971AE;
    font-weight: bold;
}
.main-tab .el-tabs--border-card>.el-tabs__content{
    padding: 25px;
}
.main-tab  .el-tabs__nav-next, .el-tabs__nav-prev{
    color: #ffffff;
}
.down-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.down-box li{
    padding-left: 20px;
    background: url("../img/icon/dot.png") no-repeat left center;
    border-bottom:1px dashed #E0E0E0;
    height: 42px;
    line-height: 42px;
    width: 30%;

}
.down-box li a{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 42px;
    display: inline-block;
    width: 100%;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本溢出 */
}
.down-box li a:hover{
    color: #0971AE;
}
.at-box{
    border: 1px solid #E0E0E0;
    padding: 30px;
}
.at-box li{
    position: relative;
    width: 20%;
}
.at-box li:after{
    content: '';
    width: 1px;
    height: 30px;
    background: #e0e0e0;
    position: absolute;
    right: 0;
    top:18px;
}
.at-box li:last-child:after{
    display: none;
}
.at-box p{
    font-size: 14px;
    color: #4E4E4E;
    margin-top: 10px;
}
.at-box-02{
    border: 1px solid #E0E0E0;
    padding: 30px 40px;
}

.at-box-02 h4{
    font-weight: bold;
    font-size: 16px;
    color: #4E4E4E;
    line-height: 50px;
}
.at-box-02 p{
    font-size: 14px;
    color: #919191;
    margin-left: 10px;
    line-height: 50px;
}
.at-box-03{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.at-box-03 li{
    border: 1px solid #E0E0E0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}
.at-box-03 h3{
    font-size: 16px;
    color: #4E4E4E;
    margin: 10px 0;
    text-align: center;
}
.at-box-03 p{
    font-size: 12px;
    color: #919191;
    line-height: 20px;
    text-align: center;
}

.faqs-box .el-collapse{
    width: 860px;
    border: 1px solid #E0E0E0;
}
.faqs-box .el-collapse-item__header{
    padding-left: 20px;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    color: #4E4E4E;
}
.faqs-box .el-collapse-item__content{
    padding: 15px 20px;
}
.buy-box{
    margin-top: 90px;
    width: 100%;
    height: 120px;
    background: #ECF3FF;
    justify-content: center;
}
.buy-box h3{
    font-weight: 400;
    font-size: 28px;
    color: #3D5B75;
    line-height: 36px;
    margin-right: 180px;
}
.buy-box p{
    font-weight: 400;
    font-size: 18px;
    color: #3D5B75;
    padding: 0 40px;
    border-right: 1px solid #B6C3D9;
}
.buy-box p:last-child{
    border: none;
}
.buy-box p span{
    font-weight: bold;
}
.data-box{
    margin-top: 35px;
    background: #F5F5F5;
    padding: 30px 0 10px 70px;

}
.btn-white{
    flex-wrap: wrap;
}
.btn-white li{
    background: #FFFFFF;
    border-radius: 17px;
    border: 1px solid #DEDFDF;
    line-height: 34px;
    padding: 0 20px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.data-box .small-title{
    margin-bottom: 0;
    width: 370px;
    margin-top: -20px;
}
.sxfx-test-main p{
    font-size: 14px;
    color: #4E4E4E;
    line-height: 24px;
    text-indent: 2ch;
}
.cp-img-box img{
    width: 460px;
    height: 533px;
}
.cp-img-box2 img{
    width: 460px;
    height: 326px;
}
.cp-img-box3 img{
    width: 573px;
    height: 233px;
    margin-bottom: 10px;
}
.link-thesis{
    width: 100%;
    line-height: 50px;
    border-radius: 24px;
    border: 1px solid #0971AE;
    color:#0971AE ;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
    background:#F4FBFF ;

}
.link-thesis:hover{
    text-decoration: underline;
}
.link-thesis p{
    background:url("../img/icon/jt_blue.png") no-repeat center right;
}
.notice-box li{
    width: 460px;
    height: 60px;
    background: #F4F4F4;
    padding: 0 20px;
    margin-bottom: 20px;
}
.notice-box li a{
    font-size: 14px;
    color: #333333;
    line-height: 60px;
    background: url("../img/icon/dot.png") no-repeat left center;
    padding-left: 15px;
    width: 75%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.notice-box li span{
    font-size: 12px;
    color: #999999;
    line-height: 60px;
}
.notice-box li a:hover{
    color: #0971ae;
    cursor: pointer;
}
.method-box{
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
}
.method-box li{
    font-size: 16px;
    color: #4E4E4E;
    line-height: 34px;
}
.review-box{
    gap: 35px;
    flex-wrap: wrap;
}
.review-box img{
    width: 340px;
    height: 210px;
}
.review-box p{
    font-size: 14px;
    color: #4E4E4E;
    text-align: center;
    margin-top: 10px;
}
.cp_details{
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.12);
    padding: 30px 40px;
    margin-top: 20px;
    min-height: 800px;
}
.cp_details .title{
    font-weight: bold;
    font-size: 24px;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.detail-mar{
    margin-top: -34px;
}
.expect-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.expect-box li{
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    width: 250px;
    background: #FFFFFF;
    padding: 25px;
}
.expect-box li .title{
    background: #ECF0F5;
    border-radius: 38px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.expect-box li .title h3{
    font-weight: bold;
    font-size: 18px;
    color: #0971AE;
    line-height: 25px;
}
.expect-box li .title p{
    font-size: 12px;
    color: #0971AE;
    line-height: 25px;
    text-transform: uppercase;
}


.expect-box li .title-purple{
    background: #E8E8F6;
}
.expect-box li .title-purple h3{
    color: #635EAC;
}
.expect-box li .title-purple p{
    color: #635EAC;
}



.expect-box li .main{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    height: 190px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6 ; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.expect-box li .bottom{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 43px;
    text-align: center;
    padding-top: 10px;
}
.expect-box li:nth-child(1){
    background: url("../img/web_img/phase_01.png") no-repeat #ffffff right 180px;
}
.expect-box li:nth-child(2){
    background: url("../img/web_img/phase_02.png") no-repeat #ffffff right 180px;
}
.expect-box li:nth-child(3){
    background: url("../img/web_img/phase_03.png") no-repeat #ffffff right 180px;
}
.expect-box li:nth-child(4){
    background: url("../img/web_img/phase_04.png") no-repeat #ffffff right 180px;
}
.value-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.value-box li{
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 15px;
    width: 48%;
    margin-bottom: 15px;
}
.value-box li:nth-child(1),.value-box li:nth-child(2){
    margin-bottom: 0;
}
.value-box img{
    margin-right: 15px;
}
.value-box h2{
    font-weight: bold;
    font-size: 18px;
    color: #0971AE;
    line-height: 20px;
    padding: 3px 0;
}
.value-box p{
    font-size: 12px;
    color: #384A6A;
    line-height: 20px;
}
.value-box-2{
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 15px;
    width:524px;
}
.value-box-2 h2{
    font-weight: bold;
    font-size: 18px;
    color: #0971AE;
    line-height: 20px;
    padding: 10px 0;
}
.value-box-2 p{
    font-size: 12px;
    color: #384A6A;
    line-height: 20px;
}
.value-box-2 img{
    width: 100%;
}
.value-mar .value-box{
    width: 68%;
}
.value-mar .value-box-2{
    width: 32%;
}
.line-box{
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    padding: 15px;
}
.line-box img{
    width: 100%;
}

.serve-box{
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 20px 30px;
    width:  540px;
    background: #ffffff;
}
.serve-box .title img{
    margin-right: 5px;
}
.serve-box .title h3{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 43px;
}
.serve-box .title h3 span{
    color: #0971AE;
}
.serve-box .item{
    width: 30%;
}
.line-box h5{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}
.serve-box .test{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}
.mar-box{
    margin: 20px 0;
}
.serve-box-01{
    height: 415px;
}
.tag-blue {
    background: #ECF0F5;
    border-radius: 20px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 12px;
    color: #0971AE;
    text-align: center;
    width: 100%;
}
.tag-box-cl{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.tag-box-row{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}
.tag-green {
    background: #EBF8F7;
    border-radius: 20px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 12px;
    color: #009A8D;
    text-align: center;
    width: 100%;
}
.tag-purple {
    background: #EEEDF9;
    border-radius: 20px;
    padding: 0 12px;
    line-height: 24px;
    font-size: 12px;
    color: #716CBA;
    text-align: center;
    width: 100%;
}
.molecule-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.molecule-box li{
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    background: url("../img/web_img/bg_molecule.png") no-repeat bottom right;
    background-size: 100%;
    width: 23%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;

}
.molecule-box li .item{

}
.molecule-box li img{
    margin-right: 15px;
}

.molecule-box li p{
    font-size: 18px;
    color: #1A1A1A;
}
.as-tab .el-tabs--border-card > .el-tabs__header{
    background-color: transparent;
    border-bottom: none;
    margin: 0;
}
.as-tab .el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover{
    color: #ffffff;
    background-color: #0071B3;
    border-right-color: #0071B3;
    border-left-color: #0071B3;
    border-radius: 10px;
}
.as-tab .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active{
    color: #ffffff;
    background-color: #0071B3;
    border-right-color: #0071B3;
    border-left-color: #0071B3;
    border-radius: 10px;
}
.as-tab .el-tabs__item{
    height: 70px;
    line-height: 70px;
    padding: 0 90px;
    font-size: 16px;
    font-weight: bold;
}
.as-tab .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child{
    padding-right: 90px;
}
.as-tab .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2){
    padding-left: 90px;
}
.as-tab{
    margin-top: -35px;
}
.as-tab .el-tabs--border-card{
    background: transparent;
    border: none;
}
.as-tab .el-tabs__nav-scroll{
    display: flex;
    justify-content: center;
}
.as-tab .el-tabs__nav{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.08);
}
.as-tab .el-tabs__content{
    padding: 0;
}
.honor-box{
    padding: 50px 0 60px 0;
    background: url("../img/web_img/bg_honor.png") center center no-repeat;
}
.philosophy-box{
    padding: 70px 0;
}
.philosophy-list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.philosophy-list li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.philosophy-list li img{
    margin-bottom: 30px;
}
.philosophy-list li .test{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.philosophy-list li .test h5{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 18px;
}
.philosophy-list li .test p{
    font-size: 14px;
    color: #666666;
    line-height: 18px;
}
.philosophy-list li .test .line{
    width: 46px;
    height: 3px;
    background: #0071B3;
    margin: 15px 0;
}
.time-box {
    padding: 60px 0 60px 0;
    /*background: url("../img/web_img/bg_time.png") center center no-repeat;*/

    background-image: url('../img/web_img/bg_time.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.time-line{
    background-image: url('../img/icon/time-line.png');
    background-position: center 370px;
    background-repeat: repeat-x;
}

.team-box1{
    padding-top: 60px;
    background: url("../img/web_img/bg_about.png") center bottom no-repeat;
}
.team-box2{
    background: #0071B3;
    height: 136px;
    padding-top: 40px;
}

.team-box1 .team-img{
    width: 523px;
    height: 409px;
    margin-bottom: -140px;
}
.team-box1 .left{
    width: 530px;
}
.team-box2 .main{
    text-align: left;
    width: 530px;
}
.team-box2 .main p{
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}
.team-box2 .main h5{
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
}
.bonus-box{
    padding: 60px 0;
    background: url("../img/web_img/bg-bonus.png") center center no-repeat;
}
.bonus-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bonus-main li{
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 26%;
    position: relative;
}
.bonus-main li img{
    margin-right: 10px;
    margin-top: -12px;
}
.bonus-main li h3{
    font-weight: bold;
    font-size: 22px;
    color: #1A1A1A;
    margin-bottom: 10px;
}
.bonus-main li p{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.bonus-main li:nth-child(1){
    margin-bottom: 60px;
}
.bonus-main li:nth-child(1):after,.bonus-main li:nth-child(2):after{
    content: "";
    position: absolute;
    right: -60px;
    bottom: -150px;
    width:1px;
    height: 200px;
    background: #e0e0e0;
}
.bonus-main li:nth-child(2){
    margin-bottom: 60px;
}
.bonus-main li:nth-child(3){
    margin-bottom: 60px;
}
.recruit-box{
    padding: 60px 0;
}
.recruit-table .el-table__footer-wrapper, .el-table__header-wrapper{
 border-top: 2px solid #0071B3;
}
.recruit-table .el-table thead th{
    background: #F5F5F5;
    padding: 20px 0;
}
.recruit-table .el-table thead{
    font-weight: bold;
    font-size: 14px;
    color: #1A1A1A;
}
.resource-box{
    padding: 60px 0 120px 0;
}

.resource-box .el-tabs__nav-wrap::after{
    display: none;
}
.resource-box .el-tabs__item{
    font-weight: bold;
    font-size: 20px;
    color: #5D5D5D;
}
.resource-box .el-tabs__item.is-active{
    color: #1A1A1A;
}
.resource-box .el-tabs__active-bar{
    background: #0971AE;
    height: 4px;
    bottom: 8px;
    z-index: 0;
}

.resource-list li{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
    align-items: center;
    border:1px solid #f2f5fb;
    background: #ffffff;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}
.resource-list li p{
    padding-left: 15px;
    background: url("../img/icon/dot.png") center left no-repeat;
    font-size: 16px;
    color: #333333;
}
.resource-list li i{
    font-size: 20px;
    color: #999999;
    font-weight: bold;
}
.resource-list li i:hover{
    cursor: pointer;
    color: #0971AE;
}
.resource-list li:nth-child(even){
    background: #f2f5fb;
}
.news-list-detail{
    padding: 60px 0  0px 0;
}

.news-list-detail li{
    width: 100%;
   background: #ffffff;
    padding: 30px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.news-list-detail li .left span{
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    color: #0971AE;
    white-space: nowrap;
}
.news-list-detail li .left h1{
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.news-list-detail li .left p{
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.news-list-detail li .left{
    width: 80%;
}
.news-list-detail li h5{
    color: #7c7c7c;
    font-weight: normal;
    font-size: 14px;
    padding-right: 80px;
    background: url("../img/icon/more_02.png") no-repeat right center;
}
.news-list-detail li h5:hover{
    background: url("../img/icon/more_022.png") no-repeat right center;
    color: #0071b3;
    cursor:pointer;
}
.news-list-detail li .left h1:hover{
    color: #0071b3;
    cursor:pointer;
}
.detail-box{
    background: #FFFFFF;
    padding: 60px 100px;
    margin: 60px auto;
}
.detail-box .title h1{
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px;
}
.detail-box .title{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
.detail-box-ul ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
    .detail-box-ul ul li {
        font-size: 14px;
        color: #999999;
    }
.detail-main{
    padding: 20px 0;
}
.link-box{
    display: flex;
    flex-direction: column;
}
.link-box a{
    line-height: 40px;
}
.link-box a:hover{
    text-decoration: underline;
}

/*.el-icon-arrow-right,.el-icon-arrow-left{*/
/*    background: #ffffff;*/
/*    color: #0971ae;*/
/*    padding: 2px;*/
/*    border-radius: 50px;*/
/*}*/
/*.el-button--primary.is-plain{*/
/*    color: #0971ae;*/
/*    background: #ecf5ff;*/
/*    border-color: #0971ae;*/
/*}*/
/*.el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover{*/
/*    background: #0971ae;*/
/*    border-color: #0971ae;*/
/*}*/
/*.el-button:hover {*/
/*    color: #0971ae;*/
/*}*/




.btn-s{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -40px;
    margin-bottom: 20px;
}
.honor-main{
    background: url("../img/web_img/bg_certificate.png") no-repeat center bottom;
    padding: 20px;
    position: relative;
}
.honor-main ul{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    gap:30px;
    overflow: hidden;
}
.honor-main ul img{
    width: 260px;
    height: 185px;
    border: 1px solid #e0e0e0;
}
.honor-main ul p{
    width: 260px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.honor-left,.honor-right{
    background: rgba(0,0,0,0.2);
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.honor-left:hover,.honor-right:hover{
    background: rgba(0,0,0,0.3);
}
.honor-left{
    position: absolute;
    left: 0;
    top: 30%;
}
.honor-right{
    position: absolute;
    right: 0;
    top: 30%;
}
.time-main{
    position: relative;
}
.time-main ul{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    gap: 60px;
    overflow: hidden;
}

.time-main ul li:nth-child(odd){
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}
.time-main ul li:nth-child(even){
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 150px;
}
.time-main ul li:nth-child(old) {
    margin-top: 212px;
}

.time-main ul li:nth-child(odd) .years{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    margin-bottom: 20px;
}
.time-main ul li:nth-child(even) .years{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    margin-top: 20px;
}
.time-main .years-box{
    width: 178px;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px 0px rgba(5,54,82,0.08);
    border-radius: 10px;
    padding: 15px;

}
.time-main .years-box p{
    font-size: 14px;
    color: #1A1A1A;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* 限制在一个块元素显示的文本的行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.time-main ul li:nth-child(odd) .years-dot{
    width: 178px;
    height: 215px;
    padding-top: 40px;
    background: url("../img/icon/dot_b.png") no-repeat 20px top ;
}
.time-main ul li:nth-child(even) .years-dot{
    width: 178px;
    height: 212px;
    padding-bottom: 40px;
    background: url("../img/icon/dot_a.png") no-repeat 20px bottom;
}

    /*自适应样式*/
.nav-ph-box{
    display: none;
}
.foot-ph{
    display: none;
}
.honor-ph,.time-ph{
    display: none;
}
@media (max-width: 1850px) {
    .foot-nav h3{
        padding: 0 25px;
    }
    .btn-white li{
        margin-right: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1740px) {
    .foot-nav h3{
        padding: 0 20px;
    }
    .btn-white li{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .data-box .small-title{
        width: 320px;
    }


}
@media (max-width: 1670px) {
    .main-bg-01{
        background-position: center 850px, center bottom;
        background-size: 100% 490px,100% 370px;
    }
    .expect-box li{
        width: 230px;
    }
}


@media (max-width: 1620px) {
    .foot-nav h3{
        padding: 0 15px;
    }
    .nav-left{
        width: 240px;
    }
    .nav-left .el-collapse-item__content{
        padding: 10px 0 0 0;
    }
    .cp-img-box img{
        width: 360px;
        height: 627px;
    }
    .faqs-box .el-collapse{
        width: 660px;
    }
    .expect-box li{
        width: 200px;
    }
    .expect-box li .bottom{
        font-size: 16px;
    }
    .expect-box li .main{
        height: 240px;
        -webkit-line-clamp: 8;
    }
    .expect-box li:nth-child(1),.expect-box li:nth-child(2),.expect-box li:nth-child(3),.expect-box li:nth-child(4){
        background-position: right 240px;
    }
    .main-bg-01{
        background-position: center 870px, center bottom;
        background-size: 100% 560px,100% 370px;
    }
    .serve-box{
        width: 430px;
    }
    .advantage-mar{
        margin-bottom: 0;
    }
    .foot-nav p{
        padding-left: 15px;
    }
    .time-main-2{

    }

}
.ql-indent-1 {
        padding-left: 0px !important;
        text-indent: 1em !important;
    }

    .ql-indent-2 {
        padding-left: 0px !important;
        text-indent: 2em !important;
    }

    .ql-indent-3 {
        padding-left: 0px !important;
        text-indent: 3em !important;
    }

    .ql-indent-4 {
        padding-left: 0px !important;
        text-indent: 4em !important;
    }

    .ql-indent-5 {
        padding-left: 0px !important;
        text-indent: 5em !important;
    }

    .ql-indent-6 {
        padding-left: 0px !important;
        text-indent: 6em !important;
    }

    .ql-indent-7 {
        padding-left: 0px !important;
        text-indent: 7em !important;
    }

    .ql-indent-8 {
        padding-left: 0px !important;
        text-indent: 8em !important;
    }
