.main-content {
  width: 100%;
  min-width: 1500px;}
.center-content {
  width: 1500px;
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;}
.center-content .section {
  margin-bottom: 30px;
    width: 50%;}
.center-content .left-section {
  width: 32%;}
.center-content .center-section {
      width: 32%;
    margin: 0 2%;}
.center-content .top-center-section {
      margin-left: 1%;
    width: 49%;}
.center-content .right-section {
  width: 32%;}
.banner-box {
  width: 750px !important;
  height: 391px;
  overflow: hidden;
  position: relative;}
.banner-box-1 ul li {
  width: 750px;
  height: 391px;
  position: relative;
  overflow: hidden;}
.banner-box-1 ul li img {
  display: block;
  width: 750px;
  height: 391px;}
.banner-box-1 ul li h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 750px;
  background: rgba(125, 125, 120, 0.4);
  text-indent: 2em;
  font-size: 15px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: normal;
  color: ghostwhite;}
.banner-box-2 {
  position: absolute;
  right: 10px;
  bottom: 14px;}
.banner-box-2 ul li {
  float: left;
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin: 0 5px;
  background: #959595;
  text-indent: 100px;
  cursor: pointer;}
.banner-box-2 ul .on {
  background: #f39800;}
.title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, 0.6);}
.title-content .title .name {
  position: relative;
  font-family: SimHei;
  font-size: 25px;
  line-height: 40px;
  color: #19477f;
  }
.title-content .title .name::after {
  position: absolute;
  display: block;
  content: '';
  width: 110px;
  height: 2px;
  background-color: #19477f;
  top: 39px;
  left: 0;
  z-index: 9;
  }
.title-content .more {
  display: flex;
  align-items: center;}
.title-content .more .more-icon {
  width: 17px;
  height: 17px;}
.title-content .more .name {
  padding-left: 6px;
  font-size: 17px;
  color: #19477f;
  }
.article-list {
  margin-top: 10px;
  width: 100%;}
.article-list .article-item {
  padding-bottom: 27px;}
.article-list .article-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;}
.article-list .article-item a .time {
  width: 80px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 2px;
  color: #666;}
.article-list .article-item a .desc {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  color: #000;}
.article-list .article-item:last-child {
  padding-bottom: 0;}
.article-list .article-item:hover a .time {
  color: #19477f;}
.article-list .article-item:hover a .desc {
  color: #19477f;}
.article-list.article-lists a {
  position: relative;}
.article-list.article-lists a::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #19477f;
  opacity: 0.77;
  top: 50%;
  left: 0;
  margin-top: -5px;
  z-index: 9;
  }
.article-list.article-lists a .desc {
  padding-left: 20px;}
.notice-section .article-list {
  padding: 0 18px 0 8px;
  border: solid 1px rgba(0, 0, 0, 0.35);}
.notice-section .article-list .article-item {
  height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.35);}
.notice-section .article-list .article-item:last-child {
  border-bottom: none;}
.notice-section .article-list .article-item a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  overflow: hidden;}
.notice-section .article-list .article-item a .time-group {
  height: 50px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;}
.notice-section .article-list .article-item a .time-group .day {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  line-height: 17px;
  color: #1c5e9b;}
.notice-section .article-list .article-item a .time-group .year {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  letter-spacing: 2px;
  color: #000;}
.notice-section .article-list .article-item a .desc {
  flex: 1;
  padding-left: 15px;
  font-size: 17px;
  color: #000;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.notice-section .article-list .article-item:last-child {
  padding-bottom: 0;}
.notice-section .article-list .article-item:hover a .desc {
  color: #4472c4;}
.other-website-list {
  display: flex;
  flex-wrap: wrap;}
.other-website-list .item {
  width: 50%;
  margin-top: 27px;}
.other-website-list .item a {
  display: flex;
  width: 100%;
  align-items: center;}
.other-website-list .item a .website-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;}
.other-website-list .item a .name {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.tag-library-list {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(45, 124, 175, 0.07);
  border-radius: 15px;
  margin-top: 27px;
  padding: 25px 13px 0 13px;}
.tag-library-list .item {
  width: 33%;
  margin-bottom: 25px;}
.tag-library-list .item a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-indent: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.tag-library-list .item a::after {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #eb6100;
  top: 50%;
  left: 0;
  margin-top: -3px;
  z-index: 9;}
.friendlink-container {
  margin: 0 auto;
  width: 1500px;
  display: flex;
  align-items: center;
  background-color: #fff;}
.friendlink-container .link-icon {
  width: 247px;
  height: 160px;}
.friendlink-container .friendlink-list {
  margin-left: 80px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;}
.friendlink-container .friendlink-list .item {
  width: 33.33%;}
.friendlink-container .friendlink-list .item a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;}
.friendlink-container .friendlink-list .item a .link-Img {
  width: 18px;
  height: 18px;}
.friendlink-container .friendlink-list .item a .name {
  padding-left: 11px;
  font-family: SimSun;
  text-decoration: underline;
  font-size: 16px;
  color: #000;}
.bread-crumbs-container {
  width: 1500px;
  margin: 0 auto;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.bread-crumbs-container .column {
  width: 210px;
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  padding-left: 24px;}
.bread-crumbs-container .right-container {
  height: 58px;
  display: flex;
  align-items: center;
  font-size: 17px;
  color:#19477f;}
.bread-crumbs-container .right-container a{color:#19477f;}
.bread-crumbs-container .right-container a:hover{color:#19477f;}
.bread-crumbs-container .right-container .nav-name {
  padding-left: 7px;}
.bread-crumbs-container .right-container .nav-name:last-child {
  color: #2d7caf;}
.bread-crumbs-container .right-container .point {
  padding-left: 7px;}
.sub-main-container {
  width: 1500px;
  margin: 0 auto;
  background-color: #f9fafb;}
.sub-container {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;}
.sub-container .sub-container-title {
  margin-top: 15px;
  width: 10%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  background-color: #19477f;
  }
.sub-container .left-container {
  width: 210px;}
.sub-container .sub-nav-list .sub-item {
  width: 210px;
  height: 58px;
  line-height: 58px;
  padding-left: 24px;}
.sub-container .sub-nav-list .sub-item a {
  font-size: 26px;
  /* font-family: SimSun; */
  color: #034d90;
  }
.sub-container .sub-nav-list .sub-item.active {
  position: relative;}
.sub-container .sub-nav-list .sub-item.active::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 36px;
  background-color: #19477f;
  top: 50%;
  margin-top: -18px;
  left: 0;
  z-index: 9;
  }
.sub-container .sub-nav-list .sub-item.active a {
  color: #19477f;
  }
.sub-container .right-container {
  width: 90%;}
.sub-container .sub-article-list {
  padding: 0 100px;}
.sub-container .sub-article-list .sub-article-item {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #c5c8cc;
  color: #000;
  font-size: 20px;}
.sub-container .sub-article-list .sub-article-item .title {
  position: relative;
  color: #000;
  flex: 0 0 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.sub-container .sub-article-list .sub-article-item .time {
  font-size: 20px;
  color: #19477f;
  }
.sub-container .sub-article-list .sub-article-item:hover .title {
  position: relative;
  color: #19477f;}
.sub-container .back-top {
  display: none;
  position: fixed;
  width: 46px;
  height: 76px;
  left: 50%;
  bottom: 150px;
  margin-left: 510px;
  cursor: pointer;
  z-index: 99;}
.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 100px;}
.page-container .pages {
  padding: 0 18px;}
.page-container .pages a {
  font-size: 20px;
  color: #1b1b1c;
  text-decoration: underline;}
.page-container .pages.num {
  padding: 0 10px;}
.page-container .pages.num a {
  text-decoration: none;}
.page-container .pages.active a {
  color: #0a598d;
  text-decoration: underline;}
.page-container .pages.first-pages {
  padding-left: 0;
  flex: 1;}
.page-container .pages.last-pages {
  padding-right: 0;}
.page-container .line {
  font-size: 20px;}
.article-container {
  width: 1200px;
  /*background-color: #f6f5f0;*/
  padding: 0 50px;}
.article-container h1 {
  text-align: center;
  font-size: 26px;
  padding: 26px 0 35px;}
.article-container h2{
  text-align: center;
  font-size: 22px;
  margin: -25px 0 30px 0;
}
.article-container .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;}
.article-container .subtitle .name {
  font-size: 21px;}
.article-container .content {
  padding: 30px 0 50px;}
.article-container .content p {
  font-size: 23px;
  line-height: 1.8;}
.article-container .content img {
  max-width: 100%;
  margin: 20px 0;}
.pages-container {
  width: 900px;
  padding: 50px 50px 28px;
  background-color: #F1F2ED;}
.pages-container .pages {
  font-size: 21px;
  padding-bottom: 30px;}
.pages-container .pages .name {
  color: #1d6594;
  font-weight: bold;}
.pages-container .pages a {
  color: #000;
  text-decoration: underline;}
.database-container {
  position: relative;
  width: 395px;
  height: 205px;}
.database-container .banner-list {
  position: absolute;
  width: 395px;
  height: 205px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;}
.database-container .banner-list::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 1px rgba(45, 124, 175, 0.5);
  bottom: 3px;
  left: 0;
  z-index: 9;}
.database-container .banner-list .banner-item {
  position: absolute;
  width: 220px;
  height: 150px;
  margin-top: 27px;
  top: 0;
  left: 0;
  z-index: 9;
  cursor: pointer;}
.database-container .banner-list .banner-item .Img {
  width: 220px;
  height: 150px;}
.database-container .banner-list .banner-item .title {
  display: none;
  position: absolute;
  width: 220px;
  height: 70px;
  top: 50%;
  left: 0;
  margin-top: -35px;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 45px;
  color: #f5f5f5;
  text-align: center;
  z-index: 9;}
.database-container .banner-list .banner-item:first-child .title {
  display: block;}
.database-container .database-pointers {
  position: absolute;
  width: 395px;
  height: 6px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 1;}
.database-container .database-pointers .pointer {
  flex: 1;
  height: 6px;}
.database-container .database-pointers .pointer.active {
  background-color: #2d7caf;}