@charset "UTF-8";
@font-face {
  font-family: "OPPOSans-B";
  src: url("./OPPOSans-B/OPPOSans-B.eot") format("embedded-opentype"), url("./OPPOSans-B/OPPOSans-B.ttf") format("truetype"), url("./OPPOSans-B/OPPOSans-B.woff") format("woff");
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype"), url("./YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff");
}
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #c8c8c8;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #c8c8c8;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #c8c8c8;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #c8c8c8;
}

.placeholder {
  color: #c8c8c8;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 0px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

::-webkit-scrollbar-corner {
  background: 0 0;
}

/* 通用样式 */
.container {
  width: 1420px;
  margin: 0 auto;
}

html {
  height: 100%;
}

body {
  position: relative;
  overflow: auto;
  min-height: 100%;
  background: #faf8fb;
  box-sizing: border-box;
}
body.hasfooter {
  min-height: 100%;
  padding-bottom: 300px;
}

/* 头部 */
.header {
  height: 70px;
  background: url("../images/header_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.header .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 43px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  background: url("../images/header_logo.png") no-repeat left center;
}
.header-nav {
  display: flex;
}
.header-nav-item {
  margin: 0 13px;
  position: relative;
}
.header-nav-item:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 2px;
  bottom: 0;
  background: transparent;
  transition: all 0.3s;
}
.header-nav-item.current:before {
  background: #fff;
  width: 100%;
  left: 0;
}
.header-nav-item.current > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
}
.header-nav-item:hover:before {
  background: #fff;
  width: 100%;
  left: 0;
}
.header-nav-item:hover > a {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.header-nav-item > a {
  display: block;
  height: 70px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 70px;
  padding: 0 10px;
  transition: all 0.3s;
}
.header-login {
  position: absolute;
  right: 0;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
}
.header-register {
  display: flex;
}
.header-register-btn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}
.header-register-btn + .header-register-btn {
  margin-left: 20px;
  position: relative;
}
.header-register-btn + .header-register-btn:before {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}
.header-search {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-right: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid transparent;
  border-radius: 36px;
  transition: all 0.3s;
  cursor: pointer;
}
.header-search.show {
  width: auto;
  cursor: default;
  border: 1px solid #dedede;
}
.header-search.show .header-search-input {
  opacity: 1;
  width: 168px;
  padding: 0 0 0 14px;
}
.header-search.show .header-search-btn {
  margin-right: 6px;
}
.header-search-input {
  width: 0;
  height: 34px;
  padding: 0;
  height: 100%;
  border-radius: 34px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  outline: none;
  opacity: 0;
  transition: all 0.3s;
}
.header-search-btn {
  width: 34px;
  height: 34px;
  background: url("../images/header_search.png") no-repeat center;
  transition: all 0.3s;
  border-radius: 50%;
}
.header-info {
  display: flex;
  position: relative;
}
.header-info:hover .header-menu {
  display: block;
}
.header-info-avator {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
}
.header-info-avator > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.header-info-name {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
.header-menu {
  display: none;
  position: absolute;
  width: 103px;
  padding: 10px 2px;
  border-radius: 5px;
  background: #fff;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
.header-menu:before {
  position: absolute;
  content: "";
  left: 0;
  top: -12px;
  width: 100%;
  height: 12px;
}
.header-menu-item > a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
.header-menu-item:hover > a {
  color: #0967ce;
  background: #f5f8fa;
}

/* 底部 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  min-height: 178px;
  background: url("../images/footer_bg.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 10;
}
.footer .friend-list {
  display: flex;
  padding: 30px 0 20px;
}
.footer .friend-item {
  flex: 1;
  margin: 0 6px;
}
.footer .friend-item:first-child {
  margin-left: 0;
}
.footer .friend-item:last-child {
  margin-right: 0;
}
.footer .friend-item .chosen-container-single .chosen-single span,
.footer .friend-item .active-result {
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  padding: 0;
}
.footer .friend-item .chosen-container-single .chosen-single {
  height: 38px;
}
.footer .friend-item .chosen-container-single .chosen-single div {
  width: 25px;
}
.footer .friend-item .chosen-container-single .chosen-single div b {
  background: url("../images/footer_arrow.png") no-repeat left center;
}
.footer .row-wrap {
  position: relative;
  z-index: 20;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .row-wrap .row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}

.footer .row-wrap .info {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 8px;
}

/* 下拉按钮样式 */
.footer .footer-dropdown {
  position: relative;
  width: 100%;
}

.footer .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.footer .dropdown-toggle:hover {
  border-color: #3386ec;
  box-shadow: 0 0 0 0.2rem rgba(51, 134, 236, 0.25);
  background: rgba(255, 255, 255, 0.95);
}

.footer .dropdown-toggle.active {
  border-color: #3386ec;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 5px rgba(51, 134, 236, 0.1);
}

.footer .toggle-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.footer .toggle-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  transition: transform 0.3s ease;
}

.footer .toggle-arrow.rotate {
  transform: rotate(180deg);
}

/* 平铺内容区域样式 */
.footer .dropdown-content-container {
  display: none;
  margin: 15px 0 20px 0;
  padding: 25px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer .dropdown-content {
  width: 100%;
}

.footer .link-categories {
  width: 100%;
}

.footer .category-row {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .category-link {
  flex: 1;
  min-width: 180px;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  text-decoration: none;
  color: #495057;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 500;
}

.footer .category-link:hover {
  background: #e9ecef;
  color: #3386ec;
  border-color: #3386ec;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(51, 134, 236, 0.15);
}

/* 部门链接样式 */
.footer .department-links {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.footer .dept-link {
  padding: 8px 12px;
  text-decoration: none;
  color: #495057;
  font-size: 13px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 400;
}

.footer .dept-link:hover {
  background: #e9ecef;
  color: #3386ec;
  border-color: #3386ec;
  transform: translateY(-1px);
  box-shadow: 0 1px 4px rgba(51, 134, 236, 0.1);
}

/* banner */
.banner {
  height: 400px;
  background-size: cover !important;
}
.banner .container {
  padding-top: 70px;
  padding-left: 30px;
  box-sizing: border-box;
}
.banner-tt {
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
}
.banner-con {
  width: 1000px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
}

.common {
  /* 导航切换 */
}
.common-nav {
  margin-top: -90px;
  overflow: hidden;
}
.common-nav-ico {
  color: #333;
  font-size: 22px;
  line-height: 48px;
  padding-left: 68px;
  background-repeat: no-repeat;
  background-position: left center;
}
.common-nav-ico.ico1 {
  background-image: url("../images/ico_1.png");
}
.common-nav-ico.ico2 {
  background-image: url("../images/ico_2.png");
}
.common-nav-ico.ico3 {
  background-image: url("../images/ico_3.png");
}
.common-nav-ico.ico4 {
  background-image: url("../images/ico_4.png");
}
.common-nav-ico.ico5 {
  background-image: url("../images/ico_5.png");
}
.common-nav-ico.ico6 {
  background-image: url("../images/ico_6.png");
}
.common-nav-ico.ico7 {
  background-image: url("../images/ico_7.png");
}
.common-nav-ico.ico8 {
  background-image: url("../images/ico_8.png");
}
.common-nav-ico.ico9 {
  background-image: url("../images/ico_9.png");
}
.common-nav-ico.ico10 {
  background-image: url("../images/ico_10.png");
}
.common-nav-ico.ico11 {
  background-image: url("../images/ico_11.png");
}
.common-nav-ico.ico12 {
  background-image: url("../images/ico_12.png");
}
.common-nav-ico.ico13 {
  background-image: url("../images/ico_13.png");
}
.common-nav-ico.ico14 {
  background-image: url("../images/ico_14.png");
}
.common-nav-ico.ico15 {
  background-image: url("../images/ico_15.png");
}
.common-nav-ico.ico16 {
  background-image: url("../images/ico_16.png");
}
.common-nav-ico.ico17 {
  background-image: url("../images/ico_17.png");
}
.common-iframe iframe {
  height: 0;
}

.nav-swiper-wrap {
  position: relative;
}
.nav-swiper-wrap .swiper-button-next,
.nav-swiper-wrap .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/ico_next.png");
  right: -58px;
  left: auto;
}
.nav-swiper-wrap .swiper-button-prev,
.nav-swiper-wrap .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/ico_prev.png");
  left: -58px;
  right: auto;
}
.nav-swiper-wrap .swiper-button-next,
.nav-swiper-wrap .swiper-button-prev {
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  background-size: 42px 42px;
}
.nav-swiper.morefive .swiper-wrapper .swiper-slide {
  flex: none;
}
.nav-swiper.morefive .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-left: 0;
}
.nav-swiper .swiper-wrapper {
  height: 90px;
}
.nav-swiper .swiper-wrapper .swiper-slide {
  width: 0;
  flex: 1;
  cursor: pointer;
  height: 80px;
  border-radius: 10px 10px 0 0;
  background: rgba(249, 251, 255, 0.85);
  backdrop-filter: blur(5px);
  margin-top: 10px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.nav-swiper .swiper-wrapper .swiper-slide:hover .common-nav-ico {
  color: #0967ce;
}
.nav-swiper .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-left: 20px;
}
.nav-swiper .swiper-wrapper .swiper-slide.active {
  height: 90px;
  margin-top: 0;
  background: linear-gradient(180deg, #fff 27%, #f8fafb 100%);
}
.nav-swiper .swiper-wrapper .swiper-slide.active .common-nav-ico {
  color: #0967ce;
  font-weight: 600;
}

.sub-swiper-bds.iframe-bds .sub-swiper-wrap {
  margin-top: 0;
}
.sub-swiper-wrap {
  position: relative;
  margin-top: 24px;
}
.sub-swiper-wrap .swiper-button-next,
.sub-swiper-wrap .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/ico_next.png");
  right: -58px;
  left: auto;
}
.sub-swiper-wrap .swiper-button-prev,
.sub-swiper-wrap .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/ico_prev.png");
  left: -58px;
  right: auto;
}
.sub-swiper-wrap .swiper-button-next,
.sub-swiper-wrap .swiper-button-prev {
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  background-size: 42px 42px;
}
.sub-swiper-wrap.morefive .swiper-wrapper .swiper-slide {
  flex: none;
}
.sub-swiper-wrap.morefive .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-left: 0;
}
.sub-swiper .swiper-wrapper {
  display: flex;
}
.sub-swiper .swiper-slide {
  flex: 1;
  width: 0;
  height: 50px;
  background: #e1e6e9;
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
}
.sub-swiper .swiper-slide.active {
  background: #3386ec;
  color: #fff;
  font-weight: 600;
}
.sub-swiper .swiper-slide:hover {
  background: #3386ec;
  color: #fff;
}
.sub-swiper .swiper-slide + .swiper-slide {
  margin-left: 2px;
}
.sub-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-title2 > h2 {
  position: relative;
  width: 160px;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}
.sub-title2 > h2:before {
  position: absolute;
  content: "";
  width: 606px;
  height: 23px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/title_l2.png") no-repeat center;
}
.sub-title2 > h2:after {
  position: absolute;
  content: "";
  width: 606px;
  height: 23px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/title_r2.png") no-repeat center;
}

/* 通用阴影内容 */
.common-wrap {
  padding: 24px 0;
}

.common-content {
  padding: 24px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* 标题 */
.sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-title > h2 {
  position: relative;
  color: #0967ce;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.sub-title > h2:before {
  position: absolute;
  content: "";
  width: 300px;
  height: 16px;
  left: -315px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/title_l.png") no-repeat center;
}
.sub-title > h2:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 16px;
  right: -315px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/title_r.png") no-repeat center;
}

/* 表单 */
.form-form {
  margin: 22px 0;
}
.form-row {
  display: flex;
  align-items: flex-start;
  padding: 8px 0;
}
.form-label {
  width: 25.4%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  padding-right: 10px;
  box-sizing: border-box;
}
.form-label.required::before {
  content: "*";
  color: #ff0b0b;
}
.form-control {
  width: 58.1%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.form-control label.error {
  position: absolute;
  left: 0;
  top: 100%;
  color: #ff0b0b;
  font-size: 12px;
  line-height: 16px;
}
.form-control .chosen-container-single .chosen-single {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-sizing: border-box;
  box-shadow: none !important;
}
.form-control .chosen-container-single .chosen-single span {
  line-height: 30px;
}
.form-control .form-hidden.error + .error + .form-combobox + .chosen-container-single .chosen-single {
  border-color: #ff0b0b;
}
.form-combobox, .form-textbox {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
}
.form-combobox.error, .form-textbox.error {
  border-color: #ff0b0b;
}
.form-submit {
  display: block;
  width: 130px;
  height: 48px;
  border-radius: 4px;
  background: #3386ec;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  margin: 32px auto 0;
}
.form-submit:hover {
  background-color: #0967ce;
}
.form-hidden {
  height: 0;
  opacity: 0;
  border: 0;
  pointer-events: none;
}

/* 分页 */
.pager-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.pager-wrap .layui-laypage {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager-wrap .layui-laypage-btn {
  display: none;
}
.pager-wrap .layui-laypage a,
.pager-wrap .layui-laypage span {
  height: 34px;
  padding: 0 11px;
  border: 2px solid #ecedf2;
  background: #fff;
  box-sizing: border-box;
  margin: 0 3px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.pager-wrap .layui-laypage a:hover {
  border-color: #3386ec;
  color: #3386ec;
}
.pager-wrap .layui-laypage .layui-input {
  width: 34px;
  height: 34px;
  border: 2px solid #ecedf2;
  background: #fff;
  box-sizing: border-box;
  margin: 0 6px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.pager-wrap .layui-laypage .layui-laypage-curr {
  border-color: #3386ec;
}
.pager-wrap .layui-laypage .layui-laypage-curr .layui-laypage-em {
  display: none;
}
.pager-wrap .layui-laypage .layui-laypage-curr em {
  display: block;
  color: #3386ec;
  font-size: 14px;
  line-height: 30px;
}
.pager-wrap .layui-laypage .layui-laypage-skip {
  border: 0;
  display: flex;
  color: #666;
  font-size: 14px;
  line-height: 34px;
}
.pager-wrap .layui-laypage .layui-laypage-next,
.pager-wrap .layui-laypage .layui-laypage-prev {
  padding: 0;
}
.pager-wrap .layui-laypage .layui-laypage-next.layui-disabled,
.pager-wrap .layui-laypage .layui-laypage-prev.layui-disabled {
  border-color: #ecedf2;
  background: #ecedf2;
}
.pager-wrap .layui-laypage .layui-laypage-next.layui-disabled .page-arrow,
.pager-wrap .layui-laypage .layui-laypage-prev.layui-disabled .page-arrow {
  background: url("../images/pager_next_dis.png") no-repeat center;
}
.pager-wrap .layui-laypage .page-arrow {
  width: 30px;
  height: 30px;
  background: url("../images/pager_next.png") no-repeat center;
}
.pager-wrap .layui-laypage .layui-laypage-prev .page-arrow {
  transform: rotateZ(180deg);
}

.public-flex {
  display: flex;
  align-items: flex-start;
}
.public-content-left {
  flex: 1;
  width: 0;
}
.public-content-right {
  padding-top: 0;
  flex-shrink: 0;
  margin-left: 24px;
  width: 356px;
  box-sizing: border-box;
}
.public-content-right .public-hd {
  height: 80px;
}
.public-content-right .public-tt {
  height: 80px;
  line-height: 78px;
}
.public-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.public-tt {
  height: 60px;
  line-height: 58px;
  color: #666;
  font-size: 22px;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.3s;
}
.public-tt + .public-tt {
  margin-left: 40px;
}
.public-tt.active {
  color: #333;
  font-weight: bold;
  border-color: #3386ec;
}
.public-more {
  padding-right: 19px;
  color: #666;
  font-size: 16px;
  background: url("../images/ico_more.png") no-repeat right center;
}
.public-more:hover {
  color: #3386ec;
  background-image: url("../images/ico_more_h.png");
}
.public-list-item {
  position: relative;
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  line-height: 30px;
  color: #3b3636;
  font-size: 18px;
  background: url("../images/ico_star.png") no-repeat left center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  box-sizing: border-box;
  transition: all 0.3s;
}
.public-list-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  border-bottom: 1px solid #3386ec;
  transition: all 0.5s;
}
.public-list-item:hover {
  padding-left: 34px;
  color: #3386ec;
  background-image: url("../images/ico_star_h.png");
}
.public-list-item:hover .date {
  color: #3386ec;
}
.public-list-item:hover:after {
  width: 100%;
}
.public-list-item .title {
  flex: 1;
  width: 0;
}
.public-list-item .date {
  margin-left: 30px;
  flex-shrink: 0;
  color: #999;
}
.public-none {
  padding-top: 177px;
  color: #666;
  font-size: 16px;
  text-align: center;
  background: url("../images/none_ico.png") no-repeat center top;
}
.public-none a {
  color: #3386ec;
  transition: all 0.3s;
}
.public-none a:hover {
  color: #0967ce;
}
.public-column + .public-column {
  margin-top: 30px;
}
.public-column-hd {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  line-height: 28px;
}
.public-column-tt {
  padding-left: 13px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background: url("../images/column_tt.png") no-repeat left center;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 条件筛选 */
.condition-line {
  display: flex;
}
.condition-line.expand .condition-more {
  background-image: url("../images/arrow_up.png");
}
.condition-line + .condition-line {
  margin-top: 6px;
}
.condition-label {
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 16px;
  text-align: right;
}
.condition-con {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1;
  height: 38px;
  margin-right: -6px;
  overflow: hidden;
}
.condition-item {
  box-sizing: border-box;
  margin: 0 6px 6px 0;
  padding: 0 15px;
  height: 32px;
  color: #333;
  font-size: 16px;
  line-height: 32px;
  border-radius: 28px;
  transition: all 0.3s;
  cursor: pointer;
  user-select: none;
}
.condition-item:hover {
  color: #3386ec;
}
.condition-item.current {
  color: #fff;
  background-color: #1f6de8;
}
.condition-more {
  box-sizing: border-box;
  margin-left: 26px;
  margin-top: 4px;
  padding-right: 18px;
  height: 24px;
  color: #1f6de8;
  line-height: 24px;
  background: url("../images/arrow_down.png") no-repeat right center;
  cursor: pointer;
  user-select: none;
}
.condition-search {
  position: relative;
  margin: 18px auto 0;
  width: 500px;
}
.condition-search-ipt {
  padding: 0 48px 0 20px;
  width: 100%;
  height: 38px;
  line-height: 36px;
  color: #333;
  font-size: 16px;
  background: #f8fafd;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 48px;
}
.condition-search-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/ico_search.png") no-repeat center;
}

/* 面包屑 */
.location {
  display: flex;
  margin-bottom: 24px;
  padding-left: 20px;
  background: url("../images/location_ico.png") no-repeat left center;
}
.location > a {
  color: #969696;
  font-size: 14px;
  line-height: 20px;
}
.location-arrow {
  color: #969696;
  margin: 0 5px;
}
.location-current {
  color: #3386ec;
}

/* 登录页弹窗 */
.popup-login.layui-layer {
  border-radius: 10px;
}
.popup-login.layui-layer .layui-layer-content {
  border-radius: 10px;
  overflow: hidden;
}
.popup-login.layui-layer .layui-layer-setwin {
  right: 0;
  top: 0;
}
.popup-login.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: -30px;
  top: -30px;
  width: 32px;
  height: 32px;
  background: url("../images/login_close.png") no-repeat center;
}

/* 通用弹窗 */
.popup-common.layui-layer {
  border-radius: 4px;
}
.popup-common.layui-layer .layui-layer-title {
  height: 53px;
  line-height: 53px;
  color: #333;
  font-size: 18px;
}
.popup-common.layui-layer .layui-layer-content {
  border-radius: 4px;
  overflow: hidden;
}
.popup-common.layui-layer .layui-layer-setwin {
  right: 0;
  top: 0;
}
.popup-common.layui-layer .layui-layer-setwin .layui-layer-close {
  right: 14px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("../images/popup_close.png") no-repeat center;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
  
  .footer .department-links {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 992px) {
  .footer .friend-list {
    flex-wrap: wrap;
  }
  
  .footer .friend-item {
    flex: 0 0 48%;
    margin-bottom: 15px;
  }
  
  .footer .department-links {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .footer .category-link {
    min-width: 150px;
  }
}

@media (max-width: 768px) {
  .footer .friend-item {
    flex: 0 0 100%;
  }
  
  .footer .department-links {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer .row {
    flex-direction: column;
    align-items: center;
  }
  
  .footer .info {
    margin: 0 0 5px 0;
  }
  
  .footer .dropdown-toggle {
    padding: 10px 15px;
    font-size: 14px;
  }
  
  .footer .dropdown-content-container {
    padding: 20px;
    margin: 15px 0 15px 0;
  }
  
  .footer .category-link {
    min-width: 120px;
    padding: 10px 12px;
    font-size: 13px;
  }
  
  .footer .row-wrap {
    margin-top: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 576px) {
  .footer .department-links {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer .category-row {
    flex-direction: column;
  }
  
  .footer .category-link {
    min-width: auto;
    margin: 0 0 8px 0;
  }
  
  .footer .dropdown-content-container {
    padding: 15px;
  }
  
  .footer .dept-link {
    padding: 6px 8px;
    font-size: 12px;
  }
}
