@font-face {
  src: url('../font/SourceHanSansCN-Regular.eot');
  src: url('../font/SourceHanSansCN-Regular.eot?#font-spider') format('embedded-opentype'), url('../font/SourceHanSansCN-Regular.woff') format('woff'), url('../font/SourceHanSansCN-Regular.ttf') format('truetype'), url('../font/SourceHanSansCN-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BestFont-Bold';
  src: url('../font/SourceHanSansCN-Bold.eot');
  src: url('../font/SourceHanSansCN-Bold.eot?#font-spider') format('embedded-opentype'), url('../font/SourceHanSansCN-Bold.woff') format('woff'), url('../font/SourceHanSansCN-Bold.ttf') format('truetype'), url('../font/SourceHanSansCN-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BestFont-Medium';
  src: url('../font/SourceHanSansCN-Medium.eot');
  src: url('../font/SourceHanSansCN-Medium.eot?#font-spider') format('embedded-opentype'), url('../font/SourceHanSansCN-Medium.woff') format('woff'), url('../font/SourceHanSansCN-Medium.ttf') format('truetype'), url('../font/SourceHanSansCN-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.BestFont-Regular {
  font-family: 'BestFont-Regular';
}
.BestFont-Bold {
  font-family: 'BestFont-Bold';
}
.BestFont-Medium {
  font-family: 'BestFont-Medium';
}
* {
  padding: 0;
  margin: 0;
  font-family: "BestFont-Regular";
  box-sizing: border-box;
}
* a {
  text-decoration: none;
}
header {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 70px;
  margin: 0px auto;
  border-bottom: 1px solid #eee;
}
header .content {
  width: 1200px;
  margin: 0px auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .kefu {
  color: #444;
}
header .content .logo {
  display: inline-block;
  width: auto;
  font-family: 'BestFont-Bold';
  position: relative;
  vertical-align: top;
}
header .content .logo img {
  vertical-align: middle;
}
header .content .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .content .right .contact {
  display: flex;
  align-items: center;
}
header .content .right .contact span {
  font-family: 'BestFont-Bold';
  margin-left: 10px;
}
header .content .naviList {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  text-align: right;
  padding-right: 44px;
  color: #000;
  background-color: transparent;
  padding: 0 20px 0 60px;
}
header .content .naviList .layui-nav-bar {
  background-color: transparent;
}
header .content .naviList li {
  display: inline-block;
  margin-right: 48px;
  position: relative;
}
header .content .naviList li.layui-nav-item {
  vertical-align: baseline;
}
header .content .naviList li.layui-nav-item > a {
  padding: 0;
}
header .content .naviList li.layui-nav-item .layui-nav-more {
  margin-top: -3px !important;
  border-color: #333 transparent transparent;
  top: 50%;
  right: -15px;
  transform: translateY(-38%);
}
header .content .naviList li .layui-nav-child a {
  display: inline-block;
  width: 100%;
  text-align: left;
}
header .content .naviList li a {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  background-color: transparent;
  box-sizing: border-box;
}
header .content .naviList li a i {
  font-size: 14px;
  margin-left: 5px;
}
header .content .naviList li a:hover,
header .content .naviList li a.active {
  color: #333;
  font-family: 'BestFont-Bold';
}
header .content .m_menu,
header .content .cta-menu {
  display: none;
}
header .content .layui-nav .layui-nav-child dd.layui-this a,
header .content .layui-nav-child dd.layui-this {
  background-color: transparent;
  color: #333;
}
footer {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto 0;
  background-color: #eceff4;
}
footer .content {
  width: 1200px;
  margin: 0px auto;
  color: #747b89;
}
footer .content .footMenu {
  padding: 35px 0 26px;
}
footer .content .footMenu .logo > div {
  display: flex;
  align-items: center;
}
footer .content .footMenu .logo > div img {
  width: auto;
}
footer .content .footMenu .menuItem {
  position: relative;
  text-align: center;
}
footer .content .footMenu .menuItem ul {
  line-height: 26px;
  text-align: left;
}
footer .content .footMenu .menuItem ul li {
  margin-bottom: 20px;
  color: #000;
}
footer .content .footMenu .menuItem ul a {
  display: block;
  font-size: 16px;
  font-family: 'BestFont-Bold';
  text-align: center;
}
footer .content .footMenu .menuItem:last-child div {
  margin-top: 8px;
  color: #000;
}
footer .copyright {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #747b89;
  border-top: 1px solid rgba(118, 119, 126, 0.2);
}
footer .copyright .content {
  padding: 15px 0;
}
footer .copyright .content > p {
  padding: 5px 0;
}
footer .copyright .content a {
  color: #747b89;
}
.jn-banenr {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 640px;
  background: url('../images/index-banner-bg.jpg') no-repeat center center;
}
.jn-banenr .content {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.jn-banenr .content img {
  margin-top: 130px;
}
.jn-banenr .content .title {
  font-size: 36px;
  font-family: 'BestFont-Bold';
}
.jn-banenr .content .desc {
  font-size: 66px;
  font-family: 'BestFont-Bold';
}
.jn-banenr .content .desc br {
  display: none;
}
.jn-idx-about {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #f4f5f9, #f6f8fb);
  padding-top: 85px;
  padding-bottom: 120px;
}
.jn-idx-about .content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.jn-idx-about .content .title {
  font-size: 36px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.jn-idx-about .content .desc {
  font-size: 16px;
  line-height: 24px;
  color: #646a73;
  margin-top: 24px;
}
.jn-idx-about .content .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.jn-idx-about .content .main .item {
  width: 380px;
  height: 280px;
  background-color: white;
  border-radius: 16px;
  text-align: center;
}
.jn-idx-about .content .main .item img {
  margin-top: 40px;
}
.jn-idx-about .content .main .item .it_title {
  font-size: 20px;
  font-family: 'BestFont-Bold';
  color: #000;
  margin-top: 32px;
}
.jn-idx-about .content .main .item .it_desc {
  font-size: 16px;
  line-height: 24px;
  color: #646a73;
  margin-top: 10px;
  padding: 0 20px;
}
.jn-idx-about .content .more {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.jn-idx-services {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #f6f8fb, #fefefe);
}
.jn-idx-services .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 126px;
}
.jn-idx-services .content .title {
  font-size: 36px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.jn-idx-services .content .desc {
  font-size: 16px;
  line-height: 24px;
  color: #646a73;
  margin-top: 24px;
}
.jn-idx-services .content .main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 50px;
}
.jn-idx-services .content .main .left {
  width: 585px;
}
.jn-idx-services .content .main .right {
  width: 585px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jn-idx-services .content .main .item {
  position: relative;
  color: #fff;
}
.jn-idx-services .content .main .item .it_title {
  font-size: 26px;
  font-family: 'BestFont-Bold';
  padding: 0 50px;
  position: absolute;
  left: 0;
  top: 26px;
}
.jn-idx-services .content .main .item .it_desc {
  font-size: 16px;
  line-height: 24px;
  padding: 0 50px;
  position: absolute;
  left: 0;
  bottom: 36px;
}
.jn-idx-industries {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fefefe, #ffffff);
}
.jn-idx-industries .content {
  width: 1200px;
  margin: 0 auto;
}
.jn-idx-industries .content .title {
  font-size: 36px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.jn-idx-industries .content .desc {
  font-size: 16px;
  line-height: 24px;
  color: #646a73;
  margin-top: 10px;
}
.jn-idx-industries .main {
  height: 600px;
  margin-top: 50px;
}
.jn-idx-industries .main.bg1 {
  background: url('../images/index-industry-bg1.jpg') no-repeat center center;
}
.jn-idx-industries .main.bg2 {
  background: url('../images/index-industry-bg2.jpg') no-repeat center center;
}
.jn-idx-industries .main.bg3 {
  background: url('../images/index-industry-bg3.jpg') no-repeat center center;
}
.jn-idx-industries .main.bg4 {
  background: url('../images/index-industry-bg4.jpg') no-repeat center center;
}
.jn-idx-industries .main.bg5 {
  background: url('../images/index-industry-bg5.jpg') no-repeat center center;
}
.jn-idx-industries .main.bg6 {
  background: url('../images/index-industry-bg6.jpg') no-repeat center center;
}
.jn-idx-industries .main .content {
  padding-top: 81px;
}
.jn-idx-industries .main ul li {
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  font-size: 26px;
  margin-bottom: 18px;
  cursor: pointer;
}
.jn-idx-industries .main ul li.active {
  background-color: #111213;
}
.jn-idx-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fafbfd, #f8f9fc);
  padding-top: 105px;
}
.jn-idx-news .content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 120px;
  position: relative;
}
.jn-idx-news .content .title {
  font-size: 36px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.jn-idx-news .content .desc {
  font-size: 16px;
  line-height: 24px;
  color: #646a73;
  margin-top: 8px;
}
.jn-idx-news .content .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.jn-idx-news .content .main .item {
  width: 380px;
}
.jn-idx-news .content .main .item .thumb {
  max-width: 100%;
  height: 230px;
  position: relative;
}
.jn-idx-news .content .main .item .thumb img {
  max-width: 100%;
}
.jn-idx-news .content .main .item .thumb span {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(8, 20, 40, 0.3);
  border-radius: 6px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.jn-idx-news .content .main .item .it_title {
  width: 100%;
  font-size: 20px;
  font-family: 'BestFont-Bold';
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jn-idx-news .content .main .item .it_title a {
  color: #000;
}
.jn-idx-news .content .main .item .it_desc {
  font-size: 14px;
  line-height: 21px;
  color: #646a73;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jn-idx-news .content .main .item .it_time {
  font-size: 14px;
  line-height: 21px;
  color: #646a73;
  margin-top: 10px;
}
.jn-idx-news .content .more {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
.jn-about-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  height: 560px;
  background: url('../images/about-banner-bg.jpg') no-repeat center center;
}
.jn-about-banner .content {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 105px;
}
.jn-about-banner .content .title {
  font-size: 40px;
  font-family: 'BestFont-Bold';
  padding-left: 20px;
}
.jn-about-banner .content .desc {
  width: 1131px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  padding-left: 20px;
}
.jn-about-banner .content .main {
  width: 100%;
  height: 150px;
  border-radius: 16px;
  margin-top: 65px;
  padding: 0 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jn-about-banner .content .main .item {
  display: flex;
  align-items: center;
}
.jn-about-banner .content .main .item span {
  width: 80px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #0e3a66;
  background-color: rgba(121, 166, 208, 0.2);
  font-size: 20px;
  font-family: 'BestFont-Bold';
  margin-right: 20px;
}
.jn-about-banner .content .main .item label {
  font-size: 20px;
  color: #000;
  font-family: 'BestFont-Bold';
}
.jn-about-user {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #f4f5f9, #fafbfd);
}
.jn-about-user .content {
  width: 1200px;
  margin: 0 auto;
  padding: 105px 0 90px;
}
.jn-about-user .content .title {
  font-size: 40px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.jn-about-user .content .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.jn-about-user .content .main i {
  width: 224px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 20px;
  background-position: 0 0 !important;
  box-shadow: 10px 10px 10px 0px rgba(188, 202, 215, 0.1);
}
.jn-about-user .content .main i:nth-child(1) {
  background: url('../images/about-user-icon1.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(2) {
  background: url('../images/about-user-icon2.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(3) {
  background: url('../images/about-user-icon3.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(4) {
  background: url('../images/about-user-icon4.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(5) {
  background: url('../images/about-user-icon5.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(6) {
  background: url('../images/about-user-icon6.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(7) {
  background: url('../images/about-user-icon7.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(8) {
  background: url('../images/about-user-icon8.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(9) {
  background: url('../images/about-user-icon9.png') no-repeat center center;
}
.jn-about-user .content .main i:nth-child(10) {
  background: url('../images/about-user-icon10.png') no-repeat center center;
}
.jn-about-user + .jn-idx-news {
  padding-top: 0;
}
.jn-about-user + .jn-idx-news .content .title {
  font-size: 40px;
}
.contact_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  background: linear-gradient(180deg, #f5f6fa, #f8f9fc);
}
.contact_m1 .content {
  width: 1200px;
  margin: 0 auto;
}
.contact_m1 .content .title {
  font-size: 40px;
  font-family: 'BestFont-Bold';
}
.contact_m1 .content .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
}
.contact_m1 .content .item {
  display: flex;
  align-items: center;
}
.contact_m1 .content .item .it_right {
  padding-left: 15px;
}
.contact_m1 .content .item .it_right .it_title {
  font-size: 20px;
  font-family: 'BestFont-Bold';
  color: #2b2b2b;
}
.contact_m1 .content .item .it_right .it_desc {
  font-size: 14px;
  color: #666666;
}
.contact_m2 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 42px 0 160px;
  background: linear-gradient(180deg, #f8f9fc, #ffffff);
}
.contact_m2 > div {
  width: 1200px;
  height: 460px;
  margin: 0 auto;
  border-radius: 16px;
}
.jn-news {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: url('../images/news-bg.png') no-repeat top center;
}
.jn-news .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 130px;
}
.jn-news .content .title {
  font-size: 40px;
  font-family: 'BestFont-Bold';
}
.jn-news .content .types {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.jn-news .content .types span {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 4px;
  font-size: 20px;
  cursor: pointer;
}
.jn-news .content .types span.active {
  color: #fff;
  background-color: #000;
}
.jn-news .content .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.jn-news .content .main .left {
  width: 790px;
}
.jn-news .content .main .left .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jn-news .content .main .left .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.jn-news .content .main .left .more a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'BestFont-Bold';
}
.jn-news .content .main .left .item {
  width: 380px;
  margin-bottom: 50px;
}
.jn-news .content .main .left .item .thumb {
  max-width: 100%;
  height: 230px;
  position: relative;
}
.jn-news .content .main .left .item .thumb img {
  max-width: 100%;
}
.jn-news .content .main .left .item .thumb span {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(8, 20, 40, 0.3);
  border-radius: 6px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.jn-news .content .main .left .item .it_title {
  width: 100%;
  font-size: 20px;
  font-family: 'BestFont-Bold';
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jn-news .content .main .left .item .it_title a {
  color: #000;
}
.jn-news .content .main .left .item .it_desc {
  font-size: 14px;
  line-height: 21px;
  color: #646a73;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jn-news .content .main .left .item .it_time {
  font-size: 14px;
  line-height: 21px;
  color: #646a73;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.jn-news .content .main .right {
  width: 340px;
}
.news_m1 {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(233, 236, 244, 0.3) 67.22%, #F4F6FA 100%);
}
.news_m1 .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0 150px;
}
.news_m1 .content.pt50 {
  padding-top: 50px;
}
.news_m1 .content .main {
  width: 790px;
}
.news_m1 .content .main .position {
  width: 100%;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.news_m1 .content .main .position a {
  color: #999;
}
.news_m1 .content .main .position span {
  color: #2b2b2b;
}
.news_m1 .content .main .article {
  border-radius: 16px;
  padding: 15px 0px 10px;
}
.news_m1 .content .main .article .a_title {
  font-size: 36px;
  font-family: 'BestFont-Bold';
  color: #2b2b2b;
}
.news_m1 .content .main .article .a_time {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.news_m1 .content .main .article .a_time i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../images/icon_time.svg') no-repeat center center;
  margin-right: 10px;
}
.news_m1 .content .main .article .a_main {
  padding: 10px 0;
  color: #666;
  font-size: 14px;
  line-height: 2.2;
}
.news_m1 .content .main .article .a_main figcaption {
  color: #999;
}
.news_m1 .content .sider {
  width: 340px;
}
.news_m1 .content .sider .adv {
  width: 100%;
  height: 220px;
  background: url('../images/news_sider.png') no-repeat center center;
  color: #fff;
  text-align: center;
  padding: 50px 0 0;
}
.news_m1 .content .sider .adv .ad_title1 {
  font-size: 32px;
  font-family: 'BestFont-Bold';
}
.news_m1 .content .sider .adv .ad_desc {
  font-size: 20px;
  line-height: 32px;
}
.news_m1 .content .sider .contact {
  background-color: white;
  border-radius: 16px;
  margin-top: 20px;
  padding: 25px 20px;
}
.news_m1 .content .sider .contact .c_title {
  display: flex;
  align-items: center;
  font-family: 'BestFont-Bold';
  font-size: 20px;
}
.news_m1 .content .sider .contact .c_title i {
  display: inline-block;
  width: 3px;
  height: 20px;
  border-radius: 50px;
  margin-right: 8px;
}
.news_m1 .content .sider .contact ul {
  margin-top: 10px;
}
.news_m1 .content .sider .contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news_m1 .content .sider .contact ul li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.news_m1 .content .sider .contact ul li i.tel {
  background: url('../images/icon_tel.svg') no-repeat center center;
}
.news_m1 .content .sider .contact ul li i.email {
  background: url('../images/icon_email.svg') no-repeat center center;
}
.news_m1 .content .sider .contact ul li i.address {
  background: url('../images/icon_address.svg') no-repeat center center;
}
.news_m1 .content .sider .qrcode {
  text-align: center;
}
.news-card {
  width: 100%;
  height: 230px;
  background: url('../images/news-card.png') no-repeat center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-card .c-title {
  font-size: 26px;
  font-family: 'BestFont-Bold';
}
.news-card .c-desc {
  font-size: 16px;
  margin-top: 15px;
}
.news-link {
  margin-top: 30px;
  background-color: #e9eef4;
  border-radius: 8px;
  padding: 30px 30px 60px;
}
.news-link .l-title {
  font-size: 26px;
  font-family: 'BestFont-Bold';
  color: #000;
}
.news-link ul {
  margin-top: 20px;
}
.news-link ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.news-link ul li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.news-link ul li:first-child i {
  background: url('../images/icon-tel.svg') no-repeat center center;
}
.news-link ul li:last-child i {
  background: url('../images/icon-email.svg') no-repeat center center;
}
.news-link .code div {
  font-size: 16px;
  font-family: 'BestFont-Bold';
  color: #2b2b2b;
  margin-bottom: 15px;
}
