.think-banner {
  position: relative;
  width: 100%;
  height: 550px;
}
.think-banner .feature-banner-mask {
  background-image: linear-gradient(0deg, #002957 0%, #001d49 100%);
  opacity: 0.7;
}
.think-banner .feature-banner-img,
.think-banner .feature-banner-mask {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.think-banner .feature-banner-title-content {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  text-align: start;
  transform: translate(-50%, -50%);
}
.think-banner .feature-banner-title-content h2 {
  margin-bottom: 20px;
  color: #1a1b20;
  font-weight: 500;
  font-size: 46px;
  line-height: 48px;
}
.think-banner .feature-banner-title-content p {
  color: #666;
  font-size: 24px;
  line-height: 22px;
  opacity: 0.8;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.search-input {
  width: 960px;
  height: 60px;
  margin-right: 60px;
  padding-left: 70px;
  color: #666;
  font-size: 18px;
  background-color: #f9fafb;
  border: none;
  border-radius: 4px;
  outline: none;
}
.search-input:hover {
  padding-left: 68px;
  border: 2px solid #dcf0f5;
}
.search-input:focus {
  padding-left: 68px;
  border: 2px solid #00a4c5;
}
.search-input::placeholder {
  font-size: 14px;
}
.search-btn {
  width: 140px;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  background-color: #00a4c5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.search-btn:hover {
  font-size: 18px;
  background-color: #33b6d0;
}
.search-btn:active {
  font-size: 16px;
  background-color: #00839d;
}
.search2 {
  position: relative;
  width: 496px;
  margin-top: 38px;
}
.search2-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #00A4C5;
  font-weight: 400;
  font-size: 16px;
  color: #00A4C5;
  box-sizing: border-box;
  padding-left: 10px;
}
.search2-btn {
  width: 88px;
  height: 48px;
  background: #00A4C5 url(https://download5.qingteng.cn/frontendcdn/www/assets/images/7e927427ffc09038498a558d9876d02a.png) center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 8px 8px 0;
}
.search2-hot {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search2-hot a:hover {
  color: #00A4C5;
}
.search3 {
  position: relative;
  width: 396px;
  margin-top: 38px;
}
.search3-input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #00A4C5;
  font-weight: 400;
  font-size: 16px;
  color: #00A4C5;
  box-sizing: border-box;
  padding-left: 10px;
}
.search3-btn {
  width: 88px;
  height: 48px;
  background: #00A4C5 url(https://download5.qingteng.cn/frontendcdn/www/assets/images/7e927427ffc09038498a558d9876d02a.png) center center no-repeat;
  background-size: 24px auto;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  border-radius: 0 8px 8px 0;
}
.search3-hot {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/4e0f1ec8de1abea4cfd6383dad6b0055.png) left center no-repeat;
  background-size: 28px auto;
  padding-left: 34px;
}
.search3-hot a:hover {
  color: #00A4C5;
}
.article-detail {
  width: 1110px;
  margin: 0 auto;
  padding: 120px 0;
  color: #414652;
  background-color: #fff;
}
.article-detail-title {
  color: #1a1b20;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
}
.article-detail-time {
  margin: 26px 0 28px;
  color: #c1c1c1;
  text-align: center;
}
.article-detail h2,
.article-detail h3,
.article-detail h4 {
  margin-bottom: 18px;
  padding-top: 4px;
  color: #1a1b20;
  line-height: 28px;
}
.article-detail h2 {
  margin-bottom: 74px;
  font-size: 32px;
}
.article-detail h3 {
  font-size: 24px;
}
.article-detail h4 {
  font-size: 20px;
}
.article-detail p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}
.article-detail .alignleft {
  text-align: left;
}
.article-detail .aligncenter {
  text-align: center;
}
.article-detail .alignright {
  text-align: right;
}
.article-detail .ql-align-left {
  text-align: left;
}
.article-detail .ql-align-center {
  text-align: center;
}
.article-detail .ql-align-right {
  text-align: right;
}
.article-detail .ql-video {
  display: block;
  max-width: 100%;
}
.article-detail .ql-video.ql-align-center {
  margin: 0 auto;
}
.template-try-banner {
  display: none;
}
.banner {
  width: 100%;
  height: 360px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/6c7ae5d14f6aabd3212a7e63f7cff7bb.png) center top no-repeat;
  background-size: auto 360px;
  position: relative;
}
.banner img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.banner .banner-body {
  position: absolute;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 1200px;
  padding: 128px 600px 0 0;
  transform: translateX(-50%);
}
.banner .banner-body h1 {
  color: #1a1b20;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
.banner .banner-body .zzm99999 {
  color: #1a1b20;
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
.banner .banner-body div.text {
  padding-top: 8px;
  color: #666;
  font-size: 24px;
  letter-spacing: 0;
}
.banner .banner-body div.button {
  display: flex;
  justify-content: flex-start;
  padding-top: 38px;
}
.banner .banner-body div.button a {
  box-sizing: border-box;
  height: 32px;
  margin-right: 30px;
  padding: 0 40px;
  color: #00A4C5;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00A4C5;
  border-radius: 4px;
  cursor: pointer;
}
.banner .banner-body div.button a:hover {
  color: white;
  background: #00A4C5;
}
.search2 {
  margin-top: 20px;
  width: 396px;
}
.search2-input {
  height: 36px;
  line-height: 36px;
}
.search2-btn {
  height: 36px;
  background-size: 21px auto;
}
.search2-hot {
  margin-top: 8px;
  background-size: 26px auto;
  padding-left: 32px;
}
.news-detail {
  width: 1184px;
  margin: auto;
  display: flex;
}
.cleft {
  padding-left: 24px;
  box-sizing: border-box;
  flex: 1;
  padding-top: 80px;
}
.cleft .list-body {
  position: sticky;
  top: 86px;
  padding-bottom: 80px;
}
.cleft .download {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 7px;
}
.cleft .download .title {
  width: 100%;
  display: flex;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #b6eefa, #ffffff) 1 1;
  margin-bottom: 17px;
}
.cleft .download .title span {
  font-weight: 500;
  font-size: 24px;
  color: #1A1B20;
  line-height: 28px;
  width: 200px;
  padding: 16px 0;
}
.cleft .download .title a {
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: right;
  padding: 16px 0;
  flex: 1;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/0fd4af46e2ec605d22fb9534eb689132.png) right center no-repeat;
  padding-right: 14px;
  background-size: 10px auto;
}
.cleft .download .title a:hover {
  color: #00A4C5;
}
.cleft .download > a {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}
.cleft .download a:hover h1 {
  color: #00A4C5;
}
.cleft .download a:hover .zzm99999 {
  color: #00A4C5;
}
.cleft .download img {
  width: 124px;
  height: 74px;
  border-radius: 8px;
  object-fit: cover;
}
.cleft .download .text {
  padding: 0 0 0 14px;
  flex: 1;
  display: flex;
  align-items: center;
}
.cleft .download .text h1 {
  font-weight: 400;
  font-size: 14px;
  color: #1A1B20;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cleft .download .text .zzm99999 {
  font-weight: 400;
  font-size: 14px;
  color: #1A1B20;
  line-height: 22px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cleft .service {
  width: 100%;
  height: 174px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/6a9e9f2f620036826d34f3e44655b252.png) center center no-repeat;
  background-size: cover;
  padding: 32px 16px;
  border-radius: 8px;
  overflow: hidden;
}
.cleft .service:hover {
  box-shadow: 0px 10px 20px 0px #F3F3F3;
}
.cleft .service h1 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  padding-bottom: 8px;
}
.cleft .service .zzm99999 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  padding-bottom: 8px;
}
.cleft .service h2 {
  font-size: 24px;
  font-weight: 500;
  color: #00A4C5;
  line-height: 34px;
  padding-bottom: 24px;
}
.cleft .service span {
  display: inline-block;
  width: 88px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #00A4C5;
  font-size: 14px;
  font-weight: 500;
  color: #00A4C5;
}
.cleft .service span:hover {
  background-color: #00A4C5;
  color: white;
}
.news {
  width: 876px;
  margin: 0px auto 24px auto;
}
.news .breadcrumb {
  display: flex;
  width: 1184px;
  margin: 0 auto;
  padding-top: 24px;
  line-height: 20px;
}
.news .breadcrumb a {
  color: #666;
  font-size: 14px;
  cursor: pointer;
}
.news .breadcrumb span {
  color: #00A4C5;
  font-size: 14px;
}
.news .breadcrumb i {
  width: 12px;
  height: 12px;
  margin: 4px 4px 0;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/0fd4af46e2ec605d22fb9534eb689132.png) top center / cover no-repeat;
}
.news-title {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #1a1b20;
  font-size: 34px;
  line-height: 48px;
}
.news-message {
  display: flex;
  padding-bottom: 30px;
  color: #565d6e;
  font-size: 14px;
  line-height: 28px;
}
.news-time {
  padding-right: 20px;
}
.news-source-link:hover {
  color: #00a4c5;
}
.news-content {
  color: #414652;
  padding-bottom: 46px;
  border-bottom: 1px solid #D7DEE4;
}
.news-content h2,
.news-content h4,
.news-content h3 {
  margin-bottom: 18px;
  padding-top: 4px;
  color: #1d0022;
  line-height: 28px;
}
.news-content h2 {
  font-size: 20px;
}
.news-content h3 {
  font-size: 18px;
}
.news-content h4 {
  font-size: 16px;
}
.news-content p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}
.news-content img {
  margin-bottom: 34px;
  padding-top: 16px;
}
.news-content .alignleft {
  text-align: left;
}
.news-content .aligncenter {
  text-align: center;
}
.news-content .alignright {
  text-align: right;
}
.news-content .ql-align-left {
  text-align: left;
}
.news-content .ql-align-center {
  text-align: center;
}
.news-content .ql-align-right {
  text-align: right;
}
.news-content .ql-video {
  display: block;
  max-width: 100%;
}
.news-content .ql-video.ql-align-center {
  margin: 0 auto;
}
.news-page {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 130px;
}
.news-page a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #1A1B20;
  line-height: 24px;
  padding-left: 14px;
}
.news-page a:nth-child(1) {
  margin-bottom: 16px;
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/1a2740429cb354c4faf58bdb77bb32b5.png) left center no-repeat;
  background-size: auto 10px;
}
.news-page a:nth-child(1).alink:hover {
  color: #00A4C5;
  text-decoration: underline;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/b16c6aa5d9cbb4bb73d8568ce099870f.png);
}
.news-page a:nth-child(2) {
  background: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/d19c8a9fa66b61d223da1544cd5001c5.png) left center no-repeat;
  background-size: auto 10px;
}
.news-page a:nth-child(2).alink:hover {
  color: #00A4C5;
  text-decoration: underline;
  background-image: url(https://download5.qingteng.cn/frontendcdn/www/assets/images/759083147ae6b101cc3d8fe55925a98c.png);
}

