.wrapper{
    padding: 50px;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px){
    .wrapper{
        padding: 50px 15px;
    }
}

h3{
    font-size: 28px;
    color: #333333;
}
/* 
.left{
    padding-right: 50px;
}

.left .subTitle{
    padding: 20px 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.left .subTitle img{
    margin:0 20px;
}

.left .subTitle h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.left .hotNews-wrapper{
    overflow: hidden;
}

.left .hotNews-wrapper .news-item{
    margin: 0 0 30px;
} */

/* @media screen and (max-width: 991px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        left: -50%;
        width: 50%; 
    }
} */

/* @media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-left.active {
        left: 0; 
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        left: -50%;
        width: 50%; 
    }
} */

.right .article,.right .turn-wrapper{
    padding: 30px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) {
    .right .article,.right .turn-wrapper{
        padding: 15px;
    }
}

.right .article{
    margin-bottom: 40px;
}

.right .article .top{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

.right .article .top .title{
    margin-bottom: 15px;
    text-align: center;
}

.right .article .top > div{
    display: flex;
    justify-content: flex-end;
}

.right .article .top span{
    line-height: 42px;
    font-size: 16px;
    color: #666666;
}

.right .article .top ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.right .article .top li:first-child{
    font-size: 14px;
    color: #666666;
}

.right .article .top .icon{
    display: block;
}

.right .content{
    padding-top: 36px;
    padding-bottom: 50px;
}

.right .content .text{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-indent:40px;
    transition: all 0.3s;
}

.right .content .text img{
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
}

.right .content .video{
    margin-right: auto;
    margin-left: auto;
    width: 60%;
    transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
    .right .content .video{
        width: 100%;
    }
}

.right .content .image{
    margin: 40px 0;

}

.right .content .image img{
    margin-left: auto;
    margin-right: auto;
}

.right .turn-wrapper a{
    width: 40%;
    display: flex;
    align-items: center;
}

.turn-wrapper .image{
    flex-shrink: 0;
    width: 36px;
}

.right .turn-wrapper .turn-left{
    float: left;
    justify-content: flex-start;
    text-align: left;
}

.right .turn-wrapper .turn-right{
    float: right;
    justify-content: flex-end;
    text-align: right;
}

.right .turn-wrapper div{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}

.right .turn-wrapper .info span:first-child{
    color: #666666;
}

.right .turn-wrapper .info span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .wrapper .toggleBtn{
    position: absolute;
    top:10px;
    left: 15px;
    border: 1px solid #1196db;
    padding: 5px 8px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #1196db;
    transition: all 0.3s;
}

.wrapper .toggleBtn span{
    transition: all 0.3s;
} */