.wrapper {}
body{
  min-width: 1200px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header {
  background: url(../images/jingnong-bg.png) no-repeat center;
  background-size: cover;
  height: 270px;
}

header .wrapper {
  height: 100%
}

header .logo {
  background: url(../images/jingnong-logo.png) no-repeat center center;
  background-size: contain;
  width: 800px;
  height: 163px;
}

header .flex {
  justify-content: center;
  align-items: center;
;
}

header .logo a {
  display: block;
  height: 100%;
}

nav {
  background: #bd1a2d;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 9;
}

nav ul {
  height: 60px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

nav li:nth-child(2) ul {
  padding-left: 125px;
}

nav li:nth-child(5) ul {
  padding-left: 510px;
}

nav li:nth-child(6) ul {
  padding-left: 635px;
}

nav li:nth-child(7) ul {
  padding-right: 240px;
  justify-content: flex-end;
}

nav li:nth-child(7) li:first-child::after {
  display: none
}
nav li:nth-child(7) li:last-child::after {
  content: ' ';
  position: absolute;
  left: 115px;
  top: 0;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bd1a2d;
}

nav li li:first-child::after {
  content: ' ';
  position: absolute;
  left: 40px;
  top: 0;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bd1a2d;
}

nav li li:first-child:hover:after {
  /* border-top: 10px solid #bd1a2d; */
}

nav li div {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  background: #fff;
  width: 1200px;
  border-radius: 0 0 10px 10px;
}

nav li li {
  position: relative;
}

nav li ul {
  height: auto;
}

nav li ul a {
  height: 50px;
  line-height: 50px;
  color: #000;
  width: auto;
  font-weight: normal;
  padding: 0 20px;
}

nav li ul a::after {
  display: none;
}

nav li ul a:hover {
  background: #eb5757;
  color: #fff;
}

nav a {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: bold;
  width: 125px;
  position: relative;
  text-align: center;
  letter-spacing: 1.5px;
}

nav a::after,
nav a:hover::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  content: ' ';
  opacity: 0;
  transition: all 0.2s;
}

nav a.current::after,
nav a:hover::after {
  opacity: 1;
}

nav .search {
  width: 278px;
  height: 36px;
  position: relative;
}

nav .search a {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 21px;
  width: 21px;
  background: url(../images/search_icon.png) no-repeat;
  background-size: cover;
}

nav .search a::after {
  display: none;
}

nav .search input {
  border: 0;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  background: #eb5757;
  color: #fff;
  font-size: 14px;
}

nav .search input::placeholder {
  color: #fff;
}

.home_bg {
  height: 835px;
  background-position: center center;
  background-size: cover;
  margin-top: 20px;
}

.home_bg .wrap {
  position: absolute;
  top: 0%;
  color: #fff;
  line-height: 25px;
  width: 400px;
  transform: translateY(150%);
}

.home_bg .wrap h1,
.home_bg .wrap a,
.home_bg .wrap div {
  transition: all .2s;
  display: block;
}

.home_bg .wrap:hover h1,
.home_bg .wrap:hover a,
.home_bg .wrap:hover div {
  transform: scale(1.1);
}

.home_bg .wrap h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.home_bg .wrap a {
  display: inline-block;
  color: #fff;
  margin: 20px 0;
  height: 35px;
  line-height: 32px;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.home_bg .wrap a:hover {}

.home_bg .wrap:hover a {
  border: 1px solid white;
  padding: 0 30px;
  position: relative;
}

.home_bg.second .wrap:hover a {
  border-color: #000;
}

.home_bg.second .wrap a:hover {
  color: #fff;
}


.home_bg .wrap a::before,
.home_bg .wrap a::after {
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  bottom: 100%;
  position: absolute;
  transition: transform .3s;
  transform: translate3d(0, 0, 0);
}


.home_bg .wrap a::before {
  opacity: .5;
  transition-delay: .175s;
}

.home_bg .wrap a::after {
  transition-delay: 0s;
}

.home_bg .wrap a:hover::before,
.home_bg .wrap a:hover::after {
  background-color: #bd1a2d;
  transform: translate3d(0, 100%, 0);
}

.home_bg .wrap a:hover::after {
  transition-delay: .175s;
}

.home_bg .wrap a:hover::before {
  transition-delay: 0s;
}

.home_bg.first {}

.home_bg.first .wrap {
  /*text-align: right;*/
  text-align: center;
  right: 0;
  top: 500px;
  position: absolute;
  z-index: 9;
  left: 60%;
  width: 400px;
  transform: translateX(-500px) translateY(-50%);
  color: #fff;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
}

.home_bg.second {}

.home_bg.second .wrap {
  /*text-align: center;*/
  text-align: left;
  left: -5.7%;
  top: 300px;
  position: absolute;
  z-index: 9;
  width: 400px;
  transform: translateX(-600px) translateY(-50%);
  color: #fff;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
}

.home_bg.second .wrap a {
  color: #fff;
}

.home_bg.third .wrap {
  text-align: center;
  left: 87.3%;
  top: 113px;
  color: #fff;
  position: absolute;
  z-index: 9;
  width: 400px;
  transform: translateX(-600px) translateY(-50%);
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
}

.home_bg.third {}

.location {
  height: 52px;
  line-height: 52px;
  background-color: #f7f7f7;
  color: #606266;
  padding: 0 20px;
  margin: 20px 0;
}

.location i {
  margin: 0 10px;
}

.news {
  margin: 30px 0;
}

.nav_slide {
  align-items: flex-start;
}

.nav_slide aside {
  width: 300px;
  background-color: #f5f5f5;
}

.nav_slide aside h1 {
  background-color: #bd1a2d;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.nav_slide aside ul {
  margin: 10px;
}

.nav_slide aside ul li {
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
}

.nav_slide aside ul a {
  display: block;
  position: relative;
  transition: all 0.5s;
}

.nav_slide aside ul a::after {
  transition: all 0.5s;
  content: ' ';
  position: absolute;
  right: 10px;
  top: 18px;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #aaa;
}

.nav_slide aside ul a.active::after,
.nav_slide aside ul a:hover::after {
  border-left: 8px solid #bd1a2d;
}


.nav_slide aside ul a.active,
.nav_slide aside ul a:hover {
  color: #bd1a2d;
  font-weight: bold;
}
.nav_slide aside ul a.activestyle::after,
.nav_slide aside ul a:hover::after {
  border-left: 8px solid #bd1a2d;
}
.nav_slide aside ul a.activestyle {
  color: #bd1a2d;
  font-weight: bold;
}
.nav_slide .news {
  width: 100%;
  margin: 0 0 30px 30px;
  background-color: #f5f5f5;
  padding: 20px
}

.news li {
  line-height: 40px;
  position: relative;
  padding-left: 25px;
}

.news li::after {
  transition: all 0.5s;
  content: ' ';
  position: absolute;
  left: 0px;
  top: 14px;
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bbb;
}

.news li a {
  font-size: 14px;
  color: #000;
}

.news li a:hover {
  color: #BD1A2D;
}

.pages {
  border: 1px solid #e4e7ed;
  padding: 20px;
}

.pages a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.pages a.current,
.pages a:hover {
  color: #bd1a2d;
}

.tabs {
  border: 1px solid #e4e7ed;
  display: inline-block;
  margin: 10px 0;
}

.tabs a {
  display: inline-block;
  padding: 8px 20px;
}

.tabs a+a {
  border-left: 1px solid #e4e7ed;
}

.tabs a.current,
.tabs a:hover {
  color: #bd1a2d;
}

.nothing {
  text-align: center;
}

.nothing {
  margin: 80px 0 50px;
}

.nothing img {
  width: 300px;
  margin-bottom: 20px;
}

.wrapper+footer {
  margin-top: 30px;
}

footer .left {
  line-height: 30px;
}

footer .foot_nav {
  text-align: center;
  margin-bottom: 20px;
}

footer a {
  color: #fff;
}
footer span {
  margin: 0 10px;
}
.partners {
  padding: 20px 0;
  background: #bd1a2d;
  color: #fff;
  margin-top: 30px;
}
.partners p {
  line-height: 30px;
  font-size: 18px;
  width: 120px;
}
.partners .flex {
  justify-content: center
}
.partners .partner {
  text-align: center;
}

.partners .partner img {
  height: 70px;
}
.partners .partner img+img {
  margin-left: 20px;
}

footer {
  background: #bd1a2d;
  color: #fff;
}

footer .copyright {
  line-height: 48px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.fixed {
  position: fixed;
  width: 64px;
  right: 10px;
  top: 70%;
}

.fixed li {
  margin-bottom: 1px;
  background: #333333;
  color: #fff;
  position: relative;
  padding-top: 10px;
  text-align: center;
  height: 64px;
}

.fixed li i {
  display: block;
  margin: 0 auto 5px;
  height: 24px;
  width: 24px;
  background-size: cover;
}

.fixed li div {
  position: absolute;
  right: 74px;
  top: 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  display: none;
}

.fixed li span {
  color: #fff;
}

.fixed li:hover div {
  display: block;
}

.fixed li div img {
  width: 90px;
}

.fixed li:first-child i {
  background: url(../images/wx.png) no-repeat center center /cover;
}

.fixed li:nth-child(2) i {
  background: url(../images/tel.png) no-repeat center center /cover;
}

.fixed li:last-child i {
  background: url(../images/top.png) no-repeat center center /cover;
}

.fixed li:last-child {
  display: block;
  cursor: pointer;
}

.fixed li:hover {
  background: #BD1A2D;
}

code {
  color: #bd1a2d;
}

/* banner */
.banner.index {
  margin-top: 0px;
  position: relative;
}

.banner {
  margin-top: 15px;
}

.banner img {
  max-width: 100%;
}

.banner .preview {
  text-align: center;
  padding: 5px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  transform: translateX(20%);
  align-items: flex-end;
}

.banner .preview a {
  display: inline-block;
  margin: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 10px 20px;
  width: 320px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.banner .preview a+a {
  margin-top: 10px;
}

.banner .preview a i,
.banner .preview a span {
  display: block;
  text-align: left;
  color: #fff;
  font-style: normal;
  font-size: 16px;
}

.banner .preview a i {
  margin-bottom: 5px;
}

.banner .preview .active {
  background: #bd1a2d;
}

.banner .slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner .slider {
  position: relative;
  width: 9999px;
}

.banner .slider:before,
.banner .slider:after {
  display: table;
  content: ' ';
}

.banner .slider:after {
  clear: both;
}

.banner .slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}

.banner .slider__item .wrap {
  position: absolute;
  z-index: 9;
  left: 50%;
  width: 400px;
  top: 50%;
  transform: translateX(-600px) translateY(-50%);
  color: #fff;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
}

.banner .slider__item .wrap h1,
.banner .slider__item .wrap div,
.banner .slider__item .wrap a {
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 0, 0);

}

.banner .slider__item .wrap:hover h1,
.banner .slider__item .wrap:hover div,
.banner .slider__item .wrap:hover a {
  transform: scale(1.1)
}

.banner .slider__item .wrap h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.banner .slider__item .wrap a {
  display: inline-block;
  color: #fff;
  margin: 20px 0 0;
  position: relative;
  line-height: 35px;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 0, 0);
}

.banner .slider__item .wrap:hover a {
  padding: 0 30px;
  border: 1px solid #fff;

}

.banner .slider__item .wrap a::before,
.banner .slider__item .wrap a::after {
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  bottom: 100%;
  position: absolute;
  transition: transform .3s;
  transform: translate3d(0, 0, 0);
}


.banner .slider__item .wrap a::before {
  opacity: .5;
  transition-delay: .175s;
}

.banner .slider__item .wrap a::after {
  transition-delay: 0s;
}

.banner .slider__item .wrap a:hover::before,
.banner .slider__item .wrap a:hover::after {
  background-color: #bd1a2d;
  transform: translate3d(0, 100%, 0);
}

.banner .slider__item .wrap a:hover::after {
  transition-delay: .175s;
}

.banner .slider__item .wrap a:hover::before {
  transition-delay: 0s;
}


.banner .slider__item img {
  display: block;
  width: 100%;
  height: 710px;
}

.banner .slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}

/* Arrows */
.banner .slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: 0.3;
  transition: opacity 0.15s ease;
  fill: #fff;
}

.banner .slider__switch--prev {
  left: 10px;
}

.banner .slider__switch--next {
  right: 10px;
}

.banner .slider__switch:hover {
  opacity: 0.85;
}

.banner .slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}

.banner .slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform .Microsoft.banner .gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
  /* ie8 */
}

.banner .slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}

.banner .slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90);
  /* ie8 */
}

.banner .slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.banner .slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #fff;
}

.banner .slider .has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

#detail {
  border: 1px solid #dfdfdf;
  padding: 50px 0;
}

#detail .title {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 35px;
}

#detail .title h1 {
  font-size: 32px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}

#detail .title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #999999;

}

#detail .wrap {
  width: 800px;
  margin: 0 auto;
}

#detail .content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #000;
}

#detail .content img {
  max-width: 100%;
  margin: 20px 0 30px;
}

#detail .content .foot {
  margin-top: 20px;
  text-align: right;
  line-height: 30px;
}

#search {
  background-color: #f7f7f7;
  text-align: center;
  padding: 50px 0;
}

#search .search {
  height: 50px;
  width: 550px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

#search .search input {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border-radius: 50px;
}

#search .search .search_btn {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(../images/search.png) no-repeat center center;
  height: 40px;
  width: 40px;
}

.ban {
  height: 420px;
  background-position: center center;
  background-size: cover;
}

.ban .wrapper {
  top: 30%;
  height: 50%;
}

.ban h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  margin-bottom: 10px;
}

.ban p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
}

#main {
  background: #F7F7F7;
  padding: 60px 0 120px;
}

#main .wrapper {
  width: 1100px;
  background-color: #fff;
  padding: 80px 120px;
}

#main h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
  position: relative;
}

#main h1::after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  background: #EB5757;
  height: 30px;
  width: 8px;
}

#main .content {
  line-height: 30px;
}

#main .content img {
  max-width: 100%;
  margin-top: 30px;
}

/* news-list */
.project {
  background: #F7F7F7;
  padding-bottom: 50px;
  width: 100%;
}

.project .more {
  background: #EB5757;
  color: #fff;
  border-radius: 20px;
  height: 44px;
  line-height: 40px;
  width: 140px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 50px auto 0;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 0, 0);
  border: 3px solid #EB5757;

}

.project .more:hover {}


.project .more::before,
.project .more::after {
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  bottom: 100%;
  position: absolute;
  transition: transform .3s;
  transform: translate3d(0, 0, 0);
}


.project .more::before {
  opacity: .5;
  transition-delay: .175s;
}

.project .more::after {
  transition-delay: 0s;
}

.project .more:hover::before,
.project .more:hover::after {
  background-color: #bd1a2d;
  transform: translate3d(0, 100%, 0);
}

.project .more:hover::after {
  transition-delay: .175s;
}

.project .more:hover::before {
  transition-delay: 0s;
}
.title {
  text-align: center;
  margin-bottom: 50px;
}

.title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px;
  padding: 50px 0 10px;
}

.title p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
}

#news-list .item {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
  transition: all 0.5s;
  /*width: 280px;*/
  margin-bottom: 20px;
  float: left;
}
#news-list .item+.item {
  margin-left: 25px;
}

.news .item+.item {
  margin-left: 25px;
}

#news-list .project .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.project .item .content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 20px;
  color: #333;
}

.project .item h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 20px 30px
}

.project .item h3 a {
  color: #000;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#news-list .item img {
  width: 100%;
  transition: all .5s;
}

#news-list .item .tp {
  overflow: hidden;
}

#news-list .item img:hover {
  transform: scale(1.1);
}

#news-list .news .flex {
  flex-wrap: wrap;
}

#news-list .news .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 380px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}

#news-list .news .item+.item {
  margin-left: 0;
}

#news-list .news .item+.item:nth-child(4) {
  width: 780px
}

.news {
  padding-bottom: 20px;
}
.news .more {
  background: #EB5757;
  color: #fff;
  border-radius: 20px;
  height: 44px;
  line-height: 40px;
  width: 140px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 50px auto 0;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 0, 0);
  border: 3px solid #EB5757;

}

.news .more:hover {}
.news .more::before,
.news .more::after {
  left: 0;
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  bottom: 100%;
  position: absolute;
  transition: transform .3s;
  transform: translate3d(0, 0, 0);
}

.news .more::before {
  opacity: .5;
  transition-delay: .175s;
}

.news .more::after {
  transition-delay: 0s;
}

.news .more:hover::before,
.news .more:hover::after {
  background-color: #bd1a2d;
  transform: translate3d(0, 100%, 0);
}

.news .more:hover::after {
  transition-delay: .175s;
}

.news .more:hover::before {
  transition-delay: 0s;
}

.news .item .tit {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin: 25px 20px 15px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news .item .content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  color: #333;
  margin: 0 20px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .item .foot {
  padding: 0 20px;
}

.news .item .foot span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.news .item .foot a {
  color: #EB5757;
}