body{
    background: #c94648;
}
.inner-box{
    background: #fff;
    border-radius: 20px;
    padding: 60px 22px;
}
.inner-dt{
    margin-top: -515px;
    position: relative;
}
.banner{
    min-width: 1302px;
}
.banner img{
    width: 100%;
}
.footer span{
    color: #ffdede!important;
    font-size: 14px;
}
.footer div:first-child{
    font-weight: bold;
}

/* 校园动态 */
.title{
    text-align: center;
    margin-bottom: 40px;
}
/* 小标题 */
.title-box{
    border-bottom: 2px solid #dc6167;
    position: relative;
}
.title-box span{
    font-size: 21px;
    line-height: 36px;
    font-family: SimHei;
    color: #000;
}
.title-box:before{
    content:"";
    background: #dc6167;
    width: 10px;
    height: 10px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
    position: absolute;
    bottom: -5px;
    right: -50px;
}
.title-box:after{
    content:"";
    background: #dc6167;
    width: 10px;
    height: 10px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
    position: absolute;
    bottom: -5px;
    right: -27px;
}
.title-left{
    float: left;
}
.title-right{
    float: right;
    margin-right: 52px;
}
/* 内容 */
.dongtai-left{
    width: 48.5%;
    float: left;
}
.dongtai-right{
    width: 48.5%;
    float: right;
}
.line-one{
    border: 1px solid #818181;
    border-radius: 20px;
    box-sizing: border-box;padding: 12px 12px 16px;
    display: inline-block;margin-top: 20px;
    width: 100%;
}
.line-left{
    width: 47%;
    float: left;
    height: 184px;
    border-radius: 10px;
}
.line-left img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.line-right{
    float: right;
    width: 53%;
    padding: 10px 0 0px 19px;
    box-sizing: border-box;
}
.line-right div:first-child{
    font-size: 18px;
    color: #47484a;
    font-weight: bold;
}
.line-right div:nth-child(2){
    color: #555555;
    height: 88px;
    margin: 16px 0 20px;
    font-size: 14px;
    line-height: 22px;
}
.line-right div:nth-child(2) span{
    color: #c94648;
    padding-left: 10px;
}
.time-box{
    font-size: 14px;
    position: relative;
    padding-right: 6px;
    overflow: hidden;
}
.time-box span:last-child{
    color: rgba(156, 157, 158, .8);
    float: right;
    letter-spacing: 1px;
    position: relative;
}
.time-box span:last-child img{
    width: 15px;
    position: relative;
    margin-right: 3px;
    top: 2px;
}

.time-box span:first-child{
    color: #b77071;
    float: left;
    width: 165px;
}

/* 反邪教资源下载 */
.down-box{
    margin-top: 30px;
}
.title-content{
    position: relative;
}
.down-box span{
    position: absolute;
    bottom: 4px;
    right: 100px;
    color: #d85057;
}
.download{
    text-align: center;
}
.download .down-img:first-child{
    margin-left: 0;
}
.down-box .title{
    margin-bottom: 50px;
}
.down-img{
    width: 39%;
    height: 346px;
    margin-left: 20px;
    transform:skew(-6deg)!important;
    -webkit-transform: skew(-6deg)!important;
    -moz-transform: skew(-6deg)!important;
    -o-transform:skew(-6deg)!important;
    -ms-transform:skew(-6deg)!important;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.down-img img{
    width: 109%;
    height: 100%;
    transform: skew(6deg);
    -webkit-transform: skew(6deg);
    -moz-transform: skew(6deg);
    -o-transform:skew(6deg);
    -ms-transform:skew(6deg);
    position: absolute;
    top: 0px;
    left: -19px;
}
/* hover */
.line-right:hover div:first-child{
    color: #c94648;
}
.download .hvr-glow{
    vertical-align: baseline!important;
}

/* footer */
.foot-box{
    margin-top: 50px;
}
.foot-box div a,.foot-box span{
    color: #ffdede;
}
.footer-line {
    border-bottom: none;
}
.info{
    margin-bottom: 30px;
}
.title-left-wrap{
    overflow: hidden;
}
.title-right-wrap{
    overflow: hidden;
}

@media screen and (max-width: 768px){
    html{
        font-size: 13.3333vw;
    }
    .banner{
        min-width: unset;
        width: 100%;
    }
    .inner{
        width: unset;
    }

    .inner-box{
        padding: 0.2rem;
        margin: 0 0.2rem;
    }
    .inner-dt{
        margin-top: -1.7rem;
    }
    .title{
        margin-bottom: 0.2rem;
    }
    .title img{
        max-width: 100%;
        height: auto;
    }
    .dongtai-box{
        display: flex;
        flex-direction: column;
    }
    .down-box .title{
        margin-bottom: 0.2rem;
    }
    .down-img{
        height: 2rem;
    }
    .down-img img{
        left: -6px;
    }
    .foot-box{
        margin-top: 0.2rem;
    }
    .info{
        margin-bottom: 0.4rem;
    }
    .footer-line{
        display: none;
    }
    .dongtai-left,.dongtai-right{
        width: unset;
        float: unset;
    }
    .line-one{
        display: flex;
        align-items: center;
    }
    .line-left{
        width: 2.5rem;
        height: auto;
        margin-right: 0.2rem;
    }
    .line-right{
        flex: 1;
        width: auto;
        padding: 0;
    }
    .line-right div:nth-child(2){
        margin: 0.1rem 0;
        height: auto;
        -webkit-line-clamp: 2;
    }
    .line-right div:first-child{
        font-size: 0.36rem;
    }
    .time-box{
        display: flex;
        flex-direction: column;
    }
    .time-box:before{
        right: unset;
        left: 1px;
        top: 21px;
    }
    .time-box span:last-child{
        padding-left: 20px;
    }
    .time-box span:last-child:before{
        left: 7px;
    }
    .time-box span:last-child:after{
        left: 9px;
    }
}