﻿html{
    background-color: #fff;
}
.more-btn{
    display: none;
}
.container{
    width: unset;
}
/*  */
.header{
    height: 68px;
    width: 1200px;
    margin: auto;
    background-color: #fff;
}
.header .logo{
    height: 100%;
}
.top-pic{
    width: 100%;
}
/* intro */
.intro{
    position: relative;
    top: -130px;
    margin: auto;
    width: 1200px;
    z-index: 99;
    margin-top: -200px;
}
.context{
    padding: 68px 80px;
    border-radius: 10px 10px 0 0;
    font-size: 24px;
    line-height: 48px;
    color: #333;
    background-color: rgba(255, 255, 255, 0.62);
    box-sizing: border-box;
    text-indent: 48px;
    text-align: justify;
}
/*  */
.wapper{
    position: relative;
    top: -130px;
    width: 1200px;
    height: 483px;
    margin: auto;
    margin-bottom: 110px;
    background-color: #3673c5;
    box-sizing: border-box;
}
.wapper .pic-group{
    position: relative;
    width: 780px;
    height: 100%;
    padding: 20px 25px 20px 20px;
    box-sizing: border-box;
}
.wapper .pic-group img{
    width: 100%;
    height: 100%;
}
.wapper .pic-group .pic-title{
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    bottom: 20px;
    left: 20px;
    width:735px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.78);
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    box-sizing: border-box;
}
/*  */
.wapper .list-content{
    width: 420px;
    height: 100%;
    box-sizing: border-box;
    background-color: #3a86dc;
    font-size: 22px;
    color: #fff;
    overflow-y: auto;
}
.wapper .list-content li{
    padding: 8px 45px;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    border-bottom:1px solid #3673c5;
    cursor: pointer;
}
.wapper .list-content li .title{
    width: 100%;
    height: 70px;
    font-family: 'MicrosoftYaHei';
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* .wapper .list-content li:last-child{
  border-bottom:none
} */
.wapper .list-content .active{
    background-color: #2669c2;
    font-weight: bold;
}

.h5{
    display: none;
}
.pc{
    display: block;
}
/*  */
.fade-box,
.fade-img{
    height: 380px;
    width: 620px;
    position: relative;
    overflow: hidden;
}
.fade-img a{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.fade-img img{
    display: block;
    height: 100%;
    width: 100%;
}
.fade-txt{
    height: 40px;
    width: 100%;
    background: rgba(0,0,0,0.58);
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.fade-txt a{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
}
.fade-num{
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 0px;
}
.fade-num span{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    margin-left: 8px;
    cursor: pointer;
}
.fade-num span.cur{
    background: red;
}
.fade-box:hover .fade-btn{
    display: block;
}
.fade-txt a{
    display: inline-block;
    width: 70%;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fade-img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.fade-txt{
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: auto;
}
.fade-num{
    bottom: 35px;
    right: 40px;
}
@media screen and (min-width: 768px) {
    .wapper .pic-group{
        padding: 20px 20px 20px 20px;
        height: 486px;
    }
}
@media screen and (max-width: 768px) {
    .h5{
        display: block;
    }
    .pc{
        display: none;
    }
    html{
        background-color: #fff;
    }
    .more-btn{
        display: block;
        text-align: center;
        margin-top: .2rem;
    }
    .more-btn a{
        background: #ededed;
        height: .76rem;
        line-height: .76rem;
        display: block;
        color: #666666;
        font-size: .26rem;
        border-radius: 5px;
    }
    /*  */
    .header{
        display: none;
    }
    .top-pic{
        width: 100%;
    }
    /* intro */
    .intro{
        position: relative;
        top: -0.4rem;
        margin: auto;
        width: 94%;
        min-height: 2.6rem;

    }
    .context{
        padding: 0.48rem 0.1rem;
        border-radius: 10px;
        font-size: 0.28rem;
        line-height: 0.48rem;
        text-indent: 0.56rem;
    }
    /*  */
    .wapper{
        position: relative;
        top: -0.4rem;
        width: 94%;
        height: auto;
        margin: auto;
        margin-bottom: 0.46rem;
        background-color: #fff;
        box-sizing: border-box;
    }
    .wapper .pic-group{
        position: relative;
        width: 100%;
        height: 4.16rem;
        padding: 0;
        box-sizing: border-box;
        float: none;
    }
    .wapper .pic-group img{
        width: 100%;
        height: 100%;
    }
    .wapper .pic-group .pic-title{
        position: absolute;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        bottom: 0rem;
        left: 0rem;
        width:100%;
        height: 0.47rem;
        line-height: 0.47rem;
        background-color: rgba(0,0,0,0.78);
        color: #fff;
        font-size: 0.24rem;
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        box-sizing: border-box;
    }
    /*  */
    .wapper .list-content{
        padding-top: 0.2rem;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        background-color: #fff;
        font-size: 0.3rem;
        color: #555;
        float: none;
    }
    .wapper .list-content li{
        padding: 0;
        width: 100%;
        height: 0.75rem;
        box-sizing: border-box;
        border-bottom:none;
        cursor: pointer;
        letter-spacing: 1px;
    }
    .wapper .list-content li .text{
        padding-left: 0.3rem;
        background: url('./images/xzjic14.png') left center no-repeat
    }
    .wapper .list-content li .time{
        text-align: right;
        width: 30%;
        color: #999999;
        line-height: .75rem;
        font-size: .24rem;
    }
    .wapper .list-content li .title{
        width: 70%;
        height: 0.75rem;
        font-family: 'MicrosoftYaHei';
        line-height: 0.75rem;
        white-space: nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        box-sizing: border-box;
        display: inline-block;
        background: url(/images/xzjic27.png) left center no-repeat
    }
    /* .wapper .list-content li:last-child{
      border-bottom:none
    } */
    .wapper .list-content .active{
        background-color: #fff;
        font-weight: normal;
    }
}
