/* 列表页头部 */
.header {
    padding: 30px 0 0;
    background: url(../images/header_bg.jpg) no-repeat center center / cover;}

.header .nav-top {
    position: static;
    width: auto;
    transform: none;}

.header .header_box {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

.header .header_box .logo {}

.header .header_box .logo img {
    width: 100%;}

.header .header_box .head-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;justify-content: flex-end;}

.header .header_box .head-link ul .item a {
    color: #fff;
    font-size: 18px;}

.header .header_box .head-link ul .item::after {
    content: '|';
    color: #fff;
    padding-left: 22px;
    padding-right: 17px;
    font-size: 20px;}

.header .header_box .head-link ul .item:last-child::after {
    display: none;}

.header .header_box .search_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.header .header_box .search1 {
    padding-top: 2px;}

.header .header_box .search1 form {
    height: 42px;
    border: 1px solid #fff;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

.header .header_box .search1 form input {
    border: none;
    background: none;
    width: 168px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding-left: 26px;}

.header .header_box .search1 form input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;}

.header .header_box .search1 form button {
    width: 50px;
    height: 100%;
    border: none;
    padding-left: 0;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

.header .header_box .search1 form button img {
    width: 18px;
    height: 18px;}

.header .header-nav {
    position: relative;
    margin-top: .3rem;
    width: 100%;
    height: 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;}

.header nav.header-nav .menu {
    width: 100%;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;}

.header .header_box .icon-hamburger {
    overflow: hidden;
    text-align: center;
    display: none;}

.header .header_box .icon-hamburger .inner {
    width: 24px;
    display: inline-block;
    overflow: hidden;}

.header .header_box .icon-hamburger .line {
    width: 100%;
    height: 2px;
    display: block;
    background: #ffffff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}

.header .header_box .icon-hamburger .line:nth-child(2) {
    margin: 6px 0;}

.header .header_box .icon-hamburger.on .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);}

.header .header_box .icon-hamburger.hidden {
    display: none;}

.header .header_box .icon-hamburger.on .line:nth-child(2) {
    opacity: 0;}

.header .header_box .icon-hamburger.on .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);}

.header .header_box .icon-close {
    display: none;}

.header .pop-ph-nav {
    width: 100%;
    display: none;
    overflow-y: auto !important;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.3);}

.header .pop-ph-nav .ph-nav-list {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: inset 0 5px 5px -5px #ccc;
    box-shadow: inset 0 5px 5px -5px #ccc;}

.header .pop-ph-nav .ph-nav-list a {
    display: block;}

.header .pop-ph-nav .ph-nav-list>li {
    position: relative;
    border-bottom: solid 1px #ececec;}

.header .pop-ph-nav .ph-nav-list li:last-child {
    border-bottom: none;}

.header .pop-ph-nav .ph-nav-list>li.on .nav-level1 .arrow {
    background: url(../images/ph-nav-icon2.jpg) no-repeat center center;}

.header .pop-ph-nav .ph-nav-list>li.has-subnav .nav-level1 .arrow {
    display: block;}

.header .pop-ph-nav .ph-nav-list .nav-level1 {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0 4%;
    font-size: 1.125em;
    line-height: 3.5em;
    position: relative;}

.header .pop-ph-nav .ph-nav-list .nav-level1 a {
    float: left;
    color: #003f88;}

.header .pop-ph-nav .ph-nav-list .nav-level1 .arrow {
    width: 0.8em;
    height: 0.8em;
    display: none;
    overflow: hidden;
    background: url(../images/ph-nav-icon1.jpg) no-repeat center center;
    position: absolute;
    right: 0.937em;
    top: 1.3em;}

.header .pop-ph-nav .pop-links {
    background-color: var(--background);
    display: none;
    overflow: hidden;}

.header .pop-ph-nav .pop-links .pop-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    margin-top: 10px;}

.header .pop-ph-nav .pop-links .pop-list ul .item a {
    color: #fff;
    font-size: 18px;}

.header .pop-ph-nav .pop-links .pop-list ul .item::after {
    content: '|';
    color: #fff;
    padding-left: 22px;
    padding-right: 17px;
    font-size: 20px;}

.header .pop-ph-nav .pop-links .pop-list ul .item:last-child::after {
    display: none;}

.header .pop-ph-nav .pop-links .search {
    padding: 20px 0;}

.header .pop-ph-nav .pop-links .search form {
    width: 352px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

.header .pop-ph-nav .pop-links .search form input {
    border: none;
    background: none;
    width: 302px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #b8d0ec;
    padding-left: 26px;}

.header .pop-ph-nav .pop-links .search form input::-webkit-input-placeholder {
    color: #b8d0ec;
    font-size: 16px;}

.header .pop-ph-nav .pop-links .search form button {
    width: 50px;
    height: 100%;
    border: none;
    padding-left: 0;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}

.header .pop-ph-nav .pop-links .search form button img {
    width: 18px;
    height: 18px;}

.header .ph-nav-level2 {
    width: 100%;
    display: none;
    background: #e6edf3;
    padding: 0.75em 4% 1.5em 4%;}

.header .ph-nav-level2 .nav-level2 {
    font-size: 1em;
    line-height: 2em;
    color: #333333;}

.banner {
    height: 3.11rem;}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;}

.list-container {
    max-width: 14.4rem;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 0.25rem;}

.list-container .left {
    width: 345px;
    height: auto;
    margin-top: -82px;
    position: relative;}

.list-container .left .menu-header {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(90deg, #0E4C94, #0E4C94, #B5CCE8);}

.list-container .left .menu-header h3 {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;}

.list-container .left .menu {
    background: #EFF5FE;
    padding-top: 0.36rem;
    padding-bottom: 0.38rem;
    padding-left: 0.25rem;}

.list-container .left .menu .menu-item {
    border-bottom: 1px solid #DCDDDD;}

.list-container .left .menu .menu-item>a {
    display: block;
    padding-left: 0.34rem;
    padding-right: 0.28rem;}

.list-container .left .menu .menu-item>a p {
    height: 66px;
    line-height: 66px;
    font-size: 18px;
    margin-bottom: 0;
    background: url(../images/list-arrow-left.jpg) no-repeat right center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 12px;}

.list-container .left .menu .menu-item .menu-down {
    display: none;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;}

.list-container .left .menu .menu-item .menu-down .down-item a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    padding-left: 0.49rem;}

.list-container .left .menu .menu-item .menu-down .down-item:last-child a {
    border-bottom: none;}

.list-container .left .menu>.selected>a,
.list-container .left .menu>.parent>a {
    color: #fff;
    background: #104FA5;}

.list-container .left .menu>.selected>a p,
.list-container .left .menu>.parent>a p {
    background-image: url(../images/list-arrow-left-active.jpg);}

.list-container .left .menu>.selected .menu-down,
.list-container .left .menu>.parent .menu-down {
    display: block;}

.list-container .left .menu>.selected .menu-down>.selected>a,
.list-container .left .menu>.parent .menu-down>.selected>a {
    color: #003f88;}

.list-container .left .menu>.parent .menu-down>.parent>a {
    color: #003f88;}

.list-container .left .menu>.menu-item>.menu-down>.down-item>.menu-down {
    padding-left: 15px;}

.list-container .left .menu>.parent .menu-down>.parent .menu-down>.selected a {
    color: #003f88;}

@media screen and (max-width: 1250px) {
    .list-container .left {
        width: 265px;
        margin-top: -68px;}

    .list-container .left .menu-header {
        height: 68px;}

    .list-container .left .menu .menu-item .menu-down .down-item a {
        background-position: left 28.3% center;}
}

@media screen and (max-width: 991px) {
    .list-container .left {
        float: none !important;
        width: 100%;
        background-image: none;
        margin-top: 10px;}

    .list-container .left .menu>.selected>a,
    .list-container .left .menu>.parent>a {
        background-size: cover;}

    .list-container .left .menu .menu-item .menu-down .down-item a {
        background-image: none;}

    .list-container {
        max-width: 100%;
        background-color: #fff;
        margin: 35px 3% 25px;
        padding: 0;}
}