*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cooperation-body{
   width: 100%;
   background:  #f1f1f1;
   padding: 0 .8rem;
   padding-top: 2rem;
}
.cooperation-list-box{
    transition: all .8s;
    min-height: 100px;
    position: relative;
}
.cooperation-list-box-img-box{
    width:100px;
    height:100px;
    background: #fff;
    position: absolute;
    border: 5px solid #f1f1f1;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -50px;
}
.cooperation-list-box-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.cooperation-list-box-content{
    min-height:100px;
    margin-top: 3rem;
    background: #fff;
    border-radius: 10px;
    padding: 68px 5px 10px 5px;
    text-align: justify !important;
}
.cooperation-list-box-content p{
    font-size: 0.8rem;
    text-indent: 1rem;
}
.cooperation-list-box-right {
    width: 4rem;
    height: 1.5rem;
    background: #ffdcdc;
    position: absolute;
    top: 20px;
    right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px;
    text-align: center;
    line-height: .8rem;
}
.cooperation-list-box-right a{
    font-size: 16px;
    color:#c50c0e;
    text-decoration: none;
}
.cooperation-list-box-right::after {
    content: '';
    display: block;
    width: 12px;
    height: 1.5rem;
    background: #c50c0e;
    position: absolute;
    top: 0;
    right: -12px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.infosbg .close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 20px;
    right: 20px;
    padding:.8rem 0;
    text-align: center;
    color: #fff;
}
.cooperation-total-box {
    height: 2rem;
    margin: 20px auto;
    background: #fff;
    padding: .5rem 0;
    width: 90%;
    text-align: center;
    border-radius: 5px;
}
.c50c0e{
    color:#c50c0e;
}
.scroll-box {
    width: calc(100% + 1.6rem);
    left: -.8rem;
    height: 400px;
    margin: auto;
    padding-bottom: 10px;
    overflow: hidden;
    
    position: relative;
}
.scroll-box .lunbotu{
    position: absolute;
    height: 400px;
}
.scroll-box .lunbotu .scroll-list{
    position: absolute;
    top: 10px;
    margin:auto;
    height:330px;
}
.scroll-box .lunbotu .scroll-list.active{
    height: 350px;
    animation: ChangeActive .3s;
}
.scroll-box .lunbotu .scroll-list .scroll-list-content{
    height: 100%;
    margin: 10px auto;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 2px 2px 10px rgb(120, 124, 124);
}
.scroll-box .lunbotu .scroll-list .scroll-list-content.animation-no{
    animation: ChangeActive2 .3s;
}
.scroll-box .lunbotu .scroll-list.active .scroll-list-content{
    width: 90%;
    margin:0 auto;
    padding: 10px;
}
@keyframes ChangeActive{
    0%{
        height:320px;
         margin: 10px auto;
    }
    100%{
        height:350px;
        margin: 0 auto;
    }
}
@keyframes ChangeActive2{
    0%{
        height:350px;
        margin: 0 auto;
    }
    100%{
        height:320px;
         margin: 10px auto;
    }
}
.item-icon{
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 10px;
}
.item-icon p{
   width:10px;
   height:10px;
   background:#fff;
   float:left;
   border-radius:10px;
   margin:0 3px;
}
.item-icon p.active{
    background: #c50c0e;
}
.item-icon-position {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    height: 10px;
}
.row-img {
    width: 33.3%;
    height: 33.3%;
    float: left;
    border-bottom:1px solid #f1f1f1;
    border-right:1px solid #f1f1f1;
    position: relative;
}
.row-img:nth-child(3n){
    border-right:0;
}
.row-img:nth-child(7),.row-img:nth-child(8),.row-img:nth-child(9){
    border-bottom:0;
}
.row-img img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
}
.cooperation-body.active{
        padding: 0;
        padding-top:2rem;
        padding-bottom: 20px;
        animation: ChangeWidth .5s ease-in-out;
    }
    .cooperation-body.active .cooperation-list-box-content p{
        font-size: 0.65rem;
        text-indent: 0;
    }
    .cooperation-body.active .cooperation-body-title strong{
        font-size: 0.8rem;
    }
    .cooperation-body.active .cooperation-list-box-content{
        border-radius:0;
        padding:68px 20px 10px 20px;
    }
    .cooperation-body.active .cooperation-list-box-content img{
        width: 100%;
    }
    .cooperation-body.active .cooperation-list-box-content .content-infos{
        text-indent: 1rem;
        text-align: justify;
        animation: ChangeText .2s ease-out;
    }
    .cooperation-body.active .cooperation-list-box-content hr{
        border: 1px dashed #ccc;
        margin:1rem 0;
    }
    .cooperation-body.active p.address{
        text-indent: 0;
        margin:10px 0 20px 0; 
    }
    .cooperation-body.active p.address::before {
        content: '来源：';
        color: #ccc;
    }
    .cooperation-body.active .page-tool p{
        margin-bottom:20px; 
    }
    @keyframes ChangeText{
        0%{
            padding-top:80px; 
            text-align: left;
        }
        100%{
            padding-top:68px 5px 10px 5px;
            text-align: justify;
        }
    }
    @keyframes ChangeWidth{
        0%{
             padding:5rem 10px 10px 10px;
        }
        100%{
             padding:2rem 4px 2px 4px;
        }
    }