.banner {
    height: auto;
    /*height: 600px;*/
}

.product {
  /*margin-top: 600px;*/
  background: #fff;
  height: auto;
}

.product .con {
  margin-top: 30px;
    margin-bottom: 30px;
}

.product .con .ulbox {
  padding-top: 0;
  margin-top: 3px;
  border: 1px solid #c9c9c9;
  height: auto;
  width: 304px;
  overflow: hidden;
}

.product .con .li {
  box-sizing: border-box;
  width: 250px;
  margin: 0 auto;
  border-bottom: 1px solid #c9c9c9;
}
.product .con .li:last-child {
    border-bottom: unset;
}

.product .con .ulbox .active {
  width: 100%;
}
.product .con .ulbox .active a {
    color: #ffffff;
}

.product .con .r .imgbox {
  height: 1038px;
  grid-template-columns: 273px 273px 0px;
  grid-template-rows: 330px 330px 0;
}

.TurnPage {
  margin-right: 30px;
}

.TurnPage>div {
  margin: 20px 8px 20px 0;
}

.product .con .lxsh {
  width: 304px;
  height: auto;
  padding: 0 22px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
  margin-top: 25px;
}

.product .con .lxsh .tit {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #c9c9c9;
  color: #1c417d;
  font-size: 18px;
}

.product .con .lxsh .font {
  line-height: 32px;
  color: #303030;
  font-size: 16px;
}

.product .con .lxsh .name {
  margin-top: 20px;
}

.product .con .r .Notice {
  color: #142e58;
  font-size: 24px;
  font-weight: 600;
}

.product .con .r .txtul {
  padding: 0 16px;
  height: 860px;
    overflow: hidden;
}

.product .con .r .txtli {
  width: 840px;
  height: 84px;
  border-bottom: 1px solid #c9c9c9;
}

.product .con .r .txtli .t {
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}

.product .con .r .txtli .t .tit {
  color: #303030;
  font-size: 18px;
  display: inline-block;
}

.product .con .r .txtli .t .time {
  font-size: 16px;
  float: right;
  color: #626262;
}

.product .con .r .txtli .b {
  padding-top: 6px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #626262;
}

.newheader {
  padding: 25px 25px 22px;
  box-sizing: border-box;
}

.newheader .header {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 25px;
  height: 110px;
}

.newheader .header .tit {
  text-align: center;
  font-size: 26px;
  color: #1c417d;
}

.newheader .header .ertitbox {
  margin-top: 20px;
  display: flex;
  font-size: 16px;
  color: #666;
}

.newheader .header .ertitbox .ydl {
  margin-left: 270px;
  height: 20px;
  border-right: 1px solid #c9c9c9;
  padding-right: 15px;
}

.newheader .header .ertitbox .time {
  margin-left: 15px;
}

.newheader .text {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

.newheader .new_details {
  width: 600px;
  height: auto;
  margin: 25px auto;
}


.newheader .pagebtn {
  height: 20px;
  margin-top: 25px;
}
