@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
}
html body {
  font-family: "optima-regular", "pingfangtc-light", "microsoft yahei", arial,
    helvetica, sans-serif;
  background-color: #fbfbfb;
}

* {
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
/* .content{
  letter-spacing: 1px;
} */
.content_right_essay p {
  margin-bottom: 20px;
}
.content_right_essay p > span {
  /* border-left: 7px #c52726 solid;
    padding-left: 12px; */
  color: #c52726;
}
.content_right_essay p a {
  color: #c52726;
}
.content_right_essay p a:hover {
  color: #c52726;
  text-decoration: underline;
}
.clear {
  clear: both;
}
.content_body {
  background-color: #fbfbfb;
  margin-bottom: -40px;
}

/* 编写 导航栏的 样式 s */
.navbar-brand img {
  margin-top: -10px;
  width: 80px;
  height: 38px;
  background-repeat: no-repeat;
  display: none;
}
.content_left_title_list a,
.content_left_fore_content_title a {
  color: #333;
  text-decoration: none;
}
.content_left_more_title a,
.content_left_more_title a:hover {
  color: white;
  text-decoration: none;
}
.content_left_title_list a:hover,
.content_left_fore_content_title a:hover {
  color: rgb(88, 119, 153);
  text-decoration: none;
}

/* 编写 导航栏的 样式 e */

/* pc */
@media screen and (min-width: 1441px) {
  .header {
    width: 100%;
    height: 450px;
    margin: 0 auto;
  }
  .header_image {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .header_image .big_img {
    width: 100%;
    height: 450px;
    background-size: cover;
    object-fit: cover;
    display: block;
  }
  .header_image .small_img {
    width: 100%;
    height: 450px;
    background-size: cover;
    object-fit: cover;
    display: none;
  }
  .header_image_cover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_cover img {
    width: 100%;
    height: 450px;
    background-size: cover;
  }
  .header_image_middle {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_middle img {
    width: 650px;
    height: 450px;
    background-size: cover;
  }
  .header_image_news {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 80px;
  }
  .header_image_news img {
    width: 140px;
    height: 70px;
    background-size: cover;
  }
  .header_image_title {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 170px;
    width: 450px;
    font-size: 40px;
    font-weight: bold;
    color: white;

    -webkit-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
  }
  /* 编写 content 样式 s */
  .content {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .content_left {
    width: 24%;
    display: flex;
    flex-direction: column;
  }
  .content_right {
    width: 71%;
    display: flex;
    flex-direction: column;
    margin-left: 4%;
  }
  /* 左边 上部分 样式 */
  .content_left_top {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(194, 194, 194);
  }
  .content_left_top_title {
    height: 24px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .content_left_top_title img {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-top: 12px;
  }
  .content_left_top_title .content_left_title {
    line-height: 24px;
    height: 24px;
    font-size: 22px;
    margin-left: 7px;
    color: #323232;
    margin-top: 16px;
  }
  .content_left_top_abstract {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    margin-left: 17px;
    margin-top: 36px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_left_title_list {
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 17px;
    display: flex;
    flex-direction: column;
  }
  .content_left_title_list a {
    margin-top: 20px;
  }
  .content_left_top_abstract a {
    color: rgb(251, 136, 138);
  }
  .content_left_fore_title {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_fore_content {
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .content_left_fore_left {
    width: 16px;
    height: 80px;
  }
  .content_left_fore_left img {
    width: 16px;
    height: 80px;
    background-size: cover;
  }
  .content_left_fore_right {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .content_left_fore_content_title {
    color: #333;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .content_left_fore_content_time {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
  }
  /* 左边 下边 的 div 样式 */
  .content_left_bottom {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .content_left_bottom_title {
    font-size: 22px;
    color: #c52726;
    margin-bottom: 20px;
  }
  .content_left_more {
    padding-bottom: 30px;
  }
  .content_left_more_img {
    width: 280px;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .content_left_more_img img {
    width: 280px;
    height: 200px;
    background-size: cover;
    object-fit: cover;
  }
  .content_left_more_title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 36px;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 10px;
    line-height: 36px;
  }
  /* content 右边样式 */
  .content_bigimage_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .content_bigimage_left {
    color: #999;
    margin-left: 40px;
  }
  .content_bigimage_middle {
    color: #999;
    margin-left: 30px;
  }
  .content_bigimage_right {
    color: #999;
    margin-left: 230px;
  }
  .content_right_content {
    background-color: white;
    box-shadow: 0px 8px 10px #ccc;
  }
  .content_right_abstract {
    margin: 30px 30px 0px 30px;
    position: relative;
  }
  .content_right_abstract_oneimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_oneimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .content_right_abstract_twoimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_twoimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .content_right_abstract_title {
    font-family: "楷体";
    padding-left: 30px;
    padding-right: 30px;
    line-height: 36px;
    font-size: 18px;
    color: rgb(88, 119, 153);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_right_essay {
    margin: 30px 60px 60px 60px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 18px;
    color: #333;
    line-height: 36px;
  }
  .content_right_essay img {
    max-width: 100%;
    margin: 0px auto;
    background-size: cover;
  }
  .content_right_essay p, .content_right_essay span {
    font-size: 18px;
    color: #333;
    line-height: 36px;
  }

  /* 编写 content 样式 e */
}

/* 大平板 */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .header {
    width: 100%;
    height: 450px;
    margin: 0 auto;
  }
  .header_image {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .header_image .big_img {
    width: 100%;
    height: 450px;
    background-size: cover;
    object-fit: cover;
    display: block;
  }
  .header_image .small_img {
    width: 100%;
    height: 450px;
    background-size: cover;
    object-fit: cover;
    display: none;
  }
  .header_image_cover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_cover img {
    width: 100%;
    height: 450px;
    background-size: cover;
  }
  .header_image_middle {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_middle img {
    width: 650px;
    height: 450px;
    background-size: cover;
  }
  .header_image_news {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 80px;
  }
  .header_image_news img {
    width: 140px;
    height: 70px;
    background-size: cover;
  }
  .header_image_title {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 170px;
    width: 450px;
    font-size: 40px;
    font-weight: bold;
    color: white;

    -webkit-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
  }

  /* 编写 content 样式 s */
  .content {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .content_left {
    width: 24%;
    display: flex;
    flex-direction: column;
    margin-right: 4%;
  }
  .content_right {
    width: 71%;
    display: flex;
    flex-direction: column;
  }
  /* 左边 上部分 样式 */
  .content_left_top {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(194, 194, 194);
  }
  .content_left_top_title {
    height: 24px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .content_left_top_title img {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-top: 12px;
  }
  .content_left_top_title .content_left_title {
    line-height: 24px;
    height: 24px;
    font-size: 22px;
    margin-left: 7px;
    color: #323232;
    margin-top: 16px;
  }
  .content_left_top_abstract {
    color: #333;
    font-size: 18px;
    line-height: 36px;
    margin-left: 17px;
    margin-top: 36px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_left_title_list {
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 17px;
    display: flex;
    flex-direction: column;
  }
  .content_left_title_list a {
    margin-top: 20px;
  }
  .content_left_top_abstract a {
    color: rgb(251, 136, 138);
  }
  .content_left_fore_title {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_fore_content {
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .content_left_fore_left {
    width: 16px;
    height: 80px;
  }
  .content_left_fore_left img {
    width: 16px;
    height: 80px;
    background-size: cover;
  }
  .content_left_fore_right {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .content_left_fore_content_title {
    color: #333;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .content_left_fore_content_time {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
  }
  /* 左边 下边 的 div 样式 */
  .content_left_bottom {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .content_left_bottom_title {
    font-size: 22px;
    color: #c52726;
    margin-bottom: 20px;
  }
  .content_left_more {
    padding-bottom: 30px;
  }
  .content_left_more_img {
    width: 280px;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .content_left_more_img img {
    width: 280px;
    height: 200px;
    background-size: cover;
    object-fit: cover;
  }
  .content_left_more_title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 36px;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 10px;
    line-height: 36px;
  }
  /* content 右边样式 */
  .content_bigimage_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .content_bigimage_left {
    color: #999;
    margin-left: 40px;
  }
  .content_bigimage_middle {
    color: #999;
    margin-left: 30px;
  }
  .content_bigimage_right {
    color: #999;
    margin-left: 230px;
  }
  .content_right_content {
    background-color: white;
    box-shadow: 0px 8px 10px #ccc;
  }
  .content_right_abstract {
    margin: 30px 30px 0px 30px;
    position: relative;
  }
  .content_right_abstract_oneimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_oneimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .content_right_abstract_twoimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_twoimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .content_right_abstract_title {
    font-family: "楷体";
    padding-left: 30px;
    padding-right: 30px;
    line-height: 36px;
    font-size: 18px;
    color: rgb(88, 119, 153);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_right_essay {
    margin: 30px 60px 60px 60px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_right_essay img {
    max-width: 100%;
    margin: 0px auto;
    background-size: cover;
  }
  .content_right_essay p,
  .content_right_essay span {
    font-size: 18px;
    color: #333;
    line-height: 36px;
  }

  /* 编写 content 样式 e */
}

/* 小平板 */
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .header {
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }
  .header_image {
    width: 100%;
    height: 400px;
    position: relative;
  }
  .header_image .big_img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
    display: block;
  }
  .header_image .small_img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
    display: none;
  }
  .header_image_cover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_cover img {
    width: 100%;
    height: 400px;
    background-size: cover;
  }
  .header_image_middle {
    position: absolute;
    left: 21%;
    top: 0px;
    bottom: 0px;
  }
  .header_image_middle img {
    width: 400px;
    height: 400px;
    background-size: cover;
  }
  .header_image_news {
    position: absolute;
    left: 21%;
    top: 80px;
  }
  .header_image_news img {
    width: 140px;
    height: 70px;
    background-size: cover;
  }
  .header_image_title {
    position: absolute;
    left: 25%;
    top: 170px;
    width: 400px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    -webkit-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
  }
  /* 编写 content 样式 s */
  .content {
    width: 1000px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .content_left {
    width: 21%;
    display: flex;
    flex-direction: column;
    margin-right: 4%;
  }
  .content_right {
    width: 71%;
    display: flex;
    flex-direction: column;
  }
  /* 左边 上部分 样式 */
  .content_left_top {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_div {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(194, 194, 194);
  }
  .content_left_top_title {
    height: 24px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .content_left_top_title img {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-top: 12px;
  }
  .content_left_top_title .content_left_title {
    line-height: 24px;
    height: 24px;
    font-size: 22px;
    margin-left: 7px;
    color: #323232;
    margin-top: 16px;
  }
  .content_left_top_abstract {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin-left: 17px;
    margin-top: 36px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_left_title_list {
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 17px;
    display: flex;
    flex-direction: column;
  }
  .content_left_title_list a {
    margin-top: 20px;
  }
  .content_left_top_abstract a {
    color: rgb(251, 136, 138);
  }
  .content_left_fore_title {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_fore_content {
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .content_left_fore_left {
    width: 16px;
    height: 80px;
  }
  .content_left_fore_left img {
    width: 16px;
    height: 80px;
    background-size: cover;
  }
  .content_left_fore_right {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .content_left_fore_content_title {
    color: #333;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .content_left_fore_content_time {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
  }
  /* 左边 下边 的 div 样式 */
  .content_left_bottom {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .content_left_bottom_title {
    font-size: 22px;
    color: #c52726;
    margin-bottom: 20px;
  }
  .content_left_more {
    padding-bottom: 30px;
  }
  .content_left_more_img {
    width: 240px;
    height: 180px;
    position: relative;
    overflow: hidden;
  }
  .content_left_more_img img {
    width: 240px;
    height: 180px;
    background-size: cover;
    object-fit: cover;
  }
  .content_left_more_title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 36px;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 10px;
    line-height: 36px;
  }
  /* content 右边样式 */
  .content_bigimage_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .content_bigimage_left {
    color: #999;
    margin-left: 40px;
  }
  .content_bigimage_middle {
    color: #999;
    margin-left: 30px;
  }
  .content_bigimage_right {
    color: #999;
    margin-left: 230px;
  }
  .content_right_content {
    background-color: white;
    /* box-shadow: darkgrey 10px 10px 30px 5px; */
    box-shadow: 0px 8px 10px #ccc;
  }
  .content_right_abstract {
    margin: 30px 30px 0px 30px;
    position: relative;
  }
  .content_right_abstract_oneimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_oneimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .content_right_abstract_twoimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_twoimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .content_right_abstract_title {
    font-family: "楷体";
    padding-left: 30px;
    padding-right: 30px;
    line-height: 36px;
    font-size: 18px;
    color: rgb(88, 119, 153);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_right_essay {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 18px;
    line-height: 36px;
    color: #333;
  }
  .content_right_essay img {
    max-width: 100%;
    margin: 0px auto;
    background-size: cover;
  }
  .content_right_essay p,.content_right_essay span {
    font-size: 18px;
    line-height: 36px;
    color: #333;
  }

  /* 编写 content 样式 e */
}

/* 手机 */
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }
  .header_image {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .header_image .big_img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
    display: none;
  }
  .header_image .small_img {
    width: 100%;
    height: 400px;
    background-size: cover;
    object-fit: cover;
    display: block;
  }
  .header_image_cover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_cover img {
    width: 100%;
    height: 400px;
    background-size: cover;
  }
  .header_image_middle {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }
  .header_image_middle img {
    width: 100%;
    height: 400px;
    background-size: cover;
  }
  .header_image_news {
    position: absolute;
    left: 40px;
    top: 80px;
  }
  .header_image_news img {
    width: 100px;
    height: 50px;
    background-size: cover;
  }
  .header_image_title {
    position: absolute;
    left: 13%;
    top: 150px;
    width: 80%;
    font-size: 36px;
    font-weight: bold;
    color: white;
    -webkit-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -o-transform: skew(-5deg);
  }
  .content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin: 10px auto;
  }
  .content_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: white;
  }
  .content_right {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    background-color: white;
  }
  /* 左边 上部分 样式 */
  .content_left_top {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .content_left_div {
    margin: 20px 0px;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(194, 194, 194);
    width: 90%;
    margin: 0px auto;
  }
  .content_left_div:first-child {
    border-top: 2px solid #c52827;
  }
  .content_left_top_title {
    height: 24px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .content_left_top_title img {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-top: 12px;
  }
  .content_left_top_title .content_left_title {
    line-height: 24px;
    height: 24px;
    font-size: 22px;
    margin-left: 7px;
    color: #323232;
    margin-top: 16px;
  }
  .content_left_top_abstract {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-left: 17px;
    padding-bottom: 15px;
    margin-top: 36px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_left_title_list {
    color: #333;
    font-size: 18px;
    margin-bottom: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 17px;
    display: flex;
    flex-direction: column;
  }
  .content_left_title_list a {
    margin-top: 20px;
  }
  .content_left_top_abstract a {
    color: rgb(251, 136, 138);
  }

  /* 大事记 样式 */
  .content_left_fore_title {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .content_left_fore_content {
    height: 60px;
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .content_left_fore_left {
    width: 16px;
    height: 60px;
  }
  .content_left_fore_left img {
    width: 16px;
    height: 60px;
    background-size: cover;
  }
  .content_left_fore_right {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .content_left_fore_content_title {
    color: #333;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .content_left_fore_content_time {
    margin-top: 4px;
    color: #999;
    font-size: 14px;
  }
  /* 左边 下边 的 div 样式 */
  .content_left_bottom {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0px auto;
    background-color: white;
  }
  .content_left_more_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content_left_bottom_title {
    font-size: 22px;
    color: #c52726;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .content_left_more {
    padding-bottom: 30px;
    width: 42vw;
    height: 130px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .content_left_more_img {
    width: 42vw;
    height: 130px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
  }
  .content_left_more_img img {
    width: 42vw;
    height: 130px;
    background-size: cover;
    object-fit: cover;
  }
  .content_left_more_title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 36px;
    text-align: left;
    font-size: 14px;
    color: white;
    padding-left: 10px;
    line-height: 36px;
    overflow: hidden;
  }
  /* content 右边样式 */
  .content_bigimage_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .content_bigimage_left,
  .content_bigimage_middle,
  .content_bigimage_right {
    color: #999;
    margin-left: 16px;
  }
  .content_right_content {
    background-color: white;
  }
  .content_right_abstract {
    position: relative;
  }
  .content_right_abstract_oneimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_oneimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    left: -5px;
    top: 8px;
  }
  .content_right_abstract_twoimag {
    width: 70px;
    height: 40px;
  }
  .content_right_abstract_twoimag img {
    width: 70px;
    height: 40px;
    background-size: cover;
    position: absolute;
    right: -5px;
    bottom: 8px;
  }
  .content_right_abstract_title {
    font-family: "楷体";
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    font-size: 18px;
    color: rgb(88, 119, 153);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_right_essay {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 20px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .content_right_essay img {
    max-width: 100%;
    margin: 0px auto;
    background-size: cover;
  }
  .content_right_essay p,.content_right_essay span {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin-bottom: 20px;
  }
  .navbar-brand img {
    margin-top: -10px;
    width: 80px;
    height: 38px;
    background-repeat: no-repeat;
    display: block;
  }
  /* .content_right_abstract_title,
  .content_right_essay p {
    text-indent: 0em;
  } */
}

.content_right_content video{
	max-width: 100%!important;
	max-height: 382.5px!important;
	background: #000000;
}