/*个性化自定义*/
body{
    background-color: #f5f8f8;
    font-family: "icofont","Microsoft YaHei";
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-image: url(../images/gl/page_bg.png);
}
#header:after{
    content: "";
    display: block;
    width: 100%;
    height: 0.02rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #38a545;
}




/*CONTENT*/
#content{
    display: block;
    position: relative;
    z-index: 256;
}
/*BANNER*/
.con_banner{
    display: block;
    margin: 0 auto 0.3rem auto;
}
.con_banner > img{
    display: block;
    width: 100%;
    height: auto;
}
/*列表内容开始*/
.con_shizi{
    display: block;
    margin: 0 auto 0.4rem auto;
}
.con_shizi_cen{
    display: block;
    width: 14rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 0 2.7rem;
}
@media screen and (max-width: 960px){
    .con_shizi_cen{
        padding: 0 0;
    }
}
/*列表侧边栏*/
.con_shizi_cen_aside{
    display: block;
    width: 2.4rem;
    height: auto;
    min-height: 3.6rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.con_shizi_cen_aside_tit{
    display: block;
    padding: 0.3rem 0 0.3rem 0.35rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/shizi/con_aside_title_bg.png);
}
.con_shizi_cen_aside_tit > h2{
    color: #fff;
    font-weight: 500;
    font-size: 0.29rem;
    margin: 0 auto 0.05rem auto;
}
.con_shizi_cen_aside_tit > span{
    display: block;
    font-size: 0.12rem;
    color: #fff;
}
.shizitebie{
margin:0.2rem 0.3rem 0.2rem 0;
color:#109f49;
}
.shizitebie a{
margin:0.2rem 0.3rem 0.2rem 0;
color:#109f49;
}
.con_shizi_cen_aside_lb{
    display: block;
    box-sizing: border-box;
    padding: 0.15rem 0.35rem;
}
.con_shizi_cen_aside_lb > a{
    display: block;
    font-size: 0.16rem;
    color: #313131;
    padding: 0.2rem 0 0.15rem 0;
    border-bottom: 0.01rem #b4cbea solid;
}
.con_shizi_cen_aside_lb > a:hover{
    color: #109f49;
}
@media screen and (max-width: 960px){
    .con_shizi_cen_aside{
        width: 100%;
        height: auto;
        min-height: auto;
        margin: 0 auto 0.15rem auto;
        position: relative;
    }
    .con_shizi_cen_aside_tit{
        padding: 0.15rem 0 0.15rem 0.25rem;
    }
    .con_shizi_cen_aside_lb{
        padding: 0.15rem 0.35rem 0.35rem 0.35rem;
    }
}
@media screen and (max-width: 480px){
    .con_shizi_cen_aside_tit > h2{
        font-size: 0.22rem;
    }
}
/*列表主内容*/
.con_shizi_cen_lb{
    width: 100%;
    height: auto;
    min-height: 7.2rem;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.85rem 0.7rem 0.7rem 0.7rem;
    background-color: #fff;
}
.con_shizi_cen_lb_mbx{
    top: 0.25rem;
    right: 0.75rem;
    position: absolute;
    color: #555;
    font-size: 0.15rem;
}
.con_shizi_cen_lb_mbx > a{
    color: #555;
    font-size: 0.15rem;
    margin: 0 0.08rem 0 0.05rem;
}
.con_shizi_cen_lb_mbx > a:hover{
    color: #109f49;
}
.con_shizi_cen_lb_cee{
    display: block;
    margin: 0 auto 0.45rem auto;
}
.con_shizi_cen_lb_cee_sub{
    display: block;
    padding: 0 0 0.2rem 0;
    margin: 0 auto 0.4rem auto;
    border-bottom: 0.01rem #4bab41 solid;
}
.con_shizi_cen_lb_cee_sub:last-child{
    border: none;
}
.con_shizi_cen_lb_cee_sub > h3{
    display: block;
    font-size: 0.22rem;
    margin: 0 auto 0.3rem auto;
    color: #109f49;
}
.con_shizi_cen_lb_cee_sub > h3 span{
    color: #717171;
    font-weight: 500;
    display: inline-block;
}
.con_shizi_cen_lb_ecc_sub_name{
    display: block;
    font-size: 0;
}
.con_shizi_cen_lb_ecc_sub_name > *{
    font-size: 0.16rem;
}
.con_shizi_cen_lb_ecc_sub_name > a{
    color: #717171;
    display: inline-block;
    width: 16.6666%;
    height: auto;
    padding: 0.05rem 0;
    vertical-align: top;
    margin: 0 auto 0.05rem auto;
    font-size: 0.15rem;
}
.con_shizi_cen_lb_ecc_sub_name > a:hover{
    color: #095bcf;
}
@media screen and (max-width: 960px){
    .con_shizi_cen_lb{
        padding: 0.85rem 0.3rem 0.7rem 0.3rem;
    }
}
@media screen and (max-width: 640px){
    .con_shizi_cen_lb_cee_sub > h3{
        font-size: 0.18rem;
        margin: 0 auto 0.15rem auto;
        text-align: center;
    }
    .con_shizi_cen_lb_ecc_sub_name > a{
        width: 20%;
        height: auto;
        font-size: 0.14rem;
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    .con_shizi_cen_lb{
        padding: 0.75rem 0.1rem 0.7rem 0.1rem;
        min-height: auto;
    }
    .con_shizi_cen_lb_mbx{
        right: 0.15rem;
        font-size: 0.13rem;
    }
    .con_shizi_cen_lb_mbx > a{
        font-size: 0.13rem;
    }
    .con_shizi_cen_lb_cee_sub > h3{
        font-size: 0.16rem;
    }
    .con_shizi_cen_lb_ecc_sub_name > a{
        width: 25%;
        height: auto;
        font-size: 0.12rem;
    }
}




