body {
  padding-bottom: 4.375rem;
}
.ad {
  width: 75rem;
  margin: 2.5rem auto 2.375rem;
}
.ad img {
  width: 100%;
}
.nav {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.875rem;
  width: 75rem;
  margin: 1.25rem auto 1.5rem;
}
.nav .left {
  width: 0.8125rem;
  height: 1rem;
  margin-right: 0.375rem;
}
.nav .right {
  display: flex;
  align-items: center;
}
.nav .right a {
  color: #666666;
  font-size: 0.875rem;
}
a {
  text-decoration: none;
}
.main1 {
  width: 75rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.main1 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main1 .top .title {
  font-size: 1.25rem;
  color: #333333;
  border-bottom: 1px solid #0068b5;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
}
.main1 .top .title span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main1 .top .more {
  color: #999999;
  font-size: 0.75rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
}
.main1 .top .more img {
  width: 0.875rem;
  margin-left: 0.3125rem;
}
.main1 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 0.625rem;
}
.main1 .bot .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.main1 .bot .bottom .bot1 {
  width: 27.1875rem;
}
.main1 .bot .bottom .bot1 .top {
  display: flex;
  width: 100%;
  padding: 0;
  border-bottom: none;
}
.main1 .bot .bottom .bot1 .top .left {
  width: 11.4375rem;
  height: 8.5625rem;
  margin-right: 0.75rem;
  overflow: hidden;
}
.main1 .bot .bottom .bot1 .top .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main1 .bot .bottom .bot1 .top .left:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main1 .bot .bottom .bot1 .top .right {
  width: calc(100% - 12.1875rem);
  padding-top: 0.5rem;
}
.main1 .bot .bottom .bot1 .top .right .tit {
  font-size: 1rem;
  color: #0068b5;
  margin-bottom: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .bot .bottom .bot1 .top .right .desc {
  color: #646464;
  font-size: 0.8125rem;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.main1 .bot .bottom .bot1 .part1 {
  color: #333;
  font-size: 0.875rem;
  border-bottom: 1px dashed #ececec;
  width: 25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.main1 .bot .bottom .bot1 .part1 img {
  width: 0.3125rem;
  margin-right: 0.25rem;
}
.main1 .bot .bottom .bot1 .part1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .bot .bottom .bot1 .part1:hover {
  color: #0068b5;
}
.main1 .bot .bottom .bot2 .top1 {
  width: 17.3125rem;
  height: 11.0625rem;
  overflow: hidden;
  position: relative;
  display: block;
}
.main1 .bot .bottom .bot2 .top1 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main1 .bot .bottom .bot2 .top1 .tit {
  height: 1.875rem;
  line-height: 1.875rem;
  background-color: rgba(51, 51, 51, 0.6);
  padding: 0 0.625rem;
  font-size: 0.75rem;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .bot .bottom .bot2 .top1:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main1 .bot .bottom .bot2 .part1 {
  color: #333;
  font-size: 0.875rem;
  border-bottom: 1px dashed #ececec;
  width: 16.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.main1 .bot .bottom .bot2 .part1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .bot .bottom .bot2 .part1 img {
  width: 0.3125rem;
  margin-right: 0.25rem;
}
.main1 .bot .bottom .bot2 .part1:hover {
  color: #0068b5;
}
.main2 {
  width: 75rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.main2 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main2 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main2 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 2.5rem;
}
.main2 .bot .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid #0068b5;
  border-bottom: 1px solid #dddfe2;
  border-top: 1px solid #dddfe2;
  background-color: #f8f8f8;
  width: 100%;
  height: 2.8125rem;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0;
  box-sizing: border-box;
}
.main2 .bot .top .left {
  font-size: 1.25rem;
  color: #333;
}
.main2 .bot .top .right {
  color: #969696;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.main2 .bot .top .right img {
  width: 0.875rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
}
.main2 .bot .bottom {
  display: flex;
}
.main2 .bot .bottom .bot-1 {
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  width: 17.8125rem;
}
.main2 .bot .bottom .bot-1 .bot1 {
  font-size: 1rem;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  min-height: 3.125rem;
  border-bottom: 1px dashed #ececec;
  box-sizing: border-box;
  position: relative;
}
.main2 .bot .bottom .bot-1 .bot1 .left {
  display: flex;
  align-items: center;
  width: 9.0625rem;
  margin-right: 0.625rem;
}
.main2 .bot .bottom .bot-1 .bot1 .left img {
  margin-right: 1.25rem;
  width: 1.5625rem;
}
.main2 .bot .bottom .bot-1 .bot1 .right {
  width: 0.4375rem;
  height: 0.875rem;
}
.main2 .bot .bottom .bot-1 .bot1:nth-last-child(1) {
  border-bottom: none ;
}
.main2 .bot .bottom .bot-1 .bot1:hover {
  color: #0068b5;
}
.main2 .bot .bottom .bot-1 .bot1:hover::after {
  background-color: #0068b5;
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  content: '';
}
.main2 .bot .bottom .bot-1 .active {
  color: #0068b5;
}
.main2 .bot .bottom .bot1-2 {
  width: calc(100% - 17.8125rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.625rem 1.25rem;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.main2 .bot .bottom .bot1-2 .part {
  min-width: 26.875rem;
  padding: 0.625rem 0.625rem;
  box-sizing: border-box;
  height: 7.5rem;
  background-color: #f9f9f9;
  display: block;
  margin-bottom: 0.625rem;
  position: relative;
  overflow: hidden;
  width: 49.5%;
}
.main2 .bot .bottom .bot1-2 .part .part1 {
  display: flex;
  color: #666666;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.main2 .bot .bottom .bot1-2 .part .part1 .tit {
  color: #333;
  margin-right: 1.25rem;
  width: 70%;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.main2 .bot .bottom .bot1-2 .part .part2 {
  display: flex;
  color: #666666;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px dashed #999;
  padding-bottom: 0.3125rem;
}
.main2 .bot .bottom .bot1-2 .part .part2 .part2-1:nth-child(1) {
  margin-right: 2.5rem;
}
.main2 .bot .bottom .bot1-2 .part .part3 {
  display: flex;
  font-size: 0.875rem;
  color: #666666;
}
.main2 .bot .bottom .bot1-2 .part .part3 .part3-1{

  width: 80%;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.main2 .bot .bottom .bot1-2 .part .part3 .part3-1 span {
  color: #777;
}
.main2 .bot .bottom .bot1-2 .part .part3 .part3-2 {
  color: #0068b5;
  margin-left: 1rem;
}
.main2 .bot .bottom .bot1-2 .part::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -0.75rem;
  border: 0.625rem solid transparent;
  border-right: 0.625rem solid #1890ff;
}
.main2 .bot .bottom .bot1-2 .part:hover {
  background-color: #0068b5;
}
.main2 .bot .bottom .bot1-2 .part:hover * {
  color: #fff !important;
}
.main2 .bot .bottom .bot1-2 .part:hover::after {
  border-right: none;
}
.main2 .bot .bottom .bot1-2:nth-child(n+3) {
  display: none;
}
.main3 {
  width: 75rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.main3 .main3-left {
  width: 52.5rem;
}
.main3 .main3-left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid #0068b5;
  border-bottom: 1px solid #dddfe2;
  border-top: 1px solid #dddfe2;
  background-color: #f8f8f8;
  width: 100%;
  height: 2.8125rem;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0;
  box-sizing: border-box;
}
.main3 .main3-left .top .left {
  font-size: 1.25rem;
  color: #333;
}
.main3 .main3-left .top .right {
  color: #969696;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.main3 .main3-left .top .right img {
  width: 0.875rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
}
.main3 .main3-left .bot {
  border: 1px solid #ececec;
  border-top: none;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.25rem 0;
}
.main3 .main3-left .bot .part {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ececec;
  padding: 0.625rem;
  width: 47%;
}
.main3 .main3-left .bot .part .bot1 {
  display: flex;
  align-items: center;
}
.main3 .main3-left .bot .part .bot1 .left {
  width: 10.3125rem;
  height: 7.8125rem;
  overflow: hidden;
}
.main3 .main3-left .bot .part .bot1 .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main3 .main3-left .bot .part .bot1 .left:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main3 .main3-left .bot .part .bot1 .right {
  width: 14.375rem;
  padding-left: 0.625rem;
  box-sizing: border-box;
}
.main3 .main3-left .bot .part .bot1 .right .tit {
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
  font-weight: 600;
}
.main3 .main3-left .bot .part .bot1 .right .desc {
  color: #535353;
  font-size: 0.875rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.main3 .main3-left .bot .part .bot1 .right:hover .tit {
  color: #0068b5;
}
.main3 .main3-left .bot .part:nth-last-child(1) {
  border-bottom: none;
}
.main3 .main3-right {
  width: 20.9375rem;
}
.main3 .main3-right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 2px solid #0068b5;
  border-bottom: 1px solid #dddfe2;
  border-top: 1px solid #dddfe2;
  background-color: #f8f8f8;
  width: 100%;
  height: 2.8125rem;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0;
  box-sizing: border-box;
}
.main3 .main3-right .top .left {
  font-size: 1.25rem;
  color: #333;
}
.main3 .main3-right .bot {
  border: 1px solid #ececec;
  border-top: none;
  box-sizing: border-box;
  padding: 1.875rem 0.625rem;
}
.main3 .main3-right .bot .address {
  color: #535353;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.main3 .main3-right .bot .address .ad1 {
  margin-right: 1.25rem;
  color: #535353;
}
.main3 .main3-right .bot .address .ad1:hover {
  color: #0068b5;
}
.main3 .main3-right .bot .bottom {
  width: 100%;
}
@media (max-width: 1200px) {
  .nav .left {
    width: 10px;
    height: auto;
    margin-right: 5px;
  }
  .main1 .top .title {
    font-size: 14px;
  }
  .main1 .top .title span {
    font-size: 16px;
    color: #0068b5;
    margin-right: 5px;
  }
  .main1 .top .more img {
    width: 12px;
    margin-left: 5px;
  }
  .main2 .top {
    font-size: 14px;
    width: 60%;
  }
  .main2 .top span {
    font-size: 16px;
    color: #0068b5;
    margin-right: 5px;
  }
  .main2 .bot .top {
    height: 30px;
  }
  .main2 .bot .top .left {
    font-size: 15px;
    color: #333;
  }
  .main2 .bot .bottom .bot-1 .bot1 .left img {
    width: 12px;
  }
  .main3 .main3-left .top {
    height: 30px;
  }
  .main3 .main3-right .top {
    height: 30px;
  }
  .main2 .bot .bottom .bot-1 .bot1 {
    height: 30px;
  }
  .main3 .main3-left .bot .part .bot1 {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .main3 .main3-left .bot .part .bot1 .left {
    width: 24.6875rem;
    height: 18.7rem;
    overflow: hidden;
  }
  .main3 .main3-left .bot .part .bot1 .right {
    padding-top: 5px;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .main3 .main3-left .bot .part .bot1 .right .desc {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .main3 .main3-left .bot .part:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 1000px) {
  .main1 .bot .bottom .bot1 .top {
    flex-direction: column;
  }
  .main1 .bot .bottom .bot1 .top .left {
    width: 27.1875rem;
    height: 20.3535rem;
    margin-right: 0;
    overflow: hidden;
  }
  .main1 .bot .bottom .bot1 .top .right {
    width: 100%;
    padding-top: 0.5rem;
    margin-bottom: 5px;
  }
  .main1 .bot .bottom .bot1 .part1 {
    width: 100%;
    height: 30px;
    display: none;
  }
  .main1 .bot .bottom .bot2 .top1 .tit {
    height: 25px;
    line-height: 25px;
  }
  .main1 .bot .bottom .bot2 .part1 img {
    width: 8px;
  }
  .main1 .bot .bottom .bot2 .part1 {
    width: 24rem;
    height: 25px;
  }
  .main2 .bot .bottom .bot1-2 .part {
    width: 100%;
    height: 95px;
  }
  .main2 .bot .bottom .bot1-2 .part:nth-child(n+5) {
    display: none;
  }
  .main3 .main3-left .top .left {
    font-size: 15px;
  }
  .main3 .main3-left .top .right img {
    width: 12px;
    height: auto;
    margin-left: 5px;
  }
  .main2 .bot .bottom .bot1-2 .part .part1 .tit {
    width: 30rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main1 .bot .bottom .bot2 .top1 {
    width: 24rem;
    height: 18.1083rem;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .main1 .bot .bottom .bot1 {
    width: 24rem;
  }
  .main1 .bot .bottom .bot1 .top .left {
    width: 24rem;
    height: 17.9672rem;
    margin-right: 0;
  }
  .main1 .bot .bottom .bot1 .part1 img {
    width: 8px;
    margin-right: 5px;
  }
  .main1 .bot .bottom .bot1 .top .right .desc {
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
}
