* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    /* font-family: '微软雅黑'; */
}

.flex {
    display: flex;
}

.header {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #AAAAAA;
}

.header_box {
    width: 1250px;
    margin: 0 auto;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}

.header_nav {
    list-style: none;
    flex-wrap: wrap;
    width: 93%;
    justify-content: space-between;
    align-content: space-between;
}

.nav_list li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.nav_list li a {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


.navigationActive {
    color: #fff;
    background: #D93B44;
}

.header_li:nth-child(9) {
    width: auto;
}

.header_li:nth-child(18) {
    width: auto;
}

.login_but {
    width: 55px;
    height: 30px;
    background: #D00A15;
    border: 0;
    color: #fff !important;
    border-radius: 4px;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}

.logo_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.logo_box img {
    width: 120px;
}

.logo_title_box {
    justify-content: space-between;
}

.logo_title_box h4 {
    color: #333;
    font-weight: 400;
    font-size: 36px;
    height: 53px;
    line-height: 53px;
    padding-left: 5px;
    box-sizing: border-box;
    border-left: 1px solid #AAAAAA;
}

.logo_title_box img {
    cursor: pointer;
}

.search_box {
    width: 432px;
    position: relative;
}

.layui-input {
    width: 352px;
    border: 2px solid #D00A15;
    border-right: 0;
}

.layui-input:hover {
    border: 2px solid #D00A15 !important;
    border-right: 0 !important;
}

.layui-input:focus {
    border: 2px solid #D00A15 !important;
    border-right: 0 !important;
    /* 点击时边框换成的颜色 */
    outline: none !important;
    /* 去除点击时浏览器可能添加的轮廓线 */
}

.layui-input-suffix {
    width: 80px !important;
    background: #D00A15;
    color: #fff;
    font-size: 14px;
}

.layui-btn:hover {
    color: #fff;
}

.layui-btn-primary {
    border: 0;
    color: #fff;
}

.nav_box {
    width: 100%;
    height: 50px;
    background: #D00A15;
}

.nav_list {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    justify-content: space-between;
}

.nav_list li {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 0 10px;
    box-sizing: border-box;
}

.navigationActive {
    color: #fff;
    background: #D93B44;
}

.nav_list .nav_li:nth-child(7) {
    width: auto;
}

.timer_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
}

.timer_title {
    padding: 0 40px 0 30px;
    box-sizing: border-box;
    color: #D00A15;
    font-size: 14px;
    height: 16px;
    font-weight: 600;
    position: relative;
}

.timer_title::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('../assets/details/realTime.png')no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 2px;
}

.timerList {
    width: 90%;
    justify-content: space-between;
    overflow-x: auto;
}

.timeNav {
    width: 100%;
}

.time_li {
    padding: 0 10px;
    box-sizing: border-box;
}


.detail_page_content_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.banner-title_box {
    justify-content: space-between;
}

.title_box {
    width: 750px;
}

.title_cont_box {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.title_cont_box:nth-child(2n) {
    padding: 0;
}

.title_cont_box h4 {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.title_cont_ul {
    padding-left: 20px;
    box-sizing: border-box;
}

.title_cont_ul li {
    cursor: pointer;
    list-style: disc;
    transition: .3s;
    font-size: 16px;
}

.title_cont_ul li:hover {
    color: #D00A15;
}

.layui-carousel-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -18px;
    width: 35px !important;
    height: 35px !important;
    line-height: 25px !important;
    text-align: center;
    font-size: 15px;
    background-color: rgba(51, 51, 51, 0.5) !important;
}

.banner_img {
    overflow: hidden;
    border-radius: 10px;
}

.nav_ct_title_box {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.nav_ct_title {
    font-size: 20px;
    color: #333;
    height: 70px;
    line-height: 70px;
}

.nav_ct_box {
    width: 692px;

}

.hot_box {
    width: 480px;
    padding-top: 5px;
    box-sizing: border-box;
}

.hot_title_box {
    padding: 20px 10px 10px 30px;
    box-sizing: border-box;
    position: relative;
    color: #D00A15;
    font-size: 18px;
}

.hot_title_box::before {
    content: "";
    width: 17.56px;
    height: 24px;
    background: url('../assets/details/hotIcon.png')no-repeat;
    background-size: 100%;
    position: absolute;
    top: 23px;
    left: 0;
}

.tab {
    width: 100%;
    height: 42px;
    border-top: 1px solid #D00A15;
}

.tab li {
    color: #333;
    border-top: 5px solid #fff;
    font-size: 24px;
    margin-right: 20px;
    cursor: pointer;
}

.active {
    margin-right: 20px;
    color: #D00A15 !important;
    border-top: 5px solid #D00A15 !important;
    font-size: 24px;
    font-weight: bold;
}

.tab_ct_box {
    width: 100%;
    min-height: 270px;
}

.tab_box {
    width: 100%;
    border-bottom: 1px solid #AAAAAA;
    padding: 15px 0;
    box-sizing: border-box;
    align-items: center;
}

.tab_box:last-child {
    border: 0;
}

.tab_img {
    width: 200px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;

}

.tav_title_box {
    width: 462px;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    height: 120px;
}

.tav_title {
    color: #333;
    font-size: 22px;
    transition: .2s;
}

.tav_title:hover {
    color: rgba(208, 10, 21, 1);
}

.tav_title_time {
    color: #777777;
    font-size: 14px;
}

.tav_title_time span {
    font-size: 14px;
    margin-left: 10px;
}

.hot_ct_box {
    width: 100%;
    /* height: 52px; */
}

.hot_ct_box li {
    display: flex;
    align-items: center;

}


.hot_ct_box li .number {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    padding-right: 10px;
    box-sizing: border-box;
}

.number_red {
    font-size: 26px;
    font-weight: bold;
    color: #FF0000;
    padding-right: 10px;
    box-sizing: border-box;
}

.hot_ctWeight {
    width: 100%;
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;
    transition: .2s;
}

.hot_ctWeight:hover {
    color: #D00A15;
}

.hot_ct:hover {
    color: #D00A15;
}

.hot_ct {
    display: block;
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #AAAAAA;

}

.hot_ct_none {
    color: #333;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border: 0;
}


.report_rt_title_box {
    margin-top: 30px;
    align-items: center;
}

.report_rt_hr {
    /* width: 4px; */
    height: 25px;
    border: 2px solid #D00A15;
}

.report_rt_title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

.report_rt_center_img_box li {
    /* margin-bottom: 5px; */
    padding: 5px 0;
    box-sizing: border-box;
}

.report_rt_center_img_text img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
}

.report_rt_center_img_text span {
    display: block;
    font-size: 16px;
    color: #333;
    width: 336px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .2s;
}

.report_rt_center_img_text span:hover {
    color: rgba(208, 10, 21, 1);

}

.report_rt_center_text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    transition: .2s;
}

.report_rt_center_text:hover {
    color: rgba(208, 10, 21, 1);
}