.wrap {
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}

.page_banner {
    padding-bottom: 23.4375%;
    position: relative;
    position: relative;
}

.page_banner>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
}

.page_banner .page-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.page_banner .page-title h3 {
    background: linear-gradient(90deg, #0060a7 7%, #00a9be 107%);
    background-size: cover;
    line-height: 5.208vw;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    width: 250px;
    text-align: center;
    box-sizing: border-box;
}

.page_banner .page-title-menu {
    display: none;
}

.page_banner .page-title-menu i {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 990px) {
    .page_banner {
        padding-bottom: 40%;
    }
    .page_banner .page-title .wrap {
        background: #1c5e9b;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page_banner .page-title h3 {
        background: transparent;
        line-height: 40px;
        font-size: 20px;
        width: auto;
        padding-left: 0;
    }
    .page_banner .page-title-menu {
        display: block;
    }
}

.page-wrap {

}

.page-wrap .wrap {
    display: flex;
    justify-content: space-between;
}

.page-wrap_left {
    width: 250px;
    position: relative;
    z-index: 9;
    margin-right: 70px;
}

.page-menu {
    background: url(/jgxy/images/img1-3.png) right bottom no-repeat #fff;
    background-size: 100%;
    box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.2);
    padding-bottom: 6.77vw;
}

.page-menu.on {
    display: block;
}

.page-menu_item {
    border-bottom: 1px dashed #d8d8d8;
}

.page-menu_item-inner {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.page-menu_item-inner.act {
    background: #e9f0f3;
}

.page-menu_item-inner.act>i {
    transform: rotate(90deg);
}

.page-menu_item-inner>i {
    font-size: 18px;
    cursor: pointer;
    color: #c7c7c7;
    padding: 10px;
    transition: all 0.3s;
}

.page-menu_item-inner>a {
    flex: 1;
    min-width: 1px;
    font-size: 18px;
    line-height: 66px;
    color: #333;
    transition: all 0.3s;
    position: relative;
    padding-left: 1.822vw;
}

.page-menu_item:hover .page-menu_item-inner>a,
.page-menu_item:hover .page-menu_item-inner>i {
    color: #1c5e9b;
}

.page-menu_item.on .page-menu_item-inner {
    background: #e9f0f3;
}

.page-menu_item.on .page-menu_item-inner>a {
    color: #1c5e9b;
    font-weight: bold;
}

.page-submenu {
    padding: 1.041vw 0;
    display: none;
}

.page-submenu_item {
    margin-bottom: 0.364vw;
}

.page-submenu_item a {
    display: block;
    padding: 0 1.562vw 0 2.604vw;
    font-size: 14px;
    position: relative;
    color: #8d8d8d;
}

.page-submenu_item a:after {
    position: absolute;
    content: "";
    left: 1.822vw;
    top: 50%;
    transform: translateY(-50%);
    width: 0.208vw;
    height: 0.208vw;
    border-radius: 50%;
    background: linear-gradient(180deg, #0060a7 0, #00a3bc 100%);
}

.page-submenu_item a:hover {
    color: #1c5e9b;
}

.page-wrap_right {
    flex: 1;
    min-width: 1px;
    padding-top: 1.666vw;
}

.page-wrap_right-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.572vw;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 1.041vw;
}

.page-wrap_right-title {
    display: flex;
    align-items: center;
}

.page-wrap_right-title i {
    font-size: 20px;
    color: #1c5e9b;
}

.page-wrap_right-title span {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    padding-left: 1.145vw;
    line-height: 2;
    position: relative;
}

.page-wrap_right-title span::before {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    background: linear-gradient(0deg, #0060a7 0, #00a3bc 100%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-wrap_right .crumbs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 20px;
    font-size: 16px;
    color: #626262;
}

.page-wrap_right .crumbs i {
    color: #1c5e9b;
    margin-right: 5px;
}

.page-wrap_right .crumbs a:hover {
    color: #1c5e9b;
}

@media (max-width: 1025px) {
    .page-wrap .wrap {
        flex-direction: column;
        padding: 0;
    }
    .page-wrap_left {
        width: 100%;
        margin-right: 0;
        position: relative;
        z-index: 999;
    }
    .page-menu {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #fff;
        border: none;
        display: none;
    }
    .page-menu.on {
        display: block;
    }
    .page-menu_item-inner>a {
        font-size: 14px;
        line-height: 35px;
        text-align: left;
        padding: 0 15px;
    }
    .page-wrap_left .page-submenu_item a {
        padding-left: 30px;
    }
    .page-wrap_left .page-submenu_item a::after {
        left: 20px;
        width: 3px;
        height: 3px;
    }
    .page-wrap_right {
        width: 100%;
        padding: 15px;
    }
    .page-wrap_right-top {
        margin-bottom: 15px;
        padding: 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-wrap_right-title {
        margin-bottom: 10px;
    }
    .page-wrap_right-title span {
        line-height: 1.5;
        font-size: 18px;
        padding-left: 10px;
    }
    .page-wrap_right-title span:before {
        height: 25px;
        width: 3px;
    }
    .page-wrap_right .crumbs {
        font-size: 14px;
    }
}

.page_content {
    font-size: 16px;
    line-height: 2;
}

.page_content img {
    max-width: 100% !important;
    max-height: auto !important;
}

.paging {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paging_item,
.paging span {
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 0 3px;
    color: #333;
}

.paging_item:hover,
.paging span:hover {
    background: #1c5e9b;
    border-color: #1c5e9b;
    color: #fff;
}

.paging span {
    border: none;
}

.page-title h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
    text-align: center;
}

.page-info {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.page-info span {
    color: #666;
    margin: 0 10px;
}

.page-next-prev {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.page-next-prev>div {
    width: 48%;
    border: 1px solid #efefef;
    padding: 10px;
}

.page-next-prev a {
    font-size: 14px;
    color: #333;
}

.page-next-prev a:hover {
    color: #1c5e9b;
}

.page-list_item {
    margin-bottom: 1.302vw;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    display: flex;
}

.page-list_item .date {
    width: 135px;
    margin-right: 35px;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 26px;
    height: 10.41vw;
    padding-top: 2.604vw;
    position: relative;
    transition: 0.5s;
    border-right: 1px solid #f2f2f2;
}

.page-list_item .date:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s;
    background: linear-gradient(90deg, #0060a7 7%, #00a9be 107%);
    background-size: 100% 100%;
}

.page-list_item .date .day {
    z-index: 9;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0.52vw;
    margin-bottom: 0.781vw;
    position: relative;
    color: #1c5e9b;
}

.page-list_item .date .day:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 1.3em;
    border-bottom: solid #aaa;
    position: absolute;
}

.page-list_item .date .year {
    position: relative;
    color: #a4a4a4;
    z-index: 9;
    font-size: 16px;
}

.page-list_item .txt {
    padding-right: 2.343vw;
    flex: 1;
    min-width: 1px;
}

.page-list_item .txt .tit {
    font-size: 18px;
    margin-bottom: 13px;
    color: #333;
}

.page-list_item .txt .desc {
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #8d8b8b;
}

.page-list_item .txts {
    flex: 1;
    min-width: 1px;
    align-items: center;
    display: flex;
}

.page-list_item .pic {
    width: 16.25vw;
    height: 10.41vw;
    overflow: hidden;
}

.page-list_item .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 4px 5px 10px rgba(60, 60, 60, 0.8);
    display: block;
    transition: all 0.5s;
}

.page-list_item:hover {
    box-shadow: 0.52vw 0.26vw 0.781vw 0 rgba(37, 92, 121, 0.3);
}

.page-list_item:hover .pic img {
    transform: scale(1.1);
}

.page-list_item:hover .tit {
    font-weight: 700;
    color: #1c5e9b;
}

.page-list_item:hover .date:after {
    opacity: 1;
}

.page-list_item:hover .day,
.page-list_item:hover .year {
    color: #fff;
}

.page-list_item:hover .day:after {
    border-color: #fff;
}

@media (max-width: 990px) {
    .page-list_item {
        margin-bottom: 15px;
        flex-direction: column;
    }
    .page-list_item .date {
        display: flex;
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        font-size: 14px;
        height: auto;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .page-list_item .date:after {
        display: none;
    }
    .page-list_item .date .day {
        order: 2;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #a4a4a4;
        font-weight: normal;
    }
    .page-list_item .date .day:after {
        display: none;
    }
    .page-list_item .date .year {
        font-size: 14px;
    }
    .page-list_item .date .year:after {
        content: ".";
    }
    .page-list_item .txt {
        padding-right: 0;
        width: 100%;
        flex: none;
    }
    .page-list_item .txt .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .page-list_item .txt .desc {
        line-height: 1.5;
    }
    .page-list_item .txts {
        padding: 10px;
        order: 2;
        flex-direction: column;
        align-items: flex-start;
    }
    .page-list_item .pic {
        width: 100%;
        height: auto;
    }
}