.nav, .foot_nav {
    background: -webkit-linear-gradient(top, #0ed7ea, #47b794);
    background: -o-linear-gradient(top, #0ed7ea, #47b794);
    background: -moz-linear-gradient(top, #0ed7ea, #47b794);
    background: -mos-linear-gradient(top, #0ed7ea, #47b794);
    background: linear-gradient(top, #0ed7ea, #47b794);
}

.nav ul.menu li a:hover {
    background: -webkit-linear-gradient(top, #04bdc0, #04a382);
    background: -o-linear-gradient(top, #04bdc0, #04a382);
    background: -moz-linear-gradient(top, #04bdc0, #04a382);
    background: -mos-linear-gradient(top, #04bdc0, #04a382);
    background: linear-gradient(top, #04bdc0, #04a382);
}

/** 手动头条 **/
.top_news_title a b, .top_news_detail a{color:#000!important;}


.group_carousel_label {
    background: #38bfaa;
}

.news_list_title, .news_list_tab .active, .news_list_tab li:hover {
    border-bottom: 2px solid #0b8388;
}

a.more, a:hover {
    color: #0b8388;
}

.news_list_ul li a:hover, .friendship_link .content li a:hover, .group_carousel_big .swiper-slide .title a:hover, .news_list_ul_2 li.first a.first_a h3:hover, .news_list_ul_2 li a:hover {
    color: #0b8388;
}

.top_news {
    /*background: url(../images/icon-headline.png) left 20px no-repeat;*/
}

/* 便民服务 */

.bmfw li {
    width: 84px;
    height: 56px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
}

.bmfw li a {
    display: inline-block;
}

.bmfw li img {
    border: 1px solid #cdcdcd;
    padding: 2px 3px;
    box-sizing: border-box;
    max-width: 54px;
}

.bmfw li p {
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.site_specific div {
    position: relative;
    text-align: center;
    height: auto;
    padding-top: 5px;
}
.site_specific .site_baoliao_a {
    background: url(../images/baoliao.png) center no-repeat;
    padding: 5px;
    margin: 5px 0px;
    background-size: 100% 100%;
}