html {
    width: 100%;
    height: 100%;
    background: rgb(247, 247, 247);
}

h4 {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    width: 100%;
    height: 100%;
    font-size: 0;
}

h2 span a {
    color: #AAAAAA;
}

section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.xinyu_list {
    padding-top: 15px;
}

.hot-news {
    width: 470px;
}

.hot-news .swiper-pagination {
    width: 50px !important;
    right: 10px !important;
    left: initial !important;
    bottom: 24px !important;
}


.hot-news >.swiper-pagination >.swiper-pagination-bullet {
    background-color: #fff !important;
    width: 6px;
    height: 6px;
}

.hot-news >.swiper-pagination >.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #6DADFF !important;
    width: 8px;
    height: 8px;
}


.dot {
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.dot::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.more {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #AAAAAA;
    text-align: right;
}
.more a {
    color: #DB3F2C;
}

.publicity_chart {
    position: absolute;
    width: 100%;
    height: 520px;
    background: url('../image/bg2.png') no-repeat center;
    background-size: cover;
}

.publicity_box {
    position: relative;
    top: 400px;
    /* padding: 20px; */
    width: 1160px;
    overflow: hidden;
    margin: auto;
    /* background: #FFFFFF; */
    border-radius: 2px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.quick_view {
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
}

.quick_left {
    position: relative;
    width: 470px;
    height: 100%;
}

.quick_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quick_left p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, .8)
}

.quick_left p span {
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    text-indent: 10px;
    width: calc(100% - 80px);
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow: hidden;
}
.quick_right {
    margin-left: 10px;
    width: 680px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.quick_right h2 {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 50px;
    text-indent: 25px;
    margin-bottom: 2px;
    background: url('../image/title-bg.png') no-repeat;
    background-size: 100%;
    text-align: center;
}

.quick_right h2 label {
    height: 48px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 70px;
}

.quick_right h2 span {
    float: right;
    height: 48px;
    width: 75px;
    font-size: 14px;
    color: #AAAAAA;
}

.quick_right .xinyu_list .list .list-link {
    overflow: hidden;
    display: block;
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 25px;
}

.quick_right .xinyu_list .list .list-link .list-title {
    float: left;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
}

.quick_right .xinyu_list .list .list-link .list-date {
    float: right;
    font-size: 16px;
    color: #AAAAAA;
    width: 100px;
}



.quick_right .xinyu_list .detail {
    margin-bottom: 16px;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.quick_right h4 {
    padding: 15px 0 10px 0;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}

.basic_level {
    width: 100%;
    height: 50px;
}

.basic_level h2 {
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 300;
    color: #AAAAAA;
    line-height: 50px;
    text-indent: 25px;
    margin-bottom: 2px;
    background: url('../image/title-bg.png') no-repeat;
    background-size: 100%;
    text-align: center;
}

.basic_level h2 label {
    height: 48px;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 70px;
}

.basic_level p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #535353;
    line-height: 20px;
}

.basic_content .list {
    margin-top: 15px;
    overflow: hidden;
}

.basic_content .list .line {
    border-bottom: 1px dashed #D6D6D6;
    padding: 10px 0;
}
.basic_content .list .line .dot {
    padding-left: 10px;
}
.basic_content .list img {
    margin-right: 15px;
    display: block;
    float: left;
    width: 160px;
    height: 92px;
}

.basic_content h4 {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
}

.basic_content .list .detail {
    margin-bottom: 10px;
}

.basic_content .list .detail p {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.basic_content .list .detail span {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.bottoms {
    position: relative;
    top: 400px;
    width: 100%;
    height: 180px;
    padding-top: 45px;
    margin: 0;
    background: #252525;
    font-size: 14px;
    line-height: 16px;
}

.bottoms div {
    opacity: 0.5;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
}

.bottoms div p {
    /* line-height: 20px; */
    color: #FFFFFF;
}

@media screen and (max-width: 1500px) {
    body {
        width: 100% !important;
    }
}