/* common */
html {
  background-color: #f7f7f7;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.container::before,
.container::after {
  display: none !important;
}
.ny-container {
  margin-bottom: 80px;
}
.ny-index {
    background: url('../img/bg-5.png');
}
.ny-wrap {
  background: url('../img/bg-5.png');
  padding: 22px 0 50px 0;
}
.flex-0 {
  display: flex;
  align-items: center;
}
.flex-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-3 {
  display: flex;
  justify-content: space-between;
}
.flex-4 {
  display: flex;
  flex-wrap: wrap;
}
.flex-5 {
  display: flex;
  justify-content: flex-start;
}
.flex-6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-7 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.flex-8 {
  display: flex;
  justify-content: flex-end;
}
.flex-9 {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.flex {
  display: flex;
}
.flex-box {
  display: flex;
  align-items: center;
}
.flex-none {
  flex: none;
}
.flex-grow-1 {
  flex: 1;
  overflow: hidden;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reserve {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reserve {
  flex-direction: row-reverse;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-baseline {
  align-items: baseline;
}
.flex-end {
  justify-content: flex-end;
}
.no-break {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-clamp-5 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.line-clamp-6 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.line-clamp-8 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.line-clamp-10 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}


/* header */
.header {
  z-index: 99;
  width: 100%;
}
.header.section-item {
    padding: 0 !important;
}
.header-top {
  width: 100%;
  height: 72px;
  background-color: #fff;
  padding: 0 5%;
  box-sizing: border-box;
  box-shadow: -5px -5px 15px 0px rgba(7, 0, 2, 0.03);
}
.header-top .logo {
  flex: none;
  height: 35px;
  display: block;
}
.header-top .logo img {
  width: auto;
  height: 100%;
}
.header-top-r {
  display: none;
}
.header-top .search {
  width: 320px;
  height: 50px;
  border: solid 1px #dcdcdc;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin-right: 53px;
}
.header-top .search input {
  height: 98%;
  background-color: transparent;
  border: 0;
  padding: 0 12px;
  box-sizing: border-box;
  outline: none;
}
.header-top .search .iconfont {
  font-size: 20px;
  color: #7f8384;
  padding-right: 18px;
  cursor: pointer;
  height: 50px;
  border: 0;
  background-color: transparent;
}
.header-top .Englist-enter {
  cursor: pointer;
}
.header-top .Englist-enter span {
  display: block;
  padding: 0 6px;
}
.header-top .web-change {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
  user-select: none;
}
.header-top .web-change a {
    color: #666;
}

.header-top .icon-menu {
  font-size: 30px;
  color: #004460;
  cursor: pointer;
}
.header .nav {
  display: none;
  background-color: #217ea9;
  /*border-radius: 0 0 10px 10px;*/
}
.header .nav-item {
  position: relative;
}
.header .nav-item a {
  font-size: 18px;
  color: #fff;
  line-height: 76px;
  padding: 0 30px;
}
.header .nav-item__second {
  display: none;
  z-index: 999;
  position: absolute;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(7, 0, 2, 0.6);
  width: 130%;
}
.header .nav-item__second a {
  display: block;
  text-align: center;
  transition: height 0.5s linear;
  padding: 0;
  line-height: 48px;
}
.header .nav-item:hover .nav-item__second {
  display: block;
}
.header .nav-item__second a:hover {
  color: #dbab5c;
}

/* ny-header */
.ny-header {
  width: 100%;
}
.ny-header .header-top,
.ny-header .nav {
  border-radius: 0;
}

@media (min-width: 768px) {
  .header-top {
    height: 100px;
    padding: 0 15px;
  }
  .header-top .logo {
    height: 43px;
  }
  .header-top .icon-menu {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .ny-wrap {
    padding: 42px 0 100px 0;
  }
  /*.header {*/
  /*  position: absolute;*/
  /*  top: 33px;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*}*/
  /*.ny-header {*/
  /*  position: absolute;*/
  /*  top: 0;*/
  /*}*/
  .header-top {
    padding: 0 30px;
    border-radius: 10px 10px 0 0;
  }
  .header-top .logo {
    height: 50px;
  }
  .header-top .icon-menu {
    display: none;
  }
  .header-top-r, .header .nav {
    display: flex;
  }
  .header .nav-item>a {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .header-top {
    padding: 0 50px;
  }
  .header-top .logo {
    height: 57px;
  }
  .header .nav-item>a {
    padding: 0 30px;
  }
}


/* 移动端导航 */
.menu-open {
  height: 100vh;
  overflow: hidden;
}
.menu-open .menu-wrap {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.menu-open #page {
  transition: transform 0.4s ease;
  transform: translate(-80%, 0);
}

.menu-wrap {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  width: 80%;
  max-width: 80% !important;
  height: 100vh;
  background-color: #efefef;
  padding: 20px 0;
  box-sizing: border-box;
}
.menu-wrap,
.mm-menu .mm-list > li > a.mm-subclose {
  font-size: 18px;
  color: #333;
  line-height: 46px;
}
.mm-menu .mm-list > li > a.mm-subclose {
  text-align: center;
  background-color: transparent;
  border-bottom: 1px rgba(0, 0, 0, 0.15) solid;
}
.mm-list a.mm-subclose {
  padding-top: 10px;
}
.mm-list a.mm-subclose::before {
  margin-bottom: -5px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  width: 12px;
  height: 12px;
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #999;
}
.mm-panel {
  transition: all 0.4s ease;
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  transform: translate3d(0%, 0, 0);
}

/* float-bth */
.float-bth {
  z-index: 10;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.float-bth-item {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: rgba(7, 0, 2, 0.3);
  margin-bottom: 15px;
  cursor: pointer;
}
.float-bth-item.iconfont {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.float-bth-item:hover {
  background-color: #217ea9;
}
.float-bth .float-tel {
  position: absolute;
  top: 0;
  right: -240px;
  width: 240px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #217ea9;
  transition: right 0.5s ease;
}
.float-bth-item.icon-phone:hover .float-tel {
  right: 50px;
}
.float-bth .float-wx {
  position: absolute;
  right: 70px;
  top: -29px;
  width: 120px;
  height: 108px;
  background-color: #efefef;
  padding: 10px;
  display: none;
}
.float-bth .float-wx img {
  width: 100%;
  height: 100%;
}
.float-bth .float-wx::after {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 10px transparent solid;
  border-bottom: 10px transparent solid;
  border-left: 10px #efefef solid;
}
.float-bth-item.icon-weixin1:hover .float-wx {
  display: block;
}
.float-bth-item.icon-up a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* footer */
.footer {
  background-color: #217ea9;
}
.footer .section-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.footer-top {
  flex-wrap: wrap;
  box-sizing: border-box;
  background: url('../img/bg-footer.png') no-repeat center center;
}
.ny-index .footer-top {
  padding: 5px 10px;
}
.footer-nav {
  margin-bottom: 20px;
  align-content: center;
}
.footer-nav-item {
  display: block;
  width: 26%;
  height: auto;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.footer-nav-item:hover {
  color: #fff;
}
.footer .company-intro {
  margin-bottom: 20px;
  padding-right: 20px;
}
.footer .company-name {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  padding-bottom: 10px;
}
.footer .company-info span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.footer .ewm-title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 23px;
}
.footer .ewm-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.footer .ewm-img img {
  width: 100%;
  height: 100%;
}
.footer .ewm-text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
.footer-bottom {
  height: auto;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  border-top: 1px #fff solid;
  box-sizing: border-box;
  padding: 10px 0;
}
.footer-bottom span {
  padding: 0 10px;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  color: #fff;
}
@media (min-width: 430px) {
  .footer-top {
    padding: 5px 10px;
  }
}
@media (min-width: 576px) {
  .ny-index .footer-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-top .section-item {
    padding: 5px 0;
  }
  .footer .company-intro {
    margin-bottom: 0;
  }
  .footer-nav-item {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
  }
  .footer .ewm-img {
    width: 116px;
    height: 116px;
  }
  .footer .ewm-text {
    font-size: 18px;
  }
  .footer .company-intro {
    padding-right: 45px;
  }
  .footer .company-name {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 15px;
  }
  .footer .company-info span {
    font-size: 18px;
    line-height: 30px;
  }
  .footer-bottom {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .footer-nav-item {
    font-size: 18px;
    line-height: 30px;
  }
  .footer .ewm-text {
    font-size: 18px;
  }
  .footer .company-name {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .footer .company-info span {
    font-size: 18px;
    line-height: 36px;
  }
  .footer-bottom {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .footer-top {
    flex-wrap: nowrap;
  }
  .footer .company-intro {
    padding-right: 0;
  }
  .footer-bottom {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    margin-bottom: 0;
  }
  .footer .ewm-img {
    width: 120px;
    height: 120px;
  }
}



/* common-more */
.common-more {
  width: 80px;
  height: 36px;
	border-radius: 21px;
	border: solid 1px #cbcbcb;
  cursor: pointer;
}
.common-more-text {
  font-size: 14px;
  color: #cbcbcb;
  padding-right: 7px;
}
.common-more .iconfont {
  font-size: 14px;
  color: #cbcbcb;
}
.common-more:hover {
  border-color: #f3c14e;
}
.common-more:hover .common-more-text {
  color: #f3c14e;
}
.common-more:hover .iconfont {
  color: #f3c14e;
}
@media (min-width: 1200px) {
  .common-more {
    width: 100px;
    height: 42px;
    border-radius: 20px;
  }
}
@media (min-width: 1600px) {
  .common-more {
    width: 106px;
  }
}


/* common-title */
.common-title {
  line-height: 1;
}
.common-title-cn {
  position: relative;
  font-size: 22px;
  color: #222;
  font-weight: bold;
  padding-bottom: 15px;
}
.common-title-en {
  position: relative;
  font-size: 14px;
  color: #999;
  padding-bottom: 15px;
}
.common-title-cn::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 62px;
	height: 3px;
	background-color: #1a7da9;
}
@media (min-width: 768px) {
  .common-title-cn {
    font-size: 28px;
  }
  .common-title-en {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .common-title-cn::after {
    height: 5px;
  }
}
@media (min-width: 992px) {
  .common-title-cn {
    font-size: 30px;
  }
  .common-title-en {
    font-size: 24px;
    padding-bottom: 23px;
  }
}


/* common-swiper-tab */
.common-swiper-tab {
  position: relative;
  width: 121px;
  height: 36px;
}
.common-swiper-tab_more.iconfont {
  font-size: 32px;
  color: #cecece;
  padding: 0 10px;
  transition: all 0.5s linear;
}
.common-swiper-tab_more.iconfont:hover {
  color: #354cb4;
}
.common-swiper-tab_prev.iconfont,
.common-swiper-tab_next.iconfont {
  font-size: 38px;
  color: #cecece;
}


/* common-slide */
.common-slide {
  display: none;
  width: 320px;
  background-color: #fff;
  margin-right: 60px;
}
.common-slide-title {
  width: 100%;
	height: 180px;
  background: #004460 url('../img/bg-slide.png') no-repeat 0 0;
  background-size: 100% 100%;
  margin-bottom: 11px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 180px;
}
.common-slide-list {
  width: 100%;
  padding-bottom: 117px;
}
/* 二级菜单 */
.common-slide-second {
  cursor: pointer;
}
.common-slide a {
  display: block;
}
.common-slide-second>.flex-box a {
  position: relative;
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 72px;
  padding-left: 30px;
}
.common-slide-second>.flex-box a::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 8px;
	height: 8px;
	background-color: #ddaf64;
}
.common-slide-second>.flex-box .iconfont {
  font-size: 30px;
  color: #787878;
  line-height: 72px;
  font-weight: bold;
  margin-right: 12px;
}
/* 三级菜单 */
.common-slide-third {
  cursor: pointer;
}
.common-slide-third>.flex-box a {
  position: relative;
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 58px;
  padding-left: 41px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.common-slide-third>.flex-box a::before {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
	height: 6px;
	background-color: #ddaf64;
}
.common-slide-third>.flex-box .iconfont {
  font-size: 30px;
  color: #787878;
  line-height: 58px;
  font-weight: bold;
  margin-right: 12px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
/* 四级菜单 */
.common-slide-fourth a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 38px;
  padding-left: 50px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
.common-slide-fourth a:hover {
  color: #217ea9;
}

/* 二级栏目高亮 */
.second-active>.flex-box {
  background-color: #004460;
}
.second-active>.flex-box a,
.second-active>.flex-box .iconfont {
  color: #fff;
}
.open-third>.flex-box .iconfont {
  transform: rotate(90deg);
}
.close-third>.flex-box .iconfont {
  transform: rotate(0);
}
.open-third .common-slide-third>.flex-box a,
.open-third .common-slide-third>.flex-box .iconfont {
  height: 58px;
}
.close-third .common-slide-third>.flex-box a,
.close-third .common-slide-third>.flex-box .iconfont {
  height: 0;
}
.close-third .common-slide-fourth a {
  height: 0;
}


/* 三级栏目高亮 */
.third-active>.flex-box {
  background-color: #d1ebed;
}
.third-active>.flex-box a,
.third-active>.flex-box .iconfont {
  height: 58px;
}
.open-fourth>.flex-box .iconfont {
  transform: rotate(90deg);
}
.close-fourth>.flex-box .iconfont {
  transform: rotate(0);
}
.open-fourth a {
  height: 38px;
}
.common-slide-third.close-fourth a {
  height: 0;
}

/* 四级栏目高亮 */
.fourth-active a {
  height: 38px;
}
.fourth-active-a {
  color: #217ea9 !important;
}

@media (min-width: 1024px) {
  .common-slide {
    display: block;
    width: 250px;
    margin-right: 36px;
  }
  .common-slide-title {
    height: 140px;
    line-height: 140px;
    font-size: 30px;
  }
  .common-slide-second>.flex-box a {
    font-size: 18px;
    line-height: 52px;
    padding-left: 30px;
  }
  .common-slide-second>.flex-box a::before {
    left: 10px;
  }
  .common-slide-second>.flex-box .iconfont {
    font-size: 24px;
    line-height: 52px;
    margin-right: 10px;
  }
  .common-slide-third>.flex-box a {
    font-size: 16px;
  }
  .common-slide-third>.flex-box a::before {
    left: 26px;
  }
}
@media (min-width: 1200px) {
  .common-slide {
    width: 280px;
    margin-right: 46px;
  }
  .common-slide-title {
    height: 157px;
    line-height: 157px;
    font-size: 36px;
  }
  .common-slide-second>.flex-box a {
    font-size: 24px;
    line-height: 72px;
  }
  .common-slide-second>.flex-box .iconfont {
    line-height: 72px;
    margin-right: 12px;
  }
  .common-slide-third>.flex-box a {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  .common-slide {
    width: 320px;
    margin-right: 60px;
  }
  .common-slide-title {
    height: 180px;
    line-height: 180px;
  }
}


/* common-content */
.common-content {
  background-color: #fff;
  padding-bottom: 31px;
}
@media (min-width: 768px) {
  .common-content {
    padding-bottom: 61px;
  }
}

/* common-content-router */
.common-content-router {
  display: none;
  border-bottom: 1px #dedede solid;
  padding: 30px;
}
.common-content-router .page-name {
  position: relative;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  padding-left: 28px;
}
.common-content-router .page-name::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 10px;
	height: 30px;
	background-color: #ddaf64;
	border-radius: 5px;
}
.common-pos .icon-home-fill {
  font-size: 24px;
  color: #ddaf64;
  padding-right: 10px;
}
.common-pos .cur {
  font-size: 16px;
  color: #383838;
}
.common-pos .cur-list a {
  position: relative;
  padding: 0 5px;
  font-size: 16px;
  color: #383838;
}
.common-pos .cur-list a::after {
  position: absolute;
  content: '>';
  font-size: 16px;
  color: #383838;
}
.common-pos .cur-list a:last-child {
  color: #999;
}
.common-pos .cur-list a:last-child::after {
  content: '';
}
@media (min-width: 1024px) {
  .common-content-router {
    display: flex;
    padding: 20px;
  }
}
@media (min-width: 1350px) {
  .common-content-router {
    padding: 30px;
  }
}


/* common-desc */
.common-desc {
  padding: 15px 10px;
}
.common-desc,
.common-desc p,
.common-desc p span,
.common-desc span {
  /*font-size: 16px;*/
  /*color: #333;*/
  /*line-height: 30px;*/
  margin-left: 0 !important;
  text-wrap: wrap !important;
}
.common-desc img {
  max-width: 100% !important;
  height: auto !important;
}
.section-8 .common-desc {
  padding: 5px 0;
}
@media (min-width: 576px) {
  .common-desc {
    padding: 20px;
  }
  .section-8 .common-desc {
      padding: 5px 0;
  }
}
@media (min-width: 992px) {
  .common-desc {
    padding: 37px 30px;
  }
  .common-desc,
  .common-desc p,
  .common-desc p span,
  .common-desc span {
    /*font-size: 18px;*/
    /*line-height: 36px;*/
  }
  
  .section-8 .common-desc {
      padding: 5px 0;
  }
}


/* common-news-list */
.common-news-list {
  margin-top: 15px;
  padding: 0 10px;
}
.common-news-list .item {
  height: 56px;
  border-bottom: 1px #e6e6e6 solid;
}
.common-news-list .item-title {
  position: relative;
  font-size: 16px;
  color: #333;
  padding: 0 15px;
}
.common-news-list .item-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #d1d1d1 solid;
}
.common-news-list .item-time {
  font-size: 16px;
  color: #888;
}
.common-news-list .item:hover .item-title {
  color: #ddaf64;
}
.common-news-list .item:hover .item-title::before {
  border-left-color: #ddaf64;
}
@media (min-width: 576px) {
  .common-news-list {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .common-news-list {
    margin-top: 35px;
    padding: 0 25px;
  }
  .common-news-list .item-title {
    font-size: 18px;
    padding: 0 21px;
  }
}
@media (min-width: 992px) {
  .common-news-list {
    margin-top: 42px;
    padding: 0 30px;
  }
  .common-news-list .item {
    height: 72px;
  }
}

/* common-pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  margin-top: 28px;
}
.common-pagination__item {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px #e8e8e8 solid;
  margin-right: 5px;
  color: #515151;
  line-height: 30px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}
.pagination-ellipsis-prev,
.pagination-ellipsis-next {
  margin-right: 5px;
}
.common-pagination-form__input {
  width: 53px;
  height: 37px;
  border: 1px #e8e8e8 solid;
  margin: 0 4px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.common-pagination-form__button {
  height: 37px;
  background-color: #fff;
  border: 1px #e8e8e8 solid;
  padding: 0 10px;
  font-size: 14px;
}
@media (min-width: 576px) {
  .common-pagination__item {
    height: 37px;
    padding: 0 20px;
    line-height: 37px;
  }
}
@media (min-width: 992px) {
  .common-pagination__item {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .common-pagination {
    margin-top: 78px;
  }
  .common-pagination-form,
  .common-pagination__count {
    display: inline-block !important;
  }
}