.article{
    min-height: 600px;
    margin-top: 30px;
}
.single-right-current {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.single-right-current p {
    font-size: 24px;
    font-family: SimHei;
    color: #999999;
    line-height: 23px;
}

.single-right-current .position a {
    font-size: 16px;
    font-family: SimHei;
    color: #999999;
}

.single-right-current .position a:hover {
    color: #FFAA00;
}

.single-right-content {
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
}

.single-right-content h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFAA00;
    text-align: center;
    line-height: 38px;
    margin-bottom: 30px;
}
.message{
    text-align: center;
    margin-bottom: 30px;
}
.message span{
    margin-right: 10px;
    font-size: 14px;
}
.message span>a:hover{
    color: #FFAA00;
}
.word p{
    font-size: 16px;
}
@media screen and (max-width: 1280px) {
    .w{
        width: 95%;
    }
}