html,
body {
  font-size: 20px;
  background: #fcfcfc;
}

* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[v-cloak] {
  display: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

header {
  width: 100%;
  height: 127px;
  background: #dceeea;
  background: linear-gradient(to bottom, #dceeea, #fff);
}

header .top {
  width: 1250px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

header .top .icon {
  width: 250px;
  height: 104px;
  float: left;
}

header .top .mobile-box {
  display: flex;
  float: right;
}

header .top .mobile-box .icon-phone {
  width: 45px;
  height: 45px;
  margin-right: 8px;
  float: left;
}

header .top .mobile-box .phone-right p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin-top: 4px;
}

header .top .mobile-box .phone-right p:last-child {
  font-size: 18px;
  line-height: 18px;
  color: #009f54;
}

.banner-header {
  width: 100%;
  background-color: #009f54;
  height: 66px;
}

.banner-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.banner-header .banner {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-header .banner .tabs {
  display: flex;
  align-items: center;
  float: left;
}

.banner-header .banner .tabs a {
  font-size: 20px;
  height: 66px;
  width: fit-content;
  line-height: 66px;
  padding: 0 16px;
  margin-right: 10px;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  float: left;
}

.banner-header .banner .tabs a.active {
  color: #ffcd42;
}

.banner-header .banner .tabs a.active::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffcd42;
}

.banner-header .banner .banner-right {
  display: flex;
  align-items: center;
  float: right;
}

.banner-header .banner .banner-right .search-box {
  width: 167px;
  height: 41px;
  background-color: #008c4a;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  float: left;
  box-sizing: border-box;
}

.banner-header .banner .banner-right .search-box .search-icon {
  width: 16px;
  height: 16px;
  float: left;
}

.banner-header .banner .banner-right .search-box .input {
  width: 86px;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background-color: transparent;
  margin: 0 4px;
  float: left;
}

.banner-header .banner .banner-right .search-box .input::placeholder {
  color: #f8f8f8;
}

.banner-header .banner .banner-right .search-box .btn {
  font-size: 16px;
  color: #f9f9f9;
  line-height: 19px;
  cursor: pointer;
}

.banner-header .banner .banner-right .creator {
  float: right;
  width: 177px;
  height: 41px;
  background: #ffcd42;
  border-radius: 3px;
  margin-left: 28px;
  line-height: 41px;
  font-size: 19px;
  color: #00572e;
  text-align: center;
  cursor: pointer;
}

.container {
  width: 100%;
  margin-top: 33px;
}

.container .content {
  width: 1250px;
  margin: 0 auto;
  display: flex;
}

.section-left {
  float: left;
  width: 948px;
  margin-right: 30px;
}

.section-left .swiper-container {
  width: 948px;
  height: 326px;
  background: #dceeea;
}

.section-left .swiper-container .img {
  width: 100%;
  height: 100%;
}

.section-left ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
}

.section-left ul li {
  width: 458px;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 18px;
}

.section-left ul li:nth-of-type(2n + 2) {
  margin-right: 0;
}

.section-left ul li .title-box {
  display: flex;
  width: 458px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.section-left ul li .title-box .title {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
}

.section-left ul li .title-box .title::before {
  content: ' ';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #398803;
}

.section-left ul li .title-box .more {
  font-size: 16px;
  line-height: 20px;
  color: #398803;
}

.section-left ul li .article-box {
  width: 458px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 24px;
  height: 506px;
}

.section-left ul li .article-box .li {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.section-left ul li .article-box .li:hover .ar-title {
  color: #009f54;
}

.section-left ul li .article-box .li:last-child {
  margin-bottom: 0;
}

.section-left ul li .article-box .li .img {
  width: 410px;
  height: 232px;
  margin-bottom: 14px;
  object-fit: cover;
}

.section-left ul li .article-box .li .ar-title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}

.section-left ul li .article-box .li .desc {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 14px;
}

.section-left .ad {
  display: inline-block;
  width: 948px;
  height: 144px;
}

.section-left .ad img {
  width: 100%;
}

.section-right {
  float: right;
  width: 270px;
}

.login-box {
  width: 270px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 14px;
}

.section-right .box {
  width: 270px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px 14px;
  margin-bottom: 14px;
}

.section-right .box .title-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.section-right .box .title-box .title {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  position: relative;
  padding: 0 10px;
  font-weight: bold;
  box-sizing: border-box;
}

.section-right .box .title-box .title::before {
  content: ' ';
  width: 2px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #398803;
}

.section-right .box .title-box .more {
  font-size: 16px;
  line-height: 20px;
  color: #398803;
}

.section-right .box ul {
  width: 100%;
}

.section-right .box ul a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 14px;
}
.section-right .box ul a:hover {
  color: #009f54;
}

.section-right .box ul a:last-child {
  margin-bottom: 0;
}

.contentFoot {
  width: 100%;
  height: 200px;
  margin-top: 50px;
  background-color: #f8f8f6;
}

.footTop {
  width: 95%;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto 25px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  text-align: center;
}

.foot1 {
  color: #66666b;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.foot1 > span {
  color: #388801;
}
