﻿.pageNum .btn2 {
    width: 100px;
}
.anchorBL {display:none;}

.search-wrapper {margin-top:72px;}
.search-wrapper .list ul li {padding: 30px 0 26px;border-bottom: 1px solid #d2d2d2;}
.search-wrapper .list ul li:hover .name {color: #cd1e19;}
.search-wrapper .list ul li .name {display: block;font-size: 18px;color: #333;font-weight: 700;text-transform: uppercase;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.search-wrapper .list ul li .desc {font-size: 16px;color: #333;line-height: 30px;margin-top: 16px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.nodata{text-align:center;font-size: 18px;padding:18px 0;}


element.style {
}
/*.pc-nav-box li > a {
    font-size: 26px;
    line-height: 130px;
}*/
.pc-nav-box a {
    display: block;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
}
a, a:hover {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
    color: inherit;
}
body, h1, div, li, a, button, input, select, textarea {
    font-size: 14px;
    color: #333;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
label{font-weight:normal;}
user agent stylesheet
a:-webkit-any-link:active {
    color: -webkit-activelink;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.pc-nav-box li a:hover,.pc-nav-box li.on a{color:#cd1e19;}
