﻿.item-title {
    color: #a0a0a0;
}

.bbs-nav {
    background-image: url('../../img/client/bbsbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.search-bd {
    z-index: 30;
    position: relative;
    transform: translateZ(0);
}

.tbh-search .search-panel {
    position: relative;
}

.search-common-panels {
    background-image: url('../../img/client/sertc.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 56px;
}

.search-bd .search-panel .search-common-panel {
    margin-right: 53px;
    border: 1px solid #1784ea;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    border-right: none;
    overflow: hidden;
    height: 42px;
}

.search-combobox {
    font-size: 12px;
}

search-bd .search-panel .search-common-panel .search-combobox-input-wrap {
    height: 36px;
    overflow: hidden;
    width: 472px;
}

.search-combobox-input-wrap {
    vertical-align: middle;
    position: relative;
}

.search-combobox-input {
    height: 30px;
    border: none;
    color: #a0a0a0;
    outline: none;
    font-size: 15px;
    margin: 11px 17px;
    width: 93% !important;
}

.search-bd .search-panel .search-button {
    position: absolute;
    right: 24px;
    top: 9px;
    z-index: 100;
    width: 48px;
    height: 32px;
    overflow: hidden;
    text-align: center;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
    border-left: none;
}

    .search-bd .search-panel .search-button .btn-search {
        font-size: 18px;
        font-weight: 700;
        background-color: #fff;
        cursor: pointer;
        height: 100%;
        border: none;
        width: 100%;
    }

.btn-search.tb-bg {
    background-image: url('../../img/client/fdj.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 7px 6px;
}

.notice-item-nav {
    border-top: 7px solid #f8b551;
}

.notice-icon {
    color: #f8b551;
    font-size: 12px;
}

.notice-item-tab tr th,
.heat-item-tab tr td,
.heat-item-tab tr th {
    border: none;
}

.notice-item-tab tr td {
    font-size: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border: none !important;
    
}
.notice-item-tab .notice-item-td {
    padding: 8px 8px 3px !important;
}
.heat-head td {
    font-size: 16px;
}

.heat-item-nav {
    border-top: 7px solid #f19149;
}

.heat-icon {
    font-size: 12px;
    color: #f19149;
}



.score-item-nav {
    border-top: 7px solid #ec6941;
}

.socre-lab {
    font-size: 16px;
    color: #ec6941;
    font-weight: normal;
}

.more {
    font-size: 14px;
    color: #a0a0a0 !important;
    font-weight: normal;
}

    .more:hover {
        color: #1784ea;
        text-decoration: none;
    }

.heat-title {
    font-size: 16px;
    float: left;
    font-weight: normal;
}

.heat-img {
    display: block;
    float: left;
}

.heat-body {
    font-size: 14px !important;
    color: #a0a0a0;
}

.carousel-indicators {
    bottom: -30px;
}

    .carousel-indicators li {
        background-color: #a0a0a0;
    }

    .carousel-indicators .active {
        background-color: #1784ea;
    }

.heat-item-title {
    font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}


.notice-item-tab .notice-item-td {
    transition: all 1s ease;
    font-size:14px;
}

    .notice-item-tab .notice-item-td:hover {
        box-shadow: 2px 2px 10px #bbb6b6;
        transform: translate(0, 2px);
        cursor: pointer;
    }

.score-item-nav .score-item-td {
    transition: all 1s ease;
}

    .score-item-nav .score-item-td:hover {
        box-shadow: 2px 2px 10px #bbb6b6;
        transform: translate(0, 2px);
        cursor: pointer;
    }


.nav-link-bbs .nav-item a:hover ,
.nav-link-bbs .nav-item .action
{
    background-color: #007bff;
    color:#fff;
}
.nav-link-bbs .nav-item a{
    border-radius:0px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #007bff;
    color: #fff;
}



.parlt-one {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .parlt-one div:before {
        left: 0;
        background: -webkit-linear-gradient(left,#981655,#4b7bc7);
    }

    .parlt-one div:after {
        right: 0;
        background: -webkit-linear-gradient(left,#e27d46,#27a981);
    }

    .parlt-one div:after, .parlt-one div:before {
        content: "";
        height: 2px;
        position: absolute;
        top: 50%;
        width: 45%;
    }

.area-div {
    position: absolute;
    bottom: 11px;
    left: 25px;
    font-size: 14px;
    color: #000;
}

.four-area {
    transition: all 0.2s ease;
}

    .four-area:hover {
        box-shadow: 2px 2px 10px #bbb6b6;
        transform: translate(0, 1px);
        cursor: pointer;
    }
.bbs-nav-a{
    color:#fff;
}
