.warp{
    width: 1400px;
    margin:51px auto;
    padding-top: 110px;
}

.title{
    font-size: 36px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 32px;
}

.redline{
    width: 52px;
    height: 6px;
    background: #D2181A;
    margin-top: 20px;
}

.banner{
    width: 100%;
    height: 420px;
    display: flex;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    margin-top: 32px;
    margin-bottom: 56px;
}

.banner .left{
    width: 50%;
    box-sizing: border-box;
}

.banner .right{
    width: 50%;
    background: #F5F5F5;
}

.banner .right .text{
    width: 593px;
    margin: 78px auto 73px;
}

.line-one{
    font-size: 22px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 26px;
    margin-bottom: 18px;
}

.date{
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-bottom: 35px;
}

.line-two{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-bottom: 67px
}

.banner .right .text .morebtn{
    width: 160px;
    height: 55px;
    background: #D70C25;
    color: white;
    border: none;
    transition: 0.4s;
}

.banner .right .text .morebtn:hover{
    background: white;
    color: #D70C25;
    border: 4px solid #D70C25;
}

.anew{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
    border-bottom: 1px solid grey;
    margin-top: 45px;
}

.anew .left{
    width: 797px;
    margin-top: 44px;
}

.anew .right{
    width: 400px;
    box-sizing: border-box;
}