.culture {
  width: 100%;
  padding-bottom: 100px;
}
.culture .center {
  width: 83.3%;
  margin: 0 auto;
}
.culture .center .tit {
  text-align: center;
  margin-top: 80px;
}
.culture .center .tit h2 {
  text-align: center;
  color: #272727;
  font-weight: normal;
  font-size: 28px;
}
.culture .center .tit h3 {
  display: inline-block;
  background: url(../img/tit-line1.png) no-repeat left, url(../img/tit-line2.png) right no-repeat;
  padding: 0 190px;
  text-align: center;
  color: #0175e8;
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 12px;
}
.culture .center .tit p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 16px;
}
.culture .center .icon-list {
  margin-top: 55px;
  position: relative;
}
.culture .center .icon-list .line {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 96px;
  height: 1px;
  border: 2px dashed #d7ebff;
}
.culture .center .icon-list .icon {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.culture .center .icon-list .icon li {
  width: 192px;
}
.culture .center .icon-list .icon li .ry {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  border: 1px solid #99c8f6;
  padding: 10px;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.culture .center .icon-list .icon li .ry:hover {
  top: -20px;
}
.culture .center .icon-list .icon li .ry i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0175e8;
}
.culture .center .icon-list .icon li h4 {
  color: #4f4f4f;
  font-size: 18px;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 6px;
}
.culture .center .icon-list .icon li p {
  text-align: center;
  width: 100%;
  color: #545454;
  font-size: 14px;
  margin-top: 2px;
}
.culture .center .profile {
  width: 100%;
  height: 365px;
  border: 2px solid #0175e8;
  margin-top: 80px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
}
.culture .center .profile .hd {
  width: 614px;
  height: 342px;
  overflow: hidden;
}
.culture .center .profile .hd:hover img {
  transform: scale(1.08);
}
.culture .center .profile .hd img {
  transition: all 0.3s linear;
  display: block;
  width: 614px;
  height: 342px;
}
.culture .center .profile .txt {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  width: 60%;
}
@media (max-width: 1660px) {
  .culture .center .profile .txt {
    padding-right: 20px;
  }
}
.culture .center .profile .txt h4 {
  line-height: 28px;
  border-left: 3px solid #0175e8;
  font-size: 28px;
  color: #0175e8;
  padding-left: 10px;
  font-weight: lighter;
  margin-bottom: 8px;
}
.culture .center .profile .txt h4 span {
  color: #8c8c8c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
}
.culture .center .profile .txt h4 .more {
  width: 15px;
  display: block;
  float: right;
  margin-top: 10px;
  height: 15px;
  background: url(../img/rjt.png) no-repeat center center;
}
.culture .center .profile .txt .hid {
  height: 285px;
  overflow: hidden;
}
.culture .center .profile .txt .hid p {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .culture {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .culture .center {
    width: 92%;
    margin: 0 auto;
  }
  .culture .center .tit {
    text-align: center;
    margin-top: 0.5rem;
  }
  .culture .center .tit h2 {
    text-align: center;
    color: #272727;
    font-weight: normal;
    font-size: 0.4rem;
  }
  .culture .center .tit h3 {
    display: inline-block;
    background: url(../img/tit-line1.png) no-repeat left, url(../img/tit-line2.png) right no-repeat;
    background-size: 1.8rem auto;
    padding: 0 2rem;
    text-align: center;
    color: #0175e8;
    font-size: 0.24rem;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 0.2rem;
  }
  .culture .center .tit p {
    width: 80%;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .culture .center .icon-list {
    margin-top: 0.2rem;
    position: relative;
  }
  .culture .center .icon-list .line {
    display: none;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 96px;
    height: 1px;
    border: 2px dashed #d7ebff;
  }
  .culture .center .icon-list .icon {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
  }
  .culture .center .icon-list .icon li {
    width: 50%;
    margin-top: 0.6rem;
  }
  .culture .center .icon-list .icon li .ry {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    border: 1px solid #99c8f6;
    padding: 10px;
    margin: 0 auto;
  }
  .culture .center .icon-list .icon li .ry i {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0175e8;
  }
  .culture .center .icon-list .icon li .ry i img {
    width: 0.7rem;
  }
  .culture .center .icon-list .icon li h4 {
    color: #4f4f4f;
    font-size: 0.32rem;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 6px;
  }
  .culture .center .icon-list .icon li p {
    text-align: center;
    width: 100%;
    color: #545454;
    font-size: 0.24rem;
    margin-top: 2px;
  }
  .culture .center .profile {
    width: 100%;
    height: auto;
    border: 2px solid #0175e8;
    margin-top: 1.2rem;
    padding: 0.2rem;
    display: block;
    justify-content: space-between;
  }
  .culture .center .profile .hd {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .culture .center .profile .hd:hover img {
    transform: scale(1.08);
  }
  .culture .center .profile .hd img {
    transition: all 0.3s linear;
    display: block;
    width: 100%;
    height: auto;
  }
  .culture .center .profile .txt {
    padding-top: 0.4rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .culture .center .profile .txt h4 {
    line-height: 0.4rem;
    border-left: 3px solid #0175e8;
    font-size: 0.4rem;
    color: #0175e8;
    padding-left: 0.15rem;
    font-weight: lighter;
    margin-bottom: 0.2rem;
  }
  .culture .center .profile .txt h4 span {
    color: #8c8c8c;
    font-size: 0.24rem;
    text-transform: uppercase;
    font-weight: lighter;
  }
  .culture .center .profile .txt h4 .more {
    width: 0.15rem;
    display: block;
    float: right;
    margin-top: 0.12rem;
    height: 0.25rem;
    background: url(../img/rjt.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .culture .center .profile .txt .hid {
    height: auto;
    overflow: hidden;
  }
  .culture .center .profile .txt .hid p {
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.46rem;
    text-align: justify;
    letter-spacing: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1660px) {
  .culture .center .profile .txt {
    padding-right: 0;
  }
}
.display {
  width: 100%;
}
.display .tit {
  text-align: center;
}
.display .tit h2 {
  text-align: center;
  color: #272727;
  font-size: 28px;
  font-weight: normal;
}
.display .tit h3 {
  display: inline-block;
  background: url(../img/tit-line1.png) no-repeat left, url(../img/tit-line2.png) right no-repeat;
  padding: 0 190px;
  text-align: center;
  color: #0175e8;
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 12px;
}
.display .tit p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 16px;
}
.display .prd-list {
  width: 100%;
  height: 630px;
  margin-top: 30px;
  background: #fafafa;
  overflow: hidden;
}
.display .prd-list img {
  transition: all 0.3s linear;
}
.display .prd-list img:hover {
  transform: scale(1.08);
  transition: all 0.3s linear;
}
.display .prd-list .lnr {
  float: left;
  height: 630px;
  width: 47.5%;
  border-right: 1px solid #b5d0f7;
}
.display .prd-list .lnr .s-nr {
  width: 100%;
  height: 320px;
  border-bottom: 1px solid #b5d0f7;
}
.display .prd-list .lnr .s-nr .cbx {
  width: 84%;
  float: right;
  height: 100%;
  display: flex;
  justify-content: center;
}
.display .prd-list .lnr .s-nr .cbx .l-txt {
  margin: 0 4%;
}
.display .prd-list .lnr .s-nr .cbx .l-txt i {
  display: block;
  width: 12px;
  height: 108px;
  background: url(../img/d-line.png);
  float: left;
}
.display .prd-list .lnr .s-nr .cbx .l-txt .txt {
  margin-top: 80px;
  margin-left: 10px;
  float: left;
}
.display .prd-list .lnr .s-nr .cbx .l-txt .txt strong {
  display: block;
  color: #2481de;
  font-size: 28px;
}
.display .prd-list .lnr .s-nr .cbx .l-txt .txt span {
  color: #979797;
  font-size: 20px;
  margin-top: 12px;
  display: block;
  font-weight: bold;
}
.display .prd-list .lnr .s-nr .cbx .l-txt .txt p {
  margin-top: 7px;
  color: #979797;
  font-size: 18px;
}
.display .prd-list .lnr .s-nr .cbx img {
  margin: 0 4%;
  display: block;
  width: 276px;
  height: 206px;
  margin-top: 75px;
}
@media (max-width: 1560px) {
  .display .prd-list .lnr .s-nr .cbx {
    width: 94%;
  }
}
@media (max-width: 1460px) {
  .display .prd-list .lnr .s-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .display .prd-list .lnr .s-nr .cbx {
    width: 100%;
  }
  .display .prd-list .lnr .s-nr .cbx img {
    width: 237px;
    height: 177px;
  }
}
.display .prd-list .lnr .x-nr {
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.display .prd-list .lnr .x-nr .cbx {
  width: 84%;
  float: right;
  height: 100%;
  display: flex;
  justify-content: center;
}
.display .prd-list .lnr .x-nr .cbx .l-txt {
  margin: 0 4%;
}
.display .prd-list .lnr .x-nr .cbx .l-txt i {
  display: block;
  width: 12px;
  height: 108px;
  background: url(../img/d-line.png);
  float: left;
}
.display .prd-list .lnr .x-nr .cbx .l-txt .txt {
  margin-top: 80px;
  margin-left: 10px;
  float: left;
}
.display .prd-list .lnr .x-nr .cbx .l-txt .txt strong {
  display: block;
  color: #2481de;
  font-size: 28px;
}
.display .prd-list .lnr .x-nr .cbx .l-txt .txt span {
  color: #979797;
  font-size: 20px;
  margin-top: 12px;
  display: block;
  font-weight: bold;
}
.display .prd-list .lnr .x-nr .cbx .l-txt .txt p {
  margin-top: 7px;
  color: #979797;
  font-size: 18px;
  max-width: 190px;
}
.display .prd-list .lnr .x-nr .cbx img {
  margin: 0 4%;
  display: block;
  width: 276px;
  height: 215px;
  margin-top: 75px;
}
@media (max-width: 1560px) {
  .display .prd-list .lnr .x-nr .cbx {
    width: 94%;
  }
}
@media (max-width: 1460px) {
  .display .prd-list .lnr .x-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .display .prd-list .lnr .x-nr .cbx {
    width: 100%;
  }
  .display .prd-list .lnr .x-nr .cbx img {
    width: 237px;
    height: 177px;
  }
}
.display .prd-list .rnr {
  width: 52.5%;
  height: 630px;
  float: left;
}
.display .prd-list .rnr .s-nr {
  width: 100%;
  height: 492px;
  border-bottom: 1px solid #b5d0f7;
  overflow: hidden;
}
.display .prd-list .rnr .s-nr .up-txt {
  overflow: hidden;
  margin-left: 15%;
}
.display .prd-list .rnr .s-nr .up-txt i {
  display: block;
  width: 12px;
  height: 108px;
  background: url(../img/d-line.png);
  float: left;
}
.display .prd-list .rnr .s-nr .up-txt .txt {
  margin-top: 80px;
  margin-left: 10px;
  float: left;
}
.display .prd-list .rnr .s-nr .up-txt .txt strong {
  display: block;
  color: #2481de;
  font-size: 28px;
}
.display .prd-list .rnr .s-nr .up-txt .txt span {
  color: #979797;
  font-size: 20px;
  margin-top: 12px;
  display: block;
  font-weight: bold;
}
.display .prd-list .rnr .s-nr .up-txt .txt p {
  margin-top: 7px;
  color: #979797;
  font-size: 18px;
}
.display .prd-list .rnr .s-nr img {
  display: block;
  width: 388px;
  height: 250px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .display .prd-list .rnr .s-nr img {
    width: 349px;
    height: 225px;
  }
}
.display .prd-list .rnr .x-nr {
  width: 100%;
  height: 142px;
  display: flex;
  align-items: center;
}
.display .prd-list .rnr .x-nr .n-tit {
  float: left;
  width: 30px;
  height: 100px;
  margin-left: 30px;
  background: url(../img/n-tit.png);
}
.display .prd-list .rnr .x-nr p {
  color: #000000;
  font-size: 26px;
  margin-left: 10%;
  background: url(../img/call.png) no-repeat left center;
  padding-left: 28px;
}
@media (max-width: 1024px) {
  .display {
    width: 100%;
  }
  .display .tit {
    text-align: center;
    margin-top: 0.5rem;
  }
  .display .tit h2 {
    text-align: center;
    color: #272727;
    font-weight: normal;
    font-size: 0.4rem;
  }
  .display .tit h3 {
    display: inline-block;
    background: url(../img/tit-line1.png) no-repeat left, url(../img/tit-line2.png) right no-repeat;
    background-size: 1.8rem auto;
    padding: 0 2rem;
    text-align: center;
    color: #0175e8;
    font-size: 0.24rem;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 0.2rem;
  }
  .display .tit p {
    width: 80%;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .display .prd-list {
    width: 100%;
    height: auto;
    margin-top: 30px;
    background: #fafafa;
    overflow: hidden;
  }
  .display .prd-list .lnr {
    float: none;
    height: auto;
    width: 100%;
    border-right: none;
  }
  .display .prd-list .lnr .s-nr {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b5d0f7;
    padding-bottom: 0.5rem;
  }
  .display .prd-list .lnr .s-nr .cbx {
    width: 100%;
    float: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .display .prd-list .lnr .s-nr .cbx .l-txt {
    margin: 0 0;
  }
  .display .prd-list .lnr .s-nr .cbx .l-txt i {
    display: block;
    width: 0.2rem;
    height: 1.6rem;
    background: url(../img/d-line.png);
    background-size: 100% 100%;
    float: left;
  }
  .display .prd-list .lnr .s-nr .cbx .l-txt .txt {
    margin-top: 1.25rem;
    margin-left: 0.15rem;
    float: left;
  }
  .display .prd-list .lnr .s-nr .cbx .l-txt .txt strong {
    display: block;
    color: #2481de;
    font-size: 0.34rem;
    max-width: 2.8rem;
    word-break: break-all;
  }
  .display .prd-list .lnr .s-nr .cbx .l-txt .txt span {
    color: #979797;
    font-size: 0.28rem;
    margin-top: 12px;
    display: block;
    max-width: 2.8rem;
    font-weight: bold;
  }
  .display .prd-list .lnr .s-nr .cbx .l-txt .txt p {
    margin-top: 7px;
    color: #979797;
    font-size: 0.24rem;
    max-width: 2.8rem;
  }
  .display .prd-list .lnr .s-nr .cbx img {
    margin: 0 4%;
    display: block;
    width: 3rem;
    height: auto;
    margin-top: 1rem;
  }
  .display .prd-list .lnr .x-nr {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b5d0f7;
    padding-bottom: 0.5rem;
  }
  .display .prd-list .lnr .x-nr .cbx {
    width: 100%;
    float: none;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .display .prd-list .lnr .x-nr .cbx .l-txt {
    margin: 0 0;
  }
  .display .prd-list .lnr .x-nr .cbx .l-txt i {
    display: block;
    width: 0.2rem;
    height: 1.6rem;
    background: url(../img/d-line.png);
    background-size: 100% 100%;
    float: left;
  }
  .display .prd-list .lnr .x-nr .cbx .l-txt .txt {
    margin-top: 1.25rem;
    margin-left: 0.15rem;
    float: left;
  }
  .display .prd-list .lnr .x-nr .cbx .l-txt .txt strong {
    display: block;
    color: #2481de;
    max-width: 2.8rem;
    font-size: 0.34rem;
    word-break: break-all;
  }
  .display .prd-list .lnr .x-nr .cbx .l-txt .txt span {
    color: #979797;
    font-size: 0.28rem;
    margin-top: 12px;
    display: block;
    font-weight: bold;
    max-width: 2.8rem;
  }
  .display .prd-list .lnr .x-nr .cbx .l-txt .txt p {
    margin-top: 7px;
    color: #979797;
    max-width: 2.8rem;
    font-size: 0.24rem;
  }
  .display .prd-list .lnr .x-nr .cbx img {
    margin: 0 4%;
    display: block;
    width: 3rem;
    height: auto;
    margin-top: 1rem;
  }
  .display .prd-list .rnr {
    width: 100%;
    height: auto;
    float: left;
  }
  .display .prd-list .rnr .s-nr {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #b5d0f7;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .display .prd-list .rnr .s-nr .up-txt {
    overflow: hidden;
    margin-left: 0%;
  }
  .display .prd-list .rnr .s-nr .up-txt i {
    display: block;
    width: 0.2rem;
    height: 1.6rem;
    background: url(../img/d-line.png);
    background-size: 100% 100%;
    float: left;
  }
  .display .prd-list .rnr .s-nr .up-txt .txt {
    margin-top: 1.25rem;
    margin-left: 0.15rem;
    float: left;
  }
  .display .prd-list .rnr .s-nr .up-txt .txt strong {
    display: block;
    color: #2481de;
    max-width: 2.8rem;
    font-size: 0.34rem;
    word-break: break-all;
  }
  .display .prd-list .rnr .s-nr .up-txt .txt span {
    color: #979797;
    font-size: 0.28rem;
    margin-top: 12px;
    display: block;
    font-weight: bold;
    max-width: 2.8rem;
  }
  .display .prd-list .rnr .s-nr .up-txt .txt p {
    margin-top: 7px;
    color: #979797;
    max-width: 2.8rem;
    font-size: 0.24rem;
  }
  .display .prd-list .rnr .s-nr img {
    margin: 0 4%;
    display: block;
    width: 3rem;
    height: auto;
    margin-top: 1rem;
  }
  .display .prd-list .rnr .x-nr {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
  }
  .display .prd-list .rnr .x-nr .n-tit {
    float: left;
    width: 0.4rem;
    height: 1.6rem;
    margin-left: 0.4rem;
    background: url(../img/n-tit.png);
    background-size: 100% 100%;
  }
  .display .prd-list .rnr .x-nr p {
    color: #000000;
    font-size: 0.36rem;
    margin-left: 0.5rem;
    background: url(../img/call.png) no-repeat left center;
    padding-left: 0.4rem;
    background-size: 0.3rem auto;
  }
}
@media (max-width: 1024px) and (max-width: 1560px) {
  .display .prd-list .lnr .s-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1460px) {
  .display .prd-list .lnr .s-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1300px) {
  .display .prd-list .lnr .s-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1560px) {
  .display .prd-list .lnr .x-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1460px) {
  .display .prd-list .lnr .x-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1300px) {
  .display .prd-list .lnr .x-nr .cbx {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1300px) {
  .display .prd-list .rnr .s-nr img {
    width: 3rem;
    height: auto;
  }
}
.news {
  width: 100%;
  margin-top: 95px;
  padding-bottom: 40px;
}
.news .center {
  width: 83.3%;
  margin: 0 auto;
}
.news .center .tit {
  text-align: center;
}
.news .center .tit h2 {
  text-align: center;
  color: #272727;
  font-size: 28px;
  font-weight: normal;
}
.news .center .tit h3 {
  display: inline-block;
  background: url(../img/tit-line1.png) no-repeat left, url(../img/tit-line2.png) right no-repeat;
  padding: 0 190px;
  text-align: center;
  color: #0175e8;
  font-size: 14px;
  font-weight: lighter;
  text-transform: uppercase;
  margin-top: 12px;
}
.news .center .tit p {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 16px;
}
.news .center ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news .center ul li {
  width: 18%;
  height: auto;
  transition: all 0.4s linear;
}
.news .center ul li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.news .center ul li:hover .img img {
  transform: scale(1.06);
}
.news .center ul li:hover .txt s {
  margin-top: 2px;
}
.news .center ul li .img {
  display: block;
  width: 100%;
  height: 8.2vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.news .center ul li .img img {
  display: block;
  transition: all 0.4s linear;
  width: 100%;
}
.news .center ul li .txt {
  width: 100%;
  height: 138px;
  padding: 15px 10px;
  background: #f7f7f7;
}
.news .center ul li .txt h5 {
  font-size: 15px;
  color: #000000;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.news .center ul li .txt p {
  line-height: 24px;
  color: #6e6e6e;
  font-size: 12px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.news .center ul li .txt s {
  display: block;
  width: 26px;
  height: 6px;
  background: url(../img/join.png) no-repeat;
  float: right;
  margin-top: 7px;
  transition: all 0.4s linear;
}
@media (max-width: 1024px) {
  .news {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0.4rem;
  }
  .news .center {
    width: 92%;
    margin: 0 auto;
  }
  .news .center .tit {
    text-align: center;
    margin-top: 0.5rem;
  }
  .news .center .tit h2 {
    text-align: center;
    color: #272727;
    font-weight: normal;
    font-size: 0.4rem;
  }
  .news .center .tit h3 {
    display: inline-block;
    background: url(../img/tit-line1.png) no-repeat left, url(../img/tit-line2.png) right no-repeat;
    background-size: 1.8rem auto;
    padding: 0 2rem;
    text-align: center;
    color: #0175e8;
    font-size: 0.24rem;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 0.2rem;
  }
  .news .center .tit p {
    width: 80%;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .news .center ul {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .news .center ul li {
    width: 47%;
    height: auto;
    transition: all 0.4s linear;
    margin-top: 0.5rem;
  }
  .news .center ul li:last-child {
    display: none;
  }
  .news .center ul li:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .news .center ul li:hover .img img {
    transform: scale(1.06);
  }
  .news .center ul li:hover .txt s {
    margin-top: 0;
  }
  .news .center ul li .img {
    width: 100%;
    height: 1.82rem;
    overflow: hidden;
  }
  .news .center ul li .img img {
    display: block;
    transition: all 0.4s linear;
    width: 100%;
  }
  .news .center ul li .txt {
    width: 100%;
    height: auto;
    padding: 0.2rem 0.14rem;
    background: #f7f7f7;
    padding-bottom: 0.4rem;
  }
  .news .center ul li .txt h5 {
    font-size: 0.3rem;
    color: #000000;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news .center ul li .txt p {
    line-height: 0.46rem;
    color: #6e6e6e;
    font-size: 0.24rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.15rem;
  }
  .news .center ul li .txt s {
    display: block;
    width: 26px;
    height: 6px;
    background: url(../img/join.png) no-repeat;
    float: right;
    margin-top: 0.1rem;
    transition: all 0.4s linear;
  }
}
