/* css */



.ff_indexPage .news.mlist .container_content .item_block .item_img img {
    width: 100%;
}



.ff_indexPage .news.mlist .container_content .item_block:nth-child(2)~.item_block .item_img {
    height: 150px;
}


/* 2019.05.16修改 */
.item_tags>a:hover,
.container_category>a:hover,
.item_tags>a.active,
.container_category>a.active {
    background: rgba(164, 86, 148, .8);
    border-color: transparent;
}

body #header.mini #logo img {
    height: 55px !important;
}

#page_aboutus .content {
    margin-top: 0;
}

#sitecontent #page_aboutus .postbody>p span {
    color: #666 !important;
}

/* 2019.05.16修改 */




/* 2019.05.21修改 */
.bodyindex #header {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 66px;
}

.bodyindex #header .content .nav>.navitem>a.active {
    color: #a45694;
    border-color: #a45694;
}

body #header #logo img {
    height: 55px !important;
}

.bodyindex #header #logo {
    opacity: 1;
}

.longPage   #header .content .nav>.navitem>a,.bodyindex #header.mini .content .nav > .navitem > a {
    color: #7c7c7c;
}
body #navWrapper .content .nav > .navitem > a{line-height:64px;}
body #header.mini{height: 64px;}

.longPage   #header .content .nav>.navitem>a:hover {
    color: #a45694;
}

.bodyindex #search-header input::-webkit-input-placeholder {
    font-weight: bold;
}

.bodyindex #search-header input::-moz-placeholder {
    font-weight: bold;
}

.bodyindex #search-header input:-ms-input-placeholder {
    font-weight: bold;
}

body #navWrapper .content .nav>.navitem span {
    font-size: 16px;
}

.bodyindex #header .wrapper>.content,
.bodypage #header .wrapper>.content,
.bodylist.bodyad01 #header .wrapper>.content {
    width: 1170px;
}

body #navWrapper .content .nav>.navitem>a {
    padding: 0;
    margin: 0 26px;
    height: 48px;
}

/* 2019.05.21修改 */