main .banner {
  background-color: #000;
  width: 100%;
  position: relative;
}
main .banner .prbg {
  opacity: 0.7;
  width: 100%;
}
main .banner p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
main .bgf {
  background-color: #333;
  display: flex;
  justify-content: space-between;
}
main .bgf .nva {
  display: flex;
  justify-content: space-between;
  width: 90%;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
main .bgf .nva .left {
  width: 70%;
  height: 100%;
  display: flex;
}
main .bgf .nva .left a {
  font-size: 15px;
  padding: 2%;
  color: #fff;
}
main .bgf .nva .left .active {
  background-color: #e50000;
}
main .bgf .nva .left a:hover {
  background-color: #e50000;
}
main .bgf .nva .right {
  display: flex;
  align-items: center;
  font-size: 0;
}
main .bgf .nva .right a,
main .bgf .nva .right span {
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
  margin-right: 5px;
  position: relative;
}
main .bgf .nva .right a::before {
  position: absolute;
  content: ">";
  right: 0;
  color: #fff;
}
main .bgf .nva .right span {
  padding: 0;
  margin: 0;
}
main .bgf .nva .right .a1 {
  padding-right: 0;
  margin-right: 5px;
}
main .bgf .nva .right .a1 .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
main .bgf .nva .right .a1::before {
  display: none;
}
main .bgf3 {
  background-color: #f2f2f2;
  width: 100%;
}
main .bgf3 .more {
  width: 90%;
  box-sizing: border-box;
  padding: 2% 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
}
main .bgf3 .more .newlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 2% 0;
}
main .bgf3 .more .newlist .newgo {
  display: flex;
  width: 100%;
  height: 260px;
  overflow: hidden;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
main .bgf3 .more .newlist .newgo .left {
  height: 100%;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background-color ease 0.6s;
  position: relative;
}
main .bgf3 .more .newlist .newgo .left .p1 {
  min-height: 20px;
  font-size: 70px;
  color: #e50000;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
}
main .bgf3 .more .newlist .newgo .left .p2 {
  min-height: 20px;
  font-size: 20px;
  color: #e50000;
  line-height: 1.5;
  font-family: Arial;
  text-align: center;
  transition: all 0.5s ease;
}
main .bgf3 .more .newlist .newgo .left::after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 50%;
  z-index: 3;
  right: -5%;
  transform: translate(5%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e50000;
  /* 这里设置颜色 */
  transition: all ease-in 1s, all ease-out 0s;
}
main .bgf3 .more .newlist .newgo .right {
  position: relative;
  width: 80%;
  display: flex;
  height: 100%;
  padding-left: 5%;
  align-items: center;
  justify-content: space-between;
  transition: background-color ease 0.6s;
}
main .bgf3 .more .newlist .newgo .right .one {
  width: 70%;
  display: flex;
  height: 94%;
  flex-direction: column;
  justify-content: center;
}
main .bgf3 .more .newlist .newgo .right .one h1 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
main .bgf3 .more .newlist .newgo .right .one p {
  line-height: 30px;
  font-size: 14px;
  color: #777777;
  font-weight: normal;
  margin-bottom: 20px;
}
main .bgf3 .more .newlist .newgo .right .two {
  width: 25%;
  height: 85%;
  padding: 0 2%;
  overflow: hidden;
}
main .bgf3 .more .newlist .newgo .right .two img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main .bgf3 .more .newlist .newgo .right::after {
  position: absolute;
  height: 1px;
  content: "";
  width: 5%;
  background-color: #333;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  transition: all ease-in 1s, all ease-out 0s;
}
main .bgf3 .more .newgo:hover .left {
  background-color: #e50000;
}
main .bgf3 .more .newgo:hover .left .p1,
main .bgf3 .more .newgo:hover .left .p2 {
  color: #fff;
}
main .bgf3 .more .newgo:hover .left::after {
  opacity: 1;
}
main .bgf3 .more .newgo:hover .right {
  background-color: #fff;
}
main .bgf3 .more .newgo:hover .right .one h1 {
  color: #e50000;
}
main .bgf3 .more .newgo:hover .right .two img {
  transform: scale(1.1);
}
main .bgf3 .more .newgo:hover .right::after {
  background-color: #e50000;
}
main .bgf3 .more .pages {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
main .bgf3 .more .pages a,
main .bgf3 .more .pages .thisclass {
  margin: 0 0.5%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .bgf3 .more .pages .thisclass {
  background-color: #e50000;
  color: #fff;
}
main .bgf3 .more .pages a:hover {
  background-color: #e50000;
  color: #fff;
}
main .bgf3 .mores {
  width: 90%;
  box-sizing: border-box;
  padding: 2% 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
}
main .bgf3 .mores .newleft {
  width: 70%;
  background-color: #fff;
  padding: 2%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
main .bgf3 .mores .newleft h1 {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  padding-bottom: 2%;
  border-bottom: 1px solid #dddddd;
}
main .bgf3 .mores .newleft .date {
  margin: 1% 0;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.5;
}
main .bgf3 .mores .newleft .Abstract {
  padding: 15px;
  background-color: #f5f5f5;
  margin-top: 20px;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.8;
}
main .bgf3 .mores .newleft .newsmore {
  font-size: 14px;
  color: #666666;
  line-height: 2;
  margin-top: 30px;
}
main .bgf3 .mores .newleft .newsmore p {
  padding-bottom: 5px;
}
main .bgf3 .mores .newleft .newsmore img {
  max-width: 80%;
}
main .bgf3 .mores .newleft .bottom {
  margin-top: 2%;
  border-top: 6px solid #f5f5f5;
  padding: 2% 0;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
main .bgf3 .mores .newright {
  width: 25%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
main .bgf3 .mores .newright .rittop {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 5%;
  display: flex;
  flex-direction: column;
}
main .bgf3 .mores .newright .rittop h1 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 2%;
  border-bottom: 1px solid #dddddd;
}
main .bgf3 .mores .newright .rittop .morenews {
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dddddd;
}
main .bgf3 .mores .newright .rittop .morenews .np1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #333333;
  padding-left: 15px;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022061015545669377/cms/image/de378b30-b55f-4eab-91de-bef0d9ae88aa.png) no-repeat left center;
}
main .bgf3 .mores .newright .rittop .morenews .np2 {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 5px;
  padding-left: 15px;
}
main .bgf3 .mores .newright .rittop .morenews:hover .np1 {
  color: #0656a9;
}
main .bgf3 .mores .newright .ritbom {
  margin-top: 5%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 5%;
  display: flex;
  flex-direction: column;
}
main .bgf3 .mores .newright .ritbom h1 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 2%;
}
main .bgf3 .mores .newright .ritbom .p_share {
  display: flex;
  width: 100%;
}
main .bgf3 .mores .newright .ritbom .p_share .iShare_facebook,
main .bgf3 .mores .newright .ritbom .p_share .iShare_linkedin,
main .bgf3 .mores .newright .ritbom .p_share .iShare_twitter,
main .bgf3 .mores .newright .ritbom .p_share .iShare_tumblr,
main .bgf3 .mores .newright .ritbom .p_share .iShare_pinterest {
  width: 40px;
  height: 40px;
  margin-right: 2%;
}
main .bgf3 .mores .newright .ritbom .p_share .iShare_facebook img,
main .bgf3 .mores .newright .ritbom .p_share .iShare_linkedin img,
main .bgf3 .mores .newright .ritbom .p_share .iShare_twitter img,
main .bgf3 .mores .newright .ritbom .p_share .iShare_tumblr img,
main .bgf3 .mores .newright .ritbom .p_share .iShare_pinterest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .bgf3 .mores .newright .ritbom .goout {
  margin-top: 5%;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  background-color: #e50000;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
main .bgf3 .mores .newright .ritbom .goout:hover {
  background-color: #333333;
}
@media screen and (max-width: 970px) {
  main {
    margin-top: 47px;
  }
  main .banner {
    height: 150px;
  }
  main .banner img {
    height: 100%;
    object-fit: cover;
  }
  main .bgf {
    width: 100%;
  }
  main .bgf .nva {
    width: 100%;
  }
  main .bgf .nva .left {
    width: 100%;
    flex-wrap: wrap;
  }
  main .bgf .nva .left a {
    font-size: 14px;
  }
  main .bgf .nva .right {
    display: none;
  }
  main .bgf3 .more {
    width: 100%;
    padding: 5%;
    margin: 0;
  }
  main .bgf3 .more .newlist {
    padding: 0;
  }
  main .bgf3 .more .newlist .newgo {
    flex-direction: column-reverse;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 5%;
  }
  main .bgf3 .more .newlist .newgo .left {
    box-sizing: border-box;
    padding: 5%;
    padding-top: 0;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: left;
  }
  main .bgf3 .more .newlist .newgo .left .p1,
  main .bgf3 .more .newlist .newgo .left .p2 {
    font-weight: 400;
    color: #999;
    font-size: 12px;
    min-height: auto;
    margin-right: 2%;
  }
  main .bgf3 .more .newlist .newgo .left .p2 {
    margin-right: 0;
  }
  main .bgf3 .more .newlist .newgo .left .p1 {
    position: relative;
    padding-left: 7px;
  }
  main .bgf3 .more .newlist .newgo .left .p1::after {
    content: '-';
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  main .bgf3 .more .newlist .newgo .left::after {
    display: none;
  }
  main .bgf3 .more .newlist .newgo .right {
    width: 100%;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  main .bgf3 .more .newlist .newgo .right .one,
  main .bgf3 .more .newlist .newgo .right .two {
    box-sizing: border-box;
    padding: 2% 5%;
    width: 100%;
  }
  main .bgf3 .more .newlist .newgo .right .one h1 {
    color: #e50000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 2%;
  }
  main .bgf3 .more .newlist .newgo .right .one p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    margin-bottom: 0%;
  }
  main .bgf3 .more .newlist .newgo .right .two {
    padding: 0;
    margin-bottom: 2%;
  }
  main .bgf3 .more .newlist .newgo .right .two img {
    height: 150px;
    object-fit: cover;
  }
  main .bgf3 .more .newlist .newgo .right::after {
    display: none;
  }
  main .bgf3 .more .newlist .newgo:hover .left {
    background: none;
  }
  main .bgf3 .mores {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  main .bgf3 .mores .newleft {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }
  main .bgf3 .mores .newleft h1 {
    font-size: 18px;
  }
  main .bgf3 .mores .newleft .date {
    margin: 2% 0;
  }
  main .bgf3 .mores .newleft .Abstract {
    margin-top: 0;
  }
  main .bgf3 .mores .newleft .newsmore {
    margin-top: 5%;
  }
  main .bgf3 .mores .newleft .bottom {
    flex-direction: column;
  }
  main .bgf3 .mores .newleft .bottom a {
    width: 100%;
  }
  main .bgf3 .mores .newright {
    width: 100%;
  }
  main .bgf3 .mores .newright .rittop {
    padding-top: 0;
  }
  main .bgf3 .mores .newright .rittop h1 {
    font-size: 18px;
  }
  main .bgf3 .mores .newright .rittop .morenews {
    padding: 2% 0;
  }
  main .bgf3 .mores .newright .rittop .morenews .np1 {
    font-size: 14px;
  }
  main .bgf3 .mores .newright .rittop .morenews .np2 {
    font-size: 12px;
  }
  main .bgf3 .mores .newright .ritbom {
    margin-top: 0;
    padding-top: 0;
  }
  main .bgf3 .mores .newright .ritbom h1 {
    font-size: 18px;
  }
  main .bgf3 .mores .newright .ritbom .goout {
    font-size: 14px;
    padding: 2% 0;
  }
}
