
body {
    background: none;
}

.sub-top {
    height: 136px;
    background: url("../images/sub_top_bg.jpg") center top no-repeat;
}



.sub-top .search-wrap {
    margin-top: 44px;
    margin-left: 0;
    width: 399px;
    height: 46px;
    padding-top: 0;
    padding-left: 0;
    border-radius: 0;
    background-color:  transparent
}


.sub-top .search {
    width: 240px;
    padding-left: 30px;
    height: 46px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color:  #fff
}

.sub-top .search .input-box {
    color: #999;
    height: 46px;
    line-height: 45px;
}

.sub-top .search .input-placeholder {
    color: #999;
    left: 30px;
    height: 46px;
    line-height: 45px;
}

.sub-top .search-btn {
    width: 129px;
    height: 46px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    background-color: #1882e7;
}

/* 导航 */

.subnav {
    height: 64px;
    background-color: #0a69c2;
    box-shadow: 0 2px 5px rgba(13,14,14,0.55);
}
 

.sub-nav-items >li {
    float:left;
    width: 14.285714285%;
    background: url("../images/sub_nav_line.png") left center no-repeat;
}

.sub-nav-items >li:first-child {
    background: none;
}

.sub-nav-items >li >a {
    margin-right:-1px;
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.sub-nav-items >li:hover,
.sub-nav-items >li.active {
    position: relative;
    z-index: 99;
}

.sub-nav-items >li.active>a,
.sub-nav-items >li >a:hover {
    font-weight: bold;
    background-color: #1882e7;
}

/* 面包屑 */

.route-info {
    margin-top: 26px;
    margin-left: 12px;
    padding-left: 23px;
    height: 24px;
    line-height: 24px;
    background: url("../images/route_ico.png") left center no-repeat;
}

.route-last {
    color: #028bff;
}

.route-info a {
    color: #333;
}

/*2022-05-13 修改*/
.news-items>li .region {
    color: #f00;
}

.category-wrap {
    padding-bottom: 10px;
}

.category-item {
    margin-bottom: 15px;
}

.category-label {
    width: 80px;
    text-align: right;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-lists {
    margin-left: 80px;
}

.category-subitem {
    font-size: 14px;
    line-height: 28px;
    padding: 0 8px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.category-subitem:hover,
.category-subitem.current {
    background: #3e96d6;
    border-radius: 4px;
}

.category-subitem:hover .category-link,
.category-subitem.current .category-link {
    color: #fff;
}

.category-link {
    display: block;
    color: #666;
}
