* {
  text-rendering: geometricprecision;
}

.TabList .HeaderWrap li a {
  display: block;
  white-space: nowrap;
}

.TabList .HeaderWrap li span {
  display: block;
  white-space: nowrap;
}

.TabList {
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #ddd;
  /* box-shadow: 0px 1px 7px #b7b7b7; */
}

.TabList .HeaderTitle {
  background: #f9f9f9 url("Images/baocaoicon.png") no-repeat scroll left center;
  border-bottom: 3px solid #0087d2;
  height: 35px;
}

.TabList .HeaderTitle span {
  color: #fb8109;
  font: bold 11pt/35px arial;
  padding-left: 40px;
  text-transform: uppercase;
}

.TabList ul.HeaderWrap {
  background: #009afe;
  /* border-bottom: 1px solid #ddd; */
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 5px;
  padding: 2px 0 0 0;
  width: 100%;
}

.TabList .HeaderWrap .NormalTab {}

.TabList .HeaderWrap .ActiveTab,
.NormalTab {
  cursor: pointer;
  float: left;
  height: 30px;
}

.TabList .HeaderWrap li:first-child.ActiveTab {
  margin-left: 5px;
}

.TabList .HeaderWrap .ActiveTab {
  color: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-radius: 7px 7px 0 0;
  background-size: contain;
  background-color: #fff;
}

li.ActiveTab {}

.TabList .HeaderWrap .NormalTab:hover {}

.TabList .HeaderWrap .NormalTab:hover .text {
  /* color: #ffffff; */
  /* font: bold 10pt/35px arial; */
  height: 35px;
}

.TabList .HeaderWrap .ActiveTab .text {
  color: #01427a;
  display: inline-block;
  /* font: bold 10pt/35px arial; */
  padding: 0 15px;
  text-transform: uppercase;
  white-space: nowrap !important;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
}

.TabList .HeaderWrap .NormalTab .text {
  color: #fff;
  display: inline-block;
  /* font: bold 10pt/35px arial; */
  padding: 0 20px;
  height: 32px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  /* font-weight: bold; */
}

.TabList .Wrap {
  text-align: justify;
}

.TabList .Wrap .Container {
  /* display: inline-flex; */
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
  /* flex-wrap: wrap; */
  /* gap: 15px; */
  padding: 5px 10px;
  position: relative;
  /* min-height: 249px; */
}

.TabList .Wrap .Container .Item:nth-child(1) {
  /* width: 295px; */
  /* position: absolute; */
  left: 0;
  top: 0;
  /* padding: 10px; */
  max-height: 350px;
}

.TabList .Wrap .Container .Item {
  clear: both;
  padding: 0;
  text-align: justify;
  font-size: 14px;
  width: 100%;
  padding: 7px 0px;
}

.TabList .Wrap .Container .Item:hover .image {}

.TabList .Wrap .Container .Item:nth-child(1) a img {
  /* height: 100px; */
  /* width: 131px; */
  object-fit: cover;
  margin-bottom: 10px;
  margin-right: 10px;
}

.TabList .Wrap .Container .Item .image {
  border: 2px solid #c0c0c0;
  height: 141px;
  transition: all 0.3s ease 0.1s;
  width: 231px;
  object-fit: cover;
  float: left;
}

.TabList .Wrap .Container .Item:nth-child(n+2) .image {
  display: none;
}

.TabList .Wrap .Container .Item:nth-child(n+2) {
  /* border-bottom: 1px dotted #e2e2e2; */
}

.TabList .Wrap .Container .Item:nth-child(n+2) a {
  position: relative;
}

.TabList .Wrap .Container .Item:first-child a {
  color: #336699;
  font-weight: bold;
}

.TabList .Wrap .Container .Item:first-child a .item_title {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
}

.TabList .Wrap .Container .Item a {
  color: #222222;
  /* font-weight: bold; */
}

.TabList .Wrap .Container .Item:nth-child(n+2) a .item_title {
  padding-left: 10px;
  color: #222222;
  font-size: 13px;
  font-weight: 600;
}

.TabList .Wrap .Container .Item:nth-child(n+2) a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  width: 6px;
  height: 6px;
  background: #8d9faa;
  /* border-radius: 50%; */
}

.TabList .Wrap .Container .Item:first-child p {
  color: #424242;
  text-align: justify;
  display: block;
}
.TabList .Wrap .Container .Item p {
  display: none;
}

.TabList .Wrap .Container .Item h2 {
  color: #424242;
  font: 10pt arial;
  text-align: justify;
}

.TabList .Wrap .Container .Item:hover h2 {
  color: #b82805;
}

.TabList .TabListPage {
  padding: 0 10px 10px;
  text-align: right;
  display: none;
}

.TabList .TabListPage .CurrentPage {
  color: #333333;
  font: bold 10pt arial;
  margin-right: 5px;
}

.TabList .TabListPage .ButtonPage {
  color: #555555;
  font: 10pt arial;
  margin-right: 5px;
}

.TabList a.cate-link {
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  margin: 5px;
  display: none;
}
.TabList .Wrap .Container .Item:first-child a {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  .TabList .Wrap .Container .Item:nth-child(1) {
    position: static;
    max-height: unset;
    padding: 10px 0;
  }

  ul.TabList .Wrap .Container {
    padding: 0;
  }

  .TabList {
    max-width: 100%;
  }

  .TabList ul.HeaderWrap {
    flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%;
  }

  .TabList .Wrap .Container {
    padding: 0 !important;
  }

  div.TabArticleControl .Container .Item a {
    display: block;
  }

  .TabList .Wrap .Container .Item:nth-child(1) a img {
    min-width: 100%;
    min-height: 55vw;
  }

  div.TabList .cate-link {
    position: absolute;
    bottom: 5px;
    font-size: 13px;
    color: #dc3545;
    top: unset;
  }

  .TabList .Wrap .Container .Item:nth-child(n+2) a .item_title {
    padding-left: 20px;
  }

  .TabList .Wrap .Container .Item:nth-child(n+2) a:before {
    left: 4px;
  }

  .TabArticleControl .Container .Item a .item_title {
    padding: 0 5px;
  }


  .TabList {
    border: none;
  }
}