.yscz-wrap{
    background: #fff;
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
    padding: 0px 0px 40px 0px;
}
.yscz-wrap img{
    max-width: 100%;
}
.pic-wrap{
    float: left;
    width: 50%;
    padding-top: 10px;
    overflow: initial;
    height: auto;
}
.yscz-wrap .content-wrap{
    float: none;
    width: 70%;
    position: relative;
    margin: 0 auto;
}
.content{
    float: left;
    padding: 10px 0px 30px 40px !important;
    width: 50%;
    text-align: justify;
    padding-bottom: 50px;
    color: #999;
    line-height: 170%;
}
.content h2{
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #1d1d1d;
    margin: 0 0 15px;
    padding-top: 9px;
}
.content p{

}
/*--------------------*/
.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;

}
.yscz-wrap .yscz-title ul li{
    padding: 2px 10px;
    background: #f5f5f5;
    border: 1px solid #eee;
      width: 172px;
    margin: 0 5px;
    vertical-align: top;
     margin-bottom: 5px;
}
.yscz-wrap .yscz-title ul li a{
    color: #999;
    line-height: 150%;
    text-align: left;
    display: inline-block;
    font-size: 12px;
}
.yscz-wrap .yscz-title ul .active {
    background: #f5f5f5;
}
.yscz-wrap .yscz-title ul .active a{
    color: rgb(251, 51, 75);
}
.yscz-wrap .yscz-title ul .active a:hover{
    color: rgb(251, 51, 75);
}
/*--------------------*/
.box-src{
    display: block;
    position: relative;
    text-align: left;
    padding: 17px 0;
}
.box-src ul{

}
.box-src ul li{
    display: inline-block;
    margin-bottom: 0;
    /*width: 260px;*/
    vertical-align: top;
    font-size: 12px;
}
.box-src ul li a{
    color: #ccc;
}
.box-src ul li a:hover{
    color: rgb(251, 51, 75);
}
.box-src ul .current a{
    color: rgb(251, 51, 75);
}
@media only screen and (max-width: 1200px){
    .pic-wrap{
        width: 100%;
    }
    .content{
        padding-top: 40px !important;
        padding-left: 0 !important;
        width: 100%;
        max-width: 790px !important;
    }
}