.propose-container{
    padding-top:250px;
    background-color:#FFFEFC;
}
.propose-content{
    width: 100%;
    padding: 80px 240px 0;
    background-color:#FFFEFC;
}
.propose-title{
    width: 100%;
    color: #282D29;
    text-align: center;
    margin-top: 50px;
}

.propose-title h2{
    text-align: center;
    font-size: 28px;
    position: relative;
    box-sizing: border-box;
}
.propose-title h2:nth-child(2){
    padding-bottom: 30px;
}
.propose-title .line{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #81C922, #008A71);
}
.propose-text{
    font-size: 15px;
    color: #595959;
    margin: 40px 0;
}
.propose-text .first-text{
    margin-bottom: 30px;
    text-indent: 2rem;
    line-height: 30px;
}
.propose-text .second-text{
   text-indent: 2rem;
    line-height: 30px;
}

.propose-text .second-text span{
    color: #008A71;
    font-weight: bold;
}
.last-text{
    text-indent: 2rem;
    margin-top: 30px;
    line-height: 30px;
}
.propose-content .down {
    height: 65px;
    background: #F7F7F0;
    font-size: 15px;
    color: #282D29;
    padding: 0 55px;
    margin: 20px 0 50px;
}
.propose-content .down a{
    color: inherit;
}
.propose-content .down span{
    margin-left: 20px;
}
.propose-content .down .icon-pdf{
    color: #008A71;
    margin-right: 15px;
}

.propose-content .down .down-btn{
    color: #008A71;
    margin-left: 70px;
}
.propose-swiper-box{
    padding: 50px 0;
}
.propose-swiper{
    padding-bottom: 50px !important;
}
.propose-list li{
    width: 30%;
    padding: 10px;
    border: 3px solid #008A71;
}
.propose-list li:nth-child(2){
    margin: 0 30px;
}
.propose-list li .propose-item{
    border: 1px solid #008A71;
    padding: 0 40px;
    background: #fff;
}

.propose-list li .propose-item-title{
    padding: 40px 0 30px;
    color: #008A71;
    font-weight: 400;
    font-size: 32px;
    font-family: Alimama DongFangDaKai;
    text-align: center;
}

.propose-list li .propose-item-content{
    font-size: 15px;
    color: #595959;
    line-height: 25px;
    border-top: 1px dashed #0D0408;
    border-bottom: 1px dashed #0D0408;
    height: 200px;
    padding: 25px 0 50px;
    box-sizing: border-box;
    text-indent: 2rem;
    position: relative;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*word-break: break-all;*/
    /*-webkit-box-orient: vertical;*/
}
.propose-hover-content{
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0px;
    opacity: 0;
    transition: all .5s;
    font-size: 15px;
    color: #595959;
    line-height: 25px;
    text-indent: 2rem;
    height:200px;
    max-height: 250px;
    overflow-y: auto;
    box-sizing: border-box;
}
.propose-hover-content::-webkit-scrollbar{
    width: 4px;
}
.propose-hover-content::-webkit-scrollbar-thumb {
    background: #ccc; 
}
.propose-hover-content::-webkit-scrollbar-track:hover {
    background: #ddd;
}
.propose-list li .propose-item-content:hover .propose-hover-content{
    opacity: 1;
}
.propose-list li .propose-item-content p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.propose-list li .propose-item-img{
    text-align: center;
    margin: 20px 0;
    height:56px;
    line-height:56px;
}
.propose-list li .propose-item-img img{
    width: 140px;
}
/*最新视频 自定义分页器*/
.propose-swiper  .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: inherit;
}

.propose-swiper .swiper-pagination-bullet-active {
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.propose-swiper .swiper-pagination-bullet-active::before{
    content:'';
    width:20px;
    height: 3px;
    background: #008A71;
    position: absolute;
    left: 0;
    animation:addActive 20s linear;
}

@keyframes  addActive {
    0%{
        width: 0%;
    }
    100%{
        width: 30px;
    }
}

@media screen and (max-width: 850px){
    .propose-list li .propose-item-content:hover .propose-hover-content{
        opacity: 0;
    }
    .propose-list li .propose-item-content{
        height: auto;
    }
    .news-bread-nav{
        display: none;
    }
    .news-tabs{
        width: 100%;
        background: #F7F7F0;
        padding: 0 50px;
        bottom: -90px;
        display: none;
    }
    .news-list{
        padding: 110px 16px 20px;
    }
    .news-list ul li{
        width: 100%;
        border-bottom: 1px solid #EBEBEB;
    }
    .propose-container{
        padding-top: 150px;
    }
    .propose-content{
        padding: 0 15px;
    }
    .propose-title h2{
        font-size: 20px;
    }
    .propose-content .down{
        font-size: 12px;
        padding: 0 10px;
        margin: 20px 0;
    }
    .propose-content .down a{
        display: flex;
        align-items: center;
    }
    .propose-content .down span{
        margin-left: 10px;
    }
    .propose-content .down .down-btn{
        margin-left: 10px;
        white-space: nowrap;
    }
    .propose-swiper-box{
        padding:  20px 0;
    }
    .propose-swiper-box ul{
        flex-direction: column;
    }
    .propose-swiper-box ul li{
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 850px) and (max-width: 1670px) {
    .propose-content{
        padding: 80px 30px 0;
    }
}
