.common-main .top{
    margin-bottom: 36px;
    display: flex;
    height: 400px;
}
.banner{
    margin-right: 40px;
    width: 680px;
    height: 400px;
    overflow: hidden;
}
#Swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination{
    bottom: 20px!important;
    padding-right: 20px;
    text-align: right;
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.reminder-of-work{
    margin-right: 10px;
    width: 430px;
}
.reminder-of-work .headline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 14px;
    height: 60px;
    border-bottom: 1px solid #DF2020;
    cursor: pointer;
}
.reminder-of-work .headline:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 95px;
    height: 3px;
    background: #DF2020;
}
.reminder-of-work .headline span{
    color: #323232;
    font-size: 24px;
    font-weight: 700;
}
.reminder-of-work .headline img{
    width: 18px;
    height: 18px;
}
.reminder-of-work .content{
    margin-top: 3px;
}
.reminder-of-work .content-item{
    position: relative;
    padding-left: 20px;
    height: 54px;
    color: #646464;
    font-size: 16px;
    font-weight: 500;
    line-height: 54px;
    border-bottom: 1px dashed #DBDBDB;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s;
}
.reminder-of-work .content-item:hover{
    color: #DF2020;
}
.reminder-of-work .content-item:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #646464;
    border-radius: 50%;
    transition: all .2s;
}
.reminder-of-work .content-item:hover:before{
    background-color: #DF2020;
}
.reminder-of-work .content-item:hover a{
    color: #DF2020;
}
.article-box{
    margin-top: 24px;
}
.article{
    margin-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;;
}
.article-item{
    display: flex;
    margin-bottom: 32px;
    width: 570px;
    height: 160px;
    cursor: pointer;
}
.article-item .left{
    margin-right: 18px;
    width: 252px;
    height: 160px;
}
.article-item .right{
    position: relative;
}
.article-item .title{
    width: 300px;
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-item .info{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.article-item .info .date{
    color: #969696;
    font-size: 14px;
    font-weight: 400;
}
.article-item .info .more{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    transition: all .2s;
}
.article-item .info .more:hover{
    color: #DF2020;
}
