.gtpi-list{width:55%;margin:0 auto}
.gtpi-list>li{display:flex;align-items:flex-start;justify-content:space-between}
.gtpi-list>li:not(:last-of-type){margin-bottom:.8rem}
.gtpi-list_cate,.gtpi-list_content{word-break:keep-all;word-wrap:break-word}
.gtpi-list_cate{width:20%;padding-right:1.5rem;font-weight:500}
.gtpi-list_content{width:80%}
@media all and (max-width:1024px){.gtpi-list>li:not(:last-of-type){margin-bottom:1rem}
.gtpi-list_cate{width:25%;min-width:10.4rem;padding-right:1rem}
.gtpi-list_content{width:75%}
}
@media all and (max-width:767px){.gtpi-list_cate{width:30%}
.gtpi-list_content{width:70%}
}