a {
  text-decoration: none;
}
.news-list {
  max-width: 1520px;
  margin: 0 auto;
  margin-bottom: 120px;
}
.news-card {
  transition: all 0.3s ease-in-out;
  width: calc(100% - 80px);
  height: 240px;
  padding: 23px 40px 80px 40px;
  margin-bottom: 60px;
  display: flex;
  border-bottom: 1px solid #dddddd;
}
.news-card-img {
  height: 240px;
  flex: 0 0 400px;
  overflow: hidden;
}
.news-card-img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
}
.news-card:nth-child(1) {
  margin-top: 40px;
}
.news-card-p p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card-p span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-card-p {
  margin-left: 75px;
  display: flex;
  flex-direction: column;
  max-width: 720px;
  overflow: hidden;
}
.news-card-p p {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #00aec3;
  line-height: 24px;
}
.news-card-p span {
  transition: all 0.3s ease-in-out;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-top: 22px;
}
.news-card-p div {
  margin-top: 50px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 1.5;
  color: #00aec3;
}
.news-card-t {
  flex: 0 0 156px;
  border: 1px solid #dddddd;
  height: 156px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: auto;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-card-t p {
  font-family: 'ArialMT',Sans-Serif;
  font-size: 90px;
  color: #00aec3;
  line-height: 65px;
  font-weight: 600;
  margin-top: 30px;
}
.news-card-t span {
  margin-top: 20px;
  font-family: 'ArialMT',Sans-Serif;
  font-size: 16px;
  color: #00aec3;
  line-height: 16px;
}
.news-card-t:hover{
    border: 1px solid #00aec3;
    background-color: #00aec3;
}
.news-card-t:hover p{
    color: #ffffff;
}
.news-card-t:hover span{
    color: #ffffff;
}
.news-card:hover img {
  transform: scale(1.3);
}
.news-card:hover .news-card-p span {
  color: #00aec3;
}
.contact-head-2 {
  flex: 0 0 210px;
  white-space:nowrap;
}
.news-detail-titles {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-top: 0 !important;
  height: auto;
  margin: auto 0;
  width: auto !important;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}
.news-detail-p {
  padding-bottom: 60px;
  border-bottom: 1px solid #dddddd;
}
.news-detail-p p {
  margin-top: 40px !important;
  font-size: 16px;
  line-height: 36px !important;
  color: #333333 !important;
}
.news-detail {
  max-width: 1520px;
  margin: 0 auto;
  margin-bottom: 125px;
}
.news-detail-tls {
  display: flex;
  color: #666666;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 16px;
  margin-top: 23px;
}
.news-detail-tls img {
  max-width: 100%;
}
.news-detail-tls div {
  margin-right: 60px;
}
.news-button {
  margin-left: auto;
  margin-top: 40px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
  max-width: 450px;
  overflow: hidden;
}
.application {
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  padding-top: 60px;
  padding-bottom: 160px;
}
.application-card {
  flex: 0 0 485px;
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ac-img {
  width: 100%;
  height: 315px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.ac-img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.ac-p {
  width: calc(100% - 30px);
  height: 90px;
  padding: 30px 0;
  display: flex;
  margin-left: 30px;
}
.ac-p-p {
  width: 340px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
}
.ac-p-p div {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ac-p-p div:nth-child(1) {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #333333;
}
.ac-p-p div:nth-child(2) {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  letter-spacing: 1px;
}
.ac-p-img {
  flex-grow: 1;
  background-image: url("../images/jt2.png");
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.application-card:hover {
  background-color: #00aec3;
}
.application-card:hover .ac-p-p div {
  color: #ffffff;
}
.application-card:hover .ac-p-img {
  background-image: url("../images/jt.png");
}
.application-card:hover .ac-img img {
  transform: scale(1.3);
}
