body {
  color: #3e3e3e;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151a33;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  color: #3e3e3e;
}

img a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ztch-main {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
}

.ztch-main .row {
  display: flex;

  flex-wrap: wrap;
  margin: 0 auto;
}

.ztch-piclist {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
  box-sizing: border-box;
}

.ztch-sidebar {
  -ms-flex: 0 0 33.333334%;
  flex:  0 0 33.333334%;
  max-width: 33.333334%;
  padding: 0 15px;
  box-sizing: border-box;
}

.ztch-piclist .news-body {
  max-width: 100%;
  flex: 0 0 100%;
}

.ztch-piclist .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;
}

.ztch-piclist .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;
}

.ztch-piclist .single-news .news-content {
  text-align: left;
  background: #fff;
  position: relative;
  padding: 20px;
  left: 0;
  z-index: 0;
}

.ztch-piclist .single-news .news-content>.p-title>a {
  font-size: 16px;
  line-height: 26px;
  color: #3e3e3e;
}

@media screen and (max-width: 768px) {
  body {
    background-color: #f1f1f1;
    font-size: 0.17rem;
    color: #333;
  }

  .widget {
    display: none;
  }

  /* .mobilenav .nav {
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 0.32rem;
  }

  .bg-gradual-blue {
    background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
    color: #fff;
  }

  .mobilenav .nav .nav-content {
    width: 100%;
    height: 100%;
  }

  .mobilenav .nav .nav-item {
    height: 0.9rem;
    display: inline-block;
    line-height: 0.9rem;
    margin: 0 0.1rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }

  .mobilenav .nav .nav-item.current {
    border-bottom: 0.04rem solid;
    color: #fbbd08;
  } */

  .ztch-main {
    padding: 0.1rem;
    background-color: #fff;
    color: #666;
  }

  .ztch-main .centerWidth {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }

  .ztch-main .ztch-piclist {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ztch-main .ztch-piclist .single-news {
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    position: relative;
    display: flex;
    min-height: 1rem;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    box-shadow: none;
  }

  .ztch-piclist .single-news .news-content .p-title {
    display: inline-block;
  }

  .ztch-piclist .single-news .news-content>.p-title>a {
    color: #333;
    font-size: 0.36rem;
    line-height: 1.6em;
    font-weight: 400;
  }

  .ztch-main .ztch-piclist .single-news:after {
    left: 0.3rem;
    width: calc(200% - 1.2rem);
    position: absolute;
    top: 0;
    box-sizing: border-box;
    height: 200%;
    border-bottom: 1px solid #ddd;
    border-radius: inherit;
    content: " ";
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
  }

  .ztch-main .ztch-piclist .single-news:last-child:after {
    border-bottom: none;
  }

  .ztch-main .ztch-piclist .single-news .news-content:before {
    content: "\e7b0";
  }
  .ztch-piclist .single-news .news-content{
    padding: 13px 0;
  }
}