* {
  box-sizing: border-box;
}
.containerBox {
  width: 1010px;
  margin: 0 auto;
}
.top {
  text-align: center;
  padding-top: 50px;
}
.top img {
  vertical-align: middle;
  margin-bottom: 50px;
}
.searchBox {
  width: 1010px;
  height: 64px;
  /* line-height: 64px; */
  border: 5px solid #f6dbd4;
  background-color: #fefcfc;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#search {
  font-size: 18px;
  color: #000;
  outline: none;
  border: 0;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.searchBox img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.cxtj {
  display: none;
}
.link {
  margin: 35px 0 110px;
}
.link ul li {
  float: left;
  border: 1px solid #e5e4e5;
  background-color: #f4f2f2;
  height: 60px;
  position: relative;
  text-align: center;
  margin-right: 31px;
  border-radius: 10px;
  font-size: 16px;
}
.link ul li:hover {
  background-color: #be0000;
}
.link ul li:hover a {
  color: #fff;
}
.link ul li a {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.link ul li a:hover{
  text-decoration: none;
}
.mar0 {
  margin-right: 0 !important;
}
.link > p {
  font-size: 15px;
  color: #868383;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 10px;
  text-align: center;
}

.link p a {
  color: #be0000;
  text-decoration: underline;
}

.xzfgkBox {
  background-color: #fefcfc;
  color: #be0000;
  font-size: 24px;
  height: 70px;
}
.xzfgkBox a {
  float: left;
  border: 1px solid #f2cccc;
  height: 70px;
  padding: 10px 0 10px 30px;
  vertical-align: middle;
  width: 300px;
  color: #be0000;
  border-radius: 10px;
  margin-right: 55px;
}
.xzfgkBox a img {
  vertical-align: middle;
  margin-right: 10px;
}
.tip {
  color: #be0000;
  text-align: right;
  margin-bottom: 15px;
}

/* Ã¥Ë†â€”Ã¨Â¡Â¨s */
.containerList {
  width: 1200px;
  margin: 0 auto;
}
.cxtj {
  text-align: left;
  /* width: 1010px; */
  margin: 30px auto 0;
  padding:0 90px 60px;
  color: #333333;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
}
.cxzd {
  display: inline-block;
  border: 1px solid #be0000;
  line-height: 32px;
  padding: 0 6px 0 10px;
  height: 32px;
}
.cxzd p {
  display: inline-block;
  height: 100%;
  /* vertical-align: middle; */
}
.cxzd span{
  display: inline-block;
  background-color: #be0000;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  line-height: 16px;
  cursor: pointer;
  margin-bottom:4px;
}
.center{
  margin: 50px 0;
  min-height: 600px;
}
.szfwj li{
  line-height: 60px;
  color: #333;
  font-size: 20px;
  float: left;
  padding:  0 15px;
  border: 1px solid #bcbcbc;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.szfwj li.on{
  background-color: #be0000;
  color: #fff;
}
.szfwj li.on::after{
  content: '';
  border: 10px solid transparent;
  border-top-color: #be0000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.gjList{
  margin: 30px 0;
}
.fwzh{
  margin-right: 20px;
}
.gjList li {
  position: relative;
  font-size: 16px;
  color: #808080;
  padding: 30px;
  border-bottom: 1px dashed #e5e5e5;
}
.gjList li::before{
  content: '';
  position: absolute;
  top: 35px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #be0000;
  border: 5px solid #fae4e4;
  border-radius: 50%;
}
.gjList li p{
  margin-bottom: 20px;
}
.gjList li p a{
  font-size: 18px;
  color: #333
}
.nogj {
  margin: 30px 0;
  display: none;
}
.fwzd {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .containerList{
    width: 100%;
    padding: 0 10px;
  }
  .containerBox {
    width: 100%;
    padding: 0 10px;
  }
  .searchBox {
    width: 100%;
  }
  .link ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .link ul li {
    float: none;
    width: 40% !important;
    margin-bottom: 20px;
    /* margin-right: 0; */
    margin-right: 10px !important;
  }
  .xzfgkBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .szfwj li{
    margin-bottom:15px;
  }
}
@media (max-width: 768px) {
  .cxtj{
    padding: 20px;
  }
  .xzfgkBox a {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .xzfgkBox {
    height: auto;
  }
  .link {
    margin-bottom: 20px;
  }
  .szfwj li{
    font-size:16px;
    margin-right:10px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .link ul li {
    width: 100% !important;
  }
  .szfwj{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
  }
  .szfwj li{
    width: 48%;
    padding: 0 5px;
    font-size: 14px;
    text-align: center;
    height: 54px;
    margin-right: 5px;
  }
  .gjList li p a{
    font-size: 16px;
  }
  .fwzh{
    width: 100%;
  }
}
