.none {
  display: none;
}
.category_mian{
    width: 100%;
    background: #F5F5F5;
}
.category_mian_center{
    width: 1200px;
    margin: 0 auto;
}
.category_mian_center>div{
    background-color: #fff;
}
a:hover{
    text-decoration: underline;
}
/* 面包屑导航开始 */
.category_nav{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
}
.category_nav>span,.category_nav>a{
    font-size: 14px;
    color: #333333;
}
.category_nav>a:first-child{
    margin-left: 20px;
}
.category_nav>span.nav_curPath{
    color: #B34746;
}
.category_nav>a:not(:first-child),.category_nav>span{
    margin-left: 3px;
}
/* 面包屑导航结束 */

/*  banner 开始 */
.category_banner{
    margin-top: 10px;
    width: 100%;
    height: 250px;
}
.category_banner img{
    width: 1200px;
    height: 250px;
}
/* banner 结束 */

/* 栏目集合开始 */
.category_list{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 30px 21px;
}
.category_listItem{
    width: 550px;
    margin-bottom: 30px;
}
.category_list>div:not(:nth-child(2n)){
    margin-right: 58px;
}
.pageList_type{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #FFF3F3;
    justify-content: space-between;
}
.pageList_type>span{
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    margin-left: 25px;
    position: relative;
}
.pageList_type>span::before{
    content: '';
    position: absolute;
    top: 4px;
    left: -10px;
    width: 4px;
    height: 14px;
    background: #F65742;
}
.pageList_type>a{
    font-size: 14px;
    color: #999999;
    margin-right: 10px;
}

.category_listItem>div.pageList_firstPage{
    width: 100%;
    margin: 17px 0;
    display: flex;
    justify-content: space-between;
}
.category_listItem>div.pageList_firstPage>a>img
,.category_listItem>div.pageList_firstPage>a{
    width: 190px;
    height: 118px;
    color: #333333;
}
.category_listItem>div.pageList_firstPage>div{
    display: flex;
    flex-direction: column;
}
.category_listItem>div.pageList_firstPage>div>a{
     color: #333333;
}
.category_listItem>div.pageList_firstPage>div>a>p{
    color: #333333;
    font-size: 16px;
    margin: 16px 0;
}
.category_listItem>div.pageList_firstPage>div>span{
    width: 336px;  
    height: 53px;
    color: #999999;
    font-size: 13px;
    overflow: hidden;
}
.category_listItem>div.pageList_firstPage>div>span>a{
    color: #B34746;
}
.category_listItem>ul{
    margin-left: 23px;
}
.category_listItem>ul>li{
    display: flex;
    align-items: center;
    position: relative;
    line-height: 30px;
}
.category_listItem>ul>li::before{
    content: '';
    position: absolute;
    left: -22px;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #B34746;
    border-radius: 50%;
}
.category_listItem>ul a{
    font-size: 14px;
    color: #333333;
    margin-right: 77px;
    width: 366px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category_listItem>ul span{
    color: #999999;
    font-size: 14px;
}
/* 栏目集合结束 */

/* 热门工具 */
.category_hotTools{
    width: 100%;
    background:#fff;
    box-sizing: border-box;
    padding: 0px 20px 30px;
}
.index_mian_hotTools{
    width: 100%;
    height: 145px;
    background: url(/statics/theme/img/content/bg_index_NinthBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    
}
.index_mian_hotTools>p{
    width: 48px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 45px;
}
.index_mian_hotTools>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 155px;
    margin-top: 28px
}
.index_mian_hotTools>div>div{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 804px;
    justify-content: space-between;
}
.index_mian_hotTools_toolList{
    display: flex;
    align-items: center;
}
.index_mian_hotTools_toolList>img{
    width: 34px;
    height: 34px;
}
.index_mian_hotTools_toolList>a{
    font-size: 18px;
    font-weight: 400;
    color: #B34746;
    margin-left: 11px;
}
.index_mian_hotTools_toolList>a:hover{
     font-size: 20px;
     transition: all .2s;
     text-decoration: underline;
}
.tool_marginLeft{
    margin-left: -15px;
}
/* 热门工具结束 */
