.m-four-l{
    width: 100%;
}
.m-four-l time{float: right;}
.m-four-l a.more{
    float: right;
}
.m-four-l h2{
    display: inline-block;
}
.four-l-list{border-top: 1px dotted #616161;}
.m-four-l li:nth-child(2n+1) .circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #4f6dcd;
    margin-right: 10px;}
    .m-four-l li:nth-child(2n) .circle {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background: #f39e17;
        margin-right: 10px;
      }
    .news1,.news2{display: none;}
    #szzx .m-four-l .four-l-list li {
  line-height: 32px;
  margin: 30px 0;
  padding-bottom: 12px;
}
 #szzx .m-four-l .four-l-list li h2{
  line-height: 18px;
}
 #szzx .m-four-l .four-l-list li time {
  line-height: 18px;
}
#szzx .m-four-l li a{
  color: #616161;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*-webkit-box-orient: vertical;*/
  display: block;
}
@media (max-width:767px){
#szzx .four-l-list {
  margin-top: 4vw;
}
  #szzx .m-four-l a.more {
 display: none;
}

}