﻿@charset "UTF-8";



/* page-news */
.page-news {
  padding: 0.99rem 0px 1.29rem;
}
.page-news ul {
  margin: 0px -0.15rem;
}
.page-news ul li {
  width: 33.33%;
}
.page-news ul li .page-con {
  padding: 0.15rem;
}
.page-news .page-img {
    overflow: hidden;
}
.page-news ul li a {
  background: #fff;
  display: block;
  padding-bottom: 0.3rem;
  border-radius: 5px;
}
.page-news .page-tit {
  color: #333;
  height: 3em;
  letter-spacing:0.02em;
}
.page-news .bg_container {
  padding-bottom: 69.0476%;
}
.page-news ul li a:hover {
  box-shadow: 0px 0px 0.5rem rgba(0,0,0,0.2);
}
.page-news .page-text {
  padding: 0.25rem 0.3rem 0.06rem;
}
.page-news .page-txt {
  margin-top: 0.11rem;
}
.page-news .page-time {
  background: url(/images/time01.png) no-repeat left center/1.6875em auto;
  padding-left: 2.6875em;
  margin-top: 0.2rem;
}
.page-news .dl-page {
  padding-top: 0.85rem;
}



@media only screen and (max-width:767px){
  .page-news ul li {
    width: 100%;
  }
}



/* page-news-performance */
.page-news-performance {
  padding: 2.37rem 0px;
}
.page-news-performance .page-navtab {
  border-bottom: 3px solid #0873b9;
  padding-bottom: 0.17rem;
}
.page-news-performance .page-navtab ul li{
  flex:1;
}
.page-news-performance .page-navtab span {
  display: inline-block;
  line-height: 1.4;
  padding: 0.1rem 0.38rem;
  cursor: pointer;
}
.page-news-performance .page-navtab li.on span {
  background: #0873b9;
  color: #fff;
}

.page-news-performance .page-tabcon {
  background: #fff;
  margin-top: 0.34rem;
  padding:0.265rem 0.225rem 0.505rem;
}
.page-news-performance .page-tabcon ul li {
  width: 33.33%;
  padding: 0px 0.225rem;
}
/* .page-news-performance .page-tabcon ul li:nth-child(4n) {
  width: 28%;
} */

@media only screen and (max-width:1440px){
  .page-news-performance .page-tabcon ul li {
    width:50%;
  }
  /* .page-news-performance .page-tabcon ul li:nth-child(4n) {
    width:33.33%;
  } */
}


@media only screen and (max-width:1040px){
  .page-news-performance .page-tabcon ul li {
    width:50%;
  }
  .page-news-performance .page-tabcon ul li:nth-child(4n) {
    width:50%;
  }
}

@media only screen and (max-width:767px){
  .page-news-performance {
    padding:1rem 0px;
  }
  .page-news-performance .page-navtab span {
    padding: 0.1rem 0.1rem;
  }
  .page-news-performance .page-tabcon ul li {
    width:100%;
  }
  .page-news-performance .page-tabcon ul li:nth-child(4n) {
    width:100%;
  }
}

@media only screen and (max-width:374px){
  .page-news-performance .page-navtab span {
    font-size: 15px;
  }

}