.ycinfo{
    padding: 20px;
    background: #fff url(https:/wlt.hlj.gov.cn/wlt/xhtml/images/ggfw/yyhbg.png) no-repeat bottom right;
}
.ycinfo .left{
    float: left;
    width: 460px;
    height: 345px;
}
.ycinfo .left img{
    width: 100%;
    height: 100%;
}
.ycinfo .right{
    float: left;
    margin-left: 30px;
    padding: 25px 0;

}
.ycinfo .right p{
    font-size: 18px;
    color: #000;
}
.ycinfo .right p .name{
    font-weight: bold;
    color: #1C63C3;
}
.ycinfo .right p img{
    margin-right: 8px;
}
.ycinfo .right p + p{
    margin-top: 25px;
}
.ycxx{
    margin-top: 25px;
    padding: 20px;
    background: #fff;
}
.ycxx > p{
    margin-bottom: 20px;
    background: url(https:/wlt.hlj.gov.cn/wlt/xhtml/images/ggfw/titlebg.png) no-repeat top right;
    border-bottom: 1px solid #BABABA;
}
.ycxx > p span{
    display:inline-block;
    padding-top: 15px;
    padding-bottom:5px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 40px;
    border-bottom: 4px solid #1C63C3;
}
.ycxx .ycxq{
    position: relative;
    margin-top: 40px;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #1C63C3;
}
.ycxx .ycxq:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #1C63C3;
}

@media screen and (max-width: 1200px){
    .ycinfo{
        padding: 0;
    }
    .ycinfo .left{
        width: 100%;
        height: auto;
    }
    .ycinfo .right{
        width: 100%;
        margin-left: 0;
    }
    .ycinfo .right p{
        font-size: 16px;
    }
    .ycxx > p span{
        font-size: 18px;
    }
    .ycxx{
        padding: 0;
    }
    .ycxx .ycxq{
        font-size: 16px;
    }
}