﻿.home-about .about-info .about-content p{ display: inline-block; margin-right: 10px;}
.adv{margin:50px 0px}
.adv>.common-wrapper{text-align:center}
.adv .common-title {font-size: 26px;font-weight: 600;}
.adv .common-tip {color: #4c4c4c;line-height: 2;}
.adv-list .common-wrapper{display:flex;flex-wrap:wrap;justify-content: space-between;width: 100%;max-width: 1400px;padding:0 20px;margin:20px auto;}
.adv .adv-item:hover {background: #0078d7;}
.adv-item{box-shadow: 0 1px 10px rgb(34 25 25 / 15%);width: 22%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding: 0;transition: box-shadow 0.2s ease 0s, opacity 1s ease 0s, transform 1s ease 0s, background .5s !important;}
.adv-item img{margin-bottom: 20px;width: 100%;height: auto;}
.adv-item article{color:var(--introcolor);font-size:var(--fontsize14);text-align:center;display:-webkit-box;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;display: block;max-height: inherit;margin-top: 0;padding: 0 15px 15px;}
.adv-item:hover{box-shadow:0 1px 10px rgba(34,25,25,.15)}
.adv-t{font-size:var(--fontsize18);font-weight:var(--fontbold6);margin-bottom:10px}
@media (max-width: 950px) {.adv .adv-item {width: 48%;margin-bottom: 20px;}}