/* 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 {
    
    display: block;
    position: relative;
    padding-top: 30%;
    height:0;
}
.banner a img{
width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.section1 {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    background: #f8fbfb url() no-repeat center center;
    background-size: cover;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    width: 69.28%;
    float: left;
    width: 9rem;
}

.sect1-r {
    overflow: hidden;
    padding-left: 0.4rem;
}

.title {
    position: relative;
    padding-bottom: 0.5rem;
    overflow: hidden;
}

.title-l {
    float: left;
}

.title h2 {
    font-size: 0.33rem;
    color: #000000;
    line-height: 0.4rem;
}

.title span {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #ab0403;
    opacity: 0.52;
    display: block;
    font-family: sySong;
}

.title>a {
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    font-size: 0.16rem;
    color: #ab0403;
    padding-left: 0.35rem;
    transition: all 0.5s;
}

.title3>a:hover {
    margin-top: -0.05rem;
}


.xydt div a {
    overflow: hidden;
    display: block;
    position: relative;
    padding-top: 58%;
}

.xydt div a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sect1-l ul li {
    float: left;
    width: 25%;
    background-color: #a07d27;
    box-sizing: border-box;
    position: relative;
    border-left: 0.01rem solid rgba(248, 255, 255, 0.23);
}

.xsdt-lb>li>a {
    display: block;
    padding: 0.2rem 0.3rem;
    position: relative;
}

.xsdt-lb>li>h3 {
    height: 0.06rem;
    width: 100%;
    background-color: #eeaf12;
    display: none;
}

.xsdt-lb>li:hover h3 {
    display: block;
}

.xsdt-lb>li.on h3 {
    display: block;
}

.sect1-l ul li:hover {
    background-color: #ab0403;
    bottom: 0.06rem;
}

.sect1-l ul li.on {
    background-color: #ab0403;
    bottom: 0.06rem;
}

.sect1-l ul li a h2 {
    font-size: 0.16rem;
    color: #f7fafa;
}

.sect1-l ul li a p {
    width: 0.37rem;
    height: 0.02rem;
    background-color: #f7fafa;
    margin: 0.1rem 0;
}

.sect1-l ul li a span {
    display:block;
    font-size: 0.16rem;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #f7fafa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 0.6rem;
}

.sect1-r>ul {
    margin-top: -0.24rem;
    padding-bottom: 0.05rem;
}

.sect1-r>ul>li {
    background-color: #f5f6f6;
    border: solid 0.01rem #cbcddd;
    box-shadow: -0.05rem 0.05rem 0rem #e2e3e8;
    margin-top: 0.24rem;
}

.sect1-r>ul>li>a {
    display: block;
    overflow: hidden;
}

.time {
    padding: 0.26rem 0.15rem;
    float: left;
    text-align: center;
    border-right: 0.01rem solid rgba(28, 36, 132, 0.16);
}

.time>h2 {
    font-size: 0.2rem;
    color: #000000;
}

.time>p {
    font-size: 0.14rem;
    color: #000000;
}

.text {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.text>span {
    font-size: 0.18rem;
    color: #000000;
    display: block;
    padding-left: 0.13rem;
    padding-right: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-left: 0.03rem solid #b99797;
    position: relative;
    left: -0.02rem;
    height: 0.48rem;
}

.sect1-r>ul>li:hover span {
    border-left: 0.03rem solid #ab0403;
    color: #ab0403;
}

.sect1-r>ul>li:hover h2 {
    color: #ab0403;
}

.sect1-r>ul>li:hover p,.sect1-r>ul>li:hover .text>span {
    color: #ab0403;
}

.section2 {
    background-color: #ab0403;
    padding: 0.16rem 0;
}

.section2>div {
    background: #1b2568 url() no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.95rem;
}

.section2>div::before {
    content: "";
    position: absolute;
    width: 51%;
    top: 0;
    bottom: 0;
    background: rgba(171, 4, 3, 0.88);
}

.section2>div::after {
    content: "";
    position: absolute;
    width: 49%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(171, 4, 3, 0.88);
}

.sect2::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.sect2-l {
    float: left;
    width: 48.75%;
    position: relative;
    z-index: 5;
}

.title2 h2 {
    color: #ffffff;
}

.title2 span {
    color: #ffffff;
    opacity: 0.22;
}

.title3>span {
    opacity: 0.39;
}

.title2>a {
    color: #ffffff;
}

.dzxx {
    overflow: hidden;
    /* margin-left: -2.68%; */
    /* margin-right: -2.68%; */
    padding-bottom: 0.25rem;
}

.dzxx>li {
    width: 46.6%;
    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: 70.44%;
}

.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: 0;
    font-size: 0.16rem;
    color: #f7fafa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,.5);
    padding: 0.1rem;
}

.dzxx1>li {
    background: url("../image/dian.png") no-repeat 0%;
    border-bottom: 0.01rem dashed #fff;
}

.dzxx1>li>a {
    display: block;
    position: relative;
    line-height: 0.6rem;
}

.dzxx1>li>a>p {
    font-size: 0.16rem;
    color: #f7fafa;
    padding-left: 0.2rem;
    padding-right: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dzxx1>li>a>span {
    font-size: 0.16rem;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.sect2-r {
    width: 43.92%;
    float: right;
    position: relative;
    z-index: 3;
}

.sect2-r ul li a {
    display: block;
}
.sect2-r ul li a .pic{position: relative;
    padding-top: 66%;
    height: 0;}
.sect2-r ul li a .pic img{
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jx-text>p {
    padding: 0.28rem 0.5rem;
    font-size: 0.18rem;
    color: #ffffff;
    background-color: #a07d27;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jx-text {
    position: relative;
    margin-top: -5%;
}

.sect2-r .slick-dots {
    width: auto;
    bottom: .3rem;
    right: 0.5rem;
}

.sect2-r .slick-dots li {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    border: 0.01rem solid #fff;
    margin: 0 0.1rem;
}

.sect2-r .slick-dots .slick-active {
    background-color: #fff;
}

.title>a:hover {
    margin-top: -0.05rem;
}

.section3 {
    padding-top: 0.1rem;
    background-color: #bca877;
}

.section3>div {
    padding: 0.5rem 0;
    background: #f7fafa url() no-repeat center center;
    background-size: cover;
}

.title3.title {
    text-align: center;
    padding-bottom: 0.4rem;
}

.title4 {
    padding-bottom: 0.2rem;
}

.title3>a {
    right: 50%;
    transform: translateX(50%);
    font-size: 0.16rem;
    color: #ab0403;
    float: right;
    padding-left: 0.35rem;
    transition: all 0.5s;
    position: relative;
}

.sect3>ul {
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0rem 0.05rem 0.29rem 0rem rgba(210, 206, 196, 0.33);
    margin-bottom: 0.5rem;
}

.sect3>ul>li {
    width: 28.57%;
    margin: 0 2.3%;
    float: left;
}

.sect3>ul>li:hover h2 {
    color: #ab0403;
}

.sect3>ul>li>a {
    display: block;
    padding: 0.4rem 0;
}

.xs-text {
    margin-top: 0.2rem;
}

.xs-text>h2 {
    font-size: 0.18rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.24rem;
    text-align:center;
    white-space: nowrap;
}

.xs-text>p {
    font-size: 0.16rem;
    color: #837a63;
    line-height: 0.28rem;
    padding-left: 0.25rem;
}

.xs-text>p:nth-child(2) {
    background: url("../image/ren.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%;
}

.pic {
    overflow: hidden;
}



.xsdt-lb::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

@media screen and (max-width: 1400px) {
    .sect1-l {
        width: 9rem;
    }
    .sect1-r>ul {
        margin-top: -0.15rem;
    }
    .sect1-r {
        padding-left: 0.2rem;
    }
    .sect1-r>ul>li {
        margin-top: 0.12rem;
        height: 0.55rem;
    }
    .time {
        padding: 0.2rem 0.15rem;
    }
    .text {
        padding-top: 0.25rem;
    }
    .section1 {
        padding-bottom: .5rem;
    }
}

@media screen and (max-width: 1200px) {
    .sect1-l {
        width: 6.65rem;
    }
    #top{
        max-height:6rem
    }
.jx-text>p{padding:0.28rem 2rem 0.28rem 0.5rem;}
}

@media screen and (max-width: 1024px) {
    .section1 {
        padding: 0.1rem 0;
    }
    .section2>div {
        padding: 0.1rem 0;
    }
    .section3>div {
        padding: 0.1rem 0;
    }
    .jx-text {
        margin-top: -3%;
    }
    .jx-text>p {
        padding: 0.2rem 0.3rem;
    }
    .sect1-l {
        float: none;
        width: auto;
        height: auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        padding-left: 0;
        overflow: visible;
    }
    .title {
        padding-bottom: 0.15rem;
        padding-top: 0.15rem;
    }
    .sect2-l {
        float: none;
        width: auto;
    }
    .sect2-r {
        float: none;
        width: auto;
    }
    .dzxx1>li>a {
        line-height: 0.45rem;
    }
    .dzxx {
        padding-bottom: 0.15rem;
    }
    .more {
        top: 46% !important;
    }
    .time {
        padding: 0.1rem 0.15rem;
    }
    .text {
        padding: 0.1rem;
        line-height: 0.24rem;
    }
    .text>span {
        font-size: 0.16rem;
    }
    .time>h2 {
        font-size: 0.26rem;
    }
    .title h2 {
        font-size: 0.26rem;
    }
    .title span {
        font-size: 0.2rem;
    }
    .xs-text>h2 {
        font-size: 0.16rem;
        margin: 0.2rem 0;
    }
    .xs-text>p {
        font-size: 0.14rem;
    }
    .sect3>ul {
        margin-bottom: 0.15rem;
    }
    .bq {
        margin-top: 0.2rem;
    }
    .bq>p {
        padding-top: 0.15rem;
    }
    .sect3>ul>li>a {
        padding-top: 0.15rem;
    }
    .xsdt-lb>li>a {
        padding: 0.15rem;
    }
    .sect1-l ul li a p {
        margin: 0.05rem 0;
    }
    .jx-text>p {
        font-size: 0.16rem;
    }
    .section2>div::after {
        width: 100%;
        height: 53.5%;
        top: 46.5%;
    }
    .section2>div::before {
        width: 100%;
        height: 46.5%;
    }
    #top{
        max-height:5rem
    }
.sect2-r .slick-dots{bottom: .2rem;    right: 0.1rem;}
}

@media screen and (max-width: 768px) {
    .sect1-l ul li a h2 {
        font-size: 0.14rem;
    }
    .xs-text>h2 {
        margin: 0.1rem 0;
    }
    .sect3>ul>li>a {
        padding: 0.1rem 0;
    }
    #top{
        max-height:3rem
    }
.sect2-r .slick-dots{bottom:.25rem;}
.sect2-r .slick-dots li{    width: 0.1rem;
    height: 0.1rem;    margin: 0 0.05rem;}
.jx-text>p {
    padding: 0.2rem 1rem 0.2rem 0.3rem;
}
}

@media screen and (max-width: 600px) {
    .title h2 {
        font-size: 0.22rem;
    }
    .title span {
        font-size: 0.16rem;
    }
    .title a {
        font-size: 0.14rem;
    }
    .sect3>ul>li {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .sect1-l ul li {
        float: none;
        width: auto;
    }
    .xsdt-lb>li>a {
        padding: 0.05rem;
    }
    .sect1-l ul li a span {
        font-size: 0.16rem;
        -webkit-line-clamp: 1;
        height: 0.22rem;
    }
    #top{
        max-height:2.1rem
    }
}

@media screen and (max-width: 375px) {}