body .content-container .primary-content {
  margin-top: 60px;
}
body .content-container .primary-content .article-list-container {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: block;
  font-size: 0;
}
body .content-container .primary-content .article-list-container .article-link {
  display: inline-block;
  font-size: 16px;
  margin-right: 21px;
  margin-bottom: 30px;
}
body .content-container .primary-content .article-list-container .article-link .article-item {
  width: 407px;
  height: 310px;
  overflow: hidden;
}
body .content-container .primary-content .article-list-container .article-link .article-item .article-img {
  width: 407px;
  height: 229px;
}
body .content-container .primary-content .article-list-container .article-link .article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .primary-content .article-list-container .article-link .article-item .article-title {
  width: 100%;
  margin: 20px 0;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .primary-content .article-list-container .article-link .article-item .article-date {
  width: 100%;
  color: #929292;
}
body .content-container .primary-content .article-list-container .article-link:nth-child(3n) {
  font-size: 16px;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 30px;
}
body .content-container .primary-content .article-list-container .article-link:nth-child(3n) .article-item {
  width: 416px;
  height: 310px;
  overflow: hidden;
}
body .content-container .primary-content .article-list-container .article-link:nth-child(3n) .article-item .article-img {
  width: 407px;
  height: 229px;
}
body .content-container .primary-content .article-list-container .article-link:nth-child(3n) .article-item .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .content-container .primary-content .article-list-container .article-link:nth-child(3n) .article-item .article-title {
  width: 100%;
  margin: 20px 0;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出部分显示省略号 */
}
body .content-container .primary-content .article-list-container .article-link:nth-child(3n) .article-item .article-date {
  width: 100%;
  color: #929292;
}
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;
}
