main>ul{
    margin-bottom: 0;
}
main>section{
    width: 1080px;
    margin: 0 auto 242px;
}
main>section>.bg{
    width: 100%;
}
main>section>.bg img{
    width: 100%;
    height: 540px;
}
main>section>.title{
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 50px;
}
main>section>.title h3{
    font-weight: bold;
    margin-top: 40px;
    font-size: 40px;
}
main>section>.title p:nth-child(2){
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 50px;
    margin-top: 18px;
}
main>section>.title p:last-child{
    font-size: 16px;
    line-height: 24px;
    color: #A3A3A3;
    margin-bottom: 18px;
}
main>section>.article p{
    color: #3F3F3F;
    font-size: 16px;
    line-height: 30px;
}
main>section>.tag{
    display: flex;
    align-items: center;
    margin: 58px 0;
}
main>section>.tag i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #FEA501;
    position: relative;
    margin-right: 28px;
}
main>section>.tag i::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
}
main>section>.tag p{
    display: flex;
}
main>section>.tag p a{
    display: block;
    color: #3F3F3F;
    font-size: 16px;
    margin-right: 36px;
}