.basewidth {
  width: 1200px;
  margin: auto;
}
* {
  box-sizing: border-box;
}
body a {
  user-select: none;
  cursor: pointer;
}
body img {
  user-select: none;
}
.csyx .searchbar {
  height: 78px;
}
.csyx .searchbar .logo {
  min-width: calc(276px + 24px);
  height: 60px;
  background-image: url(../assets/logo.png);
  background-size: 276px 100%;
  background-repeat: no-repeat;
  border-right: 0.0625rem solid rgba(4, 99, 57, 0.18);
}
.csyx .searchbar .text {
  margin-left: 24px;
}
.csyx .searchbar .text .description {
  width: 204px;
  height: 24px;
  font-size: 12px;
  color: #046339;
  background-color: rgba(4, 99, 57, 0.1);
  text-align: center;
  line-height: 24px;
}
.csyx .search {
  position: absolute;
  right: 40px;
  top: 20px;
}
.csyx .search .input {
  height: 42px;
  position: relative;
}
.csyx .search .input input:nth-child(1) {
  height: 42px;
  width: 254px;
  padding-left: 16px;
}
.csyx .search .input input:nth-child(2) {
  height: 42px;
  width: 42px;
  display: inline-block;
  background-image: url(../assets/icons/seach-icon.png);
  position: absolute;
  right: 0;
  cursor: pointer;
  user-select: none;
  border: none;
  background-repeat: no-repeat;
  background-size: 100%;
}
.csyx .web-navigation {
  width: 100%;
  background-image: linear-gradient(180deg, #dbefe6 0%, #eefaf4 100%);
  height: auto;
}
.csyx .web-navigation .nav-link {
  width: 1200px;
  margin: auto;
  height: 54px;
}
.csyx .web-navigation .nav-link a {
  padding: 15px 22px;
}
.csyx .web-navigation .nav-link a.active {
  position: relative;
}
.csyx .web-navigation .nav-link a.active::after {
  content: '';
  width: 32px;
  height: 4px;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  opacity: 1;
  background: #046339;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.csyx .web-main {
  width: 100%;
  min-height: 100vh;
}
.csyx .web-footer {
  width: 100%;
  height: auto;
  background-image: url(../assets/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 205px;
}
.csyx .web-footer .inner {
  width: 1200px;
  margin: auto;
}
.csyx .web-footer .inner .copy-right-text {
  font-weight: normal;
}
.csyx .web-footer .inner .copy-right-text dt {
  line-height: 2;
}
.csyx .web-footer .inner .copy-right-text dt span {
  display: inline-block;
  min-width: 237px;
}
.csyx .web-footer .wxcode {
  background-image: url(../assets/wxcode.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 176px;
  height: 156px;
  margin-left: 300px;
}
.csyx .content {
  padding-top: 26px;
}
.csyx .content .content-title {
  background-color: #447dff;
  height: 56px;
  width: 520px;
  position: relative;
  z-index: 100;
}
.csyx .content .content-title.txt-right {
  text-align: right;
}
.csyx .content .content-title.txt-right .text {
  padding-right: 38px;
}
.csyx .content .content-title.txt-right .text::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  border-radius: 28.2896px;
  opacity: 1;
  /* 橙色 */
  background: #fe8101;
  top: 50%;
  transform: translateY(-50%);
  right: calc(24px * 4 + 10px + 38px);
}
.csyx .content .content-title.txt-right::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 274px;
  height: 50px;
  bottom: 0;
  right: -12px;
  background-image: url(../assets/content-title-bg-right.png);
  background-size: 100%;
}
.csyx .content .content-title.txt-left {
  text-align: left;
  float: right;
}
.csyx .content .content-title.txt-left .text {
  padding-left: 38px;
  background-color: inherit;
}
.csyx .content .content-title.txt-left .text::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  border-radius: 28.2896px;
  opacity: 1;
  /* 橙色 */
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: calc(24.8px);
}
.csyx .content .content-title.txt-left::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 354px;
  height: 50px;
  bottom: 0px;
  left: -10px;
  background-image: url(../assets/content-title-bg-left.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.csyx .content .content-title .text {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: 0em;
  font-feature-settings: 'kern' on;
  color: #ffffff;
  position: relative;
  background-color: inherit;
  z-index: 100;
}
.csyx .content .content-title::after {
  display: table;
  content: '';
  clear: both;
}
.csyx .content .more {
  width: max-content;
  width: 353px;
  height: 56px;
  color: #fff;
  line-height: 56px;
  cursor: pointer;
}
.csyx .content .more::after {
  display: table;
  content: '';
  clear: both;
}
.csyx .content .more.more-left {
  float: left;
  text-align: right;
}
.csyx .content .more.more-left::after {
  background-image: url(../assets/icon/more-right-arrow.png);
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 22px;
  height: 22px;
}
.csyx .content .more.more-right {
  float: right;
  text-align: left;
  color: #447dff;
}
.csyx .content .more.more-right::after {
  background-image: url(../assets/icon/blue-arrow-more.png);
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 22px;
  height: 22px;
  background-size: 100%;
}
.csyx .hoverLine {
  position: relative;
  margin-bottom: 0.25rem;
  line-height: 1.6;
  transition: transform 0.6s;
}
.csyx .hoverLine .white {
  color: #fff;
}
.csyx .hoverLine.white::after {
  background-color: #fff;
}
.csyx .hoverLine:hover {
  color: #046339;
  transform: translateX(5px);
}
.csyx .hoverLine:hover.white::after {
  background-color: #fff;
}
.csyx .hoverLine:hover .date {
  color: #046339 !important;
}
