@charset "UTF-8";
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-device-width: 992px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  .about_container {
    max-width: 90%;
    margin: 0 auto;
  }
  .about_container .more_desc {
    display: flex;
    flex-direction: row;
  }
  .about_container .more_desc .s_left {
    margin-right: 70px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .about_container .more_desc .s_left .top {
    font-size: 28px;
    font-family: OPPOSans, OPPOSans-Light;
    text-align: left;
    letter-spacing: 0.3px;
    line-height:1;
    margin-bottom: 12px;
  }
  .about_container .more_desc .s_left .bottom {
    font-size:32px;
    font-family: OPPOSans, OPPOSans-Bold;
    text-align: left;
    letter-spacing: 0.58px;
    line-height:1
  }
  .about_container .pic_box {
    margin-top: 70px;
  }
  .team_container {
    max-width: 90%;
    margin: 0 auto;
  }
  .modules_dark {
    background-color: #333333;
    padding: 70px 0;
    color: #fff;
  }
  .modules_title {
    margin: 70px auto;
    text-align: center;
  }
  .modules_title h1 {
    font-size: 32px;
    font-family: OPPOSans-Heavy;
    color: #515354;
    line-height: 1;
    letter-spacing: 0.32px;
  }
  .banner img {
    max-width: unset;
    width: 100%;
  }
  .banner .slogan {
    position: absolute;
    font-size: 58px;
    line-height: 1.65;
    letter-spacing: 0.5rem;
    padding-left: 94px;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 20;
    color: #fff;
    
    /* letter-spacing: 1px; */
}
.banner .slogan>div{
  margin-top: -50px;

}







  .banner .slogan .sec {
    /* padding-left: 92px; */
  }
  header {
    background: #d5d5d5;
    padding: 36px 0;
  }
  header .wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .wrapper .mobile_logo .icon {
    display: none;
  }
  header .wrapper .logo img {
    width: 156px;
  }
  header .wrapper .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: unset;
    top: 0px;
    padding: 0;
  }
  header .wrapper .menu .nav ul {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
  }
  header .wrapper .menu .nav ul li {
    padding: 0;
  }
  header .wrapper .menu .nav ul li a {
    /* font-size: 18px; */
    letter-spacing: 0.18px;
    font-family: OPPOSans, OPPOSans-Regular;
  }
  header .wrapper .menu .nav ul li a:hover {
    color: #bc3a31;
  }
  header .wrapper .menu .nav ul li:not(:first-child) {
    margin-left: 30px;
  }
  header .wrapper .menu .nav ul li.sel a {
    color: #bc3a31;
  }
  header .wrapper .menu .lang {
    margin-left: 20px;
  }
  header .wrapper .menu .lang span {
    letter-spacing: 0.14px;
    position: relative;
  }
  header .wrapper .menu .lang span:not(:first-child) {
    padding-left: 5px;
  }
  header .wrapper .menu .lang span:not(:first-child)::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 15px;
    width: 1px;
    background: #333;
    transform: translate(0px, -50%);
  }
  footer {
    background: #D5D5D5;
    padding: 35px 0;
    color: #515455;
  }
  footer a {
    text-align: center;
    color: #515455;
    letter-spacing: 0.16px;
  }
  footer .top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: row;
  }
  footer .top .logo {
    margin-right: 30px;
  }
  footer .top .logo img {
    width: 114px;
    display: block;
  }
  footer .top .nav {
    width: unset;
    margin: unset;
    margin-top: 0;
  }
  footer .top .nav ul {
    display: flex;
  }
  footer .top .nav ul li {
    padding: 0 15px;
    position: relative;
    width: unset;
  }
  footer .top .nav ul li:not(:first-child):after {
    position: absolute;
    content: "";
    width: 1px;
    background: #515455;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
  }
  footer .top .nav ul li:last-child {
    padding-right: 0;
  }
  footer .top .nav ul li:first-child {
    padding-left: 0;
  }
  footer .top .nav ul li a {
    font-size: 16px;
  }
  footer .top .nav ul li a:hover {
    color: #bc3a31;
  }
  footer .top .nav ul li.sel a {
    color: #bc3a31;
  }
  footer .bottom {
    display: flex;
    justify-content: center;
  }
  footer .bottom ul {
    display: flex;
    align-items: center;
  }
  footer .bottom ul li {
    font-size: 12px;
    letter-spacing: 0.12px;
  }
  footer .bottom ul li:not(:first-child) {
    margin-left: 30px;
    padding: 0;
  }
  footer .bottom ul li:first-child {
    width: unset;
    padding-bottom: 0;
  }
  footer .bottom ul li a {
    display: inline;
    font-family: OPPOSans-Regular;
    font-weight: unset;
  }
  .home_about .home_about_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .home_about .home_about_title .left {
    font-size: 32px;
    font-family: OPPOSans-Regular;
    color: #ffffff;
    letter-spacing: 0.32px;
   
  }
  .home_about .desc {
    font-size: 20px;
    font-family: OPPOSans, OPPOSans-Light;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin-bottom: 70px;
  }
  .home_about .data dl {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0;
  }
  .home_about .data dl dd {
    width: 33.33%;
    text-align: center;
    padding: 30px 0;
  }
  .home_about .data dl dd .num .font {
    display: inline;
    position: relative;
  }
  .home_about .data dl dd .num .font span {
    display: inline;
    font-size: 80px;
    color: #ffffff;
    letter-spacing: -11px;
    line-height: 1;
  }
  .home_about .data dl dd .num .font .unit {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -35px;
    bottom: 0;
    background: #bc3a31;
    border-radius: 50%;
    line-height: 30px;
  }
  .home_about .data dl dd .title {
    font-size: 20px;
    color: #ffffff;
    line-height: 35px;
    letter-spacing: 0.2px;
  }
  .zhijiedate{
    font-size: 8px;
    font-family: OPPOSans-Light;
    color: #ffffff;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin-left: 60%;
    margin-top: 60px;
  
  }
  .home_card dl dd {
    display: flex;
    flex-direction: row;
  }
  .home_card dl dd:nth-child(2) {
    flex-direction: unset;
  }
  .home_card dl dd .pic {
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    height: unset;
  }
  .home_card dl dd .content {
    padding: 70px 0;
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .home_card dl dd .content .title {
    font-size: 32px;
    font-family:OPPOSans-Bold;
    text-align: left;
    color: #515354;
    line-height: 50px;
    letter-spacing: 0.32px;
    font-weight: 900;
  }
  .home_card dl dd .content .tips {
    font-size: 20px;
    color: #515354;
    line-height: 33px;
    letter-spacing: 0.2px;
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
  }
  .home_card dl dd .content .tips:after {
    width: 70px;
    height: 1px;
    background: #ba392f;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  .about_modules {
    padding: 70px 0;
  }
  .about_modules .desc {
    font-size: 20px;
    color: #515354;
    line-height: 33px;
    letter-spacing: 0.2px;
    padding-left: 0;
    text-align: justify;
  }
  .about_modules .desc p {
    margin-bottom: 30px;
  }
  .about_modules .about_gray {
    color: #515454;
    padding: 70px 0;
  }
  .about_modules .about_title {
    margin: 70px 0;
    position: relative;
  }
  .about_modules .about_title .title {
    font-family: OPPOSans-Heavy;
    font-size: 32px;
    color: #515354;
    letter-spacing: 0.32px;
    display: inline-block;
    background: #fff;
    padding-right: 35px;
    z-index: 4;
    position: relative;
  }
  .about_modules .about_title .line {
    width: 100%;
    height: 1px;
    background: #b23931;
    position: absolute;
    top: 23px;
    z-index: 0;
  }
  .about_modules .values {
    margin: 70px 0;
  }
  .about_modules .values dl {
    display: flex;
    flex-direction: row;
    margin: -35px;
  }
  .about_modules .values dl dd {
    padding: 35px;
    flex: 1;
  }
  .about_modules .values dl dd .pic {
    overflow: hidden;
  }
  .about_modules .values dl dd .pic div {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
  }
  .about_modules .values dl dd .point {
    font-size: 24px;
    text-align: center;
    color: #515455;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin: 30px 0;
  }
  .about_modules .values dl dd .point .en {
    color: #717273;
  }
  .about_modules .values dl dd .info {
    font-size: 18px;
    color: #515354;
    line-height: 30px;
    letter-spacing: 0.54px;
  }
  .about_modules .team {
    margin-top: 70px;
  }
  .about_modules .team dl {
    margin: -30px 0;
  }
  .about_modules .team dl dd {
    padding: 30px 0px;
  }
  .about_modules .team dl dd .box {
    padding: 4% 8%;
    background: #f7f7f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-direction: row;
  }
  .about_modules .team dl dd .box .pic {
    width: 270.3px;
    height: 378.25px;
    flex-shrink: 0;
    margin-right: 100px;
  }
  .about_modules .team dl dd .box .say .info {
    font-size: 20px;
    color: #515354;
    line-height: 2;
    letter-spacing: 0.24px;
    padding: 55px 11px;
    position: relative;
    text-align: justify;
    /* margin-left: 5%; */
  }
  .about_modules .team dl dd .box .say .info::before {
    background-image: url(/assets/img/yinghao1.svg);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    opacity: 0.35;
  }
  .about_modules .team dl dd .box .say .info::after {
    background-image: url(/assets/img/yinghao2.svg);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 0.35;
  }
  .about_modules .team dl dd .box .say .leader {
    font-size: 20px;
    color: #515354;
    line-height: 30px;
    text-align: right;
    margin-top: 35px;
  }
  .about_modules .team dl dd:last-child .box {
    flex-direction: unset;
  }
  .about_modules .team dl dd:last-child .box .pic {
    margin-right: 0px;
    /* margin-left: 100px; */
  }
  .about_modules .team dl dd .details {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .about_modules .team dl dd .details .warp {
    width: 80%;
    position: relative;
  }
  .about_modules .team dl dd .details .warp .close {
    position: absolute;
    right: 29px;
    top: -51px;
    cursor: pointer;
  }
  .about_modules .team dl dd .details .warp .close img {
    width: 34px;
  }
  .about_modules .team dl dd .details .warp .cont {
    display: flex;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    border-radius: 10px;
    flex-direction: row;
  }
  .about_modules .team dl dd .details .warp .cont .face {
    width: unset;
    display: none;
  }
  .about_modules .team dl dd .details .warp .cont .intro {
    padding-left: 20px;
  
  }

  .about_modules .team dl dd .details .warp .cont .intro p{
    margin-bottom:20px;
    font-family: OPPOSans-Regular;
  }
  .about_modules .team dl dd .details .warp .cont .intro .top {
    text-align: left;
    border-bottom: 2px solid #BB3A31;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about_modules .team dl dd .details .warp .cont .intro .top .name {
    font-size: 28px;
    color: #6B6B6B;
    line-height: 44px;
  }
  .about_modules .team dl dd .details .warp .cont .intro .top .position {
    font-size: 24px;
    font-weight: Regular;
    color: #6B6B6B;
    line-height: 1;
    margin-top: 5px;
  }
  .about_modules .team dl dd .details .warp .cont .intro .bottom {
    text-align: justify;
    font-size: 16px;
    color: #474747;
    line-height: 1.75;
    height: 268px;
    overflow-y: scroll;
  }
  .contact_container {
    max-width: 1080px;
    margin: 0 auto;
  }
  .contact_container .contact-main .list > li {
    margin-bottom: 70px;
  }
  .contact_container .contact-main .list > li .box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contact_container .contact-main .list > li .box .a_left {
    flex-shrink: 0;
    margin-right: 6.25%;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .contact_container .contact-main .list > li .box .a_left img {
    width: 393px;
  }
  .contact_container .contact-main .list > li .box .a_right .company_name {
    font-size: 30px;
    font-family: OPPOSans, OPPOSans-Bold;
    color: #515354;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
  }
  .contact_container .contact-main .list > li .box .a_right .adress-box {
    font-size: 20px;
    color: #717273;
    line-height: 33px;
    letter-spacing: 0.2px;
  }
  .contact_container .contact-main .list > li .box .a_right .adress-box li {
    display: flex;
  }
  .contact_container .contact-main .list > li .box .a_right .adress-box li .adress-pic {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .contact_container .contact-main .list > li .box .a_right .adress-box li .adress-pic img {
    display: block;
  }
  .issue_container {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .issue_container dl {
    margin: -10px 0;
  }
  .issue_container dl dd {
    padding: 10px 0;
  }
  .issue_container dl dd .box {
    background: #F7F7F7;
    padding: 75px 60px 35px 45px;
  }
  .issue_container dl dd .box .left {
    display: flex;
    padding-right: 90px;
  }
  .issue_container dl dd .box .left .icon {
    margin-right: 26px;
    padding-top: 6px;
    flex-shrink: 0;
    display: block;
  }
  .issue_container dl dd .box .left .title a {
    font-size: 20px;
    text-align: left;
    color: #515354;
    line-height: 36px;
  }
  .issue_container dl dd .box .left .title a:hover {
    color: #bc3a31;
  }
  .issue_container dl dd .box .more {
    text-align: right;
    margin-top: 7px;
  }
  .issue_container dl dd .box .more a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .issue_container dl dd .box .more a span {
    font-size: 18px;
    color: #7c7b7b;
    letter-spacing: 0.18px;
  }
  .issue_container dl dd .box .more a img {
    margin-left: 15px;
  }
  .issue_container .share {
    margin-top: 67px;
  }
  .issue_container .share ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .issue_container .share ul li {
    margin-left: 24px;
    font-size: 18px;
    color: #515354;
    line-height: 36px;
    letter-spacing: 0.18px;
  }
  .issue_container .page_list {
    margin-top: 50px;
    font-size: 18px;
    font-family: Objectivity, Objectivity-Medium;
    text-align: center;
    color: #717273;
    letter-spacing: 0.18px;
  }
  .issue_container .page_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .issue_container .page_list ul li {
    padding: 0 15px;
  }
  .disease_container .bg {
    padding: 70px 0;
  }
  .disease_container .bg:nth-child(2n) {
    background: #f7f7f7;
  }
  .disease_container .bg .disease_top ul {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: space-around;
    margin-top: 70px;
  }
  .disease_container .bg .disease_top ul li {
    width: 25%;
  }
  .disease_container .bg .disease_top ul li .font {
    margin-top: 23px;
  }
  .disease_container .bg p {
    font-size: 20px;
    font-family: OPPOSans, OPPOSans-Light;
    text-align: justifyLeft;
    color: #515354;
    line-height: 33px;
    letter-spacing: 0.2px;
    margin-bottom: 35px;
  }
  .disease_container .bg .sec_title {
    width: 100%;
    line-height: 1.3;
    background: #333333;
    border-radius: 8px;
    font-size: 26px;
    font-family: OPPOSans, OPPOSans-Bold;
    color: #ffffff;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
    text-align: center;
  }
  .history {
    position: relative;
    margin-top: 70px;
  }
  .history .pic {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .history .course {
    height: 910px;
  }
  .history .course dl {
    position: relative;
  }
  .history .course dl dd {
    line-height: 1;
    text-align: left;
    position: absolute;
    left: 50%;
    margin-left: 195px;
  }
  .history .course dl dd .time {
    font-size: 20px;
    font-family: Objectivity, Objectivity-Medium;
    color: #bc3a31;
    letter-spacing: -2px;
  }
  .history .course dl dd .title {
    font-size: 24px;
    font-family: OPPOSans, OPPOSans-Bold;
    letter-spacing: 0.3px;
    margin: 10px 0;
    line-height: 1.2;
  }
  .history .course dl dd .info {
    font-size: 18px;
    font-family: OPPOSans, OPPOSans-Light;
    text-align: justifyLeft;
    letter-spacing: 0.18px;
    line-height: 30px;
  }
  .history .course dl dd:nth-child(2n) {
    text-align: right;
    margin-right: 195px;
    margin-left: 0;
    left: 0;
    right: 50%;
  }
  .history .course dl dd:nth-child(1) {
    top: 6px;
  }
  .history .course dl dd:nth-child(2) {
    top: 160px;
  }
  .history .course dl dd:nth-child(3) {
    top: 320px;
  }
  .history .course dl dd:nth-child(4) {
    top: 476px;
  }
  .history .course dl dd:nth-child(5) {
    top: 636px;
  }
  .tech .tech_md p {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    font-family: OPPOSans, OPPOSans-Light;
    color: #515354;
    line-height: 33px;
    letter-spacing: 0.2px;
    text-align: justify;
  }
  .tech .tech_md p:not(:last-child) {
    margin-bottom: 35px;
  }
  .tech .tech_md .tech_title {
    font-size: 32px;
    font-family: OPPOSans-Heavy;
    text-align: center;
    color: #515354;
    line-height: 1;
    letter-spacing: 0.32px;
    margin: 70px auto 30px;
  }
  .tech .tech_md .products_img {
    text-align: center;
  }
  .tech .tech_md .products_img:not(:last-child) {
    margin-bottom: 70px;
  }
  .tech .tech_md .products_video {
    margin: 0 auto;
    margin-top: 70px;
    width: 90%;
  }
  .tech dl {
    margin: -30px 0;
  }
  .tech dl dd {
    display: flex;
    padding: 30px 0;
    flex-direction: unset;
  }
  .tech dl dd:nth-child(2) {
    flex-direction: unset;
  }
  .tech dl dd .pic {
    width: 450px;
    height: 265px;
    margin-right: 30px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tech dl dd .info {
    height: 429px;
    /* overflow-y: scroll; */
    padding-right: 20px;
  }
  .tech dl dd .info .title {
    font-size: 30px;
    font-family: OPPOSans-Bold;
    color: #515354;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
  }
  .tech dl dd .info .desc {
    font-size: 18px;
    font-family: OPPOSans, OPPOSans-Light;
    color: #515354;
    line-height: 30px;
    letter-spacing: 0.18px;
    text-align: justify;
    overflow-y: scroll;
    height: 190px;
  }
  .tech dl dd .info .desc div:not(:last-child) {
    margin-bottom: 35px;
  }
  .tech dl dd:nth-child(2n) .pic {
    margin-right: 0;
    margin-left: 30px;
  }
  .tech .bg {
    padding: 70px 0;
  }
  .tech .bg:nth-child(2n) {
    background: #F1F1F1;
  }
  .privacy_container {
    padding-bottom: 70px;
  }
  .privacy_container p {
    font-size: 20px;
    text-align: justify;
    color: #717273;
    line-height: 33px;
    letter-spacing: 0.2px;
  }
  .privacy_container p b {
    font-family: OPPOSans, OPPOSans-Bold;
  }
  .privacy_container p:not(:last-child) {
    margin-bottom: 35px;
  }
  .contact-main {
    max-width: 90%;
    margin: 0 auto;
  }
  .modules_dark .line {
    background-color: #fff;
  }
  .news_mod .news-wrapper-title {
    background: #A5A3A3;
    line-height: 100px;
    text-align: center;
  }
  .news_mod .news-wrapper-title .box ul {
    display: flex;
    margin: 0 auto;
    font-size: 30px;
  
    color: #FFFFFF;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .news_mod .news-wrapper-title .box ul li {
    flex: 1;
    padding: 0 50px;
    text-align: right;
    background: #D5D5D5;
    color: #fff;
    font-family: OPPOSans-Heavy;
  }
  .news_mod .news-wrapper-title .box ul li:nth-child(2) {
    text-align: left;

  }
  .news_mod .news-wrapper-title .box ul li.thisclass {
    background: #F7F7F7;
    color: #949494;
    font-family: OPPOSans-Heavy;
  }
  .news_mod .news-wrapper {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 70px 0;
    background: #fff;
  }
  .news_mod .news-wrapper .news-search {
    width: 270px;
    flex-shrink: 0;
  }
  .news_mod .news-wrapper .news-search .join {
    display: flex;
    justify-content: space-between;
  }
  .news_mod .news-wrapper .news-search .join div {
    /* font-size: 19px; */
    font-weight: 400;
    color: #474747;
    line-height: 23px;
  }
  .news_mod .news-wrapper .news-search .join div svg {
    width: 46px;
   
  
  }
  .news_mod .news-wrapper .news-search .search {
    margin-top: 40px;
    position: relative;
  }
  .news_mod .news-wrapper .news-search .search input {
    width: 100%;
    height: 32px;
    background: #F1F1F1;
    border: 0;
    padding: 0 10px;
  }
  .news_mod .news-wrapper .news-search .search button {
    position: absolute;
    right: 8px;
    top: 6px;
    width: 21px;
    height: 20px;
    background-image: url(../../assets/img/search.png);
  }
  .news_mod .news-wrapper .news-search .search img {
    position: absolute;
    right: 6px;
    top: 6px;
  }
  .news_mod .news-wrapper .news-list {
    padding-left: 80px;
    width: 100%;
  }
  .news_mod .news-wrapper .news-list .year ul {
    display: flex;
    justify-content: flex-start;
    line-height: 30px;
    flex-direction: row;
  }
  .news_mod .news-wrapper .news-list .year ul li {
    padding: 0 15px;
    cursor: pointer;
    font-size: 20px;
    /* font-weight: bold; */
    padding-bottom: 20px;
  }
  .news_mod .news-wrapper .news-list .year ul li.active {
    color: #CF2927;
  }
  .news_mod .news-wrapper .news-list .list ul li {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #EEEEEE;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box {
    display: flex;
    flex-wrap: nowrap;
  
    flex-direction: row;

    align-items: flex-start;

  }
  .news_mod .news-wrapper .news-list .list ul li a .box .left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 220px;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .left .icon {
    padding-right: 30px;
    flex-shrink: 0;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .left .icon img {
    width: 35px;
    height: 39px;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .left .time {
    font-size: 20px;
    font-weight: 400;
    color: #6A6A6A;
    padding-right: 30px;
    flex-shrink: 0;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .etime {
    width: 282px;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .title {
    font-size: 20px;
    font-weight: 400;
    color: #494949;
    line-height: 32px;
    margin-bottom: 0;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .etitle {
    position: relative;
    padding-left: 10px;
  }
  .news_mod .news-wrapper .news-list .list ul li a .box .etitle:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: red;
    border-radius: 50%;
    left: 0;
    top: 15px;
  }
  .news_mod .news-wrapper .news-list .list-event ul li a .box .time {
    padding: 0;
  }
  .news_mod .view-wrapper {
    width: 1080px;
    margin: 0 auto;
    padding: 100px 0 100px;
  }
  .news_mod .view-wrapper .title-wrapper {
    padding-bottom: 50px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 50px;
  }
  .news_mod .view-wrapper .title-wrapper .title {
    font-size: 36px;
    font-weight: 400;
    color: #494949;
    line-height: 50px;
  }
  .news_mod .view-wrapper .title-wrapper .time {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #BC3A31;
  }
  .news_mod .view-wrapper .body-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #515354;
    line-height: 33px;
    text-align: justify;
  }
  .news_mod .view-wrapper .footer-wrapper .back {
    text-align: right;
    padding: 70px 0;
  }
  .news_mod .view-wrapper .footer-wrapper .back a img {
    width: 34px;
    height: 34px;
    display: inline-block;
  }
  .news_mod .view-wrapper .footer-wrapper .share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .news_mod .view-wrapper .footer-wrapper .share .job .title {
    font-size: 20px;
    font-weight: 400;
    color: #494949;
    padding-bottom: 10px;
  }
  .news_mod .view-wrapper .footer-wrapper .share .job .email {
    display: flex;
    text-align: left;
    justify-content: flex-start;
  }
  .news_mod .view-wrapper .footer-wrapper .share .job .email img {
    width: 35px;
    height: 34px;
    background: #333333;
    margin: 0;
  }
  .news_mod .view-wrapper .footer-wrapper .share .job .email span {
    height: 34px;
    font-size: 20px;
    font-weight: 400;
    color: #494949;
    line-height: 34px;
    padding-left: 10px;
  }
  .news_mod .view-wrapper .footer-wrapper .share .print {
    display: flex;
    margin-top: 0;
  }
  .news_mod .view-wrapper .footer-wrapper .share .print i {
    font-size: 35px;
    color: #BC3A31;
    cursor: pointer;
  }
  .news_mod .view-wrapper .footer-wrapper .share .print div {
    padding-left: 56px;
    padding-right: 0px;
  }
  .news_mod .view-wrapper .footer-wrapper .share .print div img {
    width: 35px;
    height: unset;
  }
  .news_mod .view-wrapper .footer-wrapper .share .print .weixin-ico i {
    font-size: 32px;
  }

  .join_more {
    float: right;
    font-size: 16px;
    font-family: OPPOSans, OPPOSans-Bold;
  }
  .join_more a span{
    color: #ba392f;
    margin-right: 23px;
  }

  .about_container .more_desc .s_left .top strong span{
      display: block;
    
  }

  .counter .units{
        margin-left: -31px;
  }
}
