.main {
  background: url(../images/20bg.png) top center no-repeat;
  background-color: #faf2e1;
  padding-top: 948px;
  padding-bottom: 100px;
}

.news {
  width: 100%;
  max-width: 1250px;
  padding: 25px;
  background: #f7f7f7;
}

.banner1 {
  width: 570px;
  margin-right: 25px;
}

.banner1 img {
  width: 100%;
}

.banner1 .carousel-indicators {
  bottom: 16px;
  right: 10px;
  left: auto;
  width: auto;
}

.banner1 .carousel-indicators>li {
  margin-left: 10px;
}
.carousel-indicators li{
  width: 7px;
  height: 7px;
}
.carousel-indicators .active{
  width: 23px;
  height: 7px;
  margin: 0;
  background-color: #7e1a1e;
  border-radius: 7px;
}
.banner1 .item a{
  display: block;
  height: 0;
  padding-bottom: 71%;
  overflow: hidden;
}
.banner1 .item a img{
  object-fit: cover;
  width: 100%;
  height: auto;
}
.banner1 .carousel-caption {
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.13);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  text-indent: 1rem;
  font-size: 20px;
  color: #ffffff;
}


.gzdt {
  width: 605px;
}

.tab-btn {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #9d0100;
}

.tab-btn .leftF {
  width: auto;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #9d0100;
  padding: 0;
  text-align: center;
  /* padding-left: 131px; */
  padding-left: 12px;
  position: relative;
}

.tab-btn .leftF i {
  display: inline-block;
  width: 121px;
  height: 63px;
  background: url(../images/icon.png);
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tab-btn .rightF {
  color: #9d0100;
  font-size: 20px;
  padding-right: 10px;
}

.tab-content {}

.tab-content ul li {
  box-shadow: 0 0 10px rgb(0 0 0 / 8%);
  margin-bottom: 23px;
  padding: 10px;
}

.tab-content ul li a {
  color: #3a3a3b;
  font-size: 19px;
  width: 100%;
  line-height: 64px;
  height: 84px;
  overflow: hidden;
  text-overflow:
    ellipsis;
  white-space: nowrap;
  padding-left: 28px;
  background: url(../images/icon2.png) no-repeat;
  background-position: 8px 8px;
}

.tab-content ul li:hover a {
  color: #c80402;
}


.news_more {
  color: #7e1a1e;
  font-size: 20px;
  text-align: center;
  border: 2px solid #7e1a1e;
  display: block;
  width: 290px;
  line-height: 60px;
  height: 64px;
  margin: 100px auto 0;
}
.news_more:visited{
    color: #7e1a1e;
}
.news_more:hover {
  color: #7e1a1e;
}