@charset "utf-8";
/* Reset & Adaptive Styles */
/* Color Variables */
/* unit of mobile */
/* Viewport Settings */
@viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
}
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
/* Embedded content */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
/* Forms */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Responsive Media */
video,
iframe,
embed,
object {
  max-width: 800px;
  width: 100%;
}
/* Selection */
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/* Container */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.topMenu .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.topMenu .logo {
  width: 181px;
  height: 71px;
  flex-shrink: 0;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.topMenu .menuToggle {
  display: none;
}
.topMenu .menuList {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.topMenu .menuList .item {
  font-size: 18px;
  margin-right: 30px;
  position: relative;
  line-height: 1;
  color: #333;
}
.topMenu .menuList .item:last-child {
  margin-right: 0;
  padding: 5px 10px;
  background-color: #396af7;
  color: #FFF;
  border-radius: 20px;
  font-size: 16px;
  margin-top: -5px;
}
.topMenu .menuList .item::after {
  content: '';
  background: url(../images/icon_top_menu_active.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.topMenu .menuList .item:hover::after {
  opacity: 1;
}
.topMenu .menuList .item:hover:last-child {
  color: #FFF;
}
.topMenu .menuList .item:hover:last-child::after {
  opacity: 0;
}
.topMenu .menuList .item.active::after {
  opacity: 1;
}
.topMenu .menuList .item.active:last-child {
  color: #FFF;
}
.topMenu .menuList .item.active:last-child::after {
  opacity: 0;
}
.titleBox {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-bottom: 20px;
}
.titleBox::before {
  content: '';
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #0057e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.titleBox h2 {
  font-size: 38px;
  font-weight: 600;
  color: #001633;
  margin-right: 20px;
}
.titleBox h3 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 22, 51, 0.2);
  text-transform: uppercase;
}
.footer {
  height: 90px;
  background-color: #edf0f6;
}
.footer .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  text-align: center;
  color: #606e8c;
}
.navigationBox {
  background-color: #edf0f6;
  padding: 25px 0;
  border-bottom: solid 1px #dbe1e8;
}
.navigationBox .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.navigationBox .wrap .left {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navigationBox .wrap .left .logo {
  width: 176px;
  height: 45px;
}
.navigationBox .wrap .left .logo img {
  width: 100%;
  height: 100%;
}
.navigationBox .wrap .left .ewmBox {
  display: flex;
  margin-top: 30px;
}
.navigationBox .wrap .left .ewmBox .ewm {
  width: 80px;
  height: 80px;
  border: solid 5px #FFF;
  flex-shrink: 0;
  margin-right: 20px;
}
.navigationBox .wrap .left .ewmBox .ewm img {
  width: 100%;
  height: 100%;
}
.navigationBox .wrap .left .ewmBox .funBox {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #606e8c;
}
.navigationBox .wrap .left .ewmBox .funBox .line:last-child {
  margin-top: 10px;
}
.navigationBox .wrap .left .ewmBox .funBox .line span {
  margin-right: 10px;
}
.navigationBox .wrap .right {
  width: 500px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.navigationBox .wrap .right .itemBox {
  display: flex;
  flex-direction: column;
}
.navigationBox .wrap .right .itemBox .tit {
  font-size: 18px;
  font-weight: 600;
  color: #040816;
  margin-bottom: 20px;
}
.navigationBox .wrap .right .itemBox .item {
  font-size: 16px;
  color: #606e8c;
  line-height: 1;
  margin-bottom: 20px;
}
/* Consultation Modal */
.consultation-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.consultation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 850px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.consultation .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.consultation .close-btn::before,
.consultation .close-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #999;
}
.consultation .close-btn::before {
  transform: rotate(45deg);
}
.consultation .close-btn::after {
  transform: rotate(-45deg);
}
.consultation .close-btn:hover {
  background-color: #e0e0e0;
}
.consultation .close-btn:hover::before,
.consultation .close-btn:hover::after {
  background-color: #666;
}
.consultation .titleBox {
  text-align: center;
  margin-bottom: 30px;
}
.consultation .titleBox h2 {
  font-size: 28px;
  font-weight: 600;
  color: #163b78;
  margin-bottom: 10px;
}
.consultation .titleBox .desc {
  font-size: 14px;
  color: #999;
}
.consultation .consulForm .line {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.consultation .consulForm .line .item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.consultation .consulForm .line .item:first-child {
  padding-right: 30px;
}
.consultation .consulForm .line .item:last-child {
  padding-left: 30px;
}
.consultation .consulForm .line .item:only-child {
  width: 100%;
  padding: 0;
}
.consultation .consulForm .line .item .tit {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.consultation .consulForm .line .item .tit span {
  color: #f00;
  margin-right: 4px;
}
.consultation .consulForm .line .item .con input,
.consultation .consulForm .line .item .con textarea,
.consultation .consulForm .line .item .con select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.consultation .consulForm .line .item .con input:focus,
.consultation .consulForm .line .item .con textarea:focus,
.consultation .consulForm .line .item .con select:focus {
  border-color: #396af7;
}
.consultation .consulForm .line .item .con textarea {
  height: 120px;
  padding: 12px 16px;
  resize: none;
  font-family: inherit;
}
.consultation .consulForm .line .item .multi-select {
  position: relative;
  width: 100%;
}
.consultation .consulForm .line .item .multi-select__trigger {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  user-select: none;
  background-color: #fff;
}
.consultation .consulForm .line .item .multi-select__trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}
.consultation .consulForm .line .item .multi-select__trigger:focus,
.consultation .consulForm .line .item .multi-select__trigger.is-open {
  border-color: #396af7;
}
.consultation .consulForm .line .item .multi-select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.consultation .consulForm .line .item .multi-select__dropdown.is-open {
  display: block;
}
.consultation .consulForm .line .item .multi-select__option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.consultation .consulForm .line .item .multi-select__option input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.consultation .consulForm .line .item .multi-select__option span {
  font-size: 14px;
  color: #333;
}
.consultation .consulForm .line .item .multi-select__option:hover {
  background-color: #f5f5f5;
}
.consultation .consulForm .line .item .multi-select__option input[type="checkbox"]:checked + span {
  color: #396af7;
  font-weight: 500;
}
.consultation .consulForm .line .item .btn {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #396af7;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.consultation .consulForm .line .item .btn:hover {
  background-color: #2a52d4;
}
/* mobile */
@media (max-width: 750px) {
  html {
    font-size: 10vw;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .topMenu {
    padding: 0 0.4rem;
    position: relative;
  }
  .topMenu .wrap {
    height: 1.46666667rem;
  }
  .topMenu .logo {
    width: 2.41333333rem;
    height: 0.94666667rem;
  }
  .topMenu .menuOverlay {
    position: fixed;
    top: 1.46666667rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .topMenu .menuOverlay.active {
    opacity: 1;
    visibility: visible;
  }
  .topMenu .menuToggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0;
    cursor: pointer;
    z-index: 101;
    position: relative;
  }
  .topMenu .menuToggle span {
    width: 100%;
    height: 0.06666667rem;
    background-color: #004d9e;
    border-radius: 0.06666667rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
    position: absolute;
  }
  .topMenu .menuToggle span:nth-child(1) {
    top: 0.26666667rem;
  }
  .topMenu .menuToggle span:nth-child(2) {
    top: 0.4rem;
  }
  .topMenu .menuToggle span:nth-child(3) {
    top: 0.53333333rem;
  }
  .topMenu .menuToggle.active span {
    background-color: #004d9e;
  }
  .topMenu .menuToggle.active span:nth-child(1) {
    top: 0.4rem;
    transform: rotate(45deg);
  }
  .topMenu .menuToggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }
  .topMenu .menuToggle.active span:nth-child(3) {
    top: 0.4rem;
    transform: rotate(-45deg);
  }
  .topMenu .menuList {
    position: fixed;
    top: 1.46666667rem;
    left: 0;
    right: 0;
    background-color: #FFF;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.4rem 0;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    box-shadow: 0 0.26666667rem 0.66666667rem rgba(0, 0, 0, 0.15);
  }
  .topMenu .menuList.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .topMenu .menuList .item {
    color: #333;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 0.42666667rem;
    padding: 0.4rem 0.53333333rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
  }
  .topMenu .menuList .item:hover {
    background-color: #f8f9fa;
  }
  .topMenu .menuList .item:active {
    background-color: #e9ecef;
  }
  .topMenu .menuList .item::after {
    display: none;
  }
  .topMenu .menuList .item:last-child {
    margin-right: 0;
    padding: 0.26666667rem 0.53333333rem;
    background-color: #396af7;
    color: #FFF;
    border-radius: 0.26666667rem;
    font-size: 0.37333333rem;
    margin-top: 0.26666667rem;
    margin-bottom: 0.13333333rem;
    font-weight: 500;
    border: none;
    justify-content: center;
  }
  .topMenu .menuList .item:last-child:hover {
    background-color: #2a52d4;
  }
  .topMenu .menuList .item:last-child:active {
    background-color: #1e3d8f;
  }
  .topMenu .menuList .item.active {
    color: #396af7;
    font-weight: 600;
    background-color: #f0f7ff;
  }
  .titleBox {
    padding-bottom: 0.26666667rem;
  }
  .titleBox::before {
    width: 0.53333333rem;
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .titleBox h2 {
    font-size: 0.50666667rem;
    margin-right: 0.26666667rem;
  }
  .titleBox h3 {
    font-size: 0.34666667rem;
  }
  .footer {
    width: 100%;
    height: auto;
    font-size: 0.34666667rem;
    padding: 0.4rem 0.53333333rem;
  }
  .navigationBox {
    padding: 0.33333333rem 0;
  }
  .navigationBox .wrap {
    padding: 0 0.4rem;
  }
  .navigationBox .wrap .left {
    width: 100%;
    font-size: 0.34666667rem;
  }
  .navigationBox .wrap .left .logo {
    display: none;
  }
  .navigationBox .wrap .left .ewmBox {
    margin-top: 0;
  }
  .navigationBox .wrap .left .ewmBox .ewm {
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-right: 0.26666667rem;
  }
  .navigationBox .wrap .left .ewmBox .funBox {
    height: 1.06666667rem;
  }
  .navigationBox .wrap .left .ewmBox .funBox .line:last-child {
    margin-top: 0;
  }
  .navigationBox .wrap .right {
    display: none;
  }
  .consultation {
    width: 8rem;
    height: auto;
    border-radius: 0.26666667rem;
    padding: 0.53333333rem;
    box-shadow: 0 0.13333333rem 0.53333333rem rgba(0, 0, 0, 0.15);
  }
  .consultation .close-btn {
    top: 0.26666667rem;
    right: 0.26666667rem;
    width: 0.53333333rem;
    height: 0.53333333rem;
  }
  .consultation .titleBox {
    margin-bottom: 0.4rem;
    flex-direction: column;
  }
  .consultation .titleBox::before {
    display: none;
  }
  .consultation .titleBox h2 {
    font-size: 0.42666667rem;
  }
  .consultation .titleBox .desc {
    font-size: 0.34666667rem;
  }
  .consultation .consulForm .line {
    margin-bottom: 0.26666667rem;
  }
  .consultation .consulForm .line .item:first-child {
    padding-right: 0.4rem;
  }
  .consultation .consulForm .line .item:last-child {
    padding-left: 0;
  }
  .consultation .consulForm .line .item .tit {
    font-size: 0.34666667rem;
    margin-bottom: 0.13333333rem;
  }
  .consultation .consulForm .line .item .con {
    line-height: 0;
  }
  .consultation .consulForm .line .item .con input,
  .consultation .consulForm .line .item .con textarea,
  .consultation .consulForm .line .item .con select {
    height: 0.66666667rem;
    padding: 0 0.26666667rem;
    font-size: 0.34666667rem;
  }
  .consultation .consulForm .line .item .con textarea {
    height: 1.6rem;
    padding: 0.16rem 0.21333333rem;
  }
  .consultation .consulForm .line .item input::placeholder {
    font-size: 0.32rem;
  }
  .consultation .consulForm .line .item .multi-select__trigger {
    height: auto;
    padding: 0 0.26666667rem;
    font-size: 0.34666667rem;
    line-height: 0.61333333rem;
  }
  .consultation .consulForm .line .item .multi-select__trigger::after {
    right: 0.26666667rem;
  }
  .consultation .consulForm .line .item .btn {
    height: 0.66666667rem;
    line-height: 0.66666667rem;
    font-size: 0.4rem;
  }
}
.news .topPhoto {
  background: url(../images/other/top_photo_news.jpg) no-repeat center top;
  background-size: auto 100%;
  height: 555px;
}
.news .tabBox {
  margin-top: 60px;
}
.news .tabBox .wrap {
  overflow: visible;
}
.news .tabBox .infoList .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #e3e4e6;
  margin-bottom: 20px;
  padding: 20px;
}
.news .tabBox .infoList .item .txtCon {
  flex: 1;
}
.news .tabBox .infoList .item .txtCon .tit {
  font-size: 30px;
  color: #022454;
}
.news .tabBox .infoList .item .txtCon .desc {
  color: #666;
  line-height: 26px;
  margin-top: 20px;
  text-align: justify;
}
.news .tabBox .infoList .item .txtCon .dateLine {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .tabBox .infoList .item .txtCon .dateLine .date {
  font-size: 40px;
  color: #e5e5e5;
  font-weight: 600;
}
.news .tabBox .infoList .item .txtCon .dateLine .more {
  color: #0055e3;
  border-bottom: solid 1px #0055e3;
  font-weight: 600;
}
.news .tabBox .infoList .item .pic {
  width: 370px;
  height: 278px;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 20px;
}
.news .tabBox .infoList .item .pic img {
  width: 100%;
  height: 100%;
}
.news .tabBox .infoList .item:hover {
  border-bottom: solid 2px transparent;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
}
.news .tabBox .infoList .item:hover .txtCon .tit {
  color: #f28639;
}
.news .tabBox .pages .pagelist {
  height: 50px;
  overflow: hidden;
  text-align: center;
  margin: 30px auto;
}
.news .tabBox .pages .pagelist a {
  height: 40px !important;
  padding: 0 !important;
  margin-right: 5px;
  line-height: 40px;
  text-align: center;
  border: solid 1px #DDD;
  border-radius: 3px;
  padding: 3px 10px !important;
}
.news .tabBox .pages .pagelist a:hover {
  box-shadow: none !important;
}
.news .tabBox .pages .pagelist a .pageinfo {
  color: #0055e3;
}
.news .tabBox .pages .pagelist span {
  display: none;
}
.news .tabBox .pages .pagelist .thisclass {
  color: #0055e3;
  border: solid 1px #0055e3 !important;
}
.news .tabBox .pages .pagelist .thisclass a {
  color: #0055e3;
}
.news .tabBox .pages .page-num-current {
  color: #004499;
  border: 1px solid #004499 !important;
}
/*内容页*/
.contentBox {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
}
.contentBox .contentLeft {
  width: 215px;
  border-right: 1px solid #e3e4e6;
  margin-top: 130px;
  float: left;
}
.contentBox .contentLeft .info h2 {
  width: 136px;
  height: 33px;
  font-size: 18px;
  background: #022454;
  text-align: center;
  line-height: 33px;
  margin: 0 auto;
  color: #fff;
}
.contentBox .contentLeft .info span {
  font-size: 26px;
  color: #333;
}
.contentBox .contentLeft .info p {
  font-size: 42px;
  color: #333;
  text-align: center;
  display: block;
}
.contentBox .contentLeft .addLine {
  display: block;
  margin: 25px auto 0 auto;
  text-align: center;
  width: 138px;
  line-height: 50px;
}
.contentBox .contentLeft .addLine::before {
  content: '';
  display: inline-block;
  background: #e3e4e6;
  height: 1px;
  width: 30px;
  vertical-align: middle;
  float: left;
  margin: 25px 0px 0px 0px;
}
.contentBox .contentLeft .addLine::after {
  content: '';
  display: inline-block;
  background: #e3e4e6;
  height: 1px;
  width: 30px;
  vertical-align: middle;
  float: right;
  margin: 25px 0px 0px 0px;
}
.contentBox .contentRight {
  width: 960px;
  float: right;
}
.contentBox .contentRight h2 {
  font-size: 36px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  margin: 40px 0px;
}
.contentBox .contentRight .contentIndex {
  line-height: 2;
  font-size: 16px;
  padding-bottom: 35px;
}
#share .social-share-icon {
  display: block;
  width: 70px;
  height: 70px;
  font-size: 48px;
  line-height: 70px;
  margin: 0 auto 14px;
}
#share .social-share-icon .wechat-qrcode {
  line-height: normal;
  left: -65px;
}
/* mobile */
@media (max-width: 750px) {
  .news .topPhoto {
    background-size: 150% 100%;
    height: 5.73333333rem;
  }
  .news .tabBox {
    margin-top: 0.8rem;
  }
  .news .tabBox .infoList {
    display: flex;
    flex-direction: column;
    padding: 0 0.4rem;
  }
  .news .tabBox .infoList .item {
    margin-bottom: 0.26666667rem;
    padding: 0.26666667rem 0;
  }
  .news .tabBox .infoList .item .txtCon .tit {
    font-size: 0.4rem;
  }
  .news .tabBox .infoList .item .txtCon .desc {
    font-size: 0.34666667rem;
    line-height: 1.4;
    margin-top: 0.26666667rem;
  }
  .news .tabBox .infoList .item .txtCon .dateLine {
    display: none;
  }
  .news .tabBox .infoList .item .pic {
    width: 4.93333333rem;
    height: 3.70666667rem;
    margin-left: 0.26666667rem;
  }
  .news .tabBox .pages {
    line-height: 0;
    overflow: hidden;
  }
  .news .tabBox .pages .pagelist {
    height: 0.66666667rem;
    margin: 0.4rem auto;
  }
  .news .tabBox .pages .pagelist a {
    font-size: 0.4rem;
    height: 0.53333333rem !important;
    margin-right: 0.13333333rem;
    line-height: 0.53333333rem;
    border-radius: 0.04rem;
    padding: 0.04rem 0.13333333rem !important;
  }
}
