@import "common.less";
.box{
  background-color: @white;
  margin: 7px auto;
  @media (min-width: @min_width) {
    margin: 15px auto;
  }
}
.more{
  padding: 15px;
  padding-top: 0;
  text-align: center;
  a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: @red;
    font-size: 20px;
    line-height: 20px;
    color: white;
  }
}
.sub_title{
  @media (min-width: @min_width) {
    border-top: 6px solid @red;
    border-bottom: 1px solid @e7e7e7;
    &>div{
      display: flex;
      justify-content: space-between;
      align-items: center;
      .l{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        h1{
          padding: 0;
          margin: 0;
          font-size: 25px;
          font-weight: @font_weight;
          line-height: 25px;
          color: @black;
        }
        h3{
          padding: 0;
          margin: 0;
          margin-left: 10px;
          font-size: 28px;
          font-weight: @font_weight;
          line-height: 25px;
          color: @b6b6b6;
        }
      }
      .r{
        ul{
          margin: 0;
          padding: 0;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          li{
            height: 90px;
            list-style: none;
            padding: 0 25px;
            position: relative;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            &:last-child{
              padding-right: 0;
            }
            &:after{
              position: absolute;
              content: url("@{images}common/diamond.svg");
              left: 0;
              bottom: 28px;
              width: 14px;
              height: 14px;
              z-index: 1;
            }
            a{
              line-height: 55px;
              color: @black;
              font-size: 15px;
              display: block;
              width: auto;
              padding-bottom: 2px;
            }
            &.active{
              a{
                padding-bottom: 0;
                border-bottom: 2px solid @red;
              }
            }
          }
        }
      }
    }
  }
}
.sub-title{
  margin-top: 23px;
  a{
    text-decoration: none;
    h3{
      margin: 0;
      padding: 0;
      color: @red;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
    }
    .border_bg{
      margin-top: 10px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      &:after{
        position: absolute;
        content: "";
        background-color: #ededed;
        height: 1px;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
      }
      h4{
        position: relative;
        z-index: 2;
        margin: 0;
        padding: 0 15px;
        font-size: 20px;
        line-height: 20px;
        background-color: white;
        color: fade(@red, 20%);
      }
    }

  }
}

.sub_show_title{
  overflow: hidden;
  h1{
    display: inline-block;
    line-height: 35px;
    font-size: 22px;
    margin: 0;
    margin-top: 10px;
    padding: 0 15px;
    color: @black;
    font-weight: bold;
  }
  .line-ee-1{
    margin-top: 20px;
  }
  ul{
    padding: 0 15px;
    margin: 0;
    margin-top: 18px;
    padding-bottom: 14px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    &:after{
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #d4d4d4;
      transform: scaleY(0.5);
      @media (min-width: @min_width) {
        transform: scaleY(1);
      }
    }
    &:before{
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      z-index: 1;
      width: 100%;
      height: 1px;
      background-color: #d4d4d4;
      transform: scaleY(0.5);
      @media (min-width: @min_width) {
        transform: scaleY(1);
      }
    }

    li{
      list-style: none;
      line-height: 12px;
      font-size: 12px;
      margin-top: 12px;
      padding-right: 32px;
      position: relative;
      color: @gray3a;
      &:after{
        position: absolute;
        content: "";
        right: 16px;
        top: 0;
        bottom: 0;
        background-color: #d4d4d4;
        width: 1px;
        transform: rotateX(0.5);
      }
      &:last-child{
        &:after{
          display: none;
        }
      }
      a{
        color: @blue;
      }
      &:hover,
      &.active{
        a{
          font-weight: bold;
        }
      }
    }
  }


  @media (min-width: @min_width) {
    padding: 0;
    text-align: center;
    h1{
      margin: 0;
      margin-top: 24px;
      padding: 0;
    }
    .line-ee-1{
      margin-top: 30px;
    }
    ul{
      margin-top: 28px;
      padding: 0;
      padding-bottom: 16px;
      justify-content: center;
      li{
        margin-top: 16px;
        line-height: 14px;
        font-size: 14px;
        color: @gray3a;
        a{
          color: @gray3a;
        }
      }
    }
  }
}

.sub_show{
  overflow: hidden;
  padding: 20px 15px;
  *{
    color: @gray3a;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
  }
  @media (min-width: @min_width) {
    padding: 30px 55px 55px 55px;
    *{
      font-size: 16px;
      line-height: 35px;
    }
    img{
      max-width: 800px;
    }
  }
}
.sub_show2{
  padding-top: 20px;
  @media (min-width: @min_width) {
    padding-top: 41px;
  }
}
.sub_list{
  .list{
    padding: 0;
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 15px;
    ul{
      padding: 0;
      margin: 0;
      li{
        list-style: none;
        padding: 15px 0;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-flow: column;
        a{
          font-size: 18px;
          line-height: 30px;
          color: @gray3a;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
        }
        .date{
          align-self: flex-end;
          span{
            font-size: 15px;
            color: @grayc1;
            margin-right: 15px;
            img{
              height: 15px;
              margin-right: 4px;
            }
          }
        }

        &:after{
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          z-index: 1;
          width: 100%;
          height: 1px;
          background-color: #eeeeee;
          transform: scaleY(0.5);
          @media (min-width: @min_width) {
            transform: scaleY(1);
          }
        }
      }
    }
  }
  @media (min-width: @min_width) {
    @media (min-width: @min_width) and (max-width: 1250px) {
      padding: 0 15px;
    }
    .list{
      padding: 0px;
      padding-top: 14px;
      ul{
        li{
          padding: 0;
          justify-content: flex-start;
          align-items: center;
          flex-flow: nowrap;
          line-height: 40px;
          position: relative;
          padding-left: 16px;
          &:before{
            position: absolute;
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            left: 0;
            top: calc(~"50% - 3px");
            border-radius: 50%;
            background-color: @red;
          }
          a{
            margin-left: 0px;
            font-size: 15px;
            color: @black;
            text-overflow: ellipsis;
            -moz-text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            max-width: 88%;
            flex: 1;
          }
          .date{
            align-self: flex-start;
            margin-left: 25px;
            span{
              font-size: 13px;
              color: @grayc1;
              margin-right: 15px;
              img{
                height: 15px;
                margin-right: 4px;
              }
            }
          }
          &:after{
            display: none;
          }
          &:nth-child(5n){
            padding-bottom: 10px;
            margin-bottom: 36px;
            &:after{
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              content: "";
              z-index: 1;
              width: 100%;
              height: 1px;
              background-color: #eeeeee;
              transform: scaleY(0.5);
              @media (min-width: @min_width) {
                transform: scaleY(1);
              }
            }
          }
        }
      }
    }
  }

}

.sub_pic_list{
  .list{
    ul{
      margin: 0 15px;
      margin-top: 25px;
      padding: 0;
      padding-bottom: 5px;
      li{
        list-style: none;
        margin-bottom: 20px;
        a{
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column;
          .img{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            img{
              max-width: none;
              min-width: 100%;
              max-height: 215px;
              display: block;
            }
          }
          .txt{
            width: 100%;
            font-size: 16px;
            color: @gray3a;
            line-height: 50px;
            height: 50px;
            text-align: center;
            border: 1px solid @grayee;
            padding: 0 15px;
          }
        }
      }
    }
  }
  @media (min-width: @min_width) {
    .list{
      ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 0 0 0;
        li{
          width: calc(~"33.333% - 33.3333px");
          margin-top: 50px;
          margin-bottom: 0;
          a{
            text-decoration: none;
            .txt{
              margin-top: 1px;
              line-height: 40px;
              height: 40px;
              font-size: 16px;
              background-color: @f0f0f0;
              transition: all .3s;
              padding: 0 15px;
              border: 0;
            }
            &:hover{
              .txt{
                background-color: @red;
                color: @white;
              }
            }
          }

          &:nth-child(3n-1){
            margin: 0 50px;
            margin-top: 50px;
          }

        }
      }
    }
  }
}


.sub_honor_list{
  margin-top: 28px;
  .list{
    padding: 0 15px;
    ul{
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      li{
        list-style: none;
        &:nth-child(odd){
          margin-right: 15px;
        }
        width: calc(~"50% - 8px");
        margin-bottom: 15px;
        a{
          display: inline-flex;
          flex-flow: column;
          justify-content: center;
          overflow: hidden;
          width: 100%;
          .img{
            display: flex;
            justify-content: center;
            img{
              height: 200px;
              max-width: initial;
            }
          }

          .txt{
            width: 100%;
            color: @gray3a;
            line-height: 40px;
            height: 40px;
            text-align: center;
            border: 1px solid @grayee;
            padding: 0 15px;
            margin: 0;
            font-size: 15px;
          }
        }
      }
    }
  }
  @media (min-width: @min_width) {
    margin-top: 0;
    .list{
      ul{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0 0 0 0;
        li{
          &:nth-child(odd){
            margin-right: 0;
          }
          width: calc(~"33.333% - 33.3333px");
          margin-top: 50px;
          a{
            text-decoration: none;
            .txt{
              margin-top: 1px;
              line-height: 40px;
              height: 40px;
              background-color: @f0f0f0;
              transition: all .3s;
              padding: 0 15px;
              border: 0;
            }
            &:hover{
              .txt{
                background-color: @red;
                color: @white;
              }
            }
          }

          &:nth-child(3n-1){
            margin: 0 50px;
            margin-top: 50px;
          }

        }
      }
    }
  }
}


.contact-us{
  color: @gray3a;
  margin-bottom: 25px;
  #container{
    height: 200px;
    margin-top: 25px;
    .amap-logo{
      z-index: 1;
    }
    .amap-copyright{
      z-index: 1;
    }
  }
  .amap-marker-label{
    background-color: @red;
    color: @white;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border: 0;
    left: -46px!important;
    top: 40px!important;
  }
  h2{
    margin: 0;
    margin-top: 23px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
  }
  .txt{
    padding: 0 15px;
    p{
      margin: 0;
      padding: 0;
      font-size: 18px;
      line-height: 35px;
    }
    a{
      text-decoration: none;
      color: #002244;
    }
  }
  ul{
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    li{
      margin-top: 40px;
      list-style: none;
      text-align: center;
      h5{
        margin: 0;
        padding: 0;
        margin-top: 22px;
        color: #10196e;
      }
    }
  }

  @media (min-width: @min_width){
    padding: 0;
    @media (min-width: @min_width) and (max-width: 1250px){
      padding: 0 15px;
    }
    margin-bottom: 50px;
    color: @gray3a;
    #container{
      height: 375px;
      margin-top: 40px;
    }
    .amap-marker-label{
      font-size: 16px;
      line-height: 40px;
      left: -70px!important;
      top: 40px!important;
    }
    h1{
      margin: 0;
      padding: 0;
      text-align: center;
      color: @gray3a;
      font-size: 25px;
    }
    h2{
      margin: 0;
      margin-top: 50px;
      padding: 0;
      font-size: 16px;
      line-height: 40px;
    }
    .art{
      display: flex;
      justify-content: space-between;
    }
    .txt{
      margin-top: 0px;
      padding: 0;
      p{
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 40px;
      }
    }

    ul{
      flex: 1;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      flex-flow: nowrap;
      li{
        margin:0;
        list-style: none;
        text-align: center;
        margin-left: 8%;
        h5{
          margin: 0;
          padding: 0;
          margin-top: 22px;
          color: #10196e;
        }
      }
    }
  }
}