.coverImg {
  background: no-repeat center center scroll;
  background-size: cover; }

body {
  background-color: #f2f2f2; }
.detail-container {
  margin:0 auto;
}

.detail {
  background-color: #fff;
  padding: 2rem 3rem 2rem 3rem; }
  .detail .detail-title-en {
    font-family: FZDHTJW--GB1-0;
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    /*color: #1b1f28; */
    color: #ef805a; 
  }
  .detail .detail-title-zh {
    font-family: FZHTJW--GB1-0;
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    /*color: #1b1f28;*/
    color: #ef805a; 
    margin-top: 0.5rem; 
    text-align: center;
  }

  a.card:hover .item-right>div{
    color:#ef805a!important;
  }

  .detail .detail-browse {
    border-bottom: 2px solid #1b1f28;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    font-family: MicrosoftYaHei;
    font-size: .8rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #939393;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .detail .detail-browse .browse-name {
      margin: 0 0.4rem; }
    .detail .detail-browse .browse-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .detail .detail-browse .browse-row img {
        width: 1rem; }
  .detail .detail-info {
    width: 16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #1b1f28;
    border-top: 2px solid #1b1f28;
    margin: 3rem 0; }
    .detail .detail-info .info-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1rem; }
      .detail .detail-info .info-icons img {
        width: 2rem; }
  .detail .img-list-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detail .img-list-3 .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .detail .img-list-3 .item .item-title {
        font-family: FZHTJW--GB1-0;
        font-size: 1rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #231815;
        margin-top: 1rem; }
  .detail .img-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detail .img-list-2 .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .detail .img-list-2 .item .item-title {
        font-family: FZHTJW--GB1-0;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #231815;
        margin-top: 1rem; }
  .detail .img-list-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detail .img-list-1 .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .detail .img-list-1 .item .item-title {
        font-family: FZHTJW--GB1-0;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0rem;
        color: #231815;
        margin-top: 1rem; }

.aside-top {
  width: 100%;
  height: 15vh;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0vw;
  color: #1b1f28; }
  .aside-top .aside-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
    font-family: MicrosoftYaHei;
    color: #ef805a;
    border-bottom: 2px solid  #ef805a;
    /*border-bottom: 2px solid  #1b1f28;*/
    font-size: 26px;
    letter-spacing: 3px;

  }

.aside-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .aside-item .item-img {
    width: 6vw; }
    .aside-item .item-img img {
      width: 100%; }
  .aside-item .item-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 1vw;
    height: 100%; }
    .aside-item .item-right .item-title-zh {
      font-family: MicrosoftYaHei;
      font-size: 1rem;
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 0vw;
      color: #1b1f28; }
    .aside-item .item-right .item-title-en {
      font-family: MicrosoftYaHei;
      font-size: 1rem;
      font-weight: normal;
      font-stretch: normal;
      letter-spacing: 0vw;
      color: #1b1f28; }

.news-container {
  /*padding: 2vw 2.4vw;*/
  text-align: justify; }
  .news-container h2 {
    color: #ef805a; }
  .news-container-header {
    margin-bottom: 3vw; }
  .news-container .h5 {
    font-weight: 700;
    margin-bottom: 1rem; }
  .news-container img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem; }
  .news-container .strength {
    color: #fff;
    padding: .88rem;
    display: inline-block;
    background-color: #30384a; }
  .news-container .border-block {
    padding: 1rem;
    border: 1px solid #585e6d;
    margin-bottom: 1rem; }
    .news-container .border-block *:last-child {
      margin-bottom: 0; }
  .news-container ul {
    list-style: none;
    counter-reset: count; }
    .news-container ul li {
      line-height: 1.5;
      margin-bottom: 1rem; }
      .news-container ul li:last-child {
        margin-bottom: 0; }
      .news-container ul li::before {
        content: '\02022 ';
        color: #f6baa5;
        font-size: 32px;
        position: relative;
        top: 4px;
        line-height: 0; }
  .news-container *:last-child {
    margin-bottom: 0; }
    
@media (max-width: 768px) {
    .detail {
        padding: 0;
    }
    .detail .detail-title-zh {
        font-size: 1.6rem;
        margin-top: 0;
        padding-top: 0.4em;
    }
    .detail .detail-browse {
        padding: 5px 0px 5px 0px;
        border-bottom: 1px solid #1b1f28;
        margin-bottom: 0;
    }
}
