﻿   .linkmap{
        display: none;
    }
    .Min div h2.title_header{
    line-height: inherit;
    margin-top: 64px;
}
li.sy1_li.num5{
    display:none;
}
.mt30 {
    margin-top: 30px;
}
.swiper-father {
    width: 100%;
    height: auto;
    position: relative;
}
.swiper-container1,.swiper-container2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.center_list li .li_wrapper {
    background: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.swiper-container1 li .img_box {
    width: 100%;
    height: 343px;
    overflow: hidden;
    display: block;
    margin-right: 15px;
    margin: 0 auto;
}
.swiper-container1 li .img_box:hover img{
    transform: scale(1.1);
}
div.swiper-button-prev{
    background-image: url(/Sites/Uploaded/UserUpLoad/20250507/20250507165946.png);
    width: 55px;
    height: 55px;
    background-size: contain;
    left: -87px;
    top: 170px;
    opacity:0.8;
    transition: all 0.3s;
}
div.swiper-button-prev:hover{
   opacity:1;
}
div.swiper-button-next{
    background-image: url(/Sites/Uploaded/UserUpLoad/20250507/20250507170033.png);
    background-size: contain;
    right: -87px;
    top: 170px;
    width: 55px;
    height: 55px;
    background-size: contain;
    opacity:0.8;
    transition: all 0.3s;
}
div.swiper-button-next:hover{
       opacity:1;
}
.li_wrapper_right {
    width: 100%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}
.li_wrapper a.title_type {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
}

.li_wrapper a.title_subtitle {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
    display: block;
    line-height: 20px;
    padding: 0 2px;
}

.swiper-container1 li img {
    width: 100%;
    transition: all 0.2s;
}

.center_list li .li_wrapper p {
    font-size: 16px;
    line-height: 30px;
}
.new_list {
    display: flex;
    justify-content: space-between;
}

.new_list_left {
    width: 497px;
}

.new_list_right {
    width: 650px;
}

.new_list_left a.img_box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 318px;
}

.new_list_left a.img_box img {
    width: 100%;
    min-height: 100%;
}
.new_list_right li {
 padding-bottom: 15px;
 display: flex;
 /* justify-content: space-between; */
 align-items: center;
 margin-bottom: 15px;
 border-bottom: 2px solid #D8D8D8;
}


.new_list_right li .span-date {
 font-size: 13px;
 margin-right: 30px;
 line-height: 27px;
 text-align: center;
 flex-shrink: 0;
}

.article_main li div.fl {
 width: 336px;
}

.new_list_right li .span-date b {
 color: #333333;
 font-size: 38px;
 display: block;
 line-height: 50px;
}

.new_list_right li .title_type {
 /* color: #454545; */
 font-size: 18px;
 margin: 0 0 5px;
 display: block;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 font-weight: bold;
}

.new_list_right li .list_content p {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 14px;color: #666;}
.new_list_left a.title_type {
    height: 104px;
    display: block;
    background: #164A96;
    padding: 25px 35px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_list_left li {
    position: relative;
}

.new_list_left li span.span_date {
    position: absolute;
    bottom: 25px;
    left: 35px;
    color: #fff;
    font-size: 12px;
}
h2.title_header span {
    padding: 0 0 25px 0;
}
.des p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 10px;
}

.des  a.details {
    float: right;
    color: #164A96;
    display: flex;
    align-items: center;
}

.des a.details:hover img {
    transform: translateX(5px);
}

.des  a.details img {
    transition: all 0.3s;
}
.map {
    position: relative;
}

.map_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 445px;
    height: 100%;
    background: url(/Sites/Uploaded/UserUpLoad/20250508/20250508094007.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #0054ff73; */
    z-index: 0;
}
.map_right_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.map_right_inner h2.map_right_img img {
    height: 36px;
}

.map_right_content p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
}

.map_right_content p img {
    margin-right: 10px;
    width: 26px;
}

h2.map_right_img {
    margin-bottom: 66px;
}
.new_list_right li:hover a {
    color: #164a96;
}
.new_list_right li:hover {
    border-color: #164a96;
}
.new_list_right li:hover p {
    color: #164a96;
}
.new_list_right li:hover b {
    color: #164a96;
}
.new_list_right li:hover span {
    color: #164a96;
}
.true_map {
    width: 100%;
    height: 567px;
}
@media only screen and (max-width: 768px) {
    h2.title_header span {
    padding: 0 0 15px 0;
}

.new_list_left {
    width: 100%;
}

.new_list_right {
    width: 100%;
    margin-top: 20px;
}

.new_list {
    flex-wrap: wrap;
}

.new_list_left a.img_box {
    height: 50vw;
}

.map_right {
    position: inherit;
    height: 300px;
    width: 100%;
}

h2.map_right_img {
    margin-bottom: 20px;
    text-align: center;
}

.map_right_content p {
    margin-bottom: 10px;
}

.true_map {
    height: 300px;
}
.swiper-container1 li .img_box {
    height: auto;
}

.Min div h2.title_header {
    margin-top: 30px;
}
    .des p {
    line-height: 28px;
    font-size:14px;
}
    .map_right_inner h2.map_right_img img {
    height: auto;
    width: 80%;
}

.map_right_content p {
    font-size: 14px;
}
.sy1_li.num5{
    display: block;
}
}