body .region-content > .views-element-container > .view-hkust-news.news-first {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.view-hkust-news.news-first .view-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1348px) {
  .view-hkust-news.news-first .view-header {
    margin-bottom: 30px;
  }
}
.view-hkust-news.news-first .view-header h2 {
  color: #003366;
  font-size: 3.28em;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-header h2 {
    font-size: 28px;
  }
}
.view-hkust-news.news-first .view-header p {
  font-size: 1.71em;
  color: #003366;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-header p {
    font-size: 15px;
  }
}
.view-hkust-news.news-first .view-header .view-all-content {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
.view-hkust-news.news-first .view-header .view-all-content a {
  display: block;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #ABB1BA;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.14em;
  text-transform: uppercase;
}
.view-hkust-news.news-first .view-content .views-field-nothing {
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.4);
  transition: all 0.8s;
  margin: 0 10px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: white;
  height: 100%;
}
.view-hkust-news.news-first .view-content .views-field-nothing:hover {
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.6);
}
.view-hkust-news.news-first .view-content .views-field-nothing:hover .left-content img {
  transform: scale(1.05);
}
.view-hkust-news.news-first .view-content .views-field-nothing:hover .right-content .title a {
  color: #0074bc;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing {
    margin-bottom: 18px;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .left-content {
  float: left;
  width: 60%;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .left-content {
    float: none;
    width: 100%;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .left-content img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /*&:hover {
                        transform: scale(1.05);
                    }*/
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .left-content img {
    width: 100%;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content {
  float: left;
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 42px;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content {
    float: none;
    width: 100%;
    margin-top: 0;
    padding: 0 15px;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content a {
  display: block;
  text-decoration: none;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .category {
    margin-top: 15px;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .category a {
  color: #94771E;
  font-size: 0.93em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .category a {
    font-size: 0.92em;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .line {
  width: 90px;
  height: 5px;
  background: #94771E;
  margin: 0 20px 0 0;
  display: none;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .line {
    display: block;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .title {
  margin-top: 20px;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .title {
    margin-top: 15px;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .title a {
  color: #003366;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .title a {
    font-size: 1.14em;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .date {
  margin-top: 20px;
  color: #555555;
  font-size: 0.92em;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .date {
    margin-top: 15px;
    display: none;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .date_mobile {
  display: none;
  margin: 20px 0;
  color: #555555;
  font-size: 0.92em;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .date_mobile {
    margin-top: 15px;
    display: block;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .summary {
  margin-top: 30px;
  font-size: 1.29em;
  line-height: 1.28em;
}
@media (max-width: 1348px) {
  .view-hkust-news.news-first .view-content .views-field-nothing .right-content .summary {
    margin-top: 15px;
  }
}
.view-hkust-news.news-first .view-content .views-field-nothing .right-content .summary p {
  color: #555555;
  font-size: 1em;
}
.news-second.view-hkust-news .view-content {
  display: table;
  width: 100%;
  height: 1px;
  table-layout: fixed;
  margin-bottom: 80px;
  zoom: 1;
}
.news-second.view-hkust-news .view-content:before {
  content: '';
  display: block;
}
.news-second.view-hkust-news .view-content:after {
  content: '';
  display: table;
  clear: both;
}
.news-second.view-hkust-news .view-content .views-row {
  display: table-cell;
  width: 25%;
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1348px) {
  .news-second.view-hkust-news .view-content .views-row {
    max-width: 100%;
    margin-right: 0;
  }
}
.news-second.view-hkust-news .view-content .views-row:hover .views-field-nothing .news_thumbnail img {
  transform: scale(1.05);
}
.news-second.view-hkust-news .view-content .views-row:hover .views-field-nothing .title a {
  color: #0074bc;
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .news_thumbnail {
  transition: all 0.8ms;
  overflow: hidden;
  max-height: 200px;
}
@media (max-width: 1348px) {
  .news-second.view-hkust-news .view-content .views-row .views-field-nothing .news_thumbnail {
    display: none;
  }
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .news_thumbnail img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /*&:hover{
                            transform: scale(1.05);
                        }*/
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .line {
  width: 90px;
  height: 5px;
  background: #94771E;
  margin: 0 20px 0 20px;
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .category {
  margin-top: 12px;
  padding: 0 20px;
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .category a {
  color: #94771E;
  font-size: 0.92em;
  font-weight: bold;
  text-transform: uppercase;
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .title {
  padding: 0 20px;
  margin-top: 7px;
  min-height: 3em;
  margin-bottom: 14px;
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .title a {
  color: #003366;
  font-size: 1.29em;
}
@media (max-width: 1348px) {
  .news-second.view-hkust-news .view-content .views-row .views-field-nothing .title a {
    font-size: 1.14em;
    font-weight: bold;
  }
}
.news-second.view-hkust-news .view-content .views-row .views-field-nothing .date {
  padding: 0 20px;
  color: #555555;
  font-size: 0.92em;
}
@media (max-width: 1348px) {
  .news-second.view-hkust-news .view-content .views-row .views-field-nothing .category,
  .news-second.view-hkust-news .view-content .views-row .views-field-nothing .title,
  .news-second.view-hkust-news .view-content .views-row .views-field-nothing .date {
    padding: 0 15px;
  }
  .news-second.view-hkust-news .view-content .views-row .views-field-nothing .line {
    margin: 0 15px;
  }
}
.news-second.view-hkust-news .view-content .views-row:last-child {
  margin-right: 0;
}
@media (max-width: 1348px) {
  .news-second.view-hkust-news .view-content {
    display: block;
    margin-bottom: 40px;
    height: auto;
  }
  .news-second.view-hkust-news .view-content .views-row {
    display: block;
    width: 100%;
    height: auto;
  }
  .news-second.view-hkust-news .view-content .views-field-nothing {
    margin-bottom: 15px;
  }
  .news-second.view-hkust-news .view-content .views-field-nothing .date {
    margin-bottom: 18px;
  }
}
.stories {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 1348px) {
  .stories {
    display: block;
  }
}
.stories .view-header {
  flex: 1 auto;
}
.stories .view-stories {
  display: flex;
  max-width: 65%;
  flex-wrap: wrap;
}
@media (max-width: 1348px) {
  .stories .view-stories {
    display: block;
    max-width: 100%;
  }
}
.stories .view-stories .views-row {
  max-width: 45%;
  flex-grow: 1;
  margin-right: 37px;
  margin-bottom: 48px;
  transition: all 0.5s;
}
@media (max-width: 1348px) {
  .stories .view-stories .views-row {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .stories .view-stories .views-row:not(:first-of-type) .views-field-nothing .stories-posts .article-content .post-thumbnail {
    display: none;
  }
}
.stories .view-stories .views-row .views-field-nothing {
  margin: 0;
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .line {
  width: 90px;
  height: 5px;
  background: #94771E;
  margin: 0 20px 24px 20px;
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .post-thumbnail {
  overflow: hidden;
  transition: all 0.8s;
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .post-thumbnail img {
  width: 100%;
  height: 250px;
  max-height: 250px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1348px) {
  .stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .post-thumbnail img {
    height: auto;
    max-height: 100%;
  }
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .category {
  padding: 0 20px;
  margin-bottom: 10px;
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .category a {
  display: block;
  font-size: 0.92em;
  font-weight: bold;
  color: #94771E;
  text-transform: uppercase;
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .title {
  margin-bottom: 30px;
  padding: 0 20px;
  min-height: 3em;
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .title a {
  display: block;
  color: #003366;
  font-size: 1.29em;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (max-width: 1348px) {
  .stories .view-stories .views-row .views-field-nothing .stories-posts .article-content .title a {
    font-weight: bold;
  }
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content:hover .post-thumbnail img {
  transform: scale(1.05);
}
.stories .view-stories .views-row .views-field-nothing .stories-posts .article-content:hover .title a {
  color: #0074bc;
}
.stories .view-sidebar {
  flex: 1 auto;
}
@media screen and (max-width: 1348px) {
  .stories .view-sidebar {
    margin-top: 40px;
  }
}
.stories .view-sidebar .views-element-container {
  margin-bottom: 20px;
}
.stories .view-sidebar .view-news-sidebar .view-header {
  margin-bottom: 10px;
}
.stories .view-sidebar .view-news-sidebar .view-header h3 {
  text-align: left;
  text-transform: uppercase;
  color: #003366;
  font-size: 1.29em;
  font-weight: bold;
  margin: 0;
}
.stories .view-sidebar .view-news-sidebar .view-content .views-row a {
  display: block;
  color: #838D8F;
  font-size: 0.92em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
}
.stories .view-sidebar .view-news-sidebar.topics .views-row a {
  color: #94771E;
}
.stories .view-sidebar .view-news-sidebar.tag-by-year .view-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
}
.stories .view-sidebar .view-news-sidebar.tag-by-year .view-content .views-row {
  width: 25%;
}
.stories .view-sidebar .view-news-sidebar.tag-by-year .view-content .views-row a {
  color: #838D8F;
  font-size: 0.92em;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 1348px) {
  .external-media .view-header .view-all-content {
    margin-top: 0 !important;
  }
}
.external-media .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1348px) {
  .external-media .view-content {
    display: block;
  }
}
.external-media .view-content .views-row {
  width: calc(13.33%);
  border-bottom: 1px solid #D6D9DD;
  margin-bottom: 40px;
}
@media (max-width: 1348px) {
  .external-media .view-content .views-row {
    width: 100%;
  }
}
.external-media .view-content .views-row .views-field-nothing .media-content {
  display: flex;
}
@media (max-width: 1348px) {
  .external-media .view-content .views-row .views-field-nothing .media-content {
    display: block;
  }
}
.external-media .view-content .views-row .views-field-nothing .media-content .left {
  width: 30%;
  margin-right: 25px;
}
@media (max-width: 1348px) {
  .external-media .view-content .views-row .views-field-nothing .media-content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.external-media .view-content .views-row .views-field-nothing .media-content .left time {
  display: block;
  color: #94771E;
  font-size: 0.92em;
  font-weight: bold;
}
.external-media .view-content .views-row .views-field-nothing .media-content .right {
  width: 70%;
}
@media (max-width: 1348px) {
  .external-media .view-content .views-row .views-field-nothing .media-content .right {
    width: 100%;
  }
}
.external-media .view-content .views-row .views-field-nothing .media-content .right .link a {
  display: block;
  color: #555555;
  font-size: 1.29em;
  margin-bottom: 20px;
}
@media (max-width: 1348px) {
  .external-media .view-content .views-row .views-field-nothing .media-content .right .link a {
    margin-bottom: 10px;
  }
}
.external-media .view-content .views-row .views-field-nothing .media-content .right .publisher {
  color: #003366;
  font-size: 1.14em;
  font-weight: bold;
}
.external-media .view-all-content {
  max-width: 380px;
  margin: 0 auto;
  margin-top: 50px;
}
.external-media .view-all-content a {
  display: block;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #ABB1BA;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.14em;
  text-transform: uppercase;
}
