@charset "UTF-8";
.title0{
    background-image: url(../images/list-images/search-for-ico.png);
}
.list-image1 a,.list-image2 a{
    color: #666666;
}
.list-image1 strong{
    font-size: 18px;
    color: #444444;
}
.list-image1 p{
    font-size: 14px;
}
.list-image1{
    border-bottom: solid 1px #eeeeee;
}
.configuration{
    font-size: 14px;
}
.list-image1:nth-of-type(1){
    padding-top: 0 !important;
}
.list-image1 strong{
    letter-spacing: 2px;
}
.list-image1 .images{
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.list-image1 .images img{
    height: 169px;
}
.list-image2{
    border-bottom: solid 1px #9c9c9c;
}
.list-image2 img{
    height: 132px;
}
.list-image2 strong{
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    border-bottom: dashed 1px #444444;
}
.list-image2  p{
    font-size: 14px;
}
/* 分页 */
.pagination{
    font-size: 14px;
}
.pagination a{
    color: #f44336;
    border-color: #f44336;
}
.pagination .page-link:hover {
    color: #ffffff;
    border-color: #f44336;
    background-color: #f44336;
}


.pagination .page-num-current {
    color: #ffffff;
    border-color: #f44336;
    background-color: #f44336;
}

.pagination .page-link:focus{
    box-shadow: none;
}
@media (max-width: 575px){}
@media (max-width: 767px){}
@media (max-width: 991px){
    .list-image1 .images img{
        height: 70px;
    }
    .list-image2 img{
        height: 70px;
    }
}
@media (max-width: 1199px){}