.body {
    display: flex;
    padding: 180px 40px 80px 40px;
}
/* body{
    padding-top: 6.5rem;
} */
@media only screen and (max-width: 500px){
    * {
    font-size: 16px !important;
}
}

@media only screen and (max-width: 900px) {
    .body_left {
        width: 100% !important;
    }

    .body_right {
        display: none !important;
    }

}

.body_left {
    
    margin-right: 60px;
}

.body_right {
    width: 30%;
    margin-top: -20px;
    
}
.sticky{
    position: sticky;
    top: 120px;
    left: 0;
}

.moudle_left img {
    width: 4rem;
    height: 4.5rem;
}
.page{
    margin-top: 25px;
}
.page a{
    display: inline-block;
    width: 194.15px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background: #F2F2F2;
    text-align: center;
    color: black;
    margin-left: 70px;
}
.moudle {
    display: flex;
    margin-top: 20px;
    overflow: hidden;
}

.moudle_right {
    margin-left: 8px;
  
}

.moudle_title {
    width: 120px;
    overflow:hidden;  
    text-overflow:ellipsis;  
    white-space:nowrap;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.moudle_content {
    width: 13rem;
    height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgba(128, 128, 128, 1);
    margin-top: 2px;
}
.gd{
    width: 100%;
    height: 2.6rem;
    line-height:2.6rem;
    text-align: center;
    background: #CCCCCC;
    margin-top: 20px;
    font-size: 0.9rem;
}