img {
    border-radius: 10px;
}
.entry-header {
display: none;
}
.new_detail {
  width: 100%;
  padding: 120px 0;
}
.new_detail h1 {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
}
.new_detail .lab {
  display: flex;
  justify-content: center;
  margin: 64px 0 48px 0;
}
.new_detail .lab .item {
  width: 92px;
  height: 22px;
  border: 1px solid #333333;
  text-align: center;
  line-height: 22px;
  font-weight: 500;
  font-style: Medium;
  font-size: 9px;
  margin: 0 4px;
  border-radius: 11px;
}
.new_detail .mainpic {
  width: 100%;
}
.new_detail .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #ebebeb;
}
.new_detail .author .time {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
}
.new_detail .author .name {
  display: flex;
  align-items: center;
}
.new_detail .author .name .photo {
  line-height: 0;
  margin-right: 16px;
}
.new_detail .author .name .photo img {
  height: 70px;
  width: 70px;
}
.new_detail .author .name span {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
}
.new_detail .editorlayout {
  position: relative;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.new_detail .editorlayout .float {
  width: calc(34% - 32px);
  position: sticky;
  top: 90px;
  margin: 0px 0px 0px 32px;
}
.new_detail .editorlayout .float .tit {
  font-weight: Bold;
  font-size: 14px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
.new_detail .editorlayout .float .pic {
  width: 100%;
}
.new_detail .editorlayout .float .info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin: 12px 0 24px 0;
}
.new_detail .editorlayout .float .more {
  width: 80%;
  color: #fff;
  line-height: 40px;
  background: #ff803c;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
      transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
}
.new_detail .editorlayout .float .more:hover{
  background: #FF5900;
}
.new_detail .editorlayout .editor {
  width: 66%;
}
.new_detail .editorlayout .editor p {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin: 7px auto;
}
.new_detail .editorlayout .editor table {
  margin: 0px 0 32px 0;
  width: 100%;
}
.new_detail .editorlayout .editor table tr th:nth-child(1),
.new_detail .editorlayout .editor table tr td:nth-child(1) {
  text-align: center;
}
.new_detail .editorlayout .editor table tr th:nth-child(2),
.new_detail .editorlayout .editor table tr td:nth-child(2) {
  text-align: center;
}
.new_detail .editorlayout .editor table tr th:nth-child(2) {
  text-align: center;
}
.new_detail .editorlayout .editor table tr td:nth-child(2) {
  text-align: center;
  padding: 0 12px;
}
.new_detail .editorlayout .editor table tr th:nth-child(3),
.new_detail .editorlayout .editor table tr td:nth-child(3) {
  width: 52.6%;
}
.new_detail .editorlayout .editor table tr th:nth-child(3) {
  text-align: center;
}
.new_detail .editorlayout .editor table tr td:nth-child(3) {
  text-align: center;
  padding: 0 12px;
}
.new_detail .editorlayout .editor table tr th {
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  color: #333;
  font-weight:bold; 
}
.new_detail .editorlayout .editor table tr td {
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  color: #333;
}
.new_detail .editorlayout .editor h2 {
  margin: 50px 0 10px 0;
  font-weight: Bold;
  font-size: 36px;
  line-height: 48px;
  color: #333333;
}
.new_detail .editorlayout .editor h3 {
  font-weight: 500;
  margin-top: 40px;
  color: #333333;
  font-size: 26px;
  font-weight: Bold;
  margin-bottom: 24px;
}
.new_detail .editorlayout .editor .comment {
  margin: 12px 0 53px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(51, 51, 51, 0.5);
}
.new_detail .editorlayout .editor .end {
  background: #ebebeb;
  border-radius: 8px;
  padding: 40px 94px;
  margin: 40px auto 0 auto;
}
.new_detail .editorlayout .editor .end .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
.new_detail .editorlayout .editor .end .info {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 28px 0 52px 0;
  text-align: center;
}
.new_detail .editorlayout .editor .end .more {
  display: block;
  width: 272px;
  height: 40px;
  background: #ff803c;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  font-size: 16px;
}
.new_detail .subtitle {
  font-weight: Bold;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 72px;
}
.new_detail .mainpic img {
  width: 100%;
  border-radius: 10px;
}
.detailnew ul {
  width: calc(100% + 24px);
  margin: 0 -12px;
  gap: 0;
}
.detailnew ul li {
  width: 33.3%;
  padding: 40px 12px 80px 12px;
  flex: auto;
  max-width: none;
  float:left;
}
.ulslick {
  width: 100%;
}
.detailnew ul li .pic {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.detailnew ul li .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius:10px 10px 0 0;
}
.detailnew ul li .text {
  padding: 36px 40px 32px 40px;
  background: #ebebeb;
  border-radius:0 0 10px 10px;
  height: 460px;
}
.detailnew ul li .text .tit {
  border-bottom: 1px solid #333333;
  padding-bottom: 24px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 22px;
}
.detailnew ul li .text .maintit {
  font-size: var(--font22);
  color: #333;
  font-weight: bold;
}
.detailnew ul li .text .info {
  font-size: 12px;
  color: #333;
  line-height: 2;
  margin-top: 16px;
  
}
.detailnew ul li .text .us-more {
  text-align: right;
}
.detailnew ul li .text .linklist {
  display: flex;
  margin: 24px 0 24px 0;
}
.detailnew ul li .text .linklist a {
  border: 1px solid #333;
  width: 100px;
  height: 22px;
  border-radius: 11px;
  font-size: 10px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: default;
}
.home-plate2 .home-plate2-box ul li a .pic {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
   .new_detail .editorlayout .float {
    position: relative;
    top: 0;
  }
  .new_detail .subtitle {
    margin-top: 64px;
  }
  .new_detail .editorlayout .editor .end .more {
    width: 100%;
    line-height: 50px;
    height: 50px;
  }
  .new_detail .editorlayout .editor .end .info {
    margin: 24px 0;
  }
  .new_detail .editorlayout .editor .end .tit {
    font-size: 18px;
  }
  .new_detail .editorlayout .editor .end {
    padding: 40px 32px;
  }
  .new_detail .editorlayout .editor h3 {
    margin-top: 32px;
    font-size: 18px;
  }
  .new_detail .editorlayout .editor h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 40px;
  }
  .new_detail .editorlayout .editor table tr th:nth-child(1),
  .new_detail .editorlayout .editor table tr td:nth-child(1) {
    width: auto;
  }
  .new_detail .editorlayout .editor table tr th:nth-child(2),
  .new_detail .editorlayout .editor table tr td:nth-child(2) {
    width: calc(50% - 36px);
  }
  .new_detail .editorlayout .editor table tr th:nth-child(3),
  .new_detail .editorlayout .editor table tr td:nth-child(3) {
    width: calc(50% - 36px);
  }
  .new_detail .editorlayout {
    flex-direction: column-reverse;
  }
  .new_detail .editorlayout .float {
    width: 100%;
    display: none;  
  }
  .new_detail .editorlayout .editor {
    width: 100%;
    margin-top: 24px;
  }
  .new_detail .editorlayout {
    padding-top: 40px;
  }
  .new_detail .author .name .photo {
    margin-right: 8px;
  }
  .new_detail .author .name span,
  .new_detail .author .time {
    font-size: 12px;
  }
  .new_detail .author .name .photo img {
    height: 48px;
    width: 48px;
  }
  .new_detail .author {
    padding: 16px 0;
  }
  .new_detail {
    padding: 32px 0;
  }
  .new_detail h1 {
    font-size: 32px;
    text-align: left;
  }
  .new_detail .lab {
    margin: 32px 0 24px 0;
    justify-content: flex-start;
  }
  .new_detail .lab .item {
    width: auto;
    padding: 0 12px;
  }
  .detailnew ul {
    width: 100%;
  }
  .detailnew .ulslick {
    width: 100%;
  }
  .detailnew ul li {
    width: 100%;
    margin: 0 8px;
  }
  .detailnew ul li .text {
    padding: 25px 20px;
  }
  .detailnew ul li {
    border-radius: 12px;
    overflow: hidden;
  }
  .detailnew ul li .text .linklist a {
    width: auto;
    padding: 0 16px;
  }
  .detailnew ul {
    margin: 0;
  }
  .detailnew ul li {
    padding: 0;
  }
  .detailnew {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}