.media-list a span.title {
  font-size: 16px;
}
.media-list a span.date, .media-list a span.date-display-single {
  font-size: 12px;
}
/*----*/
.banner-view{
  /* height:697px; */
  position: relative;
  /*background: url(../images/bannerB.jpg) no-repeat;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.banner-view img{
  width: 100%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.banner-world{
  transition: all .5s;
  color: #fff;
  position: absolute;
  top: 40%;
  left:30%;
  z-index: 1;
  white-space: nowrap;
  width: 50%;
  word-wrap: break-word;
}
.banner-border {
  max-width:20%;
  width:100%;
  height:100%;
  position:absolute;
  top:-24px;
  right:-3rem;
  pointer-events:none;
  z-index:30
}
.banner-border i {
  display:block;
  background:#fff;
  position:absolute
}
.banner-border i:first-child {
  height:0;
  width:4px;
  top:0;
  left:0
}
.banner-border i:nth-child(2) {
  width:0;
  height:4px;
  top:0;
  right:0
}
.banner-border i:nth-child(3) {
  height:0;
  width:4px;
  right:0;
  bottom:0
}
.banner-border.border-left {
  left:-25px;
  right:auto
}
.banner-border.border-left i:first-child {
  left:auto;
  right:0
}
.banner-border.border-left i:nth-child(2), .banner-border.border-left i:nth-child(3) {
  left:0;
  right:auto
}
.banner-border.fixed {
  max-width:100%;
  left:0;
  right:0;
  top:0
}
.banner-border.fixed i:first-child {
  height:0;
  width:4px;
  top:0;
  left:0
}
.banner-border.fixed i:nth-child(2) {
  width:0;
  height:4px;
  top:0;
  right:0
}
.banner-border.fixed i:nth-child(3) {
  height:0;
  width:4px;
  right:0;
  bottom:0
}
.banner-border.fixed.active i:first-child {
  height:20%;
  transition:all .2s linear .4s
}
.banner-border.fixed.active i:nth-child(2) {
  width:100%;
  transition:all .2s linear .2s
}
.banner-border.fixed.active i:nth-child(3) {
  height:100%;
  transition:all .2s linear
}
.animate__line.animated i:first-child {
  height:18%;
  transition:.5s linear 1.5s
}
.animate__line.animated i:nth-child(2) {
  width:100%;
  transition:.5s linear 1s
}
.animate__line.animated i:nth-child(3) {
  height:100%;
  transition:.5s linear .5s
}

.banner-tit{
  font-size:72px;
}
/* 新闻列表 */
.system-main{
  margin-top:40px;
}
.view-news{
  max-width: 1280px;
  /* padding: 0 160px; */
  margin: 0px auto;
}
.news-tab {
  height: 100px;
  /* border-bottom: 1px solid #DEDEDE; */
  padding: 25px 0;
  margin-bottom: 60px;
  display: none;
}
.news-tab a.active {
  color: #c46e8d;
}
.news-tab a {
  font-size:18px;
  height: 50px;
  line-height: 50px;
  color: #666;
  padding: 0 50px;
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
}
.news-tab a:after {
  /* content: '';
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: #DEDEDE;
  overflow: hidden; */
}
.news-wrapper {
  overflow: hidden;
}
.media-list {
  width: calc((100% - 60px)/2);
  float: left;
  margin: 0 60px 60px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.media-list:nth-of-type(2n) {
  margin-right: 0;
}
.media-list a {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  display: block;
  background-color: rgba(0,0,0,0.2);
  color: #fff;
  transition: background-color 0.5s;
  overflow: hidden;
  z-index: 3;
}
.media-list a span.title {
  margin-bottom: 15px;
  bottom: 0;
  line-height: 150%;
}
.media-list a span {
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  transition: all 0.5s;
}
.media-list a:hover {
  background-color:rgba(0, 0, 0, 0.4);
}
.media-list a:hover span.title {
  bottom:50px;
}
.media-list a:hover span.date, .media-list a:hover span.date-display-single {
  bottom:0;
}
.media-list a span.date, .media-list a span.date-display-single {
  bottom: -37px;
  line-height: 150%;
  margin-bottom: 15px;
}

.news-pages .pager {
  margin-bottom:70px;
  padding-top:20px;
}
.item-list .pager {
  text-align:right;
}
.item-list .pager li {
  background-image: none;
  display: inline;
  padding: 0.5em;
  font-size: 16px;
}

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
.pager li a {
  color:#474c54;
  transition:all 0.4s;
}
.pager li a:hover, .pager li.pager-current {
  color:#c46e8d;
}



.isHide{
  display: none;
}

@media screen and (max-width:1365px) {
}

@media screen and (max-width:1279px) {
}

@media screen and (max-width:1023px) {
  .news-tab {
    margin-bottom: 30px;
    height: 80px;
  }
  .news-tab a {
    height: 30px;
    padding: 0 30px;
    line-height: 30px;
  }
  .media-list {
    width: calc((100% - 30px)/2);
    float: left;
    margin: 0 30px 30px 0;
  }
}
@media screen and (max-width: 960px){
  .banner-tit{
    font-size:55px;
  }
  .banner-world{
    left:27%;
    top:36%;
  }
  .system-main{
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-content {
    padding-left:15px;
    padding-right:15px;
  }
  .banner-tit{
    font-size:40px;
  }
  .banner-border.border-left{
    top:-5px;
    left:-13px ;
  }
  .business-banner-box{
    padding-top:40px;
  }
  .news-tab {
    margin-bottom: 20px;
  }
  .media-list {
    width: 100%;
    margin: 0 0 20px!important;
    float: none;
  }
  .media-list a span.title {
    bottom: 25px;
  }
  .media-list a span.date, .media-list a span.date-display-single {
    bottom: 0;
  }
  .item-list .pager li{
    padding:0;
  }
}
@media screen and (max-width:480px) {
  .banner-border i:nth-child(2){
    height: 2px;
  }
  .banner-border i:first-child  ,.banner-border i:nth-child(3) {
    width: 2px;
  }
  .banner-world{
    left: 33%;
  }
  .banner-tit{
    font-size:30px;
  }
  .lang{
    font-size:16px;
  }
  .item-list .pager li {
    padding: 5px;
    margin: 0;
  }
  .system-main{
    margin-top: 20px;
  }
  .media-list a span.title{
    font-size: 14px;
    margin-bottom: 5px;
    padding:0 10px;
  }
  .news-tab{
    padding:10px 0;
    height:50px;
  }
  .news-tab a:after{
    height:40px;
  }
  .news-tab a{
    padding:0 15px;
    font-size: 14px;
  }
}
@media screen and (max-height:500px) and (orientation:portrait) {
}
@media screen and (max-height:500px) {

}
