.new-detail-title{
    padding: 0px;
    background: none;
}
.new-detail-title .thetitle{
    text-align: left;
}
.workshop-logo {
    overflow: visible;
}
.workshop-logo::after {
    content: "";
    display: block;
    clear: both;
}

.workshop-logo .theleft {
    padding: 20px;
}

.workshop-logo .right-btn {
    padding: 20px;
}

.workshop-share {
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
}
.workshop-share .remind_code_name{

    width: 100px;
    height: 28px;
    border: 1px solid red;
    color: red;
    text-align: center;
    line-height: 28px;
    border-radius: 200px;
}
.share-text {
    text-align: center;
    font-size: 14px;
}

.share-weixin {
    margin: 0 auto;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    border: 1px solid #09bb07;
    color: #09bb07;
    line-height: 40px;
    font-size: 22px;
}
.workshop-share-bottom .share-weixin{
    text-align: center;
}

.share-weixin:hover {
    background: #09bb07;
    color: #fff;
}

.workshop-share .weixin-pic {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -75px;
    color: #646464;
    width: 150px;
    height: 150px;
    display: none;
    z-index: 9999;
}
.workshop-share-bottom .weixin-pic{
    left: auto;
    right: 0px;
}

.workshop-share .weixin-pic img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 8px solid #f2f2f2;
}

.workshop-share:hover .weixin-pic {
    display: block;
}

.workshop-d-title-a {
    width: 93.4%;
    height: auto;
    margin: 40px auto 0px;
    text-align: center;
    font-size: 26px;
    color: #003352;
    font-weight: bold;
}

.workshop-d-title-a .thetext {
    position: relative;
}

.addtional_title:before,.workshop-d-title-a .thetext:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    width: 50px;
    height: 1px;
    background: #003352;
}

.addtional_title:after,.workshop-d-title-a .thetext:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -80px;
    width: 50px;
    height: 1px;
    background: #003352;
}

.workshop-speaker-a {
    width: 93.4%;
    height: auto;
    margin: 20px auto 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05), -2px -2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 1px solid #ededed;
}
.workshop-detail-con .about-con,
.workshop-detail-con .workshop-company{
    font-size: 16px;
    line-height: 28px;
}
.workshop-detail-con .about-con .know{
    margin: 10px auto 0px;
}
.workshop-detail-con .about-con .know::after {
    content: "";
    display: block;
    clear: both;
}
.workshop-detail-con .about-con .know .thetext{
    width: calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    float: left;
}
.workshop-detail-con .about-con .know .thepic{
    width: 350px;
    float: right;
    padding-left: 30px;
}
.workshop-detail-con .about-con .know .thepic img{
    display: block;
    max-width: 100%;
}


.workshop-speaker-a .col-li {
    padding: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.workshop-speaker-a .col-left-pic {
    width: 160px;
    height: auto;
    float: left;
}

.workshop-speaker-a .col-left-pic img {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.workshop-speaker-a .col-right-text {
    width: calc(100% - 160px - 20px);
    float: right;
}

.workshop-speaker-a .thename {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.workshop-speaker-a .thetitle {
    font-size: 15px;
    color: #999;
    margin-top: 10px;
}

.workshop-speaker-a .introduce {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 10px;
}

.workshop-speaker-a .col-li:last-child {
    border-bottom: none;
}

.relative-workshop {
    width: 93.4%;
    height: auto;
    margin: 20px auto 30px;
}

.relative-workshop-title {
    font-size: 22px;
    color: #003352;
    font-weight: bold;
}

.workshop-l-ul .workshop-l-li {
   border-radius: 5px;
}

.workshop-l-ul .workshop-l-li .thepic {
    width: 24%;
}

.workshop-l-ul .workshop-l-li .theword {
    width: calc(100% - 24% - 260px);
    float: left;
    padding: 0px 20px;
}

.workshop-l-ul .workshop-l-li .speaker {
    width: 260px;
    float: right;
}
.workshop-l-ul .workshop-l-li .speaker .thepic{
    width: 40%;
    height: auto;
    float: left;
    margin-top: -5%;
}
.workshop-l-ul .workshop-l-li .speaker .thepic .thepicbg{
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
}
.workshop-l-ul .workshop-l-li .speaker .thepic .thepicimg{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -2px -2px 5px rgba(0, 0, 0, 0.1);
}

.workshop-l-ul .workshop-l-li .speaker .thecon{
    width: 60%;
    float: right;
    padding-left: 20px;
}
.workshop-l-ul .workshop-l-li .speaker .thecon .thetitle{
    font-size: 15px;
    color: #999;
    font-weight: bold;
    display: block;
}
.workshop-l-ul .workshop-l-li .speaker .thecon .thename{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
    display: block;
}
.workshop-l-ul .workshop-l-li .speaker .thecon .speaker-post{
    font-size: 13px;
    color: #999;
    display: block;
    margin-top: 8px;
}
.workshop-l-ul .workshop-l-li .theword h4 a{
    font-size: 20px;
}

.workshop-detail-con .workshop-btn{
    margin: 20px auto 0px;
}
.relative-share-row{
    width: 93.6%;
    margin: 10px auto 0px;
    padding: 0px;
}
.relative-share-row::after {
    content: "";
    display: block;
    clear: both;
}
.column-detail .detail-con .art-relative-tags{
    width: calc(100% - 200px);
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}
.workshop-share-bottom{
    width: 200px;
    float: right;
}
.workshop-share-bottom .share-text{
    text-align: right;
}
.workshop-l-ul .workshop-l-li .theword h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
    white-space:normal;
}

.addtional_title{
    width: max-content;
    height: auto;
    margin: 20px auto 0px;
    font-size: 26px;
    color: #003352;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.addtional_msg{
    width: 93.4%;
    height: auto;
    margin: 10px auto 0px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}


@media(max-width: 767px){
    .new-detail-title{
        width: 96%;
    }
    .workshop-detail-con .about-con, .workshop-detail-con .workshop-company{
        font-size: 12px;
        line-height: 22px;
    }
    .relative-share-row{
        width: 100%;
    }
    .column-detail .detail-con .art-relative-tags{
        width: 100%;
    }
    .workshop-d-title-a,.workshop-speaker-a,.relative-workshop{
        width: 100%;
    }
    .workshop-logo{
        padding-bottom: 0px;
    }
    .workshop-d-title-a{
        font-size: 18px;
    }
    .workshop-speaker-a .thename{
        font-size: 16px;
        margin-top: 0px;
    }
    .workshop-speaker-a .thetitle{
        font-size: 12px;
        margin-top: 5px;
    }
    .workshop-speaker-a .introduce{
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }
    .relative-workshop-title{
        font-size: 16px;
    }
    .workshop-l-ul .workshop-l-li{
        width: 100%;
    }
    .workshop-l-ul .workshop-l-li .thepic{
        width: 30%;
    }
    .workshop-l-ul .workshop-l-li .theword{
        width: 66%;
        padding: 0px;
        float: right;
    }
    .workshop-l-ul .workshop-l-li .theword h4 a{
        font-size: 15px;
    }

    .workshop-speaker-a .col-left-pic{
        width: 100px;
    }

    .workshop-speaker-a .col-right-text{
        width: calc(100% - 100px - 20px);
        width: -moz-calc(100% - 100px - 20px);
        width: -webkit-calc(100% - 100px - 20px);
    }
    .relative-workshop{
        margin-bottom: 10px;
    }

    .workshop-detail-con .about-con .know .thetext{
        width: 100%;
        float: none;
    }
    .workshop-detail-con .about-con .know .thepic{
        width: 100%;
        float: none;
        padding: 0px;
    }
    .workshop-detail-con .about-con .know .thepic img{
        margin: 10px auto 0px;
    }
    .workshop-detail-con .workshop-gift{
        font-size: 12px;
        line-height: 22px;
    }
    .addtional_title{
        /*width: 100%;*/
        font-size: 18px;
    }
    .addtional_msg{
        width: 100%;
        font-size: 12px;
        line-height: 22px;
    }
    .workshop-detail-con .workshop-gift .thetext{
        font-size: 12px;
        line-height: 22px;
    }

}