body {
  margin: 0 auto;
}
.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;
}
.main1 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main1 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
}
.main1 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 0.625rem;
}
.main1 .bot .classify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e5f0f7;
}
.main1 .bot .classify .left {
  display: flex;
}
.main1 .bot .classify .left .switch1 {
  min-width: 6.875rem;
  height: 2.625rem;
  color: #333;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main1 .bot .classify .left .active {
  background-color: #0068b5;
  color: #fff;
}
.main1 .bot .classify .left .switch1:hover {
  background-color: #0068b5;
  color: #fff;
}
.main1 .bot .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.main1 .bot .bottom .left {
  width: 25.625rem;
  height: 17.0625rem;
  overflow: hidden;
}
.main1 .bot .bottom .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main1 .bot .bottom .left:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main1 .bot .bottom .right {
  margin-left: 1.5rem;
  width: calc(100% - 26.5rem);
}
.main1 .bot .bottom .right .part {
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  border-bottom: 1px solid #c9c9c9;
}
.main1 .bot .bottom .right .part .right1 {
  display: flex;
  color: #333;
}
.main1 .bot .bottom .right .part .right1 span {
  color: #0068b5;
  margin-right: 0.5rem;
}
.main1 .bot .bottom .right .part .right1 .tit {
  width: 28.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main1 .bot .bottom .right .part .right2 {
  color: #4b4b4b;
}
.main1 .bot .bottom .right .part:hover .right1 .tit {
  color: #0068b5;
  text-decoration: underline;
}
.main {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.main .left {
  width: 50.625rem;
}
.main .left .part {
  width: 100%;
  height: 8.25rem;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 2.1875rem;
  display: block;
  box-sizing: border-box;
}
.main .left .part .tit {
  color: #333333;
  font-size: 1.125rem;
  margin-bottom: 2.1875rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .left .part .tit::after {
  position: absolute;
  content: '';
  left: 0;
  width: 5px;
  height: 5px ;
  top: calc(50% - 2.5px);
  border-radius: 50%;
  background-color: #333333;
}
.main .left .part .bott {
  display: flex;
}
.main .left .part .bott .time,
.main .left .part .bott .source {
  color: #535353;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.main .left .part .bott .time img,
.main .left .part .bott .source img {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.375rem;
}
.main .left .part .bott .time {
  margin-right: 1rem;
}
.main .left .part:hover .tit {
  color: #0068b5;
}
.main .right {
  width: 18.75rem;
  padding-top: 1.875rem;
}
.main .right .right1 {
  width: 18.75rem;
  height: 15.5rem;
}
.main .right .right1 img {
  width: 100%;
  height: 100%;
}
.main .right .right2 {
  margin-top: 1.25rem;
}
.main .right .right2 .top {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  background-color: #0068b5;
  height: 2.8125rem;
}
.main .right .right2 .top img {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.5rem;
}
.main .right .right2 .bot1 {
  border: 1px solid #e8e8e8;
  border-top: none;
  box-sizing: border-box;
  padding: 0.9375rem 0.5rem 0.3125rem 0.75rem;
}
.main .right .right2 .bot1 .part1 {
  display: flex;
  align-items: center;
  color: #666666;
  margin-bottom: 0.75rem;
}
.main .right .right2 .bot1 .part1 .num {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 0.875rem;
}
.main .right .right2 .bot1 .part1 .num1 {
  color: #fff;
  background-color: #0068b5;
}
.main .right .right2 .bot1 .part1 .num2 {
  color: #fff;
  background-color: #3386c4;
}
.main .right .right2 .bot1 .part1 .num3 {
  color: #fff;
  background-color: #66a4d3;
}
.main .right .right2 .bot1 .part1 .tit {
  font-size: 0.875rem;
  width: calc(100% - 2.25rem);
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.main .right .right2 .bot1 .part1:hover .tit {
  color: #0068b5;
  text-decoration: underline;
}
.main .right .right2 .bot2 {
  border: 1px solid #e8e8e8;
  border-top: none;
  box-sizing: border-box;
  padding: 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
}
.main .right .right2 .bot2 .part2 {
  font-size: 0.875rem;
  color: #666666;
  width: 50%;
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px dashed #cccccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.main .right .right2 .bot2 .part2::after {
  position: absolute;
  content: '';
  left: 0;
  top: 50% ;
  background-color: #666666;
  width: 4px;
  height: 1px;
}
.main .right .right2 .bot2 .part2:hover {
  color: #0068b5;
  text-decoration: underline;
}
.main .right .right2 .bot2 .part2:nth-last-child(1),
.main .right .right2 .bot2 .part2:nth-last-child(2) {
  border-bottom: none;
}
.main:nth-of-type(n+4) {
  display: none;
}
@media (max-width: 1200px) {
  .main1 .bot .classify .left .switch1 {
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
  }
  .nav .left {
    width: 10px;
    height: auto;
    margin-right: 5px;
  }
  .main1 .top {
    font-size: 14px;
    width: 50%;
  }
  .main1 .top span {
    font-size: 16px;
    color: #0068b5;
    margin-right: 5px;
  }
  .main2 .part1 .top .left::after {
    left: 0;
    width: 3px;
  }
  .main .right .right2 .bot2 .part2 {
    font-size: 12px;
    color: #666666;
    width: 100%;
    height: 25px;
    line-height: 25px;
  }
  .main .right .right2 .bot2 .part2:nth-last-child(2) {
    border-bottom: 1px dashed #ccc;
  }
  .main .right .right2 .bot1 .part1 .num {
    width: 13px;
    height: 15px;
  }
  .main .right .right2 .bot1 .part1 .tit {
    font-size: 12px;
    width: calc(100% - 17px);
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
  .main .right .right2 .top {
    font-size: 14px;
    height: 25px;
  }
  .main .right .right2 .top img {
    width: 8px;
    height: 8px;
    margin: 0 0.5rem;
  }
  .main .left .part .bott .time img,
  .main .left .part .bott .source img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .main .left .part .bott .time {
    margin-right: 15px;
  }
  .main .left .part {
    width: 100%;
    height: 9rem;
  }
}
@media (max-width: 900px) {
  .main .left .part {
    width: 100%;
    height: 11rem;
  }
}
