* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

body {
    background-color: #f2f2f2;
}

/* 顶部 */
.top {
    display: flex;
    justify-content: space-between;
    height: 34px;
    background-color: #fff;
    padding: 10px 40px;
    color: #757575;
    font-size: 14px;
}

.top ul {
    display: flex;
}

.top ul li {
    margin: 0 12px;
}

.top ul li a {
    color: #757575;
}

.top ul li a img {
    vertical-align: middle;
}

/* 标题 */
.header {
    opacity: 90%;
    height: 119px;
}

.header img {
    width: 100%;
    height: 100%;
}

/* 导航栏 */
.nav {
    color: #ffffff;
    font-size: 16px;
    height: 51px;
    line-height: 50px;
    background-image: linear-gradient(89.87deg, #be2810 0%, #c82f48 50.55%, #edae4e 100%);
}

.nav ul {
    display: flex;
    margin-left: 20px;
    margin-top: -1px;
}

.nav ul li {
    margin-right: 36px;
}

.nav ul li a {
    color: #ffffff;
    font-size: 16px;
}

.nav ul li a span {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;

}

.wz {
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
}

.wz p {
    color: #757575;
    font-size: 14px;
}

.box {
    height: 100%;
    background-color: #fff;
}

.tz {
    height: 54px;
    line-height: 54px;
    padding: 0 25px;
    margin: 0 25px;
    border-bottom: 1px solid #e6e6e6;
}

.xxs {
    margin: 0 25px;
}

.xxs ul li {
    margin: 20px 0;
    height: 88px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.xxs ul li .ts {
    display: flex;
    padding: 15px 20px;
}

.xxs ul li .ts h6 {
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    margin-right: 15px;
}

.xxs ul li .ts p {
    color: #999999;
    font-size: 14px;
}

.xxs ul li .xs {
    display: flex;
}

.xxs ul li .xs p {
    color: #666666;
    font-size: 16px;
    padding: 0 16px 0 30px;
}

.xxs ul li .xs a {
    color: #d55252;
    font-size: 16px;
}

.fy {
    height: 107px;
    text-align: center;
}

/* 底部 */
.footer {
    height: 103px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    background-image: linear-gradient(89.87deg, #be2810 0%, #c82f48 50.55%, #edae4e 100%);
}
