/*# sourceMappingURL=listcolumn.css.map */

.topic_list{
  display:flex;
  flex-direction: column;
}
.topic_list li{
  width:100%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  line-height:56px;
  border-bottom:1px solid #EEEEEE;
}
.topic_list li a{
  font-size:16px;
  color:#333333;
}
.topic_list li > .time{
  font-size: 14px;
  font-family: PingFang SC-å¸¸è§„ä½“, PingFang SC;
  font-weight: normal;
  color: #CCCCCC;
}
.title{
    font-size: 32px !important;
    font-weight: bold;
    color: #333333;
    height: 58px;
}
.split{
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
margin-bottom: 12px;
}
.split-left{
  height:4px;
  width:60px;
  background: #ED7C40;
}
.split-right{
  height:2px;
  width:100%;
  background: #F5F5F5;
}

.main-content {
  background: #fff;
  height: auto;
}

.main-content .main-web {
  margin: 91px 0 79px;
  height: auto;
  gap: 26px;
}

.main-content .main-web .select-list {
  gap: 14px;
}

.main-content .main-web .select-list .selct-item {
  width: 402px;
  height: 63px;
  border: 1px solid #d0d0d0;
  padding: 0 28px;
}

.main-content .main-web .list-info {
  height: auto;
  padding: 53px 84px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
}

.main-content .alumniList-web {
  display: flex;
  gap: 22px;
  flex-direction: row;
}

.main-content .alumniList-web .left-side {
  width: 260px;
  background-color: #5657a4;
  position: relative;
    height: fit-content;
}

.main-content .alumniList-web .left-side .head-title {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../static/images/head-title-bg.png) no-repeat;
    background-position: 115px 16px;
    background-size: 140px 130px;
    font-family: Source Han Sans;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 16px;
}

.main-content .alumniList-web .left-side .side-box {
  width: 246px;
  margin-left: 14px;
  background-color: #fff;
}

.main-content .alumniList-web .right-content {
  flex: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d0d0d0;
padding: 53px 80px;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_subcolumn .wp_column a.selected{
color: #5657A4 !important;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_subcolumn .wp_column a.parent{
color: #5657A4 !important;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected{
color: #fff !important;
background:#5657A4 !important;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.hover{
color: #fff !important;
background:#5657A4 !important;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_column a.selected{
}