.ma0 {
  margin: 0;
}

.ma30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ma-auto {
  margin: auto;
}

.pa0 {
  padding: 0;
}

.pt30 {
  padding-top: 30px;
}

.hightlight {
  color: #2de984;
}

.color-2 {
  color: #198760;
}

.color-3-1 {
  color: #B63B9F;
}

.color-5-1 {
  color: #EE7A00;
}

.section-title {
  text-align: center;
  color: #333333;
}
.section-title .expo-title-crumb {
  font-size: 20px;
}
.section-title .expo-title-main {
  font-size: 62px;
  letter-spacing: 2px;
}
.section-title .expo-title-sub {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.4em;
}
.section-title .expo-title-desc {
  text-align: center;
}

/*
0-600px Phone
600-900px Tablet portrait
900-1200px Tablet landscape
1200-1800 is our normal styles apply
1800px + Big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
1em=16px

ORDER:base+typography > general layout + grid>page layout >components
*/
a {
  color: #8f2f7d;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #B63B9F;
}

.section-insight-intro {
  padding-bottom: 0px;
}
.section-insight-intro .intro-text-crumb {
  font-size: 18px;
  margin: 0;
  color: #8f2f7d;
}
.section-insight-intro .intro-text-title {
  color: #333333;
  text-align: left;
  font-weight: 700;
  margin: 30px 0;
}

.article-share {
  padding: 0;
  margin: 1% 0;
  list-style: none;
}
.article-share .article-share-title {
  display: inline-block;
}
.article-share li {
  border: 1px solid #8f2f7d;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
}
.article-share li:hover, .article-share li:focus, .article-share li:active {
  color: #B63B9F;
}

.article-trailer {
  float: left;
  width: 100%;
  text-align: center;
}
.btn-article {
  background: #fff;
  border: 2px solid #8f2f7d;
  margin-top: 20px;
  min-width: 120px;
  display: inline-block;
  margin: 1% auto;
  padding: 10px 20px;
  color: #8f2f7d;
}
.btn-article:hover, .btn-article:focus, .btn-article:active {
  color: #fff;
  background: #8f2f7d;
}

.album-more {
  border: 2px solid #8f2f7d;
  display: inline-block;
  margin: 1% auto;
  padding: 2px 6px 1px;
  border-radius: 4px;
  font-weight: 800;
  float: right;
  color: #8f2f7d;
  position: relative;
  z-index: 2;
  background: #fff;
}
.album-more:hover, .album-more:focus, .album-more:active {
  color: #fff;
  background: #8f2f7d;
}
@media (max-width: 768px) {
  .album-more {
    padding: 4px 10px 3px;
  }
}
@media (max-width: 667px) {
  .album-more {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
.sidebar aside {
  float: left;
  padding: 10px;
}
.sidebar .title-link {
  padding: 0;
}
.sidebar .sidebar-title {
  border: none;
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
  font-size: 2.7rem;
}
.sidebar .more {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.sidebar .card {
  border-radius: 0;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}
@media (max-width: 1090px) {
  .sidebar .card {
    border-bottom: 5px solid #eee;
  }
}
@media (max-width: 570px) {
  .sidebar .card {
    height: 110px;
  }
}
.sidebar .card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  float: left;
  width: 100%;
  background: #e4d9e6;
}
.sidebar .card .speaker-desc {
  padding-left: 0;
}
.sidebar .card .speaker-desc-header {
  color: #333333;
  letter-spacing: -0.5px;
  word-break: break-word;
  margin: -1px 0 6px;
  padding: 0;
  font-weight: 700;
  height: 42px;
  overflow: hidden;
}
.sidebar .card .speaker-desc-p {
  color: #4d4d4d;
  max-height: 50px;
  min-height: 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sidebar .card .speaker-desc-p {
    max-height: 65px;
    height: 65px;
  }
}
.sidebar .sidebar-insight {
  background: #eee;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.sidebar .sidebar-insight .card-body {
  background-color: #fff;
  padding: 0;
}
.sidebar .sidebar-insight .insight-pic {
  padding: 0;
  -ms-display: flex;
}
.sidebar .sidebar-insight .insight-pic img {
  box-shadow: 0 1px 0 #d0d0d0;
  max-width: 250px;
  width: 100%;
  -ms-flex: 1;
}
.sidebar .sidebar-insight .insight-desc {
  padding: 0 10px;
}
.sidebar .sidebar-insight .insight-desc-header {
  height: 48px;
  overflow: hidden;
  color: #333;
}
.sidebar .sidebar-interview {
  background: #eee;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.sidebar .sidebar-interview .interview-pic {
  padding: 0;
}
.sidebar .sidebar-interview .interview-pic img {
  border: 2px solid #B63B9F;
  border-radius: 50%;
  -moz-box-shadow: inset 0 0 3px #B63B9F;
  -webkit-box-shadow: inset 0 0 3px #B63B9F;
  box-shadow: inset 0 0 3px #B63B9F;
}
.sidebar .sidebar-interview .interview-desc {
  height: 56px;
  overflow: hidden;
  line-height: 1.38;
  font-size: 14px;
}
.sidebar .sidebar-interview .interview-desc-header {
  letter-spacing: -0.2px;
  word-break: break-word;
  margin: -1px 0 4px;
  padding: 0;
  font-weight: 700;
  height: 45px;
  overflow: hidden;
  line-height: 1.23;
  font-size: 1.83rem;
}
.sidebar .sidebar-interview .interview-card-body {
  background: #e4d9e6 url("../img/bg-card.png") no-repeat;
  background-size: 95%;
  background-position: top left;
  padding: 8px;
  color: #333;
}

.section-insight-album {
  padding: 0;
}
@media (max-width: 768px) {
  .section-insight-album {
    padding: 0 15px;
  }
}
.section-insight-album .album {
  margin-right: 10px;
  float: left;
}
@media (max-width: 768px) {
  .section-insight-album .album {
    margin-right: 0;
  }
}
.section-insight-album .album-item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0px 0px 3px #aaa;
  transition: all 0.3s ease;
}
.section-insight-album .album-item:hover, .section-insight-album .album-item:focus, .section-insight-album .album-item:active {
  background-color: #e4d9e6;
  box-shadow: 0px 1px 1px #aaa;
}
.section-insight-album .album-img {
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0.5px #ddd;
  -ms-display: flex;
}
@media (max-width: 768px) {
  .section-insight-album .album-img {
    display: block;
  }
}
.section-insight-album .album-img:hover img, .section-insight-album .album-img:focus img, .section-insight-album .album-img:active img {
  -ms-flex: 1;
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.section-insight-album .album-img img {
  width: 100%;
}
.section-insight-album .album-title {
  margin: 10px 0;
  height: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-insight-album .album-title {
    height: auto;
    overflow: visible;
  }
}
.section-insight-album .album-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  opacity: 0.8;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.section-insight-album .album .album-more {
  position: relative;
  right: 10px;
  bottom: 0;
}

.section-insight-article .article {
  margin-right: 10px;
  float: left;
}
@media (max-width: 768px) {
  .section-insight-article .article {
    margin-right: 0;
  }
}
.section-insight-article .article p {
  font-size: 18px;
  line-height: 1.8;
}
.section-insight-article .article-item {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.section-insight-article .article-img {
  max-width: 100%;
  padding: 0;
}
.section-insight-article .article-img-desc {
  max-width: 100%;
  border-left: 5px solid #8f2f7d;
  padding: 3px 11px;
  margin: 10px 0;
}
.section-insight-article .article-title {
  margin: 10px 0;
  height: 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-insight-article .article-title {
    height: auto;
    overflow: visible;
  }
}
.section-insight-article .article-content {
  float: left;
  margin: 30px 20px;
}

.section-interviewAlbum {
  padding: 0;
}
.section-interviewAlbum .interviewAlbum {
  margin-right: 10px;
  float: left;
}
@media (max-width: 768px) {
  .section-interviewAlbum .interviewAlbum {
    margin-right: 0;
  }
}
.section-interviewAlbum .interviewAlbum-item {
  background: #e4d9e6 url("../img/bg-card.png") no-repeat;
  background-size: 44%;
  background-position: top left;
  padding: 8px;
  color: #333;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.section-interviewAlbum .interviewAlbum-item:hover, .section-interviewAlbum .interviewAlbum-item:focus, .section-interviewAlbum .interviewAlbum-item:active {
  background-color: #e4d9e6;
  box-shadow: 0px 0px 0px 0.5px #e4d9e6;
}
@media (max-width: 768px) {
  .section-interviewAlbum .interviewAlbum-item {
    background-size: 60%;
  }
}
@media (max-width: 667px) {
  .section-interviewAlbum .interviewAlbum-item {
    background-size: 70%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section-interviewAlbum .interviewAlbum-item {
    background-size: 90%;
  }
}
.section-interviewAlbum .interviewAlbum-img {
  width: 150px;
  height: 150px;
  border: 4px solid #8f2f7d;
  border-radius: 50%;
  -moz-box-shadow: inset 0 0 3px #B63B9F;
  -webkit-box-shadow: inset 0 0 3px #B63B9F;
  box-shadow: inset 0 0 3px #B63B9F;
  max-width: 100%;
  padding: 0;
  margin: auto;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px 0.5px #ddd;
}
.section-interviewAlbum .interviewAlbum-img:hover img, .section-interviewAlbum .interviewAlbum-img:focus img, .section-interviewAlbum .interviewAlbum-img:active img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.section-interviewAlbum .interviewAlbum-title {
  margin: 10px 0;
  height: 32px;
  overflow: hidden;
  font-weight: 800;
}
@media (max-width: 768px) {
  .section-interviewAlbum .interviewAlbum-title {
    height: auto;
    overflow: visible;
  }
}
.section-interviewAlbum .interviewAlbum-head {
  font-weight: 800;
}
.section-interviewAlbum .interviewAlbum-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  opacity: 0.8;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-interviewAlbum .interviewAlbum-desc {
    height: 45px;
  }
}
.section-interviewAlbum .interviewAlbum-desc p {
  margin-bottom: 0;
}
.section-interviewAlbum .interviewAlbum-desc ul li {
  line-height: 1.6;
}

.section-interview-article .interview-article {
  margin-right: 10px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-interview-article .interview-article {
    margin-right: 0;
  }
}
.section-interview-article .interview-article p {
  font-size: 18px;
  line-height: 1.8;
}
.section-interview-article .interview-article-head {
  max-width: 100%;
  padding: 0;
  background: #e4d9e6;
  background-size: 100%;
  background-position: center;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1201px) {
  .section-interview-article .interview-article-head {
    background: #e4d9e6 url("../img/newKnow/bg-article.jpg") no-repeat;
  }
}
.section-interview-article .interview-article-text-top {
  color: #fff;
  position: relative;
  padding: 20px 15px 0;
  float: left;
  width: 100%;
  background: #e4d9e6 url("../img/newKnow/bg-article-s.jpg") no-repeat;
  order: 1;
}
@media (min-width: 1201px) {
  .section-interview-article .interview-article-text-top {
    width: 100%;
    padding: 40px 0 40px 30px;
    background: transparent;
  }
}
.section-interview-article .interview-article-text-top .logo-cyber {
  width: 200px;
}
@media (min-width: 1201px) {
  .section-interview-article .interview-article-text-top .logo-cyber {
    width: 250px;
  }
}
.section-interview-article .interview-article-text-down {
  position: relative;
  padding: 0 15px 0;
  color: #333;
  float: left;
  width: 100%;
  text-align: center;
  order: 3;
}
@media (min-width: 667px) {
  .section-interview-article .interview-article-text-down {
    width: 58%;
    padding: 30px 0 30px 30px;
    text-align: left;
  }
}
.section-interview-article .interview-article-title {
  margin: 10px 0;
  font-size: 3.6rem;
}
@media (min-width: 1201px) {
  .section-interview-article .interview-article-title {
    font-size: 5rem;
  }
}
.section-interview-article .interview-article-avatar {
  width: 100%;
  float: left;
  right: 0;
  top: 0;
  text-align: center;
  order: 2;
}
@media (min-width: 667px) {
  .section-interview-article .interview-article-avatar {
    position: absolute;
    width: 38%;
    text-align: center;
  }
}
.section-interview-article .interview-article-avatar img {
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 5px solid #8f2f7d;
  border-radius: 50%;
  max-width: 100%;
  padding: 0;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .section-interview-article .interview-article-avatar img {
    width: 280px;
    height: 280px;
    margin: 30px;
  }
}
.section-interview-article .interview-article-content {
  float: left;
  margin: 20px;
}
.section-interview-article .interview-article-content li {
  margin: 0 0 10px;
}
.section-interview-article .interview-article-content li:last-of-type {
  margin-bottom: 20px;
}
.section-interview-article .interview-article-content .quetion-title {
  font-weight: 600;
  margin: 18px 0 8px;
  display: flex;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .section-interview-article .interview-article-content .quetion-title {
    line-height: 1.4;
  }
}
.section-interview-article .interview-article-content .quetion-title span {
  background: #8f2f7d;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-top: -5px;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 1px;
  line-height: 52px;
  color: #fff;
  display: inline-block;
  padding: 0 9px;
}
@media (max-width: 667px) {
  .section-interview-article .interview-article-content .quetion-title span {
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-right: 10px;
    padding: 0 5px;
  }
}
.section-interview-article .interview-article-content .p-padding-left {
  padding-left: 0;
}
@media (min-width: 1201px) {
  .section-interview-article .interview-article-content .p-padding-left {
    padding-left: 55px;
  }
}

/*# sourceMappingURL=new_know.css.map */
