body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f4f4f4 !important;
}

.tpxw-main {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
  width: 100%;
}

.tpxw-le {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.tpxw-rt {
  padding: 0 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}

.col-12,
.col-6,
.col-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog .single-news .news-body:before {
  background: #275293;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}

.blog .single-news .news-content {
  text-align: left;
  background: #fff;
  position: relative;
  padding: 20px;
  left: 0;
  z-index: 0;
}

.blog .single-news .news-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog .single-news .news-body:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}

.imgcover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.blog .single-news:hover .news-body:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.blog .single-news .news-body h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.single-news .news-content h2 a {
  color: #2C2D3F;
  font-weight: 500;
}

.single-news .news-content h2 a:hover {
  color: #336699;
}

.blog .single-news {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 10px #00000014;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}

.blog .single-news img {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .tpxw-main{
    margin:0 auto;
  }
  .tpxw-le {
    width: 100%;
    -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  }

  .blog .single-news .news-body h2 {
    font-size: 0.3rem;
    line-height: 1.6;
  }
  .blog .single-news{
    margin-bottom: 0.3rem;
  }
}