/* body{
	background-color: #1b2568;
} */

@font-face {
    font-family: 'sySong';
    src: url("../font/sySong.woff")format("woff");
    font-weight: normal;
    font-style: normal;
}

.banner>div,
.banner>div>div,
.banner>div>div>div,
.banner>div>div>div>div {
    height: 100%;
}

.banner a {
    height: 100%;
    display: block;
}

.section1 {
    padding-top: 39px;
    padding-bottom: 80px;
    background: #f8fbfb url(../image/sec-bk.jpg) no-repeat center center;
    background-size: cover;
}

.sect1 {
    overflow: hidden;

}
.sect1 .flnew{
    float: left;
    width: 65%;
}
.sect1 .frnew{
    float: right;
    width: 31%;
}
.sect1-l {
    width: 100%;
}

.sect1-r {
    overflow: hidden;
    padding-left: 40px;
}

.title {
    position: relative;
    padding-bottom: 0px;
    overflow: hidden;
    /* width: 99%; */
}

.title-tz {
    position: relative;
    padding-bottom: -1px;
    overflow: hidden;
    /* width: 200px; */
}

.title2 {
 
padding-bottom: 36px;
}

    padding-bottom: 0px;

.title-l {
    float: left;
}

.title h2 {
    font-size: 33px;
    color: #000000;
    line-height: 40px;
    display: block;
}

.title span {
    font-size: 24px;
    line-height: 30px;
    color: #1c2484;
    /* opacity: 0.52; */
    display: inline;
    /* font-family: sySong; */
    float: right;
    padding-bottom: -3px;
    /* position: absolute; */
    padding-top: 6px;
}

.title>a {
    display: block;
    right: 0;
    position: absolute;
    top: 20%;
    font-size: 16px;
    color: #4d5597;
    padding-left: 30px;
    transition: all 0.5s;
}


.title-tz>a {
    display: block;
    left: 260px;
    position: absolute;
    top: 20%;
    font-size: 16px;
    color: #4d5597;
    padding-left: 30px;
    transition: all 0.5s;
}

.title3>a:hover {
    margin-top: -5px;
}

.title1{
    top: 50%;
    width: 100%;
    margin-bottom: 25px;
}
.title1>a {
    background: url("../image/more.png") no-repeat left center;
}


.title1-tz{
    font-size: 22px;
    margin-bottom: 25px;
}
.title1-tz>a {
    background: url("../image/more.png") no-repeat left center;
    right: 0;
    left: auto;
}

.xydt div a {
    overflow: hidden;
    display: block;
    position: relative;
    padding-top: 55.57%;
}

.xydt div a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 126%;
}

.sect1-l ul li {
    float: left;
    width: 25%;
    background-color: #2d63aa;
    box-sizing: border-box;
    position: relative;
    border-left: 1px solid rgba(248, 255, 255, 0.23);
}

.xsdt-lb>li>a {
    display: block;
    padding: 20px 30px;
    position: relative;
}

.xsdt-lb>li>h3 {
    height: 6px;
    width: 100%;
    background-color: #2484ff;
    display: none;
}

.xsdt-lb>li:hover h3 {
    display: block;
}

.xsdt-lb>li.on h3 {
    display: block;
}

.sect1-l ul li:hover {
    background-color: #2484ff;
    bottom: 6px;
}

.sect1-l ul li.on {
    background-color: #2484ff;
    bottom: 6px;
}

.sect1-l ul li a h2 {
    font-size: 16px;
    color: #f7fafa;
}

.sect1-l ul li a p {
    width: 37px;
    height: 2px;
    background-color: #f7fafa;
    margin: 10px 0;
}

.sect1-l ul li a span {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #f7fafa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: inline-block;
    height: 60px;
}

.sect1-r>ul {
    margin-top: 0px;
    padding-bottom: 5px;
}

.sect1-r>ul>li {
    background-color: #fff;
    border: solid 1px #a7b1ff;
    /*  box-shadow: -5px 5px 0px #4760d7; */
}
.sect1-r>ul>li+li{
    margin-top: 32px;
}
.sect1-r>ul>li>a {
    display: block;
    overflow: hidden;
}

.time {
    padding: 25px 15px 25px 0;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(28, 36, 132, 0.16);
}

.time>h2 {
    font-size: 33px;
    color: #000000;
}

.time>p {
    font-size: 14px;
    color: #000000;
}

.text {
    padding-top: 35px;
    padding-bottom: 32px;
}

.text>span {
    font-size: 18px;
    color: #000000;
    display: block;
    padding-left: 15px;
    padding-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-left: 3px solid #a8abce;
    position: relative;
    left: -2px;
    height: 50px;
    /* font-weight: bold; */
}

.text>span a:hover{
    border-left: 3px solid #1c3edd;
    color: #3d6adc;
    font-weight:bold;
}


.sect1-r>ul>li:hover span {
    border-left: 3px solid #1c3edd;
    color: #3d6adc;
    font-weight:bold;
}

.sect1-r>ul>li:hover h2 {
    color: #1c3edd;
}

.sect1-r>ul>li:hover p {
    color: #1c3edd;
}

.section2 {
   padding: 0px 0;
    background: #2b5c9d;
}

.section2>div {
   background: url("../image/s2bk.jpg") no-repeat center center;
   background-size: cover;
   padding-top: 50px;
   padding-bottom: 95px;
}




.sect2::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sect2-l {
    float: left;
    width: 52%;
    position: relative;
    z-index: 5;
}

.title2 h2 {
    color: #ffffff;
}

.title2 span {
    color: #ffffff;
    /* opacity: 0.22; */
    font-size: 19px;
}

.title3>span {
    opacity: 0.39;
}

.title2>a {
    color: #ffffff;
    background: url("../image/more1.png") no-repeat left center;
}

.title2 span a {
    /* display:inline; */
    margin-left:30px;
    color: #fff;
}

.dzxx {
    overflow: hidden;
    /* margin-left: -2.68%; */
    /* margin-right: -2.68%; */
    padding-bottom: 25px;
}

.dzxx>li {
    width: 49%;
    float: left;
}
.dzxx>li:nth-child(1){
    float:left
}
.dzxx>li:nth-child(2){
    float:right
}

.dzxx>li>a {
    overflow: hidden;
    position: relative;
    display: block;
    padding-top: 68%;
    border: 0px solid #132b50;
}

.dzxx>li>a>img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.dzxx>li>a>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 16px;
    color: #f7fafa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dzxx1{
    padding: 17px 10px;
    background: #FFF;
}
.dzxx1>li {}
.dzxx1>li+li{
}
.dzxx1>li>a {
    display: flex;
    position: relative;
    line-height: 1;
    background: #FFF;
    padding: 14px 20px;
    justify-content: space-between;
}

.dzxx1>li>a>p {
    font-size: 17px;
    color: #333;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dzxx1>li>a>span {
    font-size: 16px;
    color: #999;
    font-family: math;
}

.sect2-r {
    width: 43.92%;
    float: right;
    position: relative;
    z-index: 3;
}

.sect2-r ul li a {
    display: block;
}

.jx-text>p {
    padding: 30px 30px;
    font-size: 18px;
    color: #1a1a1a;
    background-color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jx-text {
    position: relative;
    margin-top: -5%;
    padding-left: 50px;
}

.sect2-r .slick-dots {
    width: auto;
    bottom: 110px;
    left: 50px;
}

.sect2-r .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 5px;
}

.sect2-r .slick-dots .slick-active {
    background-color: #fff;
}

.title>a:hover {
    margin-top: -5px;
}

.section3 {
    padding-top: 10px;
    background-color: #4e79ae;
}

.section3>div {
    padding: 50px 0;
    background-image: url(../images/s3bk.jpg);
    background-size: cover;
    background-color: #e4f0ff;
}

.title3.title {
    font-size: 33px;
    text-align: center;
    padding-bottom: 40px;
}
.title3.title .tab-bt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title3.title .tab-bt h2{
    cursor: pointer;
    margin: 0 2%;
}
.title3.title .tab-bt .active{
    color: #105abd;
}
.title3.title .tab-bt2 span{
    display: none;
}
.title3.title .tab-bt2 span.active{
    display: block;
}
.title4 {
    padding-bottom: 20px;
}

.title3>a {
    background: url("../image/more.png") no-repeat left center;
    right: 50%;
    transform: translateX(50%);
    font-size: 16px;
    color: #4d5597;
    float: right;
    padding-left: 35px;
    transition: all 0.5s;
    position: relative;
    display: none;
}
.title3>a.active{
    display: block;
}
.sect3-box{
    /* display: none; */
    width: 48.5%;
}

.sect3-box .title1 {
    position: initial;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.sect3-box .title1 a{
    position: initial;
}

.sect3-box.active{
    /* display: block; */
}

.sect3{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.sect3>ul {
    overflow: hidden;
    margin-bottom: 10px;
}

.sect3>ul>li {
    width: 48%;
    padding: 1.0%;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 5px 29px 0px rgba(210, 206, 196, 0.33);
    box-sizing: border-box;
}
.sect3>ul>li+li{
    margin-left: 4%;
}

.sect3>ul>li:hover h2 {
    color: #1c2c87;
}

.sect3>ul>li>a {
    display: block;
}

.xs-text {
}

.xs-text>h2 {
    margin-bottom: -10px;
    font-size: 16px;
    color: #333;
    line-height: 54px;
    min-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.xs-text:hover>h2{
    color: #2b5c9d;
}

.xs-text>.zybox{
    margin: 15px 0 5px;
    font-size: 15px;
    line-height: 1.8;
}
.xs-text>p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    padding-left: 20px;
}

.xs-text>p:nth-child(2) {
    background: url("../image/time.png") no-repeat left center;
}

.xs-text>p:nth-child(3) {
    background: url("../image/time.png") no-repeat left center;
}

.xs-text>p:nth-child(4) {
    background: url("../image/didian.png") no-repeat left center;
}

.pic img:hover {
    transform: scale(1.2);
}

.pic img {
    transition: all 1s;
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.pic {
    overflow: hidden;
}
.dzxx1>li p:before{content:'';width: 4px;height: 4px;background: #9fb0cd;display:inline-block;margin-right: 10px;vertical-align: middle;}
.dzxx1>li:hover p {
    color: #2b5c9d;
}
.xsdt-lb::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.mpic {
    height: 211px;
}

.list_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_1 li {
    width: 48%;
    padding: 1.0%;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
}

.list_2 {
    margin-top: 20px;
    padding: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.list_2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_2 li a p {
    line-height: 45px;
    font-size: 17px;
    color: #333;
    width: calc(100% - 100px);
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.list_2 li:hover  a p{
    color: #2b5c9d;
}

.list_2 li a p::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    top: calc(50% - 2.5px);
    left: 0;
}

.list_2 li a span {
    font-size: 15px;
    color: #999;
}

@media screen and (max-width: 1400px) {
    .sect1 .flnew {
    width: 66%;
    }
    .sect1-r>ul {
        margin-top: -12px;
    }
    .sect1-r {
        padding-left: 20px;
    }
    .sect1-r>ul>li {
        margin-top: 12px;
    }
    .sect1-r>ul>li+li{
    margin-top: 15px;
}
    .time {
        padding: 15px 15px 15px 0;
    }
    .text {
        padding-top: 20px;
        padding-bottom: 29px;
    }
    .section1 {
        padding-bottom: 40px;
    }

    .mpic {
    height: calc(22vw/3*2);
}
}

@media screen and (max-width: 1200px) {
    .sect1 .flnew {
        width: 59%;
    }
    .sect1 .flnew .title1,.sect1 .frnew .title1{
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 10px;
    position: relative;
}
 .sect1 .flnew .title1 >a,.sect1 .frnew .title1 >a{
    top: auto;
    bottom: 10px;
}
    .sect1 .frnew{width: 39%;}
    #top{
        max-height:600px
    }
}

@media screen and (max-width: 1024px) {
    .sect1 .flnew,.sect1 .frnew{width:100%}
    .section1 {
        padding: 10px 0;
    }
    .section2>div {
        /* padding: 10px 0; */
        padding-top: 0px;
        padding-bottom: 25px;
    }
    .section3>div {
        padding: 10px 0;
    }
    .jx-text {
        margin-top: -3%;
    }
    .jx-text>p {
        padding: 20px 30px;
    }
    .sect1-l {
        float: none;
        width: auto;
        height: auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        padding-left: 0;
        overflow: visible;
    }
    .title {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .sect2-l {
        float: none;
        width: auto;
    }
    .sect2-r {
        float: none;
        width: auto;
    }
    .dzxx1>li>a {
    }
    .dzxx {
        padding-bottom: 15px;
    }
    .more {
        top: 46% !important;
    }
    .time {
        padding: 10px 15px;
    }
    .text {
        padding: 10px;
        line-height: 24px;
    }
    .text>span {
        font-size: 16px;
    }
    .time>h2 {
        font-size: 26px;
    }
    .title h2, .title1-tz h2 {
        font-size: 26px;
    }
    .title span {
        font-size: 20px;
    }
    .xs-text{
    margin-top: 10px;
    margin-bottom: 10px;
}
    .xs-text>h2 {
        font-size: 16px;
        height: auto;
        min-height: 60px;
    }
    .xs-text>p {
        font-size: 14px;
    }
    .sect3>ul {
        margin-bottom: 15px;
        width: 100%;
    }
    .sect3>ul>li{width: 48.5%;margin-bottom: 20px;padding: 3%;}
    .sect3>ul>li+li{
    margin-left: auto;
}
    .sect3>ul>li:nth-child(2n){
    margin-left: 2%;
}
    .bq {
        margin-top: 20px;
    }
    .bq>p {
        padding-top: 15px;
    }
    .sect3>ul>li>a {
    }
    .xsdt-lb>li>a {
        padding: 15px;
    }
    .sect1-l ul li a p {
        margin: 5px 0;
    }
    .jx-text>p {
        font-size: 16px;
    }
    .section2>div::after {
        width: 100%;
        height: 53.5%;
        top: 46.5%;
    }
    .section2>div::before {
        width: 100%;
        height: 46.5%;
    }
    #top{
        max-height:500px
    }

        .mpic {
    height: calc(44vw/3*2);
}
}
@media screen and (max-width: 860px) {
    .title3.title {
    font-size: 33px;
    text-align: center;
    padding-bottom: 20px;
}
    .sect3>ul{
    padding: 10px 0;
    margin-bottom: 6px;
}
    .sect3>ul>li{
    width: 100%;
    margin: 0 0 15px 0 !important;
    box-sizing: border-box;
}
    .xs-text>h2 {
        margin: 10px 0;
        min-height: auto;
    }
    .sect3>ul>li>a{}
    .xs-text{
        margin: 0;
    }
}
@media screen and (max-width: 768px) {
    .sect1-l ul li a h2 {
        font-size: 14px;
    }
    .xs-text>h2 {
        margin: 0;
    }
    .sect3>ul>li>a {
        padding: 0;
    }
    .xs-text>.zybox{
    margin: 5px 0 5px;
}
    #top{
        max-height:300px
    }
    .dzxx>li>a{
    border: 10px solid #FFF;
}
    .dzxx>li>a>p{
    bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
    .dzxx1>li>a{
    padding: 10px 10px;
}
    .dzxx1>li>a>p{font-size:16px}
}

@media screen and (max-width: 600px) {
    .title3.title{
    padding-bottom: 10px;
    padding-top: 0;
}
    .title3.title .tab-bt{
    font-size: 25px;
    display: flex;
    justify-content: center;
}

    .title3.title .tab-bt h2 {
    cursor: pointer;
    margin: 0 5%;
    padding: 0;
}
    .title h2 {
        font-size: 18px;
    }
    .title span {
        font-size: 16px;
        LINE-HEIGHT: 1;
    }
    .title a {
        font-size: 14px;
    }
    .sect3>ul>li {
        float: none;
        width: auto;
        PADDING: 25PX;
    }
}

@media screen and (max-width: 480px) {
    .sect1-l ul li {
        float: none;
        width: auto;
    }
    .banner>.slick-dots>li {
        width: 20px;
        height: 20px;
        margin: 0 8px;
    }
    .xsdt-lb>li>a {
        padding: 10px;
    }
    .sect1-l ul li a span {
        font-size: 16px;
        -webkit-line-clamp: 1;
        height: 22px;
    }
    #top{
        max-height:210px
    }

    .list_1 li {
    width: 100%;
        margin-bottom:30px;
}

            .mpic {
    height: calc(88vw/3*2);
}
}

@media screen and (max-width: 375px) {}