<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.header {
  position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
  height: 72px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  transition: background-color 0.5s;
}
.header .top {
  width: 1400px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  cursor: pointer;
  width: 183px;
  height: 38px;
}
.header .logo img + img {
  display: none;
}
.header .search_form {
  width: 276px;
}
.header .search_form .el-input__inner {
  border-radius: 0;
  height: 39px;
  line-height: 39px;
  padding-left: 0;
  border-right: none;
  border-left: none;
  border-color: #00a2ff;
}
.header .search_form .el-input-group__prepend {
  background: #fff;
  border-color: #00a2ff;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .search_form .el-input-group__prepend .el-select {
  width: 76px;
}
.header .search_form .el-input-group__prepend .el-select .el-input__inner {
  background: transparent !important;
  padding: 0 0 0 16px;
  color: #666666;
}
.header .search_form .el-input-group__append {
  background: #fff;
  border-radius: 0 6px 6px 0;
  border-color: #00a2ff;
  padding: 0 16px 0 0;
  font-size: 16px;
  color: #1484ff;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .search_form .el-input-group__append i {
  cursor: pointer;
}
.header .user_info {
  display: flex;
  cursor: default;
  align-items: center;
}
.header .user_info .user_avatar {
  width: 44px;
  height: 44px;
  margin-right: 6px;
}
.header .user_info span {
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #666666;
  transition: color 0.5s;
  line-height: 24px;
  margin: 0 4px;
}
.header .nav {
  display: flex;
  flex-wrap: wrap;
}
.header .nav .nav_item {
  position: relative;
  height: 100%;
  line-height: 72px;
  text-align: center;
  font-size: 18px;
  padding: 0 15px;
}
.header .nav .nav_item a {
  font-family: MicrosoftYaHei;
  transition: color 0.5s;
  color: #333;
}
.header .nav .nav_item.active a {
  color: #1484ff;
}
.header .ykxt_box {
  width: 149px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px;
  cursor: pointer;
}
.header .ykxt_box img {
  width: 25px;
  height: 23px;
}
.header .ykxt_box .ykxt_icon {
  display: block;
}
.header .ykxt_box .ykxt_white_icon {
  display: none;
}
.header .ykxt_box .text {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
}

.footer {
  background: #2d3742;
  margin-top: 130px;
}
.footer .friend_links {
  width: 1260px;
  margin: 0 auto;
  padding: 24px 0;
}
.footer .friend_links .friend_title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 19px;
  margin-right: 12px;
}
.footer .friend_links .link {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: rgba(255, 255, 255, 0.7);
  line-height: 19px;
}
.footer .friend_links .link + .link {
  margin-left: 20px;
}
.footer .friend_links .link:hover {
  color: #46aeff;
}
.footer .footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 1260px;
  height: 104px;
  margin: 0 auto;
  border-bottom: 1px solid #4f4f4f;
}
.footer .footer_top .footer_top_item + .footer_top_item {
  margin-left: 51px;
}
.footer .footer_top .footer_top_item img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.footer .footer_top .footer_top_item span {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 21px;
}
.footer .footer-bottom {
  height: 44px;
  background-color: #222222;
}
.footer .footer-bottom .bottom-data {
  width: 1260px;
  margin: 0 auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #7a7979;
}
.footer .footer-bottom .bottom-data span {
  margin-right: 8px;
}
.footer .footer-bottom .bottom-data img {
  width: 18px;
  height: 20px;
  margin-right: 8px;
}
.footer .footer-bottom .bottom-data a {
  color: #7a7979;
  margin-right: 8px;
}

/* 特殊处理思政的头部底部样式 以下主要是覆盖上面的样式，如果后续页面复杂，建议复制出来重新写 */
.politics_footer {
  background: #c31010 url("../images/politicsHome/footer_bg.png") no-repeat center center;
}
.politics_footer .footer_top {
  border-color: #cf8c82;
}
.politics_footer .footer-bottom {
  background: transparent;
  border-top: 1px solid #cf8c82;
}
.politics_footer .footer-bottom .bottom-data,
.politics_footer .footer-bottom .bottom-data a {
  color: rgba(255, 255, 255, 0.5);
}

.politics_header {
  height: 120px;
  box-shadow: none;
  background: #c31010;
}
.politics_header.nav_auto_height .nav_bg {
  height: auto;
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1);
}
.politics_header.nav_auto_height .nav_bg .down_more {
  transform: rotateZ(180deg);
}
.politics_header .top {
  width: 1200px;
  height: 60px;
}
.politics_header .top .logo {
  margin-right: 16px;
}
.politics_header .top span {
  font-size: 22px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  max-width: 340px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.politics_header .nav_bg {
  background: #fff;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.politics_header .nav_bg .nav {
  position: relative;
  margin: 0 auto;
  left: -138px;
  width: 984px;
}
.politics_header .nav_bg .nav .nav_item {
  width: 108px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
.politics_header .nav_bg .nav .nav_item:first-child {
  width: auto;
}
.politics_header .nav_bg .nav .nav_item a {
  font-family: MicrosoftYaHei;
  color: #342828;
}
.politics_header .nav_bg .nav .nav_item.active a {
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #c31010;
}
.politics_header .nav_bg .nav .nav_item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9.5px;
  width: 19px;
  height: 2px;
  background: #c31010;
  border-radius: 3px;
}
.politics_header .nav_bg .nav .nav_item .down_more {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 100%;
  right: -50px;
  background: url("../images/politicsHome/nav_down.png") no-repeat center center;
}
.politics_header .search_form .el-input__inner {
  border-radius: 6px 0 0 6px;
  padding-left: 20px;
  border-color: transparent;
}
.politics_header .search_form .el-input-group__append {
  border-color: transparent;
  color: #c31010;
}
</pre></body></html>