@charset "UTF-8";

h3 {
  margin: 0px;
}
.text-list {
  border-bottom: none;
}
.text-list .item:before {
  background: url(jzw-base-li-icon.png) no-repeat center left;
  border: none;
  width: 25.92px;
  height: 17px;
}
.text-list .item:hover:before {
  background-color: initial;
}
.text-list .item .title {
  padding-left: 3.5rem;
}
.news-cont {
  padding: 5.2rem 2.5rem 4.3rem 5.5rem;
}
.news-title{
  margin-bottom: 5.2rem;
}
.base-img ul li {
  text-align: center;
}

.base-img ul li a {
  width: 39.8rem;
  overflow: hidden;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

.base-img ul li a img {
  transition: transform 0.3s ease;
  transform: scale(1);
  width: 100%;
  height: 24rem;
}

.base-img ul li a img:hover {
  transform: scale(1.1);
}

.base-img ul li a h3 {
  font-size: 2.2rem;
  line-height: 26px;
  font-weight: normal;
  padding: 1.5rem;
  text-align: left;
  background: #fff;
}

.container.base-detail {
  padding: 0px;
  border-radius: 0px;
}

.base-detail>img {
  box-sizing: border-box;
  border: 6px solid;
  border-image: radial-gradient(255% 255% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 6;
  box-shadow: 0px 4px 10px 0px rgba(179, 179, 179, 0.3);
  width:94%;
  display: block;
  margin: 0px auto;
  margin-top: 4rem;
}
.base-cont-tit{
  background: #F7F7F7;
  padding: 8.2rem 4.2rem 1rem;
}
.base-cont-tit h3 {
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: #666666;
  margin: 0rem auto 3.2rem;
}

.base-cont-tit p {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 3.6rem;
  text-indent: 2em;
  margin-bottom: 2rem;
  color: #666666;
}

.base-tab-tit {
  width: 150px;
  height: 32px;
  line-height: 29px;
  margin: 3rem auto 5rem;
  font-size: 3rem;
  text-align: center;
  border-left: 7px solid #CE0024;
  padding-left: 1.4rem;
}
.base-jd-list{
  background:url(jzw-base-bg1.png) no-repeat top center;
  margin-bottom: 4rem;
  padding: 4rem 0rem 7rem;
    margin-top: 5rem;
}

[class*="am-avg-"]:before,
[class*="am-avg-"]:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .am-avg-lg-3>li {
      width: calc((100% - 4rem) / 3);
  }
}

@media only screen and (max-width: 640px) {
  .container.base-detail {
    padding: 0rem 1.5rem;
  }

  .base-detail>img {
    width: 100%;
    margin-top: 1.5rem;
  }
  
  .base-cont-tit {
    padding: 1.5rem;
  }

  .base-cont-tit h3 {
    font-size: 2.6rem;
    margin: 0rem auto 2rem;
  }

  .base-jd-list {
    margin-bottom: 2rem;
    padding: 1.5rem;
    margin-top: 2rem;
  }

  .base-tab-tit {
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin: 2rem 0px;
    font-size: 2.2rem;
    text-align: left;
    border-left: 5px solid #CE0024;
  }

  .base-img ul{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .base-img ul li{
    width:48.5%;
    margin-bottom: 1.5rem;
  }

  .base-img ul li a {
    width: 100%;
}

.base-img ul li a img {
  height: 115px;
}

}