.main {
  width: 100%;
  overflow: hidden;
  margin-top: 60px; }

.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px 100px; }

.contentTit {
  margin: 100px 0 80px 0; }
  .contentTit .englishTit {
    letter-spacing: 2px;
    font-size: 40px;
    color: #001c4b;
    line-height: 100%;
    font-weight: bold; }
  .contentTit .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .contentTit .title .chineseTit {
      margin-top: 16px;
      color: #c8a86b;
      font-size: 30px;
      line-height: 100%;
      display: flex;
      align-items: center; }
      .contentTit .title .chineseTit span {
        width: 10px;
        height: 10px;
        margin-right: 16px; }

.contList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contItem {
  margin-bottom: 40px;
  width: 30%;
  letter-spacing: 1px; }
  .contItem .itemImg {
    position: relative;
    cursor: pointer;
    display: block;
    height: 220px;
    border-radius: 8px;
    background-position: center center; }
    .contItem .itemImg .gradient {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      background: -moz-linear-gradient(0, rgba(2, 2, 2, 0.2) 0%, rgba(2, 2, 2, 0.1) 100%);
      background: -webkit-gradient(0, color-stop(0%, rgba(2, 2, 2, 0.2)), color-stop(100%, rgba(2, 2, 2, 0.1)));
      background: -webkit-linear-gradient(0, rgba(2, 2, 2, 0.2) 0%, rgba(2, 2, 2, 0.1) 100%);
      background: -o-linear-gradient(0, rgba(2, 2, 2, 0.2) 0%, rgba(2, 2, 2, 0.1) 100%);
      background: -ms-linear-gradient(0, rgba(2, 2, 2, 0.2) 0%, rgba(2, 2, 2, 0.1) 100%);
      background: linear-gradient(0, rgba(2, 2, 2, 0.2) 0%, rgba(2, 2, 2, 0.1) 100%); }
  .contItem .itemImg:hover img {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.28); }
  .contItem .itemTit {
    margin: 30px 0 10px 0;
    font-size: 20px;
    color: #001c4b;
    font-weight: bold; }
  .contItem .itemCont {
    font-size: 16px;
    color: #747d87;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word; }
  .contItem .seeMore {
    display: flex;
    align-items: center;
    margin-top: 8px;
    color: #747d87;
    opacity: 0.4;
    font-weight: bold;
    cursor: pointer; }
    .contItem .seeMore i {
      position: relative;
      opacity: 0;
      left: 0px;
      bottom: 0;
      transition-property: opacity, left;
      transition-duration: 0.5s;
      transition-timing-function: linear; }
  .contItem .seeMore:hover {
    color: #c8a86b;
    opacity: 1; }
    .contItem .seeMore:hover .icon_Right {
      color: #c8a86b;
      opacity: 1;
      left: 8px;
      transition-property: opacity, left;
      transition-duration: 0.2s;
      transition-timing-function: ease-in-out; }
    .contItem .seeMore:hover .icon_Right:before {
      color: #c8a86b; }

.nowNum {
  color: #747d87;
  font-size: 16px;
  letter-spacing: 1px; }

.titLine {
  margin-top: 22px;
  width: 100%;
  height: 1px;
  background-color: rgba(200, 168, 107, 0.2); }

.pageList {
  display: flex;
  justify-content: center;
  color: #747d87;
  font-size: 18px;
  margin-top: 80px; }
  .pageList .prev, .pageList .next {
    width: 124px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #747d87;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 40px; }
  .pageList .next:hover, .pageList .prev:hover {
    background-color: rgba(116, 125, 135, 0.05);
    font-weight: bold; }
  .pageList .icon_Left::before {
    margin-right: 10px;
    color: #747d87; }
  .pageList .icon_Right::before {
    margin-left: 10px;
    color: #747d87;
    position: relative;
    top: 1; }
  .pageList .pageNum {
    margin: 0 25px;
    display: flex;
    flex-direction: row; }
    .pageList .pageNum li {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #747d87;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 5px; }
    .pageList .pageNum li:hover {
      background-color: rgba(116, 125, 135, 0.05);
      color: #747d87;
      border-color: #747d87;
      font-weight: bold;
      cursor: pointer; }
    .pageList .pageNum .light {
      background-color: #c8a86b;
      color: #fff;
      border-color: #c8a86b;
      cursor: pointer; }
  .pageList .pageUrl {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center; }

.pageList {
  display: flex;
  justify-content: center; }

.firstItem {
  margin-top: 0; }

@media (max-width: 1100px) {
  .contItem {
    width: 47%; }

  .pageList {
    font-size: 14px; }
    .pageList .pageNum {
      margin: 0 18px; }
      .pageList .pageNum li {
        margin: 0 3px; } }
@media (max-width: 750px) {
  .contents {
    padding: 10px 20px 0; }

  .nowNum {
    display: none; }

  .newsBanner {
    width: auto;
    height: 200px;
    position: relative;
    left: -300px; }

  .contentTit {
    margin: 40px 0 20px; }
    .contentTit .englishTit {
      font-size: 23px;
      line-height: 23px;
      color: #001c4b; }
    .contentTit .title .chineseTit {
      margin-top: 15px;
      font-size: 16px;
      line-height: 16px; }
      .contentTit .title .chineseTit span {
        width: 5px;
        height: 5px; }
    .contentTit .title .seeAll {
      display: none; }

  .last {
    border: none; }

  .contItem {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid rgba(200, 168, 107, 0.2);
    margin: 0; }
    .contItem .itemImg {
      height: 150px;
      overflow: hidden;
      border-radius: 4px; }
      .contItem .itemImg .gradient {
        border-radius: 4px; }
    .contItem .itemTit {
      margin: 14px 0 12px;
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1; }
    .contItem .itemCont {
      font-size: 12px;
      line-height: 20px;
      color: #747d87;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2; }
    .contItem .seeMore {
      color: #c8a86b;
      opacity: 1; }
      .contItem .seeMore i {
        left: 8px;
        color: #c8a86b;
        opacity: 1; }
      .contItem .seeMore .icon_Right:before {
        font-size: 20px;
        display: inline-block;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin-X: left;
        color: #c8a86b !important;
        position: relative;
        top: -1px;
        font-weight: bold; }
    .contItem .seeMore:hover {
      transform: none; }
      .contItem .seeMore:hover .icon_Right {
        opacity: 1;
        transition: none;
        transition: none; }

  .pageList {
    display: none; }

  .footer {
    display: none; } }

/*# sourceMappingURL=newsList.css.map */
