.con_title{
    margin-top: 5%;
    margin-bottom: 2%;
    display: flex;
    height: 42px;
}
.con_title2{
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.con_title img {
    width: 154px;
    margin-top: 1px;
    flex-shrink: 0;
}
.con_title .line1 {
    flex-grow: 1;
    border-bottom: 1px solid grey;
    height: 80%;
}
.content {
    width: 100%;
    margin-bottom: 80px;
}
.content ul {
    display: flex;
    flex-wrap: wrap;
}
.content ul li {
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.content ul li img {
    width: 2px;
    height: 15px;
    margin-top: -1px;
    margin-right: 3px;
}
.content ul li span {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #6a6a6a;
}
.content ul li span:hover {
    color: rgb(55, 105, 154);
}
#slide {
    width: 100%;
}
@media (max-width: 576px) {
    .content ul li span {
        font-size: 14px;
    }
}


#articleList{
    margin-left: -25px;
    margin-right: 25px;
  }
  #articleList .article{
    padding-left: 25px;
    padding-right: 25px;
  }
  #articleList .article img {max-width: 100%;}
  #articleList .arc-image{
    margin-bottom: 20px;
  }
  #articleList .arc-title{
    line-height: 22px;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #articleList .arc-update{
    line-height: 20px;
    color: #999;
    font-size: 14px;
  }
  .container{
    padding-left: 0;
    padding-right: 0;
  }