/*.bannerChannel {
    overflow: auto;
    text-align: center;
    z-index: -1;
    background-color: #f4f6f6;
    padding: 0 20px;
    padding-bottom: 20px;
}*/
.main_r {
    margin: 60px 20px 0px 0px;
    overflow: hidden;
    position: relative;
}
.yscz-wrap{
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}
.yscz-wrap ul{
list-style: none;
    overflow: hidden;
}
.yscz-wrap ul li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    width: 30%;
    vertical-align: top;
}
.item-html{
    padding: 10px 20px 10px 20px;
    min-height: 75px;
    position: relative;
    color: white;
}

.item-html h2{
    font-size: 12px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 150%;
    color: #333;
}
.item-html:hover h2{
    color:rgb(251, 118, 88);
}
.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-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;
}

.main_r .p-title ul li{
    background: #eee;
}
.main_r .p-title ul li a{
    color: rgb(251, 51, 75);
    font-size: 16px;
    letter-spacing: 0.2em;


}
@media only screen and (max-width: 1100px){
    .yscz-wrap ul li{
        width: 46%;
        margin-right: 5px;
        margin-left: 5px;
    }
}
@media only screen and (max-width: 900px){
    .yscz-wrap ul li{
        margin-right: 0px;
         margin-left: 0px;
       width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .yscz-wrap ul li{
        width: 49%;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 600px){
    .yscz-wrap ul li{
        padding: 0 0px;
        width: 100%;
    }
}