@charset "UTF-8";
/*全局样式*/
a,
button {
  cursor: pointer !important;
}

i,
u,
em {
  font-style: normal !important;
}

a,
u {
  text-decoration: none !important;
}

input,
button {
  border: none;
}

textarea {
  resize: none !important;
}

a,
img,
label,
input,
button {
  display: block;
}

u,
b,
i,
s,
em,
span,
strong {
  display: inline-block;
}

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:-o-placeholder,
textarea:-o-placeholder {
  color: #c5c5c5;
  font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c5c5c5;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c5c5c5;
  font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c5c5c5;
  font-size: 14px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="date"],
input[type="month"],
input[type="button"],
input[type="datetime"],
input[type="datetime-local"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Source Han Sans,Microsoft YaHei";
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.new_container {
  width: 1200px;
  margin: 0 auto;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.new_main_header .new_header_top {
  background: #3b9ff2;
}

.new_main_header .new_header_top .new_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_main_header .new_header_top .new_container .new_left_tips {
  font-size: 14px;
  color: #fff;
}

.new_main_header .new_header_top .new_container .new_right_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.new_main_header .new_header_top .new_container .new_right_links p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new_main_header .new_header_top .new_container .new_right_links p img {
  margin-right: 5px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_main_header .new_header_top .new_container .new_right_links span {
  margin: 0 10px;
}

.new_main_header .new_header_top .new_container .new_right_links a,
.new_main_header .new_header_top .new_container .new_right_links p,
.new_main_header .new_header_top .new_container .new_right_links span {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}

.new_main_header .new_header_nav .new_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_main_header .new_header_nav .new_container .new_left_logo {
  width: 150px;
}

.new_main_header .new_header_nav .new_container .new_left_logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_main_header .new_header_nav .new_container .new_right_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.new_main_header .new_header_nav .new_container .new_right_nav ul li {
  height: 80px;
  margin: 0 20px;
}

.new_main_header .new_header_nav .new_container .new_right_nav ul li a {
  font-size: 16px;
  color: #333;
  line-height: 78px;
  border-bottom: 2px solid transparent;
}

.new_main_header .new_header_nav .new_container .new_right_nav ul li a:hover {
  color: #3b9ff2;
  border-color: #3b9ff2;
}

.new_main_header .new_header_nav .new_container .new_right_nav ul li a.new_active {
  font-weight: bold;
  color: #3b9ff2;
  border-color: #3b9ff2;
}

.new_main_footer {
  background: #222b33;
}

.new_main_footer .new_footer_top {
  padding: 60px 0 40px;
}

.new_main_footer .new_footer_top .new_top_left .left_top_logo {
  width: 150px;
}

.new_main_footer .new_footer_top .new_top_left .left_top_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_main_footer .new_footer_top .new_top_left .left_bottom_info {
  margin-top: 35px;
}

.new_main_footer .new_footer_top .new_top_left .left_bottom_info .info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #c2c5c8;
  line-height: 30px;
}

.new_main_footer .new_footer_top .new_top_left .left_bottom_info .info_item img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_main_footer .new_footer_top .new_top_left .left_bottom_info .info_item a {
  font-size: 14px;
  color: #c2c5c8;
  line-height: 30px;
}

.new_main_footer .new_footer_top .new_top_left .left_bottom_info .info_item span {
  margin: 0 5px;
}

.new_main_footer .new_footer_top .new_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.new_main_footer .new_footer_top .new_top_right .right_qrcode {
  width: 110px;
  margin-right: 150px;
}

.new_main_footer .new_footer_top .new_top_right .right_qrcode:not(:last-child) {
  margin-right: 50px;
}

.new_main_footer .new_footer_top .new_top_right .right_qrcode img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_main_footer .new_footer_top .new_top_right .right_qrcode p {
  font-size: 14px;
  color: #c2c5c8;
  line-height: 40px;
  text-align: center;
}

.new_main_footer .new_footer_bottom {
  border-top: 1px solid #364049;
  padding: 20px 0;
}

.new_main_footer .new_footer_bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #494f55;
  line-height: 24px;
  text-align: center;
}

.new_index_module {
  padding: 90px 0;
}

.new_index_module .new_module_top {
  text-align: center;
}

.new_index_module .new_module_top h2 {
  font-size: 40px;
  font-weight: 400;
  color: #333;
}

.new_index_module .new_module_top h4 {
  margin: 10px 0 20px;
  font-size: 20px;
  font-weight: 400;
  color: #3b9ff2;
}

.new_index_module .new_module_top p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 28px;
}

.new_index_banner {
  width: 100%;
  height: 600px;
}

.new_index_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_index_banner .swiper-pagination {
  bottom: 45px;
}

.new_index_banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  border: 1px solid #fff;
  background: #fff;
  opacity: 0.4;
}

.new_index_banner .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}

.new_index_banner .swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.new_index_service .new_service_list {
  margin-top: 35px;
}

.new_index_service .new_service_list li {
  padding: 45px;
  width: 32%;
  margin-right: 1%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(53, 67, 78, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(53, 67, 78, 0.15);
  border-radius: 10px;
  background-size: cover !important;
}

.new_index_service .new_service_list li:nth-child(3n) {
  margin-right: 0;
}

.new_index_service .new_service_list li img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_index_service .new_service_list li h4 {
  margin: 40px 0 15px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

.new_index_service .new_service_list li p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 22px;
}

.new_index_industry {
  background: url(../images/new_index_industry_bg.jpg) no-repeat;
  background-size: cover;
}

.new_index_industry .new_industry_list {
  padding: 50px 0;
}

.new_index_industry .new_industry_list li {
  padding: 70px 60px;
  width: 23.85%;
  height: 285px;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.new_index_industry .new_industry_list li:nth-child(4n) {
  margin-right: 0;
}

.new_index_industry .new_industry_list li:hover {
  padding: 30px 60px;
  background: linear-gradient(147deg, #3b9ff2 0%, #2b77f5 100%);
}

.new_index_industry .new_industry_list li:hover p {
  color: #fff;
}

.new_index_industry .new_industry_list li:hover a {
  display: block;
}

.new_index_industry .new_industry_list li img {
  margin: 0 auto;
  width: 112px;
  height: 112px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_index_industry .new_industry_list li p {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.new_index_industry .new_industry_list li a {
  display: none;
  margin: 30px auto 0;
  width: 135px;
  font-size: 16px;
  font-weight: 400;
  color: #0e6565;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00ffff), to(#bbffff));
  background: linear-gradient(90deg, #00ffff 0%, #bbffff 100%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(51, 82, 133, 0.2);
          box-shadow: 0px 10px 15px 0px rgba(51, 82, 133, 0.2);
  border-radius: 5px;
}

.new_index_industry .new_industry_more {
  margin: 0 auto;
  width: 220px;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;
  color: #3b9ff2;
  text-align: center;
  background: #fff;
  border: 1px solid #3b9ff2;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(51, 82, 133, 0.2);
          box-shadow: 0px 10px 15px 0px rgba(51, 82, 133, 0.2);
  border-radius: 10px;
}

.new_index_industry .new_industry_more:hover {
  background: #3b9ff2;
  color: #fff;
}

.new_index_cooperate .new_cooperate_list {
  padding-top: 50px;
}

.new_index_cooperate .new_cooperate_list li {
  padding: 20px 30px;
  width: 23.85%;
  height: 150px;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.new_index_cooperate .new_cooperate_list li:nth-child(4n) {
  margin-right: 0;
}

.new_index_cooperate .new_cooperate_list li h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.new_index_cooperate .new_cooperate_list li h3 img {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_index_cooperate .new_cooperate_list li p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}

.new_index_cases {
  background: url(../images/new_index_cases_bg.jpg) no-repeat;
  background-size: cover;
}

.new_index_cases .new_container {
  position: relative;
}

.new_index_cases .new_container .swiper-button-next,
.new_index_cases .new_container .swiper-button-prev {
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.new_index_cases .new_container .swiper-button-next:hover,
.new_index_cases .new_container .swiper-button-prev:hover {
  -webkit-filter: invert(55%) sepia(94%) saturate(402%) hue-rotate(177deg) brightness(101%) contrast(88%);
          filter: invert(55%) sepia(94%) saturate(402%) hue-rotate(177deg) brightness(101%) contrast(88%);
}

.new_index_cases .new_container .swiper-button-next::after,
.new_index_cases .new_container .swiper-button-prev::after {
  content: none;
}

.new_index_cases .new_container .swiper-button-next img,
.new_index_cases .new_container .swiper-button-prev img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_index_cases .new_container .swiper-button-next {
  right: -8%;
}

.new_index_cases .new_container .swiper-button-prev {
  left: -8%;
}

.new_index_cases .new_cases_swiper {
  padding-top: 50px;
}

.new_index_cases .new_cases_swiper a {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(53, 67, 78, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(53, 67, 78, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.new_index_cases .new_cases_swiper a:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(53, 67, 78, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(53, 67, 78, 0.25);
}

.new_index_cases .new_cases_swiper a:hover .new_top_img img {
  transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.new_index_cases .new_cases_swiper a .new_top_img {
  height: 160px;
  overflow: hidden;
}

.new_index_cases .new_cases_swiper a .new_top_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.new_index_cases .new_cases_swiper a .new_bottom_info {
  padding: 35px 20px;
}

.new_index_cases .new_cases_swiper a .new_bottom_info h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
}

.new_index_cases .new_cases_swiper a .new_bottom_info h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #3b9ff2;
}

.new_index_cases .new_cases_swiper a .new_bottom_info .new_info_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.new_index_cases .new_cases_swiper a .new_bottom_info .new_info_desc span {
  white-space: nowrap;
}

.new_index_cases .new_cases_swiper a .new_bottom_info .new_info_desc span,
.new_index_cases .new_cases_swiper a .new_bottom_info .new_info_desc p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

.new_index_customer {
  height: 460px;
  background: url(../images/new_index_customer_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.new_index_customer .new_index_module {
  padding: 90px 0 0;
}

.new_index_customer .new_index_module .new_module_top h2,
.new_index_customer .new_index_module .new_module_top p {
  color: #fff;
}

.new_index_customer .new_index_module .new_module_top h4 {
  color: #afdbff;
}

.new_index_customer .new_customer_list {
  position: absolute;
  margin-top: 50px;
  padding: 50px;
  width: 1200px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(51, 82, 133, 0.15);
          box-shadow: 0px 10px 25px 0px rgba(51, 82, 133, 0.15);
  border-radius: 10px;
}

.new_index_customer .new_customer_list ul li {
  width: 20%;
}

.new_index_customer .new_customer_list ul li a {
  padding: 40px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ebf0f4;
}

.new_index_customer .new_customer_list ul li a:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(51, 82, 133, 0.15);
          box-shadow: 0px 5px 15px 0px rgba(51, 82, 133, 0.15);
}

.new_index_customer .new_customer_list ul li a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_index_news {
  padding-top: 155px;
  background: url(../images/new_index_news_bg.jpg) no-repeat;
  background-size: cover;
}

.new_index_news .new_news_box {
  padding-top: 30px;
}

.new_index_news .new_news_box .new_news_recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item:hover .right_info h5 {
  color: #3b9ff2;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item:not(:last-child) {
  margin-right: 50px;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item .left_img {
  width: 200px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item .left_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item .right_info {
  width: calc(100% - 220px);
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item .right_info h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item .right_info .info_date {
  margin: 10px 0 15px;
  font-size: 16px;
  color: #999;
  line-height: 24px;
}

.new_index_news .new_news_box .new_news_recommend .recommend_news_item .right_info p {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.new_index_news .new_news_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new_index_news .new_news_box ul li {
  padding: 15px 0;
  width: 47.9%;
  margin-right: 50px;
}

.new_index_news .new_news_box ul li:nth-child(2n) {
  margin-right: 0;
}

.new_index_news .new_news_box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_index_news .new_news_box ul li a:hover .right_info h5 p {
  color: #3b9ff2;
}

.new_index_news .new_news_box ul li a .left_number {
  margin-right: 15px;
  padding: 0 4px;
  width: 30px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fefefe;
  background: #b1b8be;
}

.new_index_news .new_news_box ul li a .right_info {
  border-bottom: 1px solid #d6dce0;
}

.new_index_news .new_news_box ul li a .right_info h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_index_news .new_news_box ul li a .right_info h5 p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.new_index_news .new_news_box ul li a .right_info h5 span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  white-space: nowrap;
}

.new_index_news .new_news_box ul li a .right_info p {
  margin: 15px 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.new_index_links .new_links_list {
  padding-top: 30px;
}

.new_index_links .new_links_list ul li {
  margin-right: 15px;
}

.new_index_links .new_links_list ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
}

.new_index_links .new_links_list ul li a:hover {
  color: #3b9ff2;
  text-decoration: underline !important;
}
/*# sourceMappingURL=index.css.map */