@import "../bootstrap.min.css";
/* 初始化样式 */
* {
  margin: 0;
  padding: 0;
}
*:focus-visible {
  outline: none;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:focus,
a:active {
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 398025 */
  src: url('//at.alicdn.com/t/c/font_398025_a87z57dw6ib.woff2?t=1724922514202') format('woff2'), url('//at.alicdn.com/t/c/font_398025_a87z57dw6ib.woff?t=1724922514202') format('woff'), url('//at.alicdn.com/t/c/font_398025_a87z57dw6ib.ttf?t=1724922514202') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial;
  position: relative;
  font-size: 14px;
  word-break: break-word;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
/*@pagebg: #F7F8FC;*/
::-webkit-input-placeholder {
  color: #b2b2b2;
}
:-moz-placeholder {
  color: #b2b2b2;
}
::-moz-placeholder {
  color: #b2b2b2;
}
:-ms-input-placeholder {
  color: #b2b2b2;
}
.btnHover {
  background: #D6262E;
  color: #fff;
}
nav {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  background: #fff;
}
@media (max-width: 1300px) {
  nav {
    width: 100%;
  }
}
nav .navContainer {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  background-color: white;
}
@media (max-width: 1500px) {
  nav .navContainer {
    width: 96%;
  }
}
nav .navContainer .logo {
  width: 150px;
  float: left;
}
nav .navContainer .logo a img {
  display: block;
  width: 100%;
  margin-top: 12px;
}
nav .navContainer .navTabs {
  float: left;
  margin-left: 40px;
}
@media (max-width: 1500px) {
  nav .navContainer .navTabs {
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  nav .navContainer .navTabs {
    margin-left: 10px;
  }
}
nav .navContainer .navTabs > ul > li {
  float: left;
  font-size: 14px;
  padding: 0px 10px;
  position: static;
  /*资讯下拉*/
  /*技术资源下拉*/
}
@media (max-width: 1500px) {
  nav .navContainer .navTabs > ul > li {
    padding: 0px 5px;
  }
}
nav .navContainer .navTabs > ul > li .navTextLink {
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
}
nav .navContainer .navTabs > ul > li .navTextLink .iconfont {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}
nav .navContainer .navTabs > ul > li .dropdown-menu {
  width: 100%;
  border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px 6px 6px;
  border: none;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: calc(100% + 1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
nav .navContainer .navTabs > ul > li .dropContainer {
  width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1300px) {
  nav .navContainer .navTabs > ul > li .dropContainer {
    width: 96%;
  }
}
nav .navContainer .navTabs > ul > li .dropContainer .moduleTitle .theTitle {
  font-size: 20px;
}
nav .navContainer .navTabs > ul > li .dropContainer .moduleTitle .theTitle:after {
  background: none;
}
nav .navContainer .navTabs > ul > li .dropContainer .leftAndRightModule {
  margin: 15px auto 0px;
}
nav .navContainer .navTabs > ul > li .dropContainer .leftAndRightModule .theTitle a {
  font-size: 14px;
  line-height: 20px;
}
nav .navContainer .navTabs > ul > li .drop-information .informationTag {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
nav .navContainer .navTabs > ul > li .drop-information .informationTag a {
  display: inline-block;
  padding: 0px 20px;
  height: 32px;
  line-height: 32px;
  background: #F0F2F3;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
nav .navContainer .navTabs > ul > li .drop-information .informationTag a:hover {
  background: #003352;
  color: #fff;
}
nav .navContainer .navTabs > ul > li .drop-information .dropList {
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
}
nav .navContainer .navTabs > ul > li .secondNav {
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
  min-height: 250px;
}
nav .navContainer .navTabs > ul > li .secondNav li {
  width: 50%;
  height: auto;
  float: left;
}
nav .navContainer .navTabs > ul > li .secondNav li a {
  padding: 12px 0px 12px 12px;
  display: block;
  font-size: 16px;
  color: #666;
  position: relative;
}
nav .navContainer .navTabs > ul > li .secondNav li a:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #999;
}
nav .navContainer .navTabs > ul > li .secondNav li a:hover {
  color: #003352;
  font-weight: bold;
}
nav .navContainer .navTabs > ul > li .rowSecondNav {
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
  min-height: auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
nav .navContainer .navTabs > ul > li .rowSecondNav li {
  width: auto;
  margin-right: 100px;
}
nav .navContainer .navTabs > ul > li .eventsNav {
  border: none;
  padding: 0px;
  margin: 0px;
  column-count: 2;
}
nav .navContainer .navTabs > ul > li .eventsNav li {
  width: 100%!important;
  margin-right: 0px!important;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
nav .navContainer .navTabs > ul > li .eventsNav li a:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 8px 0px 8px 12px;
}
nav .navContainer .navTabs > ul > li .eventsNav li .the-btn {
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #003352;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  align-items: center;
  width: 70px;
  font-size: 13px;
  font-weight: bold;
  padding: 0px;
  margin-left: 10px;
  background: #D6262E;
  transition: all 0.2s;
}
nav .navContainer .navTabs > ul > li .eventsNav li .the-btn:before {
  background: transparent;
}
nav .navContainer .navTabs > ul > li .eventsNav li .the-btn:hover {
  opacity: 0.8;
  color: #fff;
}
nav .navContainer .navTabs > ul > li .magazineSecondNav {
  min-height: 270px;
}
nav .navContainer .navTabs > ul > li .navMore {
  font-size: 28px;
  color: #999;
  padding: 0px 10px;
}
nav .navContainer .navTabs > ul > li:hover .dropdown-menu {
  display: block;
}
nav .navContainer .navTabs > ul > li:hover .navTextLink {
  color: #003352;
  font-weight: bold;
  position: relative;
}
nav .navContainer .navTabs > ul > li:hover .navArrowLink:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  overflow: hidden;
  border-width: 1px 1px 0 0;
  border-color: #e5e5e5;
  border-style: solid;
  /*background: linear-gradient(225deg, #fff 50%, transparent 50%);*/
  background: #fff;
  transform: translateX(-50%) rotate(-45deg);
}
@keyframes navLabelNew {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.85);
  }
}
nav .navContainer .navTabs .nav-label-new-box {
  position: relative;
}
nav .navContainer .navTabs .nav-label-new {
  position: absolute;
  top: 7px;
  right: -24px;
  background: red;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 5px;
  color: #fff;
  border-radius: 20px;
  transform: scale(0.9);
  animation: navLabelNew 0.5s infinite;
  border: 1px solid #fff;
}
nav .navContainer .navUser {
  height: auto;
  float: right;
}
nav .navContainer .navUser .navUserBtn {
  margin-top: 16px;
}
nav .navContainer .navUser .navUserBtn a {
  display: block;
  float: left;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #003352;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  align-items: center;
  width: 90px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (max-width: 1100px) {
  nav .navContainer .navUser .navUserBtn a {
    width: 44px;
  }
}
nav .navContainer .navUser .navUserBtn a:nth-child(1) {
  border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
}
nav .navContainer .navUser .navUserBtn a:nth-child(2) {
  border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  -webkit-border-radius: 0px 2px 2px 0px;
}
nav .navContainer .navUser .navUserBtn a:hover {
  background: #D6262E;
  color: #fff;
}
.navLoginUser {
  position: relative;
  height: 60px;
  padding-top: 9px;
  padding-left: 20px;
  box-sizing: border-box;
}
.navLoginUser > a img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.navLoginUser > a.newprompt strong {
  position: absolute;
  top: 8px;
  right: 0px;
  background: #ff6e6e;
  height: 16px;
  padding: 0px 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  font-weight: bold;
  line-height: 16px;
}
.navLoginUser > a img:hover {
  border: 2px solid #003352;
}
.navLoginUser > a strong {
  position: absolute;
  top: -8px;
  right: 0px;
  background: #ff6e6e;
  height: 16px;
  line-height: 16px;
  padding: 0px 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-weight: bold;
  border: 1px solid #fff;
}
.navLoginUser .sub-oper {
  position: absolute;
  top: 51px;
  left: auto !important;
  right: 0px;
  width: 280px;
  height: auto;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px 0px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 0px;
  background: #fff;
}
.navLoginUser .sub-oper .eject-user {
  width: 85.71%;
  height: auto;
  margin: 2% auto 0px;
  border-bottom: 1px solid #e5e5e5;
}
.navLoginUser .sub-oper .eject-user .username {
  width: 100%;
  padding: 0px;
  margin-bottom: 1.5%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  text-align: left;
  float: none;
}
.navLoginUser .sub-oper .eject-user .username a {
  font-size: 18px;
  color: #333;
}
.navLoginUser .sub-oper li {
  width: 33.33%;
  height: auto;
  float: left;
  padding: 5% 0px 0px;
  text-align: center;
}
.navLoginUser .sub-oper li a {
  color: #b2b2b2;
  font-size: 12px;
}
.navLoginUser .sub-oper li a:hover {
  color: #003352;
}
.navLoginUser .sub-oper .message-center {
  width: 85.71%;
  height: auto;
  overflow: hidden;
  margin: 3% auto 0px;
}
.navLoginUser .sub-oper .message-center li .icon {
  display: inline-block;
  position: relative;
}
.navLoginUser .sub-oper .message-center li .thetext {
  display: inline-block;
  height: 20px;
  font-size: 12px;
  position: relative;
  top: -2px;
  left: 3px;
}
.navLoginUser .sub-oper .eject-icon {
  width: 85.71%;
  height: auto;
  margin: 3% auto 0px;
  overflow: hidden;
}
.navLoginUser .sub-oper .eject-icon li {
  padding: 10px 0px;
}
.navLoginUser .sub-oper .eject-icon li .iconfont {
  font-size: 16px;
  color: #b2b2b2;
}
.navLoginUser .sub-oper .eject-icon li span {
  display: block;
  line-height: 20px;
}
.navLoginUser .sub-oper .eject-icon li:hover {
  background: #F0F2F3;
}
.navLoginUser .sub-oper .eject-icon li:hover .iconfont {
  color: #003352;
}
.navLoginUser .sub-oper .setup-exit {
  width: 100%;
  height: auto;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}
.navLoginUser .sub-oper .setup-exit .setup-exit-con {
  width: 85.71%;
  height: auto;
  margin: 3% auto 0px;
  overflow: hidden;
}
.navLoginUser .sub-oper .setup-exit .setup-exit-con li {
  width: 50%;
  text-align: left;
  padding: 0px;
  line-height: 30px;
}
.navLoginUser .sub-oper .setup-exit .setup-exit-con li .iconfont {
  font-size: 12px;
}
.navLoginUser .sub-oper .setup-exit .setup-exit-con li:last-child {
  text-align: right;
}
.navLoginUser .drop-user {
  position: absolute;
  top: 60px;
  left: auto !important;
  right: 0px;
  width: 270px;
  height: auto;
  border: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  margin: 0px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 0px;
  background: linear-gradient(180deg, #f7f8fa 0%, #FFFFFF 49.9%);
}
.navLoginUser .drop-user .user-name {
  margin: 0px 15px;
  display: flex;
  align-items: center;
}
.navLoginUser .drop-user .user-name a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.navLoginUser .drop-user .user-name img {
  display: block;
  height: 26px;
  margin-left: 5px;
}
.navLoginUser .drop-user .user-num {
  margin: 15px 15px 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}
.navLoginUser .drop-user .user-num a {
  width: 49%;
  height: 50px;
  background: #F3F5F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  transition: all 0.5s;
  position: relative;
  top: 0px;
}
.navLoginUser .drop-user .user-num a:hover {
  opacity: 0.8;
  top: -2px;
}
.navLoginUser .drop-user .user-num span {
  display: block;
}
.navLoginUser .drop-user .user-num .the-num {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.navLoginUser .drop-user .user-num .the-text {
  font-size: 12px;
  color: #666666;
}
.navLoginUser .col-two-list {
  margin: 10px 15px 0px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
  padding-bottom: 5px;
}
.navLoginUser .col-two-list .the-item {
  width: 50%;
  display: flex;
  height: auto;
  float: left;
  padding: 8px 5px;
  color: #333;
  align-items: center;
  transition: all 0.5s;
}
.navLoginUser .col-two-list .the-item:hover {
  background: #F3F5F8;
  border-radius: 5px;
}
.navLoginUser .col-two-list .the-item img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.navLoginUser .col-two-list .the-item:hover {
  opacity: 0.9;
}
.navLoginUser .col-two-list .the-item strong {
  display: inline-block;
  height: 14px;
  font-size: 12px;
  background: #ff6e6e;
  color: #fff;
  line-height: 14px;
  padding: 0px 4px;
  border-radius: 200px;
}
.navLoginUser .col-four-list {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-items: center;
  margin: 15px auto 0;
}
.navLoginUser .col-four-list .the-item {
  width: 25%;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.navLoginUser .col-four-list .the-item img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px auto;
}
.navLoginUser .col-four-list .the-item span {
  font-size: 13px;
  color: #333;
}
.navLoginUser .col-four-list .the-item:hover {
  top: -2px;
  opacity: 0.9;
}
.navLoginUser .col-one-list {
  margin: 15px 5px 0px 5px;
}
.navLoginUser .col-one-list .the-item {
  display: flex;
  width: 100%;
  height: 38px;
  padding-left: 10px;
  line-height: 38px;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: all 0.5s;
}
.navLoginUser .col-one-list .the-item img {
  display: block;
  width: 16px;
  margin-right: 10px;
}
.navLoginUser .col-one-list .the-item:hover {
  background: #F3F5F8;
  border-radius: 10px;
}
.navLoginUser:hover .dropdown-menu {
  display: block;
}
.navSearch {
  float: right;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  position: static;
}
@media (max-width: 1200px) {
  .navSearch {
    margin-right: 0px;
  }
}
.navSearch .iconfont {
  color: #999;
  font-size: 22px;
  line-height: 60px;
  display: block;
}
.navSearch .navSearchBox {
  width: 100%;
  min-height: -moz-calc(100vh - 60px);
  min-height: -webkit-calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  position: fixed;
  left: 0px;
  text-align: left;
  display: none;
  background: #fff;
  z-index: 1000;
}
.navSearch .navSearchBox .inputGroup {
  width: 1300px;
  margin: 50px auto 0px;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 70px;
  position: relative;
}
@media (max-width: 1300px) {
  .navSearch .navSearchBox .inputGroup {
    width: 96%;
  }
}
.navSearch .navSearchBox .inputGroup .searchInput {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 69px;
  line-height: 69px;
  float: left;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 24px;
}
.navSearch .navSearchBox .inputGroup .searchButton {
  width: 60px;
  height: 100%;
  float: right;
  text-align: right;
  cursor: pointer;
}
.navSearch .navSearchBox .inputGroup .searchButton .iconfont {
  font-size: 24px;
  color: #999;
}
.navSearch .navSearchBox .inputGroupFocus:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #003352;
  animation: inputGroupAn 1s linear;
  -webkit-animation: inputGroupAn 1s linear;
  -moz-transition: inputGroupAn 1s linear;
  -o-transition: inputGroupAn 1s linear;
}
@keyframes inputGroupAn {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
.navSearch .navSearchBox .hotSearch {
  width: 1300px;
  margin: 20px auto 0px;
}
@media (max-width: 1300px) {
  .navSearch .navSearchBox .hotSearch {
    width: 96%;
  }
}
.navSearch .navSearchBox .hotSearch .theTitle {
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.navSearch .navSearchBox .hotSearch .searchTag {
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
}
.navSearch .navSearchBox .hotSearch .searchTag a {
  display: inline-block;
  padding: 0px 20px;
  height: 32px;
  line-height: 32px;
  background: #F0F2F3;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.navSearch .navSearchBox .hotSearch .searchTag a:hover {
  background: #003352;
  color: #fff;
}
.subscribeCodebg {
  text-align: center;
}
.subscribeCodebg .subscribeCode {
  display: inline-block;
}
.subscribeCodebg .subscribeCode li {
  width: 160px;
  height: auto;
  float: left;
  margin-right: 130px;
  margin-top: 40px;
}
.subscribeCodebg .subscribeCode li img {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  border: 10px solid #fff;
}
.subscribeCodebg .subscribeCode li span {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.subscribeCodebg .subscribeCode li:last-child {
  margin-right: 0px;
}
.subscribeCodebg .subscribeCode:after {
  content: '';
  display: block;
  clear: both;
}
.communityLine {
  width: 100%;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  margin: 10px 0px;
}
/*标题*/
.moduleTitle {
  overflow: hidden;
}
.moduleTitle .theTitle {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: block;
  float: left;
  z-index: 0;
}
.moduleTitle .theTitle:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #003352;
  z-index: -1;
}
.moduleTitle .operation {
  float: right;
  position: relative;
}
.moduleTitle .operation a {
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #003352;
  text-align: center;
  color: #fff;
  align-items: center;
  width: auto;
  padding: 0px 15px;
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #F0F2F3;
  color: #999;
  margin-right: 15px;
}
.moduleTitle .operation a .iconfont {
  display: inline-block;
  margin-right: 5px;
}
.moduleTitle .operation a:last-child {
  margin: 0px;
}
.moduleTitle .operation a:hover {
  background: #D6262E;
  color: #fff;
  background: #003352;
}
.moduleTitle .operation .updateIcon:hover .iconfont {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.moduleTitle .operation:before {
  content: '';
  width: 100px;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  left: -120px;
  top: 14px;
}
.moduleTitleS .theTitle {
  font-size: 20px;
  padding-left: 20px;
}
.moduleTitleS .theTitle:after {
  width: 15px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url('../../images/titleBg.svg');
  background-size: auto;
}
.moduleTitleS .operation {
  margin-top: 4px;
}
.moduleTitleS .operation a {
  padding: 0px 5px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.moduleTitleS .operation a .iconfont {
  font-size: 12px;
}
.moduleTitleS .operation:before {
  width: 0px;
}
/*左图右文*/
.leftAndRightModule {
  height: auto;
  margin: 20px auto 0px;
  position: relative;
}
.leftAndRightModule .thePicBg {
  position: relative;
  overflow: hidden;
}
.leftAndRightModule .thePicBg .thePic {
  width: 100%;
  height: 73px;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.leftAndRightModule .thePicBg .thePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftAndRightModule .thePicBg .theTag {
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.leftAndRightModule .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.leftAndRightModule .thePicBg {
  width: 110px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  position: relative;
  z-index: 20;
}
.leftAndRightModule .theRightText {
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: calc(100% - 110px);
  float: right;
  padding-left: 15px;
  position: relative;
  z-index: 20;
}
.leftAndRightModule .theRightText .theTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  height: 48px;
  overflow: hidden;
}
.leftAndRightModule .theRightText .theTitle a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
}
.leftAndRightModule .theRightText .theSmallText {
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 5px;
}
.leftAndRightModule .theRightText .theBtn a {
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #003352;
  text-align: center;
  color: #fff;
  align-items: center;
  width: 70px;
  height: 22px;
  background: #999;
  line-height: 22px;
  display: block;
  margin-top: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 12px;
}
.leftAndRightModule .theRightText .theBtn a:hover {
  background: #D6262E;
  color: #fff;
  background: #003352;
}
.leftAndRightModule .theCover {
  position: absolute;
  top: -20px;
  right: -10px;
  width: 0px;
  height: calc(100% + 20px);
  height: -moz-calc(100% + 20px);
  height: -webkit-calc(100% + 20px);
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.leftAndRightModule:hover .thePic {
  transform: scale(1.1);
}
.leftAndRightModule:hover .theTitle a {
  color: #003352;
  font-weight: bold;
}
.leftAndRightModule:hover .theCover {
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  transform: translateX(0px);
  opacity: 1;
}
.leftAndRightModule:after {
  content: '';
  clear: both;
  display: block;
}
/*研讨会*/
.workshopItem .thePicBg {
  width: 90px;
}
.workshopItem .thePicBg .thePic {
  background-size: contain;
}
.workshopItem .theRightText {
  width: -moz-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}
.workshopItem .theRightText .theTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.workshopItem .theRightText .theBtn a {
  background: #D6262E;
}
/*社区*/
.communityItem .theRightText .theTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.communityItem .theRightText .blogger {
  /* margin-top: 10px;*/
}
.communityItem .theRightText .blogger img {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.communityItem .theRightText .blogger span {
  display: inline-block;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 20px;
  margin-left: 5px;
}
.communityItem .theRightText .applyBtn a {
  background: #D6262E;
}
.noLeftItem .theRightText {
  width: 100%;
  padding-left: 0px;
}
.activityItem .theRightText .theTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.activityItem .theRightText .addressAndDate {
  margin-top: 5px;
}
.activityItem .theRightText .addressAndDate .theItem {
  display: inline-block;
  margin-right: 10px;
}
.activityItem .theRightText .addressAndDate .theItem .iconfont {
  color: #999;
  font-size: 14px;
}
.activityItem .theRightText .addressAndDate .theItem em {
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.AcommunityItem .theRightText {
  width: 100%;
  float: none;
  padding-left: 0px;
}
/*一行左边圆点*/
.aRowModule {
  padding: 20px 0px 0px;
}
.aRowModule ul {
  border-left: 1px solid #e5e5e5;
}
.aRowModule ul li {
  width: 100%;
  height: auto;
  position: relative;
}
.aRowModule ul li a {
  font-size: 14px;
  color: #333;
  padding: 6px 0px 6px 12px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.aRowModule ul li:before {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.aRowModule ul li:hover:before {
  border: 3px solid #003352;
}
.aRowModule ul li:hover a {
  color: #003352;
  font-weight: bold;
}
.downloadItem {
  padding: 10px 0px 0px;
}
.downloadItem ul {
  border: none;
}
.downloadItem ul li a {
  padding: 6px 0px !important;
}
.downloadItem ul li:before {
  width: 0px;
  height: 0px;
  border: none !important;
}
.downloadItem ul li:hover:before {
  border: none !important;
}
footer {
  width: 100%;
  height: auto;
  background: #262626;
  padding: 40px 0px 20px 0px;
  margin: 60px auto 0px;
}
footer .rowPage {
  width: 1300px;
}
@media (max-width: 1300px) {
  footer .rowPage {
    width: 96%;
  }
}
footer .rowPage:after {
  content: '';
  display: block;
  clear: both;
}
footer .rowPage {
  margin: 0px auto;
}
footer .rowPage a {
  color: rgba(255, 255, 255, 0.5);
}
footer .rowPage a:hover {
  color: #ffffff;
}
footer .rowPage .siteNav {
  width: 50%;
  height: auto;
  float: left;
}
footer .rowPage .footetTitle {
  font-size: 18px;
  color: #fff;
}
footer .rowPage .globalWeb dl,
footer .rowPage .siteNav dl {
  height: auto;
}
footer .rowPage .globalWeb dl dt,
footer .rowPage .siteNav dl dt {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
footer .rowPage .globalWeb dl dd,
footer .rowPage .siteNav dl dd {
  height: 30px;
  line-height: 30px;
}
footer .rowPage .siteNavList {
  overflow: hidden;
}
footer .rowPage .siteNavList dl {
  width: 33.33%;
  float: left;
}
footer .rowPage .globalWeb {
  float: right;
  width: 50%;
  height: auto;
}
footer .rowPage .globalWeb .globalWeb-list {
  width: 100%;
  overflow: hidden;
}
footer .rowPage .globalWeb .list-item {
  width: 33.33%;
  float: left;
}
footer .rowFooterPage {
  width: 1300px;
  margin: 20px auto 0px;
  position: relative;
}
@media (max-width: 1300px) {
  footer .rowFooterPage {
    width: 96%;
  }
}
footer .rowFooterPage .theText {
  width: 100%;
  height: auto;
  text-align: center;
}
footer .rowFooterPage .theText a {
  color: #fff;
  font-size: 16px;
  margin: 0px 20px;
}
footer .rowFooterPage .friendlyLink a {
  font-size: 14px;
  margin: 0 5px;
  height: 28px;
  display: inline-block;
  line-height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  font-weight: normal;
  border-radius: 2px;
}
footer .rowFooterPage .concernBtn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
footer .rowFooterPage .concernBtn .theBtn {
  width: 46px;
  height: 46px;
  float: left;
  margin-right: 30px;
  position: relative;
}
footer .rowFooterPage .concernBtn .theBtn .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
  color: #262626;
  cursor: pointer;
}
footer .rowFooterPage .concernBtn .theBtn .thePic {
  width: 140px;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
footer .rowFooterPage .concernBtn .theBtn .thePic img {
  display: block;
  width: 100%;
}
footer .rowFooterPage .concernBtn .theBtn .thePic:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -14px;
}
footer .rowFooterPage .concernBtn .theBtn:last-child {
  margin: 0px;
}
footer .rowFooterPage .concernBtn .theBtn:hover .thePic {
  display: block;
}
footer .copyRight {
  width: 1300px;
  margin: 20px auto 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 32px;
  text-align: center;
  border-top: rgba(255, 255, 255, 0.05) 1px solid;
  padding-top: 20px;
}
@media (max-width: 1300px) {
  footer .copyRight {
    width: 96%;
  }
}
.silderBar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 1300px) / 2 - 60px);
  z-index: 99;
}
@media (max-width: 1300px) {
  .silderBar {
    right: calc((100% - 90%) / 2 - 60px);
  }
}
.silderBar li {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.silderBar li .iconfont {
  color: #666;
  font-size: 20px;
}
.silderBar li .theText {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: none;
}
.silderBar li:hover {
  background: #003352;
}
.silderBar li:hover .iconfont {
  display: none;
}
.silderBar li:hover .theText {
  display: block;
}
/*悬浮广告*/
.welcome-ad {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  display: none;
}
.welcome-ad .welcome-ad-con {
  width: 640px;
  height: 480px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -320px;
}
.welcome-ad .welcome-ad-con .count {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
.welcome-ad .welcome-ad-con .count .thenum,
.welcome-ad .welcome-ad-con .count .iconfont {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.welcome-ad .welcome-ad-con .count .iconfont {
  font-size: 26px;
  display: none;
  cursor: pointer;
}
.welcome-ad .welcome-ad-con .ad-text {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  width: 30px;
  height: 18px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  text-align: center;
  line-height: 18px;
}
.welcome-ad .ad_a {
  position: fixed;
  bottom: 100px;
  left: 50px;
}
.welcome-ad .ad_a a {
  background: rgba(0, 0, 0, 0.8);
  color: #ebebeb;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 5px;
}
/*广告*/
.rowBanner {
  width: 1300px;
  height: auto;
  margin: 10px auto 0px;
  position: relative;
}
@media (max-width: 1300px) {
  .rowBanner {
    width: 96%;
  }
}
.rowBanner .adTag {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: none;
}
.rowBanner .adTag img {
  display: block;
}
.indexAd_300 {
  margin: 25px auto 0px;
  width: 300px;
  height: auto;
  position: relative;
}
.indexAd_300 img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.indexAd_300 .adTag {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: none;
}
.indexAd_300 .adTag img {
  display: block;
}
.rowBanner-l {
  position: relative;
}
.rowBanner-r {
  position: relative;
  display: none;
  margin-right: 16px;
}
/*
.rowBannerTop div, .rowBannerCenter div, .rowBannerBottom div {
  display: none;
}*/
.pushDown {
  margin: 0 !important;
}
.pushDown .colse-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 15px;
  height: 15px;
}
.pushDown .colse-btn img {
  vertical-align: top !important;
}
.pushDown .colse-btn:hover {
  color: rgba(255, 255, 255, 0.5);
}
.rowBannerTop {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rowBannerCenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rowBannerCenter .text-ad {
  width: 300px;
  height: 90px;
  background: #F0F2F3;
  border-top: 3px solid #D6262E;
  padding: 10px 15px;
}
.rowBannerCenter .text-ad a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #003352;
  display: block;
  margin-bottom: 4px;
  padding-left: 13px;
  position: relative;
  font-weight: bold;
}
.rowBannerCenter .text-ad a:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #999999;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.rowBannerCenter .text-ad a:hover {
  color: #D6262E;
}
.rowBannerBottom {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 1030;
  display: none;
  align-content: center;
  justify-content: center;
}
.rowBannerBottom .banner-con {
  position: relative;
}
.rowBannerBottom .adTag {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: none;
}
.rowBannerBottom .adTag img {
  display: block;
}
.rowBannerBottom .colse-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 15px;
  height: 15px;
}
.rowBannerBottom .colse-btn img {
  vertical-align: top !important;
}
.rowBannerBottom .colse-btn:hover {
  color: rgba(255, 255, 255, 0.5);
}
.eetLive .eetLiveCon .leftAndRightModule {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin: 15px auto 0;
}
.eetLive .eetLiveCon .thePicBg {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.eetLive .eetLiveCon .thePicBg .thePic {
  height: 100% !important;
}
.eetLive .eetLiveCon .theRightText {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.eetLive .eetLiveCon .theRightText .theTitle {
  margin-top: 8px;
  height: 40px;
}
.eetLive .eetLiveCon .theRightText .theTitle a {
  font-size: 14px;
  line-height: 20px;
}
.eetLive .eetLiveCon .theRightText .theState {
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #003352;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  align-items: center;
  background: #D6262E;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.eetLive .eetLiveCon .theItem {
  display: flex;
  color: #666;
  margin-top: 8px;
  line-height: 18px;
}
.eetLive .eetLiveCon .theItem em {
  font-size: 12px;
  font-style: normal;
  margin-left: 2px;
}
.onlineCourse {
  margin: 25px auto 0px;
}
.onlineCourse .onlineCourseCon {
  margin: 20px auto 0px;
}
.onlineCourse .onlineCourseCon ul {
  overflow: hidden;
}
.onlineCourse .onlineCourseCon ul li {
  width: 47%;
  float: left;
}
.onlineCourse .onlineCourseCon ul li:nth-child(2n) {
  float: right;
}
.onlineCourse .onlineCourseCon ul li:last-child .upAndDownModularNobg,
.onlineCourse .onlineCourseCon ul li:nth-last-child(2) .upAndDownModularNobg {
  margin-bottom: 0px;
}
.p-btn-primary {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  background: #003352;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: bold;
  user-select: none;
  border: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.p-btn-primary:hover {
  background: #D6262E;
}
.p-btn-disable {
  opacity: 0.5;
  pointer-events: none;
}
.p-btn-lg-46 {
  height: 46px;
  line-height: 46px;
  font-size: 18px;
}
.p-btn-medium-36 {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.p-btn-small-22 {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.p-btn-border-radius {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}
.seize-seat {
  height: 60px;
}
.bread-nav {
  margin: 15px auto 0;
  font-size: 12px;
  color: #333;
}
.bread-nav a,
.bread-nav span {
  color: #333;
}
.bread-nav a:hover {
  color: #D6262E;
}
@keyframes rotateFun {
  40% {
    transform: rotate(-10deg) scale(1);
    -ms-transform: rotate(-10deg) scale(1);
    /* IE 9 */
    -webkit-transform: rotate(-10deg) scale(1);
    /* Safari and Chrome */
  }
  60% {
    transform: rotate(15deg) scale(1.1);
    -ms-transform: rotate(15deg) scale(1.1);
    /* IE 9 */
    -webkit-transform: rotate(15deg) scale(1.1);
    /* Safari and Chrome */
  }
  100% {
    transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    /* IE 9 */
    -webkit-transform: rotate(0deg) scale(1);
    /* Safari and Chrome */
  }
}
.detail-right-sidebar {
  width: 300px;
  height: auto;
  float: right;
}
.moduleTitleS {
  border-bottom: 1px solid #e5e5e5;
  height: 40px;
}
.moduleTitleS .second-switch {
  float: right;
  height: 100%;
  overflow: hidden;
}
.moduleTitleS .second-switch ul {
  height: 100%;
}
.moduleTitleS .second-switch li {
  height: 100%;
  line-height: 28px;
  float: left;
  margin-right: 12px;
  position: relative;
}
.moduleTitleS .second-switch li a {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  display: block;
  height: 100%;
}
.moduleTitleS .second-switch .active a {
  color: #333;
}
.moduleTitleS .second-switch .active:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #D6262E;
}
.moduleTitleS .second-switch li:last-child {
  margin-right: 0;
}
.lineModule {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-left: 19px;
}
.lineModule a {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.lineModule:after {
  position: absolute;
  left: 0px;
  top: 26px;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
}
.lineModule:hover:after {
  width: 16px;
  height: 16px;
  top: 21px;
  background-color: transparent;
  background-image: url("../../images/2.0/arrow_hover.svg");
  background-repeat: no-repeat;
  background-position: left center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.lineModule:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.lineModule:hover a {
  font-weight: bold;
  color: #003352;
}
.sidebar-course {
  margin: 15px auto 0;
}
.sidebar-course .moduleTitleS .second-switch {
  margin-right: 20px;
}
.sidebar-course .sidebar-course-con {
  overflow: hidden;
}
.sidebar-course .sidebar-course-con li {
  width: 140px;
  float: left;
  margin-top: 12px;
}
.sidebar-course .sidebar-course-con li .thePicBg {
  position: relative;
  overflow: hidden;
}
.sidebar-course .sidebar-course-con li .thePicBg .thePic {
  width: 100%;
  height: 73px;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sidebar-course .sidebar-course-con li .thePicBg .thePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-course .sidebar-course-con li .thePicBg .theTag {
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.sidebar-course .sidebar-course-con li .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.sidebar-course .sidebar-course-con li .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.sidebar-course .sidebar-course-con li .thePicBg .thePic {
  height: 0;
  padding-bottom: 66.66%;
}
.sidebar-course .sidebar-course-con li .theTitle {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.sidebar-course .sidebar-course-con li:hover .thePicBg .thePic {
  transform: scale(1.1);
}
.sidebar-course .sidebar-course-con li:hover .theTitle {
  color: #003352;
  font-weight: bold;
}
.sidebar-course .sidebar-course-con li:nth-child(2n) {
  float: right;
}
.partner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.partner-title .title-text,
.partner-title .active {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  position: relative;
}
.partner-title .title-text:before,
.partner-title .active:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: 0px;
  background: #D6262E;
  z-index: -1;
}
.partner-title .title-right {
  position: relative;
  display: flex;
}
.partner-title .title-right:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #d9d9d9;
}
.partner-title .title-right .the-text {
  display: block;
  height: 22px;
  background: #F0F2F3;
  line-height: 22px;
  padding: 0px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-size: 12px;
  color: #999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: 5px;
}
.partner-title .title-right .the-text:last-child {
  margin-right: 0px;
}
.partner-title .title-right .the-text:hover {
  background: #003352;
  color: #fff;
}
.partner-content {
  margin-top: 15px;
}
.partner-item-row {
  display: flex;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 9px;
}
.partner-item-row .thePicBg {
  position: relative;
  overflow: hidden;
}
.partner-item-row .thePicBg .thePic {
  width: 100%;
  height: 73px;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.partner-item-row .thePicBg .thePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-item-row .thePicBg .theTag {
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.partner-item-row .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.partner-item-row:last-child {
  margin-bottom: 0px;
}
.partner-item-row:hover .thePic {
  transform: scale(1.05);
}
.partner-item-row .thePicBg {
  width: 76px;
}
.partner-item-row .thePicBg .thePic {
  height: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.partner-item-row .thePicBg .thePic img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.partner-item-row .the-title {
  flex: 1;
  padding-left: 12px;
}
.partner-item-row .the-title a {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.partner-item-row .the-title a:hover {
  color: #D6262E;
  font-weight: bold;
}
.partner-content-article {
  margin: 20px auto;
}
.partner-content-article .partner-title {
  padding: 10px 0px;
  border-top: 2px solid #003352;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.partner-content-article .partner-title .title-text {
  font-size: 20px;
  padding-left: 20px;
}
.partner-content-article .partner-title .title-text:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../images/titleBg.svg);
  background-size: auto;
}
.partner-content-article .partner-title .title-right:before {
  width: 100px;
  left: -110px;
}
.partner-content-article .partner-title .title-right .the-text {
  height: 24px;
  font-size: 13px;
  padding: 0px 8px;
  line-height: 24px;
}
.partner-content-article .partner-list {
  padding-bottom: 20px;
  border-bottom: 2px solid #003352;
}
.partner-content-article .partner-list .row {
  margin-right: -10px;
  margin-left: -10px;
}
.partner-content-article .partner-list .col-item-bg {
  padding-right: 10px;
  padding-left: 10px;
}
.partner-content-article .partner-list .partner-item {
  display: flex;
}
.partner-content-article .partner-list .partner-item .thePicBg {
  position: relative;
  overflow: hidden;
}
.partner-content-article .partner-list .partner-item .thePicBg .thePic {
  width: 100%;
  height: 73px;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 0px 0px 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.partner-content-article .partner-list .partner-item .thePicBg .thePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-content-article .partner-list .partner-item .thePicBg .theTag {
  height: 18px;
  line-height: 18px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  color: #fff;
  font-size: 12px;
}
.partner-content-article .partner-list .partner-item .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.partner-content-article .partner-list .partner-item:hover .thePic {
  transform: scale(1.05);
}
.partner-content-article .partner-list .partner-item:hover .right-text {
  border-bottom: 1px solid #D6262E;
}
.partner-content-article .partner-list .partner-item .thePicBg {
  width: 76px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.partner-content-article .partner-list .partner-item .thePicBg .thePic {
  height: 50px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.partner-content-article .partner-list .partner-item .thePicBg .thePic img {
  margin: 0;
  max-width: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.partner-content-article .partner-list .partner-item .right-text {
  flex: 1;
  margin-left: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.partner-content-article .partner-list .partner-item .right-text .the-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}
.partner-content-article .partner-list .partner-item .right-text .the-title a:hover {
  color: #D6262E;
}
.partner-content-article .partner-list .partner-item .right-text .the-other {
  margin-top: 8px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.partner-content-article .partner-list .partner-item .right-text .the-other .the-author {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  position: relative;
  margin-right: 12px;
}
.partner-content-article .partner-list .partner-item .right-text .the-other .the-author:before {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
  background: #8D92A2;
}
.partner-content-article .partner-list .partner-item .right-text .the-other:hover {
  color: #003352;
}
.partner-content-article .partner-list .partner-item .right-text .the-time {
  font-size: 12px;
  color: #999;
}
.partner-content-article .partner-list .partner-item .right-text .the-other {
  align-items: baseline;
}
.sidebar-partner {
  margin: 15px auto 0;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.sidebar-partner .moduleTitleS {
  margin-bottom: 10px;
}
.sidebar-partner .moduleTitleS .theTitle {
  font-size: 18px;
}
.sidebar-partner .partner-item-row {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.sidebar-partner .partner-item-row:last-child {
  margin-bottom: 0px;
}
@keyframes expand {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
body {
  background: #F0F2F3;
}
.rowPage {
  width: 1300px;
}
@media (max-width: 1300px) {
  .rowPage {
    width: 96%;
  }
}
.rowPage:after {
  content: '';
  display: block;
  clear: both;
}
.other-page {
  padding-top: 60px;
  margin: 0 auto;
}
footer {
  margin: 0 auto;
}
.sidebar-l {
  width: 200px;
  float: left;
  margin-top: 20px;
}
.sidebar-l a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  padding: 0px 15px;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sidebar-l a:hover {
  color: #D6262E;
  font-weight: bold;
}
.sidebar-l .active {
  background: #ECEEF1;
  color: #D6262E;
  font-weight: bold;
}
.content-r {
  width: -moz-calc(100% - 200px - 20px);
  width: -webkit-calc(100% - 200px - 20px);
  width: calc(100% - 200px - 20px);
  float: right;
  min-height: 800px;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 40px 30px 100px 30px;
}
.other-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.other-title .text {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.other-title .year-tab a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
  background: #e5e5e5;
  color: #808080;
  padding: 0px 10px;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.other-title .year-tab a:hover {
  background: #D6262E;
  color: #fff;
}
.other-title .year-tab .active {
  background: #D6262E;
  color: #fff;
}
.activity-con {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
}
.activity-con:before {
  content: '';
  width: 3px;
  height: 100%;
  background: #e5e5e5;
  position: absolute;
  left: 0px;
  top: 5px;
}
.activity-con .activity-item {
  margin-bottom: 30px;
}
.activity-con .activity-year {
  position: relative;
  display: flex;
  align-items: center;
}
.activity-con .activity-year:before {
  content: '';
  width: 17px;
  height: 17px;
  background: #D6262E;
  border-radius: 10px;
  position: absolute;
  left: -32px;
}
.activity-con .activity-year .line {
  display: block;
  width: 50px;
  height: 3px;
  background: #D6262E;
}
.activity-con .activity-year .text {
  display: block;
  height: 28px;
  line-height: 28px;
  background: #D6262E;
  color: #fff;
  font-weight: bold;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 20px;
}
.activity-con .item-con {
  background: #FFFFFF;
  /* 两层投影 */
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #d9d9d9;
}
.activity-con .item-con .item-li {
  margin-bottom: 10px;
}
.activity-con .item-con .item-li .title {
  width: 100%;
  min-height: 44px;
  padding: 10px 15px;
  background: #FDF4F5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.activity-con .item-con .item-li .title .title-text {
  font-size: 17px;
  font-weight: bold;
}
.activity-con .item-con .item-li .title .title-text a {
  color: #D6262E;
  text-decoration: underline;
}
.activity-con .item-con .item-li .title .title-text .review-btn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #003352;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #fff;
  font-size: 13px;
  padding: 0px 12px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.activity-con .item-con .item-li .title .title-text .review-btn:hover {
  background: #D6262E;
}
.activity-con .item-con .item-li .title .date-address {
  width: 300px;
  display: flex;
  justify-content: space-between;
}
.activity-con .item-con .item-li .title .date-address strong {
  font-weight: 500;
}
.activity-con .item-con .item-li .title .date {
  font-size: 15px;
  color: #D6262E;
}
.activity-con .item-con .item-li .title .address {
  font-size: 15px;
  color: #D6262E;
}
.activity-con .item-con .item-li .list {
  margin-top: 10px;
  padding: 0px 20px;
}
.activity-con .item-con .item-li .list .list-item {
  position: relative;
  padding: 4px 0px 4px 30px;
}
.activity-con .item-con .item-li .list .list-item:before {
  width: 20px;
  height: 2px;
  background: #D9D9D9;
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.activity-con .item-con .item-li .list .list-item a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.activity-con .item-con .item-li .list .list-item a:hover {
  color: #D6262E;
}
.activity-con .item-con .item-li .list .list-item .review-btn {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #003352;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 13px;
  padding: 0px 12px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}
.activity-con .item-con .item-li .list .list-item .review-btn:hover {
  background: #D6262E;
  color: #fff;
}
.activity-con .consulting-li {
  width: 50%;
  float: left;
  border-right: 1px solid #e5e5e5;
  padding: 0px 30px;
}
.activity-con .consulting-li:first-child {
  padding-left: 0px;
}
.activity-con .consulting-li:nth-child(2) {
  border-right: none;
  padding-right: 0px;
}
.activity-con .consulting-li span {
  display: block;
}
.activity-con .consulting-li .title {
  font-size: 18px;
  font-weight: bold;
  color: #D6262E;
}
.activity-con .consulting-li .tel {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
  color: #003352;
}
.activity-con .consulting-li .mail {
  font-size: 16px;
  margin-top: 5px;
  font-weight: bold;
  color: #003352;
  display: block;
}
.activity-con .consulting-li .mail:hover {
  color: #D6262E;
}
.secondary-title {
  margin-top: 25px;
}
.secondary-title .title {
  font-size: 20px;
  color: #D6262E;
  font-weight: bold;
  position: relative;
}
.secondary-title .title:before {
  content: '';
  width: 40px;
  height: 3px;
  background: #D6262E;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.secondary-title .brief {
  margin-top: 25px;
  display: block;
  color: #666;
}
.secondary-title .brief strong {
  color: #D6262E;
}
.media-con {
  padding-top: 25px;
}
.media-con .media-brief {
  padding: 20px;
  background: #F3F5F8;
  font-size: 15px;
  line-height: 25px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.media-con .media-brief span {
  font-weight: bold;
  color: #D6262E;
}
.media-con .weixin-code {
  margin-top: 20px;
}
.media-con .weixin-code .col-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 20px 15px 20px;
  margin-bottom: 10px;
  text-align: center;
}
.media-con .weixin-code .row {
  margin-left: -5px;
  margin-right: -5px;
}
.media-con .weixin-code .col-weixin {
  padding-left: 5px;
  padding-right: 5px;
}
.media-con .weixin-code .col-weixin p {
  font-size: 13px;
  color: #333;
  min-height: 60px;
}
.media-con .weixin-code .col-weixin strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #003352;
}
.media-con .qiye-code {
  margin-top: 20px;
}
.media-con .qiye-code .row {
  margin-left: -5px;
  margin-right: -5px;
}
.media-con .qiye-code .col-item {
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.media-con .qiye-code .col-item p {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: #F0F2F3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 5px;
  text-align: center;
  color: #003352;
  font-weight: bold;
}
.media-con .qiye-code .col-qiye-code {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.media-con .currency-code {
  margin-top: 20px;
}
.media-con .currency-code .the-code {
  width: 300px;
  height: auto;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.media-con .currency-code .the-code .the-text {
  text-align: center;
  padding: 0px 15px 15px 15px;
}
.media-con .currency-code .the-code .the-text span {
  display: block;
  margin-top: 5px;
  color: #666;
}
.media-con .currency-code ul {
  margin-top: 20px;
  overflow: hidden;
}
.media-con .currency-code li {
  width: 24%;
  float: left;
  margin-right: 1%;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
  color: #333;
}
.media-con .currency-code li:last-child {
  margin: 0px;
}
.arrow-footer-link-content {
  font-size: 16px;
  line-height: 26px;
}
.arrow-footer-link-content h2 {
  font-size: 24px;
}
.content-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
}
.content-text h2 {
  font-size: 24px;
}
.contact-us .secondary-title .title {
  color: #333;
}
.contact-us .contact-aspencore {
  margin-top: 25px;
}
.contact-us .contact-aspencore strong {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.contact-us .contact-aspencore .require {
  margin-top: 15px;
}
.contact-us .contact-aspencore .require .require-item {
  margin-bottom: 15px;
  color: #333;
}
.contact-us .contact-aspencore .require span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #D6262E;
  border-radius: 20px;
  text-align: center;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.contact-us .contribution .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.contact-us .contribution .the-con {
  margin: 15px auto 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-us .contribution .the-con .row {
  margin-right: -5px;
  margin-left: -5px;
}
.contact-us .contribution .the-con .col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-us .contribution .the-con .col-item {
  background: #F0F2F3;
  padding: 25px 10px;
  text-align: center;
  min-height: 100px;
  display: flex;
  align-content: center;
  flex-direction: column;
  border-radius: 10px;
  font-weight: bold;
}
.contact-us .contribution .the-con .col-item .item-title {
  margin-bottom: 5px;
  color: #003352;
}
.contact-us .contact-global {
  margin-top: 25px;
}
.contact-us .contact-global .row {
  margin-right: -10px;
  margin-left: -10px;
}
.contact-us .contact-global .col-lg-4 {
  padding-right: 10px;
  padding-left: 10px;
}
.contact-us .contact-global .col-item {
  padding: 0px 10px 20px 10px;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  min-height: 253px;
}
.contact-us .contact-global .col-item .address {
  height: 26px;
  line-height: 26px;
  padding: 0px 20px;
  display: inline-block;
  background: #D6262E;
  color: #fff;
  font-weight: bold;
}
.contact-us .contact-global .col-item .con {
  display: block;
  text-align: left;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  padding: 15px 10px 20px 10px;
  font-size: 14px;
  line-height: 26px;
}
.contact-us .contact-global .col-video {
  padding: 15px;
}
.contact-us .contact-global .col-video .video-title {
  font-weight: bold;
  margin-top: 15px;
  display: block;
}
.editor-con {
  margin-top: 20px;
}
.editor-con .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.editor-con .btn-row .down-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  background: #003352;
  padding: 0px 30px;
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.editor-con .btn-row .down-btn .iconfont {
  margin-right: 5px;
  font-weight: normal;
}
.editor-con .btn-row .down-btn:hover {
  background: #D6262E;
}
.editor-con .editor-pic {
  margin-top: 25px;
}
.editor-con .editor-pic img {
  display: block;
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(10px 0px 30px rgba(0, 0, 0, 0.04)) drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.04));
  margin-bottom: 15px;
}
.editor-con .editor-pic img:last-child {
  margin-bottom: 0px;
}
.join {
  margin: 20px auto 0;
}
.join .join-brief {
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #666;
}
.join .join-brief strong {
  color: #D6262E;
}
.join .join-item {
  padding: 15px 20px;
  background: linear-gradient(180deg, #FFF5F0 0%, #FFFFFF 49.82%);
  border-radius: 10px;
  margin-bottom: 10px;
}
.join .join-item:last-child {
  margin-bottom: 0px;
}
.join .join-item .join-title {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px 15px 0px;
  cursor: pointer;
}
.join .join-item .join-con {
  font-size: 15px;
  line-height: 28px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  color: #666;
}
.join .join-item .join-con .title {
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  color: #333;
}
.join .join-item .join-con .contact {
  color: #D6262E;
}
.join .join-more {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  margin: 20px 20px 0px 20px;
  padding-top: 15px;
  color: #003352;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .other-title .year-tab a {
    padding: 0px 6px;
  }
}
@media (max-width: 991px) {
  .other-page {
    padding-top: 44px;
  }
  .content-r {
    width: 100%;
    float: none;
  }
  .contact-us .contribution .the-con .col-item {
    margin-bottom: 10px;
  }
  .nav-xs {
    width: 100%;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 15px;
  }
  .nav-xs .nav-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-xs .nav-con .logo {
    display: block;
    width: 90px;
  }
  .nav-xs .nav-con .dropdown {
    position: static;
  }
  .nav-xs .nav-con .dropdown .close-icon {
    display: none;
  }
  .nav-xs .nav-con .dropdown .iconfont {
    font-size: 28px;
    color: #333;
  }
  .nav-xs .nav-con .dropdown .dropdown-menu {
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0px;
  }
  .nav-xs .nav-con .dropdown .dropdown-menu a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    font-size: 15px;
    color: #333;
  }
  .nav-xs .nav-con .open .menu-icon {
    display: none;
  }
  .nav-xs .nav-con .open .close-icon {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    background: #fff;
  }
  .content-r {
    border: none;
    padding: 20px 10px;
    min-height: auto;
  }
  .activity-con .item-con .item-li .title {
    display: block;
  }
  .activity-con .item-con .item-li .title .date-address {
    width: 100%;
    margin-top: 5px;
  }
  .activity-con .item-con .item-li .title .date {
    font-size: 13px;
  }
  .activity-con .item-con .item-li .title .address {
    font-size: 13px;
  }
  .activity-con .item-con {
    padding: 10px;
  }
  .activity-con .item-con .item-li .list .list-item a {
    font-size: 14px;
  }
  .activity-con .item-con .item-li .title .title-text {
    font-size: 15px;
  }
  .activity-con .item-con .item-li .title .title-text .review-btn {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .activity-con .item-con .item-li .list .list-item .review-btn {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
  .media-con .currency-code li {
    width: 32%;
    margin-right: 1.33%;
  }
  .media-con .currency-code .the-code {
    width: 280px;
  }
  .other-title {
    padding-bottom: 15px;
  }
  .other-title .text {
    font-size: 22px;
  }
  .content-text h2 {
    font-size: 20px;
  }
  .contact-us .contact-global .col-item {
    min-height: auto;
  }
  .contact-us .contribution .the-con .col-item {
    margin-bottom: 10px;
  }
  .activity-con .consulting-li {
    padding: 0px 15px;
  }
  .activity-con .consulting-li .title {
    font-size: 14px;
  }
  .activity-con .consulting-li .tel {
    font-size: 14px;
  }
  .activity-con .consulting-li .mail {
    font-size: 12px;
  }
  .join .join-item .join-title {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
  }
  .join .join-item .join-con {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .media-con .currency-code li {
    width: 48%;
    margin-right: 2%;
    font-size: 12px;
  }
}
/*# sourceMappingURL=other.css.map */