.content{
    box-shadow: #ccc 0px 0px 20px;
    /*height: 10rem;*/
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
    transition: All 0.4s ease-in-out;
}
.content .left{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: All 0.4s ease-in-out;
}
.content .right{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    /*border: 1px solid black;*/
}
.content .right h3,.right h2{
    color: blue;
    margin: 0;
    width: 100%;
    font-weight: 600;
    position: absolute;
    transition: All 0.4s ease-in-out;
}
.content .right h3{
    top: 0.6rem;
    left: 0.2rem;
}

.content .right p{
    width: 90%;
    position: absolute;
    /*top: 3rem;*/
    color: #87898c;
    font-weight: 600;
    transition: All 0.4s ease-in-out;
    left: 0.3rem;
}
@media (min-width:1200px){
    .content{
        height: 7.407rem;
    }
    .content .right h2{
        font-size: 0.9rem;
    }
    .content .right p{
        font-size: 0.4148rem;
        top: 3rem;
    }
    .content .right h2{
        top: 1.5rem;
        left: 0.2rem;
    }
}
@media (max-width:1200px){
    .web_jpg{
        height: 10rem;
    }
    .content{
        height: 7.407rem;
    }
    .content .right p{
        font-size: 0.5rem;
        top: 3rem;
    }
    .content .right h2{
        top: 1.5rem;
    }
}
@media (max-width:966px){
    .web_jpg{
        height: 8rem;
    }
    .content{
        height: 7.407rem;
    }
    .content .right h2{
        font-size: 0.8rem;
    }
    .content .right p{
        font-size: 0.3rem;
        top: 3rem;
    }
    .content .right h2{
        top: 1.5rem;
        left: 0.3rem;
    }
}
@media (max-width:766px){
    .content{
        height: 7.407rem;
    }
    .content .right h2{
        font-size: 0.5rem;
        left: 0.2rem;
    }
    .content .right h3{
        font-size: 0.5rem;
    }
    .content .right p{
        font-size: 0.4rem;
        top: 2.5rem;
    }
    .content .right h2{
        top: 1.5rem;
    }
  
}
@media (max-width:565px){
    .web_jpg{
        height: 5rem;
    }
    .content{
        height: 3rem;
        width: 90%;
    }
    .content .right h3{
        font-size: 0.3rem;
    }
    .content .right p{
        /*font-size: 0.2rem;*/
        /*top: 1.8rem;*/
        display: none;
    }
    .content .right h2{
        top: 1rem;
    }
}