/*首页头部导航*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 80px;
  background: #fff;
  transition: 0.5s;
}

header.on_fixed {
  background: rgba(0, 0, 0, .9);
  transition: 0.5s;
}

header .logo a {
  display: flex;
  align-items: center;
  line-height: 80px;
  height: 80px;
  position: relative;
  z-index: 99;
}

header .logo a img {
  max-height: 51px;
}

header .rightDiv .menu {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
}

header .rightDiv .menu>ul {
  display: inline-block !important;
}

header .rightDiv .menu>ul>li {
  float: left;
  padding: 0 20px;
  position: relative;
}

header .rightDiv .menu>ul>li>a {
  line-height: 80px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
}

header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li:hover>a {
  color: #274C9E;
  font-weight: bold;
}

header .rightDiv .menu>ul>li>a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #274C9E;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: .5s;
}

header .rightDiv .menu>ul>li.on>a::after,
header .rightDiv .menu>ul>li:hover>a::after {
  width: 100%;
  transition: .5s;
}

.menu>ul>li>ul {
  position: absolute;
  top: 90px;
  min-width: 100%;
  padding: 13px 20px;
  border-bottom-color: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease 0s;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}

.menu ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 80px;
}

.menu ul ul li a {
  display: block;
  white-space: nowrap;
  line-height: 2.5;
  position: relative;
}

.menu ul ul li a:hover {
  color: #274C9E;
}

header .mbtn {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/menu.svg) no-repeat center center;
  background-size: 18px auto;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

header .mbtn:active {
  opacity: .8;
}

body.on-menu header .mbtn {
  background: url(../img/close.svg) no-repeat center center;
  background-size: 18px auto;
}

header .hotline {
  background: url(../img/h-tel.png)left center no-repeat;
  padding-left: 43px;
  font-size: 14px;
}

header .hotline h2 {
  color: #274C9E;
  font-size: 18px;
}


/* banner */

.ui-homebanner {
  width: 100%;
  position: relative;
  padding-bottom: 75px;
}

.ui-homebanner .swiper-slide {
  overflow: hidden;
  position: relative;
}

.ui-homebanner .swiper-slide .img {
  width: 100%;
  display: block;
  height: 580px;
  background: none no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 80px;
}

.ui-homebanner .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.swiper-button-next,
.swiper-button-prev {
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-size: 18px;
  background-image: url(../img/arrow.png);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  transform: rotate(180deg);
}

.ui-homebanner .below {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.ui-homebanner .below ul {
  overflow: hidden;
}

.ui-homebanner .below ul li {
  width: 12.5%;
  padding-left: 1px;
  float: left;
}

.ui-homebanner .below ul li a {
  display: block;
  background: #EA6000;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.ui-homebanner .below ul li a:hover {
  background: #274C9E;
}

.ui-homebanner .below ul li a .imgDiv {
  height: 35px;
  margin-bottom: 10px;
}


/******/

.title {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 0 3px;
}

.title strong {
  font-size: 20px;
  color: #274C9E;
}

.title span {
  color: #999999;
  font-size: 12px;
}

.title a {
  display: block;
  font-size: 12px;
  color: #999;
}

.title a:hover {
  color: #274C9E;
}

.radius5 {
  border-radius: 5px;
}

.indexDiv>div {
  padding: 0 14px;
}

.indexDiv1 {
  width: 62.5%;
}

.indexDiv1 .swiper_wrapper {
  padding: 0 16px;
  text-align: center;
}

.indexDiv1 .swiper-container {
  padding: 17px 5px 30px;
}

.indexDiv1 .imgWrapper {
  padding: 34% 50%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.indexDiv1 .text {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  padding: 5px 16px;
  background: #fff;
}

.indexDiv1 .text p {
  color: #EA6000;
}

.indexDiv1 .text span {
  font-size: 12px;
  color: #606060;
  height: 43px;
}

.indexDiv1 .swiper-button-next,
.indexDiv1 .swiper-button-prev {
  width: 23px;
  height: 23px;
  background-color: #EA6000;
  border-radius: 50%;
  background-size: 6px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 5px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 5px;
}

.indexDiv2 {
  width: 36.66666666666%;
}

.indexDiv2 ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  color: #4C4948;
  line-height: 34px;
  padding-left: 15px;
  padding-right: 20px;
  border-bottom: 1px dashed #eee;
}

.indexDiv2 ul li:last-child a {
  border-bottom: none;
}

.indexDiv2 ul li a::before,
.indexDiv2 ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
}

.indexDiv2 ul li a::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 2px;
  background: #1E308F;
  margin-top: -2px;
}

.indexDiv2 ul li a::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #1E308F;
  border-right: 1px solid #1E308F;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}

.indexDiv2 ul li a p {
  float: left;
  font-size: 14px;
  width: calc(100% - 80px);
}

.indexDiv2 ul li a span {
  display: block;
  float: right;
  font-size: 12px;
  max-width: 65px;
}

.indexDiv3 {
  width: 66.16666666666%;
}

.indexDiv3 .content {
  padding: 35px 5px;
}

.indexDiv3 .text {
  width: 62%;
  letter-spacing: 1px;
  line-height: 1.8;
}

.indexDiv3 .imgDiv {
  width: 35%;
}

.indexDiv4 {
  width: 33.08%;
}

.indexDiv4 ul {
  overflow: hidden;
  margin: 0 -6px;
  padding: 10px 0;
}

.indexDiv4 ul li {
  width: 50%;
  padding: 6px;
  float: left;
}

.indexDiv4 ul li a {
  display: block;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.indexDiv4 .imgWrapper {
  padding: 15% 50%;
}

.indexDiv5 .row {
  margin: 0 -13px;
  padding: 25px 0;
  overflow: hidden;
}

.indexDiv5 .row>div {
  padding: 0 13px;
  float: left;
  width: 16.6%;
}

.indexDiv5 .row a p {
  margin-top: 10px;
}

.indexDiv5 .row a span {
  font-size: 12px;
  color: #606060;
  line-height: 1;
}


/*底部*/

footer {
  background: #3E3E3E;
  color: #fff;
  font-size: 14px;
}

footer h2 {
  font-size: 18px;
  margin-bottom: 25px;
}

footer .upper {
  padding: 35px 0;
}

footer .upper .leftDiv {
  margin-left: 80px;
}

footer .upper .leftDiv:first-child {
  margin-left: 0;
}

footer .upper .leftDiv ul {
  overflow: hidden;
  width: 200px;
}

footer .upper .leftDiv ul li {
  width: 50%;
  float: left;
  padding: 3px 0;
}

footer .upper .conDiv {
  margin-right: 110px;
  max-width: 170px;
}

footer .upper .conDiv p {
  padding: 3px 0;
  padding-left: 30px;
}

footer .upper .conDiv .tel {
  background: url(../img/tel.png)left center no-repeat;
}

footer .upper .conDiv .email {
  background: url(../img/email.png)left center no-repeat;
}

footer .upper .conDiv .add {
  background: url(../img/add.png)left center no-repeat;
}

footer .upper .rightDiv .fr a {
  display: inline-block;
  width: 34px;
  margin-right: 25px;
}

footer .below {
  padding: 18px 0;
  border-top: 1px solid #ddd;
}

footer .below .links a {
  margin-right: 20px;
}

footer .below .links a:last-child {
  margin-right: 0;
}


/*列表页*/

.ny-banner .img {
  height: 250px;
  margin-top: 80px;
}

.ny-main .breadcrumbs {
  color: #909090;
  padding: 15px 0 40px;
  font-size: 14px;
}

.ny-main .breadcrumbs a:hover {
  color: #333;
}

.ny-main {
  padding-bottom: 70px;
}


/******/

.ny_left {
  width: 240px;
}

.ny_left h2 {
  font-size: 30px;
  color: #274C9E;
  margin-bottom: 20px;
}

.ny_menu {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
}

.ny_menu a {
  display: block;
  position: relative;
  padding: 14px 17px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.ny_menu a::before {
  content: '';
  width: 5px;
  height: 0;
  background: #0A408A;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.ny_menu a:hover::before,
.ny_menu a.on::before {
  height: 100%;
}

.ny_menu a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #75777C;
  border-right: 1px solid #75777C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  opacity: 0;
  transition: all 0.5s;
}

.ny_menu a:hover::after,
.ny_menu a.on::after {
  opacity: 1;
}

.ny_menu a:hover,
.ny_menu a.on {
  background: rgba(39, 76, 158, 0.2);
}

.ny_left .conDiv {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.28);
  margin-top: 46px;
}

.ny_left .conDiv .upper {
  background: #EA6000;
  color: #fff;
  font-size: 20px;
  padding: 5px 25px;
}

.ny_left .conDiv .below {
  padding: 20px;
}

.ny_left .conDiv .below span {
  color: #000;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.ny_left .conDiv p {
  padding: 3px 0;
  padding-left: 35px;
  font-size: 14px;
}

.ny_left .conDiv p.tel {
  background: url(../img/tel2.png)left center no-repeat;
}

.ny_left .conDiv p.email {
  background: url(../img/email2.png)left center no-repeat;
}

.ny_left .conDiv p.add {
  background: url(../img/add2.png)left center no-repeat;
}


/******/

.ny_content {
  width: calc(100% - 240px);
  padding-left: 30px;
}

.ny_content .title {
  color: #0A408A;
  font-size: 20px;
  margin-bottom: 30px;
}

.ny_content .row {
  margin: -18px -12px;
  overflow: hidden;
}

.ny_content .row>div {
  padding: 18px 12px;
  width: 33.3%;
  float: left;
}

.ny_content .row a {
  display: block;
  position: relative;
  background: #000;
  overflow: hidden;
  color: #fff;
}

.ny_content .row a .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
  left: 0;
  text-align: center;
  background: rgba(39, 76, 158, 0.8);
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.ny_content .row a:hover .text {
  height: 100%;
  padding-bottom: 35px;
}

.ny_content .row a .mask {
  position: absolute;
  width: 80%;
  height: 0;
  border: 1px solid #fff;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.ny_content .row a:hover .mask {
  height: 80%;
  opacity: 1;
}

.ny_content .row a .mask img {
  max-width: 23px;
  margin-top: 25px;
}

.rightBox {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  text-align: center;
  z-index: 99;
}

.rightBox a.closeBtn {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightBox a.closeBtn i {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  transform: rotate(45deg);
}

.rightBox a.closeBtn i::before,
.rightBox a.closeBtn i::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rightBox a.closeBtn i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.rightBox .content {
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
  border-radius: 5px;
  overflow: hidden;
}

.rightBox p {
  color: #fff;
  background: #0A3F89;
  padding: 3px 0;
}

.rightBox .below {
  padding: 15px 10px 5px;
}

.rightBox .code {
  border: 1px solid #eee;
  margin: 13px 0 10px;
  padding: 5px;
}

.rightBox a {
  display: block;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
}

.rightBox a span {
  font-size: 14px;
  background: url(../img/qq2.png)left center no-repeat;
  padding-left: 20px;
}

.rightBox span {
  font-size: 12px;
  display: inline-block;
  line-height: 1.3;
}


/*页码*/

.pageNum {
  margin-top: 70px;
  text-align: center;
  font-size: 14px;
}

.pageNum span {
  display: inline-block;
  margin-left: 20px;
  color: #aaa
}

.pageNum a {
  display: inline-block;
  padding: 4px 21px;
  color: #000;
  margin: 5px;
  background: #ECECEC;
  border-radius: 5px;
}

.pageNum a.on,
.pageNum a:hover {
  background: #274C9E;
  color: #fff;
}


/*笔记本*/


/*@media all and (max-width:1024px) {
  header .rightDiv .menu>ul>li {
    padding: 0px 20px;
  }
  header .logo a img {
    max-height: 40px;
  }
  .ui-homebanner .swiper-slide .img {
    height: 500px;
  }
}

@media all and (max-width:992px) {
  html,
  body {
    font-size: 14px;
  }
  .menu {
    width: 100%
  }
  .menu ul {
    width: 100%;
    display: block;
    float: none;
  }
  .menu ul ul,
  .menu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
    top: 0;
    border: 0;
    background: transparent;
    border-bottom: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .menu>ul>li>a {
    padding: 0 20px;
  }
  .menu.align-center>ul,
  .menu.align-right ul ul {
    text-align: left
  }
  .menu ul li,
  .menu ul ul li,
  .menu ul li:hover>ul>li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .1)
  }
  .menu ul li a,
  .menu ul ul li a {
    width: 100%
  }
  .menu>ul>li,
  .menu.align-center>ul>li,
  .menu.align-right>ul>li {
    float: none;
    display: block
  }
  .menu ul ul li a {
    padding: 0 20px 0 30px;
    font-size: 12px;
    color: #333;
    background: 0 0
  }
  .menu ul ul li:hover>a,
  .menu ul ul li a:hover {
    color: #333
  }
  .menu ul ul ul li a {
    padding-left: 40px
  }
  .menu>ul>li.has-sub>a::after,
  .menu ul ul li.has-sub>a::after {
    display: none
  }
  #menu-line {
    display: none
  }
  .menu #menu-button {
    display: block;
    padding: 20px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase
  }
  .menu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff
  }
  .menu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }
  .menu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    display: block;
    border-left: 1px solid rgba(0, 0, 0, .1);
    height: 60px;
    width: 60px;
    cursor: pointer
  }
  .menu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 2px;
    height: 12px;
    background: #333;
    z-index: 99
  }
  .menu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 12px;
    height: 2px;
    background: #333;
    z-index: 99
  }
  .menu .has-sub:hover>ul {
    left: 0;
    margin-left: 0;
    top: 0;
    transform: translateX(0);
  }
  .menu ul ul p {
    display: none;
  }
  .menu .submenu-button.submenu-opened:after {
    display: none
  }
  .menu li:hover>ul {
    left: auto;
    margin-left: auto;
  }
  header {
    position: fixed !important;
    z-index: 99;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 60px;
    transition: right 300ms !important;
  }
  header .logo a {
    height: 60px;
    line-height: 60px;
    width: initial;
  }
  header .logo a img {
    max-height: 35px;
  }
  header .mbtn {
    display: block;
  }
  body.on-menu header .mbtn {
    z-index: 1;
  }
  header .rightDiv .menu {
    float: right;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background-color: #fff;
    transition: right 300ms;
    right: -100%;
    padding: 0;
    overflow-y: auto;
    display: block;
  }
  header .rightDiv .menu ul li {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
  }
  header .rightDiv .menu ul li a {
    display: block;
    line-height: 60px;
    height: 60px;
    text-align: left;
    font-size: 16px;
  }
  header .rightDiv .menu ul li a span {
    display: none;
  }
  header .rightDiv .menu>ul>li>a img {
    display: none;
  }
  header .rightDiv .menu>ul>li.on>a img.red,
  header .rightDiv .menu>ul>li:hover>a img.red {
    display: none;
  }
  header .rightDiv .menu ul li a.on {
    background: none;
  }
  body.on-menu header .rightDiv .menu {
    right: 0;
  }
  body.on-menu .main {
    right: 0;
  }
  header .rightDiv .menu ul li>a {
    margin: 0;
    width: calc(100% - 50px);
  }
  header .rightDiv .menu>ul>li.has-sub {
    padding: 0;
  }
  header .rightDiv .menu>ul>li.on>a::after,
  header .rightDiv .menu>ul>li:hover>a::after {
    bottom: 0;
  }
  header .hotline {
    float: none;
    margin: 0 20px;
  }
  .ui-homebanner .swiper-slide .img {
    height: 378px;
    margin-top: 60px;
  }
  .rightBox {
    right: 0;
  }
  footer .upper .conDiv {
    margin-right: 55px;
  }
  footer .upper .leftDiv {
    margin-left: 45px;
  }
  .ui-homebanner .below ul li a {
    padding: 14px 0;
  }
  .ui-homebanner .below ul li a .imgDiv {
    height: 25px;
  }
  .ny-banner .img {
    height: 180px;
    margin-top: 60px;
  }
}

@media (max-width:767px) {
  .rightBox {
    display: none;
  }
  .pc-block {
    display: none;
  }
  .m-block {
    display: block;
  }
  .ui-homebanner .swiper-slide .img {
    height: 190px;
  }
  .ui-homebanner .wrapper {
    top: 140px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 15px;
    background-size: 10px;
  }
  .ui-homebanner .below ul li {
    width: 25%;
    margin-bottom: 1px;
  }
  .ui-homebanner .below {
    position: relative;
  }
  .ui-homebanner .below .wrap {
    width: 100%;
  }
  .ui-homebanner .below {
    font-size: 12px;
  }
  .ui-homebanner .below ul li a .imgDiv {
    height: 20px;
  }
  .ui-homebanner .below ul li:nth-child(1),
  .ui-homebanner .below ul li:nth-child(5) {
    padding-left: 0;
  }
  .ui-homebanner {
    padding-bottom: 0;
  }
  .indexDiv>div {
    width: 100%;
  }
  .indexDiv3 .text {
    width: 100%;
    margin-bottom: 20px;
  }
  .indexDiv3 .imgDiv {
    width: 100%;
  }
  .title strong {
    font-size: 16px;
  }
  .indexDiv5 .row {
    margin: -8px;
  }
  .indexDiv5 .row>div {
    padding: 8px;
  }
  footer .upper .rightDiv {
    width: 100%;
    margin-top: 30px;
  }
  footer h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .upper .conDiv .tel,
  footer .upper .conDiv .email,
  footer .upper .conDiv .add {
    background-size: 16px;
    padding-left: 20px;
  }
  footer .upper .leftDiv:last-child {
    max-width: calc(100% - 70px);
  }
  footer .upper .leftDiv ul {
    max-width: 100%;
  }
  .ny-main .breadcrumbs {
    font-size: 12px;
    padding: 18px 0 33px;
  }
  .ny-banner .img {
    height: 120px;
  }
  .ny_content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .ny_menu {
    width: 100%;
  }
  .ny_content .row {
    margin: -10px;
  }
  .ny_content .row>div {
    padding: 10px;
  }
  .pageNum a {
    padding: 4px 12px;
    margin: 3px;
  }
  .pageNum {
    margin-top: 50px;
  }
  .ny_left h2 {
    font-size: 18px;
  }
  .ny_left {
    width: 100%;
  }
  .ny_menu a {
    width: 50%;
    float: left;
    line-height: 1;
  }
  .ny_content .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}*/

/* 后台添加样式 */
.pageNum span {
  background: #274c9e;
  color: #fff;
  display: inline-block;
  padding: 4px 21px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.content .title {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.content .time {
  text-align: center;
  font-size: .8em;
  margin-top: -10px;
  color: #999;
}
.PrevNext {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  color: #333333;
}
.PrevNext p.fl {
  float: left;
}
.PrevNext p.fr {
  float: right;
}
.news .PrevNext p {
  display: block;
}
.PrevNext span {
  color: #999999;
}
/* @media (max-width:992px) {
  .PrevNext p.fl, .PrevNext p.fr {
    float: none;
    text-align: left;
  }
} */
.rowList .row .imgDiv img {
  width: 100%;
}
.newsList .indexDiv2 {
  width: 100%;
}
.newsList .title {
  margin-bottom: 20px;
}