.section-header{
   display:block;
}
.columnList {display:none;     background:#ab2a84;
  width:100%;
 margin-top:3px;
}
.columnList  ul{
    width:100%;
  min-height:40px;
 list-style:none;
}
.active1{display:block;}
.columnList ul li{
  width:100%;
  padding:10px;
list-style:none;
}

.columnList ul li a{color:#fff;text-decoration:none;}


.list-content {
    padding: 0 12px;
}

.list-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
}

.list-item:last-child {
    border-bottom: none;
}

.list-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-info h3 {
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.5;
}

.list-info h3 a {
    color: #333;
    text-decoration: none;
}


.i-article-title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.6rem;
    color: #333333;
    text-align: left;
    margin-bottom: 1.6rem;
}

.i-article-info {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #999999;
    /* text-align: center; */
}


.locate a{color:#ab2a84;text-decoration:none;}





