/* tem28-title */
.tem28-title .tem28-list-title{text-align:center;}
.tem28-title.content-left .tem28-list-title{text-align:left;}
.tem28-title.content-right .tem28-list-title{text-align:right;}
.tem28-title .title-header .title{padding:8px 20px;overflow:hidden;position:relative;display:inline-block;border:1px solid;border-color:inherit;font-size:16px;}
.tem28-title .title-header .title::before{content:"";position:absolute;left:-22px;top:-15px;border:15px solid;border-color:inherit;transform:rotate(30deg);}
.tem28-title .title-header .title::after{content:"";position:absolute;right:-22px;bottom:-15px;border:15px solid;border-color:inherit;transform:rotate(30deg);}
@media (max-width: 768px){
    .tem28-title .tem28-list-title{padding-left: 2%!important;padding-right: 2%!important;}
    .tem28-title.full-screen-spacing .full-screen .tem28-list-title{padding-left: 3%!important;padding-right: 3%!important;}
}
/* tem27-list-title */
.mainlist .tem27-list-title{width:100%;font-size:0;position:relative;text-align:center;}
.mainlist .tem27-list-title .title-header{display:inline-block;border-left:1px solid;border-right:1px solid;border-color:inherit;background:#fff;padding:0 15px;}
.mainlist .tem27-list-title::after{position:absolute;content:"";width:100%;height:100%;top:50%;border-top:1px solid;border-color:inherit;z-index:-1;left:0;}
.mainlist .tem27-list-title .title-header .title{font-size:16px;}
.mainlist .tem27-list-title .title-header .description{font-size:14px;color:#666;}
