.main {
  width: 75rem;
  margin: 0 auto;
}
.main .main1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .main1 .main1-1 .top {
  width: 17.75rem;
  background-color: #0068b5;
  height: 3.625rem;
  padding: 0 1.875rem;
  font-size: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .main1 .main1-1 .bot {
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 14px;
}
.main .main1 .main1-1 .bot .bot1 {
  font-size: 1rem;
  color: #333333;
  display: flex;
  align-items: center;
  padding-left: 1.875rem;
  min-height: 3.026rem;
  border-bottom: 1px dashed #ececec;
}
.main .main1 .main1-1 .bot .bot1 .left {
  display: flex;
  align-items: center;
  width: 9.0625rem;
  margin-right: 0.625rem;
}
.main .main1 .main1-1 .bot .bot1 .left img {
  margin-right: 1.25rem;
  width: 1.5625rem;
}
.main .main1 .main1-1 .bot .bot1 .right {
  width: 0.4375rem;
  height: 0.875rem;
}
.main .main1 .main1-1 .bot .bot1:nth-last-child(1) {
  border-bottom: none ;
}
.main .main1 .main1-1 .bot .bot1:hover {
  color: #0068b5;
}
.main .main1 .main1-1 .bot .active {
  color: #0068b5;
}
.main .main1 .main1-2 {
  width: 37.5rem;
}
.main .main1 .main1-2 .banner {
  width: 100% ;
  height: 16.5625rem;
}
.main .main1 .main1-2 .banner img {
  width: 100%;
  height: 100%;
}
.main .main1 .main1-2 .top {
  margin-top: 1.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background-color: #f5f5f5;
  border: 1px solid #dddfe2;
  border-bottom: none;
  padding-left: 0.75rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}
.main .main1 .main1-2 .bot {
  border: 1px solid #dddfe2;
  border-top: none ;
  box-sizing: border-box;
}
.main .main1 .main1-2 .bot .part2 {
  display: block;
  font-size: 0.875rem;
  height: 2.875rem;
  padding-left: 1.5625rem;
  box-sizing: border-box;
}
.main .main1 .main1-2 .bot .part2 .left {
  color: #333;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main .main1 .main1-2 .bot .part2 .left img {
  margin-right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}
.main .main1 .main1-2 .bot .part2 .left div {
  width: calc(100% - 1.125rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dashed #ececec;
  line-height: 2.875rem;
}
.main .main1 .main1-2 .bot .part2 .left:hover {
  color: #0068b5;
}
.main .main1 .main1-2 .bot .part2:nth-last-child(1) .left div {
  border-bottom: none;
}
.main .main1 .main1-2:nth-of-type(n+3) {
  display: none;
}
.main .main1 .main1-3 {
  width: 18.75rem;
  border-top: 5px solid #0068b5;
}
.main .main1 .main1-3 .login {
  width: 100%;
  height: 16.875rem;
  border: 1px solid #ececec;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  margin-bottom: 0.875rem;
}
.main .main1 .main1-3 .login .tit {
  color: #0e5ca5;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  width: 12.5rem;
  border-bottom: 1px solid #8baac6;
  padding-bottom: 0.5rem;
}
.main .main1 .main1-3 .login .tit img {
  width: 1.0625rem;
  height: 1.1875rem;
  margin-right: 0.625rem;
}
.main .main1 .main1-3 .login form div {
  height: 2.8125rem;
  width: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 0.75rem;
  box-sizing: border-box;
}
.main .main1 .main1-3 .login form div input {
  border: none;
  outline: none;
  width: calc(100% - 1.25rem);
  color: #333;
  font-size: 0.875rem;
}
.main .main1 .main1-3 .login form div input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.main .main1 .main1-3 .login form div img {
  height: 0.8125rem;
  margin-right: 0.375rem;
}
.main .main1 .main1-3 .login form button {
  width: 12.5rem;
  height: 1.875rem;
  background-color: #0068b5;
  border: none;
  outline: none;
  color: #fff;
  margin: 1.25rem auto 1.875rem;
}
.main .main1 .main1-3 .login .bot {
  display: flex;
  font-size: 0.875rem;
  color: #999999;
}
.main .main1 .main1-3 .login .bot div {
  position: relative;
  margin-right: 0.75rem;
}
.main .main1 .main1-3 .login .bot div:nth-child(1)::after {
  content: '';
  background-color: #999;
  width: 1px;
  height: 80%;
  position: absolute;
  right: -0.375rem;
  top: 10%;
}
.main .main1 .main1-3 .addd {
  float: right;
}
.main .main1 .addd {
  width: 18.125rem;
  height: 5rem;
  margin-bottom: 0.625rem;
}
.main .main2 {
  margin-top: 2.5rem;
}
.main .main2 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main .main2 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main .main2 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 0.625rem;
}
.main .main2 .bot .classify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e5f0f7;
}
.main .main2 .bot .classify .left {
  display: flex;
}
.main .main2 .bot .classify .left .switch1 {
  width: 6.875rem;
  height: 2.625rem;
  color: #333;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main2 .bot .classify .left .active {
  background-color: #0068b5;
  color: #fff;
}
.main .main2 .bot .classify .left .switch1:hover {
  background-color: #0068b5;
  color: #fff;
}
.main .main2 .bot .classify .right {
  color: #999999;
  font-size: 0.75rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
}
.main .main2 .bot .classify .right img {
  width: 0.875rem;
  margin-left: 0.3125rem;
}
.main .main2 .bot .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.main .main2 .bot .bottom .bot1 {
  width: 27.1875rem;
}
.main .main2 .bot .bottom .bot1 .top {
  display: flex;
  width: 100%;
  padding: 0;
  border-bottom: none;
}
.main .main2 .bot .bottom .bot1 .top .left {
  width: 11.4375rem;
  height: 8.5625rem;
  margin-right: 0.75rem;
  overflow: hidden;
}
.main .main2 .bot .bottom .bot1 .top .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .main2 .bot .bottom .bot1 .top .left:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main .main2 .bot .bottom .bot1 .top .right {
  width: calc(100% - 12.1875rem);
  padding-top: 0.5rem;
}
.main .main2 .bot .bottom .bot1 .top .right .tit {
  font-size: 1rem;
  color: #0068b5;
  margin-bottom: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main2 .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;
}
.main .main2 .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;
}
.main .main2 .bot .bottom .bot1 .part1 img {
  width: 0.3125rem;
  margin-right: 0.25rem;
}
.main .main2 .bot .bottom .bot1 .part1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main2 .bot .bottom .bot1 .part1:hover {
  color: #0068b5;
}
.main .main2 .bot .bottom .bot2 .top1 {
  width: 17.3125rem;
  height: 13.0625rem;
  overflow: hidden;
  position: relative;
  display: block;
}
.main .main2 .bot .bottom .bot2 .top1 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .main2 .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;
}
.main .main2 .bot .bottom .bot2 .top1:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main .main2 .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;
}
.main .main2 .bot .bottom .bot2 .part1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main2 .bot .bottom .bot2 .part1 img {
  width: 0.3125rem;
  margin-right: 0.25rem;
}
.main .main2 .bot .bottom .bot2 .part1:hover {
  color: #0068b5;
}
.main .main2 .bot .bottom:nth-of-type(n+3) {
  display: none;
}
.main .main3 {
  display: flex;
  justify-content: space-between;
  margin-top: 4.6875rem;
}
.main .main3 .left {
  width: 15.875rem;
  height: 30rem;
  position: relative;
  color: #fff;
}
.main .main3 .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.main .main3 .left .tit1 {
  font-size: 1.75rem;
  text-align: center;
  padding-top: 4.375rem;
  margin-bottom: 1.5rem;
}
.main .main3 .left .tit2 {
  font-size: 1rem;
  text-align: center;
}
.main .main3 .left .more {
  width: 10rem ;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-color: #fff;
  color: #e41b1b;
  font-size: 1rem ;
  position: absolute;
  left: 2.375rem;
  bottom: 4.375rem;
}
.main .main3 .right {
  width: 58.4375rem;;
}
.main .main3 .right .top {
  width: 58.4375rem;
  height: 2.5rem;
  background-color: #0068b5;
  display: flex;
  align-items: center;
  padding-left: 1.4375rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.375rem;
}
.main .main3 .right .top img {
  margin-right: 0.4375rem;
  width: 1.875rem;
}
.main .main3 .right .bot {
  border: 0.0625rem solid #e9e9e8;
  padding: 0.625rem 1.25rem;
  margin-top: 0.625rem;
  padding-bottom: 0;
}
.main .main3 .right .bot .mid {
  margin-bottom: 1.875rem;
}
.main .main3 .right .bot .mid span {
  padding: 0.625rem;
  font-size: 1.25rem;
  color: #333;
  border-top: 2px solid #0068b5;
  border-left: 1px solid #eaeae9;
  border-right: 1px solid #dcdcda;
  position: relative;
  display: inline-block;
}
.main .main3 .right .bot .mid span::after {
  position: absolute;
  content: '';
  right: -50rem;
  bottom: 0;
  background-color: #dcdcda;
  height: 1px;
  width: 50rem;
}
.main .main3 .right .bot .part {
  display: flex;
  flex-wrap: wrap;
}
.main .main3 .right .bot .part .part1 {
  margin-bottom: 1.86rem;
  width: 33%;
  font-size: 0.875rem;
  color: #333;
  display: flex;
  align-items: center;
}
.main .main3 .right .bot .part .part1 img {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.5rem;
}
.main .main3 .right .bot .part .part1 span {
  width: calc(100% - 2rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main3 .right .bot .part .part1:hover {
  color: #0068b5;
  text-decoration: underline;
}
.main .ad {
  width: 100%;
  margin: 3.75rem auto;
}
.main .ad img {
  width: 100%;
}
.main .main4 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main .main4 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main .main4 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 0.625rem;
  display: flex;
  justify-content: space-between;
}
.main .main4 .bot .bot1 {
  width: 36.875rem;
  margin-top: 2.5rem;
}
.main .main4 .bot .bot1 .top1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .main4 .bot .bot1 .top1 .left {
  border-bottom: 1px solid #0068b5;
  color: #0068b5;
  font-size: 1.125rem;
  padding-right: 2.5rem;
  padding-bottom: 0.5rem;
}
.main .main4 .bot .bot1 .top1 .right {
  width: 0.8125rem;
  height: 0.8125rem;
}
.main .main4 .bot .bot1 .top1 .right img {
  width: 100%;
  height: 100%;
}
.main .main4 .bot .bot1 .part {
  border-top: 1px solid #8ebbde;
  padding-top: 1.25rem;
}
.main .main4 .bot .bot1 .part .part1 {
  display: flex;
}
.main .main4 .bot .bot1 .part .part1 .left {
  width: 15rem;
  height: 8.4375rem;
  overflow: hidden;
}
.main .main4 .bot .bot1 .part .part1 .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .main4 .bot .bot1 .part .part1 .left:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main .main4 .bot .bot1 .part .part1 .right {
  margin-left: 1.25rem;
  width: calc(100% - 16.25rem);
}
.main .main4 .bot .bot1 .part .part1 .right .tit1 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #0068b5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.main .main4 .bot .bot1 .part .part1 .right .tit2 {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.main .main4 .bot .bot1 .part .part2 {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.main .main4 .bot .bot1 .part .part2 .left {
  color: #333;
  display: flex;
  align-items: center;
  width: 30rem;
}
.main .main4 .bot .bot1 .part .part2 .left img {
  margin-right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}
.main .main4 .bot .bot1 .part .part2 .left div {
  width: calc(100% - 1.1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main4 .bot .bot1 .part .part2 .left:hover {
  color: #0068b5;
}
.main .main4 .bot .bot1 .part .part2 .time {
  color: #999999;
}
.main .main5 {
  position: relative;
  margin-top: 2.5rem;
}
.main .main5 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main .main5 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main .main5 .top .more {
  position: absolute;
  right: 0;
  top: 1.5rem;
  color: #666666;
  font-size: 1rem;
}
.main .main5 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.main .main5 .bot .bot1 {
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  width: 13.75rem;
}
.main .main5 .bot .bot1 .top {
  border: 1px solid #e6e6e6;
  width: 13.75rem;
  height: 11.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
.main .main5 .bot .bot1 .top img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.main .main5 .bot .bot1 .tit {
  padding: 1.25rem 0.625rem;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  color: #333;
}
.main .main5 .bot .bot1:hover .top {
  border: 1px solid #0068b5;
  transition: all 0.5s;
}
.main .main5 .bot .bot1:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main .main5 .bot .bot1:hover .tit {
  color: #0068b5;
}
.main .main6 {
  display: flex;
  justify-content: space-between;
}
.main .main6 .part1 {
  width: 52.1875rem;
}
.main .main6 .part1 .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;
  box-sizing: border-box;
}
.main .main6 .part1 .top .left {
  font-size: 1.25rem;
  color: #333;
}
.main .main6 .part1 .top .right {
  color: #969696;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.main .main6 .part1 .top .right img {
  width: 0.875rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
}
.main .main6 .part1 .bot {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #dddfe2;
  border-right: 1px solid #dddfe2;
  border-bottom: 1px solid #dddfe2;
  padding-left: 0.75rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.main .main6 .part1 .bot .bot1 {
  display: flex;
  border-bottom: 1px dashed #ececec;
  width: 50%;
  padding: 0.875rem 0.625rem 0.875rem 0;
  box-sizing: border-box;
}
.main .main6 .part1 .bot .bot1 .left {
  width: 10.375rem;
  height: 7.75rem;
  overflow: hidden;
}
.main .main6 .part1 .bot .bot1 .left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .main6 .part1 .bot .bot1 .left:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main .main6 .part1 .bot .bot1 .right {
  margin-left: 0.625rem;
  padding-top: 0.625rem;
  width: calc(100% - 11rem);
}
.main .main6 .part1 .bot .bot1 .right .tit {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main6 .part1 .bot .bot1 .right .tit:hover {
  color: #0068b5;
}
.main .main6 .part1 .bot .bot1 .right .desc {
  font-size: 0.875rem;
  color: #646464;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.main .main6 .part2 {
  width: 21.5625rem;
}
.main .main6 .part2 .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;
  box-sizing: border-box;
}
.main .main6 .part2 .top .left {
  font-size: 1.25rem;
  color: #333;
}
.main .main6 .part2 .top .right {
  color: #969696;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.main .main6 .part2 .top .right img {
  width: 0.875rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
}
.main .main6 .part2 .bot {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #dddfe2;
  border-right: 1px solid #dddfe2;
  border-bottom: 1px solid #dddfe2;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.main .main6 .part2 .bot .bot1 {
  border-bottom: 1px dashed #ececec;
  width: 100%;
}
.main .main6 .part2 .bot .bot1 li {
  width: 100%;
  padding: 0 0.625rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #333333;
  height: 2.8rem;
  line-height: 2.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main6 .part2 .bot .bot1 li:hover {
  color: #0068b5;
}
.main .main7 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main .main7 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main .main7 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 0.625rem;
}
.main .main7 .bot .classify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e5f0f7;
}
.main .main7 .bot .classify .left {
  display: flex;
}
.main .main7 .bot .classify .left .switch1 {
  width: 6.875rem;
  height: 2.625rem;
  color: #333;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main7 .bot .classify .left .active {
  background-color: #0068b5;
  color: #fff;
}
.main .main7 .bot .classify .left .switch1:hover {
  background-color: #0068b5;
  color: #fff;
}
.main .main7 .bot .classify .right {
  color: #999999;
  font-size: 0.75rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
}
.main .main7 .bot .classify .right img {
  width: 0.875rem;
  margin-left: 0.3125rem;
}
.main .main7 .bot .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
.main .main7 .bot .bottom .part7 {
  border-bottom: 1px dashed #ebebeb;
  display: flex;
  align-items: center;
  width: 35.625rem;
  font-size: 0.9375rem;
  height: 3rem;
}
.main .main7 .bot .bottom .part7 .tit {
  width: 19.375rem;
  margin-right: 0.625rem;
  color: #0068b5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main7 .bot .bottom .part7 .tit img {
  width: 0.3125rem;
  margin-right: 0.25rem;
}
.main .main7 .bot .bottom .part7 .company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 15.625rem;
  color: #333333;
}
.main .main7 .bot .bottom .part7:hover {
  text-decoration: underline;
}
.main .main7 .bot .bottom:nth-of-type(n+3) {
  display: none;
}
.main .main8 {
  margin-top: 2.5rem;
}
.main .main8 .top {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 6.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0068b5;
  width: 40%;
}
.main .main8 .top span {
  font-size: 2rem;
  color: #0068b5;
  margin-right: 0.625rem;
  font-weight: 600;
}
.main .main8 .bot {
  border-top: 1px solid #8ebbde;
  padding-top: 0.625rem;
  display: flex;
  justify-content: space-between;
}
.main .main8 .bot .main8-left {
  width: 32.8125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .main8 .bot .main8-left a {
  width: 15.9375rem;
  height: 5.625rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.main .main8 .bot .main8-left a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .main8 .bot .main8-left a:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.main .main8 .bot .main8-right {
  width: 41.25rem;
}
.main .main8 .bot .main8-right .part2 {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  height: 2.4rem;
  align-items: center;
  border-bottom: 1px dashed #ebebeb;
}
.main .main8 .bot .main8-right .part2 .left {
  color: #333;
  display: flex;
  align-items: center;
  width: 30rem;
}
.main .main8 .bot .main8-right .part2 .left img {
  margin-right: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}
.main .main8 .bot .main8-right .part2 .left div {
  width: calc(100% - 1.1rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main8 .bot .main8-right .part2 .right {
  width: 11.25rem;
  color: #666;
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
}
.main .main8 .bot .main8-right .part2 .right .time span {
  color: #e02134;
}
.main .main8 .bot .main8-right .part2:hover .left {
  color: #0068b5;
}
.main .main8 .bot .main8-right .part2:hover .right .add {
  color: #e02134;
}
a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .main .main1 .main1-3 .login form button {
    height: auto;
    width: 100%;
    padding: 5px 0;
  }
  .main .main2 .bot .classify .left .switch1,
  .main .main7 .bot .classify .left .switch1 {
    height: 30px;
  }
  .main .main2 .bot .classify .right img,
  .main .main7 .bot .classify .right img {
    width: 12px;
    margin-left: 5px;
  }
  .main .main6 .part1 .top,
  .main .main6 .part2 .top {
    height: 30px;
  }
  .main .main6 .part1 .top .right img,
  .main .main6 .part2 .top .right img {
    width: 12px;
    height: auto;
    margin-left: 5px;
  }
  .main .main3 .right .top {
    height: 30px;
    font-size: 14px;
    width: 100%;
  }
  .main .main2 .bot .bottom .bot1 .top {
    display: flex;
    flex-direction: column;
  }
  .main .main2 .bot .bottom .bot1 .top .left {
    width: 100%;
    height: 20.2534rem;
    margin-right: 0;
    overflow: hidden;
    display: none;
  }
  .main .main2 .bot .bottom .bot1 .part1 {
    height: 30px;
  }
  .main .main2 .bot .bottom .bot1 .part1 img {
    width: 5px;
    margin-right: 5px;
  }
  .main .main2 .bot .bottom .bot1 .top .right {
    width: 100%;
    padding-top: 0.5rem;
  }
  .main .main2 .bot .bottom .bot2 .top1 .tit {
    height: 25px;
    line-height: 25px;
  }
  .main .main2 .bot .bottom .bot2 .part1 img {
    width: 5px;
    margin-right: 5px;
  }
  .main .main3 .right .bot .part .part1 {
    width: 50%;
  }
  .main .main3 .right .bot .part .part1 img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .main .main3 .left {
    width: 23.8125rem;
    height: 45rem;
    position: relative;
    color: #fff;
  }
  .main .main3 .right {
    width: 51.1875rem;
  }
  .main .main3 .left .more {
    left: 6.9rem;
    bottom: 10rem;
  }
  .main .main4 .top span,
  .main .main5 .top span,
  .main .main7 .top span,
  .main .main8 .top span {
    font-size: 16px;
  }
  .main .main4 .top,
  .main .main5 .top,
  .main .main7 .top,
  .main .main8 .top {
    font-size: 14px;
    width: 60%;
  }
  .main .main4 .bot .bot1 .top1 .left {
    font-size: 14px;
  }
  .main .main4 .bot .bot1 .top1 .right {
    width: 8px;
    height: 8px;
  }
  .main .main4 .bot .bot1 .part .part2 .left img {
    margin-right: 5px;
    width: 10px;
    height: 10px;
  }
  .main .main4 .bot .bot1 .part .part2 .left {
    width: 25rem;
  }
  .main .main4 .bot .bot1 .part .part1 .right .tit1 {
    line-clamp: 1;
    -webkit-line-clamp: 1;
  }
  .main .main5 .bot .bot1 {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
    width: 17.1875rem;
  }
  .main .main5 .bot .bot1 .top {
    border: 1px solid #e6e6e6;
    width: 17.8125rem;
    height: 14.0625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
  }
  .main .main6 .part1 .bot .bot1 {
    display: flex;
    flex-direction: column;
  }
  .main .main6 .part1 .bot .bot1 .left {
    width: 100%;
    height: 19.1227rem;
    overflow: hidden;
  }
  .main .main6 .part1 .bot .bot1 .right {
    margin-left: 0;
    padding-top: 5px;
    width: 100%;
  }
  .main .main6 .part2 .bot .bot1 li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .main .main6 .part1 .bot .bot1 .right .desc {
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .main .main6 .part1 .bot .bot1:nth-child(n+5) {
    display: none;
  }
  .main .main7 .bot .bottom .part7 .tit img {
    width: 5px;
    margin-right: 5px;
  }
  .main .main8 .bot .main8-right .part2 {
    height: 30px;
  }
  .main .main8 .bot .main8-right .part2 .left img {
    margin-right: 0.375rem;
    width: 8px;
    height: 8px;
  }
  .main .main3 .right .bot .mid span::after {
    position: absolute;
    content: '';
    right: -40rem;
    bottom: 0;
    background-color: #dcdcda;
    height: 1px;
    width: 40rem;
  }
  .main .main3 .right .top img {
    margin-right: 5px;
    width: 15px;
  }
  .main .main6 .part1 .bot .bot1:nth-child(n+3) {
    display: none;
  }
  .main .main6 .part2 .bot .bot1:nth-child(n+9) {
    display: none;
  }
  .main .main1 .main1-3 .addd:nth-child(n+3) {
    display: none;
  }
  .main .main1 .main1-3 .login {
    width: 100%;
    height: 28.125rem;
  }
  .main .main1 .main1-3 .login .tit {
    width: 16rem;
  }
  .main .main1 .main1-3 .login form div {
    height: 30px;
    width: 16rem;
  }
  .main .main1 .main1-3 .login form div img {
    height: 10px;
  }
}
@media (max-width: 900px) {
  .main .main1 .main1-1 .bot .bot1 .right {
    width: 4px;
    height: auto;
  }
  .main .main1 .main1-2 .bot .part2 {
    height: 25px;
  }
  .main .main1 .main1-2 .bot .part2:nth-child(n+5) {
    display: none;
  }
  .main .main4 .bot .bot1 .part .part1 {
    display: flex;
    flex-direction: column;
  }
  .main .main4 .bot .bot1 .part .part1 .left {
    width: 100%;
    height: 20.74rem;
    overflow: hidden;
  }
  .main .main4 .bot .bot1 .part .part1 .right {
    margin-left: 0;
    width: 100%;
    padding-top: 5px;
  }
  .main .main7 .bot .bottom .part7 {
    flex-direction: column;
    height: 40px;
  }
  .main .main7 .bot .bottom .part7 .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .main .main7 .bot .bottom .part7 .company {
    width: 100%;
    color: #333333;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .main .main8 .bot .main8-left a {
    width: 32.8125rem;
    height: 11.58rem;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .main .main8 .bot .main8-left a:nth-child(n+5) {
    display: none;
  }
  .main .main8 .bot .main8-right .part2 {
    height: 35px;
  }
  .main .main8 .bot .main8-right .part2 .left {
    width: 28rem;
  }
  .main .main8 .bot .main8-right .part2 .right {
    width: 13rem;
  }
  .main .main6 .part2 .bot .bot1:nth-child(n+8) {
    display: none;
  }
}
