* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: default;
}

body {
  position: relative;
}

/* 针对PC端 */
@media screen and (min-width: 1024px) {
  /* 轮播图 */
  .banner {
    width: 100%;
    height: 100%;
    /*background-color: skyblue;*/
    position: relative;
    margin-top: 95px;

  }

  .banner-item {
    width: 100%;
    height: 100%;
    display: none;
  }

  .banner-item img {
    width: 100%;
   height: 100%;
  }

  .Previous {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
  }

  .Previous img {
    width: 44px;
    height: 44px;
  }

  .Next {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
  }

  .Next img {
    width: 44px;
    height: 44px;
  }

  /* 迎难而上 */
  .KongKim {
    width: 100%;
    background: url("../images/index/Frame.png") no-repeat;
    background-size: 100% 100%;
    padding: 110px 0 20px;
    box-sizing: border-box;
  }

  .KongKim-title {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .KongKim-whippletree {
    width: 60px;
    height: 4px;
    background: #264999;
    border-radius: 0px 0px 0px 0px;
    margin-top: 5px;
  }

  .KongKim-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 30px;
   max-width: 50%;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .KongKim-button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #f9aa45;
    margin: 80px 0 80px;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #f9af51;
    transition: all 0.5s ease;
    padding: 0 25px;
  }
  .KongKim-button:hover {
    background-color: #f9aa45;
    border: none;
    color: #fff;
  }

  .KongKim_bottom {
    display: flex;
  }

  .KongKim_bottom_box {
    max-width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 22px;
    background-color: #f5faff;
    margin-right: 20px;
    transition: transform 0.5s ease;
    position: relative;
  }
  .KongKim_bottom_box:hover {
    transform: translateY(-10px);
  }
  .KongKim_bottom_box:hover::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #f9aa45;
  }

  .KongKim_bottom_box_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .KongKim_bottom_p {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-top: 10px;
  }

  /* 产品中心 */
  .platform {
    width: 100%;
    height: 760px;
    background: url("../images/index/bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
    box-sizing: border-box;
  }

  .platform-title {
    display: flex;
    justify-content: space-between;
    height: 80px;
  }

  .platform-title_item {
    flex: 1;
    max-width: 33%;
    margin-right: 3px;
    height: 100%;
    line-height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .platform-title_itemShow {
    background: linear-gradient(116.69deg, #0a71fa 100%, #2b9af6 100%);
    color: #fff;
  }
  .platform-title_itemShow .platformIcon {
    display: none;
  }
  .platform-title_item .ShowplatformIcon {
    display: none;
  }
  .platform-title_itemShow .ShowplatformIcon {
    display: block;
  }
  .platform-title_item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .platform-title_icon {
    width: 32px;
    height: 32px;
    margin-left: 34px;
    margin-right: 28px;
  }

  .platform-body {
    width: 80%;
    opacity: 0;
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(100%);
  }

  .platform-layout-item {
    width: 526px;
    flex: 0 0 auto;
    height: 120px;
    background: linear-gradient(270deg, #12337d 0%, rgba(38, 73, 153, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    margin-right: 24px;
    /* border: 1px solid #F9AA45; */
    margin-bottom: 24px;
    padding: 25px;
    display: flex;
  }
  .platform-layout-item:last-of-type {
    margin-bottom: 0;
  }
  .platform-layout-image {
    width: 100px;
    height: 90px;
    border-radius: 10%;
    margin-right: 30px;
    align-self: baseline;
  }

  .platform-body-item {
    width: 526px;
    height: 120px;
  }
  .platform-layout-text {
    width: calc(100% - 100px);
  }
  .platform-layout-text-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
  }

  .platform-layout-text-p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #b6c9f2;
    color: #b6c9f2;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /* 我们的服务 */
  .MyService {
    width: 100%;
    height: 722px;
    background-color: #f8f8f8;
  }
  .MyServiceMobile {
    display: none;
  }

  .MyServiceTitle {
    height: 242px;
    width: 100%;
    text-align: center;
    line-height: 242px;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
  }
 

  .MyServiceButtom {
    display: flex;
    opacity: 0;
    height: 360px;
    justify-content: center;
    /* justify-content:; */
  }

  .serviceitem {
    max-width: 20%;
    min-width: 20%;
    flex: 1;
    margin-right: 20px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .serviceitem-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 32px;
  }

  .serviceitem-whippletree {
    width: 40px;
    height: 4px;
    background: #f9aa45;
    margin: 14px auto 28px;
  }

  .serviceitem-title {
    /* width: 100%; */
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .serviceitem-p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  /* 解决方案 */
  .solve_layout {
    position: relative;
    width: 100%;
    height: 730px;
    background-color: #ebebeb00;
    overflow: hidden;
  }
  
 .solveTitle {
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 100px;	
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    background-color: #ebebeb00;	
  } 

  .solve-item {
    position: absolute;
    width: 49.7%;
    opacity: 0;
    height: 360px;
    background-image: url("../images/index/index_bg_01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .solve-item:hover {
    background-size: 110% 110%;
    background-position: center center;
  }
  .solve-item:hover .solve-item_text {
    transition: all 0.5s ease;
    transform: scale(1.1);
  }
  .solve-item:hover .solve-item_text_btn {
    transition: all 0.5s ease;
    transform: scale(1.1);
    color: #ffad24;
    border-color: #ffad24;
  }

  .solve-item_text {
    width: 100%;
    height: 360px;
    padding: 100px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .solve-item_text_title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    color: #ffad24;
    line-height: 28px;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .solve-item_text_p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .solve-item_text_btn {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 新闻中心 */
  .pressCenter {
    height: 813px;
    width: 100%;
    padding: 0 10%;
    padding-top: 50px;
    background-color: #f8f8f870;	
  }

  .pressCenter_title {
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gengduo {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
  }

  .pressCenter_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pressCenter_bottom_left {
    width: 30%;
    height: 520px;
    background: #f8f8f8;
    border-radius: 0px 0px 0px 0px;
    margin-right: 24px;
  }

  .pressCenter_bottom_left img {
    width: 100%;
    height: 306px;
  }

  .pressCenter_bottom_titile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    font-size: 20px;
    /*color: #ffffff;*/
    line-height: 28px;
    text-align: left;
    margin: 18px 0 20px;
    padding: 0 22px;
    box-sizing: border-box;
  }

  .pressCenter_bottom_text {
    font-weight: 400;
    font-size: 14px;
    color: #758dc2;
    line-height: 20px;
    text-align: left;
    padding: 0 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .pressCenter_bottom_time {
    display: flex;
    align-items: center;
    margin-top: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #758dc2;
    padding: 0 22px;
  }
  .pressCenter_bottom_time img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }

  .pressCenter_bottom_content {
    width: 30%;
    height: 520px;
    background: #12337d;
    padding: 60px 40px 0;
    margin-right: 24px;
  }

  .pressCenter_bottom_content .pressCenter_bottom_buton {
    width: 108px;
    height: 32px;
    border-radius: 22px 22px 22px 22px;
    border: 1px solid #ccdbff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #ccdbff;
    margin-top: 100px;
    transition: all 0.5s ease;
  }
  .pressCenter_bottom_buton:hover {
    background-color: #fff;
    border: none;
    color: #12337d;
  }

  .pressCenter_bottom_right {
    width: 37%;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .pressCenter_bottom_rightLi {
    width: 100%;
    display: flex;
    transition: all 0.5s ease;
  }
  .pressCenter_bottom_rightLi:last-of-type {
    margin-bottom: 0;
  }
  .pressCenter_bottom_rightLi:hover {
    background-color: #12337d;
  }
  .pressCenter_bottom_rightLi:hover .pressCenter_bottom_rightLiTittle {
    color: #fff;
  }
  .pressCenter_bottom_rightLi:hover .pressCenter_bottom_rightLiText {
    color: #f5f5f5;
  }

  .pressCenter_bottom_rightLi img {
    width: 15rem;
    height:calc(500px / 3);
    align-self: baseline;
  }

  .left_title {
    width: calc(100% - 15.5rem);
    margin-left: 20px;
    height: 1;
    padding: 10px 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .pressCenter_bottom_rightLiTittle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pressCenter_bottom_rightLiText {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pressCenter_bottom_rightLiTime {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
  }
  .pressCenter_bottom_rightLiTime img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }
  .content {
    margin: 0 10%;
  }
}
@media screen and (max-width: 1680px) {
  .platform-layout-item {
    width: 47%;
    flex: 0 0 auto;
    height: 120px;
    background: linear-gradient(270deg, #12337d 0%, rgba(38, 73, 153, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    margin-right: 24px;
    margin-bottom: 24px;
    padding: 25px;
    display: flex;
  }
}

/* 针对移动端 */
@media screen and (max-width: 1023px) {
  /* 轮播图 */
  .banner {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .banner-item {
    width: 100%;
    height: 200px;
    display: none;
  }

  .banner-item img {
    width: 100%;
    height: 100%;
  }

  .Previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }

  .Previous img {
    width: 20px;
    height: 20px;
  }

  .Next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }

  .Next img {
    width: 20px;
    height: 20px;
  }

  /* 迎难而上 */
  .KongKim {
    width: 100%;
    background: url("../images/index/Frame.png") no-repeat;
    /*background-size: 100% 100%;*/
    box-sizing: border-box;
    margin-top: 45px;
    padding: 15px 15px;
    background-size: cover;
  }

  .KongKim-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .KongKim-whippletree {
    width: 60px;
    height: 4px;
    background: #264999;
    border-radius: 0px 0px 0px 0px;
    margin-top: 5px;
  }

  .KongKim-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .KongKim-button {
    display: inline-block;
    padding: 6px 15px;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #f9aa45;
    margin: 20px 0;
    background-color: #fff;
    font-size: 10px;
    color: #f9aa45;
  }

  .KongKim_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .KongKim_bottom_box {
    width: 100%;
    background-color: #f5faff;
    padding: 18px 30px;
    box-sizing: border-box;
    margin-bottom: 6px;
    opacity: 0;
  }
  .KongKim_bottom_box:nth-last-of-type(2n) {
    transform: translateX(100%);
  }
  .KongKim_bottom_box:nth-last-of-type(2n + 1) {
    transform: translateX(-100%);
  }

  .KongKim_bottom_box_title {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .KongKim_bottom_p {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */

  }

  /* 视域运维安全平台 */
  .platform {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .platform .content {
    background-image: url("../images/index/bg.png");
    /*background-size: 100% 100%;*/
    background-repeat: no-repeat;
    background-position: bottom left;
    /*background-size: cover;*/
  }

  .platform-title {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px;
  }
  .platform-title_item .platform-title_icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .platform-title_item {
    padding: 6px 8px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .platform-title_item span {
    font-size: 12px;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .platform-title_item .active {
    background-color: #2694f6;
  }

  .platform-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px 10px;
    min-height: 100px;
  }

  .platform-layout-item {
    width: 100%;
    flex: 0 0 auto;
    min-height: 120px;
    background: linear-gradient(270deg, #12337d 0%, rgba(38, 73, 153, 38) 100%);
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 0 30px;
  }

  .platform-layout-image {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin-right: 20px;
  }

  .platform-body-item {
    width: 100%;
    height: 120px;
  }
  .platform-layout-text {
    width: calc(100% - 72px);
  }
  .platform-layout-text-title {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .platform-layout-text-p {
    width: 100%;
    font-weight: 400;
    font-size: 10px;
    color: #b6c9f2;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .platform-title_itemShow {
    background-color: #2694f6;
    color: #fff;
    width: 60%;
    transition: width 1s ease;
  }
  .platform-title_itemShow .platformIcon {
    display: none;
  }
  .platform-title_item .ShowplatformIcon {
    display: none;
  }
  .platform-title_itemShow .ShowplatformIcon {
    display: block;
  }
  /* 我们的服务移动端 */
  .MyService {
    display: none;
  }
  .MyServiceMobile {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
  }
  .MyServiceTitle {
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
  }
  .swiper {
    width: 100%;
    overflow: hidden !important;
    margin-bottom: 10px;
  }
  .swiper-slide {
    /* width: 70vw !important; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 50px 24px;
  }
  .serviceitem-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .serviceitem-title {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  .serviceitem-whippletree {
    width: 40px;
    height: 4px;
    background: #ffad24;
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .serviceitem-p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    text-align: center;
  }

  /* 解决-移动端 */
  .solve {
    overflow: hidden;
  }
  .solve_layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    overflow: hidden;
  }

  .solve-item {
    height: 200px;
    position: relative;
    width: 100%;
  }

  .solve-item_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .solve-item_text {
    height: 200px;
    background: rgba(18, 51, 125, 0.5);
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding: 30px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .solve-item_text_title {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #ffad24;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .solve-item_text_p {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .solve-item_text_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  /* 新闻中心- 移动端 */
  .pressCenter {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 30px;
    box-sizing: border-box;
  }

  .pressCenter_title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    margin-bottom: 10px;
  }
  .gengduo {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
  }
  .pressCenter_bottom {
    display: flex;
    flex-direction: column;
  }

  .pressCenter_bottom_left {
    display: none;
  }

  .pressCenter_bottom_content {
    display: none;
  }

  .pressCenter_bottom_right {
    display: flex;
    flex-direction: column;
  }

  .pressCenter_bottom_rightLi {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    align-items: center;
    padding: 15px 15px;
    box-sizing: border-box;
  }

  .pressCenter_bottom_rightLi img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }

  .left_title {
    width: calc(100% - 160px);
    height: 100px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .pressCenter_bottom_rightLiTittle {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pressCenter_bottom_rightLiText {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .pressCenter_bottom_rightLiTime {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
  }
  .pressCenter_bottom_rightLiTime img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 1380px) and (min-width: 1025px) {

}