.bannerChannel {
    overflow: hidden;
    text-align: center;
    background-color: #f4f6f6;
    padding: 0 20px;
    margin: 0 auto;
    padding-bottom: 20px;

}
.right-wrap{
    margin: 0px;
    margin-left: 262px;
    position: relative;
}
.div-box{
    position: relative;
    margin: 0 auto;
    max-width: 1360px;
}
.main_r {
    margin: 60px 20px 0px 0px;
    /*overflow: hidden;*/
    position: relative;
}
.yscz-wrap{
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}

.yscz-wrap ul{
list-style: none;
    overflow: hidden;
}
.yscz-wrap ul li{
    float: left;
    position: relative;
    margin-right: 20px;
    width: 48.7%;
    margin-bottom: 20px;
}
.yscz-wrap ul li:nth-child(even){
    margin-right: 0px;
}
.yscz-pic{
    overflow: hidden;
}
.yscz-pic img{
    width: 100%;
    moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.yscz-pic img:hover{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.yscz-title{
    padding: 15px 0;
}
.yscz-title p{
    color: #333;
}
.yscz-title:hover p{
    color:rgb(251, 118, 88);
}
.yscz-button a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 16.4%;
    background: rgba(255, 255, 255, 0.7);
    outline: 0;
    margin: 0;
    z-index: 999;
    overflow: visible;
    -moz-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
    cursor: pointer;
}
.yscz-button .bx-prev{
    left: 0;
    display: none;
}
.yscz-button .bx-next{
    left: auto;
    right: 0;
}
@media only screen and (max-width: 1084px) {
    .right-wrap {
        margin-left: 25.5%;
    }
}

@media only screen and (max-width: 1200px){
    .yscz-wrap ul li{
        width: 48.3333%;
    }
}
@media only screen and (max-width: 1000px){
    .yscz-wrap ul li {
        width: 47.888888%;
    }
}
@media only screen and (max-width:840px){
    .yscz-wrap ul li {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .right-wrap {
        margin-left: 55px;
    }
}