.banner {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display:flex;
    justify-content: center;
}

.banner span {
     width: 1200px;
     margin-top: 108px;
    font-weight: 800;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 101px;
    text-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
}
.content {
    width: 1200px;
    height: 100%;
    padding: 30px 0;
}

.Transverseline {
    width: 100%;
    height: 1px;
    background: #EBEDF0;
    margin: 20px 0;
}

.content .TagsView {
    height: 20px;
    line-height: 20px;
    width: 100%;
    display: flex;
}

.TagsView p {
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    color: #9A9A9A;
}
.TagsView p a{
     color: #9A9A9A;
}

p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 16px;
}

span {
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 18px;
}

ul {
    padding: 0 15px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}
.adofwz a,.boxcolor a{
    font-size: 30px;
}


 