

.listPage {
    padding-top: 126px;
}

.listPage .class {
    border-bottom: 1px solid #ececec;
}

.listPage .class a {
	font-weight:bold;
    display: inline-block;
    line-height: 64px;
    margin-right: 65px;
    color: #070708;
    transition: all .4s;
    font-size: 17px;
}

.listPage .class a:hover,
.listPage .class a.on {
    color: var(--themaBlue);
}

.listPage .pageTitle {
	font-weight:bold;
    padding-top: 45px;
    padding-bottom: 65px;
    line-height: 35px;
    color: var(--themaBlack);
}

.listPage .pageTitle p:first-child {
    font-size: 30px;
    font-weight: bold;
}

.listPage .pageTitle p:last-child {
    font-size: 20px;
}

.listPage .putList {
    padding-bottom: 110px;
}


@media (max-width:768px) {
.listPage{ padding-top:15%;}

}


@media (max-width:640px) {
.listPage .class a{ line-height:50px; width:32.33%; margin-right:0}
.listPage .pageTitle p:first-child{ font-size:26px;}
.listPage .pageTitle p:last-child{ font-size:18px;	}
}




