body {
    background-color: white !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333333;
}
.banner {
    width: 100%;
    height: 18.75vw;
    margin-top: 92px;
}
.main-div > div:nth-child(1) {
    height: 64px;
    width: 100%;
    background-color: rgba(248, 248, 248, 0.8);
    margin: -64px auto 0;
}
.main-div > div:nth-child(1) > div {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
}
.main-div > div:nth-child(1) > div > div {
    margin-right: 38px;
}
.main-div > div:nth-child(1) > div > div, .main-div > div:nth-child(1) > div > div > a {
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.main-div > div:nth-child(1) > div > div:hover > a {
    font-weight: bold;
}
.main-div > div:nth-child(1) > div > div:hover::after {
    content: '';
    width: 48px;
    height: 4px;
    display: block;
    margin: 0 auto;
    margin-top: -4px;
    border-bottom: 4px solid #333333;
    border-radius: 2px;
}
.main-div > div:nth-child(2) {
    height: 44px;
}
.menu-item-active {
    font-weight: bold;
}
.menu-item-active::after {
    content: '';
    width: 48px;
    height: 1px;
    display: block;
    margin: 0 auto;
    margin-top: -4px;
    border-bottom: 4px solid #333333;
    border-radius: 2px;
}
.subTitle {
    max-width: 1328px;
    height: 30px;
    line-height: 30px;
    margin: 46px auto 42px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.main-div > div:nth-child(3) {
    max-width: 1328px;
    margin: 0 auto;
}
.main-div > div:nth-child(3) > a {
    text-decoration: none;
    color: #333333;
}
.main-div > div:nth-child(3) > a > div {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
}
.main-div > div:nth-child(3) > a:hover > div {
    background-color: #FAFAFA;
}
.main-div > div:nth-child(3) > a > div > div:nth-child(1) {
    width: 319px;
    height: 180px;
    margin: 12px 20px 12px 12px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main-div > div:nth-child(3) > a > div > div:nth-child(2) {
    width: calc(100% - 351px);
}
.main-div > div:nth-child(3) > a > div > div:nth-child(2) > div:nth-child(1) {
    margin: 42px 0 18px;
}
.main-div > div:nth-child(3) > a > div > div:nth-child(2) > div:nth-child(1) {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-div > div:nth-child(3) > a:hover > div > div:nth-child(2) > div:nth-child(1) {
    color: #1E67CE;
}
.main-div > div:nth-child(3) > a > div > div:nth-child(2) > div:nth-child(2) {
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}
.main-div > div:nth-child(4) {
    max-width: 1328px;
    height: 100px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
}
.main-div > div:nth-child(4) > div {
    float: right;
    display: flex;
}
.main-div > div:nth-child(4) > div > a > div {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
}
.page-btn-pre > div {
    background: url("../../../trunk/img/front/syy1.png") no-repeat;
    background-position: 50% 50%;
}
.page-btn-pre-disable > div {
    background: url("../../../trunk/img/front/syy.png") no-repeat;
    background-position: 50% 50%;
    cursor: not-allowed;
}
.page-btn-next > div {
    background: url("../../../trunk/img/front/xiayy1.png") no-repeat;
    background-position: 50% 50%;
    margin: 0 18px 0 6px
}
.page-btn-next-disable > div {
    background: url("../../../trunk/img/front/xiayy.png") no-repeat;
    background-position: 50% 50%;
    margin: 0 18px 0 6px;
    cursor: not-allowed;
}
.page-btn {
    margin-left: 6px;
    text-decoration: none;
}
.page-btn > div {
    color: #999999
}
.page-btn-active > div {
    color: #FFFFFF;
    background-color: #1E68CE;
    border: 1px solid #1E68CE !important;
}
.emptyText {
    text-align: center;
    min-height: calc(100vh - 92px - 18.75vw - 44px - 248px);
    line-height: calc(100vh - 92px - 18.75vw - 44px - 248px);
    color: #666666;
    font-size: 16px;
}
.sub-menu-item, .sub-menu-item-active {
    float: left;
    margin-right: 32px;
}
.sub-menu-item > a {
    color: #333333;
    text-decoration: none;
}
.sub-menu-item-active {
    font-weight: bold;
    color: #1E67CE;
}