



article{
    flex: 1;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
}
.article-item{
    display: flex;
    padding: 14px;
    border: 2px solid #c7c7c7;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    box-sizing: border-box;
    align-items: center;
}

.article-item:hover,.article-item.actived{
    border: 2px solid #409EFF;
}

.article-item:nth-last-child(1){
    margin-bottom: 0;
}

.article-img{
    width: 200px;
    height: 160px;
    margin-right: 20px;
}
.article-content{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.article-img a,.article-img a img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.article-down{
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: #409EFF;
    text-decoration: none;
    cursor: pointer;
}
.article-down:hover{
    color: #1890ff;
}

.article-more{
    font-size: 12px;
    color: #409EFF;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.article-down .iconfont{
    font-size: 24px;
}
.article-title{
    font-size: 20px;
    height: 24px;
    align-items: center;
    text-decoration: none;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.article-title:hover{
    color: #1890ff;
    cursor: pointer;
}

.article-about{
    display: flex;
    align-items: center;
    height: 22px;
    margin: 8px 0;
}
.article-date{
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #7f7f7f;
    margin-right: 20px;
    text-decoration: none;
}
.article-btn{
    font-size: 12px;
    text-decoration: none;
    margin-right: 20px;
    height: 16px;
    display: flex;
    line-height: 16px;
    color: #1890ff;
    border:1px solid #1890ff;
    padding:4px 8px;
    margin:10px 6px 0 0;
    border-radius: 4px;
}

.article-btn:nth-of-type(1){
    background: #eb6100;
    color: #fff;
    border: none;
}

.article-btn:nth-of-type(2){
    background: #19aeff;
    color: #fff;
    border: none;
}

.article-btn:nth-of-type(3){
    background: #8fd04d;
    color: #fff;
    border: none;
}

.article-btn:nth-of-type(4){
    background: #32b16c;
    color: #fff;
    border: none;
}

.article-btn:hover{
    color: #fff;
    background:#1890ff
}
.article-btn img{
    margin-right: 4px;
    display:none;
    width:18px;
    height: 15px;
}

.article-btn img:nth-of-type(2){
    display:block;
}

.article-btn:hover img:nth-of-type(1){
    display:none;
}

.article-btn:hover img:nth-of-type(2){
    display:block;
}

.article-desc{
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.article-tip{
    font-size: 12px;
    color:rgba(250,0,0,.8) ;
    display: flex;
    margin: 10px auto;
}

.list-more{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.list-more a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    /*padding: 0 20px;*/
    width: 100%;
    text-decoration: none;
    border-radius: 6px;
    color: #fff;
    background: #eb6100;
    border: 2px solid #eb6100;
    text-align: center;
}
.list-more a:hover{
    color: #eb6100;
    background: #fff;
}
