@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #1D2129;
  font-size: 18px;
}
@media (max-width: 1580px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1160px) {
  body {
    font-size: 15px;
  }
}
li {
  list-style: none;
  padding: 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.4em;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  border-radius: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
img {
  vertical-align: top;
  transition: 0.5s;
}
a {
  transition: 0.5s;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 88%;
  max-width: 1660px;
}
@media (max-width: 1160px) {
  .container {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
}
.main {
  margin: 0 auto;
  width: 88%;
  max-width: 1240px;
}
@media (max-width: 1160px) {
  .main {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0 15px;
    width: 100%;
  }
}
.ptb50 {
  padding: 50px 0;
}
@media (max-width: 1160px) {
  .ptb50 {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .ptb50 {
    padding: 20px 0;
  }
}
.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 1160px) {
  .pb80 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb80 {
    padding-bottom: 30px;
  }
}
.bg_hui {
  background: #F2F6F9;
}
.bg_bai {
  background: #fff;
}
/*顶部*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  line-height: 90px;
  height: 90px;
  padding: 20px 0;
  /*顶部logo*/
  /*顶部pc导航*/
  /*搜索与语言切换*/
}
@media (max-width: 1580px) {
  #header {
    font-size: 14px;
    padding: 0;
  }
}
@media (max-width: 1160px) {
  #header {
    line-height: 60px;
    height: 60px;
    background: #134942;
    position: sticky;
    top: 0;
  }
}
#header a {
  color: #1D2129;
  transition: all 0.5s;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  #header .container {
    width: 100%;
    padding: 0 15px;
  }
}
#header .right-box {
  display: flex;
  align-items: center;
}
#header .logo {
  display: flex;
  align-items: center;
  flex-wrap: 0;
  margin-right: 40px;
}
@media (max-width: 1460px) {
  #header .logo {
    margin-right: 30px;
  }
}
#header .logo .img-box {
  display: flex;
  align-items: center;
  height: 60px;
}
#header .logo img {
  max-height: 35px;
}
@media (max-width: 1460px) {
  #header .logo img {
    max-height: 35px;
  }
}
@media (max-width: 1160px) {
  #header .logo img {
    max-height: 32px;
  }
}
@media (max-width: 767px) {
  #header .logo img {
    max-height: 28px;
  }
}
#header .nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  height: auto;
}
@media (max-width: 1160px) {
  #header .nav {
    display: none;
  }
}
#header .nav li {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 12px;
  max-width: 120px;
}
@media (max-width: 1460px) {
  #header .nav li {
    padding: 0 15px;
  }
}
@media (max-width: 1160px) {
  #header .nav li {
    padding: 0 10px;
  }
}
#header .nav li .tit {
  background: url(../images/jt.png) no-repeat right center;
  padding-right: 15px;
  background-size: 10px;
}
#header .nav li a {
  font-size: 16px;
  /*white-space: nowrap;*/
  line-height: initial;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1460px) {
  #header .nav li a {
    font-size: 14px;
  }
    #translateSelectLanguage {
      font-size: 14px;
  }
}
#header .nav li:last-child {
  padding-right: 0;
}
#header .nav li .sel {
  background: url(../images/bg_03.png) no-repeat left 95%;
  background-size: 100% 2px;
  padding-bottom: 15%;
  margin-top: 10px;
}
#header .nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  width: 130px;
  line-height: 46px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
#header .nav ul li {
  border-bottom: 1px solid #fff;
  padding: 0;
  position: relative;
}
#header .nav ul li a {
  color: #000;
  font-size: 15px;
  font-weight: normal !important;
}
#header .nav ul li:hover {
  background: #F3F3F5;
}
#header .nav ul li:hover dl {
  display: block;
}
#header .nav ul li:hover a {
  color: #27A79B !important;
}
#header .sousuo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1160px) {
  #header .sousuo {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  #header .sousuo {
    display: none;
  }
}
#header .sousuo .a {
  color: #fff;
  font-size: 14px;
  background: url(../images/bg_03.png) no-repeat right center;
  background-size: 1px 14px;
  padding: 0 18px;
}
@media (max-width: 1460px) {
  #header .sousuo .a {
    font-size: 13px;
  }
}
#header .sousuo dl {
  display: flex;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
#header .sousuo dl dt {
  color: #fff;
  background: url(../images/bg_01.png) no-repeat right center;
  padding-right: 16px;
  background-size: 8px;
}
#header .sousuo dl dd {
  position: absolute;
  top: 70%;
  left: 0;
  width: 120%;
  background: #fff;
  color: #fff;
  display: none;
}
#header .sousuo dl dd a {
  display: block;
  width: 100%;
  line-height: 40px;
}
#header .sousuo dl dd a:hover {
  color: #27A79B;
}
#header .sousuo dl:hover dt {
  background: url(../images/bg_01-sel.png) no-repeat right center;
  background-size: 8px;
}
#header .sousuo dl:hover dd {
  display: block;
}
#header .nav li.on > a,
#header .nav li:hover > a {
  font-weight: bold;
}
#header.style2 .nav > li > a::before {
  background: #27A79B;
}
/*顶部移动端导航*/
#header .nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  background: #FFFFFF !important;
  overflow-y: auto;
  transition: all 0.5s;
  text-align: left;
  color: #000;
  flex-wrap: wrap;
  align-items: flex-start;
}
#header .nav2 li {
  border-bottom: 1px solid #D6D9DE;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #header .nav2 li {
    padding: 0 20px;
  }
}
#header .nav2 li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*background: url(../images/jt4.png) no-repeat right center;*/
  background-size: 12px;
  font-size: 16px;
}
#header .nav2 li.sel .title {
  /*background: url(../images/jt5.png) no-repeat right center;*/
  background-size: 12px;
}
#header .nav2 li a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  width: 100%;
  display: block;
}
#header .nav2 li a:hover,
#header .nav2 li.on > a {
  color: #27A79B;
}
#header .nav2 li ul {
  display: none;
}
#header .nav2 li ul li {
  border: 0;
}
#header .nav2 li ul a {
  padding: 0 15px;
}
#header .nav2 .li {
  display: flex;
  justify-content: space-between;
}
#header .nav2 .li a {
  width: auto;
}
.open #header .nav2 {
  height: calc(100vh - 60px);
}
/*顶部导航开关*/
#header .switch {
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px;
}
@media (max-width: 1160px) {
  #header .switch {
    display: block;
  }
  
  #translateSelectLanguage {
      display: none;
  }
}
#header .switch i {
  position: relative;
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .switch i:nth-child(1) {
  top: 0;
}
#header .switch i:nth-child(3) {
  bottom: 0;
}
#header .switch i:nth-child(2) {
  margin: 6px 0;
}
#header.style2 .c-switch i {
  background: #fff;
}
#header.style2 {
  background: #134942;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
body.open #header .switch i:nth-child(2) {
  opacity: 0;
}
body.open #header .switch i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open #header .switch i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#footer {
  background: url(../images/footer.png) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 1160px) {
  #footer {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 0 20px 0;
  }
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #footer .container {
    flex-wrap: wrap;
  }
}
#footer .foot_one {
  display: flex;
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  #footer .foot_one {
    flex-wrap: wrap;
  }
}
#footer .foot_one a {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  white-space: initial;
}
#footer .foot_one a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 1160px) {
  #footer .foot_one a {
    font-size: 13px;
    line-height: 30px;
  }
}
#footer .foot_one li {
  width: 50%;
  line-height: 44px;
}
@media (max-width: 1160px) {
  #footer .foot_one li {
    line-height: 34px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer .foot_one li {
    width: 33.33%;
    padding-bottom: 25px;
    font-size: 14px;
    line-height: 28px;
  }
  #footer .foot_one li p {
    font-size: 13px;
  }
}
#footer .foot_one li p {
  white-space: nowrap;
}
#footer .foot_one li h3 {
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
@media (max-width: 1160px) {
  #footer .foot_one li h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footer .foot_one li h3 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
}
#footer .bottom {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1160px) {
  #footer .bottom {
    padding-top: 20px;
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  #footer .bottom {
    margin-top: 0px;
    padding-top: 15px;
    font-size: 12px;
    line-height: 24px;
  }
}
/* 顶部banner */
.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 1160px) {
  .banner img {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .banner img {
    height: 220px;
  }
}
.banner .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  line-height: 70px;
}
@media (max-width: 1160px) {
  .banner .title {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .banner .title {
    line-height: 40px;
  }
}
.banner .title h2 {
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 54px;
}
@media (max-width: 1160px) {
  .banner .title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner .title h2 {
    font-size: 30px;
  }
}
.banner .title h3 {
  font-size: 30px;
  letter-spacing: 2px;
}
@media (max-width: 1160px) {
  .banner .title h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner .title h3 {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
.banner .search {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
@media (max-width: 1160px) {
  .banner .search {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner .search {
    bottom: 20px;
  }
}
.banner .search .nei {
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 1160px) {
  .banner .search .nei {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .banner .search .nei {
    width: 80%;
  }
}
.banner .search .txt {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  line-height: 60px;
  font-size: 20px;
  background: none;
  border: 0;
  color: #fff;
}
@media (max-width: 1160px) {
  .banner .search .txt {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .banner .search .txt {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
}
.banner .search .btn {
  width: 80px;
  height: 60px;
  background: url(../images/bg_02.png) no-repeat center center;
  cursor: pointer;
  flex-shrink: 0;
  background-size: 40px;
}
@media (max-width: 1160px) {
  .banner .search .btn {
    height: 50px;
    width: 60px;
    background-size: 26px;
  }
}
@media (max-width: 767px) {
  .banner .search .btn {
    height: 46px;
    width: 55px;
    background-size: 22px;
  }
}
.pimg {
  display: block;
  width: 100%;
  overflow: hidden;
}
.pimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5;
}
/* 首页 */
.sy_title {
  padding: 60px 0;
  text-align: center;
  color: #373D41;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 1160px) {
  .sy_title {
    padding: 30px 0;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .sy_title {
    padding: 20px 0;
    font-size: 24px;
  }
}
.sy_title .a {
  position: absolute;
  top: 40%;
  right: 0;
  color: #27A79B;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
.sy_title .a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sy_title .a {
    font-size: 14px;
    letter-spacing: 0;
    top: 32%;
  }
}
.sy_one {
  background: #F2F6F9;
}
.sy_one .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 20px;
}
@media (max-width: 1160px) {
  .sy_one .list {
    margin: 0 -15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sy_one .list {
    margin: 0;
  }
}
.sy_one .list li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media (max-width: 1160px) {
  .sy_one .list li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sy_one .list li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.sy_one .list a {
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  color: #000;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.sy_one .list .pimg {
  height: 340px;
}
@media (max-width: 1460px) {
  .sy_one .list .pimg {
    height: 260px;
  }
}
@media (max-width: 1160px) {
  .sy_one .list .pimg {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .sy_one .list .pimg {
    height: auto;
  }
}
.sy_one .list .pimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_one .list a:hover {
  color: #27A79B;
}
.sy_one .list a:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.sy_one .list dl {
  padding: 25px 30px;
}
@media (max-width: 1460px) {
  .sy_one .list dl {
    padding: 20px 20px;
  }
}
@media (max-width: 1160px) {
  .sy_one .list dl {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sy_one .list dl {
    padding: 15px;
  }
}
.sy_one .list dl .title {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 15px;
}
@media (max-width: 1460px) {
  .sy_one .list dl .title {
    font-size: 20px;
  }
}
@media (max-width: 1160px) {
  .sy_one .list dl .title {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .sy_one .list dl .title {
    font-size: 16px;
  }
}
.sy_one .list dl .desc {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1460px) {
  .sy_one .list dl .desc {
    font-size: 16px;
  }
}
@media (max-width: 1160px) {
  .sy_one .list dl .desc {
    font-size: 13px;
    line-height: 22px;
  }
}
.sy_two {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 40px;
}
@media (max-width: 1460px) {
  .sy_two {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .sy_two {
    margin: 0;
    padding-bottom: 20px;
  }
}
.sy_two li {
  width: 25%;
  padding: 0 20px;
  padding-bottom: 40px;
}
@media (max-width: 1460px) {
  .sy_two li {
    padding: 0 15px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1160px) {
  .sy_two li {
    width: 50%;
    padding: 0 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sy_two li {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
}
.sy_two .nei {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
  min-height: 250px;
}
@media (max-width: 767px) {
  .sy_two .nei {
    padding: 20px;
  }
}
.sy_two .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .sy_two .tit {
    padding-bottom: 5px;
  }
}
.sy_two .tit strong {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sy_two .tit strong {
    font-size: 20px;
  }
}
.sy_two .tit a {
  color: #27A79B;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sy_two .tit a {
    font-size: 14px;
  }
}
.sy_two .list dl {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .sy_two .list dl {
    padding-top: 10px;
  }
}
.sy_two .list dl dd {
  flex-shrink: 0;
  color: #999999;
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 1460px) {
  .sy_two .list dl dd {
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sy_two .list dl dd {
    padding-left: 10px;
  }
}
.sy_two .list dl a {
  font-size: 18px;
  color: #4C4C4C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sy_two .list dl a:hover {
  color: #27A79B;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sy_two .list dl a {
    font-size: 16px;
  }
}
.sy_three {
  background: #F2F6F9;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .sy_three {
    padding-bottom: 40px;
  }
}
.sy_three .list {
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 50px;
}
@media (max-width: 1160px) {
  .sy_three .list {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .sy_three .list {
    padding: 10px 15px;
  }
}
.sy_three .list li {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1160px) {
  .sy_three .list li {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .sy_three .list li {
    padding: 10px 0;
  }
}
.sy_three .list .date {
  flex-shrink: 0;
  padding-left: 30px;
  color: #999999;
}
@media (max-width: 767px) {
  .sy_three .list .date {
    padding-left: 10px;
    font-size: 12px;
  }
}
.sy_three .list .left {
  width: auto;
  line-height: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .sy_three .list .left {
    line-height: 24px;
  }
}
.sy_three .list .left .title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1160px) {
  .sy_three .list .left .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sy_three .list .left .title {
    font-size: 16px;
  }
}
.sy_three .list .left .desc {
  padding-top: 5px;
  color: #4C4C4C;
}
@media (max-width: 1160px) {
  .sy_three .list .left .desc {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .sy_three .list .left .desc {
    font-size: 12px;
  }
}
.sy_three .list .left:hover {
  color: #27A79B;
}
.sy_three .list .left:hover .title {
  text-decoration: underline;
}
.sy_four {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 50px;
}
@media (max-width: 1160px) {
  .sy_four {
    margin: 0 -15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sy_four {
    margin: 0;
    padding-bottom: 20px;
  }
}
.sy_four li {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1160px) {
  .sy_four li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .sy_four li {
    width: 100%;
    padding: 0;
  }
}
.sy_four li .nei {
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.sy_four .pimg {
  height: 260px;
}
@media (max-width: 1460px) {
  .sy_four .pimg {
    height: 200px;
  }
}
@media (max-width: 1160px) {
  .sy_four .pimg {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .sy_four .pimg {
    height: 150px;
  }
}
.sy_four dl {
  padding: 20px;
}
@media (max-width: 1160px) {
  .sy_four dl {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .sy_four dl {
    padding: 15px;
  }
}
.sy_four dl .title {
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  font-weight: bold;
}
@media (max-width: 1160px) {
  .sy_four dl .title {
    font-size: 20px;
    line-height: 34px;
  }
}
.sy_four dl dd {
  padding-top: 15px;
  line-height: 30px;
}
@media (max-width: 1160px) {
  .sy_four dl dd {
    padding-top: 10px;
    line-height: 24px;
  }
}
.sy_four dl dd .a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1160px) {
  .sy_four dl dd .a {
    font-size: 15px;
  }
}
.sy_four dl dd .date {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1160px) {
  .sy_four dl dd .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sy_four dl dd .date {
    font-size: 12px;
  }
}

/*政策法规4columns*/
.sy_four_4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-bottom: 50px;
}
@media (max-width: 1160px) {
  .sy_four_4 {
    margin: 0 -15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sy_four_4 {
    margin: 0;
    padding-bottom: 20px;
  }
}
.sy_four_4 li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 1160px) {
  .sy_four_4 li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .sy_four_4 li {
    width: 100%;
    padding: 0;
  }
}
.sy_four_4 li .nei {
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
.sy_four_4 .pimg {
  height: 260px;
}
@media (max-width: 1460px) {
  .sy_four_4 .pimg {
    height: 200px;
  }
}
@media (max-width: 1160px) {
  .sy_four_4 .pimg {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .sy_four_4 .pimg {
    height: 150px;
  }
}
.sy_four_4 dl {
  padding: 20px;
}
@media (max-width: 1160px) {
  .sy_four_4 dl {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .sy_four_4 dl {
    padding: 15px;
  }
}
.sy_four_4 dl .title {
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1160px) {
  .sy_four_4 dl .title {
    font-size: 20px;
    line-height: 34px;
  }
}
.sy_four_4 dl dd {
  padding-top: 15px;
  line-height: 30px;
}
@media (max-width: 1160px) {
  .sy_four_4 dl dd {
    padding-top: 10px;
    line-height: 24px;
  }
}
.sy_four_4 dl dd .a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1160px) {
  .sy_four_4 dl dd .a {
    font-size: 15px;
  }
}
.sy_four_4 dl dd .date {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1160px) {
  .sy_four_4 dl dd .date {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sy_four_4 dl dd .date {
    font-size: 12px;
  }
}


/* 信息列表 */
.xx_tab {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xx_tab a {
  margin: 0 80px;
  line-height: 66px;
  color: #4C4C4C;
  font-size: 22px;
}
.xx_tab a:hover {
  color: #27A79B;
}
@media (max-width: 1160px) {
  .xx_tab a {
    margin: 0 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .xx_tab a {
    margin: 0 20px;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
  }
}
.xx_tab .sel {
  background: url(../images/bg_05.png) no-repeat left bottom;
  background-size: 100% 3px;
  color: #000;
  font-weight: bold;
}
.xx_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (max-width: 1160px) {
  .xx_list {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .xx_list {
    padding: 20px 0;
  }
}
.xx_list li {
  width: 48.6%;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .xx_list li {
    width: 100%;
  }
}
.xx_list li a {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  transition: 0.5s;
  align-items: flex-start;
}
.xx_list .pimg {
  width: 45%;
  height: 330px;
}
@media (max-width: 1160px) {
  .xx_list .pimg {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .xx_list .pimg {
    height: 270px;
  }
}
.xx_list a:hover {
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.xx_list a:hover .pimg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.xx_list .right {
  width: 55%;
  padding: 20px;
  color: #616161;
}
@media (max-width: 767px) {
  .xx_list .right {
    padding: 16px;
  }
}
.xx_list .right .time {
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .xx_list .right .time {
    font-size: 13px;
  }
}
.xx_list .right .title {
  font-size: 20px;
  font-weight: bold;
  color: #03002D;
  line-height: 40px;
}
.xx_list .right .danwei {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .xx_list .right .danwei {
    font-size: 13px;
  }
}
.xx_list .right .desc {
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media (max-width: 1160px) {
  .xx_list .right .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 15px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .xx_list .right .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 22px;
  }
}
.xx_list .right .price {
  font-size: 14px;
  line-height: 15px;
}
.xx_list .right .price strong {
  font-size: 24px;
  color: #276324;
}
@media (max-width: 767px) {
  .xx_list .right .price {
    font-size: 13px;
  }
  .xx_list .right .price strong {
    font-size: 20px;
  }
}
/* 通用 标题 */
.big_title {
  background: url(../images/bg_04.png) no-repeat left top;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #E6E6E8;
  padding-bottom: 15px;
}
@media (max-width: 1160px) {
  .big_title {
    background-size: 3px 80%;
  }
}
.big_title .left {
  line-height: 40px;
}
@media (max-width: 1160px) {
  .big_title .left {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .big_title .left {
    line-height: 28px;
  }
}
.big_title .left h2 {
  color: #7E7F7F;
  font-size: 38px;
  text-transform: uppercase;
}
@media (max-width: 1160px) {
  .big_title .left h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .big_title .left h2 {
    font-size: 18px;
    white-space: nowrap;
  }
}
.big_title .left h3 {
  font-size: 24px;
  color: #2C2B38;
}
@media (max-width: 1160px) {
  .big_title .left h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .big_title .left h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .big_title {
    position: relative;
  }
  .big_title .wei {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.wei {
  color: #B4B4B4;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
}
.wei span {
  color: #27A79B;
}
/* 企业详情 */
.qy_info {
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1160px) {
  .qy_info {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .qy_info {
    flex-wrap: wrap;
    padding: 30px 0;
  }
}
.qy_info .name {
  font-size: 24px;
  color: #2C2B38;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 1160px) {
  .qy_info .name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .qy_info .name {
    font-size: 20px;
  }
}
.qy_info .right {
  text-align: right;
}
@media (max-width: 767px) {
  .qy_info .right {
    padding-top: 20px;
    width: 100%;
  }
}
.qy_info .right .job {
  color: #276324;
  border: 1px solid #276324;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 24px;
  display: inline-block;
}
.qy_info .right .num {
  font-size: 12px;
  color: #000;
  opacity: 0.5;
}
.qy_desc {
  width: 100%;
  color: #A4A4A4;
  line-height: 34px;
}
.qy_desc img {
  max-width: 100%;
}
@media (max-width: 1160px) {
  .qy_desc {
    line-height: 28px;
  }
}
.qy_type {
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .qy_type {
    padding: 20px 0;
  }
}
.qy_type li {
  width: 33.333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .qy_type li {
    width: 100%;
  }
}
.qy_type li .nei {
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  display: block;
  height: 100%;
}
@media (max-width: 1160px) {
  .qy_type li .nei {
    padding: 15px 20px;
  }
}
.qy_type .title {
  padding-bottom: 8px;
  font-size: 20px;
  color: #2C2B38;
  line-height: 40px;
  font-weight: bold;
}
@media (max-width: 1160px) {
  .qy_type .title {
    font-size: 18px;
  }
}
.qy_type .desc {
  color: #616161;
  line-height: 30px;
  font-size: 16px;
}
@media (max-width: 1160px) {
  .qy_type .desc {
    font-size: 15px;
    line-height: 28px;
  }
}
.qy_type .li2 {
  width: 66.6666%;
}
@media (max-width: 767px) {
  .qy_type .li2 {
    width: 100%;
  }
}
.qy_type .a {
  color: #27A79B;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}
.qy_type .a:hover {
  color: #276324;
}
.qy_type .more {
  text-align: right;
}
/* 分页 */
.fenye {
  padding: 40px 0;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 14px;
}
.fenye a {
  color: #3D3B78;
  min-width: 30px;
  border-radius: 3px;
  margin-right: 10px;
  text-align: center;
  padding: 0 10px;
}
.fenye .no {
  color: #A2A2A2;
}
.fenye .sel {
  background: #276324;
  color: #fff;
}
.fenye .next {
  border: 1px solid #DDDDDD;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 5px;
  color: #616161;
}
.fenye .txt {
  border: 1px solid #DDDDDD;
  width: 50px;
  height: 30px;
  border-radius: 5px;
  margin: 0 10px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.fenye .btn {
  border: 1px solid #276324;
  padding: 0 20px;
  border-radius: 5px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .fenye {
    padding: 20px 0 30px 0;
    justify-content: center;
  }
  .fenye .next,
  .fenye .txt,
  .fenye .btn,
  .fenye span {
    display: none;
  }
}
/* 搜索 */
.ss_search {
  width: 100%;
  height: 160px;
  background: #fff;
  border-radius: 30px;
  margin-top: -80px;
  position: relative;
  z-index: 40;
  padding: 0 10%;
  display: flex;
  justify-content: center;
    flex-direction: column;
  align-items: center;
  -moz-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.03);
}
.ss_search form {
    width: 100%;
    display: flex;
}
@media (max-width: 1160px) {
  .ss_search {
    padding: 0 6%;
    height: 120px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .ss_search {
    height: 80px;
    margin-top: -40px;
    border-radius: 15px;
    padding: 0 15px;
  }
  
  .ss_search form{
      width: 150%;
      scale: 0.7;
  }
}
.ss_search .txt {
  width: 100%;
  line-height: 60px;
  height: 60px;
  background: #EFEFEF;
  border: 1px solid #CACACA;
  border-radius: 10px 0 0 10px;
  padding-left: 20px;
}
@media (max-width: 1160px) {
  .ss_search .txt {
    line-height: 54px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .ss_search .txt {
    line-height: 48px;
    height: 48px;
    padding-left: 10px;
    font-size: 14px;
  }
}
.ss_search .btn {
  width: 120px;
  height: 60px;
  background: url(../images/bg_06.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1160px) {
  .ss_search .btn {
    height: 54px;
    width: 115px;
  }
}
@media (max-width: 767px) {
  .ss_search .btn {
    height: 48px;
    width: 80px;
    background-size: cover;
  }
}
.ss_title {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 60px;
}
@media (max-width: 767px) {
  .ss_title {
    padding-top: 20px;
    line-height: 50px;
    flex-wrap: wrap;
  }
  .ss_title .wei {
    display: none;
  }
}
.ss_title strong {
  padding-left: 30px;
  font-size: 24px;
  color: #2C2B38;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ss_title strong {
    padding-left: 20px;
    font-size: 20px;
  }
}
.ss_info {
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.ss_info .title {
  background: url(../images/bg_07.png) repeat-x left top;
  background-size: auto 100%;
  color: #fff;
  line-height: 66px;
  font-size: 24px;
  padding: 0 30px;
}
@media (max-width: 1160px) {
  .ss_info .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ss_info .title {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
  }
}
.ss_info .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px;
}
@media (max-width: 1160px) {
  .ss_info .list {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .ss_info .list {
    padding: 20px;
  }
}
.ss_info .list li {
  width: 48%;
  display: flex;
  color: #636363;
  line-height: 32px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .ss_info .list li {
    width: 100%;
    padding: 8px 0;
    line-height: 26px;
  }
}
.ss_info .list li .tit {
  flex-shrink: 0;
  white-space: nowrap;
}
/* 新闻 */
.x_nav {
  background: #DBDBDB;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1160px) {
  .x_nav {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /*.x_nav {*/
  /*  border-radius: 0;*/
  /*  margin-bottom: 20px;*/
  /*}*/
    .x_nav {
        background: #DBDBDB;
        border-radius: 5px;
        display: flex;
        overflow-x: auto; /* 横向滚动 */
        overflow-y: hidden;
        gap:10px;
    }
    .x_nav::-webkit-scrollbar {display: none;}
    .x_nav>a {
        /*flex: 0 0 72px; */
        text-align:center;
        padding:9px 0;
        /*white-space: nowrap; */
        font-size:13px;
    }
}
.x_nav a {
  width: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #000;
  padding: 20px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1160px) {
  .x_nav a {
    line-height: 20px;
    font-size: 14px;
      padding: 10px;
  }
}
@media (max-width: 767px) {
  .x_nav a {
    font-size: 14px;
    line-height: 20px;
      padding: 10px;
  }
}
.x_nav .sel {
  background: #27A79B;
  color: #fff;
}
.x_main {
  background: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  padding: 50px 50px 0 50px;
}
@media (max-width: 767px) {
  .x_main {
    padding: 15px 15px 0 15px;
  }
}
.x_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .x_title {
    margin: 10px 0;
  }
}
.x_title strong {
  color: #27A79B;
  font-size: 36px;
  padding-right: 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x_title strong {
    font-size: 24px;
    padding-right: 15px;
  }
}
.x_title span {
  color: #B7B7B7;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x_title span {
    font-size: 12px;
  }
}
.x_title .xian {
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .x_title .xian {
    margin-left: 20px;
  }
}
.x_list {
  padding-bottom: 20px;
}
.x_list li {
  padding-top: 50px;
}
@media (max-width: 1160px) {
  .x_list li {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .x_list li {
    padding-top: 20px;
  }
}
.x_list .nei {
  display: flex;
  justify-content: space-between;
}
.x_list .pimg {
  width: 28%;
  height: 230px;
  flex-shrink: 0;
}
@media (max-width: 1160px) {
  .x_list .pimg {
    height: 200px;
    width: 36%;
  }
}
@media (max-width: 767px) {
  .x_list .pimg {
    width: 44%;
    height: 100px;
  }
}
.x_list .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x_list .right {
  width: 70%;
  border-bottom: 2px solid #DBDBDB;
  padding-bottom: 50px;
}
@media (max-width: 1160px) {
  .x_list .right {
    padding-bottom: 40px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .x_list .right {
    width: 52%;
    padding-bottom: 15px;
  }
}
.x_list .title {
  color: #111111;
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 1160px) {
  .x_list .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x_list .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.x_list .desc {
  margin: 15px 0;
  color: #111111;
  line-height: 34px;
  font-size: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1160px) {
  .x_list .desc {
    font-size: 17px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .x_list .desc {
    display: none;
  }
}
.x_list .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  color: #999999;
  font-size: 16px;
  align-items: center;
  line-height: 40px;
}
@media (max-width: 767px) {
  .x_list .bottom {
    font-size: 12px;
    line-height: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.x_list .more {
  background: url(../images/bg_08.png) no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
}
.x_list .more:hover {
  background: #134942;
}
@media (max-width: 767px) {
  .x_list .more {
    padding: 0px 15px;
  }
}


.metas-body{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
