@charset "utf-8";
@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.banner{background:#861600; height:150px;}
.time{float:right;font-size:14px;color:#999999;}
.sect {
    padding-top: 45px;
}

.s1-l {
    float: left;
    width: calc( 50% - 15px );margin-top:20px;
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top:0;height:305px;
}

.s1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 55px;
    background: rgba(0, 0, 0, .46);
    padding-left: 20px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
}

.s1-l .slick-dots {
    width: auto;
    right: 10px;
    bottom: 20px;
}

.s1-l .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 4px;
}

.s1-l .slick-dots li.slick-active {
    background-color: #c21319;
}

.s1-r {
    float: right;
    width: calc(50% - 15px);
}

.title {
    border-bottom: 1px solid #dddddd;
    height:55px;
}

.title h2 {
    float: left;
    line-height: 54px;
    border-bottom: 2px solid #be1219;
    padding: 0 20px;font-weight:normal;
}

.title h2 span {
    font-size: 26px;
    color: #be1219;
}

.title a {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}

.title a:hover {
    color: #c21319;
}

.s1-r-top {
    padding: 20px 0 15px;
    border-bottom: 1px dashed #dddddd;
}

.s1-r-top h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s1-r-top h2 a{color: #333;}
.s1-r-top p {
    font-size: 14px;
    line-height: 22px;
    color: #919191;
    height: 44px;
    overflow: hidden;
}

.list {
    margin-top: 15px;
}

.list>li {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 42.5px;
}

.list>li:hover a {
    color: #c21319;
    text-decoration: underline;
}

.list>li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l,.s2-c,.s2-r {
    float: left;
    width: calc( ( 100% - 60px ) / 3 );margin-right:30px;
}

.s2-r {
    float: right;
   margin-right:0;
}

.tpp-list {
    overflow: hidden;
    margin-top: 25px;
}

.tpp-list>li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.tpp-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.tpp-list>li a {
    display: block;
    position: relative;
}

.tpp-list>li a .pic {
    padding-top: 48%;
}

.tpp-list>li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    background: rgba(0, 0, 0, .52);
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bt-list>li {
    float: left;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    margin-top: 27px;
    width: 48%;
    margin-left: 4%;
    box-sizing: border-box;
}

.bt-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.bt-list>li a {
    display: block;
    padding: 35px 20px 20px 20px;
    background: url(../images/txt-list.png) no-repeat left 35px;
}

.bt-list>li a p {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.bt-list>li:hover {
    box-shadow: 0 0 10px #f6c2c2;
}

.bt-list>li:hover a p {
    color: #be1219;
}

.s3-l {
    float: left;
    width: 48%;
}

.s3-r {
    float: right;
    width: 48%;
}

.s3-l .s3-ll {
    float: left;
    width: 290px;
    background-color: #f8f3f3;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 30px;
}

.s3-l .bt-list {
    overflow: hidden;
    padding-left: 30px;
}

.s3-l .bt-list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
}

.s3-l .s3-ll h2 {
    font-size: 18px;
    color: #be1219;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 2px solid #be1219;
}

.s3-l .s3-ll p {
    margin-top: 25px;
    line-height: 24px;
    font-size: 14px;
    color: #8d8a8a;
}

.s3-l .bt-list li a {
    background-image: none;
    background-color: #f8f3f3;
    background-position: 0 100%;
    background-size: 1% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#be1219, #be1219);
    transition: background-size .3s;
}

.s3-l .bt-list li:hover a {
    background-size: 100% 100%;
}

.s3-l .bt-list li:hover a p {
    color: #fff;
}

.s3-l .bt-list>li a p {
    line-height: 27px;
    height: 54px;
}

.s3r-top {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.s3r-top a {
    display: block;
    overflow: hidden;
}

.s3r-top .tpp {
    float: left;
    width: 240px;
}

.s3r-top .tpp .pic {
    padding-top: 63%;
}

.s3r-top .text {
    overflow: hidden;
    padding-left: 25px;
}

.s3r-top .text h2 {
    line-height: 30px;
    font-size: 18px;
    color: #111;
    height: 60px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 20px;
}

.s3r-top .text p {
    line-height: 20px;
    font-size: 14px;
    color: #919191;
    height: 60px;
    overflow: hidden;
}

.zt {
    margin-top: 25px;
    margin-bottom: 65px;
}

.zt>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.zt ul li {
    margin: 0 15px;
}

.zt ul li a {
    display: block;
}

.zt ul li a .pic {
    padding-top: 63.5%;
}
@media screen and (max-width: 1340px) {
    .zt {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*
@media screen and (max-width: 1100px) {
    .s1-l {
        width: 580px;
    }
    .s1-r {
        width: calc(100% - 610px);
    }
    .s1-r-top {
        padding: 10px 0;
    }
    .s1-r-top h2 {
        margin-bottom: 5px;
    }
    .list>li {
        line-height: 34px;
    }
    .bt-list>li {
        margin-top: 17px;
    }
    .s3-l .s3-ll {
        width: 215px;
        padding: 15px;
    }
    .s3-l .bt-list li {
        margin-top: 35px;
    }
}



@media screen and (max-width:900px) {
    .s1-l,
    .s2-l,
    .s3-l {
        float: none;
        width: 100%;
    }
    .s1-l {
        margin-top: 15px;
    }
    .s1-r {
        float: none;
        width: 100%;
    }
    .s2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .s3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width:700px) {
    .sect {
        padding-top: 15px;
    }
    .title h2 span {
        font-size: 18px;
    }
    .title h2 {
        padding-right: 40px;
        line-height: 35px;
        background-size: 120px 100%;
    }
    .title a {
        margin-top: 5px;
        font-size: 14px;
    }
    .list {
        margin-top: 0;
    }
    .list>li a {
        font-size: 15px;
    }
    .s1-l a p {
        font-size: 15px;
    }
    .s1-l .slick-dots li {
        margin: 0 5px;
    }
    .bt-list>li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .bt-list>li a {
        padding: 15px;
    }
    .s3-l .s3-ll {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .s3-l .bt-list {
        padding-left: 0;
    }
    .s3-l .bt-list li {
        margin-top: 15px;
    }
    .s3r-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s3r-top .tpp {
        float: none;
        width: 100%;
    }
    .s3r-top .text {
        padding-left: 0;
    }
    .zt {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}*/
.s1-left{width:66%;float:left;}
.s1-right{width:calc( 34% - 30px );float:right;}
.notice-list ul li{width: 100%;margin-top: 15px;display:flex;align-items:center;}
.notice-list ul li:first-of-type{margin-top:20px;}
.notice-list ul li .time{width: 70px;margin-right: 20px;}
.notice-list ul li .time span{font-size: 24px;color: #be1219;text-align: center;display: block;line-height:34px;border: 1px solid #be1219;border-bottom: none;}
.notice-list ul li .time h3{font-size: 14px;color: #ffffff;display: block;background: #be1219;line-height: 30px;text-align: center;font-weight: normal;}
.notice-list ul li a{font-size: 18px;color: #333333;line-height: 30px;max-height: 60px;width: calc( 100% - 90px );display: block\0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.notice-list ul li:last-of-type{margin-bottom: 0;}
.notice-list ul li:hover a{color: #c21319;}

.fc-list{width:100%;margin-top:20px;}
.fc-list .pic{padding-top:64%;}
.fc-list .pic .pic_img{width:100%;height:100%;background-size:cover;background-position:center center;position:absolute;left:0;top:0;}
.fc-list p{width:100%;text-align:center;line-height:30px;font-size:18px;color:#333333;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top:6px;}
.fc-list .swiper-slide:hover p{color:#c21319;}
.fc-list .btn{width:40px;height:50px;background-color:rgba(0,0,0,0.5);background-position:center center;background-size:auto 30px;background-repeat:no-repeat;background-image:url(../images/m-nav_down.png);transform:translateY(-50%);margin-top:-15px;top:50%;}
.fc-list .swiper-button-prev{transform:rotateY(180deg) translateY(-50%);left:0;}
.fc-list .swiper-button-next{right:0;}