@charset "utf-8"; 
.bigtitle{font-size: 36px;font-family: 'regular;';margin-top: 30px;text-align: center;position: relative;margin-bottom: 70px;}
.bigtitle .lines{position: absolute;width: 4%;height: 4px;border-radius: 10px;left:48%;bottom: -25px}
.expert{margin-bottom: 80px;}
.expert .expertlist ul li{list-style-type: none;width: 33.33%;padding:0 15px 15px 15px;box-sizing: border-box;}
.expert .expertlist ul li a{display: block;background: #fff;box-shadow: 0 0 5px #ddd;border-radius: 8px;padding-top: 20px;text-align: center;border:3px #fff solid;color:#333;}
.expert .expertlist ul li a:hover{border:3px #00ABFC solid;}
.expert .expertlist ul li img{width: 130px;height:130px;object-fit: cover;border-radius: 130px}
.expert .expertlist ul li h3{font-size: 18px;font-family: 'regular';text-align: center;line-height: 50px;margin-top: -15px;}
.expert .expertlist ul li h3 .tip{padding:1px 25px;font-size: 18px;border-radius: 50px;display:inline-block;line-height: 30px;}
.expert .expertlist ul li .info{text-align: left;margin-top: 10px;padding:0 8px;height: 95px}
.expert .expertlist ul li .info p:nth-child(2n){display: none}
.expert .expertlist ul li .info p:nth-child(2n+1){display: none}
.expert .expertlist ul li .info p:nth-child(1){overflow: hidden;text-overflow: ellipsis;display: block;height:80px;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

.bigtitles{font-size: 28px;font-family: 'regular;';margin-top: 30px;text-align: left;position: relative;margin-bottom: 70px;}
.bigtitles .lines{position: absolute;width: 4%;height: 4px;border-radius: 10px;left:0;bottom: -18px}
.expert .detail .info{width: 30%;text-align: center;}
.expert .detail .info img{width:200px;height: 250px;object-fit: cover;}
.expert .detail .info h3{line-height: 60px;margin-top: -5px;font-family: 'regular';font-size: 24px;}
.expert .detail .info h3 .tip{line-height: 20px;margin-left: 10px;padding:3px 10px;font-size: 18px;border-radius: 5px;}
.expert .detail .content{width: 70%;padding-left: 30px;box-sizing: border-box;}
.expert .detail .content p{font-size: 16px;line-height: 30px}


.station{margin-bottom: 80px;}
.station .list ul li{list-style-type: none;width: 20%;padding:15px 10px;box-sizing: border-box;}
.station .list ul li div{display: block;background: #fff;box-shadow: 0 0 5px #ddd;padding-bottom: 10px;}
.station .list ul li img{width: 100%}
.station .list ul li h3{font-size: 18px;font-family: 'regular';text-align: center;line-height: 30px;margin-top: -5px;}
