.content-main {
  width: 1140px;
  margin: 0 auto;
  margin-top: 50px;
}

.title_img {
  margin-bottom: 20px;
  width: 100%;
}

.content-main .title_m {
  font-family: PingFang-SC-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: -1px;
  color: #262626;

}

.content-main .text1 {
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #262626;
  margin-top: 30px;
}

.content-main .text2 {
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #262626;
  margin-top: 30px;
}

.content-main .fujian a {
  font-family: PingFang-SC-Medium;
  text-decoration: underline;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: -1px;
  color: #0056b8;
}

.content-main .line {
  height: 1px;
  background: #dddddd;
  margin: 50px 0 10px 0;
}

.content-main .b-box {
  width: 100%;
  background: #fff;
  border: 1px solid #EFEFEF;
  padding: 32px 45px 41px 0px;
  box-sizing: border-box;
}

.content-main .l-box {
  float: left;
  margin-right: 0.5%;
  margin-bottom: 50px;
}

.content-main h4 {
  font-size: 16px;
  color: #5f6464;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: bold;
  padding-left: 32px
}

.content-main .list-box {
  margin-top: 40px;
  position: relative;
}

.content-main .list-box .list-mess {
  width: 70%;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
}

.content-main .list-box .list-mess .title {
  font-size: 20px;
  font-family: PingFang-SC-Medium;
  color: #2A2E2E;
  line-height: 30px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  margin-bottom: 4px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

.content-main .list-box .list-mess .title a {
  color: #262626;
  text-decoration: none;
}

.content-main .list-box .list-mess .date {
  font-family: PingFang-SC-Bold;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: -1px;
  color: #262626;
  font-size: 16px;
  line-height: 29px;
  width: 100%;
}

.content-main .list-box .line-left {
  width: 6px;
  height: 100%;
  background: #0056b8;
  position: absolute;
  left: -1px;
  top: 0;
  display: none;
}

.content-main .list-box .down-icon {
  width: 36px;
  height: 36px;
  background: url(/images/down.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 75%;
  top: 12px;
  display: none;
}

.content-main .list-box:hover .down-icon {
  display: block !important;
}

.content-main .list-box:hover .line-left {
  display: block !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #0056b8 !important;
  color: white !important;
}

.pagination > li > a, .pagination > li > span {
  color: #0056b8 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #0056b8 !important;
}
<!--0.00014305114746094-->