.banner {
  width: 100%;
  height: 460px;
  background-image: url(/images/news/banner-1.png);
  background-size: cover;
  background-position: center center;
}
.banner .w-1200 {
  height: 100%;
  padding: 135px 0 0;
  position: relative;
}
.banner .w-1200 p {
  max-width: 652px;
  font-size: 36px;
  color: #303133;
  line-height: 50px;
  font-weight: 600;
}
.banner .w-1200 span {
  font-size: 16px;
  color: #606266;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 0 0;
  display: inline-block;
}
.banner .w-1200 .contact-btn {
  width: 106px;
  height: 32px;
  line-height: 32px;
  background-color: #2D914B;
  border: none;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 88px;
}
.page-nav {
  width: 100%;
  height: 60px;
  background-color: #f4f5f7;
}
.page-nav ul {
  display: flex;
  justify-content: space-between;
}
.page-nav ul .nav-item {
  flex: 1;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #303133;
  display: inline-block;
  vertical-align: middle;
}
.page-nav ul .nav-item a {
  height: 60px;
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #f4f5f7;
}
.page-nav ul .nav-item a:hover {
  color: #2D914B;
}
.page-nav ul .nav-item a.active {
  color: #2D914B;
  border-color: #2D914B;
}
.news-items {
  width: 100%;
  background-color: #fff;
  padding: 64px 0;
}
.news-items .news-item {
  width: calc(100% - 64px);
  margin: 0 32px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid #e5e5e5;
}
.news-items .news-item .left {
  width: 322px;
  height: 182px;
}
.news-items .news-item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-items .news-item .right {
  width: 790px;
  height: 182px;
  position: relative;
}
.news-items .news-item .right .title {
  font-size: 20px;
  color: #303133;
  line-height: 28px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
.news-items .news-item .right .brief {
  width: 100%;
  height: 72px;
  font-size: 14px;
  color: #909399;
  line-height: 24px;
  margin: 24px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-items .news-item .right .other {
  width: 100%;
  margin: 30px 0 0;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.news-items .news-item .right .other .icon {
  width: 60px;
  height: 20px;
  background: url(/images/logo.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.news-items .news-item .right .other .date {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
#lay-pages {
  text-align: right;
  padding: 32px 24px 0;
}
#lay-pages .layui-laypage {
  padding: 0;
  margin: 0;
}
#lay-pages .layui-laypage a,
#lay-pages .layui-laypage span {
  border: none;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  background: 0;
}
#lay-pages .layui-laypage a[data-page] {
  font-size: 14px;
  color: #303133;
  padding: 0 12px;
}
#lay-pages .layui-laypage .layui-laypage-prev,
#lay-pages .layui-laypage .layui-laypage-next {
  color: #909399 !important;
}
#lay-pages .layui-laypage .layui-laypage-curr em {
  font-size: 14px;
  color: #2D914B;
  font-weight: 600;
}
#lay-pages .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: 0;
}
#lay-pages .layui-laypage .layui-laypage-skip {
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 18px;
}
#lay-pages .layui-laypage .layui-laypage-skip .layui-input {
  height: 32px;
  line-height: 32px;
  border-color: #DCDFE6;
  color: #606266;
  font-size: 14px;
  width: 56px;
  padding: 0;
  border-radius: 2px;
}
#lay-pages .layui-laypage .layui-laypage-skip .layui-input:focus {
  border-color: #2D914B !important;
}
#lay-pages .layui-laypage .layui-laypage-skip button {
  display: none !important;
}
.news-detail {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0 0 64px;
}
.news-detail .crumbs {
  color: #303133;
  line-height: 22px;
  padding: 56px 0 32px;
  font-size: 14px;
}
.news-detail .crumbs a {
  color: #606266;
  margin: 0 8px;
}
.news-detail .crumbs a:last-child {
  margin-left: 0;
}
.news-detail .crumbs strong {
  font-weight: normal;
  margin-left: 8px;
}
.news-detail .news-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.news-detail .news-content > .news {
  width: 880px;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  box-sizing: border-box;
}
.news-detail .news-content > .news .head {
  width: 100%;
  padding: 0 0 24px;
}
.news-detail .news-content > .news .head .title {
  font-size: 20px;
  line-height: 28px;
  color: #303133;
  font-weight: 600;
}
.news-detail .news-content > .news .head .info {
  width: 100%;
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
.news-detail .news-content > .news .head .info .icon {
  width: 60px;
  height: 20px;
  background: url(/images/logo.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.news-detail .news-content > .news .head .info .date {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
}
.news-detail .news-content > .news .middle {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  font-size: 16px;
  line-height: 26px;
  color: #606266;
}
.news-detail .news-content > .news .middle img {
  max-width: 100% !important;
}
.news-detail .news-content > .news .middle table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.news-detail .news-content > .news .middle table th,
.news-detail .news-content > .news .middle table td {
  border: 1px solid #606266;
  padding: 6px 10px;
  word-break: break-word;
}
.news-detail .news-content > .news .middle h2 {
  min-height: 24px;
}
.news-detail .news-content > .news .middle p {
  margin: 5px 0;
}
.news-detail .news-content > .news .foot {
  width: 100%;
  padding: 10px 0 0;
}
.news-detail .news-content > .news .foot div {
  font-size: 14px;
  line-height: 24px;
  color: #303133;
  font-weight: 600;
  margin: 10px 0 0;
}
.news-detail .news-content > .news .foot div a {
  font-weight: normal;
  color: #606266;
}
.news-detail .news-content > .news .foot div a:hover {
  color: #2D914B;
}
.news-detail .news-content > .letter {
  width: 300px;
}
.news-detail .news-content > .letter .trending {
  width: 100%;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
.news-detail .news-content > .letter .trending .p-t {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  font-weight: 600;
}
.news-detail .news-content > .letter .trending .items {
  width: 100%;
  margin: 16px 0 0;
  padding: 4px 0 0;
  border-top: 1px solid #EBEEF5;
}
.news-detail .news-content > .letter .trending .items .item {
  width: 100%;
  margin: 16px 0 0;
  display: flex;
  justify-content: space-between;
}
.news-detail .news-content > .letter .trending .items .item .left {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
}
.news-detail .news-content > .letter .trending .items .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail .news-content > .letter .trending .items .item .right {
  width: 156px;
  height: 96px;
  padding: 6px 0 4px;
  box-sizing: border-box;
}
.news-detail .news-content > .letter .trending .items .item .right a {
  height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #303133;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-detail .news-content > .letter .trending .items .item .right span {
  font-size: 12px;
  line-height: 17px;
  color: #909399;
  margin: 25px 0 0;
  display: inline-block;
}
.news-detail .news-content > .letter .contact {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin: 20px 0 0;
}
.news-detail .news-content > .letter .contact .top {
  width: 100%;
  height: 78px;
  background-color: #16BD48;
  padding: 24px 16px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.news-detail .news-content > .letter .contact .top span {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.news-detail .news-content > .letter .contact .top .icon {
  width: 109px;
  height: 91px;
  background-image: url(/images/news/contact-icon.png);
  background-size: cover;
  background-position: center center;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
}
.news-detail .news-content > .letter .contact .bottom {
  width: 100%;
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.news-detail .news-content > .letter .contact .bottom .line {
  width: 100%;
  display: inline-block;
  margin: 16px 0 0;
  position: relative;
}
.news-detail .news-content > .letter .contact .bottom .line label {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #606266;
  display: block;
}
.news-detail .news-content > .letter .contact .bottom .line label .red {
  color: #f00;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.news-detail .news-content > .letter .contact .bottom .line input[type='text'] {
  color: #606266;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 0 7px 11px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 0;
}
.news-detail .news-content > .letter .contact .bottom .line input[type='text']::placeholder {
  color: #c0c4cc;
}
.news-detail .news-content > .letter .contact .bottom .line .captcha-img {
  width: 80px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #dcdfe6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news-detail .news-content > .letter .contact .bottom .line button {
  width: 110px;
  font-size: 14px;
  color: #606266;
  line-height: 14px;
  padding: 8px 0;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  outline: none;
  display: inline-block;
  margin: 32px 10px 0;
  cursor: pointer;
}
.news-detail .news-content > .letter .contact .bottom .line .submit-btn {
  color: #fff;
  border-color: #2D914B;
  background-color: #2D914B;
}
