@charset "utf-8";


.index {
    z-index: 99;
    background: url(../images/Mask_group.png) no-repeat;
    background-size: 1920px;
    background-position: center top;
    padding-top: 77px;
}

.index-l {
    float: left;
    width: 300px;
    margin-right: 50px;
}

.photo {
    border-radius: 50%;
    background: rgba(81, 38, 120, 0.08);
    padding: 40px;
}

.photo-box {
    background: rgba(217, 217, 217, 1);
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 5px;
    background: #d9d9d9;
}

.photo-box .pic {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.tch-info {
    padding: 0 50px;
}

.tch-info1, .tch-info2, .tch-info3 {
    margin-top: 45px;
}

.tch-name {
    overflow: hidden;
    line-height: 30px;
}

.tch-name h3 {
    float: left;
    color: rgba(83, 11, 162, 1);
    font-weight: 900;
    font-size: 18px;
}

.tch-name p {
    float: right;
    color: rgba(159, 159, 159, 1);
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}

.tch-name p b {
    float: left;
    width: 20px;
    height: 28px;
    background: url(../images/Vector.png) no-repeat;
    background-position: center center;
    margin-right: 5px;
}

.tch-name p span {
    float: left;
}

.tch-ewm {
    margin-top: 30px;
}

.tch-ewm canvas{
    display: block;
    margin: 0 auto;
    max-width: 95%;
}


.tch-info2 h4 {
    color: rgba(0, 0, 0, 1);
    font-family: Microsoft YaHei;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.tch-info2 div {
    margin-top: 20px;
}

.tch-info2 div p {
    overflow: hidden;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 24px;
}

.tch-info2 div p b {
    font-weight: 600;
    float: left;
    color: rgb(81, 38, 120);
}

.tch-info3 p {
    overflow: hidden;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 28px;
    word-break: break-all;
}

.tch-info3 p b {
    font-weight: 600;
    float: left;
}

.index-r {
    overflow: hidden;
    padding-top: 60px;
}

.section {
    margin-top: 40px;
}

.section:nth-child(1) {
    margin-top: 0;
}

.title {
    border-bottom: 1px solid #D0B57F;
    padding: 20px 75px 20px 20px;
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.title>img {
    display: inline-block;
    vertical-align: middle;
}

.title>div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.title>div h3 {
    font-size: 20px;
    line-height: 24px;
}

.title>div h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.stn-btn {
    float: right;
    cursor: pointer;
}

.stn-btn img {
    display: block;
    transition: all 0.3s;
}

.stn-btn.up img {
    transform: rotateX(180deg);
}

.stn-c1 {
    padding: 0 20px;
}

.stn-c {
    padding: 0 20px;
    display: none;
}

.stn-box {
    padding: 40px 0 20px 0;
}

.stn1 p {
    text-align: justify;
    color: #000000b3;
    font-size: 16px;
    line-height: 28px;
    background: none  !important;
}
.stn1 p span{
    text-align: justify;
    color: #000000b3;
    font-size: 16px;
    line-height: 28px;
    background: none  !important;
}
.stn1 div {
    margin-top: 15px;
}

.stn1 div p {
    line-height: 30px;
}

.stn1 div p b {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    float: left;
}

.stn1 div p a {
    display: block;
    overflow: hidden;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.time-list li {
    margin-top: 20px;
}

.time-list li:nth-child(1) {
    margin-top: 0;
}

.time-list li a {
    display: block;
    overflow: hidden;
}

.time-list li a span {
    float: left;
    width: 160px;
    height: 48px;
    background: #530ba2;
    /* text-align: center; */
    color: #fff;
    padding-left: 23px;
    font-size: 14px;
    margin-right: 15px;
    line-height: 48px;
}

.time-list li a div {
    overflow: hidden;
    line-height: 24px;
    padding: 12px 0;
    font-size: 14px;
}

.time-list li a div b {
    float: left;
    margin-right: 30px;
    background: #f3f3f3;
    border-top: 2px solid #530ba2;
    border-bottom: 2px solid #530ba2;
    line-height: 20px;
    padding: 0 8px 0 1px;
}

.time-list li a div p {
    color: #000000;
    overflow: hidden;
    float: left;
}

.index-btm {
    height: 430px;
    background: url(../images/Group_lz.png) no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: 70px;
}

@media screen and (max-width:1024px) {

    .index-l {
        width: 230px;
    }

    .tch-info {
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .index-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .photo {
        max-width: 230px;
        margin: 0 auto;
    }

    .photo {
        padding: 20px;
    }

    .index {
        padding-top: 35px;
    }

    .tch-info1, .tch-info2, .tch-info3 {
        margin-top: 25px;
    }

    .tch-info {
        padding: 0 10px;
    }

    .index-r {
        padding-top: 20px;
    }

    .stn-c1 {
        padding: 0 10px;
    }

    .title {
        padding: 10px 10px 10px 10px;
    }

    .section {
        margin-top: 20px;
    }

    .title>img {
        height: 30px;
    }

    .title>div h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .stn-btn {
        margin-top: 10px;
    }

    .stn-btn img {
        height: 25px;
    }

    .index-btm {
        margin-top: 35px;
        height: 200px;
    }

    .stn-box {
        padding: 20px 0 0 0;
    }
    .stn1 div p{
        margin-top: 10px;
    }
    .stn1 div p b{
        float: none;
        display: block;
    }
    .stn-c{
        padding: 0 10px;
    }
    .time-list li a span{
        width: 140px;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        display: block;
        float: none;
        padding-left: 0;
        text-align: center;
    }
     
    .time-list li a div b{
        margin-right: 10px;
    }
    .time-list li{
        margin-top: 10px;
    }
}