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

* {
  font-family: \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, Droid Sans Fallback, SimSun, sans-serif;
  /* font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;*/
}

*,
:after,
:before {
  box-sizing: border-box;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
}

/* h1,h2,h3,h4,h5,h6 {
	font-size:0.14rem;
	font-weight:normal;
}*/
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

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

strong,
em,
i {
  /* font-style: normal;
  font-weight: normal; */
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

input::-ms-clear {
  display: none !important;
}

input {
  outline: none;
  box-shadow: none;
}

/* body {
	font:0.12rem/1.5 \5FAE\8F6F\96C5\9ED1,\5B8B\4F53,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei","Droid Sans Fallback",SimSun,sans-serif;
	background:#fff;
}*/
a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
}

::-webkit-scrollbar {
  width: 0.05rem;
  height: 0.05rem;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #EBEDEF;
  border-radius: 0.1rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background: #f7f7f7;
}

textarea {
  resize: none;
}

.header-top {
  height: 0.45rem;
}

/* pc二级页面内容宽度*/
.container {
  max-width: 73%;
  width: 73%;
  margin: 0 auto;
  padding: 0;
}

/* h5 css*/
@media screen and (max-width:7.99rem) {
  html {
    font-size: 0.1rem !important;
  }
}

/* 公共头部样式 --- start*/
.header-fixed.header1 {
  position: fixed;
  z-index: 11;
  transition: all 0.3s;
  width: 100%;
  opacity: 1;
}

.header-fixed.header1 .header {
  background-color: #00479D;
  height: 0.45rem;
  font-size: 0.14rem;
}

.header-fixed.header1 .header .header-content {
  margin: 0 auto;
  display: flex;
  position: relative;
  align-items: center;
}

.header-fixed.header1 .header .header-content .header-link a {
  font-size: 0.14rem;
  line-height: 0.45rem;
  margin-right: 0.4rem;
  position: relative;
}

.header-fixed.header1 .header .header-content .header-link a span {
  opacity: 0.68;
  color: #FFFFFF;
}

.header-fixed.header1 .header .header-content .header-link a:hover .wechat {
  display: block;
  box-sizing: content-box;
  padding: 0.03rem;
  background: #fff;
  line-height: 1;
  border-radius: 0.03rem;
}

.header-fixed.header1 .header .header-content .header-link .wechat {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.12rem);
}
.header-fixed.header1 .header .header-content .change-link {
  font-size: 0.14rem;
  line-height: 0.45rem;
  margin-right: 0.4rem;
  position: relative;
}

.header-fixed.header1 .header .header-content .change-link span {
  opacity: 0.68;
  color: #FFFFFF;
}
.header-fixed.header1 .header .header-content .header-search {
  width: 2.82rem;
  height: 0.3rem;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 0.15rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}

.header-fixed.header1 .header .header-content .header-search input {
  background-color: unset;
  border: unset;
  outline: none;
  line-height: 0.3rem;
  width: 2.52rem;
  font-size: 0.14rem;
  padding-left: 0.15rem;
  color: #fff;
}

.header-fixed.header1 .header .header-content .header-search input::placeholder {
  color: rgba(255, 255, 255, 0.24);
}

.header-fixed.header1 .header .header-content .header-search .search-btn {
  width: 0.17rem;
  height: 0.16rem;
  background-image: url("../img/index/search.png");
  background-size: cover;
  cursor: pointer;
}

.header-fixed.header1 .header-nav {
  height: 0.85rem;
  background: linear-gradient(180deg, rgba(19, 21, 22, 0.7) 0%, rgba(19, 21, 22, 0.5), rgba(19, 21, 22, 0) 100%);
}

.header-fixed.header1 .header-nav .nav-content {
  margin: 0 auto;
  height: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-fixed.header1 .header-nav .nav-content .nav-logo {
  width: 2.84rem;
  height: 0.54rem;
  background-image: url("../img/index/logo-1.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.header-fixed.header1 .header-nav .nav-content .nav-list {
  display: flex;
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item {
  font-size: 0.18rem;
  color: #FFFFFF;
  position: relative;
  display: block;
  line-height: 0.85rem;
  white-space: nowrap;
  margin-left: 0.3rem;
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item::before {
  content: "";
  width: 100%;
  height: 0.22rem;
  position: absolute;
  bottom: -0.22rem;
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item:hover a::after {
  transform: translateX(0);
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item a {
  color: #FFFFFF;
  display: block;
  line-height: 0.40rem;
  overflow: hidden;
}

@media (max-width:15rem) {
  .header-fixed.header1 .header-nav .nav-content .nav-list .nav-item a {
    font-size: 0.16rem;
  }
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item a::after {
  content: "";
  display: block;
  height: 0.03rem;
  width: 100%;
  background-color: #fff;
  bottom: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item .sub-category {
  display: none;
  transition: all 0.3s;
  top: 0.62rem;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0.01rem 0.04rem 0.08rem 0rem rgba(79, 90, 100, 0.18);
  overflow: hidden;
  line-height: normal;
  width: 1.54rem;
  left: 50%;
  transform: translateX(-50%);
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item .sub-category .category-item {
  cursor: pointer;
  text-align: center;
  display: block;
  line-height: 0.43rem;
  transition: 0.3s;
  font-size: 0.16rem;
  color: #4F5964;
}

.header-fixed.header1 .header-nav .nav-content .nav-list .nav-item .sub-category .category-item:hover {
  background: #F6FAFF;
  color: #00479D;
}

.header-fixed.header1 .header-nav.white {
  background: #FFFFFF;
  box-shadow: 0.01rem 0.04rem 0.08rem 0rem rgba(79, 90, 100, 0.3);
}

.header-fixed.header1 .header-nav.white .nav-content .nav-list .nav-item a {
  color: #4F5964;
}

.header-fixed.header1 .header-nav.white .nav-content .nav-logo {
  width: 2.83rem;
  height: 0.54rem;
  background-image: url("../img/index/logo-2.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

/* 公共头部样式 --- end*/
/* footer公共样式 --- start*/
.common-footer {
  margin-top: 0.6rem;
  width: 100%;
  height: 6.29rem;
  background-image: url("../img/index/footer-bg.png");
  background-size: cover;
  background-position: center;
  padding-top: 2.52rem;
  position: relative;
}

.common-footer .middle-content-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.common-footer .blogroll-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common-footer .blogroll-content .school-logo {
  width: 2.85rem;
  height: 0.54rem;
  margin-right: 8%;
}

.common-footer .blogroll-content .school-logo img {
  width: 100%;
}

.common-footer .blogroll-content .blogroll-list {
  flex: 1;
}

.common-footer .blogroll-content .blogroll-list .blogroll-title {
  font-size: 0.15rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 0.28rem;
}

.common-footer .blogroll-content .blogroll-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.common-footer .contact {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
  position: relative;
  z-index: 11;
}

.common-footer .contact .contact-qr {
  width: 2.85rem;
  display: flex;
  margin-right: 8%;
  margin-top: -1%;
  justify-content: center;
}

.common-footer .contact .contact-qr .qr-item {
  padding: 0.06rem 0.06rem 0;
  background-color: #fff;
  font-size: 0.14rem;
}

.common-footer .contact .contact-qr .qr-item img {
  width: 0.76rem;
  height: auto;
}

.common-footer .contact .contact-qr .qr-item:first-child {
  margin-right: 0.4rem;
}

.common-footer .contact .contact-qr .qr-item .title {
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 0.63);
  line-height: 0.3rem;
  text-align: center;
}

.common-footer .contact .contact-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-footer .contact .contact-list .contact-title {
  font-size: 0.17rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 30px;
}

.common-footer .contact .contact-list .contact-item {
  color: #E6EFFF;
  font-size: 0.14rem;
  margin-right: 0.28rem;
  display: inline-block;
}

.common-footer .contact .contact-list .contact-item:last-child {
  margin-right: 0;
}

.common-footer .copyright {
  text-align: center;
  margin-top: 1.09rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: rgba(177, 208, 245, 0.7);
  line-height: 0.28rem;
}

.common-footer .school-logo {
  width: 4.05rem;
  height: 0.74rem;
  font-size: 0.14rem;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-bottom: 0.4rem;
}

.common-footer .school-logo img {
  width: 100%;
}

/* footer二级页等需添加list类名*/
.common-footer.list {
  background: none;
  padding-top: 0.7rem;
  height: 4rem;
  margin-top: 0;
}

.common-footer.list::before {
  content: "";
  z-index: -1;
  width: 100%;
  display: block;
  height: 3.54rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url("../img/list/footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.common-footer.list .copyright {
  background: #1C4FA7;
  margin-top: 0;
  height: 1rem;
  padding-top: 0.22rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.common-footer.list .copyright a {
  color: rgba(177, 208, 245, 0.7);
  font-weight: 400;
  line-height: 0.28rem;
}

/* footer公共样式 --- end*/
/* 二级页面banner、面包屑样式 --- start*/
.header-banner {
  width: 100%;
  height: 4.5rem;
  background: url("../img/list/list-bg1.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.second-category {
  width: 100%;
  height: 0.74rem;
  margin-top: -0.37rem;
  position: relative;
  z-index: 10;
}

.second-category .container {
  display: flex;
}

.second-category .second-bg {
  content: "";
  width: 48%;
  height: 100%;
  background-image: url("../img/list/second-bg.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.second-category .cate-name {
  font-weight: bold;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.74rem;
  display: inline-block;
  margin-right: 0.4rem;
  margin-top: 0.01rem;
  vertical-align: middle;
  letter-spacing: .04rem;
}

.content-box .info-right .article-list .right-brief-box .bottom-lines .date span:not(:last-child) {
  margin-right: 68px;
}

.content-box .info-right .article-list .right-brief-box .bottom-lines .date span[data-source=''] {
  display: none;
}

.content-box:not(:has(.submenu-left)) .info-right {
  margin-left: 0;
}

.second-category .cate-bread a:nth-last-child(2) {
  pointer-events: none;
}

.second-category .cate-bread a,
.second-category .cate-bread text {
  vertical-align: -0.03rem;
  color: #ADC9E7;
  font-size: 0.15rem;
}

.second-category .cate-bread,
.second-category .cate-bread a {
  color: #ADC9E7;
  display: inline-block;
  text-decoration: none;
  margin: 0 0.1rem;
  line-height: 0.74rem;
  font-size: 0.15rem;
}

.second-category .cate-bread {
  margin: 0;
  opacity: 0;
  display: flex;
  color: #ADC9E7;
  font-size: 0.15rem;
}

.second-category .cate-bread a:first-child {
  margin-left: 0;
}

.second-category .cate-bread text:last-child {
  display: none;
}

.second-category .gray-bg {
  width: 100%;
  height: 0.56rem;
  background: #F4F6F7;
  position: absolute;
  top: 0.37rem;
  z-index: -2;
  left: 0;
}

/* 二级页面banner、面包屑样式 --- end*/
/* 二级页面左侧菜单样式 --- start*/
.content-box {
  display: flex;
  padding: 0.6rem 0;
}

.content-box .submenu-left {
  width: 2.2rem;
}

.content-box .submenu-left .submenu-item {
  width: 100%;
  height: 0.6rem;
  display: block;
  line-height: 0.58rem;
  text-align: left;
  padding-left: 0.2rem;
  border-bottom: 0.01rem solid#D9D9D9;
  cursor: pointer;
  font-size: 0.18rem;
  color: #666666;
  position: relative;
  /* justify-content:left;
	align-items:center;*/
}

.content-box .submenu-left .submenu-item.active {
  pointer-events: none;
}

.content-box .submenu-left .submenu-item.active,
.content-box .submenu-left .submenu-item:hover {
  background: linear-gradient(90deg, #00479D 25%, #0069D5 100%);
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
}

.content-box .submenu-left .submenu-item.active::after,
.content-box .submenu-left .submenu-item:hover::after {
  content: "";
  display: inline-block;
  width: 0.28rem;
  height: 0.16rem;
  background: url("../img/list/choose.png") no-repeat center;
  background-size: 100% auto;
  margin-left: 0.1rem;
  position: absolute;
  top: 0.22rem;
  right: 0.1rem;
}

.content-box .info-right {
  flex: 1;
  margin-left: 0.6rem;
  overflow: hidden;
}

/* 二级页面左侧菜单样式 --- end*/
/* 分页插件自定义样式重写 --- start*/
.layui-laypage-kcsz.layui-laypage .layui-laypage-curr {
  position: relative;
  color: #fff;
  border-color: #00479D;
  font-weight: 500;
  background: #00479D;
}

.layui-laypage-kcsz.layui-laypage a:hover {
  color: #00479D;
  border-color: #00479D;
}

.layui-laypage-kcsz.layui-laypage .layui-laypage-count {
  background: none;
  border: none;
}

.layui-laypage-kcsz.layui-laypage a,
.layui-laypage-kcsz.layui-laypage span {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem !important;
  color: #000000a6;
}

.layui-laypage-kcsz.layui-laypage .layui-disabled {
  border-color: #d9d9d9 !important;
}

.layui-laypage-kcsz.layui-laypage .layui-laypage-prev,
.layui-laypage-kcsz.layui-laypage .layui-laypage-next {
  font-size: 0.14rem !important;
}

/* 分页插件自定义样式重写 --- end*/
/* 博达自定义分页样式 --- start*/
html body .pb_sys_common .p_t {
  font-size: 0.12rem;
  color: #000000a6;
  vertical-align: 0.02rem;
  margin-right: 0.1rem;
}

html body .pb_sys_common .p_pages .p_prev_d,
html body .pb_sys_common .p_pages .p_next_d,
html body .pb_sys_common .p_pages .p_prev_d:hover,
html body .pb_sys_common .p_pages .p_next_d:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
}

html body .pb_sys_common .p_pages .p_prev_d,
html body .pb_sys_common .p_pages .p_next_d,
html body .pb_sys_common .p_fun a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.12rem;
  height: 0.28rem;
  line-height: 0.26rem;
  margin: 0 -0.01rem 0.05rem 0;
  margin-right: 0.08rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.04rem;
  font-size: 0.14rem;
}

html body .pb_sys_common .p_pages .p_no a {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #000000a6;
}

html body .pb_sys_common .p_pages .p_no a,
html body .pb_sys_common .p_pages .p_no_d {
  border-radius: 0.04rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.12rem;
  height: 0.28rem;
  line-height: 0.26rem;
  margin: 0 -0.01rem 0.05rem 0;
  font-size: 0.12rem;
  margin-right: 0.08rem;
}

html body .pb_sys_common .p_pages .p_no_d {
  color: #fff;
  border: 1px solid #00479D;
  font-weight: 500;
  background: #00479D;
}

html body .pb_sys_common .p_pages .p_fun a:hover,
html body .pb_sys_common .p_pages .p_no a:hover {
  border: 1px solid #00479D;
  background: #fff;
}

html body .pb_sys_common {
  display: block;
  width: 100%;
  margin: 0.1rem auto !important;
  padding: 0.2rem 0;
}

html body .pb_sys_common .p_dot {
  margin: 0 0.08rem;
}

/* 博达自定义分页样式 --- end*/

.max-w {
  max-width: 73.6%;
}

.common-footer .blogroll-content .blogroll-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-footer .blogroll-content .blogroll-list .blogroll-title {
  font-size: 0.17rem;
  color: #FFFFFF;
  font-weight: bold;
}

.common-footer .blogroll-content .blogroll-list .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}

.common-footer .blogroll-content .blogroll-list .list .blogroll-item {
  color: #E6EFFF;
  font-size: 0.14rem;
  line-height: 0.28rem;
  margin-right: 0.28rem;
}

.common-footer .blogroll-content .blogroll-list .list .blogroll-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1700px) {
  .nav-list .nav-item {
    margin-left: 0.25rem !important;
    font-size: 0.17rem !important;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1646px) {
  .nav-list .nav-item {
    margin-left: 0.25rem !important;
    font-size: 0.17rem !important;
  }
}

@media screen and (max-width: 1600px) {
  .nav-list .nav-item {
    margin-left: 0.25rem !important;
    font-size: 0.17rem !important;
  }
}


@media screen and (max-width: 1500px) {

  .max-w,
  .container {
    max-width: 73%;
  }

  .nav-list .nav-item {
    margin-left: 0.15rem !important;
  }

}


@media screen and (max-width: 1220px) {
  .nav-list .nav-item {
    margin-left: 0.15rem !important;
  }

  .header-fixed .header-nav .nav-content .nav-list .nav-item {
    font-size: 0.16rem !important;
  }
}</pre></body></html>