*{box-sizing:border-box;font-size:16px;transition:all .3s ease}a{color:inherit}.xh-cont{width:80vw;margin:0 auto}.xh-header{width:100%}.xh-header .xh-cont{height:64px;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;width:1540px}.xh-header .xh-cont .logo{width:11.5rem}.xh-header .xh-cont .logo img{width:100%}.xh-header .xh-cont .xh-menu{display:flex;gap:2rem;font-size:1rem;font-weight:500}.xh-header .xh-cont .xh-menu a:hover{color:#6b46c1}main{background-color:#eceff6}main .article .article-part .main-content h1{font-size:2rem;padding:1rem 0}main .article .article-part .main-content .article-list{display:flex;flex-wrap:wrap;justify-content:space-around}main .article .article-part .main-content .article-list .article-item{margin:1rem 0;width:22%;background:white;border-radius:0 0 .3125rem .3125rem;transition:all .3s ease}main .article .article-part .main-content .article-list .article-item:hover{transform:scale(1.05)}main .article .article-part .main-content .article-list .article-item:hover .article_cont h3{color:#1564ff}main .article .article-part .main-content .article-list .article-item img{width:100%}main .article .article-part .main-content .article-list .article-item .article_cont{display:block;padding:1rem}main .article .article-part .main-content .article-list .article-item .article_cont h3{color:#333;font-size:1.5rem;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;line-height:1.5;max-height:4.5em}main .article .article-part .main-content .article-list .article-item .article_cont p{color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.5;max-height:4.5em}main .article .pagination{display:flex;justify-content:center;align-items:center;padding:2rem 0}main .article .pagination button{padding:.5rem 1rem;margin:0 .5rem;border-radius:.3125rem;background-color:#ffffff}main .tab-1{background:url("../img/xhskin/service.png") no-repeat center center / cover}main .tab-1 .tab-1-part{display:flex;align-items:center;justify-content:center;padding:2rem 0;gap:3rem}main .tab-1 .tab-1-part p{color:white;font-size:1.2rem;font-weight:800}main .tab-1 .tab-1-part .btn{display:inline-block;padding:1rem 2rem;background-color:white;color:#0b70ff;border-radius:5px;transition:all .5s}main .tab-1 .tab-1-part .btn:hover{transform:scale(1.1)}footer{background-color:#202027;color:white;text-align:center}footer .footer-links{padding:2rem 0}footer .footer-links h3{font-size:1.125rem;line-height:1.75rem;padding-bottom:1rem}footer .footer-links a{margin:0 1rem;color:#b4c6dc}footer .footer-links a:hover{color:white}footer .footer-last{border-top:1px solid #444;padding:1rem 0;font-size:.875rem;color:#888}