* {
  margin: 0;
  padding: 0;
}
html,body {
  width: 100%;
  overflow-x: hidden;
  color:#707070;
  font-family:Microsoft YaHei UI;
}
a {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
.web {
  display: inline-block;
}
.phone {
  display: none;
}

.header {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
}
.header-bg {
  width: 100%;
}
.abstract {
  position: relative;
  width: 1030px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
}
.abstract::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgb(242, 242, 242);
  left: 92px;
  top: 0;
}
.abstract-title {
  padding: 0 30px;
  text-align: center;
  font-size: 30px;
  color:#707070;
}
.abstract-content {
  flex: 1;
  padding-left: 15px;
  font-size: 16px;
  color:#999999;
  word-break: break-all;
}
.abstract-content p {
  text-indent: 2em;
}

.main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;overflow:hidden;
  
}
.menu {
  width: 230px;
  float: left;
}
.menu-title {
  color:#404040;
  font-size:22px;
  line-height: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.menu-lists{
  margin-top: 15px;
}
.menu-lists li{
  margin-bottom: -4px;
  cursor: pointer;
}
.menu-lists .menu-list-line{
  position: relative;
  height: 55px;
  width: 1px;
  display: inline-block;
  background-color: #ffbbbb;
}
.menu-lists .menu-list-line::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #ffbbbb;
  top: 9px;
  left: -5px;
  background: white;
  box-sizing: border-box;
}
.menu-lists .menu-list-name{
  display: inline-block;
  width: 198px;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 10px;
  color:#ffbbbb;
  font-size:14px;
}
.menu-lists li.active .menu-list-line {
  background-color: #db2f2f;
}
.menu-lists li.active .menu-list-line::before {
  border-color: #db2f2f;
}
.menu-lists li.active .menu-list-name {
  color:  #db2f2f;
}

.content {
  width: 100%;
  float: right;
}
.content-title {
  height:28px;
  padding-left: 9px;
  font-weight:bold;
  color:#db2f2f;
  font-size:22px;
  border-left: 5px solid #db2f2f;
  margin-bottom: 10px;
}
.content-title {
    display: flex;
    justify-content: space-between;
}
.content-title>div a {
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    line-height: 28px;
    color:#db2f2f;
}
.content-title>div img {
    width: 16px;
}
.content-lists li {
  padding: 20px 0;
  word-break: break-all;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.content-lists li:first-child {
  border-top: 1px solid #f2f2f2;
}
.content-lists li img {
  float: left;
  width: 192px;
  /* height: 128px; */
  object-fit: cover;
  margin-right: 30px;
}
.content-lists .content-list-text {
  display: inline;
}
.content-lists .content-list-title {
  color:#666666;
  font-size:20px;
  line-height:30px;
  margin-bottom: 20px;
}
.content-list-date {
  color:#dddddd;
  font-size:16px;
  display: none;  /*2021/4/28 Òþ²Ø×¨ÌâÁÐ±íÒ³Ê±¼ä*/
}
.content-more {
  height:46px;
  margin: 20px 0;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  background-color: #f2f2f2;
}
.list-no-data {
  text-align: center;
  margin: 30px auto;
}

@media (max-width: 640px) {
  /* body {
    font-size: calc(100vw / 37.5);
  } */
  .web {
    display: none;
  }
  .phone {
    display: inline-block;
  }
  .abstract {
    width: 100%;
    align-items: start;
  }
  .abstract::before {
    left: 50px;
  }
  
  .abstract-title {
    font-size: 18px;
    padding: 4px 16px 0;
  }
  .abstract-content {
    font-size: 14px;
    text-indent: 2em;
    padding-left: 12px;
    padding-right: 16px;
  }
  .abstract {
    height: 70px;
    overflow: hidden;
  }
  .abstract-detail {
    position: absolute;
    bottom: 0;
    right: 16px;
    line-height: 1em;
    background-color: white;
    color:rgb(83, 123, 255);
    display: none;
  }
  .main {
    width: 100%;
    padding-top: 0;
  }
  .phone-menu {
    width: 100%;
    font-size:14px;
    line-height: 18px;
    font-weight:700;
    color:#ffbbbb;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 6px;
    white-space: nowrap;
    overflow: auto;
  }
  .phone-menu li {
    padding: 18px 10px;
    display: inline-block;
  }
  .phone-menu li.active {
    color:#db2f2f;
  }
  .content {
    width: 100%;
    padding: 0 16px;
  }
  .content-title {
    height: 23px;
    font-size: 18px;
    margin: 12px 0 18px 0;
  }
  .content-lists li img {
    width: 110px;
    /* height: 73px; */
    margin-right: 17px;
  }
  .content-lists .content-list-title {
    font-size:17px;
    line-height:25px;
    margin-bottom: 0px;
  }
}


.main{clear:both;}


.morePagination {
  padding                : 30px 0;
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : flex;
  overflow-x             : auto;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  justify-content        : center;
}

.morePagination a,
.morePagination font {
  padding            : 7px 13px;
  margin             : 0 10px;
  border             : 1px solid #dddad2;
  -webkit-flex-shrink: 0;
  flex-shrink        : 0;
}

.morePagination .NormalRed {
  background: #21518e;
  color     : #fff;
}

.morePagination .jumpPage {
  display            : -webkit-inline-box;
  display            : -webkit-inline-flex;
  display            : inline-flex;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  align-items        : center;
}

.morePagination .jumpPage span {
  display           : inline !important;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self        : center;
  margin            : 0 4px;
}

.morePagination .jumpPage input {
  box-sizing: border-box;
  height    : 32px;
  margin    : 0 4px;
}

.morePagination .jumpPage .easysite-jump-btn {
  background: none;
  outline   : none;
  border    : 1px solid #dddad2;
  padding   : 0 12px;
  cursor    : pointer;
}