@import "../bootstrap.min.css";
/* 初始化样式 */
@import "../swiper-4.1.0.min.css";
* {
  margin: 0;
  padding: 0;
}
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: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/font_398025_rn01y900hxk.woff2?t=1646638144095') format('woff2'), url('//at.alicdn.com/t/font_398025_rn01y900hxk.woff?t=1646638144095') format('woff'), url('//at.alicdn.com/t/font_398025_rn01y900hxk.ttf?t=1646638144095') 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", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial;
  position: relative;
  font-size: 14px;
  word-break: break-word;
}
h3,
h4 {
  font-size: 24px;
}
/*@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%;
  height: 60px;
  border-bottom: 1px solid #ededed;
  position: relative;
  background: #fff;
}
@media (max-width: 1300px) {
  nav {
    width: 100%;
  }
}
nav .navContainer {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
}
@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;
}
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 0px 30px 0px;
  left: 0px;
  top: 60px;
  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;
}
nav .navContainer .navTabs > ul > li .drop-information .informationTag {
  width: 100%;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
nav .navContainer .navTabs > ul > li .drop-information .informationTag a {
  display: inline-block;
  padding: 0px 20px;
  height: 32px;
  line-height: 32px;
  background: #F4F6F7;
  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 #ededed;
  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 #ededed;
  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 .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);
}
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 #ededed;
  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 #ededed;
}
.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: #F4F6F7;
}
.navLoginUser .sub-oper .eject-icon li:hover .iconfont {
  color: #003352;
}
.navLoginUser .sub-oper .setup-exit {
  width: 100%;
  height: auto;
  border-top: 1px solid #ededed;
  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: 75px;
  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;
  top: 60px;
  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 #ededed;
  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: #F4F6F7;
  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 #ededed;
  margin: 10px 0px;
}
/*标题*/
.moduleTitle {
  overflow: hidden;
}
.moduleTitle .theTitle {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  position: relative;
  display: block;
  float: left;
}
.moduleTitle .theTitle:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 3px;
  background-color: #003352;
}
.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: #F2F2F2;
  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: #ededed;
  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.png');
  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 .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: 54px;
  overflow: hidden;
}
.leftAndRightModule .theRightText .theTitle a {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.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 #ededed;
}
.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: 60%;
  height: auto;
  float: left;
}
footer .rowPage .footetTitle {
  font-size: 18px;
  color: #fff;
}
footer .rowPage .siteNavList li {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
footer .rowPage .globalWeb,
footer .rowPage .siteNav {
  height: auto;
}
footer .rowPage .globalWeb dl,
footer .rowPage .siteNav dl {
  height: auto;
  float: left;
}
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 .globalWeb {
  float: right;
  width: 40%;
}
footer .rowPage .globalWeb dl {
  width: 50%;
}
footer .rowPage .siteNav dl {
  width: 30%;
}
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 .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: 999999;
  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;
}
/*
.rowBannerTop div, .rowBannerCenter div, .rowBannerBottom div {
  display: none;
}*/
.rowBannerTop {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rowBannerCenter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rowBannerCenter .text-ad {
  width: 300px;
  height: 90px;
  background: #F4F6F7;
  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%;
  height: 90px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 99999;
  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 #ededed;
  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 #EDEDED;
  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 #ededed;
  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 .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;
}
/*
头条行*/
.rowHeadlines {
  width: 1300px;
  height: auto;
  margin: 30px auto 0px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .rowHeadlines {
    width: 96%;
  }
}
.rowHeadlines .col-swiper {
  width: 50.76923%;
  height: auto;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.rowHeadlines .col-swiper .thePicBg {
  position: relative;
  overflow: hidden;
}
.rowHeadlines .col-swiper .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;
}
.rowHeadlines .col-swiper .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;
}
.rowHeadlines .col-swiper .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.rowHeadlines .col-swiper .thePicBg {
  width: 100%;
  border-radius: 5px;
}
.rowHeadlines .col-swiper .thePicBg .thePic {
  /*padding-bottom: 81.6666666%;*/
  padding-bottom: 0px;
  height: 540px;
}
.rowHeadlines .col-swiper .thePicBg .cover {
  width: 100%;
  height: 140px;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 15px 20px;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowHeadlines .col-swiper .thePicBg .cover .rowOther {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.rowHeadlines .col-swiper .thePicBg .cover .rowOther .theTag {
  position: static;
  background: #003352;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowHeadlines .col-swiper .thePicBg .cover .rowOther .theTag a {
  padding: 0px 10px;
  color: #fff;
}
.rowHeadlines .col-swiper .thePicBg .cover .rowOther .rowOtherDate {
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowHeadlines .col-swiper .thePicBg .cover .rowOther .rowOtherDate span {
  margin-right: 10px;
}
.rowHeadlines .col-swiper .thePicBg .cover .theTitle {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.rowHeadlines .col-swiper .thePicBg .cover .theTitle a {
  color: #fff;
}
.rowHeadlines .col-swiper .thePicBg .coverBg {
  width: 100%;
  height: 0px;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #1a1a1a;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowHeadlines .col-swiper .swiper-pagination {
  text-align: left;
  padding: 0px 20px;
  bottom: 25px !important;
}
.rowHeadlines .col-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active {
  position: relative;
  background: none;
  width: 14px;
  height: 14px;
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active .wrapper {
  width: 14px;
  height: 14px;
  position: absolute;
  clip: rect(0px, 14px, 14px, 7px);
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active .circle {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  clip: rect(0px, 7px, 14px, 0px);
  z-index: 1111;
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active .circleTop {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active [data-anim~=base] {
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active .wrapper[data-anim~=wrapper] {
  -webkit-animation-duration: 0.01s;
  -webkit-animation-delay: 2s;
  -webkit-animation-name: close-wrapper;
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active .circle[data-anim~=left] {
  -webkit-animation-duration: 4s;
  -webkit-animation-name: left-spin;
}
.rowHeadlines .col-swiper .swiper-pagination-bullet-active .circle[data-anim~=right] {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: right-spin;
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
.rowHeadlines .col-swiper .swiper-button-next,
.rowHeadlines .col-swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  text-align: center;
  line-height: 44px;
}
.rowHeadlines .col-swiper .swiper-button-next {
  right: -100px;
}
.rowHeadlines .col-swiper .swiper-button-next:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\e7a4";
  color: #fff;
}
.rowHeadlines .col-swiper .swiper-button-prev {
  left: -100px;
}
.rowHeadlines .col-swiper .swiper-button-prev:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\e7a5";
  color: #fff;
}
.rowHeadlines .col-swiper .swiper-button-next:hover,
.rowHeadlines .col-swiper .swiper-button-prev:hover {
  background-color: #000000;
}
.rowHeadlines .col-swiper:hover .coverBg {
  height: 140px;
  transform: translateY(0px);
  opacity: 1;
}
.rowHeadlines .col-swiper:hover .theTag {
  background: #D6262E !important;
}
.rowHeadlines .col-swiper:hover .rowOtherDate {
  display: inline-block !important;
}
.col-small-seat {
  width: 47.6923076%;
  float: right;
}
.col-small-seat .secondLevel {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.col-small-seat .secondLevel .thePicBg {
  position: relative;
  overflow: hidden;
}
.col-small-seat .secondLevel .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;
}
.col-small-seat .secondLevel .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;
}
.col-small-seat .secondLevel .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.col-small-seat .secondLevel .thePicBg {
  width: 100%;
  border-radius: 5px;
}
.col-small-seat .secondLevel .thePicBg .thePic {
  /*padding-bottom: 81.6666666%;*/
  padding-bottom: 0px;
  height: 540px;
}
.col-small-seat .secondLevel .thePicBg .cover {
  width: 100%;
  height: 140px;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 15px 20px;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.col-small-seat .secondLevel .thePicBg .cover .rowOther {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.col-small-seat .secondLevel .thePicBg .cover .rowOther .theTag {
  position: static;
  background: #003352;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.col-small-seat .secondLevel .thePicBg .cover .rowOther .theTag a {
  padding: 0px 10px;
  color: #fff;
}
.col-small-seat .secondLevel .thePicBg .cover .rowOther .rowOtherDate {
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.col-small-seat .secondLevel .thePicBg .cover .rowOther .rowOtherDate span {
  margin-right: 10px;
}
.col-small-seat .secondLevel .thePicBg .cover .theTitle {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.col-small-seat .secondLevel .thePicBg .cover .theTitle a {
  color: #fff;
}
.col-small-seat .secondLevel .thePicBg .coverBg {
  width: 100%;
  height: 0px;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #1a1a1a;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.col-small-seat .secondLevel .thePicBg .thePic {
  /*padding-bottom: 43.387096%;*/
  height: 270px;
}
.col-small-seat .secondLevel .thePicBg .cover {
  height: 100px;
}
.col-small-seat .secondLevel .thePicBg .cover .theTitle {
  font-size: 20px;
}
.col-small-seat .secondLevel .thePicBg .coverBg {
  height: 100px;
}
.col-small-seat .secondLevel:hover .coverBg {
  height: 140px;
  transform: translateY(0px);
  opacity: 1;
}
.col-small-seat .secondLevel:hover .theTag {
  background: #D6262E !important;
}
.col-small-seat .secondLevel:hover .rowOtherDate {
  display: inline-block !important;
}
.col-small-seat .secondLevel:hover .thePicBg .thePic {
  transform: scale(1.1);
}
.col-small-seat .secondLevel:hover .coverBg {
  height: 100px !important;
}
.thirdLevel {
  width: 100%;
  height: auto;
  margin: 20px auto 0px;
}
.thirdLevel .thirdLevelNew {
  width: -moz-calc(100% - 300px - 20px);
  width: -webkit-calc(100% - 300px - 20px);
  width: calc(100% - 300px - 20px);
  float: left;
}
.thirdLevel .thirdLevelNew .thePicBg {
  position: relative;
  overflow: hidden;
}
.thirdLevel .thirdLevelNew .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;
}
.thirdLevel .thirdLevelNew .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;
}
.thirdLevel .thirdLevelNew .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.thirdLevel .thirdLevelNew .thePicBg {
  width: 100%;
  border-radius: 5px;
}
.thirdLevel .thirdLevelNew .thePicBg .thePic {
  /*padding-bottom: 81.6666666%;*/
  padding-bottom: 0px;
  height: 540px;
}
.thirdLevel .thirdLevelNew .thePicBg .cover {
  width: 100%;
  height: 140px;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 15px 20px;
  z-index: 10;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .rowOther {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.thirdLevel .thirdLevelNew .thePicBg .cover .rowOther .theTag {
  position: static;
  background: #003352;
  height: 22px;
  line-height: 22px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .rowOther .theTag a {
  padding: 0px 10px;
  color: #fff;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .rowOther .rowOtherDate {
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .rowOther .rowOtherDate span {
  margin-right: 10px;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .theTitle {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .theTitle a {
  color: #fff;
}
.thirdLevel .thirdLevelNew .thePicBg .coverBg {
  width: 100%;
  height: 0px;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #1a1a1a;
  z-index: 2;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.thirdLevel .thirdLevelNew .thePicBg .thePic {
  padding-bottom: 0px;
  height: 250px;
}
.thirdLevel .thirdLevelNew .thePicBg .cover {
  height: 90px;
}
.thirdLevel .thirdLevelNew .thePicBg .cover .theTitle {
  font-size: 16px;
}
.thirdLevel .thirdLevelNew .thePicBg .coverBg {
  height: 100px;
}
.thirdLevel .thirdLevelNew:hover .coverBg {
  height: 140px;
  transform: translateY(0px);
  opacity: 1;
}
.thirdLevel .thirdLevelNew:hover .theTag {
  background: #D6262E !important;
}
.thirdLevel .thirdLevelNew:hover .rowOtherDate {
  display: inline-block !important;
}
.thirdLevel .thirdLevelNew:hover .thePicBg .thePic {
  transform: scale(1.1);
}
.thirdLevel .thirdLevelNew:hover .coverBg {
  height: 90px !important;
}
.thirdLevel .headlinesAd {
  margin: 25px auto 0px;
  width: 300px;
  height: auto;
  position: relative;
  float: right;
}
.thirdLevel .headlinesAd img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.thirdLevel .headlinesAd .adTag {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: none;
}
.thirdLevel .headlinesAd .adTag img {
  display: block;
}
.thirdLevel .headlinesAd img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.thirdLevel .headlinesAd .adTag {
  position: absolute;
  left: 5px;
  bottom: 5px;
  display: none;
}
.thirdLevel .headlinesAd .adTag img {
  display: block;
}
.row-first-new {
  width: 1300px;
  height: auto;
  margin: 10px auto 0;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .row-first-new {
    width: 96%;
  }
}
.row-first-new .special-report {
  width: 350px;
  float: left;
}
@media (max-width: 1300px) {
  .row-first-new .special-report {
    width: 300px;
  }
}
.row-first-new .special-report .report-item {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.row-first-new .special-report .report-item .thePicBg {
  position: relative;
  overflow: hidden;
}
.row-first-new .special-report .report-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;
}
.row-first-new .special-report .report-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;
}
.row-first-new .special-report .report-item .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.row-first-new .special-report .report-item .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.row-first-new .special-report .report-item .thePicBg .thePic {
  height: 145px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.row-first-new .special-report .report-item .thePicBg .theTag {
  background: #D6262E;
}
.row-first-new .special-report .report-item .thePicBg:hover .thePic {
  transform: scale(1.1);
}
.row-first-new .special-report .report-item .the-title a {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.row-first-new .special-report .report-item .the-title a:hover {
  color: #003352;
}
.row-first-new .special-report .report-item .the-con {
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.row-first-new .special-report .report-item .the-author {
  margin-top: 8px;
  padding: 5px;
  background: linear-gradient(90.44deg, #F7F7F7 6.47%, rgba(247, 247, 247, 0) 79.95%);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
}
.row-first-new .special-report .report-item .the-author a {
  display: flex;
  align-items: center;
  color: #999;
}
.row-first-new .special-report .report-item .the-author a:hover .the-name {
  color: #003352;
}
.row-first-new .special-report .report-item .the-author img {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}
.row-first-new .special-report .report-item .the-author .the-name {
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}
.row-first-new .special-report .report-item .the-author .the-post {
  margin-left: 10px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.row-first-new .special-report .report-item:last-child {
  margin-bottom: 0;
}
.row-first-new .special-report .report-item-no .the-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
}
.row-first-new .new-center {
  width: -moz-calc(100% - 300px - 40px - 350px);
  width: -webkit-calc(100% - 300px - 40px - 350px);
  width: calc(100% - 300px - 40px - 350px);
  float: left;
  margin-left: 20px;
}
@media (max-width: 1300px) {
  .row-first-new .new-center {
    width: -moz-calc(100% - 300px - 40px - 300px);
    width: -webkit-calc(100% - 300px - 40px - 300px);
    width: calc(100% - 300px - 40px - 300px);
  }
}
.row-first-new .new-center .new-swiper .thePicBg {
  position: relative;
  overflow: hidden;
}
.row-first-new .new-center .new-swiper .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;
}
.row-first-new .new-center .new-swiper .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;
}
.row-first-new .new-center .new-swiper .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.row-first-new .new-center .new-swiper .thePicBg .thePic {
  height: 405px;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.row-first-new .new-center .new-swiper .thePicBg .theTag {
  background: #D6262E;
}
.row-first-new .new-center .new-swiper .thePicBg .the-title {
  position: absolute;
  width: 100%;
  height: 82px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, #1A1A1A 42.06%);
  padding: 15px 15px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.row-first-new .new-center .new-swiper .swiper-pagination {
  text-align: left;
  left: 15px;
  bottom: 15px;
}
.row-first-new .new-center .new-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  border-radius: 0px;
  background: #fff !important;
  margin: 0px 4px;
}
.row-first-new .new-center .new-swiper .swiper-pagination-bullet-active {
  height: 4px;
}
.row-first-new .new-center .new-swiper .swiper-button-next,
.row-first-new .new-center .new-swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  text-align: center;
  line-height: 44px;
}
.row-first-new .new-center .new-swiper .swiper-button-next {
  right: -100px;
}
.row-first-new .new-center .new-swiper .swiper-button-next:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\e7a4";
  color: #fff;
}
.row-first-new .new-center .new-swiper .swiper-button-prev {
  left: -100px;
}
.row-first-new .new-center .new-swiper .swiper-button-prev:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\e7a5";
  color: #fff;
}
.row-first-new .new-center .new-swiper .swiper-button-next:hover,
.row-first-new .new-center .new-swiper .swiper-button-prev:hover {
  background-color: #000000;
}
.row-first-new .new-center .new-list {
  width: 100%;
  height: 112px;
  background: #F4F6F7;
  border-bottom: 3px solid #D6262E;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
}
.row-first-new .new-center .new-list .new-list-item {
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
.row-first-new .new-center .new-list .new-list-item a {
  font-size: 22px;
  color: #003352;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.row-first-new .new-center .new-list .new-list-item a:hover {
  color: #D6262E;
}
.row-first-new .new-center .new-list .new-list-item:after {
  position: absolute;
  content: '';
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, #CCCCCC 0%, rgba(204, 204, 204, 0) 83.33%);
  bottom: 5px;
  z-index: -1;
}
.row-first-new .new-center .new-list .new-list-item:last-child {
  margin-bottom: 0px;
}
.row-first-new .activity-and-ad {
  width: 300px;
  height: auto;
  float: right;
}
.row-first-new .activity-and-ad .activity {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 16px;
  padding-bottom: 18px !important;
}
.row-first-new .activity-and-ad .activity .thePicBg {
  position: relative;
  overflow: hidden;
}
.row-first-new .activity-and-ad .activity .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;
}
.row-first-new .activity-and-ad .activity .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;
}
.row-first-new .activity-and-ad .activity .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.row-first-new .activity-and-ad .activity .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.row-first-new .activity-and-ad .activity .thePicBg .thePic {
  height: 145px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.row-first-new .activity-and-ad .activity .thePicBg .theTag {
  background: #D6262E;
}
.row-first-new .activity-and-ad .activity .thePicBg:hover .thePic {
  transform: scale(1.1);
}
.row-first-new .activity-and-ad .activity .the-title a {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.row-first-new .activity-and-ad .activity .the-title a:hover {
  color: #003352;
}
.row-first-new .activity-and-ad .activity .the-con {
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.row-first-new .activity-and-ad .activity .thePicBg .thePic {
  height: 140px;
}
.row-first-new .activity-and-ad .indexAd_300 {
  margin: 20px auto 0;
}
.IIC-extension {
  width: 300px;
  height: auto;
  float: right;
}
.IIC-extension .IIC-top img {
  display: block;
  width: 100%;
}
.IIC-extension .IIC-top .IIC-count {
  width: 300px;
  height: 75px;
  background: linear-gradient(91.16deg, #F7F4FE 0.64%, #F4F7FE 26.81%, #EDEDFA 51.44%, #FAEBF2 99.16%);
  border-radius: 0px 0px 5px 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.IIC-extension .IIC-top .IIC-count .count {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.IIC-extension .IIC-top .IIC-count .count .thenum {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0px 4px;
  background: linear-gradient(90deg, #FB868B 9.7%, #DE262F 90.3%);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 16px;
  color: #fff;
  margin: 0px 2px;
}
.IIC-extension .IIC-top .IIC-count .p-btn-primary {
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  background: linear-gradient(90deg, #FB868B 9.7%, #DE262F 90.3%);
  box-shadow: 0px 5px 10px rgba(255, 155, 160, 0.4);
  padding: 0px 15px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.IIC-extension .IIC-top .IIC-count .p-btn-primary:hover {
  color: #fff;
  box-shadow: 0px 5px 10px rgba(255, 155, 160, 0.6);
  top: -1px;
}
.IIC-extension .IIC-business {
  margin-top: 10px;
  width: 100%;
  background: linear-gradient(312.53deg, #F0F2F3 3.03%, #F4F6F7 97.61%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.IIC-extension .IIC-business:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../../images/2.0/business-bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.7;
  z-index: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.IIC-extension .IIC-business:hover::after {
  opacity: 1;
  bottom: -25px;
}
.IIC-extension .IIC-business .business-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  padding: 15px 15px 0px 15px;
}
.IIC-extension .IIC-business .business-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IIC-extension .IIC-business .business-title .title {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}
.IIC-extension .IIC-business .business-title .more {
  font-size: 12px;
  color: #999;
}
.IIC-extension .IIC-business .business-title .more:hover {
  color: #003352;
}
.IIC-extension .IIC-business .business-swiper {
  height: 135px;
}
.IIC-extension .IIC-business .swiper-slide {
  padding: 0px 15px;
}
.IIC-extension .IIC-business .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.IIC-extension .IIC-business .swiper-slide .thePicBg {
  position: relative;
  overflow: hidden;
}
.IIC-extension .IIC-business .swiper-slide .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;
}
.IIC-extension .IIC-business .swiper-slide .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;
}
.IIC-extension .IIC-business .swiper-slide .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.IIC-extension .IIC-business .swiper-slide .thePicBg {
  width: 96px;
  float: left;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.04), 0px 10px 30px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
}
.IIC-extension .IIC-business .swiper-slide .thePicBg .thePic {
  height: 40px;
  background-size: 98% auto;
}
.IIC-extension .IIC-business .swiper-slide .right {
  width: -moz-calc(100% - 96px - 10px);
  width: -webkit-calc(100% - 96px - 10px);
  width: calc(100% - 96px - 10px);
  float: right;
}
.IIC-extension .IIC-business .swiper-slide .right .the-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.IIC-extension .IIC-business .swiper-slide .right .booth {
  background: linear-gradient(90deg, #FB868B 9.7%, #DE262F 90.3%);
  display: inline-block;
  height: 18px;
  padding: 0px 5px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  border-left: 3px solid #D6262E;
}
.IIC-extension .IIC-business .swiper-slide .right .tooltip-arrow {
  display: none;
}
.IIC-extension .IIC-business .swiper-slide .right .tooltip.bottom {
  margin-top: 0px;
}
.IIC-extension .IIC-business .swiper-slide .right .tooltip-inner {
  background: #4d4d4d;
}
.IIC-extension .IIC-business .swiper-slide:hover .thePicBg .thePic {
  transform: scale(1.05);
}
.IIC-extension .IIC-business .swiper-slide:hover .right .the-name {
  color: #003352;
}
.IIC-extension .IIC-article {
  margin-top: 10px;
}
.IIC-extension .IIC-article a {
  font-size: 15px;
  color: #333;
  padding: 5px 0px 5px 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
}
.IIC-extension .IIC-article a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #D6262E;
}
.IIC-extension .IIC-article a:hover {
  color: #003352;
  font-weight: bold;
}
.rowWorkshop {
  width: 1300px;
  background: #F0F2F3;
  margin: 20px auto 0px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media (max-width: 1300px) {
  .rowWorkshop {
    width: 96%;
  }
}
.rowWorkshop .rowWorkshopCon {
  width: 1200px;
  height: auto;
  margin: 0px auto;
  position: relative;
  padding: 30px 0px;
}
@media (max-width: 1300px) {
  .rowWorkshop .rowWorkshopCon {
    width: calc(100% - 50px - 50px);
  }
}
@media (max-width: 1200px) {
  .rowWorkshop .rowWorkshopCon {
    width: 92%;
  }
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0px;
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule .thePicBg .thePic {
  background-size: contain;
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule .theRightText .theTitle a {
  font-size: 14px;
  font-weight: bold;
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule .theRightText .theTitle .titleTag {
  display: inline-block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #003352;
  text-align: center;
  color: #fff;
  align-items: center;
  width: auto;
  font-size: 13px;
  height: 18px;
  line-height: 16px;
  padding: 0px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-right: 5px;
  background: none;
  border: 1px solid #D6262E;
  color: #D6262E;
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule .theRightText .theSmallText {
  margin-top: 10px;
}
.rowWorkshop .rowWorkshopCon .leftAndRightModule .theRightText .theBtn a {
  margin-top: 15px;
  background: #D6262E;
}
.rowWorkshop .rowWorkshopCon .swiper-button-next,
.rowWorkshop .rowWorkshopCon .swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: none;
  text-align: center;
  line-height: 44px;
}
.rowWorkshop .rowWorkshopCon .swiper-button-next {
  right: -100px;
}
.rowWorkshop .rowWorkshopCon .swiper-button-next:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\e7a4";
  color: #fff;
}
.rowWorkshop .rowWorkshopCon .swiper-button-prev {
  left: -100px;
}
.rowWorkshop .rowWorkshopCon .swiper-button-prev:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  content: "\e7a5";
  color: #fff;
}
.rowWorkshop .rowWorkshopCon .swiper-button-next:hover,
.rowWorkshop .rowWorkshopCon .swiper-button-prev:hover {
  background-color: #000000;
}
.rowWorkshop .rowWorkshopCon .swiper-button-next,
.rowWorkshop .rowWorkshopCon .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.2);
}
.rowWorkshop .rowWorkshopCon .swiper-button-next:hover,
.rowWorkshop .rowWorkshopCon .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.4);
}
.rowWorkshop .rowWorkshopCon .swiper-button-next {
  right: -40px;
}
.rowWorkshop .rowWorkshopCon .swiper-button-prev {
  left: -40px;
}
.rowWorkshop .rowWorkshopCon .swiper-button-next:after,
.rowWorkshop .rowWorkshopCon .swiper-button-prev:after {
  font-size: 16px;
}
.rowPage {
  width: 1300px;
}
@media (max-width: 1300px) {
  .rowPage {
    width: 96%;
  }
}
.rowPage:after {
  content: '';
  display: block;
  clear: both;
}
.rowPage {
  margin: 20px auto 0px;
}
.rowPage .rowPageLeft {
  width: -moz-calc(100% - 300px - 40px);
  width: -webkit-calc(100% - 300px - 40px);
  width: calc(100% - 300px - 40px);
  float: left;
}
.rowPage .rowPageLeft .row {
  margin-left: -12px;
  margin-right: -12px;
}
.rowPage .rowPageLeft .row .col-lg-4,
.rowPage .rowPageLeft .row .col-lg-6 {
  padding-right: 12px;
  padding-left: 12px;
}
.rowPage .rowPageLeft .leftAndRightModule .thePicBg {
  width: 120px;
}
.rowPage .rowPageLeft .leftAndRightModule .thePicBg .thePic {
  height: 80px;
}
.rowPage .rowPageLeft .leftAndRightModule .theRightText {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
.rowPage .rowPageRight {
  width: 300px;
  height: auto;
  float: right;
}
.rowPage .rowPageRight .leftAndRightModule {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.rowPage .rowPageRight .leftAndRightModule .thePicBg {
  width: 100px;
}
.rowPage .rowPageRight .leftAndRightModule .theRightText {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.rowPage .rowPageRight .leftAndRightModule .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;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background: #666;
}
.rowPage .rowPageRight .leftAndRightModule .theRightText .theState a {
  color: #fff;
}
.rowPage .rowPageRight .leftAndRightModule .theRightText .beIng {
  background: #D6262E;
}
.rowPage .rowPageRight .leftAndRightModule .theRightText .theTitle {
  margin-top: 8px;
  height: 40px;
  overflow: hidden;
}
.rowPage .rowPageRight .leftAndRightModule .theRightText .theTitle a {
  font-size: 14px;
  line-height: 20px;
}
.rowPage .rowPageRight .indexAd_300_top {
  margin: 0 auto;
}
.rowPage .latestNews {
  width: 100%;
}
.rowPage .latestNews .latestNewsCon {
  margin: 15px auto 0px;
}
.rowPage .latestNews .latestNewsCon .upAndDownModular .theTitle {
  font-weight: bold;
}
.rowPage .latestNews .latestNewsCon .upAndDownModular:hover {
  min-height: 300px;
}
.rowPage .latestNews .latestNewsCon .upAndDownModular:hover .thePic {
  height: 170px;
}
.rowPage .latestNews .latestNewsCon .upAndDownModular:hover .theMore {
  opacity: 1;
  transform: translateY(50%);
}
.rowPage .designCenter {
  width: 100%;
  margin: 0px auto 0px;
}
.rowPage .designCenter .designCenterCon {
  margin: 15px auto 0;
}
.rowPage .designCenter .designCenterCon .mask-list .thePicBg {
  position: relative;
  overflow: hidden;
}
.rowPage .designCenter .designCenterCon .mask-list .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;
}
.rowPage .designCenter .designCenterCon .mask-list .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;
}
.rowPage .designCenter .designCenterCon .mask-list .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.rowPage .designCenter .designCenterCon .mask-list .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowPage .designCenter .designCenterCon .mask-list .thePicBg .thePic {
  height: 351px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowPage .designCenter .designCenterCon .mask-list .mask-list-text {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 30px 20px 15px 20px;
  background: linear-gradient(180deg, rgba(20, 64, 88, 0) 0%, #144058 59.88%);
  border-radius: 0px 0px 5px 5px;
}
.rowPage .designCenter .designCenterCon .mask-list .mask-list-text .thetitle {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.rowPage .designCenter .designCenterCon .mask-list .mask-list-text .thecon {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.rowPage .designCenter .designCenterCon .mask-list:hover .thePicBg .thePic {
  transform: scale(1.1);
}
.rowPage .designCenter .designCenterCon .leftAndRightModule {
  margin: 0px;
  padding: 10px;
  background: linear-gradient(89.95deg, #F0F2F3 2.5%, rgba(255, 255, 255, 0) 95.61%, rgba(240, 242, 243, 0) 95.61%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowPage .designCenter .designCenterCon .leftAndRightModule:hover {
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.rowPage .designCenter .designCenterCon .col-item {
  padding-left: 6px;
  padding-right: 6px;
}
.rowPage .designCenter .designCenterCon .col-item:last-child .item {
  margin-bottom: 0px;
}
.rowPage .designCenter .designCenterCon .col-item:nth-last-child(2) .item {
  margin-bottom: 0px;
}
.rowPage .designCenter .designCenterCon .item {
  height: 109px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #F4F6F7;
  margin-bottom: 12px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  box-sizing: border-box;
}
.rowPage .designCenter .designCenterCon .item a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  z-index: 9;
}
.rowPage .designCenter .designCenterCon .item a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 5px;
  background: linear-gradient(90deg, #CCCCCC 0%, rgba(204, 204, 204, 0) 83.33%);
  left: 0px;
  bottom: 3px;
  z-index: -1;
}
.rowPage .designCenter .designCenterCon .item:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.rowPage .designCenter .designCenterCon .item:hover a {
  color: #003352;
}
.rowPage .designCenter .designCenterCon .item:hover a:after {
  background: linear-gradient(90deg, #D6262E 0%, rgba(214, 38, 46, 0) 83.33%);
}
.rowPage .infoNew {
  margin: 25px auto 0;
}
.rowPage .infoNew .infoNewCon {
  margin: 15px auto 0;
}
.rowPage .infoNew .infoNewCon .prominent-item {
  min-height: 232px;
  background-color: #F4F6F7;
  border-left: 4px solid #D6262E;
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  padding: 20px 20px;
}
.rowPage .infoNew .infoNewCon .prominent-item .thetitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 0;
}
.rowPage .infoNew .infoNewCon .prominent-item .thetitle:hover {
  color: #003352;
}
.rowPage .infoNew .infoNewCon .prominent-item .thetitle:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 4px;
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #D6262E 0%, rgba(214, 38, 46, 0) 83.33%);
  z-index: -1;
}
.rowPage .infoNew .infoNewCon .prominent-item .thecon {
  margin-top: 15px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.rowPage .infoNew .infoNewCon .prominent-item .iconfont {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  margin-top: 15px;
  background: #003352;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowPage .infoNew .infoNewCon .prominent-item:hover {
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.rowPage .infoNew .infoNewCon .prominent-item:hover .iconfont {
  background: #D6262E;
}
.rowPage .infoNew .infoNewCon .lineModule:first-child {
  padding-top: 0px;
  font-weight: bold;
  border-bottom: 2px solid #D6262E;
}
.rowPage .infoNew .infoNewCon .lineModule:first-child:after {
  top: 10px;
  background-color: #D6262E;
}
.rowPage .infoNew .infoNewCon .lineModule:first-child:hover {
  box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.rowPage .infoNew .infoNewCon .lineModule:first-child:hover:hover:after {
  background-color: transparent;
  top: 5px;
}
.rowPage .xinyu,
.rowPage .eetTimes {
  margin-top: 25px;
}
.rowPage .xinyu ul {
  width: 100%;
  height: auto;
  background: #F4F6F7;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  margin-top: 10px;
  border-top: 3px solid #D6262E;
  position: relative;
  padding: 25px 15px 15px 15px;
}
.rowPage .xinyu ul:before {
  content: '芯语';
  position: absolute;
  top: -3px;
  left: 0px;
  height: 20px;
  background: #D6262E;
  padding: 0px 8px 0px 6px;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 0px 0px 10px 0px;
  color: #fff;
}
.rowPage .xinyu ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.rowPage .xinyu ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.rowPage .xinyu ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.rowPage .xinyu ul li:last-child {
  margin-bottom: 0px;
}
.rowPage .xinyu ul li:hover a {
  color: #003352;
  font-weight: bold;
}
.rowPage .facturer {
  margin-top: 20px;
}
.rowPage .eetTimes {
  width: 100%;
}
.rowPage .eetTimes .eetTimesCon {
  margin: 12px auto 0px;
}
.rowPage .hotTopics .leftAndRightModule .theRightText .theState {
  width: auto;
  display: inline-block;
}
.rowPage .hotTopics .leftAndRightModule .theRightText .theState a {
  display: block;
  padding: 0 8px;
}
.rowPage .recentForum {
  width: 100%;
  margin: 25px auto 0px;
}
.rowPage .recentForum .leftAndRightModule:last-child {
  border-bottom: none;
}
.rowPage .recentForum .activityItem .theRightText .theTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
  height: 40px;
}
.rowPage .download .downloadCon {
  margin: 15px auto 0px;
  border: 1px solid #ededed;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowPage .download .downloadCon li {
  width: 50%;
  height: auto;
  float: left;
  padding: 20px 30px 20px 20px;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.rowPage .download .downloadCon li .theTextCon {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
  padding-right: 20px;
}
.rowPage .download .downloadCon li .theTextCon .theTitle {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  font-weight: bold;
}
.rowPage .download .downloadCon li .theTextCon .theTitle a {
  color: #333;
}
.rowPage .download .downloadCon li .theTextCon .theSmallText {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.rowPage .download .downloadCon li .theRightIcon {
  width: 80px;
  height: 80px;
  float: right;
}
.rowPage .download .downloadCon li .theRightIcon .typeIcon {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowPage .download .downloadCon li .theRightIcon .typeIcon img {
  display: block;
  margin: 0 auto;
}
.rowPage .download .downloadCon li .theRightIcon .downlondText {
  width: 80px;
  height: 80px;
  border: 1px solid #2B7ACD;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(43, 122, 205, 0.1);
  text-align: center;
  padding-top: 10px;
  display: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.rowPage .download .downloadCon li .theRightIcon .downlondText a .iconfont,
.rowPage .download .downloadCon li .theRightIcon .downlondText a em {
  display: block;
  color: #2B7ACD;
}
.rowPage .download .downloadCon li .theRightIcon .downlondText a .iconfont {
  font-size: 24px;
}
.rowPage .download .downloadCon li .theRightIcon .downlondText a em {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}
.rowPage .download .downloadCon li:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.rowPage .download .downloadCon li:hover .theTextCon .theTitle {
  font-weight: bold;
}
.rowPage .download .downloadCon li:hover .theTextCon .theTitle a {
  color: #003352;
}
.rowPage .download .downloadCon li:hover .theRightIcon .typeIcon {
  display: none;
}
.rowPage .download .downloadCon li:hover .theRightIcon .downlondText {
  display: block;
}
.rowPage .download .downloadCon li:nth-child(2n) {
  border-right: none;
}
.rowPage .download .downloadCon li:nth-child(5),
.rowPage .download .downloadCon li:nth-child(6) {
  border-bottom: none;
}
.rowPage .download .downloadCon:after {
  content: '';
  display: block;
  clear: both;
}
.rowPage .community {
  margin: 25px auto 0px;
}
.rowPage .community .communityCon {
  margin: 15px auto 0px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.rowPage .community .communityCon .leftAndRightModule {
  padding-bottom: 20px;
  margin: 10px auto 0px;
}
.rowPage .community .communityCon .communityItem .theRightText .theTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  white-space: normal;
  height: 48px;
}
.rowPage .community .communityCon .communityItem .theRightText .theTitle a {
  line-height: 24px;
}
.rowPage .community .communityCon .communityItem .theRightText .blogger {
  margin-top: 10px;
}
.rowPage .community .evaluatingCon .leftAndRightModule .theRightText .theTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  height: auto;
}
.rowPage .community .evaluatingCon .leftAndRightModule .theRightText .theBtn a {
  background: #D6262E;
}
.rowPage .IQ {
  margin: 25px auto 0px;
}
.rowPage .IQ .leftAndRightModule .thePicBg .thePic {
  background-size: contain;
}
.rowPage .onlineCourse {
  margin: 25px auto 0px;
}
.rowPage .onlineCourse .onlineCourseCon {
  margin: 20px auto 0px;
}
.rowPage .onlineCourse .onlineCourseCon ul {
  overflow: hidden;
}
.rowPage .onlineCourse .onlineCourseCon ul li {
  width: 47%;
  float: left;
}
.rowPage .onlineCourse .onlineCourseCon ul li:nth-child(2n) {
  float: right;
}
.rowPage .onlineCourse .onlineCourseCon ul li:last-child .upAndDownModularNobg,
.rowPage .onlineCourse .onlineCourseCon ul li:nth-last-child(2) .upAndDownModularNobg {
  margin-bottom: 0px;
}
.rowPageAlone .moduleTitleS {
  margin-bottom: 15px;
}
.rowPageAlone .leftAndRightModule {
  margin: 0px auto;
  padding-bottom: 20px;
}
.rowPageAlone .magazineBaner {
  width: 100%;
  margin-bottom: 25px;
}
.rowPageAlone .magazineBaner .thePicBg {
  position: relative;
  overflow: hidden;
}
.rowPageAlone .magazineBaner .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;
}
.rowPageAlone .magazineBaner .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;
}
.rowPageAlone .magazineBaner .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.rowPageAlone .magazineBaner .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowPageAlone .magazineBaner .thePicBg .thePic {
  height: 73px;
}
.rowPageAlone .magazineBaner:hover .thePicBg .thePic {
  transform: scale(1.1);
}
.rowPageAloneLine {
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.eventModular {
  width: 100%;
}
.eventModular li {
  width: 100%;
  margin-bottom: 15px !important;
  padding-bottom: 0px !important;
}
.eventModular li .theNum {
  width: 60px;
  height: 60px;
  float: left;
  background: #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.eventModular li .theNum .theNumCon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.eventModular li .theNum .theNumCon .theDay {
  font-size: 18px;
  font-weight: bold;
  font-family: DIN;
}
.eventModular li .theNum .theNumCon .theYears {
  font-size: 12px;
}
.eventModular li .theRightText {
  float: right;
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 20px;
}
.eventModular li .theRightText .theTitle {
  height: auto;
}
.eventModular li:hover .theNum {
  background: #003352;
}
.hotTags {
  width: 100%;
  height: 352px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}
.hotTags a {
  display: inline-block;
  padding: 0px 20px;
  height: 32px;
  line-height: 32px;
  background: #F4F6F7;
  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;
}
.hotTags a:hover {
  background: #003352;
  color: #fff;
}
.hotTags a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.upAndDownModular {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #F4F6F7;
  margin-bottom: 25px;
  min-height: 300px;
}
.upAndDownModular .thePicBg {
  position: relative;
  overflow: hidden;
}
.upAndDownModular .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;
}
.upAndDownModular .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;
}
.upAndDownModular .thePicBg .theTag a {
  color: #fff;
  padding: 0px 6px;
}
.upAndDownModular .thePicBg {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.upAndDownModular .thePicBg .thePic {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  height: 200px;
}
.upAndDownModular .thePicBg .theTag a:hover {
  color: #fff !important;
}
.upAndDownModular .theTitle {
  height: 60px;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 20px 0px 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
.upAndDownModular .theTitle a {
  color: #333;
}
.upAndDownModular .theMore {
  padding: 0px 20px;
  line-height: 30px;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.upAndDownModular .theMore a {
  font-size: 12px;
  color: #999;
  position: relative;
}
.upAndDownModular .theMore a:after {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e641";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.upAndDownModular a:hover {
  color: #003352 !important;
}
.upAndDownModular:hover {
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.upAndDownModular:hover .thePic {
  transform: scale(1.1);
}
.upAndDownModular:hover .theTitle {
  font-weight: bold;
}
.upAndDownModularArrow {
  padding-bottom: 30px;
}
.upAndDownModularArrow .thePicBg {
  overflow: visible;
}
.upAndDownModularArrow .thePicBg .thePic {
  overflow: hidden;
  height: 310px;
}
.upAndDownModularArrow .thePicBg .thePic .thePicCon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.upAndDownModularArrow .thePicBg .detailArrow {
  position: absolute;
  right: 22px;
  bottom: -22px;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #003352;
  text-align: center;
  line-height: 44px;
}
.upAndDownModularArrow .thePicBg .detailArrow a {
  color: #fff !important;
}
.upAndDownModularArrow .thePicBg .detailArrow a .iconfont {
  font-size: 24px;
  display: block;
}
.upAndDownModularArrow .theText {
  margin: 20px auto 0px;
  border-left: 3px solid #003352;
}
.upAndDownModularArrow .theText .theTitle {
  padding: 0px 20px;
}
.upAndDownModularArrow .theText .theSmallText {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
  padding: 0px 20px;
}
.upAndDownModularArrow:hover .thePic {
  transform: scale(1);
}
.upAndDownModularArrow:hover .thePic .thePicCon {
  transform: scale(1.1);
}
.upAndDownModularArrow:hover .detailArrow {
  background: #D6262E;
}
.upAndDownModularShape {
  min-height: auto;
  padding-bottom: 20px;
}
.upAndDownModularShape .thePicBg .thePic {
  height: 180px;
}
.upAndDownModularShape .thePicBg .thePicCover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.upAndDownModularShape .thePicBg .videoBtn {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 44px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.upAndDownModularShape .thePicBg .videoBtn .iconfont {
  font-size: 20px;
  color: #fff;
}
.upAndDownModularShape .triangle {
  width: 0px;
  height: 0px;
  border-color: #F4F6F7 transparent;
  border-width: 0px 0px 30px 300px;
  border-style: solid;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.upAndDownModularShape:hover .thePicBg .thePicCover {
  background: rgba(0, 0, 0, 0.6);
}
.upAndDownModularShape:hover .videoBtn {
  transform: translate(-50%, -50%) scale(1.1);
}
.upAndDownModularShape:hover .triangle {
  border-color: #fff transparent;
}
.upAndDownModularVideo {
  min-height: auto;
  margin: 25px auto 0;
}
.upAndDownModularVideo .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.upAndDownModularVideo .thePicBg .videoTitle {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0px 20px;
  line-height: 40px;
  z-index: 20;
}
.upAndDownModularVideo .thePicBg .thePicCover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.upAndDownModularVideo .thePicBg .videoBtn {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 44px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.upAndDownModularVideo .thePicBg .videoBtn .iconfont {
  font-size: 20px;
  color: #fff;
}
.upAndDownModularVideo .thePicBg .thePicCover {
  z-index: 10;
}
.upAndDownModularVideo .thePicBg .videoBtn {
  z-index: 20;
}
.upAndDownModularVideo:hover .thePicBg .thePicCover {
  background: rgba(0, 0, 0, 0.6);
}
.upAndDownModularVideo:hover .videoBtn {
  transform: translate(-50%, -50%) scale(1.1);
}
.upAndDownModularNobg {
  background: none;
  min-height: auto;
  margin-bottom: 20px;
}
.upAndDownModularNobg .thePicBg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.upAndDownModularNobg .thePicBg .thePic {
  height: 92px;
}
.upAndDownModularNobg .theTitle {
  height: auto;
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.upAndDownModularNobg:hover {
  background: none;
  box-shadow: none;
}
.upAndDownModularThird .thePicBg .thePic {
  height: 275px;
}
.upAndDownModularThird .theText .theTitle {
  min-height: 56px;
}
.dNone {
  display: none;
}
.moduleTitleS {
  border-bottom: none;
  height: auto;
}
/*# sourceMappingURL=index.css.map */