.collapse{
    width:100%;
    height:200px;
}
.collapse img{
    width:100%;
    height:200px;
}
/* 学堂展示内容 */

.NewscolumnBox{
    width:100%;
    min-height:800px;
    margin:auto;
    display:flex;
    background:#fafafa;
}
.NewscolumnBox1{
    width:1100px;
    min-height:800px;
    margin:auto;
    margin-top:30px;
    margin-bottom:30px;
    display:flex;
}
.contentleft{
    width:700px;
    min-height:800px;
    background:#ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius:10px;
}
.contentleftTiem{
    width:85%;
    height:80px;
    line-height:100px;
    margin:auto;
}
.contentleftTiem span{
    color:#a5a6ad;
    font-size:14px;
}
.contentleftTitle{
    width:85%;
    height:100px;
    margin:auto;
    font-size:25px;
    letter-spacing:1px;
    position: relative;
}
.contentleftTitle h1{
    font-size:25px;
    font-weight:500;
}
.circle{
    width:10px;
    height:10px;
    border:2px solid #ffbc39;
    border-radius:100px;
    position:absolute;
    left:0px;
    bottom:-10px;
}
.line1{
    width:180px;
    height:1.5px;
    background:#ffbc39;
    position:absolute;
    left:12px;
    bottom:-4px; 
}
.contentleftcon{
    width:85%;
    min-height:550px;
    margin:auto;
    margin-top:20px;
}
.contentleftcon p{
    color: #2c2c2c;
    font-size:15px;
    letter-spacing:1px;
    line-height:1.4; 
    text-align: justify;
}
.contentleftimg{
    width: 450px;
    height: 330px;
    margin:25px 72.5px 25px 72.5px;
    overflow: hidden; /* 隐藏超出的部分 */
}
.contentleftcon img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover; 
}
.guidance{
    width:85%;
    height:30px;
    margin:auto;
    margin-top:20px;
    position: relative;
}
.guidanceTitle{
    width:100%;
    height:25px;
    border-top:1px solid #e8e8e8;
    text-align:center;
    line-height:25px;
    font-family: alimama;
    font-size:12px;
}






.contentright{
    width:400px;
    min-height:800px;
}
.contentrightTitle{
    width:85%;
    height:90px;
    margin-left:15%;
    display:flex;
}
.contentrightImg{
    width:50px;
    height:50px;
    background:#e5e5e5;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.contentrightImg img{
    width:30px;
    height:30px;
}
.contentrightImg1{
    margin-left:10px;
    width:200px;
    height:50px;
    font-size:25px;
    line-height:50px;
    color:#2c2c2c;
    letter-spacing:1px;
    position: relative;
}
.news{
  display:block;
  position:absolute;
  font-size:20px;  
  right:-8px;
  top:-20px;
  color:rgb(44, 44, 44,0.3);
  font-weight:550;
}
.contentrightBox{
    width:85%;
    height:405px;
    margin-left:15%;
}
.contentrightBoxlist1{
    width:100%;
    height:110px;
    background:#ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:15px;
}
.contentrightBoxlist2{
    width:50%;
    height:80%;
}
.contentrightBoxlist2_1{
    width:100%;
    height:35%;
    display:flex;
    align-items:center;
    color:#2c2c2c;
    font-size:12px;
}
.contentrightBoxlist2_2{
    width:100%;
    height:65%;
    font-size:13px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 4em;
    text-align: justify;
}
.contentrightBoxlist3{
    width:38%;
    height:80%;
    margin-left:2%;
}
.contentrightBoxlist3 img{
    width:100%;
    height:100%;
    border-radius:5px;
    object-fit: cover;
}
.pingtaiRQ{
    width:85%;
    /*height:180px;*/
    margin-left:15%;
    display:flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gongzonghao{
    width: 45%;
    /*height: 100%;*/
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gongzonghaoTitle{
    width:100%;
    height:35px;
    font-size:13px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.gongzonghaoTitle img{
    width:20px;
    height:20px;
    margin-right:5px;
}
.gongzonghaoQR{
    width:100%;
    height:125px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.gongzonghaoQR img{
    width:120px;
    height:120px;
}
.gongzonghaoQR1{
    width:100%;
    font-size:10px;
    letter-spacing:1px;
    text-align:center;
    line-height:20px;
    margin-bottom: 5px;
    color:#2c2c2c;
}
.xiaochengxu{
    background:#ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    border-radius:10px;
    width:45%;
    height:100%;
    margin-left:5px;
}