body{background:url(/uiFramework/commonResource/image/2025052110134326578.png) no-repeat;}
div, p, span, li, a, td {
    font-family: "Microsoft Yahei";
    text-decoration: none;
}
.banner img{width:100%;}
.content{width:1200px;margin:0 auto;}
.content_list{background:#fff;min-height:600px;padding:15px 20px;}
.ul_list {
    display: grid;
    grid-template-columns: 49% 49%;
    padding: 0px 20px;
    justify-content: space-between;
}
.erjiListItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ul_list .erjiListImg {
    display: none;
    width: 90px;
    height: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.ul_list .erjiListItem .erjiListNoImg {
  width                  : 100%;
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : flex;
  -webkit-box-pack       : justify;
  -webkit-justify-content: space-between;
  justify-content        : space-between;
}
.ul_list .erjiListItem .erjiListInfo .listp {
  position          : relative;
  padding-left      : 15px;
  display           : -webkit-box;
  overflow          : hidden;
  text-overflow     : ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ul_list .erjiListItem .erjiListInfo .listp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: url(/uiFramework/commonResource/image/2022092005414114667.png) no-repeat;
}
.ul_list .erjiListItem .erjiListInfo a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "Microsoft Yahei";
}


@media (max-width: 767px) {
  .navgationDiv{display:none;}
  .content{width:100%;}
  .ul_list{display:flex;flex-flow:column;}
}