/* LESS Document */
/*--iphone4、5--*/
@media screen and (max-width: 320px) {
  html {
    /**font-size:19px;*/
    font-size: 112.5% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .col-title-link {
    display: none;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/*--安卓360以下--*/
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    /*font-size:19px;*/
    font-size: 118.75% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/*--iphone8、iphoneX--*/
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 125% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/*--安卓 384--*/
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 131.25% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/*--安卓412x以下--*/
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    /*font-size:24px;*/
    font-size: 137.5% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/*--iphone8plus--*/
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    /*font-size:24px;*/
    font-size: 150% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
  html {
    /*font-size:24px;*/
    font-size: 150% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 350px;
    background: url(../image/banner1.png) center center no-repeat;
    background-size: 100% 100%;
  }
}
/*--安卓414以上--*/
@media screen and (min-width: 768px) {
  html {
    /*font-size:28px;*/
    font-size: 175% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 450px;
    background: url(../image/banner.png) center center no-repeat;
  }
  .col-item {
    min-height: 486px;
  }
  .col-info .col-info-text:first-of-type {
    max-height: 82px;
    border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .col-info .col-info-text:nth-of-type(2) {
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .col-info .col-info-text:nth-of-type(3) {
    min-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  html {
    /*font-size:28px;*/
    width: 1200px;
    font-size: 175% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  body {
    width: 1200px;
  }
  .container {
    width: 1200px;
  }
  .banner {
    width: 100%;
    height: 450px;
    background: url(../image/banner.png) center center no-repeat;
  }
  .col-item {
    min-height: 486px;
  }
  .col-info .col-info-text:first-of-type {
    max-height: 82px;
    border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .col-info .col-info-text:nth-of-type(2) {
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .col-info .col-info-text:nth-of-type(3) {
    min-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 1201px) {
  html {
    /*font-size:28px;*/
    font-size: 175% !important;
    font-weight: normal;
    font-family: "PingFangSC-Medium", "Source Han Sans CN", sans-serif;
  }
  .banner {
    width: 100%;
    height: 450px;
    background: url(../image/banner.png) center center no-repeat;
  }
  .col-item {
    min-height: 486px;
  }
  .col-info .col-info-text:first-of-type {
    max-height: 82px;
    border-top: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .col-info .col-info-text:nth-of-type(2) {
    max-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .col-info .col-info-text:nth-of-type(3) {
    min-height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
* {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background: #f0e8d8;
}
h3 {
  margin: 0;
  padding: 0;
}
.bannertop {
  width: 100%;
  height: auto;
}
.container {
  margin: 0 auto;
  margin-top: 25px;
}
.col-item {
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  zoom: 1;
  padding: 0;
  margin-bottom: 20px;
}
.col-item .col-title {
  height: 40px;
  position: relative;
}
.col-item .col-title-color1 {
  background: #43ba62;
}
.col-item .col-title-color2 {
  background: #21ada1;
}
.col-item .col-title-color3 {
  background: #4e8ac6;
}
.col-item .col-title .col-title-h3 {
  width: 240px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #353535;
  padding-left: 20px;
  background: url(../image/bg-title.png) top right no-repeat;
  position: relative;
}
.col-item .col-title .col-title-link {
  position: absolute;
  top: 0;
  padding-right: 18px;
  right: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.col-item .col-title .col-title-link .col-title-link_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  width: 14px;
  height: 14px;
  background: url(../image/icon-go.png) 0 0 no-repeat;
}
.col-info {
  padding: 15px 20px;
}
.col-info img {
  width: 100%;
  height: auto;
}
.col-info .col-info-text {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d2d2d2;
  text-align: justify;
}
.col-info .col-info-text:first-of-type {
  border-top: none;
}
.col-info .col-info-text:last-of-type {
  margin-bottom: 0;
}
.col-info .col-info-text .col-info-link {
  color: ;
  text-decoration: underline;
}
.foot-p {
  font-size: 14px;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  background: #353535;
  text-align: center;
}
.footer {
  padding: 15px 0;
  background: #353535;
  color: #fff;
  display: none;
}
.footer .font-num {
  font-size: 14px;
  margin-bottom: 15px;
}
.fd {
  width: 140px;
  height: 200px;
  position: fixed;
  top: 270px;
  display: block;
}
.fd-r {
  background: url(../image/fd1.png) 0 0 no-repeat;
  right: 5px;
}
.fd-l {
  background: url(../image/fd2.png) 0 0 no-repeat;
  left: 5px;
}
.fd-r2 {
  background: url(../image/fd3.png) 0 0 no-repeat;
  right: 5px;
  top:520px;
}
.fd-l2 {
  background: url(../image/fd4.png) 0 0 no-repeat;
  left: 5px;
  top:520px;
}

