/* sitemap */
.sitemap{padding-bottom: 22px;}
.sitemap h1{font-size: 30px;color: #191d2d;text-align: center;padding-bottom: 5px;padding-top: 25px;}
.sitemap s{font-size: 15px;text-align: center;font-family: "Ebrima";display: block;text-shadow: 0 0 0.5px;}
.sitemap dl{width: calc(100% / 4 - 13px);margin-right: 17px;float: left;margin-top: 25px;margin-bottom: 40px;}
.sitemap dl:last-of-type{margin-right: 0;}
.sitemap dl dt{font-size: 17px;color: #232323;font-family: "Ebrima";background-color: #f7f7f7;line-height: 38px;padding-left: 4px;text-shadow: 0 0 0.5px;}
.sitemap dl dd{margin-top: 20px;padding-left: 4px;}
.sitemap dl dd a{color: #6b6b6b;}
.sitemap dl dd a:hover{color: #c90000;text-decoration: underline;}

.sitemap .ask{background-color: #f7f7f7;padding-top: 68px;padding-bottom: 60px;}
.sitemap .ask > .zhu{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sitemap .ask h2{font-size: 24px;font-weight: bold;position: relative;padding-bottom: 60px;width: 100%;}
.sitemap .ask h2::before{content: '';position: absolute;left: 0;bottom: 40px;width: 40px;height: 4px;background-color: #b0b2b7;}
.sitemap .ask ul{width: 49%;}
.sitemap .ask ul li{background-color: #fff;margin-bottom: 15px;padding: 0 21px;color: #6b6b6b;line-height: 21px;height: 57px;overflow: hidden;position: relative;cursor: pointer;}
.sitemap .ask ul li h3{font-size: 17px;font-weight: bold;color: #232323;font-family: "Ebrima";line-height: 57px;position: relative;}
.sitemap .ask ul li h3::after{content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 16px;height: 16px;background-color: #90929e;border-radius: 50%;}
.sitemap .ask ul li h3::before{position: absolute;right: 1px;top: 50%;transform: translateY(-50%);z-index: 2;color: #fff;font-size: 13px;}
.sitemap .ask ul li.act h3::after{background-color: #191d2d;}
.sitemap .ask ul li.act h3::before{content: '\e801';}

@media screen and (max-width: 768px) 
{
    .sitemap{padding: 20px 2%;}
    .sitemap dl{width: 100%;margin-right: 0;margin-top: 0;}
    .sitemap dl:first-of-type{margin-top: 30px;}
	.sitemap dl dd{margin-right: 25px;margin-bottom: 10px;display: inline-block;}
    .sitemap .ask{padding: 20px 2%;}
    .sitemap .ask ul{width: 100%;}
    .sitemap .ask ul li h3{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-right: 20px;}
}