.article-list {
    min-height: 50vh;
}

.article-item {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-bottom: solid 1px #dcdcdc;
    transition: all .3s linear;
}
.article-item:last-child{
    margin-bottom: 0;
}

.article-item a {
    display: flex;
}
/*.article-item:hover{*/
/*    background: #d11c16;*/
/*}*/
.article-item:hover .article-info h3,
.article-item:hover .article-info p{
/*.article-item:hover .article-info i*/
    /*color: #FFF;*/
    color: #d11c16;
}
/*.article-item:hover .article-info span{*/
/*    background: #fff;*/
/*    color: #d11c16;*/
/*}*/
.article-item:hover .article-time{
    /*background: #f1f1f1;*/
    background: #d11c16;
}
.article-item:hover .article-time h3,
.article-item:hover .article-time p{
    color: #fff;
}

.article-img {
    width: 310px;
    height: 179px;
    background: #d11c16;
}

.article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-icon{
    padding-top: 20px;
}
.article-icon img{
    position: relative;
    left: 20px;
    width: 34px;
    height: 34px;
}

.article-info {
    padding: 20px 30px;
    height: 180px;
    overflow: hidden;
}

.article-info h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 1px;
    color: #333;
    transition: all .3s linear;
}

.article-info p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    transition: all .3s linear;
}

.article-info i {
    font-size: 16px;
    color: #666;
    transition: all .3s linear;
}

.article-info span {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 107px;
    height: 34px;
    color: #fff;
    font-size: 16px;
    color: #fff;
    background: #d11c16;
    transition: all .3s linear;
    border-radius: 5px;
}

.article-time {
    width: 179px;
    height: 179px;
    /*background: #d11c16;*/
    background: #ececec;
    transition: all .3s linear;
}


.article-time h3 {
    font-size: 32px;
    line-height: 60px;
    font-weight: bold;
    color: #333;
    transition: all .3s linear;
}
.article-time p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    transition: all .3s linear;
}

.search-box{
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
}
.search-box input{
    display: block;
    width: 50%;
    height: 60px;
    border: 1px solid #ccc;
    padding: 0 20px;
}
.search-btn{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 200px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #d11c16;
}


@media only screen and (max-width: 768px) {
    .article-list{
        padding: .3rem;
    }
    .article-item{
        height: auto;
        margin-bottom: 20px;
    }
    .article-img{
        width: 3rem;
        height: 1.8rem;

    }
    .article-icon {
        padding-top: .2rem;
        display: none;
    }
    .article-icon img {
        position: relative;
        left: .2rem;
        width: .34rem;
        height: .34rem;
    }
    .article-info {
        padding: 0rem .3rem .1rem .2rem;
        height: 1.8rem;
        overflow: hidden;
    }
    .article-info h3 {
        font-size: .32rem;
        line-height: .5rem;

    }
    .article-info p {

        font-size: .26rem;
        line-height: .32rem;
    }
    .article-info i {
        font-size: .26rem;
    }
    .article-info span{
        display: none;
    }
    .article-time{
        width: 1.8rem;
        height: 1.8rem;
    }
    .article-time h3 {
        font-size: .38rem;
        line-height: .64rem;
    }
    .article-time p {
        font-size: .32rem;
        line-height: .48rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .article-list{
        padding: .3rem;
    }
    .article-item{
        height: auto;
        margin-bottom: 20px;
    }
    .article-img{
        width: 3rem;
        height: 1.8rem;

    }
    .article-icon {
        padding-top: .2rem;
        display: none;
    }
    .article-icon img {
        position: relative;
        left: .2rem;
        width: .34rem;
        height: .34rem;
    }
    .article-info {
        padding: 0 .3rem .1rem;
        height: 1.8rem;
        overflow: hidden;
    }
    .article-info h3 {
        font-size: .32rem;
        line-height: .68rem;

    }
    .article-info p {
        font-size: .26rem;
        line-height: .32rem;
        height: .64rem;
    }
    .article-info i {
        font-size: .26rem;
    }
    .article-info span{
        display: none;
    }
    .article-time{
        width: 1.8rem;
        height: 1.8rem;
    }
    .article-time h3 {
        font-size: .38rem;
        line-height: .64rem;
    }
    .article-time p {
        font-size: .32rem;
        line-height: .48rem;
    }


}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1640px) and (min-width: 1401px) {
}
