<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
html {
  width: 100%;
  height: 100%;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: Microsoft YaHei, 'STHeiti', Helvetica, Arial, sans-serif;
  word-break: break-all;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

/* 图片没有的时候 img默认边框透明度 */
img[src=""],
img:not([src]) {
  opacity: 0.3;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li,
ol li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  vertical-align: baseline;
  zoom: 1;
}

input,
textarea,
select,
button {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  padding: 0;
}

button::-moz-focus-inner {
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input {
  outline: 0 none;
}

input.checkbox {
  vertical-align: middle;
}

* html input {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

fieldset {
  border: 0 none
}

a:focus {
  outline-style: none;
  outline-width: 0;
}

a {
  text-decoration: none;
  color: #101010;
  font-family: 微软雅黑;
  font-size: 16px;
}

.top {
  width: 100%;
  height: 40px;
  background: #F2F2F2;
  line-height: 40px;

}

.top-cont {
  width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.top-cont a {
  color: #666;
}

.tlt {
  display: flex;
  width: 1580px;
  height: 100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.tlt h1 {
  font-size: 34px;
  color: #000000;
  font-weight: 800;
  font-family: Milky;
}

.ser {
  width: 400px;
  height: 40px;
  border: 1px solid #3053AF;
  border-radius: 4px;
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.inp {
  width: 330px;
  height: 40px;
  border: none;
  margin-left: 10px;
}

.btn {
  width: 60px;
  height: 40px;
  border: none;
  border-radius: 0px 2px 2px 0px;
  background: #3053AF;
  cursor: pointer;
}

.nav {
  width: 100%;
  height: 60px;
  background: #3053AF;
}

.nav-ul {
  width: 1580px;
  margin: 0 auto;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}

.cont {
  width: 1580px;
  margin: 30px auto;
}

.cont1 {
  display: flex;
  justify-content: space-between;
  height: 426px;
}

.cont1-l {
  width: 850px;
}

.cont1-l-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: #E6E6E6 solid 1px;
}

.cont1-l-topul {
  display: flex;
}

.cont1-l-topli {
  padding: 10px 24px;
  border: 1px solid #E6E6E6;
  margin-right: 30px;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
}

.cont1-l-topli:last-child {
  margin-right: 0;
}

.more {
  color: #666666;
  font-size: 14px;
  display: inline-block;
}

.cont1-l-topli-hover {
  background: #3053AF;
  color: white;
}

.index-news1 {
  margin-top: 20px;
  cursor: pointer;
}

.index-news1t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-news1tlt {
  font-size: 20px;
  font-weight: bold;
  color: #3053AF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newstime {
  color: #666666;
  min-width: 90px;
}
.el-menu-item-div {
  font-size: 20px !important;
  font-weight: bold;
}
.el-menu-item-a{
  font-size: 20px !important;
  font-weight: bold;
}
.index-news1p {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  font-size: 18px;
}

.dashed {
  margin-top: 20px;
  height: 0px;
  width: 870px;
  border-bottom: 1px dashed #E6E6E6;
}

.index-news1:hover .dashed {
  animation: change 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  border: none;
  height: 1px;
}

@keyframes change {
  0% {
    background-color: #E6E6E6;
    width: 0;
  }

  100% {
    background-color: #3053AF;
    width: 100%;
  }
}

.index-new2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 41px;
  cursor: pointer;
  color: #000;
}

.index-new2 img {
  margin-right: 6px;
}

.index-new2l {
  width: 700px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
}

.index-new2:hover {
  color: #3053AF;
}

.cont1-r {
  width: 700px;
  height: 426px;
  position: relative;

}

.cont1-r-new {
  position: absolute;
  bottom: 0;
  background-color: #0000009c;
  width: 690px;
  z-index: 999;
  color: white;
  padding: 5px;
}

.cont2 {
  margin-top: 30px;
}

.cont-tlt {
  color: #3053AF;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line2 {
  display: inline-block;
  height: 1px;
  width: 100px;
  border-bottom: 1px solid #3053AF;
  margin: 0 20px;
}

.cont2-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.cont2-l {
  display: flex;
  width: 768px;
  justify-content: space-between;
}

.cont2-tlt {
  width: 320px;
  height: 294px;
  background-image: url(../img/tbt.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont2-tlt2 {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.cont2-tlt img {
  display: block;
  width: 60px;
  height: 68px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cont2-r {
  width: 420px;
}

.cont2-rtlt {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
}

.cont2-rtlt h3 {
  color: #000000;
  font-weight: bold;
}

.cont2-rli {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  cursor: pointer;
}

.cont2-rli:hover {
  color: #3053AF;
}

.cont2-rlip {
  width: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cont2r-tlt {
  width: 320px;
  height: 294px;
  background-image: url(../img/sps.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont3 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.cont3-tlt {
  padding-bottom: 10px;
  border-bottom: 1px solid #B28850;
  width: 780px;
  font-weight: bold;
  font-size: 24px;
}

.cont3-0 {
  display: flex;
  justify-content: space-between;
}

.cont3-1 {
  background-image: url(../img/t1-b.png);
  background-repeat: no-repeat;
  width: 380px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
}

.cont3-1c {
  text-align: center;
}

.cont3-p {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 22px;
  margin: 20px 0;
}

.cont3-2 {
  background-image: url(../img/t2-b.png);
}

.cont3-3 {
  background-image: url(../img/t3-b.png);
}

.cont3-4 {
  background-image: url(../img/t4-b.png);
}

.cont4-l {
  width: 750px;
  height: 430px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.cont4-train {
  display: flex;
  justify-content: space-between;
}

.train-l {
  background-color: white;
  width: 360px;
  height: 340px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.train-p {
  margin-top: 10px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 10px;
}

.train-l:hover {
  border-bottom: 1px solid #CFA972;
  color: #3053AF;
}

.magazine {
  width: 360px;
  height: 340px;
  /* border:1px solid #eeeeee; */
  /* box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35); */
  cursor: pointer;
}

.magazine-img {
  margin-top: 5px;
}

.magazine-p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.magazine-p2{
  color: #666;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.link {
  margin-top: 30px;
}

.link-cont {
  display: flex;
  flex-wrap: wrap;
}

.link-li {
  white-space: nowrap; /* 避免换行 */
  overflow: hidden; /* 隐藏溢出部分 */
  text-overflow: ellipsis; /* 显示省略号 */
  text-align: center;
}

.link-li-a {
  padding: 20px 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: black !important;
  display: block;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.link-li-a:hover {
  color: #3053AF !important;
}

.link-li:last-child {
  margin-right: 0;
}

.footer {
  width: 100%;
  background: #3053AF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer p {
  color: white;
  margin-top: 20px;
}



/* 新闻列表 */
.news-top {
  width: 100%;
  height: 80px;
  background: #EDEDED;
}

.news-top2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.news-top2 h3 {
  padding: 0px 20px;
  background: #3053AF;
  color: white;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
}

.news-nav {
  display: flex;
  align-items: center;
  color: #666666;
  margin: 25px;
}

.news-nav img {
  margin-right: 6px;
}


.news-ul {
  width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}

.news-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  /* padding-bottom: 30px; */
  border-bottom: 1px solid #EDEDED;
}

.news-li-l {
  width: 104px;
  height: 104px;
  border: 1px solid #EDEDED;
  text-align: center;
}

.news-time1 {
  font-size: 48px;
  margin: 9px 0;
}

.news-line {
  width: 21px;
  height: 1px;
  border-bottom: 1px solid #E6E6E6;
  margin: 0 auto;
}

.news-time2 {
  font-size: 18px;
  margin-top: 5px;
}

.news-li-r {
  width: 1066px;
}

.news-h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-p {
  color: #4D4D4D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  line-height: 26px;
}

.news-li:hover {
  border-bottom: 1px solid #3053AF;
}

.news-li:hover .news-h3 {
  color: #3053AF;
  font-weight: bold;
}

.news-li:hover .news-li-l {
  width: 104px;
  height: 104px;
  background: #3053AF;
  border: 1px solid #3053AF;
}

.news-li:hover .news-time1 {
  color: white;
}

.news-li:hover .news-time2 {
  color: white;
}

.page {
  margin: 30px 0;
  text-align: center;
}



/* 新闻详情 */
.news-cont {
  width: 1200px;
  margin: 30px auto;
}

.news-cont img {
  max-width: 1200px;
}

.newscont-h3 {
  font-size: 24px;
  margin: 0 auto;
  font-weight: 500;
  width: 700px;
  text-align: center;
}

.newscont-time {
  margin: 30px auto;
  text-align: center;
}

.newscont-time span {
  color: #666666;
}

.newscont {
  line-height: 32px;
  text-align: justify;
  text-indent: 32px;
}
/* .newscont img{
  margin: 10px auto;
  display: block;
} */

.newscont table {
  width: 100%;
  border-collapse: collapse; /* 合并边框 */
  border: 1px solid grey; /* 表格整体边框为1像素黑色实线 */
}

.newscont th, .newscont td {
  border: 1px solid grey; /* 每个单元格边框为1像素黑色实线 */
  padding: 8px; /* 单元格内边距 */
  text-align: center; /* 文字居中 */
}

.newscont th {
  background-color: #ccc; /* 表头背景色为灰色 */
}

.news-back {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.news-back1 {
  width: 599px;
  height: 50px;
  background: #EDEDED;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.news-back1-span {
  margin-right: 6px;
  color: #4D4D4D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 480px;
}

.news-back2 {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.el-dropdown-menu__item,
.el-menu-item {
  font-size: 16px !important;
  border: none !important;
}
.el-menu-item * {
  vertical-align: baseline;
}
.el-submenu__title * {
  vertical-align: baseline;
}

.el-submenu__title {
  font-size: 16px !important;
  border: none !important;
}

.el-menu--horizontal&gt;.el-menu-item.is-active {
  background-color: #ff9c00 !important;
  border: none !important;
}

.el-menu--horizontal&gt;.el-submenu.is-active .el-submenu__title {
  background-color: #ff9c00 !important;
  border: none !important;
}

.el-submenu__title i,.el-submenu__title a {
  color: white !important;
}

.el-dropdown-menu__item,
.el-menu-item {
  padding: 0 0px !important;
}

.el-menu-item-div {
  display: inline-block;
  width: 165px;
  text-align: center;
}
.el-menu-item-a {
  display: block;
  text-align: center;
}
.el-menu-item-a2 {
  display: block;
  width: 200px;
  margin-left: 20px;
  color: white;
}

.el-submenu__title {
  padding: 0 10px !important;
}

.el-test {
  .el-menu-item {
    &amp;:not(.is-disabled):hover {
      background-color: #ff9c00 !important;
      color: white !important;
    }
  }

  .el-menu--popup {
    min-width: 236px;
  }
}

.el-menu--horizontal&gt;.el-submenu .el-submenu__title {
  border: none;
}

.el-submenu {
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}

.el-submenu a {
  color: #fff;
}

.el-test a {
  .el-menu-item a {
    &amp;:not(.is-disabled):hover {
      background-color: #ff9c00 !important;
      color: white !important;
    }
  }

  .el-menu--popup {
    min-width: 236px;
  }
}

.black-a {
  color: #101010 !important
}

.blue-a {
  color: blue !important;
  text-decoration: underline !important;
}

.serm1 {
  margin: 0 auto;
  width: 600px;
  height: 60px;
  border: 1px solid #3053AF;
  border-radius: 4px;
  display: flex;
  align-self: center;
  justify-content: space-between;
}

.btn2 {
  width: 100px;
  height: 60px;
  border: none;
  border-radius: 0px 2px 2px 0px;
  background: #3053AF;
  cursor: pointer;
}

.inp2 {
  height: 60px;
  width: 480px;
}

.serm2 {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.serm3 {
  font-weight: 600;
}

.history {
  width: 602px;
  margin: 10px auto;
}

.history-top {
  display: flex;
  justify-content: space-between;
}

.fr {
  width: 480px;
  display: flex;
}

.fr a {
  margin-left: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 80px;
}

.history-left {
  display: flex;
}

.history-top span {
  color: #666;
}





/*tbt*/
.tbt-ser {
  text-align: center;
}

.tbt-top {
  background-color: #3053AF;
  color: white;
  padding: 3px;
  margin-bottom: 15px;
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.tbt-top img {
  margin-right: 4px;
}

.tbt-value {
  border: 1px solid #DCDCDC;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.tbt-value:hover {
  box-shadow: 0px 0px 4px #DCDCDC;
}

.tbt-a {
  display: block;
}

.tbt-a div {
  margin-bottom: 20px;
}

.tbt-a div:last-child {
  margin-bottom: 0px;
}

.tbt-a1 p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-right: 50px;
  max-width: 258px;
}

.tbt-a1 span :last-child {
  margin-right: 0px;
}

.tbt-p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 1200px;
}

.tbt-tlt {
  color: #666666;
}

.tbt-a2 p {
  margin-bottom: 20px;
}

.tbt-b {
  background-color: aliceblue;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 28px;
  text-align: justify;
}

.tbt-text {
  width: 100%;
  min-height: 50px;
  border-color: #DCDCDC;
  margin-top: 10px;
}

.tbt-input {
  height: 30px;
  width: 200px;
  border: 1px solid #DCDCDC
}

.tbt-c {
  margin-bottom: 20px;
}

.tbt-d {
  background-color: #3053AF;
  color: white;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 20px auto;
  margin-bottom: 10px;
}




.video {
  display: flex;
  flex-wrap: wrap;
}

.video-a {
  margin: 10px 76px;
  text-align: center;
}

video-a:nth-child(4n) {
  margin-right: 0;
}

.video-time {
  color: #666;
  font-size: 14px;
  margin-top: 6px;
}



.news-page {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}

.news-switch {
  width: 200px;
}

.news-r {
  width: 980px;
}

.news-ul2 {
  cursor: pointer;
}

.switch {
  display: block;
  width: 200px;
  height: 60px;
  background-color: #FFF;
  color: #3053AF !important;
  margin-bottom: 20px;
  text-align: center;
  line-height: 60px;
   border: 1px solid #3053AF;
}
.hover-switch {
  display: block;
  width: 200px;
  height: 60px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #3053AF;
  background-color: #3053AF;
  color: white !important;
}

.switch:hover {
  border: 1px solid #3053AF;
  background-color: #3053AF;
  color: white !important;
}

.news2-li-r {
  width: 840px;
}

.news-li2 {
  margin-top: 0px;
  margin-bottom: 24px;
}

.news-li2:last-child {
  margin-bottom: 0;
}



.booklist {
  display: flex;
  flex-wrap: wrap;
}

.book-1 {
  display: block;
  text-align: center;
  width: 240px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.book-1:hover {
  box-shadow: 0px 2px 4px #f1f1f1;
}

.book-p {
  width: 250px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 auto;
}
.book-detail{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.book-img{
  display: block;
  text-align: center;
  margin: 10px auto;
}

.banner {
  width: 100%;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}

body {
  transform-origin: left top;
  min-width: 1580px;
}


.recall-p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 800px;
}

.el-button--primary {
  background-color: #3053AF !important;
}

.el-form-item__label {
  font-size: 16px;
}

.el-checkbox__label {
  font-size: 16px;
}

.tbt-std-detail{
  display: flex;
  justify-content: center;
}
.std-tlt {
  color: #808080;
  margin-right: 10px;
  width: 130px;
  display: inline-block;
  font-size: 16px;
}
.std-tlt3{
  width: 870px;
  display: inline-flex;
}
.tbt-tlt2{
  width: 300px;
}
.std-li {
  font-size: 16px;
  margin-top: 14px;
  width: 500px;
  display: flex;
}
.std-li:first-child{
  margin-top: 0;
}
.std-li2{
  width: 100%;
  margin-top: 14px;
}
.std-li2:first-child{
  margin-top: 0;
}
.tbt-detail3{
  display: flex;
  margin-top: 14px;
}

.serach-btn3 {
  height: 40px;
  background-color: #3053AF;
  color: white;
  width: 80px;
  border-radius: 2px;
  cursor: pointer;
}
.serach-btn4{
  width: 140px;
}
.news-back3{
  width: 80px;
  margin-left: 6px;
}
.navl {
  color: #3053AF !important
}

.tbt-all1{
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbbbb;
}
.tbt-tlt2{
  width: 300px;

}
.tbt-all2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}
.tbt-all3{
  width: 800px;
}

.link-div {
  width: 390px;
}
.news-time3{
  color: #666666;
}
.news-time3:hover{
  color: #3053AF;
}
.news-a{
  display: flex;
  align-items: center;
}
.news-aimg{
  /* margin-right: 6px; */
  margin: 6px;
}

.full-ser{
  color: #808080;
  text-align: center;
  margin-top: 20px;
}</pre></body></html>