#section{
    width: 1200px;
    margin: 0 auto;
}
.section-hd h1{
    font-weight: 900;
    /*margin-left: 20px;*/
    font-size: 18px;
    color: #333;
    line-height: 60px;
}
.section-content{
    padding-right: 20px;
    padding-top: 20px;
    width: 71%;
    float: left;
    border-right: 1px solid #dedede;
}
.section-content-title{
    width:100%;
}
.section-time{
    float: left;
    width: 93px ;
    height: 89px;
    background: url("/iFile/images/timeBg.jpeg") no-repeat ;
    background-size: 100% 100%;
}
.section-time h3{
    font-size: 30px;
    color: #901d22;
    font-weight: 900;
    line-height: 40px;
    margin-left: 10px;
}
.section-time h4{
    font-weight: 900;
    font-size: 14px;
    margin-left: 10px;
    color: #333;
    line-height: 22px;
}
.section-time h5{
    font-weight: 900;
    font-size: 14px;
    margin-left: 10px;
    color: #333;
    line-height: 22px;
}
.sectionTitle{
    margin-left: 10px;
    width: 84%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.section-content-title h1{
    font-size: 30px;
    color: #333;
    font-weight: 900;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
}
.sectionTitle img.watchIcon{
    width: 20px;
    height: 20px;
}
.sectionTitle img{
    margin-right: 10px;
}
.sectionTitle img.personIcon{
    width: 15px;
    height: 15px;
}
.sectionTitle p{
    margin-top: 15px;
}
.sectionTitle span {
    color: #555;
}
@media (max-width: 769px) {
    #section{
        width: 100%;
        padding: 10px;
    }
    .section-content-title{
        width: 100%;
    }
    .sectionTitle {
        width: 65%;
    }
    .section-content-title h1 {
        font-size: 14px;
        line-height: 21px;
    }
    .section-content {
        width: 100%;
        padding-right: 0;
    }
    div.set_content{
        width: 100%;
    }
    .advertising{
        display: none;
    }
}
.set_content{
    float: right;
    margin-top: 30px;
    width: 84%;
    clear: both;
    font-size: 14px;
    word-wrap: break-word;
    color: #333;
    margin-bottom: 15px;
    text-indent: 2em;
    line-height: 24px;
}
.para{
    font-size: 14px;
    word-wrap: break-word;
    color: #333;
    margin-bottom: 15px;
    text-indent: 2em;
    line-height: 24px;
    zoom: 1;
}
.advertising{
    width: 28%;
    float: right;
    margin-top: 20px;
}
.case{
    width: 100%;
    border-top: 1px solid #dedede;
}

/*alliance css*/
.box{
    width: 100%;
    height: 60px;
}
.sections{
    margin-top: 20px;
}
.juniorBg{
    float: left;
}
.yoga-alliance{
    width: 87%;
    margin: 5px 0 0 15px;
    float: left;
}
.yoga-alliance h1{
    font-weight: 900;
 font-size: 24px;
    color: #333;
    line-height: 26px;
}
.yoga-alliance h2{
    padding: 15px 0;
    color: #999999;
    border-bottom: 1px solid #d2bb9b;
}

.yoga-alliance h2 span{
    margin-right: 10px;
}
.yoga-alliance h2 img {
    margin-right: 10px;
}
img.personIcon {
    width: 15px;
    height: 15px;
}
img.watchIcon {
    width: 20px;
    height: 20px;
}
.dl-list{
    margin-top: 30px;
    width:87%;
    float: right;
    /*border:1px solid #dedede;*/
}
.dl-list dt{
    padding-left: 10px;
    line-height: 60px;
    width: 25%;
    height: 60px;
    border: 1px solid #efefef;
    float: left;
    background: #e6e6e6;
    margin: 0 0 -1px -1px;
}
.dl-list dd{
    /*text-align: center;*/
    padding-left: 10px;
    line-height: 40px;
    width: 25%;
    height: 40px;
    border: 1px solid #dedede;
    float: left;
    margin: 0 0 -1px -1px;
}
.dl-list dt  .pointIcon{
    width: 12px;
    height: 12px;
}
.dl-list dt .funnelIcon{
    width: 14px;
    height: 14px;
}
.paging{
    clear: both;
    margin:0 auto;
    width: 200px;
    height: 60px;

}
@media (max-width: 769px) {
    #section{
        width: 100%;
        padding: 10px;
    }
    .section-content-title{
        width: 100%;
    }
    .sectionTitle {
        width: 65%;
    }
    .section-content-title h1 {
        font-size: 14px;
        line-height: 21px;
    }
    .section-content {
        width: 100%;
        padding-right: 0;
    }
    div.set_content{
        width: 100%;
    }
    .advertising{
        display: none;
    }
    .yoga-alliance {
        width: 69%;
    }
    .dl-list {
        width: 100%;
    }
}