* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

.container {
    width: 1200px;
    margin: auto;
}

.crumbs {
    margin: 30px 0 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
}

.crumbs img {
    width: 5px;
    height: 6px;
    margin: 0 10px;
    vertical-align: middle;
}

.mainbox {
    width: 100%;
    font-family: "Microsoft YaHei";
}

.mainbox .head .title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    margin-left: 14px;
}

.mainbox .more{
    width: 100%;
    height: 40px;
    background: #F6F6F6;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    line-height: 40px;
    color: #626675;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.mainbox .more:hover{
    background: #e3f3fe;
    color: var(--themeColor);
}

.special-content .banner img {
    width: 100%;
    height: 675px;
    object-fit: cover;
    margin-bottom: 40px;
}

.special-content .con {
    padding-bottom: 15px;
}

.special-content .con .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.special-content .con>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
    margin-top: 18px;
}

.special-content .mainbox {
    margin-top: 30px;
}