.indexbox .banner {
  height: 500px;
  background: url(../images/banner.png) no-repeat center center;
}
.indexbox .conter {
  margin: 56px auto 0;
  width: 1218px;
  height: 1450px;
}
.indexbox .conter .left {
  float: left;
  width: 178px;
  height: 1053px;
  background: url(../images/dht.png) left top no-repeat;
}
.indexbox .conter .left li {
  width: 100%;
  height: 84px;
}
.indexbox .conter .left li a {
  display: block;
  width: 100%;
  height: 84px;
  position: relative;
}
.indexbox .conter .left li a::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/wxz.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.indexbox .conter .left li a .mouth {
  position: absolute;
  left: 44px;
  top: 5px;
  font-size: 20px;
  color: #999;
}
.indexbox .conter .left li a span {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 20px;
  color: #999;
  font-weight: 600;
}
.indexbox .conter .left .avtive a::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/xzx.png) no-repeat;
}
.indexbox .conter .left .avtive a .mouth {
  color: #a43a00;
}
.indexbox .conter .left .avtive a span {
  color: #a43a00;
}
.indexbox .conter .right {
  float: right;
  width: 970px;
  height: 100%;
}
.indexbox .conter .right .section {
  width: 970px;
  height: 100%;
}
.indexbox .conter .right .section ul {
  height: 1285px;
  width: 970px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.indexbox .conter .right .section ul::-webkit-scrollbar-button {
  background: #eeeeee;
}
.indexbox .conter .right .section ul::-webkit-scrollbar-track {
  background-color: #dbeffd;
  border-radius: 4px;
}
.indexbox .conter .right .section ul::-webkit-scrollbar-thumb {
  background-color: #b7b7b7;
  border-radius: 4px;
  width: 10px;
}
.indexbox .conter .right .section ul li {
  width: 948px;
  height: 290px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(100, 21, 8, 0.3), inset 0px 4px 20px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  border: solid 5px #ff947f;
  margin-bottom: 28px;
  position: relative;
}
.indexbox .conter .right .section ul li h2 {
  width: 886px;
  height: 70px;
  background-color: #fff1eb;
  border-radius: 18px;
  position: absolute;
  top: 28px;
  left: 31px;
}
.indexbox .conter .right .section ul li h2 a {
  display: block;
  width: 856px;
  height: 100%;
  padding-left: 30px;
  line-height: 70px;
  color: #a43a00;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.indexbox .conter .right .section ul li p {
  position: absolute;
  top: 120px;
  left: 60px;
  width: 823px;
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexbox .conter .right .section ul li .more {
  position: absolute;
  top: 221px;
  right: 30px;
  width: 170px;
  height: 46px;
  background-color: #f1f1f1;
  border-radius: 14px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #222;
}
.indexbox .conter .right .section ul li:hover .more {
  background-color: #e05539;
  color: #fff;
}
.indexbox .conter .right .section .pic {
  margin: 56px auto 0;
  width: 970px;
  height: 130px;
}
.indexbox .conter .right .section .pic a {
  display: block;
  width: 462px;
  height: 130px;
  float: left;
}
.indexbox .conter .right .section .pic a img {
  width: 100%;
  height: 100%;
}
.indexbox .conter .right .section .pic a:last-child {
  float: right;
}
