*{
    padding: 0;
    margin: 0;
}


.banner-1 {
    width: 100%;
    margin-bottom: 100px;
}

.banner-1 img {
    width: 100%;
    height: auto;
}

.base {
    width: 55%;
    height: 400px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-direction: row;
}

.base .left {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.base .left span {
    width: 100%;
    height: 24px;
    font-family: PingFang-SC-Regular;
    font-size: 22px;
    padding-left: 4%;
    color: #000000;
    letter-spacing: 3px;
    font-weight: 200;
    border-left: 5px solid rgba(255,255,255,0);
    margin-bottom: 20px;
}

.base .left .title {
    min-width: 450px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
    padding-left: 4%;
    border-left: 5px solid rgba(255,184,56,1);
}

.base .right {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-left: 2px solid rgba(160,160,160,1);
    overflow: auto;
}

.base .right img{
    width: 90%;
}

.base .right .pd-20 {
    margin-bottom: 20px;
}


.event {
    width: 55%;
    height: 400px;
    margin: 0 auto 140px auto;
    display: flex;
    flex-direction: row;
}

.event .left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.event .left span {
    width: 100%;
    height: 100px;
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    padding-left: 3%;
    color: #000000;
    letter-spacing: 4px;
    font-weight: 100;
    border-left: 5px solid rgba(255,255,255,0);
    margin-bottom: 40px;
}

.event .left .title {
    min-width: 450px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
    padding-left: 3%;
    border-left: 5px solid rgba(255,184,56,1);
    margin-bottom: 20px;
}

.intro {
    width: 55%;
    height: 400px;
    margin: 0 auto 60px auto;
    display: flex;
    flex-direction: row;
}

.intro .left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.intro .left .title {
    min-width: 450px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
    padding-left: 3%;
    border-left: 5px solid rgba(255,184,56,1);
    margin-bottom: 20px;
}

.intro .left span {
    width: 100%;
    height: 100px;
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    padding-left: 3%;
    color: #000000;
    letter-spacing: 4px;
    font-weight: 100;
    border-left: 5px solid rgba(255,255,255,0);
    margin-bottom: 40px;
}

.frame {
    width: 55%;
    height: 400px;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.frame .left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.frame .left .title {
    min-width: 450px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 34px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 2px;
    padding-left: 3%;
    border-left: 5px solid rgba(255,184,56,1);
    margin-bottom: 20px;
}

.frame .left span {
    width: 100%;
    height: 100px;
    font-family: PingFang-SC-Regular;
    font-size: 18px;
    padding-left: 3%;
    color: #000000;
    letter-spacing: 4px;
    font-weight: 100;
    border-left: 5px solid rgba(255,255,255,0);
    margin-bottom: 40px;
    line-height: 40px;
}

.fgx {
    border-bottom: 1px solid rgba(191,191,191,1);
}