.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{
}
.wp_contentfold .title{
display:none;
}
.wp_contentfold .content{
display: block !important;
    width: 100%;
}
.wp_contentfold .content div table{
background-color: #FFFFFF;
}
h1,h2,h3{
width: 100%;
text-align: left;
color: #000000 !important;
font-weight: bold !important;
font-size: 22px !important;
}
.Article_Content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 6px;
    align-items: center;
}
body, p {
    min-width: 60px;
text-align: left;
color: #3d3b3b;
    font-size: 18px !important;
    font-family: Source Han Sans;
}
p span{
    font-size: inherit !important;
}
p br{
display:none;
}
h2 span,h1 span,h3 span{
    font-size: inherit !important;
}
.wp_contentfold .content div{
padding-bottom: 0;
}
span.Column_Name {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #000;
    display: block;
}
#wp_listcolumn_w03 .wp_listcolumn .wp_subcolumn .wp_column a{
border:none !important;
}
.wp_editor_art_table td{
border:none !important;
    width: fit-content;
}
.wp_editor_art_table tr{
display: flex;
}
.wp_editor_art_paste_table td{
border:none !important;
    width: fit-content;
}
.wp_editor_art_paste_table{
border:none !important;
}
.wp_contentfold .content{
height: auto;
}
.wp_editor_art_paste_table tr {
    display: flex;
}

.wp_listcolumn_x {
    display: flex;
    flex-direction: column;
}

.wp_listcolumn_x .wp_column a {
    display: inline-block;
    color: rgb(145, 146, 146);
    font-size: 18px;
    font-weight: normal;
    overflow-wrap: break-word;
    background: 6px 12px no-repeat rgb(255, 255, 255);
    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 1px solid rgb(255, 255, 255);
    text-align: center;
    width: 100%;
}


.wp_listcolumn_x .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 17px 12px;
    cursor: pointer;
}

.wp_listcolumn_x .wp_column a:hover {
    color: #5657A4;
    background-color: #fff;
}
.wp_listcolumn_x .wp_column a.selected {
    color: #5657A4;
    background-color: #fff;
font-weight: bold;
}