* {
    margin: 0px;
/*padding: 0;*/
outline: none;
}
a {text-decoration: none; color: #333;}
li {list-style: none;}
button {border:none;/*vertical-align: middle;*/}

.w12 {
margin: 0 auto;
width: 1200px;
}
.tabs_list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    height: 46px;
    border: 1px solid #805AC8;
    border-radius: 23px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
        text-align: center;
    color: #282828;
}

.float-left {
    float: left;
}
.mb25 {
    margin-bottom: 25px;
}

.banner {
position: relative;
height: 350px;
}
.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.banner .swiper-slide a {
display: block;
height: 350px;
}
.banner .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #fff;
opacity: 0.5;
border-radius: 5px;
}
.banner .swiper-pagination-bullet-active {
width: 30px;
height: 10px;
opacity: 1;
border-radius: 4px;
}
.linkList {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 58px;
}
.linkList li {
    width: 292px;
    height: 280px;
    position: relative;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0.5s;
}

.linkList li a {
    display: block;
    width: 100%;
    height: 100%;
}

.linkList li a div {
    width: 280px;
    height: 100px;
    position: absolute;
    bottom: 9px;
    left: 6px;
    color: #FFFFFF;
    background: linear-gradient(to bottom, rgba(7, 5, 8, 0), rgba(7, 5, 8, 1));
    border-radius: 0 0 10px 10px;
    padding: 35px 0 0 30px;
    box-sizing: border-box;
}

.linkList li a p:first-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    margin-bottom: 5px;
}

.linkList li a p:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.linkList li:first-child {
    background: url("../images/linkList1.png") no-repeat center;
    background-size: 100% 100%;
}

.linkList li:nth-child(2) {
    background: url("../images/linkList2.png") no-repeat center;
    background-size: 100% 100%;
}

.linkList li:nth-child(3) {
    background: url("../images/linkList3.png") no-repeat center;
    background-size: 100% 100%;
}

.linkList li:nth-child(4) {
    background: url("../images/linkList4.png") no-repeat center;
    background-size: 100% 100%;
}

.linkList li:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transition: 0.5s;
}

.hotSchoolSection {
    padding-top: 20px;
    padding-bottom: 60px;
}

.sectionLabel {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #282828;
    background: url("../images/hotSchoolLabelBg.png") no-repeat center;
    text-align: center;
    background-size: 298px 6px;
    line-height: 120px;
}

.hotSchoolNav {
    margin-bottom: 38px;
}

.hotSchoolNav div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotSchoolNav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    height: 46px;
    border: 1px solid #8454cc;
    border-radius: 23px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #282828;
}

.hotSchoolNav a.active {
    color: #fff;
    background: #8454cc;
}

.hotSchoolNav a:hover {
    color: #fff;
    background: #8454cc;
}

.hotSchoolNav a:last-child {
    margin-right: 0;
}

.hotSchoolNav a img {
    width: 35px;
    height: 21px;
    margin-right: 10px;
}

.hotSchoolMain {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.schoolList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 830px;
}

.schoolList li {
    background: #fff;
    margin-bottom: 46px;
    box-shadow: 0px 0px 7px 0px rgba(194, 194, 194, 0.5);
    border-radius: 5px;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0.5s;
}

.schoolList li:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transition: 0.5s;
}

.schoolList li p {
    padding: 0 20px;
}

.schoolName {
    font-family: PingFang SC;
    font-weight: bold;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
    box-sizing: border-box;
}

.schoolDes {
    font-family: PingFang SC;
    color: #707070;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
    line-height: 25px;
}

.schoolList li:first-child .schoolName,
.schoolList li:nth-child(2) .schoolName {
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 5px;
    height: 35px;
}

.schoolList li:nth-child(3) .schoolName,
.schoolList li:nth-child(4) .schoolName,
.schoolList li:nth-child(5) .schoolName {
    padding-top: 5px;
    font-size: 14px;
    height: 30px;
}

.schoolList li:first-child .schoolDes,
.schoolList li:nth-child(2) .schoolDes {
    font-size: 14px;
}

.schoolList li:nth-child(3) .schoolDes,
.schoolList li:nth-child(4) .schoolDes,
.schoolList li:nth-child(5) .schoolDes {
    font-size: 12px;
}

.schoolList li:first-child,
.schoolList li:nth-child(2) {
    width: 405px;
}

.schoolList li:first-child img,
.schoolList li:nth-child(2) img {
    width: 405px;
    height: 196px;
    border-radius: 5px 5px 0 0;
    display: block;
}

.schoolList li:nth-child(3),
.schoolList li:nth-child(4),
.schoolList li:nth-child(5) {
    width: 267px;
    height: 196px;
}

.schoolList li:nth-child(3) img,
.schoolList li:nth-child(4) img,
.schoolList li:nth-child(5) img {
    width: 267px;
    height: 141px;
    border-radius: 5px 5px 0 0;
    display: block;
}

.rankListSec {
    width: 327px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 5px;
}

.rankListSecTitle {
    line-height: 53px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.rankList li a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 15px;
    height: 68px;
}

.rankNum {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #5D5D5D;
    margin-right: 10px;
}

.rankList li:first-child .rankNum {
    color: #E9A109;
}

.rankList li:nth-child(2) .rankNum {
    color: #9EA2B5;
}

.rankList li:nth-child(3) .rankNum {
    color: #E17F58;
}

.rankList li:hover {
    background: #E9E0FE;
}

.rankMain {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rankMain .rankSchoolImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.rankMain div {
    width: calc(100% - 40px);
    height: 40px;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rankSchoolTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rankSchoolName {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
    width: 160px;
}

.rankSchoolNum {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #8B8B8B;
}

.rankSchoolNum img {
    width: 16px;
    height: 13px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.rankSchoolDes {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282728;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 19px;
}

.rankListMore {
    text-align: center;
}

.rankListMore a {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}

.rankListMore a img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.moreSchool {
    text-align: center;
}

.moreSchool a {
    display: block;
    width: 183px;
    height: 58px;
    border: 1px solid #805AC8;
    border-radius: 29px;
    margin: 0 auto;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #805AC8;
    line-height: 56px;
}

.moreSchool a:hover {
    color: #fff;
    background: #805AC8;
}

.hotCaseSection {
    padding-bottom: 60px;
}

.whiteBg {
    background: #fff;
}

.hotCaseNav a {
    width: 146px;
}

.hotCaseMain {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 1173px;
    margin: 0 auto 40px;
}

.leftStory {
    width: 405px;
    height: 382px;
    box-shadow: 0px 3px 7px 0px rgba(194, 194, 194, 0.5);
    border-radius: 10px;
}

.leftStory img.leftStoryImg {
    width: 405px;
    height: 233px;
    border-radius: 10px 10px 0 0;
}

.leftStory p {
    padding: 0 25px;
}

.leftStory .leftStoryTitle {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #282828;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 50px;
}

.leftStory .leftStoryDes {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height:75px;
    line-height: 25px;
}

.caseList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caseList li {
    width: 231px;
    height: 382px;
    position: relative;
    box-shadow: 0px 0px 7px 0px rgba(194, 194, 194, 0.5);
    margin-right: 25px;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.caseList li:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transition: 0.5s;
}

.caseList li:last-child {
    margin-right: 0;
}

.caseImg {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
}

.caseSchool {
    background: url("../images/caseSchoolBg.png");
    position: absolute;
    bottom: 0;
    height: 110px;
    width: 100%;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    padding: 65px 20px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.caseMain {
    width: 100%;
    height: 110px;
    display: none;
    position: absolute;
    background: #8662CA;
    bottom: 0;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.caseMain p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
    line-height: 20px;
}

.caseMain p:first-child {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    height: 29px;
    line-height: 29px;
}

.caseList li:hover .caseMain {
    display: block;
    animation: fade-in;
    /*动画名称*/
    animation-duration: 1.0s;
    /*动画持续时间*/
    -webkit-animation: fade-in 1.0s;
    /*针对webkit内核*/
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    /*初始状态 透明度为0*/
    40% {
        opacity: 0;
    }
    /*过渡状态 透明度为0*/
    100% {
        opacity: 1;
    }
    /*结束状态 透明度为1*/
}

@-webkit-keyframes fade-in {
    /*针对webkit内核*/
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.serveList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1180px;
    margin: 0 auto;
}

.serveList li {
    width: 376px;
    height: 320px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0px rgba(194, 194, 194, 0.5);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: 0.5s;
}

.serveList li:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transition: 0.5s;
}

.serveTitle {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #282828;
    line-height: 79px;
}

.serveDes {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    margin-bottom: 16px;
}

.serveList .serveImg {
    width: 350px;
    height: 172px;
}

.teacherSection {
    padding-bottom: 60px;
}

.teacherSectionMain {
    position: relative;
    margin-bottom: 60px;
}

.section2Main {
    height: 448px;
    width: 1150px;
    margin: 0 auto;
}

.teacherSectionMain .swiper-button-prev,
.teacherSectionMain .swiper-container-rtl .swiper-button-next {
    background: url("../images/left@2x.png");
    background-size: 100% 100%;
    left: -40px;
}

.teacherSectionMain .swiper-button-prev:hover,
.teacherSectionMain .swiper-container-rtl .swiper-button-next:hover {
    background: url("../images/leftHover.png");
    background-size: 100% 100%;
}

.teacherSectionMain .swiper-button-next,
.teacherSectionMain .swiper-container-rtl .swiper-button-prev {
    background: url("../images/right@2x.png");
    background-size: 100% 100%;
    right: -40px;
}

.teacherSectionMain .swiper-button-next:hover,
.teacherSectionMain .swiper-container-rtl .swiper-button-prev:hover {
    background: url("../images/rightHover.png");
    background-size: 100% 100%;
}

.teacherSectionMain .swiper-button-next,
.teacherSectionMain .swiper-button-prev {
    width: 53px;
    height: 53px;
}

.section2Main .teacherImg {
    background: url('../images/teacherBg.png') no-repeat left bottom;
    background-size: 355px 378px;
    height: 448px;
    width: 396px;
    overflow: hidden;
    position: relative;
}

.section2Main .teacherImg img {
    width: auto;
    height: 448px;
    position: absolute;
    bottom: 8px;
    left: 15px;
    /*transform:rotate(15deg)*/
}

.section2Main .teacherMain {
    width: calc(100% - 396px);
    height: 448px;
    padding-top: 40px;
    overflow: auto;
}

.teacherSection .teacherName {
    color: #282828;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.teacherSection .teacherDes {
    color: #6C6C6C;
    font-size: 16px;
    line-height: 36px;
    height: 108px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 690px;
}

.teacherLabel {
    padding: 5px 15px;
    background: #FEC200;
    border-radius: 15px;
    font-size: 20px;
    color: #282828;
    font-weight: normal;
    margin-left: 10px;
}

.teacherPadding {
    margin-left: 63px;
}

.teacherSection .teacherList.swiper-container {
    position: absolute;
    bottom: 0;
    left: 465px;
    width: 700px;
}

.teacherSection .teacherList .swiper-slide {
    float: left;
    margin-right: 15px;
    color: #AAAAAA;
    font-size: 14px;
    text-align: center;
    position: relative;
    width: 220px;
    height: 203px;
    background: linear-gradient(115deg, #CACFD5, #E0E6E8);
    border-radius: 5px;
}

.teacherSection .teacherList .swiper-slide img:first-child {
    width: 100%;
    height: auto;
}

.teacherSection .teacherList .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    background: rgba(198, 209, 219, 0.8);
    border-radius: 5px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    line-height: 43px;
}


/* 产品详情 */
/* detail&info */
.banner_nav {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    left: 40px;
}

.banner_nav a {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.school_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(194, 194, 194, 0.5);
    border-radius: 10px;
    padding: 26px 80px 28px 54px;
    box-sizing: border-box;
    position: absolute;
    bottom: -120px;
    left: 34px;
    width: 1134px;
    margin: 0 auto;
    margin-top: 0px;
}

.school_main_list_box {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 94px;
}

.school_main_list_img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    margin-right: 38px;
}

.school_main_list_img img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
}

.school_main_list_center {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.school_main_list_center_left_wang {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}

.school_main_list_center_left a {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.school_main_list_center_left a:hover {
    color: rgb(132, 84, 204);
    border-bottom: 1px solid rgb(132, 84, 204);
}

.school_main_list_center_left p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #282828;
    margin: 10px 0;
}

.school_main_list_center_left_tag {
    margin-bottom: 10px;
}

.school_main_list_center_left_tag span {
    display: inline-block;
    /* width: 84px; */
    height: 24px;
    font-size: 14px;
    /* text-align: center; */
    padding: 10px;
    padding-left: 5px;
    box-sizing: border-box;
    line-height: 6px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    background-image: url("../images/img1@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.school_main_list_center_left_tag span:nth-child(2) {
    background-image: url("../images/img2@2x.png");
    margin: 0px 10px;
}

.school_main_list_center_left_tag span:nth-child(3) {
    background-image: url("../images/img3@2x.png");
}

.school_main_list_center_left_site .wire {
    display: inline-block;
    width: 1px;
    height: 15px;
    border: 1px solid #777575;
    margin: 4px 5px;
}

.school_main_list_center_left_site {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    margin-top: 10px;
}

.school_main_list_center_left_site img {
    width: 15px;
    height: 18px;
    margin-right: 6px;
}

.school_main_list_center_right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.school_main_list_center_right .ranking {
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #7F7D7D;
    background-image: url("../images/4@2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.school_main_list_center_right .ranking_one {
    color: #fff;
    background-image: url("../images/1@2x.png");
}

.school_main_list_center_right .ranking_two {
    color: #fff;
    background-image: url("../images/2@2x.png");
}

.school_main_list_center_right .ranking_three {
    color: #fff;
    background-image: url("../images/3@2x.png");
}

.school_main_list_center_right .ranking_text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    width: 162px;
    height: 23px;
    background: #F1F2F7;
    border-radius: 10px;
    line-height: 23px;
    text-align: center;
    margin-top: 8px;
}

.school_main_list_btn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.school_main_list_btn img {
    width: 30px;
    height: 30px;
}

.school_main_list_btn div {
    width: 136px;
    height: 34px;
    border: 1px solid #784BCC;
    border-radius: 17px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #784BCC;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.school_main_list_btn div a {
    display: block;
    width: 136px;
    height: 34px;
    /* border: 1px solid #784BCC; */
    border-radius: 17px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #784BCC;
    line-height: 34px;
    text-align: center;
}

.school_main_list_btn div a:hover {
    background: #784BCC;
    color: #FFFFFF;
}

.school_main_list_btn div:hover {
    background: #784BCC;
    color: #FFFFFF;
}

.school_main_list_btn div.active {
    background: #784BCC;
    color: #FFFFFF;
}

.school_main_list_btn div a.active {
    background: #784BCC;
    color: #FFFFFF;
}

.school_main_list_btn div:nth-child(2) {
    margin: 5px 0;
}

.detail_main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.detail_main_left {
    width: 852px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 0px 36px 0px;
    box-sizing: border-box;
}

.detail_main_left_item_title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #282828;
    position: relative;
    margin-bottom: 20px;
}

.detail_main_left_item_title span {
    position: absolute;
    bottom: 0px;
    left: 6px;
}

.detail_main_left_item_title small {
    display: inline-block;
    width: 109px;
    height: 15px;
    background: #CEB6FD;
}

.detail_main_left_item p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #282828;
    line-height: 32px;
    padding-left: 6px;
    box-sizing: border-box;
}

.detail_main_left_item_all {
    padding-bottom: 30px;
    padding-left: 48px;
}

.detail_main_left_item {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 30px;
    padding-left: 48px;
    padding-right: 43px;
    margin-bottom: 40px;
}

.detail_main_left_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.detail_main_right {
    width: 305px;
}

.detail_main_right_box2,
.detail_main_right_box3 {
    padding: 19px 23px 20px 23px;
    box-sizing: border-box;
    background: #fff;
}

.detail_main_right_box2 h3,
.detail_main_right_box3 h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #282828;
    padding-left: 10px;
    margin-bottom: 23px;
    position: relative;
}

.detail_main_right_box2 h3::before,
.detail_main_right_box3 h3::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 3px;
    height: 14px;
    background: #795FC2;
}

.detail_main_right_box2_list li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 12px;
    padding-bottom: 11px;
    box-sizing: border-box;
}

.detail_main_right_box2_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.detail_main_right_box2_list_img {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin-right: 15px;
}

.detail_main_right_box2_list_img img {
    width: 59px;
    height: 59px;
    border-radius: 50%;
}

.detail_main_right_box2_list_right p {
    margin-top: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #795FC2;
}

.detail_main_right_box3_list li {
    margin-bottom: 15px;
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    box-sizing: border-box;
}

.detail_main_right_box3_list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #C8C8C8;
    border-radius: 50%;
}

.detail_main_right_box3_list li a {
    width: 242px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail_main_right_box3_list li:hover a {
    color: #8454cc;
    border-bottom: 1px solid #8454cc;
}

.detail_main_right_box3_list li:last-child {
    margin-bottom: 0;
}

