.b5 {
  height: 5px;
  font-size: 1px;
}
.b6 {
  height: 6px;
  font-size: 1px;
}
.b8 {
  height: 8px;
  font-size: 1px;
}
.b10 {
  height: 10px;
  font-size: 1px;
}
.b15 {
  height: 15px;
  font-size: 1px;
}
.b20 {
  height: 20px;
  font-size: 1px;
}
.b25 {
  height: 25px;
  font-size: 1px;
}
.b30 {
  height: 30px;
  font-size: 1px;
}
.b40 {
  height: 40px;
  font-size: 1px;
}
.b50 {
  height: 50px;
  font-size: 1px;
}
.b60 {
  height: 60px;
  font-size: 1px;
}
.b100 {
  height: 100px;
  font-size: 1px;
}
.dsn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.fb {
  font-weight: bold;
}
.cp {
  cursor: pointer;
}
.px20 {
  font-size: 20px;
}
.px18 {
  font-size: 18px;
}
.px16 {
  font-size: 16px;
}
.px15 {
  font-size: 15px;
}
.px14 {
  font-size: 14px;
}
.px13 {
  font-size: 13px;
}
.px12 {
  font-size: 12px;
}
.px11 {
  font-size: 11px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mlr5 {
  margin: 0 5px;
}
.mlr10 {
  margin: 0 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml20 {
  margin-left: 20px;
}
.pr10 {
  padding-right: 10px;
}

.t_l {
  text-align: left;
}
.t_r {
  text-align: right;
}
.t_c {
  text-align: center;
}
.f_b {
  font-weight: bold;
}
.f_n {
  font-weight: normal;
}
.f_white {
  color: white;
}
.f_gray {
  color: #666666;
}
.f_orange {
  color: #ff6600;
}
.f_red {
  color: #ff0000;
}
.f_blue {
  color: #003eaa;
}
.f_green {
  color: #2ba245;
}
.f_dblue {
  color: #007aff;
}
.back2top {
  width: 50px;
  height: 50px;
  position: fixed;
  _position: absolute;
  right: 50px;
  bottom: 60px;
  _bottom: auto;
  cursor: pointer;
  display: none;
}
.back2top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/backtop.png") no-repeat;
}
/* .back2top a:hover {
  background: url("images/back2top.png") no-repeat -38px 0;
} */

.index-zoom-tip {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  right: 0;
  top: 40px;
  width: 340px;
  padding: 6px 30px 6px 20px;
  display: none;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.index-zoom-tip .iconfont {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  opacity: 0.5;
  transition: 0.2s linear all;
}

.index-zoom-tip .line {
  width: 4px;
  background-color: #006ac0;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 6px;
}

.w {
  width: 1400px;
  margin: 0 auto;
}

.top-naver {
  color: #333333;

  box-shadow: 0px 4px 6px 0px rgba(221, 221, 221, 0.5);
  background-color: #fbfbfb;
}
.top-naver .w {
  height: 60px;
}
.top-naver div:not(:first-child) {
  margin-left: 20px;
}
.top-naver div img {
  margin-right: 5px;
}
.top-naver .date {
  margin-left: 142px !important;
}
.top-naver .icons {
  color: #3872cf;
  display: flex;
  align-items: center;
}
.top-naver .icons a {
  margin-left: 20px;
}
.top-naver .icons .icon{
}
.top-naver .icons .wx {
  cursor: pointer;
}
.top-naver .elder {
  width: 100px;
  height: 32px;
  border-radius: 17px;
  border: 1px solid #3872cf;
  color: #3872cf;
  text-align: center;
  line-height: 30px;
}

.top-naver .login {
  margin: 0 auto 0 0;
}
.top-naver .login a {
  margin: 0 11px;
}
.top-naver .ipv6 {
  width: 129px;
  height: 32px;
  background: #249521;
  border-radius: 17px;
  color: #fff;
}

.o-navList {
  background-color: #015293;
}
.o-navList .w {
  position: relative;
}
.o-navList .nav {
  display: block;
  color: #ffffff;
  font-size: 20px;
  flex: 1 1 auto;
  text-align: center;
}
.o-navList .nav.active {
  background-color: #0C67B0;
  border-bottom: 4px solid #D41819;
}
.o-navList .nav .catname {
  display: block;
  padding: 15px 0;
}
.o-navList .nav .submenu {
  width: 100%;
  height: 0;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  display: flex;
  top: 56px;
  z-index: 9;
  left: 0;
  overflow: hidden;
  display: flex;
}
.o-navList .nav .submenu a {
  flex: 1;
  height: 62px;
  background: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
}
.o-navList .nav .submenu a:hover {
  color: #015293;
  background: #f1f6ff;
}
.o-navList .nav .submenu a img {
  height: 30px;
  margin-right: 28px;
}
.o-navList .nav .submenu a:not(:first-child) {
  margin-left: 20px;
}
.o-navList .nav:hover {
  background-color: #0C67B0;
}
.o-navList .nav:hover .catname {
  color: #fff !important;
}
.o-navList .nav:hover .submenu {
  transition: 0.5s;
  height: 102px;
  padding: 20px 30px;
  box-shadow: 0px 20px 34px 10px rgba(111, 111, 111, 0.25);
}
.head-search {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.head-search .logo img {
  width: 380px;
}
.head-search .logo .gh {
  width: 110px;
  margin-right: 10px;
}
.head-search .search form {
  display: flex;
  position: relative;
}
.head-search .search form .filterable {
  position: absolute;
  top: 48px;
  width: 422px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 20px 3px rgba(187, 185, 185, 0.25);
}
.head-search .search form .filterable a {
  display: flex;
  padding: 10px 20px;
  color: #474747;
  justify-content: space-between;
}
.head-search .search form .filterable a:hover {
  background: rgba(128, 128, 128, 0.45);
}
.head-search .search form .filterable a .of1 {
  max-width: 200px;
}
.head-search .search form input {
  width: 422px;
  height: 48px;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  border: 1px solid #cccccc;
  border-right: none;
  outline: none;
  padding: 0 17px;
  font-size: 16px;
}
.head-search .search form button {
  width: 128px;
  height: 48px;
  background: #ffffff;
  border-radius: 0 4px 4px 0;
  border: none;
  background-color: #015293;
  font-size: 18px;
  color: #fff;
}
.head-search .search .hot-search {
  margin-top: 16px;
  font-size: 14px;
  width: 550px;
}
.head-search .search .hot-search a {
  color: #999999;
}

.navigation-link {
  background-color: #015293;
  padding: 31px 0;
  border-bottom: 1px solid #85b0e7;
}
.navigation-link .w .select_wrap {
  position: relative;
}
.navigation-link .w .select_wrap .select {
  width: 256px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 0 11px;
  font-size: 15px;
  color: #fff;
}
.navigation-link .w .select_wrap .select .ipt {
  height: 100%;
  cursor: pointer;
}
.navigation-link .w .select_wrap .select .options {
  position: absolute;
  top: 68px;
  left: 0;
  width: 1400px;
  max-height: 0;
  background: rgba(28, 69, 121, 0.95);
  overflow-y: scroll;
  transition: 0.5s;
}
.navigation-link .w .select_wrap .select .options .pd10 {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.navigation-link .w .select_wrap .select .options .pd10 .item {
  width: 20%;
  padding: 10px;
}
.navigation-link .w .select_wrap .select .options .pd10 .item .option:hover {
  color: #fff !important;
  text-decoration: underline;
}
.navigation-link .w .select_wrap .select:hover {
  background: rgba(255, 255, 255, 0.1);
}
.navigation-link .w .select_wrap .select.on {
  background: rgba(255, 255, 255, 0.1);
}

.footer {
  padding: 50px 0;
  background-color: #015293;
  color: #fff;
}
.footer .w .left {
  width: 180px;
}
.footer .w .mid {
  margin-left: 50px;
  padding-left: 30px;
  border-left: 1px solid #85b0e7;
}
.footer .w .mid p {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.footer .w .mid p span {
  margin-right: 48px;
}
.footer .w .mid p a img {
  margin-right: 5px;
}
.footer .w .mid p a:hover {
  color: #ffffcc !important;
}
.footer .w .mid div a {
  margin-right: 10px;
}
.footer .w .mid div img {
  width: 150px;
}
.footer .w .right a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 22px;
}
.footer .w .right a:hover {
  color: #fff !important;
  text-decoration: none;
}
.footer .w .right a .iconfont {
  width: 40px;
  height: 40px;
  background: rgba(61, 139, 200, 0.5);
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .w .right a .t {
  font-size: 14px;
  margin-top: 12px;
}
.sidebar {
  position: fixed;
  bottom: 150px;
  right: 40px;
  z-index: 999;
}
.sidebar div {
  margin: 5px 0;
  background-color: #fff;
  box-shadow: 0px 4px 11px 1px rgba(154, 154, 154, 0.25);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar div:hover {
  background-color: #015293;
}
.sidebar div:hover .icon.wx {
  background-position: -60px -13px;
}
.sidebar div:hover .icon.email {
  background-position: -61px -82px;
}
.sidebar div:hover .icon.phone {
  background-position: -64px -142px;
}
.sidebar div:hover .icon.wifi {
  background-position: -60px -210px;
}
.sidebar div:hover .icon.share {
  background-position: -61px -269px;
}
.sidebar div .icon {
  transition: 0.5s;
  display: block;
  background: url(images/icons2.png) no-repeat;
}
.sidebar div .icon.wx {
  width: 30px;
  height: 25px;
  background-position: -10px -13px;
}
.sidebar div .icon.email {
  width: 28px;
  height: 23px;
  background-position: -11px -82px;
}
.sidebar div .icon.phone {
  width: 22px;
  height: 30px;
  background-position: -14px -142px;
}
.sidebar div .icon.wifi {
  width: 30px;
  height: 25px;
  background-position: -10px -210px;
}
.sidebar div .icon.share {
  width: 27px;
  height: 32px;
  background-position: -11px -269px;
}
.b10 {
  width: 1400px;
  margin: 0 auto;
  height: 10px;
  background-color: #f5f5f5;
}
.breadcrumb {
  margin: 20px auto;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.breadcrumb a:hover::before {
  color: #000000;
}
.breadcrumb a:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
}
.pages {
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.pages a:link,
.pages a:visited,
.pages a:active {
  background: #ffffff;
  border: #dddddd 1px solid;
  padding: 8px 10px;
  text-decoration: none;
}
.pages a:hover {
  background: #015293;
  border: #015293 1px solid;
  color: #ffffff !important;
  padding: 8px 10px;
  text-decoration: none;
}
.pages strong {
  background: #015293;
  padding: 8px 10px;
  border: #015293 1px solid;
  color: #ffffff !important;
}
.pages_inp {
  width: 34px;
  height: 34px;
  border: #dddddd 1px solid;
  color: #666666;
  padding: 2px;
  text-align: center;
  outline-color: #015293;
}
.pages_btn {
  width: 34px;
  height: 34px;
  border: #015293 1px solid;
  color: #ffffff;
  padding: 1px;
  background: #015293;
  font-weight: bold;
  cursor: pointer;
}
.pages label {
  background: #ffffff;
  border: #dddddd 1px solid;
  color: #666666;
  padding: 3px 5px 3px 5px;
}
.pages label em {
  color: red;
  font-weight: bold;
  font-style: normal;
}
.pages label span {
  font-weight: bold;
}
.pages cite {
  font-style: normal;
}
.pages cite::after {
  content: "";
  width: 1px;
  height: 34px;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

/* vote */
.vote {
  padding: 10px;
}
.vote div {
  font-weight: bold;
}
.vote li {
  padding: 3px 0 3px 0;
}
.vote p {
  margin: 5px 0 5px 0;
}
.vote_show_p {
  height: 11px;
  line-height: 11px;
  background: #ededed;
  font-size: 1px;
}
.vote_show_p div {
  height: 11px;
  line-height: 11px;
  float: left;
}
.vote_show_1 {
  background: #ea7211 url("image/vote_bg.gif") repeat-x 0 0;
  border-left: #ea7211 1px solid;
  border-right: #ea7211 1px solid;
}
.vote_show_2 {
  background: #aabf00 url("image/vote_bg.gif") repeat-x 0 -11px;
  border-left: #aabf00 1px solid;
  border-right: #aabf00 1px solid;
}
.vote_show_3 {
  background: #8b2a00 url("image/vote_bg.gif") repeat-x 0 -22px;
  border-left: #8b2a00 1px solid;
  border-right: #8b2a00 1px solid;
}
.vote_show_4 {
  background: #bf844a url("image/vote_bg.gif") repeat-x 0 -33px;
  border-left: #bf844a 1px solid;
  border-right: #bf844a 1px solid;
}
.vote_show_5 {
  background: #3a8938 url("image/vote_bg.gif") repeat-x 0 -44px;
  border-left: #3a8938 1px solid;
  border-right: #3a8938 1px solid;
}
.vote_show_6 {
  background: #486193 url("image/vote_bg.gif") repeat-x 0 -55px;
  border-left: #486193 1px solid;
  border-right: #486193 1px solid;
}
.vote_show_7 {
  background: #7da3ae url("image/vote_bg.gif") repeat-x 0 -66px;
  border-left: #7da3ae 1px solid;
  border-right: #7da3ae 1px solid;
}
.vote_show_8 {
  background: #ae1486 url("image/vote_bg.gif") repeat-x 0 -77px;
  border-left: #ae1486 1px solid;
  border-right: #ae1486 1px solid;
}
.vote_show_9 {
  background: #5ab502 url("image/vote_bg.gif") repeat-x 0 -88px;
  border-left: #5ab502 1px solid;
  border-right: #5ab502 1px solid;
}
.vote_show_10 {
  background: #bf2146 url("image/vote_bg.gif") repeat-x 0 -99px;
  border-left: #bf2146 1px solid;
  border-right: #bf2146 1px solid;
}

.vote-list li {
  width: 25%;
  padding: 30px 15px 20px;
  text-align: center;
  color: #333;
}
.vote-list li p {
  margin-top: 15px;
  font-weight: bold;
}
.vote-list li p b {
  margin: 0 5px;
}
.vote-list li p span {
  font-weight: bold;
  color: #f00;
}
.vote-list li a {
  display: inline-block;
  width: 80px;
  height: 34px;
  background: #d41819;
  color: #fff;
  line-height: 34px;
  border-radius: 4px;
  margin-top: 15px;
}
.vote-list li a.voted {
  background: #999;
}

.voted-alert {
  width: 300px;
  height: 200px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  z-index: 999;
  text-align: center;
  display: none;
}
.voted-alert b {
  display: block;
  height: 50px;
  background: #005293;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
}
.voted-alert p {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  margin: 40px 0;
}
.voted-alert a {
  display: inline-block;
  width: 80px;
  height: 34px;
  background: #d41819;
  line-height: 34px;
  color: #fff;
  border-radius: 4px;
}

.tp-tab {
  padding: 30px 0;
}
.tp-tab table {
  width: 100%;
  border-collapse: collapse;
}
.tp-tab table tr td {
  padding: 10px;
  border: 1px solid #e3eef5;
}
.tp-tab table tr td span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #258cff;
  color: #fff;
}

.tp-tab form input[type="submit"] {
  margin-top: 30px;
  width: 100px;
  height: 40px;
  background-color: #d41819;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.highlight {
  color: red;
}

.side-nav {
  width: 200px;
  background: #fafafa;
}
.side-nav a {
  display: block;
}
.side-nav .tit {
  width: 100%;
  height: 48px;
  background: #015293;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
}
.side-nav .tit:hover {
  color: #fff !important;
}
.side-nav .nav {
  width: 100%;
  height: 48px;
  background: #fafafa;
  font-size: 14px;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.side-nav .nav.active {
  color: #015293;
}
.side-nav .nav.active .iconfont {
  display: block;
}
.side-nav .nav .iconfont {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #015293;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.side-nav .nav.active {
  background-color: #e0ebff;
}
.side-nav .nav:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.news-detail {
  border: 1px solid #dddddd;
  padding: 30px 20px 0;
  margin-bottom: 50px;
}

.news-title {
  text-align: center;
  font-size: 30px;
}
.news-info {
  line-height: 24px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-top: 35px;
}
.news-info span {
  color: #999;
  font-size: 13px;
}
.news-info span + span {
  margin-left: 30px;
}
.news-share img {
  width: 24px;
  vertical-align: text-bottom;
  margin: 0 2px;
}
.news-print,
.news-font {
  margin-right: 30px;
}
.news-print i {
  margin-right: 4px;
}
.news-font a {
  margin: 0 3px;
}
.news-font a.active {
  font-weight: bold;
}
.advice-tips {
  padding: 30px 0 0;
}
.advice-tips p {
  background: #f1f1f1;
  padding: 10px;
  color: #005293;
  line-height: 28px;
}

@media (max-width: 1420px) {
  .w {
    width: 1200px;
  }
  .navigation-link .w .select_wrap .select {
    width: 197px;
    height: 26px;
    font-size: 14px;
  }
  .navigation-link .w .select_wrap .select .options {
    top: 58px;
    z-index: 99;
    width: 1200px;
  }
  .top-naver .date {
    margin-left: 42px !important;
  }
  .footer {
    position: relative;
    padding: 30px 0;
  }
  .footer .right {
    position: absolute;
    right: 25px;
    bottom: 20px;
  }
}

@media (max-width: 1600px) {
}

/* 篡改提示 */
.warning {
  position: fixed;
  width: 100%;
  height: 128px;
  background: rgba(1, 1, 1, 0.5);
  top: 50%;
  color: #D41819;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warning img{
  width: 40px;
  margin-right: 10px;
}
