
/* 2021/07/06 yyq 修改 */
.module.mcustomize .description {
    background-color: transparent;
    color: #fff;
}

.container_header .title,
.container_header .subtitle,
.ff_indexPage .mlist .container_header .subtitle, 
.ff_indexPage .mlist .container_header .title,
.item_tags > a:hover, .container_category > a:hover, 
.item_tags > a.active, .container_category > a.active,
.bodyindex #navWrapper .content .nav > .navitem > a:hover, 
.bodyindex #navWrapper .content .nav > .navitem > a.active {
    color: #dc281e;
}

.mcustomize .container_content .contentbody .description a:hover,
.container_category a:after {
    background-color: #dc281e;
}

.mcustomize .container_content .contentbody .description a:hover {
    border-color: #dc281e;
}

.ff_indexPage .videom .content_list .item_block .item_img:before {
    top: 49%;
}

.searchPage .mlist #search-list {
    padding-top: 100px;
}

.searchPage .mlist .content_list {
    width: 80%;
    min-width: 1200px;
    margin: 0 auto;

}
/* 2021/07/06 yyq 修改 */


/* 2021/07/14 yyq 修改 */
.agent-mobile .indexPage .project .category {
    display: block;
    white-space: nowrap;
    padding: 5px 0;
    overflow-y: hidden;
    height: 44px;
}

.agent-mobile .indexPage .project .category a {
    position: relative;
    display: inline-block;
    padding: 15px;
    color: #303030;
    transition: all .3s ease-out 0s;
    font-size: 13px;
}

.agent-mobile .indexPage .project .category a.active {
    background: transparent;
    color: #303030;
    height: auto;
    line-height: 1;
}
/* 2021/07/14 yyq 修改 */

/* 2021/07/29 yyq 修改 */
.agent-mobile .searchBtn {
    display: block;
    top: 4px;
}

.agent-mobile #header .search-input-wrap.show {
    z-index: 100;
}

.header-search-input {
    height: 60px;
    margin: 0;
}
/* 2021/07/29 yyq 修改 */

/* 2021/08/03 yyq 修改 */
.agent-pc .ff_indexPage .imagelink.ff_noSlider .item_block {
    width: 50%;
    margin-bottom: 0;
}

.agent-pc #indexPage .imagelink .item_box {
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}

.agent-pc #indexPage .imagelink .item_box img {
    opacity: 1;
}

.agent-pc .ff_indexPage .imagelink.ff_noSlider .item_block .item_wrapper {
    display: block;
}

.agent-pc .imagelink .content_list .item_block .item_wrapper .item_info .title {
    font-size: 20px;
    line-height: 66px;
    transition: all 0.2s ease 0s;
}

.agent-pc .ff_indexPage .imagelink.ff_noSlider .item_block:hover img {
    transform: scale(1);
}

.agent-mobile .imagelink .content_list .item_img {
    padding-top: 56%;
}

.agent-mobile .imagelink .content_list .item_wrapper {
    display: block;
}

.agent-mobile .imagelink .item_block .item_info {
    width: auto;
    padding: 15px 10px 18px;
}

.agent-mobile .imagelink .item_block .title {
    color: #444;
    font-size: 14px;
    transition: all .3s ease-out 0s;
    line-height: 20px;
    text-align: left;
}

.agent-mobile .mlist .content_list .item_block .title {
    text-align: center;
}
/* 2021/08/03 yyq 修改 */

/* 2021/08/10 yyq 修改 */
.agent-pc .ff_indexPage .imagelink .container_header {
    display: block;
}

.agent-pc .ff_indexPage .imagelink .container_header .title {
    line-height: 60px;
    padding-bottom: 50px;
}

.agent-mobile .imagelink .container_header {
    display: block;
    padding: 25px 0;
}

.agent-mobile .dropmenu ul li a.active {
    color: #dc281e;
}
/* 2021/08/10 yyq 修改 */

/* 2021/08/19 yyq 修改 */
.npagePage .project .item_block .subtitle {
    text-align: center;
}
/* 2021/08/19 yyq 修改 */

/* 2021/11/19 yyq 修改 */
.agent-mobile .search .date_wrap,
.searchPage  .item_block .date_wrap,
.agent-mobile .search .item_block .description {
    display: none;
}
/* 2021/11/19 yyq 修改 */


/* 2021/11/23 yyq 修改 */
.searchPage .mlist.search .content_list .item_block {
    width: 50%;
    float: left;
    border: none;
}
.searchPage .mlist.search .content_list .item_block .item_img,
.searchPage .mlist.search .content_list .item_block .subtitle {
    display: block;
}

.searchPage .mlist.search .content_list .item_block .details {
    display: none;
}
.searchPage .mlist.search .content_list .item_block .item_wrapper {
    padding: 2%;
}

.agent-mobile .search .item_block .item_img,
.agent-mobile .search .item_block .subtitle {
    display: block;
}
.agent-mobile .search .item_block .subtitle {
    text-align: center;
}

.agent-mobile .search .item_block .item_wrapper {
    padding-top: 20px;
}
/* 2021/11/23 yyq 修改 */