	.fifth_r_gwy{
    background: #fff url('../images/fifth_r_gwy_bg.png') center top no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 5px;
}
.fifth_r_gwy h5{
    line-height: 32px;
    margin-bottom: 16px;
    font-size: 22px;
    color: #333;
}
.fifth_gwy_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
} 
.fifth_gwy_row:nth-last-child(1){
    margin-bottom: 0;
}
.fifth_gwy_row p{
    width: 106px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    color: #E60012;
    background: #FDFAFA;
    border: 1px dashed #E60012;
}
.fifth_gwy_row a:hover{
    color: #E60012;
    background: #FDFAFA;
    border: 1px dashed #E60012;
}
.fifth_gwy_row a{
    display: block;
    width: 80px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    color: #333;
    background: #fff;
    border: 1px dashed #888888;
}
.fifth_r_other{
    background: linear-gradient(0deg, #fff, #fff2f0);
    box-sizing: border-box;
}
.fifth_r_other h5{
    line-height: 32px;
    font-size: 22px;
    padding: 20px;
    box-sizing: border-box;
    color: #333;
}
.fifth_r_other table{
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 16px;
}
.fifth_r_other table td{
    width: 33.3%;
    border: 1px solid #E5E4E4;
    line-height: 55px;
}
.fifth_r_other table td a{
    display: block;
    color: #333;
}
.fifth_r_other table td:hover a{
    color: #E60012;
}