.warp{
    width: 1196px;
    margin: 80px auto;
    padding-top: 110px;
}

.title{
    font-size: 35px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 32px;
    text-align: center;
    margin-bottom: 15px;
}

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

.article{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 113px;
    margin-bottom: 76px;
}

.article p{
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
}

.article .photo{
    width: 500px;
    margin: auto;
}

.next{
    width: 1354px;
}

.next .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.next .item .left{
    width: 160px;
    margin-top: 32px;
}

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

.next .item .left .btns{
    width: 100%;
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
}

.next .item .left .btns .abtn{
    width: 50px;
    height: 50px;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px;
}

.next .item .left .btns .abtn:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.next .item .left .btns .abtn span{
    width: fit-content;
}

.next .item .left button{
    width: 160px;
    height: 55px;
    background: #D70C25;
    color: white;
    border: none;
    margin-top: 27px;
}

.next .item .left button:hover{
    color: #d70c25;
    background: white;
    border: 4px solid #d70c25;
    box-shadow: #666666;
    box-sizing: border-box;
}

.next .item .center{
    width: 400px;
}

.next .item .right{
    width: 593px;
    margin-top: 37px;
}

.next .item .right .line-one{
    font-size: 22px;
    font-family: Helvetica;
    font-weight: bold;
    color: #010101;
    line-height: 26px;
}

.next .item .right .line-two{
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 18px;
}

.next .item .right .line-three{
    font-size: 16px;
    font-family: Helvetica;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 35px;
}
