.listTitle {
    width: 1300px;
    margin: auto;
    height: auto;
    border-bottom: 1px solid #053d61;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}

.listTitle p{
    display: inline-block;
    background-color: #053d61;
    color: #FFFFFF;
    padding: 0px 10px;
}


@media screen and (max-width:960px) {
    .listTitle{
		width: 95%;
	}
}
