/* 侧边导航 */
#txt_content img{max-width: 800px}
@media (min-width: 768px) {
    .sidebar {
        position: absolute;
        width: 250px;
        /* margin-top: 51px; */
        z-index: 2;
        margin-left: -15px;
    }
}
.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul li a.active {
    background-color: #eee;
}
.sidebar ul li {
    background: #ffffff;
    /* border-bottom: rgb(229,229,229) 1px solid; */
}
.nav-second-level li {
    border-bottom: 0 !important;
    
}
.nav-second-level li a {
    padding-left: 38px;
}

.detail-header-img{
    width: 1100px;
    height: 200px;
}

li{
    /* height: 50px; */
    border-top: rgb(229,229,229) 0.5px solid;
}

li>a{
    color: rgb(95, 94, 94) !important;
    font-size: 13px;
    padding: 15px 30px !important;
    /* margin: 10px 0px; */
}


.font-bold{
    font-weight: bold;
}

.font-normal{
    font-weight: normal;
}

li>a:hover{
    color: rgb(130, 180, 84) !important;
}

.first-li{
    border-top: none;
}

.type-li{
    background: rgb(130, 180, 84) !important;
}
.type-li:hover{
    background: rgb(130, 180, 84) !important;
}
.type-li a:hover{
    background: rgb(130, 180, 84) !important;
    color: #fff !important;
}

.type-li>a{
    color: #fff !important;
    font-size: 16px;
}


.nav-second-level>li{
    background: rgb(244, 244, 244) !important;
}

.menu-item-selectd{
    color: rgb(130, 180, 84) !important;
    background: rgb(244, 244, 244) !important;
}


/* end 侧边导航 */


.detail-content{
    min-height: 500px;
}

.my-sectoin{
    background: #ffffff;
    min-height: 500px;
    margin-left: 260px;
    margin-bottom: 50px;
    padding: 20px;
}

.detail-header-line{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: row;
    /* padding-bottom: 10px; */
    border-bottom: rgb(210, 210, 210) 1px solid;
}

.detail-header-left{
    color: rgb(130, 180, 84);
    padding-bottom: 10px;
    padding-right: 5px;
    border-bottom: rgb(210, 210, 210) 2px solid;
}

.detail-header-right{
    color: rgb(150, 150, 150);
    font-size: 12px;
}

.detail-header-right a{
    color: rgb(150, 150, 150);
    cursor: pointer;
}

.news_card {
    margin-top: 5px;
    height: 105px; 
    width: 100%; 
    padding-bottom: 5px; 
    border-bottom: #eee solid 0.5px;
    cursor: pointer;
}

.news_img{
    float: left; 
    width: 150px; 
    height: 100px;
}

.news_info_box{
    margin-left: 166px;
}

.news_title{
    /* font-size: 16px; */
    font-weight: bold;
}

.news_intro{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #666;
}

.news_more{
    background: rgb(130, 180, 84);
    color: #fff;
    width: 50px;
    text-align: center;
    float: right;
    margin-top: 15px;
}

.hang_card{
    width: 100%;
    margin-top: 10px;

}

.hang_card a{
    color: #000;
}

.hang_card a:hover{
    color: rgb(6, 65, 168);
}

.hang_card > span{
    float: right;
    font-size: 12px;
    color: rgb(150, 150, 150);
}

