@CHARSET "UTF-8";


/* 法规通知 */
.notice-slide {
  width: 1480px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}



.notice-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #ccc;
  letter-spacing: 10px;
  height: 60px;
  line-height: 60px;
}



.counter {
  display: inline-block;
  min-width: 100px;
  text-align: left;
}

@media (max-width:768px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {}


@media screen and (max-width: 1500px) and (min-width: 100px) {

  .notice-slide {
    width: 1200px;
    height: 400px;
  }
}