﻿/* pre css */

#new-detail {
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    
}

#new-detail .e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    
    margin-bottom: 3%
}

#new-detail .e_container-2>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_container-2 .cbox-2-0 {
    padding-right: 0px;
    margin-right: 30px;
    flex: 0 0 70%
}

.e_container2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.e_container2>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(43, 72, 197, 1);
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

.e_container3>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.e_container6>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container6 .cbox-2-0 {
    flex: 0 0 auto
}

.e_container6 .cbox-2-1 {
    flex: 0 0 auto
}

.e_container6 .cbox-2-2 {
    flex: 0 0 auto
}

.e_container2 .cbox-2-0 {
    flex: 0 0 auto;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px
}

.e_container9 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

.e_container9>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container9 .cbox-2-0 {
    flex: 0 0 auto
}

#new-detail .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(229, 229, 229, 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px
}

#new-detail .e_container-3>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_loop-5 .p_list {
    display: flex;
    flex-wrap: wrap
}

#new-detail .e_loop-5 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

#new-detail .e_loop-5 .p_page {
    text-align: center
}

#new-detail .e_loop-5 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

#new-detail .e_loop-5 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 24px;
    margin: 15px 0
}

#new-detail .e_loop-5 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

#new-detail .e_loop-5 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

#new-detail .e_loop-5 .p_active {
    color: #fff;
    background-color: #409EFF;
    border-radius: 2px
}

#new-detail .e_loop-5 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

#new-detail .e_loop-5 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

#new-detail .e_loop-5 .multSelect {
    font-size: 13px;
    position: relative
}

#new-detail .e_loop-5 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

#new-detail .e_loop-5 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

#new-detail .e_loop-5 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

#new-detail .e_loop-5 .multSelect ul,
li {
    list-style: none
}

#new-detail .e_loop-5 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

#new-detail .e_loop-5 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

#new-detail .e_loop-5 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

#new-detail .e_loop-5 .multSelect .multSelect-option>div.selected {
    color: #409eff
}

#new-detail .e_loop-5 .multSelect .multSelect-option>div:hover {
    color: #409eff;
    background: #f3f6f9
}

#new-detail .e_loop-5 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

#new-detail .e_loop-5 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

#new-detail .e_loop-5 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

#new-detail .e_loop-5 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

#new-detail .e_loop-5 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

#new-detail .e_loop-5 .p_filter_select {
    width: 110px;
    height: 24px;
    padding: 0;
    border: 1px solid #DCDFE6
}

#new-detail .e_loop-5 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

#new-detail .e_loop-5 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

#new-detail .e_loop-5 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

#new-detail .e_loop-5 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

#new-detail .e_loop-5 .p_split {
    margin: 0 5px
}

#new-detail .e_loop-5 .p_normal {
    margin-right: 16px
}

#new-detail .e_loop-5 {
    
    margin-top: 0px
}

#new-detail .e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px
}

#new-detail .e_container-6>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_image-7 {
    overflow: hidden;
    margin-bottom: 10px
}

#new-detail .e_image-7 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#new-detail .e_text-8 {
    line-height: 1.5;
    
    font-size: 16px;
   
    color: rgba(68, 68, 68, 1);
    font-weight: bold;
    
}

#new-detail .e_timeFormat-9 {
    min-height: 20px;
    
}

#new-detail .e_imageList-11 {
    height: auto;
    
}

#new-detail .e_imageList-11 .p_img {
    width: 100%;
    height: 100%;
    background: #000
}

#new-detail .e_imageList-11 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#new-detail .e_imageList-11 .custom-bullet {
    background: #ccc
}

#new-detail .e_imageList-11 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#new-detail .e_imageList-11 .gallery-top {
    height: 80%;
    width: 100%
}

#new-detail .e_imageList-11 .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding-top: 5px
}

#new-detail .e_imageList-11 .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.6
}

#new-detail .e_imageList-11 .gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#new-detail .e_imageList-11 .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

#new-detail .e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

#new-detail .e_container-12>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_container-12 .cbox-12-0 {
    flex: 0 0 auto;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px
}

#new-detail .e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: #0030b8;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

#new-detail .e_container-13>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_timeFormat-14 {
    min-height: 20px;
    
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    line-height: 1
}

#new-detail .e_container-15 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#new-detail .e_container-15>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_container-15 .cbox-15-0 {
    flex: 0 0 auto
}

#new-detail .e_container-15 .cbox-15-1 {
    flex: 0 0 auto
}

#new-detail .e_container-15 .cbox-15-2 {
    flex: 0 0 auto
}

#new-detail .e_timeFormat-17 {
    min-height: 20px;
    
    font-size: 14px;
    font-family: Arial;
    color: rgba(255, 255, 255, 1)
}

#new-detail .e_timeFormat-18 {
    min-height: 20px;
    
    font-size: 14px;
    font-family: Arial;
    color: rgba(255, 255, 255, 1)
}

#new-detail .e_container-19 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

#new-detail .e_container-19>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_h1-20 {
    
    font-size: 26px;
   
    font-weight: bold;
    color: rgba(68, 68, 68, 1)
}

#new-detail .e_container-21 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%
}

#new-detail .e_container-21>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#new-detail .e_container-21 .cbox-21-0 {
    flex: 0 0 auto
}

#new-detail .e_text-22 {
    line-height: normal;
    
    font-size: 14px;
   
    color: rgba(102, 102, 102, 1)
}

#new-detail .e_text-23 {
    line-height: normal;
    
    font-size: 14px;
   
    color: rgba(102, 102, 102, 1);
    
}

#new-detail .e_richText-24 {
    
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
   
    color: rgba(102, 102, 102, 1);
    line-height: 2;
    margin-top: 20px
}

#new-detail .e_richText-24 img{
    max-width: 100%;
    height: auto;
}

#new-detail .e_text-16 {
    
    margin-right: 2px;
    font-size: 14px;
   
    line-height: 1.5;
    color: rgba(255, 255, 255, 1)
}

#new-detail .e_line-25 {
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    min-height: 0px;
    max-height: none;
    height: auto
}

#new-detail .e_line-26 {
    border-top-style: solid;
    border-top-width: 1px;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    min-height: 0px;
    max-height: none;
    height: auto
}

#new-detail .e_h1-27 {
    font-size: 24px
}

@media screen and (max-width:768px) {
    #new-detail .e_loop-5 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #new-detail .e_container-2 .cbox-2-0 {
        margin-right: 0
    }

    #new-detail .e_container-2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    #new-detail .e_h1-20 {
        font-size: 22px;
        line-height: 1.6;
    }

    #new-detail .e_richText-24 p img {
        width: 100% !important;
        height: auto !important
    }

    #c_static_011-1645089489475 .e_container-1 .cbox-1-0 {
        margin-right: 0px
    }

    #new-detail .e_container-3 {
        margin-top: 30px
    }

    #new-detail .e_imageList-11 {
        display: none
    }
    #new-detail .e_container-19{
        padding-top: 0;
    }

}

@media screen and (min-width: 769px) {
    #new-detail .e_loop-5 .p_loopitem {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% / 1)
    }

    #new-detail .e_imageList-11 {
        display: none
    }
}