﻿.news-t .container{display:flex;flex-wrap:wrap;justify-content:space-between}
.news-t .home-t{width:100%}
.news-t-box{width:calc(50% - 10px);margin:0 0 20px;background:#fff;padding:0}
.news-t-l{width:250px;}
.news-t-l img{max-height:100%;height:250px;object-fit:cover}
.news-t-r{flex:1;padding:15px 15px 10px 15px}
.news-t-r-tit{font-size:var(--fontsize20);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-t-r-text{padding-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-t-r-text::before{display:none}
@media (max-width:1080px){.news-t-box{width:100%}}
@media (max-width:540px){.news-t-l{width:160px;}
.news-t-l img{height:160px;}
.news-t-r{padding:15px 10px 10px}
.news-t-r-tit{font-size:var(--fontsize17);line-height:1.5}
.news-t-more{display:none}}

.home-appli .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.home-appli .list .item{ width: 24%;background: #FFFFFF;border: 1px solid #EFEFEF;margin-bottom: 1.5%;}
.home-appli .list .item img{width: 100%;}
@media(max-width:768px){.home-appli .list .item{width: 100%;}}
.home-company{margin:10px 0 3%;}
.home-company .about-item{display:flex;flex-wrap:wrap;justify-content: space-between;}
.home-company .about-item>div{width:50%}
@media (min-width:1025px){.home-company .about-item.item2{flex-direction: row-reverse;}}
.home-company .about-item img{width:100%;height: 100%;object-fit: cover;}
.home-company .about-item .about-con{padding:3.2%;background: var(--color);display:flex;flex-direction: column;justify-content: center;}
.home-company .about-item .about-con .about-article{font-size:var(--fontsize20);}
.home-company .about-item .about-con .about-article p{margin:10px 0;}
.home-company .about-item .about-con .comp-list{display:flex;flex-wrap:wrap;justify-content: space-between;margin-top:3%;}
.home-company .about-item .about-con .comp-list li{list-style:none;width:48%;margin-top:2%;text-align: center;}
.home-company .about-item .about-con .comp-list li em{font-size:36px;line-height: 1;}
.home-company .about-item .about-con .comp-list li .tit{font-size:var(--fontsize20);font-weight:var(--fontbold5)}
@media (max-width:1440px){.home-company .about-item .about-con .about-article,.home-company .about-item .about-con .comp-list li .tit{font-size:var(--fontsize16)}
.home-company .about-item .about-con .comp-list li p:not(.tit){font-size:var(--fontsize14)}}
@media (max-width:1024px){.home-company .about-item>div{width:100%}
.home-company .about-item .about-con{padding:20px;}}
.home-appli .home-t{display: flex;justify-content: center;align-items: center;}
.home-company .home-t{display: flex;justify-content: center;align-items: center;}