html,body{
    background: #f5f6f7;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.newsImg{
    width: 100%;
    height: 500px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} 
.newsImg img{
    width: 100%;
}
.wow{
    padding: 1% 18%;
    font-size: 1rem;
}
.title{
    padding: 2% 0;
}
.title h1{
    text-align: center;
}
.title h2{
    text-align: center;
}
.content{
    padding-bottom: 5%;
}
.content .box{
    width: 100%;
    transition: all 1s;
}
.content .newUl{
    display: block;
    padding:4rem 0% 4rem 0%; 
    margin: 0 18%;
    border-bottom: 1px solid #ccc;
}
.content .newUl .lis{
    display: flex;
    flex-wrap: wrap;
}
.content .newUl .lis .left{
    width: 28%;
    display: inline-block;
    display: flex;
    align-items: center;
}
.content .newUl .lis .left img{
    width: 100%;
}
.content .newUl .lis .right{
    flex: 1;
    display: inline-block;
    padding: 0% 3%;
    position: relative;
}
.content .newUl .lis .right h4{
    position: relative;
    font-weight: 600;
    width: 80%;
    margin-top: 2%;
    font-size: 1.2rem;
}
.content .newUl .lis .right h4 span{
    position: absolute; 
    top: 3%;
    right: -4.5rem;
    display: inline-block;
    font-size: 0.8rem;
    color: rgb(173, 172, 172);
}
.content .newUl .lis .right .text{
    margin-top: 2%;
    line-height: 1.5rem;
    text-indent: 2rem;
    width: 80%;
    font-size: 0.9rem;
    text-align: justify;
}
.content .newUl .lis .right .gd{
    display: inline-block;
    padding: .5rem 2rem;
    border: 1px solid #ccc;
    position: absolute;
    bottom: -2.5rem;
    right: 20%;
    font-size: .8rem;
    color: #af0000;
}
.content .newUl .lis .right .gd:hover{
    background: #af0000;
    color: #fff;
}
.content .ul{
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.content .ul .li{
    display: inline-block;
    margin: 0 .5rem;
    padding: .8rem 1.2rem;
    cursor: pointer;
    font-size: 1rem;
}
.row{
    background: #af0000;
    color: #ffffff
}

@media screen and (max-width: 1400px){
    .newsImg{
        height: 350px;
    }
}
@media screen and (max-width: 1100px){
    .content .newUl{
        margin: 2% 15%;
    }
    .content .newUl .lis{
        display: block;
    }
    .content .newUl .lis .left{
        width: 100%;
        padding: 0 0;
    }
    .content .newUl .lis .right{
        width: 100%;
        padding: 0 0;
    }
    .content .newUl .lis .right .text{
        width: 90%;
        font-size: .8rem;
        padding: 1% 0;
      
    }
    .content .newUl .lis .right h4{
        font-size: 1rem;
    }
    
.content .newUl .lis .right .gd {
    right: 0;
}
}
@media screen and (max-width: 1000px){
    .newsImg{
        height: 200px;
    }
}
@media screen and (max-width: 767px){
    .wow{
        display: none;
    }
    .newsImg{
        margin-top: 70px;
        background-position: right;
    }
    .title h1{
        font-size: 1.2rem;
    }
    .title h2{
        font-size: 1rem;
    }
    .content{
        margin-bottom: 2rem;
    }
    .content .newUl{
        margin: 2% 6%;
        padding: 1rem 0% 4rem 0%;
    }
    .content .newUl .lis .right .gd{
        padding: .4rem 1.5rem;
        bottom: -3.5rem;
    }
    .content .newUl .lis .right h4{
        width: 76%;
        font-size: .9rem;
    }
    .content .newUl .lis .right h4 span{
        font-size: .3rem;
    }
    .content .newUl .lis .right .text{
        width: 100%;
    }
    .content .newUl .lis .right p{
        bottom: -10%;
        font-size: .5rem;
    }
    .content .ul {
        margin-top: 1rem;
    }
    .content .ul .li{
        margin: 0 .2rem;
        padding: .5rem 1rem;
        font-size: .8rem;
    }

}


