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

* {
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

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: 14px; 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;
}



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: 12px/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:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.theme-color,
.theme-color:hover {
  color: #125CFB
}

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

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

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

::-webkit-scrollbar-thumb {
  background: #EBEDEF;
  border-radius: 10px;
}

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

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

textarea {
  resize: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ABABAB !important;
  font-size: 13px;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #ABABAB !important;
  font-size: 13px;
}

/* firefox 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #ABABAB !important;
  font-size: 13px;
}

/* ie */
input:-moz-placeholder,
select:-moz-placeholder {
  color: #ABABAB !important;
  font-size: 13px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

/* Header */
.eol-container-box {
  width: 100%;
  background: linear-gradient(0deg, #FCFDFF 0%, #DAEAFF 100%);
  height: 240px;
}

.eol-header-box {
  width: 100%;
}

.eol-header-box .eol-header-nav {
  width: 100%;
  height: 40px;
  background: #F0F0F0;

}

.eol-header-box .eol-header-outer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.eol-header-box .eol-header-outer a:hover {
  color: #004EB3;
}

.eol-header-box .eol-header-nav .eol-left-box {
  display: flex;
  align-items: center;
  line-height: 40px;
  color: #818487;
}

.eol-header-box .eol-header-nav .eol-left-box .split {
  width: 1px;
  height: 10px;
  background: #D8D8D8;
  border-radius: 1px;
  margin: 0 8px;
}

.eol-header-box .eol-header-nav .eol-right-box {
  display: flex;
  align-items: center;
  color: #808386;
}

.eol-header-box .eol-header-nav .eol-right-box .split {
  margin: 0 10px;
}

.eol-body-box {
  width: 100%;
}

.eol-body-box .eol-body-outer {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 34px 30px 0;
  position: relative;
}



.eol-body-box .eol-search-box .eol-search-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eol-body-box .eol-search-box .eol-search-inside .eol-search-left {
  display: flex;
  align-items: center;
}


.eol-body-box .eol-search-box .eol-search-left .split {
  width: 1px;
  height: 25px;
  background: #EBEBEB;
  border-radius: 1px;
  margin: 0 20px;
}

.eol-body-box .eol-search-box .eol-search-right .search-box {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.eol-body-box .eol-search-box .eol-search-right {
  display: flex;
  align-items: center;
}

.eol-body-box .eol-search-box .eol-search-right input {
  width: 238px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 6px 0px 0px 6px;
  padding: 0 15px;
}

.eol-body-box .eol-search-box .eol-search-right .search-button {
  width: 66px;
  height: 32px;
  background: #004EB3;
  border: 1px solid #004EB3;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  color: #FFFFFF;
}


.eol-body-box .eol-search-box .eol-search-right .location-box {
  font-size: 14px;
  color: #333;
  cursor: pointer;
  position: relative;
}

.eol-body-box .eol-search-box .eol-search-right .location-box:hover {
  color: #004EB3;
}

.eol-body-box .eol-search-box .eol-search-right .location-box .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eol-body-box .eol-search-box .eol-search-right .location-box .box img {
  margin-right: 10px;
}

.show-item&gt;p {
  text-align: center;
}




.eol-menu-box {
  width: calc(100% - 11px);
  height: 58px;
  background: linear-gradient(0deg, #FBFDFF 0%, #D6E7FE 100%);
  display: flex;
  align-items: center;

  border-top: 1px solid rgba(143, 174, 216, .43);
  border-bottom: 1px solid rgba(203, 222, 252, .43);
  padding-left: 11px;
  margin: 31px 0 20px;
}

.eol-menu-box .item {
  height: 58px;
  display: flex;
  align-items: center;
}

/* 学业规划隐藏 */
.eol-menu-box .item:nth-child(6) {
  display: none;
}

.eol-menu-box .item:nth-child(5) .sub-item {
  width: 75px;
  flex-direction: column;
  justify-content: center;
}

.eol-menu-box .item .split {
  width: 1px;
  height: 35px;
  background: #D9E9FF;
  margin: 0 28px 0 20px
}

.eol-menu-box .item .sub-item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 8px;
  font-size: 14px;
  width: 140px;
  justify-content: space-around;
  height: 100%;
  align-content: center;
}

/* 专家智库隐藏 */
.eol-menu-box .item:nth-child(1) .sub-item a:nth-child(4) {
  /* visibility: hidden; */
  cursor: unset;
  pointer-events: none
}

.eol-menu-box .item:nth-child(1) .sub-item a:nth-child(4):hover {
  color: #595F68;
}

.eol-menu-box .item .sub-item a {
  color: #595F68;
}

.eol-menu-box .item .sub-item a:hover {
  color: #000;
}

.eol-menu-box .item .sub-item a:nth-child(1) {
  margin-bottom: 5px;
}

.eol-menu-box .item:nth-child(5) .title span {
  width: unset;
}

.eol-menu-box .item .sub-item div:nth-child(2) span {
  margin-bottom: 0;
}

.eol-menu-box .item .sub-item div span {
  margin: 0 13px 5px 0;
  display: inline-block;
}

.eol-menu-box .item .sub-item div span:hover {
  color: #000;
  cursor: pointer;
}

.eol-menu-box .item .title {
  background: url("../img/index/eol-menu-bg.png") no-repeat;
  width: 57px;
  height: 57px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.eol-menu-box .item .title span {
  display: inline-block;
  width: 33px;
  font-size: 15px;
  font-weight: bold;
  color: #004EB3;
}

.cjrh-body .article-body {
  display: none;
}



.cjrh-body .article-body.active {
  display: block !important;
}

.header-menu .item.active {
  color: #004EB3;
  font-weight: bold;
}

.eol-footer-box {
  width: 100%;
  height: 134px;
  background: #004EB3;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;

}

.eol-footer-box p {
  color: #FFF;
  font-size: 12px;
}

.eol-footer-box a {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
}

.eol-footer-box a:hover {
  color: #c3c3c3;
}

.eol-footer-box span:hover {
  color: #c3c3c3;
}

#side-bar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 4px 0px #E0E0E0;
  border-radius: 4px;
  z-index: 99999999999999999;
  box-sizing: border-box;
  padding: 9px 0;
}

#side-bar .item {
  background: #FBFBFB;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding: 0 9px;
}



#side-bar .line {
  width: 38px;
  height: 1px;
  background: #F5F5F5;
  margin: 14px auto 9px;
}

#side-bar .item .side-bar {
  font-size: 12px !important;
  color: #878B94;
  text-align: center;
}

#side-bar .item .side-bar img {
  margin-bottom: 5px;
}

#side-bar .item:nth-child(5) .side-bar-box .side-bar img {
  width: 119px;
}

#side-bar .item:nth-child(1) .side-bar-box,
#side-bar .item:nth-child(3) .side-bar-box {
  width: 223px;
  height: 105px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 3px 10px 0px rgba(7, 76, 160, 0.1000);
  border-radius: 6px 0px 0px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#side-bar .item:nth-child(1) .side-bar-box p,
#side-bar .item:nth-child(3) .side-bar-box p {
  display: inline-block;
  font-size: 14px;
  color: #001D3F;
  line-height: 28px;
  margin-left: 22px;
}

#side-bar .item:nth-child(5) .side-bar-box,
#side-bar .item:nth-child(7) .side-bar-box {
  width: 134px;
  height: 170px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 3px 10px 0px rgba(7, 76, 160, 0.1000);
  border-radius: 6px 0px 0px 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#side-bar .item:nth-child(1) .side-bar-box {
  height: 40px;
}

#side-bar .side-bar-box {
  position: absolute;
  left: -229px;
  top: -10px;
  display: none !important;
  box-sizing: border-box;
}

#side-bar .item:nth-child(5) .side-bar-box,
#side-bar .item:nth-child(7) .side-bar-box {
  left: -139px;
  text-align: center;
}

#side-bar .item:nth-child(5) .side-bar-box p,
#side-bar .item:nth-child(7) .side-bar-box p {
  width: 95px;
  font-size: 14px;
  color: #001D3F;
  line-height: 16px;
  text-align: center;
  transform: translate(20px, -5px);
}


#side-bar .menu-item.active .side-bar-box {
  display: flex !important;
}

#goScrollTop img {
  width: 14px;
}

.station-list {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 100;
  width: 354px;
  padding: 18px 0px 0 22px;
  border: 1px solid #e1e9f4;
  border-radius: 4px;
  font-size: 13px;
  background-color: #fff;
}

.station-list .item {
  display: inline-block;
  width: 46px;
  padding: 0 4px;
  margin: 0 0 11px;
  white-space: nowrap;
}

.station-list .item a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  color: #000 !important;
}


.eol-search-right .home {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.eol-search-right .home:hover {
  color: #004EB3;
}

.eol-body-box .eol-search-box .eol-search-right .location-box .box:hover {
  color: #004EB3;
}

.eol-search-right .home img {
  margin: 0 9px 0 22px;
}

.social-share .icon-wechat .wechat-qrcode {
  left: -170px;
}

.loading {
  text-align: center;
}

.loading p {
  color: #666;
  margin: 12px 0 15px;
}

.no-content {
  text-align: center;
}

/* 移动端 */
@media screen and (max-width: 960px) {
  .eol-body-box {
    width: 100%;
    padding: 0;
  }

  .eol-body-box .eol-body-outer {
    padding: 0;
    width: unset;
  }

  #side-bar {
    width: 40px;
  }

  #side-bar .item {
    width: 26px;
  }

  .eol-header-box.pc {
    display: none;
  }

}

.right-menu-box {
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  position: fixed;
  transition: all .3s;
  display: none;
}

.right-menu-box .menu-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
}

.right-menu-box .menu-outer {
  width: 55%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: -1500px;
  transition: all .3s;
}

.right-menu-box .menu-content {
  padding: 30px 40px;
}

.right-menu-box .menu-content .close-icon {
  display: flex;
  justify-content: flex-end;
}

.menu-content .close-icon img {
  width: 10px;
}

.social-share .icon-weibo:before {
  content: "" !important;
}

.social-share .icon-wechat:before {
  content: "" !important;
}

.social-share .icon-qq:before {
  content: "" !important;
}

.station-list.active {
  display: flex !important;
  justify-content: space-between;
}

/* PC */
@media screen and (min-width:960px) {
  .eol-header-box.h5 {
    display: none;
  }

  .station-list.active {
    display: block !important;
  }

  .h5-menu-outer {
    display: none;
  }

  .hot-school-h5 {
    display: none;
  }

  .eol-header-outer-h5 {
    display: none;
  }

  .right-menu-box {
    display: none;
  }

  .common-title.h5 {
    display: none;
  }

  .item.ldsr .banner.h5 {
    display: none;
  }

  .h5-menu {
    display: none;
  }

  .h5-menu-outer-active {
    display: none;
  }

  .eol-header-box.h5 {
    display: none;
  }

  .eol-header-box.pc {
    display: block;
  }

  .article-list .left-list .other.h5 {
    display: none;
  }

  .eol-footer-box.h5 {
    display: none;
  }


}

/* H5 */
@media screen and (max-width: 960px) {

  .station-list {
    z-index: 100;
    flex-wrap: wrap;
    position: absolute;
    padding: 14px 15px !important;
    margin: 0 !important;
    top: 36px;
    width: calc(100% - 30px);
  }

  .station-list .item {
    padding: 0;
    margin: 0;
  }



  .bread-crumbs-nav {
    display: none !important;
  }


  .eol-content-box .eol-right-article {
    margin-right: 0;
  }

  .eol-footer-box.h5 {
    display: flex;
  }

  .eol-footer-box {
    display: none;
  }

  .eol-header-outer {
    display: none !important;
  }

  .eol-header-outer-h5 {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: unset !important;
  }

  .eol-header-outer-h5 .left-menu {
    display: flex;
    align-items: center;
    height: 100%;
    /* width: 100%; */
    justify-content: flex-start;
  }

  .eol-header-outer-h5 .right-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eol-header-outer-h5 .right-menu img {
    width: 20px;
  }

  .eol-header-outer-h5 .zyjy-logo {
    width: 120px;
    margin-right: 11px;
  }

  .eol-header-outer-h5 .motto {
    width: 134px !important;
  }

  .eol-body-box .eol-search-box .eol-search-inside {
    display: none;
  }

  .eol-menu-box {
    display: none;
  }

  #side-bar .line {
    margin: 9px auto 9px;
  }

  .eol-header-outer-h5 .split {
    width: 1px;
    height: 15px;
    background: #ECEDEF;
    margin: 0 10px;
  }


  /* 分页器样式 */
  .layui-laypage .layui-laypage-curr em {
    color: #000 !important;
  }

  .h5-menu-outer {
    display: block;
    height: 40px;
    background: linear-gradient(0deg, #FBFDFF 0%, #D6E7FE 100%);
    padding-left: 14px;
    line-height: 40px;
    overflow-x: scroll;

  }

  .h5-menu-outer::-webkit-scrollbar {
    width: 5px;
    height: 2px;
  }

  .h5-menu-box {
    display: flex;
    /* position: relative; */
  }

  .h5-menu-box .item {
    font-size: 14px;
    color: #4D6B92;
    margin-right: 23px;
    flex-shrink: 0;
  }


  .h5-menu-box .menu-button {
    position: absolute;
    right: 0;
    width: 39px;
    height: 39px;
    background: linear-gradient(0deg, #FBFDFF 0%, #D6E7FE 100%);
    box-shadow: 0px 5px 6px 0px rgba(3, 45, 99, 0.0600);

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .h5-menu-box .menu-button img {
    width: 17px;
  }

  .eol-header-outer-h5 #location a img {
    width: 13px;
    margin-right: 5px;
  }

  .eol-header-outer-h5 #location a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #004EB3;
  }

  .h5-menu-outer-active {
    height: 40px;
    background: linear-gradient(0deg, #FBFDFF 0%, #D6E7FE 100%);
    line-height: 40px;
    border-top: 1px solid #8FAED8;
    border-bottom: 1px solid #CBDEFC;
    display: none;
    box-sizing: border-box;
  }

  .h5-menu-active {
    display: flex;
    justify-content: space-between;
    margin-top: -1px;

  }

  .h5-menu-outer-active .item {
    display: flex;
    align-items: center;
  }

  .h5-menu-outer-active .item:nth-child(1) {
    padding-left: 14px;
  }

  .h5-menu-outer-active .item:nth-child(1) a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #004EB3;
  }

  .h5-menu-outer-active .item:nth-child(1) img {
    width: 13px;
    margin-bottom: 2px;
    margin-right: 5px;
  }

  .h5-menu-outer-active .item:nth-child(2) {
    font-size: 14px;
    color: #4D6B92;
  }

  .h5-menu-outer-active .item:nth-child(3) {
    padding-right: 14px;
  }

  .h5-menu-outer-active .item:nth-child(3) img {
    width: 14px;
  }

  .h5-menu-outer-active .menu-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(3, 45, 99, 0.4300);
    border-radius: 0px 0px 5px 5px;
    padding: 28px 13px 28px 17px;
  }

  .menu-box {
    display: flex;
    flex-direction: column;
  }

  .menu-box .title {
    font-size: 13px;
    font-weight: bold;
    color: #001D3F;
    margin-bottom: 15px;
  }

  .menu-box .menu-body {
    display: flex;
  }

  .menu-box .menu-body a {
    padding: 0 12px;
    height: 22px;
    line-height: 22px;
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    border-radius: 2px;
    font-size: 12px;
    color: #666666;
    margin: 0 9px 20px 0;
  }

  .menu-box .menu-body a:last-child {
    margin-right: 0;
  }

  .h5-menu-outer-active .mask {
    background: rgba(46, 46, 46, .5);
    position: relative;
    z-index: 9999;
    overflow-y: scroll;
  }

  .right-menu #location {
    margin: 0;
  }

  .eol-header-box.h5 {
    z-index: 99999999;
  }

  .article-list .left-list .other.h5 {
    display: flex;
  }




  .h5-menu-box a.active {
    font-weight: bold;
    color: #004EB3;
    position: relative;
  }

  .h5-menu-box a.active::before {
    content: "";
    position: absolute;
    bottom: 6px;
    display: inline-block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background-color: #004EB3;
    left: 50%;
    transform: translateX(-50%);
  }

  .h5-menu-box a:nth-child(19):before {
    left: 30%;
  }

  .h5-menu-box a:nth-child(5) {
    display: none;
  }



}</pre></body></html>