body{
    background: #f7f7f7;
}
.theme_tab_box {
    position: relative;
}
.theme_tab_title {
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.theme_tab_title_item {
    float: left;
    width: 100px;
}
.theme_tab_title_item_h2_active {
    color: #d9a777;
}
.theme_tab_title_item_h2 {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.theme_tab_title_item_content {
    display: none;
    height: 50px;
    width: 1200px;
    position: absolute;
    top: 50px;
    left: 0px;
    margin-top: 5px;
}
.theme_tab_content_active {
    display: block;
}
.theme_tab_content_left_item {
    width: 1090px;
    padding-left: 30px;
    height: 50px;
    overflow: hidden;
}

.theme_tab_content_item {
    display: inline-block;
    width: 94px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    background: #F2F3F5;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 12px;
}
.theme_tab_content_item_active {
    background: #d9a777;
    color: #fff;
}
.theme_tab_content_right_item {
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #d9a777;
    font-size: 14px;
}
.theme_tab_title_zhanwei {
    height: 50px;
    background: #fff;
}




.article_list{
    overflow: hidden;
    margin-top: 20px;
}
.content_shwo_item {
    padding: 19px 24px 18px 25px;
    border-bottom: 1px solid #efefef;
    background: #fff;
}
.content_show_item_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
}
.sititle_date{
    color: #848484;
    font-size: 14px;
    font-weight: 100;
}
.content_show_item_descride_box {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
}
.content_show_item_c_box {
    width: 580px;
    overflow: hidden;
}
.content_show_item_descride {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 24px;
}
.content_show_item_zan {
    margin-top: 20px;
    overflow: hidden;
}
.content_show_item_zan_item {
    float: left;
    margin-right: 35px;
    padding-bottom: 1px;
}

.content_show_item_img_box {
    display: block;
    height: 120px;
    width: 198px;
    margin-left: 24px;
    position: relative;
    border: 1px solid #ededed;
    border-radius: 5px;
}
.content_show_item_img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.content_show_item_mode{
    color: #d9a777;
}

