/*@font-face {*/
/*  font-family: 'Alibaba PuHuiTi';*/
/*  src: url('../fonts/AlibabaPuHuiTi-2-65-Medium.ttf');*/
/*}*/

html {
  font-size: 10px;
}
body {
  color: #000000;
  /* font-size: 4px; */
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  flex-direction: column;
  align-items: center;
  font-family: 'Alibaba PuHuiTi';
}

.container {
  width: 192rem;
}
.content-container {
  width: 100%;
  font-weight: 500;
}
.content-container .banner-container {
  width: 100%;
  height: 43.8rem;
  position: relative;
}
.content {
  /* width: 100%; */

  padding: 0 27.4rem 0 27.4rem;
}
.content .latest-news {
  border: 1px solid red;
}
.content .latest_news .latest-news-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
  font-family: "Alibaba PuHuiTi Bold";
}
.latest-news-list {
  display: flex;
  justify-content: space-between;
}
.latest-news-list .latest-news-list-item {
  width: 44.4rem;
   height: 48rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.latest-news-list .latest-news-list-item:hover {
  cursor:pointer;
}
.latest-news-list .latest-news-list-item img {
  height: 32rem;
  width: 100%;
}

.latest-news-list .latest-news-list-item .news-item {
  padding: 2.4rem 2.4rem 2.7rem 2.4rem;
}
.latest-news-list .latest-news-list-item .item-title {
  font-size: 2.2rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
  font-family: "Alibaba PuHuiTi Bold";
}
.latest-news-list .latest-news-list-item .item-date {
  height: 2.2rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #404040;
  font-family: "Alibaba PuHuiTi Regular";

}
.latest-news-list .latest-news-list-item .item-desc {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  color: #404040;
  font-family: "Alibaba PuHuiTi Regular";
}
.latest-news-list .latest-news-list-item .item-desc a {
  color: #ce0e2d;
}
.news-list {
  margin-top: 6.4rem;
}

.news-list .title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.news-list .list {
  margin-top: 4.1rem;
  padding-bottom: 6.4rem;
}
.news-list .list-phone{
  display:none;
}
.news-list .list .list-item {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  height: 10.4rem;
  /* padding-top: 1.2rem;
  padding-bottom: 1.2rem; */
  display: flex;
  align-items: center;
  border-bottom: 0.5px rgba(48, 48, 48, 0.15) solid;
}

.news-list .list .list-item .item-date {
  /* border: #ce0e2d solid 1px; */
  height: 100%;
  width: 23.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alibaba PuHuiTi Bold";

}
.news-list .list .list-item .item-date .day {
  font-size: 4.8rem;
  font-weight: 700;

}
.news-list .list .list-item .item-date .separator {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  font-size: 3rem;
  font-weight: 400;
}

.news-list .list .list-item .item-date .year-month .month {
  font-weight: 700;
  font-size: 2.2rem;
  display: flex;
}
.news-list .list .list-item .item-date .year-month .year {
  font-weight: 700;
  font-size: 1.8rem;
  color: #b5b5b6;
}
.news-list .list .list-item .item-content {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  padding-left: 4.6rem;
  border-left: 0.5px rgba(48, 48, 48, 0.15) solid;
  width: 109rem;
}
.news-list .list .list-item .item-content .item-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-family: "Alibaba PuHuiTi Bold";
}
.news-list .list .list-item .item-content .item-desc {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "Alibaba PuHuiTi Regular";
}
.news-list .list .list-item .item-content .item-desc a {
  color: #ce0e2d;

}
.see_details_a{
  margin-left: 0.5rem;
  font-family:"Alibaba PuHuiTi Regular"
}
/*移动端适配*/
@media screen and (max-width: 1023px){
  html{
    font-size:10px;
    touch-action:pan-y;
    overflow-x:hidden;
  }
  body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Alibaba PuHuiTi';
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    touch-action:pan-y;
    overflow-x:hidden;
  }
  a:focus,input:focus,p:focus,div:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
  }
  .container{
    width:100% !important;
    /*padding-left:1.5rem;*/
    /*padding-right:1.5rem;*/
  }
  /*.banner-container .slide-content{*/
  /*  margin-top:0.6rem !important;*/
  /*}*/
  /*.banner-container .slide-desc{*/
  /*  color: #231815 !important;*/
  /*  text-align: justify !important;*/
  /*  font-family: Alibaba PuHuiTi !important;*/
  /*  font-size: 1.4rem !important;*/
  /*  font-style: normal !important;*/
  /*  font-weight: 500 !important;*/
  /*  width:86.47% !important;*/
  /*  margin-top:-0.6rem !important;*/
  /*}*/
  /*.banner-container .view-details-btn{*/
  /*  margin-top:-11rem !important;*/
  /*}*/
  .content{
    padding:0;
  }
  .latest_news{
    display:none;
  }
  .news-list{
    margin-top:2.277rem;
  }
  .news-list .title{
    font-size:2.2rem;
    color: #000;
    text-align: center;
    font-family: Alibaba PuHuiTi;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8rem;
  }
  .news-list .list{
    display:none;
  }
  .news-list .list-phone{
    display:flex;
    flex-direction: column;
    margin-top:1.6rem;
    padding:1.6rem;
    width:100%;
  }
  .news-list .list-phone-item{
    width:100%;
  }
  .list-phone-item .list-phone-date{
    color: #333;
    font-family: Alibaba PuHuiTi;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.8rem; /* 200% */
  }
  .list-phone-item .list-phone-title{
    width: 92.27%;
    color: #333;
    font-family: Alibaba PuHuiTi;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*white-space:nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
  }
  .list-phone-item img{
    width: 91.3%;
    height: 0.05rem;
    margin-top:1.6rem;
  }
}
