* {
  padding: 0;
  margin: 0;
  list-style:none;
}
/* 头 列表 */
.title {
  min-width: 700px;
  height: 100px;
  line-height: 100px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.title .logo {
  float: left;
  /* margin-left: 8%; */
  width: 20%;
  text-align: center;
  white-space:nowrap;
  font-size: 45px;
  font-weight: 700;
  color: #00B1AF;
  cursor: pointer;
}
.content-nav {
  float: left;
  width: 80%;
}
.title ul {
  display: flex;
  justify-content: start;
  height: 90px;
  /* margin-left: 20%; */
}

.title ul li {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  width: 100px;
  line-height: 75px;
  text-align: center;
  margin-right: 50px;
  white-space: nowrap;
  cursor: pointer;
  color: #000;
}

.title ul .active {
  border-bottom: 3px solid #00B1B2;
}
.title ul li:hover {
  border-bottom: 3px solid #00B1B2;
}


/* 背景大图 */
.swiper-wrapper {
  font-size: 0;
}
.swiper-wrapper img{
  width: 100%;
  height: 661px;
}
.backgroundbg-bg {
  height: 304px;
  overflow: hidden;
  background-image: url("../news/rectangles38.png");
  display: flex;
  justify-content: space-around;
}
.backgroundbg-title {
  color: #fff;
  margin-top: 96px;
  line-height: 30px;
}
.backgroundbg-title .title1{
  font-size: 56px;
  font-weight: 700;
  margin-right: 15px;
}
.backgroundbg-title .title2{
  font-size: 31px;
  font-weight: 700;
}
.backgroundbg-title .title3{
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
}
.backgroundbg-icon {
  margin-top: 66px;
}

/* 新闻列表 */
.newsCenter-title {
  text-align: center;
}
.newsCenter-title1 {
  margin-top: 81px;
  font-size: 33px;
  font-weight: 700;
}
.newsCenter-title2 {
  font-size: 20px;
  font-weight: 700;
  color: #F79E4A;
}
.newsCenter-title3 {
  font-size: 17px;
  font-weight: 700;
  color: #1A1919;
}
.newsCenter-list {
  margin: 87px 15% 0 15%;
}
.newsCenter-li {
  min-width: 774px;
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 3px solid #797979;
  cursor: pointer;
}
.newsCenter-li .data {
  width: 88px;
  height: 86px;
  background: #F2F2F2;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.data-day {
  font-size: 36px;
  font-weight: 700;
  margin-top: 6px;
}
.data-month {
  font-size: 17px;
  font-weight: 700;
}
.newsCenter-li-tit {
  font-size: 22px;
  font-weight: 400;
  color: #1A1919;
  margin-bottom: 17px;
}
.newsCenter-list-tit:hover {
  background-color: #f3f2f2;
} 
.newsCenter-list-tit p {
  margin-right: 50px;
  height: 37px;
  font-size: 14px;
  color: #606060;
  overflow: hidden;
}
#newsCenter-list {
  text-align: center;
  margin: 20px 0;
}
.beian {
  margin-left: 25px;
  color: #fff;
}


/* 底部 */
.footer {
  height: 156px;
  background: #222222;
  color: #fff;
  display: flex;
  justify-content: space-around;
  min-width: 750px;
}
.footer .left {
  margin-top: 59px;
}
.footer .left ul {
  display: flex;
}
.footer .left ul a{
  color: #fff;
  text-decoration: none;
}
.footer .left ul a:hover{
  font-size: 15px;
}
.footer .left ul li{
  margin-right: 10px;
  white-space: nowrap;
  cursor: pointer;
}
.footer .right {
  margin-top: 59px;
}
.footer .right ul {
  display: flex;
  width: 500px;
  flex-wrap: wrap;
}
.footer ul li {
  line-height: 30px;
  margin-right: 50px;
}


/* 媒体查询 */
@media screen and (max-width: 1513px) {
  /* .title .logo {
    position: absolute;
    top: 0;
    left: 6%;
    font-size: 45px;
    font-weight: 700;
    color: #00B1AF;
  }
  
  .title ul {
    display: flex;
    justify-content: center;
    height: 90px;
    margin-left: 22%;
  } */
}
@media screen and (max-width: 1300px) {
  /* .title ul {
    margin-left: 300px;
  } */
  .newsCenter-list {
    margin: 87px 340px 0 20%;
  }
  .backgroundbg-title .title1 {
    font-size: 40px;
  }
  .backgroundbg-title .title2 {
    font-size: 26px;
  }
  .backgroundbg-title .title3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .title .logo {
    display: none;
  }
  .content-nav {
    margin-left: 20px;
  }
  .title ul li {
    width: 70px;
  }
}

/* 重设滚动条样式 */
::-webkit-scrollbar-track-piece { 
  background-color:#f8f8f8;
  }
  ::-webkit-scrollbar {
  width:9px;
  height:9px;
  }
  ::-webkit-scrollbar-thumb {
  background-color:#dddddd;
  background-clip:padding-box;
  min-height:28px;
  border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
  background-color:#bbb;
  border-radius: 10px;
  }