* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box
}

body {
  overflow-x: hidden;
}

a {
  display: inline-block;
  color: #333;
}

img {
  vertical-align: middle
}

html {
  padding-top: 60px;
}

a:hover {
  text-decoration: none !important
}

header.pc {
  box-shadow: 0px 0px 10px 1px #eee;
  padding: 15px 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 222;
}

header.pc .box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
header.pc .ree{
  display: flex;
  align-items: center;
}
header.pc .l img {
  height: 45px;
}

header.pc .center a {
  margin: 0px 5px;
  padding: 3px 5px;
}

header.pc .right {
  background: #e7e7e7;
  border-radius: 50px;
  overflow: hidden;
  margin-left: 15px
}

header.pc .right input {
  background: transparent;
  border: 0px;
  padding: 5px 15px;
  outline: none;
  width: 120px
}

header.pc .right button {
  background: transparent;
  border: 0px;
  padding: 0px 15px;
}

header.pc .center a.on,
header.pc .center a:hover {
  background: var(--color);
  color: #fff;
  outline: 1px solid var(--color);
  outline-offset: 2px;
}

header.wap {
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 333;
}

header.wap .wap_nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  line-height: 60px;
  height: 60px;
  padding: 0 5%;
  background: #fff;
  z-index: 99999;
  box-shadow: 0px 0px 10px 1px #eee;
}

header.wap .wap_nav .dj {
  float: right;
  padding-top: 15px;
  cursor: pointer;
  display: inline-block;
}

header.wap .wap_nav .dj span {
  height: 3px;
  width: 30px;
  background: #f82f32;
  display: block;
  margin: 5px 0;
}

header.wap .wap_nav .rg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  transition: 0.5s;
  background: #fff;
  z-index: 999999;
  overflow-y: auto;
}

header.wap .wap_nav .rg .gb span {
  font-size: 40px;
  float: right;
  cursor: pointer;
  margin-right: 15px;
}

header.wap .wap_nav .rg .gb {
  text-align: center;
  background: #fff;
  line-height: 50px;
  height: 50px;
}

header.wap .wap_nav .rg.on {
  left: 0%;
}

header.wap .wap_nav .rg>a {
  display: block;
  width: 100%;
  text-align: center;
}

header.wap {
  display: none;
}

header.wap .sub {
  display: none;
}

header.wap .item a {
  padding: 0px 20px;
}

header.wap .item a {
  width: 100%;
  text-align: left;
}

header.wap .sub {
  padding-left: 20px;
}

header.wap .sub a {
  position: relative;
}

header.wap a span {
  font-size: 20px;
  float: right;
}

:root {
  --color: #6199cf;
}

footerbox.pc {
  position: fixed;
  right: 15px;
  bottom: 35%;
  background: var(--color);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  z-index: 44;
}

footerbox.pc a {
  display: block;
  border-bottom: 1px solid var(--color);
  color: #fff;
  padding-top: 10px;
}

footerbox.pc a p {
  margin: 10px 0;
}

footerbox.pc a:nth-last-child(1) {
  border: none;
}

footerbox.wap {
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  background: var(--color);
  display: none;
  padding: 7px 0;
  z-index: 22;
}

footerbox.wap a {
  flex: 1;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

footerbox.wap a p {
  margin: 10px 0px 0px 0px;
  font-size: 12px;
}

footerbox.wap img {
  width: 20px;
}

footer {
  background: #282828;
}

footer .box {
  padding: 25px 0px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

footer .box .l {
  background: url(../img/fb.png) center no-repeat;
}

footer .box .l p {
  color: #dbdbdb;
  margin: 5px 0px;
}

footer .box .l span {
  display: inline-block;
  margin: 15px 0;
}

footer .box .center div {
  margin-bottom: 15px;
}

footer .box .center div a {
  color: #fff;
  margin: 0px 5px;
}

footer .box .right .code {
  text-align: right;
}
footer .box .right .code img{ width: 70px;}
footer .box .right .code div {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

footer .box .right .link {
  text-align: right;
}

footer .icp {
  padding: 20px 0;
  text-align: center;
  color: #808080;
  border-top: 1px solid #424242;
}

.wap_pc {
  display: none;
}

@media(max-width:650px) {
  html {
    padding-top: 0px;
  }
  header.pc,
  .banner_pc {
    display: none;
  }
  header.wap,
  .wap_pc {
    display: block;
  }
  footerbox.pc {
    display: none;
  }
  footerbox.wap {
    display: flex;
  }
  footer .box {
    display: none;
  }
  body {
    padding: 50px 0px 55px 0px;
  }
}

.index .banner img {
  width: 100%;
}

.index .item1 {
  text-align: center;
  margin: 30px auto;
}

.index .item1 img {
  height: 50px;
}

.index .item1 p {
  margin: 15px 0;
}

.index .item1 a {
  overflow: hidden;
}

.index .item1 a:hover {
  color: var(--color);
}

.index .item1 a:hover img {
  position: relative;
  top: -50px;
  filter: drop-shadow(0px 50px var(--color));
}

.index .item2 {
  margin-bottom: 50px;
}

.index .item2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid var(--color);
  margin-top: 15px;
}

.index .item2 .title:hover {
  color: var(--color);
}

.index .item2 .title h3 {
  font-size: 18px;
  font-weight: 800;
}

.index .item2 .title span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.index .item2 .box a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.index .item2 .box a span {
  color: #666;
  padding: 15px 0px 0px 0px;
  display: inline-block;
}

.index .item2 .box a h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0px;
  padding: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.index .item2 .box a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
  margin-bottom: 20px;
}

.index .item2 .box a:hover h3 {
  color: var(--color);
}

.index .item2 video {
  width: 100%;
  margin-top: 15px;
}

.listbanner {
  position: relative;
  height: 400px;
}

.listbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listbanner .box {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  font-size: 40px;
}

.listbanner .box h3 {
  font-size: 40px;
  text-transform: uppercase;
}

.listtab {
  box-shadow: 0px 0px 10px 1px #eee;
  padding: 15px 0;
  white-space: nowrap;
  overflow-x: auto;
}

.listtab a.on,
.listtab a:hover {
  background: var(--color);
  color: #fff;
  outline: 1px solid var(--color);
  outline-offset: 2px;
}

.listtab a {
  padding: 5px 15px;
  margin-right: 15px
}

@media(max-width:650px) {
  .listbanner {
    height: 200px;
    margin-top: 0px;
  }
  .listbanner .box {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  .listbanner .box h3 {
    font-size: 25px;
  }
  .index .item1 img {
    height: 30px;
  }
}

.ablist .item1 {
  background: url(../img/a1.png) center/cover;
  margin: 30px auto;
  padding-bottom: 40px;
}

.ablist .item1 .title h3 {
  font-size: 40px;
}

.ablist .item1 .title p {
  color: var(--color);
  font-size: 30px
}

.ablist .item1 .desc {
  overflow-x: auto;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  /*max-height: 300px;*/
}

.ablist .item1 .sz h3 {
  font-weight: 800;
  font-size: 30px;
}

.ablist .item1 .sz h3 span {
  font-size: 14px;
  position: relative;
  top: -10px;
}

.ablist .item1 .r {
  text-align: center;
  margin-top: 100px
}

.ablist .item1 .r img {
  max-width: 100%;
}

.ablist .item2 {
  text-align: center;
  margin-bottom: 40px;
}

.ablist .item2 .title p {
  height: 2px;
  width: 30px;
  background: var(--color);
  display: inline-block;
}

.ablist .item3 {
  background: url(../img/a3.png) center/cover;
  padding: 30px 0;
}

.ablist .item3 .title {
  text-align: center;
  color: #fff;
}

.ablist .item3 .title p {
  height: 2px;
  background: #fff;
  width: 30px;
  display: inline-block;
}

.ablist .item3 .tab {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  height: 25px;
  margin: 50px 0;
}

.ablist .item3 #swiper1 .swiper-slide {
  text-align: center;
  position: relative;
}

.ablist .item3 #swiper1 .swiper-slide::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  display: inline-block;
  border-radius: 100%;
  margin: 15px 0;
  margin-top: 6px;
  transition: 0.3s;
}

.ablist .item3 #swiper1 .swiper-slide p {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.ablist .item3 #swiper1 .swiper-slide.swiper-slide-active::before {
  transform: scale(1.8);
  border: 1px solid #fff;
  background: var(--color);
}

.ablist .item3 #swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}

.ablist .item3 #swiper2 .swiper-slide img {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  border: 5px solid #fff;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.ablist .item3 .tba {
  position: relative;
  padding: 0px 50px;
}

.ablist .item3 #swiper2 .swiper-slide .txt {
  background: url(../img/zc.png) right/cover no-repeat;
  width: calc(100% - 300px);
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  padding-left: 130px;
  color: #fff;
  border-radius: 10px;
  height: 260px;
}

.ablist .item3 #swiper2 .swiper-slide .txt span {
  width: 30px;
  display: inline-block;
  height: 2px;
  background: #fff;
}

.ablist .item3 #swiper2 .swiper-slide .txt p {
  margin-top: 25px;
}

.ablist .item3 #swiper2 .swiper-slide .txt font {
  color: var(--color);
  margin-top: 30px;
  display: inline-block;
}

@media(max-width:650px) {
  .ablist .item1 .l .shuzi {
    flex-wrap: wrap;
  }
  .ablist .item3 .tab {
    display: none;
  }
  .ablist .item3 #swiper2 .swiper-slide .txt {
    position: relative;
    padding: 15px;
    width: 100%;
    transform: translate(0, 0)
  }
  .ablist .item3 #swiper2 .swiper-slide {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  .ablist .item3 #swiper2 .swiper-slide img {
    width: 120px;
    height: 120px;
    display: none;
  }
  .ablist .item3 .tba {
    padding: 0px;
  }
}

.ablist .item4 .title {
  text-align: center;
  margin: 30px auto;
}

.ablist .item4 .title p {
  height: 2px;
  width: 30px;
  background: var(--color);
  display: inline-block;
}

.ablist .item4 img {
  width: 100%;
}

.ablist .item4 .container div {
  padding: 0px;
  align-items: center;
}

.ablist .title h3 {
  font-weight: 800;
  font-size: 30px;
}

.ablist .item4 .on h3 {
  font-size: 30px;
  line-height: 1.5;
}

.ablist .item4 .on h4 {
  border-left: 2px solid #d2af71;
  font-size: 20px;
  color: #d2af71;
}

.ablist .item4 {
  margin-bottom: 40px;
}

.ablist .item4 .on span {
  color: var(--color);
  font-size: 30px;
  display: inline-block;
  margin: 0px 5px;
}

.viplist .ul {
  outline: 5px solid var(--color);
  outline-offset: -15px;
  text-align: center;
  padding: 25px;
  background: #f8f8f8;
  margin: 30px 0;
}

.viplist .ul .title h3 {
  color: var(--color);
  font-size: 32px;
}

.viplist .ul .title p {
  text-transform: uppercase;
}

.viplist .ul .box .top {
  display: flex;
}

.viplist .ul .box .top div {
  flex: 1;
  text-align: center;
  color: #fff;
  background: #1668b8;
  line-height: 45px;
  border-right: 1px solid #eee;
}

.viplist .ul .box .top div:nth-last-child(1) {
  border: none;
}

.viplist .ul .box .th {
  display: flex;
  background: #fff;
}

.viplist .ul .box .th div {
  flex: 1;
  padding: 10px;
  line-height: 25px;
  text-align: center;
  border-right: 1px solid #bdbdbd;
}

.viplist .ul .box .td .li {
  display: flex;
  background: #fff;
}

.viplist .ul .box .td .li div {
  flex: 1;
  text-align: center;
  height: 45px;
  border-right: 1px solid #bdbdbd;
  font-size: 13px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.viplist .ul .box .td .li div::after {
  content: "";
}

.viplist .ul .box .td .li div::before {
  content: "";
}

.viplist .ul .box .th div:nth-last-child(1) {
  border: none;
}

.viplist .ul .box .td .li div:nth-last-child(1) {
  border: none;
}

.viplist .ul .box .td .li:nth-of-type(2n - 1) {
  background: #eeeeee;
}

@media(max-width:650px) {
  .viplist .ul .title h3 {
    font-size: 16px;
  }
  .viplist .ul .title p {
    font-size: 12px;
  }
  .viplist .ul .box .td .li div {
    height: auto;
  }
  .viplist .ul .box .th div {
    padding: 10px 1px;
  }
  .viplist .ul .box .td .li div {
    display: block;
  }
  .ablist .item4 .on h4 {
    font-size: 12px;
  }
  .ablist .item4 .on h3 {
    font-size: 16px;
  }
  .ablist .item1 .title h3,
  .ablist .title h3 {
    font-size: 24px;
  }
  .ablist .item1 .sz h3,
  .ablist .item4 .on span {
    font-size: 20px;
  }
  .ablist .item1 .sz {
    text-align: center;
  }
  .ablist .item1 .r img {
    display: none;
  }
}

.newslist a {
  display: flex;
  background: #f8f8f8;
  padding: 15px;
  margin: 25px auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newslist a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.newslist a .txt h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333;
  margin: 15px 0;
}

.newslist a .txt p {
  line-height: 25px;
  color: #666;
  height: 75px;
  overflow: hidden;
  margin: 30px 0;
}

.newslist a .txt span {
  background: #fff;
  padding: 5px 15px;
  font-size: 14px;
  color: #333;
}

.newslist a .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newslist a .box .txt {
  width: calc(100% - 120px);
}

.newslist a .tiem {
  width: 90px;
  background: #1668b8;
  float: right;
  color: #fff;
  margin-top: -15px;
  text-align: center;
  height: 100px;
  padding: 15px;
}

.newslist a .tiem p {
  font-size: 30px;
  margin: 0px;
}

.newslist a .tiem span {
  border-top: 1px solid #fff;
  padding: 5px 0;
  margin: 0px;
  display: block;
}

.newslist a:hover .txt span {
  background: var(--color);
  color: #fff;
}

@media(max-width:650px) {
  .newslist a .box .txt {
    width: 100%;
  }
  .newslist a {
    padding: 15px 0;
  }
  .newslist a .box {
    width: 100%;
  }
  .newslist a .tiem {
    display: none;
  }
}

.lxlist {
  margin: 50px auto;
}

.lxlist #map {
  background: #eeee;
  height: 500px;
}

.lxlist p {
  line-height: 1.7;
  text-transform: uppercase;
  color: #666;
}

.lxlist h3 {
  font-weight: 800;
}

.lxlist h4 {
  font-size: 40px;
  color: var(--color);
  font-weight: 800;
}

.lxlist p.f {
  width: 50%;
  float: left;
}

.lxlist .r {
  clear: both;
}

.details .title {
  text-align: center;
  margin: 30px auto;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.details .title h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.details .contentbox {
  line-height: 1.5;
  color: #666;
  margin-bottom: 50px;
  min-height: 200px;
}

.details .contentbox img {
  max-width: 100%;
}

.details .type {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  padding-top: 50px;
}

.details .type a {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.details .type span {
  color: var(--color);
}

.details .type img {
  vertical-align: middle;
  margin: 0px 5px;
  height: 18px;
}

.sslist .ul {
  outline: 5px solid var(--color);
  outline-offset: -15px;
  text-align: center;
  padding: 25px;
  background: #f8f8f8;
  margin: 30px 0;
}

.sslist .ul .title h3 {
  color: var(--color);
  font-size: 32px;
}

.sslist .ul .title p {
  text-transform: uppercase;
}

.sslist .ul .box .top {
  display: flex;
}

.sslist .ul .box .top div {
  flex: 1;
  text-align: center;
  color: #fff;
  background: #1668b8;
  line-height: 45px;
  border-right: 1px solid #eee;
}

.sslist .ul .box .top div:nth-last-child(1) {
  border: none;
}

.sslist .ul .box .td .li {
  display: flex;
  background: #fff;
}

.sslist .ul .box .td .li div {
  flex: 1;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #bdbdbd;
  font-size: 13px;
  padding: 5px;
}

.sslist .ul .box .th div:nth-last-child(1) {
  border: none;
}

.sslist .ul .box .td .li div:nth-last-child(1) {
  border: none;
}

.sslist .ul .box .td .li:nth-last-child(2n) {
  background: #eeeeee;
}

.sslist .bb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto;
}

.sslist .bb div {
  width: 49%;
  background: #fff;
  text-align: left;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.sslist .bb span {
  margin: 0px;
  display: inline-block;
}

.sslist .info {
  color: red;
}

.sslist input {
  border: none;
  outline: none;
  width: calc(100% - 130px);
}

.sslist input::placeholder {
  color: red;
}
.mclist{ min-height: 203px;}
.mclist .f form {
  display: flex;
  justify-content: space-between;
}

.mclist .f input {
  border: 1px solid #eee;
  padding: 15px;
  width: calc(100% - 125px);
  outline: none;
}

.mclist .f {
  margin: 30px auto;
}

.mclist .f button {
  width: 120px;
  background: #333333;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  border: 1px solid #333;
}

.mclist .box {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.mclist .box a {
  float: left;
  width: calc(20% - 15px);
  margin-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.mclist .box a>img {
  width: 100%;
}

.mclist .box a .txt {
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 30px;
  left: 0px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), #000 70%);
}

.mclist .box a .txt h3 {
  font-size: 16px;
}

.mclist .box a .txt p {
  font-size: 14px;
}

.mclist .box a::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  outline: 1px solid #fff;
  outline-offset: -15px;
  opacity: 0.8;
  transition: 0.5s;
}

.mclist .box a:hover::after {
  outline-offset: 0px;
}

@media(max-width:650px) {
  .mclist .box a {
    width: 100%;
    margin: 15px auto;
  }
  .mclist .box {
    margin: 0px;
  }
  .sslist .bb div {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}

.xzlist .li {
  background: #f8f8f8;
  margin: 15px;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xzlist .li h3 {
  font-size: 20px;
}

.xzlist .li a img {
  height: 25px;
}

.xzlist .li a {
  margin: 0px 15px;
  text-align: center;
  overflow: hidden;
}

.xzlist .li a p {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0px;
}

.xzlist .li a:hover {
  color: var(--color);
}

.xzlist .li a:hover img {
  position: relative;
  top: -50px;
  filter: drop-shadow(0px 52px var(--color));
}

.videolist a {
  display: block;
  margin: 25px 0;
}

.videolist video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media(max-width:650px) {
  .xzlist .li .dd {
    width: 100%;
    text-align: center;
    display: flex;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
  }
  .xzlist .li .dd a {
    flex: 1;
  }
  .xzlist .li .dd a:nth-of-type(1) {
    border-right: 1px solid #e6e6e6;
  }
  .xzlist .li {
    padding: 15px;
  }
}

.container.info .box {
  margin: 50px auto;
}

.container.info .box div {
  text-align: center;
}

.container.info .box img {
  max-width: 100%;
  padding-top: 30px;
}

.zcwlist {
  text-align: center;
}

.zcwlist a {
  display: block;
}

.zcwlist a p {
  margin: 10px 0;
}

.zcwlist .title p {
  background: var(--color);
  height: 2px;
  width: 30px;
  display: inline-block;
}

.zcwlist .title {
  margin: 30px 0;
}


/*分页start*/

.page_info {
  text-align: center;
  margin-top: 10px;
  color: #333;
  height: auto;
  margin-bottom: 30px;
}

.page_info span {
  padding: 0 2px;
  font-weight: bold;
}

.page_list {
  height: 24px;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.page_list a {
  display: inline-block;
  color: #898989;
  text-align: center;
  padding: 3px 10px;
  margin: 3px 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.page_list a:hover {
  color: #fff;
  color: #0075bc;
  border-bottom: 2px solid #0075bc;
  border-radius: 0px;
}

.page_list a.on {
  color: #333;
  background: #0075bc;
  color: #fff;
}


/*分页end*/


/*内容分页*/

.contPage {
  height: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Arial Black";
  font-size: 10px;
  margin-top: 20px;
}

.contPage a {
  display: inline-block;
  color: #898989;
  background: #fff;
  text-align: center;
  padding: 0 7px;
  margin: 0 1px;
}

.contPage a:hover {
  color: #fff;
  background: #898989;
}

.contPage a.on {
  color: #333;
  background: #E5EDF2;
  border: 1px solid #C2D5E3;
}


/* new */

.table_box {}

.arbiter_tab {
  border: 1px solid #e7e7e7;
}

.arbiter_tab th {
  background: #9f9f9f;
  height: 40px;
  color: #fff;
  border: 1px solid #e7e7e7;
  text-align: center;
}

.bg_gray {
  background: #e4e0d5;
}

.arbiter_tab .tac {
  text-align: center;
}

.arbiter_tab td {
  line-height: 40px;
  border: 1px solid #e7e7e7;
  padding-left: 5px;
  text-align: center;
}

.arbiter_tab a {
  text-decoration: none;
  outline: none;
  color: #2a86d5;
}

.bg_white {
  background: #fff;
}

.search_form {
  display: flex;
  align-items: center;
}

.search_div {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}

.search_list {
  width: 24%;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 15px;
}

.search_list span input {
  padding-left: 5px;
  height: 20px;
}

.search_list span {
  color: #2a86d5;
  width: 25%;
  text-align: center;
}


.search_list .textinp {
  border: 1px solid #8da5d3;
  width: 75%;
  height: 20px;
  line-height: 20px;
}

.search_button {
  width: 142px;
  height: 26px;
  border: 0;
  color: #ffffff;
  margin: 5px 15px 10px;
  text-align: center;
  background: #2a86d5;
}