body .content-container .primary-content {
  margin-top: 60px;
}
body .content-container .primary-content .left-column {
  width: 907px;
  min-height: 960px;
  background: #FFFFFF;
  display: block;
  float: left;
}
body .content-container .primary-content .left-column .column-title-bottom-border {
  border-bottom: 1px solid #EBF0FA;
  line-height: 42px;
  position: relative;
  width: 100%;
  height: 45px;
  color: #2977c1;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
body .content-container .primary-content .left-column .column-title-bottom-border a {
  font-size: 22px;
  color: #000;
  display: inline-block;
  line-height: 42px;
  font-weight: bold;
  color: #2977c1;
}
body .content-container .primary-content .left-column .column-title-bottom-border a:hover {
  border-bottom: 3px solid #2977c1;
}
body .content-container .primary-content .left-column .slideBox {
  width: 100%;
  height: 511px;
  overflow: hidden;
  position: relative;
}
body .content-container .primary-content .left-column .slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 30px;
  z-index: 1;
}
body .content-container .primary-content .left-column .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
body .content-container .primary-content .left-column .slideBox .hd ul li {
  float: left;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
body .content-container .primary-content .left-column .slideBox .hd ul li.on {
  background: #ce1a0c;
  color: #fff;
}
body .content-container .primary-content .left-column .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
body .content-container .primary-content .left-column .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
body .content-container .primary-content .left-column .slideBox .bd li span.text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 100px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
body .content-container .primary-content .left-column .slideBox .bd img {
  width: 100%;
  height: 511px;
  display: block;
}
body .content-container .primary-content .left-column .second-column-name {
  font-weight: bold;
  font-size: 28px;
  color: #C7101A;
  line-height: 49px;
}
body .content-container .primary-content .left-column .second-column-name span {
  padding-bottom: 10px;
  border-bottom: 3px solid #C7101A;
}
body .content-container .primary-content .left-column .article-list-container {
  width: 100%;
  height: auto;
}
body .content-container .primary-content .left-column .article-list-container .article-item {
  width: 100%;
  margin-top: 30px;
  height: 101px;
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-left {
  float: left;
  color: #000;
  width: 180px;
  height: 101px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  position: relative;
  /* 溢出部分显示省略号 */
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-left .video-icon {
  position: absolute;
  top: 31.5px;
  left: 66.5px;
  width: 47px;
  height: 47px;
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-right {
  width: calc(100% - 180px - 35px);
  height: 101px;
  float: right;
  color: #8f8f8f;
  font-size: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-right .first-row {
  width: 100%;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-right .second-row {
  width: 100%;
  color: #909090;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  font-size: 15px;
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-right .second-row .middle {
  font-size: 15px;
}
body .content-container .primary-content .left-column .article-list-container .article-item .article-right .second-row .bottom {
  width: 100%;
  color: #909090;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
}
body .content-container .primary-content .left-column .article-list-container .article-split {
  width: 100%;
  height: 1px;
  background: #EDECED;
  margin: 24px 0;
}
body .content-container .max-content .primary-content {
  width: 1330px;
}
body .content-container .notice-container {
  width: 100%;
  background-color: #F2FAFD;
}
body .content-container .notice-container .notice {
  height: 40px;
  line-height: 40px;
  clear: both;
  width: 1200px;
  margin: 0 auto;
}
body .content-container .notice-container .notice .notice-title {
  width: 160px;
  float: right;
  color: #0056A3;
  font-size: 14px;
  line-height: 40px;
}
body .content-container .notice-container .notice .notice-title a {
  color: #0056A3;
}
body .content-container .notice-container .notice .txtMarquee-left {
  width: 1020px;
  position: relative;
  float: left;
}
body .content-container .notice-container .notice .txtMarquee-left .bd .tempWrap {
  width: 1020px !important;
}
body .content-container .notice-container .notice .txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
body .content-container .notice-container .notice .txtMarquee-left .bd ul li {
  margin-right: 50px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: left;
  _display: inline;
  width: auto !important;
  position: relative;
}
body .content-container .notice-container .notice .txtMarquee-left .bd ul li span {
  color: #333;
  margin-right: 20px;
  width: 16px;
  height: 16px;
  background-image: url('../images/news.png');
  background-size: 100% 100%;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  top: 12px;
  left: -20px;
}
body .content-container .notice-container .notice .txtMarquee-left .bd ul li a {
  color: #333;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  display: block;
}
.title-container {
  width: 100%;
  border-top: 1px solid #D4EFF9;
}
.title-container .bottom-border {
  color: #0056A3;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 0 8px 5px 8px;
  border-top: 3px solid #0056A3;
  float: left;
}
.title-container .more-plus {
  width: 42px;
  height: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #0056A3;
  line-height: 23px;
  float: right;
}
.title-container-bg {
  width: 100%;
  height: 42px;
  background-image: url('../images/title-2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 5px 0px 18px;
}
.title-container-bg .bottom-border {
  color: #0056A3;
  font-weight: bold;
  display: block;
  height: 100%;
  width: auto;
  font-size: 20px;
  line-height: 42px;
  float: left;
}
.title-container-bg .more-plus {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-weight: 400;
  font-size: 14px;
  color: #0056A3;
  float: right;
}
.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制显示3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
