.oula-news{
    padding: 0 0;
}
.oula-news-title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.1rem;
}
.oula-news-title{
    font-size: .23rem;
    color: #444
}
.oula-news-title1{
        font-size: .42rem;
    color: #111;
    font-weight: 200;
}
.oula-news-title2{
    font-size: .24rem;
    letter-spacing: .05rem;
    font-weight: 300;
    margin-top: 0.2rem;
}
.oula-news-title span{
    color: #111;
    font-weight: bold;
    font-size: .28rem;
    margin-right: .17rem
}
.oula-news-more{
    width: .38rem;
    transition: all .3s;
    cursor: pointer;
    opacity: .5
}
.oula-news-more img{
    width: 100%
}
.oula-news-more:hover{
    opacity: 1
}
.oula-news-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .6rem;
    padding: 0 1.8rem;
}
.oula-news-box{
    width: 5.25rem;
    padding: .39rem .33rem  .5rem .33rem;
    cursor: pointer;
    transition: all .3s;
    border-radius: .17rem;
    background: transparent
}
.oula-news-box-line{
  width: 100%;
  height: .02rem;
  background: #605e5a  
}
.oula-news-box-publish_time{
    font-size: .17rem;
    color: #333;
    margin-top: .2rem
}
.oula-news-box-title{
    color: #333;
    font-size: .24rem;
    line-height: .35rem;
    margin-top: .1rem;
    height: 1rem;
    font-weight: 300
}
.oula-news-more-box{
    display: flex;
    align-items: center;
    margin-top: .15rem
}
.oula-news-more-box-text{
    color: #333;
    font-size: .14rem;
    font-weight: 300
}
.oula-news-more-box-img{
    width: .31rem;
    margin-left: .12rem;
    transition: all .5s
}

.oula-news-box:hover{
    background-image: linear-gradient(to bottom,#fff,#f2edea)
}
.oula-news-box:hover .oula-news-more-box-img{
    margin-left: .4rem
}
@media (max-width: 767px) {
    .oula-news{
    padding: 0 0;
}
.oula-news-title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .8rem;
}
.oula-news-title{
    font-size: .3rem;
    color: #444
}
.oula-news-title span{
    color: #111;
    font-weight: bold;
    font-size: .36rem;
    margin-right: .17rem
}
.oula-news-more{
    width: .38rem;
    transition: all .3s;
    cursor: pointer;
    opacity: .5
}
.oula-news-more img{
    width: 100%
}
.oula-news-more:hover{
    opacity: 1
}
.oula-news-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.42rem;
    padding: 0 0.58rem;
    flex-wrap: wrap;
}
.oula-news-box{
    width: 100%;
    padding: 0.39rem 0.33rem 0rem 0.33rem;
    cursor: pointer;
    transition: all .3s;
    border-radius: 0.17rem;
    background: transparent;
    position: relative
}
.oula-news-box-line{
  width: 100%;
  height: .02rem;
  background: #605e5a  
}
.oula-news-box-publish_time{
    font-size: .22rem;
    color: #333;
    margin-top: 0.36rem;
    opacity: .8;
}
.oula-news-box-title{
    color: #333;
    font-size: .3rem;
    line-height: .5rem;
    margin-top: 0.22rem;
    max-width: 4.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.oula-news-more-box{
    display: flex;
    align-items: center;
    margin-top: 0;
    position: absolute;
    top: 70%;
    right: .4rem
}
.oula-news-more-box-text{
    color: #333;
    font-size: .17rem;
    display: none
}
.oula-news-more-box-img{
    width: .43rem;
    margin-left: .12rem
}
.oula-news-box:hover{
    background-image: linear-gradient(to bottom,#fff,#f2edea)
}
}