.layout--B904e {
    position: relative;
    width: 100%;
    min-width: 1080px;
    display: flex;
    flex-direction: column
}

.layout--B904e,.layout_content--3JOW- {
    height: 100%;
    -webkit-overflow-scrolling: touch
}

.layout_content--3JOW- {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth
}

.layout_content_tablist--3Pz1j {
    position: fixed
}

@media screen and (max-width: 769px) {
    .layout_mobile--1_hhn {
        display:block
    }

    .layout_pc--2JfTu {
        display: none
    }

    .layout--B904e {
        min-width: 320px;
        display: flex;
        flex-direction: column;
        overflow: hidden
    }

    .layout_foot--14LoO {
        flex-shrink: 0
    }

    .layout_content--3JOW- {
        overflow-x: hidden
    }

    .layout_content_introswiper--PPno_ {
        padding-top: .6rem
    }

    .layout_content_box--bjAGE {
        margin: 0 auto
    }

    .layout_content_paddingT--2neDz {
        height: .6rem
    }
}

@media (min-width: 768px) and (max-width:1280px) {
    .layout_mobile--1_hhn {
        display:none
    }

    .layout_content_box--bjAGE {
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 5% 80px
    }

    .layout_content_introswiper--PPno_ {
        padding-top: 80px
    }

    .layout_content_introswiper_on--2fpzp {
        padding-top: 0
    }

    .layout_content_paddingT--2neDz {
        height: .8rem
    }
}

@media (min-width: 1280px) and (max-width:1660px) {
    .layout_mobile--1_hhn {
        display:none
    }

    .layout_content_box--bjAGE {
        max-width: 85vw;
        margin: 0 auto;
        padding-bottom: 80px
    }

    .layout_content_introswiper--PPno_ {
        padding-top: 80px
    }

    .layout_content_introswiper_on--2fpzp {
        padding-top: 0
    }

    .layout_content_paddingT--2neDz {
        height: .8rem
    }
}

@media (min-width: 1660px) {
    .layout_mobile--1_hhn {
        display:none
    }

    .layout_content_box--bjAGE {
        max-width: 1420px;
        margin: 0 auto;
        padding-bottom: 80px
    }

    .layout_content_introswiper--PPno_ {
        padding-top: 80px
    }

    .layout_content_introswiper_on--2fpzp {
        padding-top: 0
    }

    .layout_content_paddingT--2neDz {
        height: .8rem
    }
}

@media screen and (min-width: 769px) {
    .layout_content--3JOW- {
        flex:1;
        width: 100%
    }

    .layout_content_fullbox--2J-Ex {
        flex: 1;
        margin: 0 auto;
        max-width: 100%;
        padding-bottom: 80px
    }
}

.tab_select--1biX4 {
    margin-top: 4%
}

.tab_select_list--3I6rb {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid transparent
}

.tab_select_list_item--1LRwM {
    position: relative;
    font-size: .24rem;
    margin: .15rem 6%;
    color: #333;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .tab_select_list_item--1LRwM {
        font-size:15px;
        margin: .1rem 6%
    }
}

.tab_select_list_item__active--3yxeO {
    color: #1d3e97
}

.tab_select_list_item__active--3yxeO:after {
    content: "";
    position: absolute;
    bottom: -52%;
    left: 20%;
    width: 60%;
    height: 4px;
    background-color: #6EB1DE
}

@media screen and (max-width: 768px) {
    .tab_select_list_item__active--3yxeO:after {
        height:2px
    }
}

.tab_select_list__active--PhYAK:nth-child(0) {
    color: #999
}

.tab_select_list__active--PhYAK:first-child {
    color: #333
}

.news_list--33jF8 {
    margin-top: 6%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

@media screen and (max-width: 768px) {
    .news_list--33jF8 {
        padding:0 .16rem
    }
}

.news_list_container--zzsKa {
    width: 31%;
    margin-bottom: 4%;
    margin-right: 3.5%;
    color: grey;
    font-size: 0;
    transition: all .3s ease-out
}

@media screen and (max-width: 768px) {
    .news_list_container--zzsKa {
        width:100%;
        margin-right: 0;
        margin-bottom: .3rem
    }
}

.news_list_container--zzsKa:nth-child(3n+3) {
    margin-right: 0
}

.news_list_container_item--25pFC {
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 100%
}

.news_list_container_item_box--1jIPB {
    padding: 12%;
    background-color: #f2f2f2
}

@media screen and (max-width: 768px) {
    .news_list_container_item_box--1jIPB {
        padding:.3rem .45rem .24rem
    }
}

.news_list_container_item_box_date--1BN6z {
    font-size: .16rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 6%
}

.news_list_container_item_box_date--1BN6z span:first-child {
    font-size: 20px;
}

.news_list_container_item_box_date--1BN6z span:nth-child(2) {
    font-size: .14rem
}

@media screen and (max-width: 768px) {
    .news_list_container_item_box_date--1BN6z span:first-child {
        font-size:16px
    }

    .news_list_container_item_box_date--1BN6z span:nth-child(2) {
        font-size: 12px
    }
}

.news_list_container_item_box_content--kBmCE {
    font-size: .16rem;
    word-break: break-word
}

@media screen and (max-width: 768px) {
    .news_list_container_item_box_content--kBmCE {
        font-size:13px
    }
}

.news_list_container_item_box_twoline--r_oZ5 {
    height: .42rem;
    line-height: 1.21rem
}

.news_list_container_item_flex--I3ECn {
    display: flex
}

.news_list_container_item_flex_left--1atEh {
    flex: 10;
    margin-right: 5%
}

.news_list_container_item_flex_right--1W3Re {
    flex: 1
}

.news_list_container_item_flex_right--1W3Re img {
    width: 100%
}

.news_list_container_item_img--3HN0I {
    margin: auto 0;
    width: 100%
}

.news_list_container_item_mimg--6k7jf {
    width: 100%;
    height: 100%
}

.news_list_container_item_mimg--6k7jf:before {
    content: "";
    padding-top: 100%;
    display: block
}

.news_list_container__active--3X64r {
    color: #fff;
    transform: scale(1.05);
    text-decoration:none;
}

.news_list_container__active--3X64r .news_list_container_item_box--1jIPB {
    background-color: #6EB1DE
}

@media screen and (max-width: 768px) {
    .multimedia_list--1sgE6 {
        padding:0 .16rem
    }
}

.multimedia_list_tab--Tarj3 {
    width: 100%
}

.multimedia_list_container--1U0P7 {
    margin-top: 4%;
    font-size: .16rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.news_condition--cYvd8 {
    margin-top: 30px;
    height: 40px;
    background: #fff;
    z-index: 1998;
    position: relative
}

.news_condition_box--3nTi2 {
    background: #fff;
    z-index: 1998;
    padding-top: .3rem;
    padding-bottom: .1rem
}

.news_year--3kfCd {
    position: absolute;
    top: 0;
    left: 0;
    display: flex
}

.news_year_label--2ZnpJ {
    line-height: 40px
}

.news_select--3jBLr {
    position: relative;
    box-sizing: border-box;
    width: 200px;
    border: 1px solid #333;
    border-radius: 6px;
    font-size: 16px;
    color: #666
}

.news_select--3jBLr span {
    display: block;
    padding: 0 22px 0 8px;
    line-height: 40px
}

.news_select_list--2EUAm {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 0 0 6px 6px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.news_select_list--2EUAm::-webkit-scrollbar {
    width: 3px
}

.news_select_list--2EUAm::-webkit-scrollbar-thumb {
    background-color: #999
}

.news_select_list--2EUAm li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d8d8d8;
    color: #ccc
}

.news_select_list--2EUAm li.active--bsB5n,.news_select_list--2EUAm li:hover {
    background-color: #1d3e97
}

.news_select_icon--33DIz {
    position: absolute;
    right: 11px;
    top: 15px;
    width: 12px;
    transform: rotate(180deg)
}

.news_select_icon--33DIz.show--3OLM2 {
    transform: rotate(0)
}

.news_select_mb--64Wod {
    width: 60px;
    height: 26px;
    border: 1px solid #333;
    border-radius: 26px;
    font-size: 13px
}

.news_select_mb--64Wod span {
    display: block;
    padding: 0 8px;
    line-height: 26px
}

.news_select_mb--64Wod .news_select_icon--33DIz {
    top: 10px;
    right: 5px;
    width: 7px
}

@media screen and (max-width: 768px) {
    .search_pc--gYCos {
        display:none!important
    }

    .news_condition--cYvd8 {
        height: 26px;
        padding: 0 16px;
        display: flex;
        margin-top: .26rem
    }

    .news_condition_box--3nTi2 {
        background: #fff;
        z-index: 1998;
        padding-top: 0;
        padding-bottom: .1rem
    }

    .news_year--3kfCd {
        position: relative;
        align-items: center;
        margin-right: 16px
    }

    .news_year_label--2ZnpJ {
        font-size: 16px;
        line-height: 26px;
        white-space: nowrap
    }

    .news_select--3jBLr {
        display: none
    }
}

.search_null--1POmr {
    margin: 0 auto
}

@media (min-width: 768px) and (max-width:1280px) {
    .search_mb--20EK5 {
        display:none!important
    }

    .news_select_mb--64Wod {
        display: none
    }

    .news_condition--cYvd8 {
        background: #fff;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0 6%
    }

    .news_year--3kfCd {
        margin-left: 6%
    }
}

@media (min-width: 1280px) and (max-width:1660px) {
    .search_mb--20EK5 {
        display:none!important
    }

    .news_select_mb--64Wod {
        display: none
    }

    .news_condition--cYvd8 {
        background: #fff;
        max-width: 85vw;
        margin: 0 auto
    }

    .news_year--3kfCd {
        margin-left: 6%
    }
}

@media (min-width: 1660px) {
    .search_mb--20EK5 {
        display:none!important
    }

    .news_select_mb--64Wod {
        display: none
    }

    .news_condition--cYvd8 {
        background: #fff;
        max-width: 1420px;
        margin: 0 auto
    }

    .news_year--3kfCd {
        margin-left: 8%
    }
}
