﻿.text_container {overflow: hidden;text-overflow: ellipsis;max-height: 250px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;color: #8D8D8D;}
.text_container::after {content: "...";position: absolute;bottom: 0;right: 0;padding-left: 10px;background: linear-gradient(to right, rgba(255, 255, 255, 0), white 70%);}
.text_container p {line-height: 28px;}
.news_content {display: flex;flex-wrap: wrap;overflow: hidden;text-overflow: ellipsis; padding-top:10px;}
.news_content > div:nth-child(1) {flex: 5;}
.news_content > div:nth-child(2) {flex: 5;}
.news_left {padding-right: 40px}
.news_left > div:nth-child(1) {flex: 2.5;}  .news_left > div:nth-child(2) {flex: 7.5;}
.news_img {width: 230px;height: 230px;display: block;}
.news_info {padding-left: 20px;text-align: left;}
.news_info h5 a {font-size: 14px;color: #555555;line-height: 25px;white-space: nowrap}
.news_right {padding-left: 10px;text-align: left;}
.about_info {display: flex;flex-wrap: wrap;}
.about_info > div:nth-child(1) {flex: 7;}
.about_info > div:nth-child(2) {flex: 3;}
.about_info_img {padding-left: 20px;}
.about_info_img img {width: 100%;height: 100%;float: right;}
@media (max-width: 600px) {  .about_info {flex-basis: 100%;gap: 12px;justify-content: center;}  }
.des p {line-height: 28px;}
.news-box {display: flex;justify-content: space-between;padding-bottom: 20px;}
.news-box .news-box-item {width: 48%;display: flex;height: 120px;background-color: #fff;text-align: left;}
.news-box .news-box-item > div:nth-child(1) {flex: 2;}
.news-box .news-box-item > div:nth-child(2) {flex: 8;}
.news-box .news-box-item .news-box-img {width: 200px;height: 100px;overflow: hidden;margin: 10px;}
.news-box .news-box-item .news-box-img img {width: 100%;height: 100%;}
.news-box .news-box-item .news-box-desc {padding: 10px;}
.news-box .news-box-item .nbd-title {font-size: 14px;font-weight: 600;}
.nbd-title  a{color: #8D8D8D;}
.news-box .news-box-item .nbd-cont {font-size: 12px;margin: 10px 0;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;}