/* 清除浮动 */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.site-news {
    background: #EFEFEF;
}

.site-news .x-news {
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .site-news .x-news {
        padding: 0;
    }
}

.section1 {
    background: url(../img/s1_bg.png)no-repeat center bottom #EFEFEF;
    /* background-size: 100%;
  padding: 90px 0; */
    padding: 20px 10px;
    padding-bottom: 0;
    background-size: cover;
    padding-top: 50px;
}

@media only screen and (max-width: 750px) {
    .section1 {
        padding-top: 20px;
    }
}


.common_title2 {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
    padding: 0 2%;
    margin-bottom: 20px;
}

.common_title2 p {
    font-size: 25px;
    text-align: center;
    font-family: "hmos";
    letter-spacing: 7px;
    color: #242424;
}

.common_title2 img {
    display: block;
    font-size: 42px;
    letter-spacing: 7px;
    margin-right: 722px;
    width: 100px;
    margin: 0 auto;
}

.common_title2 span {
    display: none;
}

.section1_swiper {
    overflow: hidden;
    position: relative;
}

.section1_l {
    box-shadow: 0 0 10px #c9c9c9;
    width: 100%;
}

.section1_l a {
    display: block;
}

.section1_l a>p,
.section1_swiper a>p {
    position: relative;
    line-height: 30px;
    padding-left: 16px;
    font-family: "FFDINProExtraM";

    background: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 64%;
    margin: 0;
}

.news_cont {
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: url(../img/p_bg.png);
    color: #fff;
}

.news_cont p {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
    font-family: "hmos";
}

.section1_l a>p::after {
    content: '';
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 15px;
    top: 45%;
    display: none;
}

.section1_swiper img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.section1_swiper a {
    display: block;
}

.section1_swiper .section1_pagination {
    position: initial;
    background: #D2AA73;
    text-align: center;
    font-size: 12px;
}

.section1_swiper .swiper-pagination-bullet {
    background: #B1B1B3;
    opacity: 1;
}

.section1_swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.section1_swiper:hover .section1_prev,
.section1_swiper:hover .section1_next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}


.section1_r {
    width: 100%;
    margin-top: 25px;
}

.section1_r ul li {
    margin-bottom: 28px;
    transition: all .3s;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.section1_r ul li:hover {
    transform: translateY(-8px);
    box-shadow: 2px 2px 7px #858585;
}

.section1_r ul li a {
    display: block;
    border-left: 3px solid #073991;
    padding-left: 7px;
}


.section1_r ul li a p {
    color: #161515;
    background: none;
    display: block;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    padding: 0;
    font-size: 17px;
    line-height: 27px;
    font-family: "hmos";
    margin: 0;
}

.section5_cont_lul li {
    transition: all .3s;
    position: relative;
    border-top: none;
    margin-top: 15px;
}

.section5_cont_lul li a {
    border-left: 11px solid #EBEBEB;
    transition: all .3s;
    display: block;
    background: none;
    padding: 0;
}

.section5_cont_lul li.on a {
    border: none;
    background: #fff;
    position: relative;
}

/* .section5_cont_lul li.cur a {
    border-left: 11px solid #184490;
} */

.section5_cont_lul li a div {
    display: none;
}

.section5_cont_lul li.on a div {
    display: block;
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-bottom: 6px solid #CFA773;
}

.section5_cont_lul li a {
    position: relative;
}

.section5_cont_lul li.on a div img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.section5_cont_lul li a span {
    display: none;
}

.section5_cont_lul li.on a span {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 20%;
    font-size: 18px;
    font-family: 'FFDINProExtraLight';
    color: #fff;
}

.section5_cont_lul li a p {

    font-family: "hmos";
    border-bottom: 1px solid #B2B2B2;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
}

.section5_cont_lul li.on a p {
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 3%;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    background: none;
    display: block;
    overflow: hidden;
    border: none;
    margin: 0;
}

.section5_cont_lul li.cur a p {
    /* color: #184490; */
}



.section5_cont_lul li:hover a {
    border-left: 11px solid #184490;
}

.section5_cont_lul li.on:hover a {
    border-left: none;
}

.section5_cont_lul li:hover a p {
    color: #184490;
}

.section5_cont_lul li.on:hover a p {
    color: #fff;
}

.section5_cont_lul li.on:hover a div img {
    transform: scale(1.3);
}

.site-middle {
    background: #F6F5F0;
}

.xsyj {
    background: #F6F5F0;
    padding-bottom: 40px;
    padding-top: 25px;
    position: relative;
}

.xsyj_cont {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.xsyj_ul1 {
    display: block;
}

.xsyj_ul1 li {
    background: url(../img/xsky_bg.png) no-repeat right bottom #002E77;
    border-bottom: none;
    padding: 20px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 15px;
    margin-top: 15px;
}

.xsyj_ul1 li:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.xsyj_ul1 li.on {
    background: #00489E;
    border-bottom: 7.5px solid #CFA773;
}

.xsyj_ul1 li a {
    display: block;
}

.xsyj_ul1 li a div {
    display: none;
}

.xsyj_ul1 li.on a div {
    overflow: hidden;
    height: 205px;
    display: block;
}

.xsyj_ul1 li a div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xsyj_ul1 li a span {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    font-family: "FFDINProExtraM";
}

.xsyj_ul1 li.on a span {
    margin-top: 15px;
}

.xsyj_ul1 li a p {
    margin: 0;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-family: "hmos";
    text-align: justify;

}