@charset "utf-8";
/*less*/
/*main-color*/
/*display*/
.ib {
  display: inline-block;
}
.bl {
  display: block;
}
.di {
  display: initial;
}
.ex {
  display: flex;
}
.no {
  display: none;
}
.gr {
  display: grid;
}
/*flex-box*/
.fw {
  flex-wrap: wrap;
}
.jb {
  justify-content: space-between;
}
.ja {
  justify-content: space-around;
}
.jc {
  justify-content: center;
}
.ac {
  align-items: center;
}
.as {
  align-items: flex-start;
}
.ae {
  align-items: flex-end;
}
.fc {
  flex-direction: column;
}
/*grid-box*/
/*float*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*length*/
.wf {
  width: 100%;
}
.wh {
  height: 100%;
}
.wa {
  width: auto;
}
.ha {
  height: auto;
}
/*overflow*/
.ov {
  overflow: hidden;
}
.ou {
  overflow: unset;
}
/*position*/
.fx {
  position: fixed;
}
.re {
  position: relative;
}
.ab {
  position: absolute;
}
/*box-sizing*/
.bb {
  box-sizing: border-box;
}
.bc {
  box-sizing: content-box;
}
/*border*/
.br5 {
  border-radius: 50%;
}
/*text*/
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.tdu {
  text-decoration: underline;
}
.tu {
  text-transform: uppercase;
}
.tw {
  text-transform: lowercase;
}
/*font*/
.fs {
  font-family: SimSun;
}
.fh {
  font-family: SimHei;
}
.fa {
  font-family: Arial;
}
.ft {
  font-family: Times New Roman;
}
.fi {
  font-family: inherit;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.ln {
  line-height: inherit;
}
.t2 {
  text-indent: 2em;
}
/*img*/
.oc {
  object-fit: cover;
}
.opc {
  object-position: 0;
}
/*color*/
.in {
  color: inherit;
}
/*transform*/
.s {
  transform: scale(1.05);
}
/*transition*/
.tr3 {
  transition: all ease-out 0.3s;
}
.tr5 {
  transition: all ease-out 0.5s;
}
.tr8 {
  transition: all ease-out 0.8s;
}
/*other*/
.cp {
  cursor: pointer;
}
.pn {
  pointer-events: none;
}
.vm {
  vertical-align: middle;
}
/*group*/
.to {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.h {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.mh {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: all ease-out 0.3s;
}
.whf {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.wha {
  width: auto;
  height: auto;
  overflow: hidden;
}
.fo {
  width: 100%;
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.eb {
  display: flex;
  justify-content: space-between;
}
.ea {
  display: flex;
  justify-content: space-around;
}
.ec {
  display: flex;
  align-items: center;
}
.es {
  display: flex;
  align-items: flex-start;
}
.ee {
  display: flex;
  align-items: flex-end;
}
.ebc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ebs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.eas {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.ebe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.eae {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
/*news*/
.g-news .m-box {
  width: 1140px;
  margin: 0 auto;
}
.g-news .m-t {
  text-align: center;
}
.g-news .m-t h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 0;
}
.g-news .m-t aside {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #b1b1b1;
}
.g-news .m-c {
  margin-top: 50px;
}
.g-news ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.g-news li {
  width: 48.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.g-news li:hover img {
  transform: scale(1.05);
}
.g-news li:hover .s-info h3 {
  color: #009b4d;
}
.g-news li .s-pic {
  width: 30%;
  overflow: hidden;
}
.g-news li .s-pic img {
  display: block;
  width: 100%;
  transition: all ease-out 0.3s;
}
.g-news li .s-info {
  width: 67.5%;
}
.g-news li .s-info h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.g-news li .s-info aside {
  font-size: 14px;
  color: #999;
  margin: 10px 0;
}
.g-news li .s-info aside span {
  display: inline-block;
  margin-right: 15px;
}
.g-news li .s-info aside span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
}
.g-news li .s-info aside span:first-child:before {
  background-image: url(../images/icon-1.png);
}
.g-news li .s-info aside span:last-child:before {
  background-image: url(../images/icon-2.png);
}
.g-news li .s-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.g-news li .s-info a {
  color: inherit;
}
.g-news li .s-info .s-more {
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
.g-news li .s-info .s-more:hover {
  color: #009b4d;
}
@media screen and (max-width: 991px) {
  .g-news .m-box {
    width: 100%;
    padding: 15px;
  }
  .g-news .m-box li {
    width: 100%;
    margin-bottom: 20px;
  }
}
