@media only screen and (min-width: 769px) {
  #main-page .header .header-belt .logo {
    top: 1rem;
  }
  #main-page .header .header-belt .logo img {
    max-width: 75%;
  }
  #main-page .header .header-belt .menu-bar nav .menu {
    padding: 0;
  }
  #main-page .header .header-belt .menu-bar nav .menu .menu__item {
    width: 10%;
    line-height: 93px;
    transition: background-color 0.5s;
  }
  #main-page .header .header-belt .menu-bar nav .menu .menu__item:hover {
    background: #28476D;
  }
  #main-page .header .header-belt .menu-bar nav .menu .menu__item:hover a {
    color: #fff;
  }
  #main-page .header--collapsed .header-belt .logo {
    top: 1rem;
  }
  #main-page .header--collapsed .header-belt .logo img {
    max-width: 70%;
  }
  #main-page .header--collapsed .header-belt .menu-bar nav .menu {
    padding: 0.625rem 0;
  }
  #main-page .header--collapsed .header-belt .menu-bar nav .menu .menu__item {
    width: 10%;
    line-height: 93px;
  }
}
#main-page .img-responsive {
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #main-page .img-responsive {
    position: relative;
    width: 100%;
  }
}
#main-page .wrapper {
  position: relative;
  z-index: 99;
  width: 100%;
  background: none;
}
#main-page .wrapper .container {
  padding-top: 35%;
}
@media only screen and (max-width: 768px) {
  #main-page .wrapper .container {
    padding-top: 5%;
  }
}
#main-page .wrapper .news-container .news {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1.25rem 0;
  background: #19304d;
}
#main-page .wrapper .news-container .news .ab_sec1_con {
  background: #19304d;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_top {
  top: 0;
  padding: 1rem 0;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_top P {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_top h2 {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.0625rem;
  text-align: center;
  line-height: 3rem;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center {
  padding-bottom: 0.0625rem;
  width: 100%;
  float: left;
  background: #ebe8e8;
  margin-bottom: 0.125rem;
  position: relative;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center .newsleft {
  float: left;
  padding-top: 5%;
  width: 8.4%;
  text-align: center;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center .newsleft span {
  font-size: 0.6875rem;
  color: #212020;
  line-height: 3rem;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center .newsleft p {
  font-size: 40px;
  color: #212020;
  margin: 0;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .news_img {
  width: 33.33%;
  float: left;
  position: relative;
  z-index: 2;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .news_img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .news_img span {
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 9;
  margin-left: -2.625rem;
  margin-top: -0.4375rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .newsright {
  width: 58%;
  float: left;
  padding-top: 3%;
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .newsright h4 {
  font-size: 1.5rem;
  color: #19304d;
  text-align: right;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0.125rem;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .newsright h4 {
    font-size: 1.25rem;
    width: 90%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .newsright h4 {
    font-size: 1.125rem;
    width: 90%;
  }
}
@media (max-width: 767px) {
  #main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .newsright h4 {
    width: 90%;
    font-size: 13px;
    line-height: 22px;
  }
}
#main-page .wrapper .news-container .news .ab_sec1_con .news-c .news_center a .newsright p {
  font-size: 0.875rem;
  color: #212020;
  line-height: 1.625rem;
  text-align: right;
  width: 80%;
  margin: 0 auto;
  letter-spacing: 0.125rem;
  margin-top: 1.25rem;
  height: 4.875rem;
  overflow: hidden;
}
#main-page .wrapper .news-container .news .ab_sec1_con .page {
  font-size: 0px;
  text-align: center;
  margin-top: 3.125rem;
}
#main-page .wrapper .news-container .news .ab_sec1_con .page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 3.125rem 0 1.25rem;
  border-radius: 0.25rem;
}
#main-page .wrapper .news-container .news .ab_sec1_con .page .pagination a {
  font-size: 0.0625rem;
  color: #000;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  margin-right: 0.0625rem;
  background: #ebe8e8;
  transition: color .6s, border-color .6s, background-color .6s, border .6s;
}
#main-page .wrapper .news-container .news .ab_sec1_con .page .pagination a:hover {
  color: #ebe8e8;
  background: #19304d;
}
@media (max-width: 767px) {
  #main-page .wrapper .news-container .news .ab_sec1_con .page .pagination a {
    float: left;
    margin-bottom: 3px;
  }
}
#main-page footer .content-belt {
  max-width: 100%;
}
#main-page footer .content-belt .footer .footer-user-options {
  color: #1c4b95;
}
#main-page #divR {
  width: 55px;
  height: 343px;
  right: 0px;
  position: fixed;
  z-index: 10000;
  top: 11.25rem;
  background: url(../img/youce_icon.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
#main-page #divR a {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  float: left;
  margin-bottom: 0.0625rem;
  background-color: none;
}
#main-page #divR .divRzx:hover {
  background: url(../img/02.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
#main-page #divR .divRqq:hover {
  background: url(../img/01.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
#main-page #divR .divRtell:hover {
  background: url(../img/03.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
#main-page #divR .divWechat:hover {
  background: url(../img/04.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
#main-page #divR .divRaddre:hover {
  background: url(../img/05.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
#main-page #divR .backto_top:hover {
  background: url(../img/06.png);
  background-position-y: 1px;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=news1.css.map */
