.shzr{
    width: 100%;
    background: #f8f6f2;
    padding: 2% 20%;
}
.shms h3{
    text-align: center;
}
.more{
    display: block;
    width: 150px;
    height: 40px;
    color: #ffffff;
    background: #00087b;
    line-height: 40px;
    text-align: center;
border-radius: 5px;
margin-left: 5%;
    transition: .5s all linear;
    border: 1px solid transparent;
}
.more:hover{

    border-color: #00087b;
    background: #ffffff;
    color: #00087b;

}
.sh-tp{
    margin: 9% auto auto 2%;
    position: relative;
    left: 10%;
z-index: 1;
    overflow: hidden;
}
.row{
    overflow: hidden;
}
.sh-tp2{
    overflow: hidden;
}
.tp3{
    margin: 18%;
}
.shzr .img-m,
.ygfc .img-m
{
    transition: all .2s linear ;
}
.shzr .img-m:hover,
.ygfc .img-m:hover

{
cursor: pointer;
    transform: scale(1.05);
}
.shms>p{
    width: 100%;
    padding-left: 12%;
    text-align: justify;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-indent: 28px;

}
.ygfc{
    width: 100%;
    background: #ffffff;
    padding: 2% 25%;
}
.tp4{
    overflow: hidden;
    margin: 5%;
}
.sh-ms>p{
text-indent: 28px;

}
.ygfc .shms{

    padding-top: 25%;
}
@media screen and (max-width: 769px){
    .shzr{
        padding: 2% ;

    }
    .shms>p{
        width: 100%;
        padding-left: 0;
        text-align: justify;
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;

    }
    .sh-tp,.tp3{margin: 3% auto;
    left: 0;
    }
}