
.head .hang .bot ul li:nth-child(4){
    border-bottom-color: #e94c25;
}
.newsImg{
    width: 100%;
}
.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{
    
}
.content .box{
    width: 100%;
    transition: all 1s;
}
.content .newUl{
    display: block;
    padding:4% 0% 2% 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 p{
    position: absolute;
    bottom: -5%;
  
    font-size: .8rem;
    color: #af0000;
    width: 80%;
    text-align: right;
}
.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;
}
/*.content .ul .li:nth-child(2){
    background: #af0000;
    color: #ffffff
}*/


@media screen and (max-width: 1100px){
    .content .newUl{
        margin: 2% 15%;
    }
    .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 p {
    width: 90%;
}
}
@media screen and (max-width: 768px){
    .wow{
        display: none;
    }
    .newsImg{
        margin-top: 4rem;
    }
    .title h1{
        font-size: 1.2rem;
    }
    .title h2{
        font-size: 1rem;
    }
    .content{
        margin-bottom: 15%;
    }
    .content .newUl{
        margin: 2% 6%;
        padding: 4% 0% 6% 0%;
    }
    .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;
    }

}


