@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_1ebmgrefwbp.eot');
  src: url('//at.alicdn.com/t/font_398025_1ebmgrefwbp.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_398025_1ebmgrefwbp.woff2') format('woff2'), url('//at.alicdn.com/t/font_398025_1ebmgrefwbp.woff') format('woff'), url('//at.alicdn.com/t/font_398025_1ebmgrefwbp.ttf') format('truetype'), url('//at.alicdn.com/t/font_398025_1ebmgrefwbp.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial;
  position: relative;
  font-size: 14px;
}
::-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: 50px;
  float: left;
}
nav .navContainer .logo a img {
  display: block;
  width: 100%;
  margin-top: 12px;
}
nav .navContainer .navTabs {
  float: left;
  margin-left: 70px;
}
@media (max-width: 1300px) {
  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 15px;
  position: static;
  /*资讯下拉*/
  /*技术资源下拉*/
}
@media (max-width: 1500px) {
  nav .navContainer .navTabs > ul > li {
    padding: 0px 10px;
  }
}
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: #F7F7F7;
  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: 110px;
}
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;
  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;
  margin-top: 9px;
  height: 51px;
}
.navLoginUser 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 img:hover {
  border: 2px solid #003352;
}
.navLoginUser 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: #F7F7F7;
}
.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:hover .dropdown-menu {
  display: block;
}
.navSearch {
  float: right;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-right: 20px;
  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: #F7F7F7;
  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;
}
/*左图右文*/
.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: 20%;
  height: auto;
  float: left;
}
footer .rowPage .footetTitle {
  font-size: 18px;
  color: #fff;
}
footer .rowPage .siteNavList {
  margin-top: 20px;
}
footer .rowPage .siteNavList li {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
footer .rowPage .globalWeb {
  width: 80%;
  height: auto;
  float: right;
}
footer .rowPage .globalWeb dl {
  width: 25%;
  height: auto;
  float: left;
}
footer .rowPage .globalWeb dl dt {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
footer .rowPage .globalWeb dl dd {
  height: 30px;
  line-height: 30px;
}
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 {
  width: 50px;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #fff;
  z-index: 99;
}
.silderBar li {
  width: 44px;
  height: 44px;
  background: #fff;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  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: #999;
  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;
}
.silderBar li:last-child {
  margin-bottom: 0px;
}
/*悬浮广告*/
.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: 970px;
  height: auto;
  margin: 20px auto 0px;
  position: relative;
}
.rowBanner .adTag {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.rowBanner .adTag img {
  display: block;
}
.rowBannerTop {
  padding-top: 60px;
}
/*
头条行*/
.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 {
  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: 8px;
  bottom: 8px;
}
.thirdLevel .headlinesAd .adTag img {
  display: block;
}
.rowWorkshop {
  width: 100%;
  background: #ededed;
  margin: 40px auto 0px;
}
@media (max-width: 1300px) {
  .rowWorkshop {
    width: 100%;
  }
}
.rowWorkshop .rowWorkshopCon {
  width: 1200px;
  height: auto;
  margin: 0px auto;
  position: relative;
  padding: 30px 0px;
}
@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;
}
.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: -50px;
}
.rowWorkshop .rowWorkshopCon .swiper-button-prev {
  left: -50px;
}
.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: 40px 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 {
  margin: 25px auto 0px;
  width: 300px;
  height: auto;
  position: relative;
}
.rowPage .rowPageRight .indexAd_300 img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.rowPage .rowPageRight .indexAd_300 .adTag {
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.rowPage .rowPageRight .indexAd_300 .adTag img {
  display: block;
}
.rowPage .rowPageRight .indexAd_300_top {
  margin: 0 auto;
}
.rowPage .latestNews {
  width: 100%;
}
.rowPage .latestNews .latestNewsCon {
  margin: 25px auto 0px;
}
.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: 15px auto 0px;
}
.rowPage .designCenter .designCenterCon {
  margin: 25px auto 0px;
}
.rowPage .designCenter .designCenterCon .leftAndRightModule {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.rowPage .designCenter .designCenterCon .leftAndRightModule:first-child {
  margin-top: 0px;
}
.rowPage .designCenter .designCenterCon .leftAndRightModule:last-child {
  border-bottom: none;
}
.rowPage .eetTimes {
  width: 100%;
}
.rowPage .eetTimes .eetTimesCon {
  margin: 25px 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: 25px 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;
}
.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: 40px 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: 25px;
}
.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;
}
.moduleTitleS .theTitle {
  font-size: 20px;
  padding-left: 20px;
}
.moduleTitleS .theTitle:after {
  width: 15px;
  height: 22px;
  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;
}
.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: DIN;
  color: #fff;
}
.eventModular li .theNum .theNumCon .theDay {
  font-size: 18px;
  font-weight: bold;
}
.eventModular li .theNum .theNumCon .theYears {
  font-size: 14px;
}
.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: #F7F7F7;
  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: #F7F7F7;
  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: #F7F7F7 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;
}
