.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;
}
.main {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.main .left {
  width: 51.875rem;
  padding-top: 1.25rem;
}
.main .left .tit {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
}
.main .left .m-tit {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  color: #333;
  /*font-weight: 600;*/
}
.main .left .detail {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  color: #666666;
  font-size: 0.875rem;
}
.main .left .bot {
  margin-bottom: 3.125rem;
  font-size: 1.05rem;
  line-height: 2;
}
.main .left .bot p{
  margin-top:5px;
  margin-bottom:5px;
  text-indent: 2em;
}
.main .left .bot *{
  text-wrap:unset!important;
}
.main .left .bot p img{
  max-width: 100%;
}
.main .left .tip {
  font-size: 0.875rem;
  color: #333;
}
.main .left .tip span {
  color: #0068b5;
}
.main .right {
  width: 18.75rem;
}
.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;
}
@media (max-width: 1200px) {
  .nav .left {
    width: 10px;
    height: auto;
    margin-right: 5px;
  }
  .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;
  }
}
