body,
a {
    font-size: 15px;
    color: #333333;
}

.subTitle {
    height: 46px;
    background: url(../img/contentTitle-background.png) no-repeat;
    background-size: 100% 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 30px 0px 20px;
}

.moreContent {
    font-size: 14px;
    color: #666666;
}

.slideBox-1 {
    width: 436px;
    height: 280px;
    position: relative;
}

.slideBox-1 a {
    position: relative;
}

.slideBox-1 a div {
    width: 100%;
    height: 36px;
    color: #ffffff;
    line-height: 36px;
    background: url(../img/slideContent-background.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    padding-left: 14px;
    box-sizing: border-box;
}

.slideBox-1 .slideBtn-1 {
    height: 8px;
    display: flex;
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.slideBox-1 .slideBtn-1 div {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
}

.slideBox-1 .slideBtn-1 div.on {
    background: #ff9130;
}

.slideBox-1 .slideBtn-1 div:not(:last-of-type) {
    margin-right: 8px;
}

.list {
    line-height: 36px;
}

.list ul li a .content {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.list ul li a .content::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -2px;
}

.list-1 ul li a .content::before {
    background: #d12d26;
}

.wjbgList .list {
    width: 542px;
    margin-right: 60px;
}

.wjbgList .list ul li div {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub {
    margin: 50px 0px 16px
}

.foo {
    height: 78px;
    color: #ffffff;
    line-height: 78px;
    background: url(../img/footerBackground.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 35px;
}

.foo span:nth-of-type(1) {
    margin-left: 45px;
}

.foo span:nth-of-type(2) {
    margin-left: 85px;
}

.foo span:nth-of-type(3) {
    margin-left: 100px;
}