.news-detail-container {
  padding: 40px 0;}
.news-detail-container .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;}

.news-detail-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;}
.news-detail-content .news-detail-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;}
.news-detail-content .news-detail-breadcrumb a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  -ms-flex-negative: 0;
      flex-shrink: 0;}
.news-detail-content .news-detail-breadcrumb a img {
  width: 18px;
  margin-right: 8px;}
.news-detail-content .news-detail-breadcrumb a:last-child {
  color: #0855BE;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;}
.news-detail-content .news-detail-breadcrumb .breadcrumb-arrow {
  margin: 0 5px;}
.news-detail-content .news-title {
  font-size: 30px;
  font-weight: bold;
  color: #275dbd;
  margin: 38px 0;
  text-align: center;}
.news-detail-content .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #666666;}
.news-detail-content .news-info > span + span {
  margin-left: 30px;}
.news-detail-content .news-detail {
  padding: 30px 0;
  border-top: 1px solid #EBECF0;
  border-bottom: 1px solid #EBECF0;
  margin-top: 18px;}
.news-detail-content .news-detail-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #111111;
  margin-top: 18px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.news-detail-content .news-detail-pagination > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-detail-content .news-detail-pagination > div + div {
  margin-top: 10px;}

.news-detail-container-side {
  margin-left: 50px;
  width: 380px;
  -ms-flex-negative: 0;
      flex-shrink: 0;}
.news-detail-container-side-title {
  font-size: 20px;
  font-weight: bold;
  color: #111111;}
.news-detail-container-side .news-list {
  margin-top: 15px;}
.news-detail-container-side .news-list .news-item {
  height: 100px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #111111;}
.news-detail-container-side .news-list .news-item + .news-item {
  margin-top: 20px;}
.news-detail-container-side .news-list .news-item::after {
  content: "";
  width: 0px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #0855BE;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.news-detail-container-side .news-list .news-item:hover {
  color: #FFFFFF;}
.news-detail-container-side .news-list .news-item:hover::after {
  width: 100%;}
.news-detail-container-side .news-list .news-item:hover .news-date {
  background-color: transparent;
  color: #FFFFFF;}
.news-detail-container-side .news-list .news-date {
  width: 100px;
  height: 100px;
  background: #EBF4FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0855BE;
  font-weight: 500;}
.news-detail-container-side .news-list .news-day {
  font-size: 40px;}
.news-detail-container-side .news-list .news-month {
  font-size: 18px;}
.news-detail-container-side .news-list .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.news-detail-container-side .news-list .news-title {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-detail-container-side .news-list .news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;}

@media screen and (max-width: 768px) {
  .news-detail-container-side {
    display: none;}
  .news-detail-content .news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;}
  .news-detail-content .news-info > span + span {
    margin-left: 0;}
}