.cont{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.abouts_content img{
    max-width: 100%;
}
.abouts_content{
    margin-bottom: 30px;
}
.pro_left{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.pro_left li a{
    display: block;
    text-align: center;
    background-color: #dcdcdc;
    line-height: 40px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out
}
.pro_left li.active a,.pro_left li:hover a {
    background-color: var(--color);
    color: #fff;
}
.pro_conlist li p{
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}
.page-link{
    color: var(--color);
}
.content_title{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

/* 内页新闻 */
.article_list li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  transition: all .3s;
}

.article_list li span {
  float: right;
  width: 18%;
  text-align: center;
  background-color: #ededed;
  padding: 10px 0;
}

.article_list li span b {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  display: block;
}

.article_list li span i {
  font-style: normal;
}

.article_list li h3 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

.article_list li h3 a {
  display: block;
}

.article_list li p {
  color: #777;
}

.article_list li:hover {
  background-color: #eee;
}

.article_list li:hover a {
  color: var(--color);
}

.article_list li .more {
  display: block;
  width: 100%;
  float: left;
}

@media (max-width: 768px) {
  .article_list li p{
    display: none;
  }
  .article_list li span{
    float: none;
    width: 100%;
    background-color: transparent;
  }
  .w-80{
    width: 100%;
    padding: 0 15px;
  }
  .pro_left li a,.pro_left{
    margin-bottom: 10px;
  }
  .pro_conlist li p{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content_title{
    font-size: 18px;
  }
  
}