.introduce{
  display: flex;
  justify-content: space-between;
  padding: 0 3rem 0 1.8rem;
  margin-top: 0.6rem;
}
.introduce img {
  width: 7rem;
  height: 3.7rem;
  margin-right: 1.35rem;
}
/* .introduce_written{
  width: 2.2rem;
} */
.written_title{
  font-size: 0.24rem;
  font-weight: 400;
  color: #1F85E6;
  margin-bottom: 0.3rem;
}
.written_words{
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.28rem;
}
.mission{
  padding: 0 3.2rem;
  margin-top: 0.6rem;
  margin-bottom: 1.4rem;
}
.mission_title{
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}
.mission_subtitle{
  font-size: 0.16rem;
  color: #999999;
  margin-bottom: 0.4rem;
  text-align: center;
}
.mission_item{
  width: 100%;
  min-height: 2rem;
  max-height: 2.5rem;
  background-color: #1F85E6;
  margin-bottom: 0.3rem;
  color: #fff;
  padding: 0.4rem 0 0 0.9rem;
}
.mission_item_title{
  font-size: 0.24rem;
  font-weight: bold;
}
.mission_item_text{
  font-size: 0.16rem;
  margin-top: 0.2rem;
}
.cpmpanyInfo {
  display: flex;
  padding: 0 1.8rem;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.cpmpanyInfo .info_item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 2.5rem;
  background-color: #F2F6F7;
  color: #1F85E6;
}
.cpmpanyInfo .info_item > img {
  max-width: 0.7rem;
  max-height: 0.8rem;
  margin-right: 0.3rem;
}
.cpmpanyInfo .info_item_title{
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.info_tiem_text{
  max-width: 3rem;
  margin-bottom: 0.1rem;
}
.info_item_weChat img{
  max-width: 0.9rem;
  max-height: 0.9rem;
  margin-left: 0.3rem;
}
.info_item_weChat{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.company_address{
  padding: 0 1.8rem;
}
.address_title{
  font-size: 0.24rem;
  color: #333333;
  text-align: center;
  margin-top: 0.58rem;
  margin-bottom: 0.2rem;
}
.address_subtitle{
  font-size: 0.16rem;
  color: #999999;
  text-align: center;
  margin-bottom: 0.45rem;
}
.company_address img{
  width: 100%;
  height: 6.32rem;
  margin-bottom: 1.28rem;
}
.honor_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.48rem;
  row-gap: 0.6rem;
  padding: 0 1.8rem;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.honor_item{
  text-align: center;
  margin-bottom: 0.6rem;
  border: 2px solid #DFDFE1;
}
.honor_item_img{
  width: 100%;
  height: 3.42rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honor_item_title{
  font-size: 0.16rem;
  color: #666666;
  height: 0.92rem;
  line-height: 0.92rem;
}
.news_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.47rem;
  row-gap: 0.6rem;
  padding: 0 1.8rem;
  margin-top: 0.6rem;
}
.news_item {
  cursor: pointer;
}
.news_item:nth-child(4n) {
  margin-right: 0 !important;
}
.news_item_img{
  width: 100%;
  height: 2.4rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_item_text{
  font-size: 0.18rem;
  font-weight: 400;
  color: #58596D;
  min-width: 0; 
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
  margin-bottom: 0.2rem;
}
.news_item_time{
  font-size: 0.18rem;
  color: #1F85E6;
}