@charset "UTF-8";
.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001.mid{
    justify-content: center;
}
.title001 .tit h2{
    display: flex;
    align-items: center;
    font-size: 34px;
    line-height: 1;
    color: #333333;
    font-family: 'songti',sans-serif;
}
.title001 .tit h2 span{
    color: #9F1818;
    display: block;
    margin-left: .1rem;
    font-family: 'songti',sans-serif;
}
.title001 .tit{
    padding: 0 50px 11px 65px;
    background: url("../images/tit01.png") no-repeat bottom center;
    background-size: auto 24px;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.title001 .more img{
    display: block;
    width: 15px;
    height: 25px;
    margin-left: 10px;
}

.homea .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homea .left{
    width: 50%;

}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 430px;
}
.list1w a .con{
    padding-left: 21px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-top: -30px;
}
.list1w a time{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 116px;
    height: 156px;
    background: #94070A;
    text-align: center;
}
.list1w a time span{
    display: block;
    font-size: 54px;
    color: #fff;
    line-height: 1;
    font-family: Arial,sans-serif;
}
.list1w a time img{
    display: block;
    height: 20px;
    margin-bottom: 8px;
}
.list1w a time em{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: Arial,sans-serif;
}
.list1w a .txt{
    width: calc(100% - 145px);
    padding-bottom: 25px;
}
.list1w a h3{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 12px;
}
.list1w a p{
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.7);
    height: 40px;
}
.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: 23px;
    bottom: 152px;
}
.list1w .page span{
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    opacity: 1;
    margin: 0 6px;
    background: rgba(255, 255, 255, 0.5);
}
.list1w .page span:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px dashed #9F1818;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list1w .page span.active:after{
    opacity: 1;
    visibility: visible;
}
.list1w .page span.active{
    background: #9F1818;
}

.homea .right{
    width: 45.14%;
}

.list_box1 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_box1 a time{
    display: flex;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: 100%;
}
.list_box1 a time span{
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    font-family: Arial,sans-serif;
}
.list_box1 a time em{
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: Arial,sans-serif;
}
.list_box1 a .txt{
    width: calc(100% - 117px);
}
.list_box1 a time:after{
    position: absolute;
    content: '';
    left: 26px;
    bottom: -3px;
    width: 53px;
    height: 22px;
    background: url("../images/s1-img04.png") no-repeat 50%;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 a .txt p{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    height: 48px;
}
.list_box1 li:hover a .txt p{
    font-weight: 600;
}
.list_box1 li:hover a time:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li{
    margin-top: 31px;
}
.list_box1 li:first-child{
    margin-top: 0;
}
.homea .title001{
    margin-bottom: 55px;
}
.homea{
    margin-bottom: 80px;
}
.homeb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homeb .left{
    width: 47.87%;
}

.list_box2 li a{
    display: flex;
    padding: 18px 0;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li a time{
    display: block;
    width: 80px;
    text-align: center;
}
.list_box2 li a time span{
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 48px;
    background: #9F1818;
    font-weight: 600;
    font-family: Arial,sans-serif;
}
.list_box2 li a time em{
    display: block;
    font-size: 16px;
    color: #C49F80;
    line-height: 35px;
    border: 1px solid #C49F80;
}
.list_box2 li a .txt{
    width: calc(100% - 112px);
}
.list_box2 li a .txt h3{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 8px;
}
.list_box2 li a .txt p{
    font-size: 14px;
    line-height: 20px;
    color: rgba(51, 51, 51, 0.7);
}
.list_box2 li{
    border-bottom: 1px dashed #C5AA88;
}
.list_box2 li:last-child{
    border: none;
}
.homeb .left .title001{
    margin-bottom: 20px;
}
.homeb .right{
    width: 47.87%;
}
.list_box3 li a{
    display: block;
    position: relative;
    background: #F4F0EB;
    padding: 22px 30px 15px;
    transition: .5s;
}
.list_box3 li a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #C5AA88;
}
.list_box3 li a h3{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    transition: .5s;
    margin-bottom: 09px;
}
.list_box3 li a time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #94070A;
    line-height: 30px;
    position: relative;
}
.list_box3 li a time span{
    display: block;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 16px;
    font-family: Arial, sans-serif;
}
.list_box3 li a time:after{
    position: absolute;
    content: '';
    left: 93px;
    right: 17px;
    top: 50%;
    border-bottom: 1px dashed #C5AA88;
}
.list_box3 li a time img{
    display: block;
    max-height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
.list_box3 li:hover a{
    background: #94070A;
}
.list_box3 li:hover a time{
    color: #fff;
}
.list_box3 li:hover a h3{
    color: #fff;
}
.list_box3 li{
    margin-top: 16px;
}
.list_box3 li:first-child{
    margin-top: 0;
}
.homeb .right .title001{
    margin-bottom: 43px;
}

.homeb{
    margin-bottom: 88px;
}

.homec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homec .item{
    width: 32.14%;
}

.title002{
    height: 199px;
    text-align: center;
    padding-top: 73px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.title002 h2{
    font-size: 34px;
    line-height: 1;
    color: #fff;
    font-family: 'songti', sans-serif;
}

.list_box4 li a{
    display: block;
    padding-bottom: 17px;
    padding-top: 09px;
}
.list_box4 li time{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #C49F80;
    font-family: Arial, sans-serif;
}
.list_box4 li h3{
    font-size: 16px;
    line-height: 21px;
    color: #333;

}
.list_box4 li{
  border-bottom: 1px solid #F1F1F1;
}
.list_box4 li:last-child{
    border: none;
}
.list_box4{
    background: #fff;
    margin: -31px 20px 0;
    padding: 22px 31px 33px;
    position: relative;
    z-index: 3;
    box-shadow: 0px 15px 20px 0px rgba(182, 182, 182, 0.3);
}

.homec .gzzd .title002{
    background-image: url("../images/s3-img01.jpg");
}
.homec .xsdj .title002{
    background-image: url("../images/s3-img02.jpg");
}
.homec .zggk .title002{
    background-image: url("../images/s3-img03.jpg");
}
.index_home{
    padding-top: 60px;
    padding-bottom: 110px;
    background: url("../images/index_home.png") no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .index_home {
        margin-top: .75rem;
        padding-top: .45rem;
        padding-bottom: .1rem
    }
}
@media (max-width: 1025px){
    .title001 .more{
        font-size: .16rem;
        line-height: .25rem;
    }
    .title001 .more img{
        width: .15rem;
        height: .25rem;
        margin-left: .1rem;
    }
    .homea .title001{
        margin-bottom: .35rem;
    }
    .title001.mid{
        justify-content: flex-start;
    }
    .title001 .tit h2{
        font-size: .28rem;
    }
    .title001 .tit{
        padding: 0 .5rem .11rem .65rem;
        background-size: 100% auto;
    }
    .homea .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list1w .page{
        bottom: 1.15rem;
    }
    .list1w a .pic{
        padding-top: 61.43%;
    }
    .list1w a time span {
        font-size: .34rem
    }
    .list1w a time{
        width: 1rem;
        height: 1.3rem;
    }
    .list1w a .txt{
        width: calc(100% - 1.2rem);
        padding-bottom: .1rem;
    }
    .list1w a .con{
        padding-left: 0;
    }
    .homea .right{
        width: 100%;
    }
    .homea{
        margin-bottom: .5rem;
    }
    .homeb .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .homeb .left .title001{
        margin-bottom: .25rem;
    }
    .homeb .right{
        width: 100%;
    }
    .homeb .right .title001{
        margin-bottom: .35rem;
    }
    .homeb{
        margin-bottom: .5rem;
    }
    .homec .item{
        width: 100%;
        margin-bottom: .5rem;
    }
    .title002 h2{
        font-size: .28rem;
    }
    .title002{
        height: 1.6rem;
        padding-top: 0.5rem;
    }
    .list1w a h3{
        font-size: .18rem;
        line-height: .24rem;
        margin-bottom: .05rem;
    }
    .list1w a time em{
        font-size: .18rem;
    }
    .list1w a time img{
        height: .2rem;
        margin-bottom: .08rem;
    }
    .list1w a p{
        font-size: .14rem;
        line-height: .2rem;
        height: .4rem;
    }
    .list_box1 a time{
        width: .86rem;
        height: .86rem;
    }
    .list_box1 a time span{
        font-size: .28rem;
        margin-bottom: .03rem;
    }
    .list_box1 a time em{
        font-size: .14rem;
    }
    .list_box1 a time:after{
        width: .53rem;
        height: .22rem;
        left: .26rem;
        bottom: -.03rem;
    }
    .list_box1 a .txt p{
        font-size: .18rem;
        line-height: .24rem;
        height: .48rem;
    }
    .list_box1 a .txt {
        width: calc(100% - 1.17rem);
    }
    .list_box1 li{
        margin-top: .3rem;
    }
    .list_box2 li a time{
        width: .8rem;
    }
    .list_box2 li a time span{
        font-size: .28rem;
        line-height: .48rem;
    }
    .list_box2 li a time em{
        font-size: .16rem;
        line-height: .35rem;
    }
    .list_box2 li a .txt {
        width: calc(100% - 1.12rem);
    }
    .list_box2 li a .txt h3{
        font-size: .18rem;
        line-height: .24rem;
        margin-bottom: .08rem;
    }
    .list_box2 li a .txt p{
        font-size: .14rem;
        line-height: .2rem;
    }
    .list_box2 li a{
        padding: .18rem 0;
    }
    .list_box3 li a h3{
        font-size: .18rem;
        line-height: .24rem;
        margin-bottom: .08rem;
    }
    .list_box3 li a time span{
       margin-right: .16rem;
    }
    .list_box3 li a time{
        font-size: .15rem;
    }
    .list_box3 li a time img{
        max-height: .2rem;
    }
    .list_box3 li a time:after{
        left: .93rem;
        right: .17rem;
    }
    .list_box4{
        padding: .22rem .31rem .33rem;
        margin: -.31rem .2rem 0;
    }
    .list_box4 li h3{
        font-size: .16rem;
        line-height: .21rem;
    }
    .list_box4 li time{
        font-size: .15rem;
        line-height: .3rem;
    }
    .list_box4 li a{
        padding-bottom: .17rem;
        padding-top: .09rem;
    }
}
@media (max-width: 769px){
    .list1w a time{
        width: 0.9rem;
        height: 1.1rem;
    }
    .list1w a .txt{
        width: calc(100% - 1.1rem);
        padding-bottom: 0;
    }
    .list_box1 a .txt {
        width: calc(100% - 1.1rem);
    }
    .title001 .tit {
        padding: 0 0.3rem 0.11rem 0.45rem;
    }
    .list_box2 li a time span{
        font-size: .26rem;
        line-height: .4rem;
    }
    .list_box2 li a time em{
        line-height: .32rem;
    }
    .list_box2 li a time{
        width: .75rem;
    }
    .list_box2 li a .txt {
        width: calc(100% - .95rem);
    }
    .list_box3 li a{
        padding: .2rem .2rem .15rem;
    }
    .list_box4{
        margin: -.3rem .15rem 0;
        padding: .2rem .2rem .24rem;
    }
    .list_box4 li h3{
        font-size: .18rem;
    }
    .list1w .page {
        bottom: 0.95rem;
        right: .2rem;
    }
}