.newsDetail-wrapper {
  min-width: 1200px;
  font-size: 0;
  background-color: #fafbfc;
}
.newsDetail-wrapper .banner-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.newsDetail-wrapper .main {
  width: 100%;
  padding: 0 0 336px;
}
.newsDetail-wrapper .main .news {
  width: 880px;
  background-color: #fff;
  border-radius: 4px;
  padding: 32px;
  box-sizing: border-box;
}
.newsDetail-wrapper .main .news .head {
  width: 100%;
  padding: 0 0 24px;
}
.newsDetail-wrapper .main .news .head .title {
  font-size: 20px;
  line-height: 28px;
  color: #303133;
  font-weight: 600;
}
.newsDetail-wrapper .main .news .head .info {
  width: 100%;
  margin: 16px 0 0;
}
.newsDetail-wrapper .main .news .head .info .tags .tag {
  color: #606266;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 11px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.newsDetail-wrapper .main .news .head .info .other {
  text-align: right;
  margin: 8px 0 0;
}
.newsDetail-wrapper .main .news .head .info .other .icon {
  width: 70px;
  height: 20px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.newsDetail-wrapper .main .news .head .info .other .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;
  position: relative;
}
.newsDetail-wrapper .main .news .head .info .other .date:before {
  content: '';
  width: 1px;
  height: 11px;
  background: #909399;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.newsDetail-wrapper .main .news .middle {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  font-size: 16px;
  line-height: 24px;
  color: #303133;
}
.newsDetail-wrapper .main .news .middle img {
  max-width: 100% !important;
}
.newsDetail-wrapper .main .news .middle table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.newsDetail-wrapper .main .news .middle table th,
.newsDetail-wrapper .main .news .middle table td {
  border: 1px solid #606266;
  padding: 6px 10px;
  word-break: break-word;
}
.newsDetail-wrapper .main .news .middle h2 {
  min-height: 24px;
}
.newsDetail-wrapper .main .news .middle p {
  margin: 5px 0;
}
.newsDetail-wrapper .main .news .foot {
  width: 100%;
  padding: 10px 0 0;
}
.newsDetail-wrapper .main .news .foot div {
  font-size: 14px;
  line-height: 24px;
  color: #303133;
  font-weight: 600;
  margin: 10px 0 0;
}
.newsDetail-wrapper .main .news .foot div a {
  font-weight: normal;
  color: #606266;
}
.newsDetail-wrapper .main .news .foot div a:hover {
  color: #0052D9;
}
.newsDetail-wrapper .main .trending {
  width: 300px;
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 4px;
  box-sizing: border-box;
}
.newsDetail-wrapper .main .trending .p-t {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  font-weight: 600;
}
.newsDetail-wrapper .main .trending .items {
  width: 100%;
  margin: 16px 0 0;
  padding: 4px 0 0;
  border-top: 1px solid #EBEEF5;
}
.newsDetail-wrapper .main .trending .items .item {
  width: 100%;
  margin: 16px 0 0;
}
.newsDetail-wrapper .main .trending .items .item .left {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
}
.newsDetail-wrapper .main .trending .items .item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsDetail-wrapper .main .trending .items .item .right {
  width: 156px;
  height: 96px;
  padding: 6px 0 4px;
  box-sizing: border-box;
}
.newsDetail-wrapper .main .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;
}
.newsDetail-wrapper .main .trending .items .item .right span {
  font-size: 12px;
  line-height: 17px;
  color: #909399;
  margin: 25px 0 0;
  display: inline-block;
}
.newsDetail-wrapper .main .contact {
  width: 300px;
  background-color: #fff;
  border-radius: 4px;
  margin: 20px 0 0;
}
.newsDetail-wrapper .main .contact .top {
  width: 100%;
  height: 78px;
  background-color: #1561E0;
  padding: 24px 16px;
  box-sizing: border-box;
  position: relative;
}
.newsDetail-wrapper .main .contact .top span {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.newsDetail-wrapper .main .contact .top .icon {
  width: 110px;
  height: 92px;
  background: url(../img/news/contact-icon.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 0;
}
.newsDetail-wrapper .main .contact .bottom {
  width: 100%;
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.newsDetail-wrapper .main .contact .bottom .line {
  width: 100%;
  display: inline-block;
  margin: 16px 0 0;
  position: relative;
}
.newsDetail-wrapper .main .contact .bottom .line label {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #606266;
  display: block;
}
.newsDetail-wrapper .main .contact .bottom .line label .red {
  color: #f00;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.newsDetail-wrapper .main .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;
}
.newsDetail-wrapper .main .contact .bottom .line input[type='text']::placeholder {
  color: #c0c4cc;
}
.newsDetail-wrapper .main .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;
}
.newsDetail-wrapper .main .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;
}
.newsDetail-wrapper .main .contact .bottom .line .submit-btn {
  color: #fff;
  border-color: #004099;
  background-color: #004099;
}
