.none {
  display: none;
}
.description {
    padding: 20px;
    margin: 10px 0;
    background-color: #FFF;
    color: #626262;
    font-size: 16px;
    line-height: 26px;
}
.category_mian{
    width: 100%;
    background: #F5F5F5;
}
.category_mian_center{
    width: 1200px;
    margin: 0 auto;
}
a:hover{
    text-decoration: underline;
}
/* 面包屑导航开始 */
.category_nav{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
        background-color: #fff;
        margin: 10px 0;
}
.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(../../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;
}
/* 热门工具结束 */


.map_column{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    background: #F0F0F0;
}
.map_column_left{
    width: 890px;
}
.map_column_left .advertising img{
    width: 890px;
    height: 270px;
}
.map_column_left .school_general{
    width: 890px;
    display: flex;
    justify-content: space-between;
}
.map_column_left .school_general .school_left{
    width: 550px;
}
.map_column_left .school_general .school_left .title{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
}
.map_column_left .school_general .school_left .title p{
    font-size: 18px;
    font-weight: bold;
    margin-right: 27px;
    color: #F15645;
    border-left: 5px solid #F15645;
    margin-left: 10px;
    padding-left: 6px;
}
.map_column_left .school_general .school_left .title ul{
    display: flex;
}
.map_column_left .school_general .school_left .title ul li{
    list-style: none;
    cursor: pointer;
    margin-right: 20px;
}
.map_column_left .school_general .school_left .title ul li a{
    color: #737373;
    font-size: 14px;
}
.map_column_left .school_general .school_left .title ul li a:hover{
    color: #F15645;
}

.map_column_left .school_general .school_left .title .more{
    font-size: 14px;
    font-weight: 400;
    color: #C8C8C8;
    text-decoration: none;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
}
.school_general .school_left .school_four{
    width: 100%;
}
.school_general .school_left .school_four .tab_school{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.school_general .school_left .school_four .hide{
    display: none !important;
}
.school_general .school_left .school_four .tab_school_centen{
    width: 270px;
    height: 144px;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    text-decoration: none;
}       
.tab_school_centen .centen_top{
    display: flex;
    align-items: center;
}
.tab_school_centen .centen_top img{
    height: 60px;
    width: 60px;
}
.tab_school_centen .centen_top span{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    margin-left: 12px;
}
.tab_school_centen .location{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 5px 0 7px;
}
.tab_school_centen .location span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    max-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tab_school_centen .centen_botton{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 22px;
    overflow: hidden;
}
.tab_school_centen .centen_botton span{
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #F15645;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #F15645;
    margin-right: 10px;
}
.school_right{
    width: 330px;
}
.school_right .title{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school_right .title p{
    font-size: 18px;
    font-weight: bold;
    color: #F15645;
    border-left: 5px solid #F15645;
    margin-left: 10px;
    padding-left: 6px;
}
.school_right .title a{
    font-size: 14px;
    font-weight: 400;
    color: #C8C8C8;
    text-decoration: none;
    margin-right: 10px;
}
.school_right .general_regulations{
    height: 298px;
    width: 100%;
    padding: 10px  12px 24px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-top: 10px;
}

.school_right .general_regulations ul li{
    list-style: none;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school_right .general_regulations ul li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.map_column_left .article{
    width: 890px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.map_column_left .article .category {
    width: 440px;
    height: 370px;
    background: #FFFFFF;
    margin-top: 10px;
}
.map_column_left .article .category .title {
    width: 100%;
    height: 40px;
    background: #F15645;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.map_column_left .article .category .title .left_title {
    height: 100%;
    display: flex;
    align-items: center;
}
.map_column_left .article .category .title img {
    margin: 0 10px;
}
.map_column_left .article .category .title h2 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.map_column_left .article .category .title .right_href {
    margin-right: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #FECCC6;
    text-decoration: none;
}
.map_column_left .article > .category > .list {
    box-sizing: border-box;
    padding: 20px 10px 18px;
}
.map_column_left .article > .category > .list > .iaccs_one {
    display: flex;
    align-items: center;
    margin: 0;
}
.map_column_left .article > .category > .list > li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 14px 0;
    list-style: none;
}
.map_column_left .article > .category > .list > li > a {
    color: #999999;
}
.map_column_left .article > .category > .list > .iaccs_one img {
    width: 140px;
    height: 86px;
    margin-right: 13px;
}
.map_column_left .article > .category > .list > .iaccs_one > div > a {
    display: block;
    max-width: 255px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}
.map_column_left .article > .category > .list > .iaccs_one > div span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.map_column_left .article > .category > .list > .iaccs_one > div span > a {
    color: #F15645;
    text-decoration: none;
}
.map_column_left .article > .category > .list > li > a{
    color: #999999;
    text-decoration: none;
}
.map_column_left .article > .category > .list > li > span {
    color: #999999;
}
.map_column_right{
    width: 300px;
}
