body{
    background: #F0F2F6;
}

.box{
    background: #fff;
    padding: .5rem 1.5rem .3rem;
}
.box-pb{
    padding-bottom: .5rem;
    background: #fff;
}
.box .flex-between{
    align-items: center;
}
.box h3.c-title{
    font-size: 0.24rem;
    color: #262E3D;
    line-height: 0.24rem;
    padding-left: .2rem;
    border-left: .06rem solid #159368;
}

.area-ce-detail .box{
    border-bottom: 0.01rem dashed #159368;
}
.area-ce-detail .box:last-of-type{
    border-bottom: none;
}
.sh-ce-detail .box:nth-of-type(even){
    background: #F0F2F6;
}

.banner-box{
    width: 100%;
    position: relative;
    margin: .1rem 0;
}
.banner-box img{
    width: 100%;
    height: 100%;
}
.banner-box h2{
    font-size: 0.36rem;
    font-weight: bold;
    /*line-height: 0.3rem;*/
    position: absolute;
    left: 1.5rem;
}
.banner-box h2.ct{
    color: #FDC6B0;
    left: 22%;
    top: 50%;
    transform: translate(0, -50%);
    text-shadow: 0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057,0 0 .05rem #4B2057;
    text-transform: uppercase;
}
.banner-box h2.btm,.banner-box h2.tp{
    /*bottom: .38rem;*/
    color: #FFFFFF;
    text-shadow: .01rem .02rem #263943;
    text-transform: uppercase;
}
.banner-box h2.tp{
    /*top: .34rem;*/
}

.pos-center{
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
}
.banner-box h2{
    position: initial;
}
.box-btn{
    display: flex;
    align-items: center;
    margin-top: .3rem;
}
.box-btn .btn{
    font-size: .18rem;
    line-height: .38rem;
    color: #262E3D;
    background: #FCFCFD;
    border-radius: .02rem;
    padding: 0 .2rem;
    margin-right: .2rem;
}
.box-btn .btn:hover{
    background: #159368;
    color: #FCFCFD;
}


.search-box{
    display: flex;
    align-items: center;
}
.search-box .btn{
    display: flex;
    align-items: center;
    line-height: 0.38rem;
    background: #159368;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    color: #FCFCFD;
    padding: 0 .16rem;
}
.search-box .icon-map{
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/detail/icon-map.png) no-repeat;
    background-size: 100%;
    margin-right: .09rem;
}
.search-content{
    display: flex;
    align-items: center;
}
.filter-box{
    margin-left: .2rem;
}



/* 社会 */
.sh-ce-detail .banner-box{
    margin: .1rem 0 0;
}
.sh-ce-detail .banner-box h2{
    position: absolute;
}
.bg-box1{
    margin-top: .2rem;
}
.bg-box2{
    margin-top: 1.04rem;
}
.bg-box3{
    margin-top: .5rem;
}

.img-list{
    width: 7.2rem;
    display: flex;
    justify-content: space-between;
    margin-right: .63rem;
}
.img-list li{
    width: 2.22rem;
    height: 4.93rem;
}
.img-list li img{
    width: 100%;
    height: 100%;
}
.img-list img.bg1{
    width: 5.23rem;
    height: 3.27rem;
    margin: 0 auto;
}
.img-list img.bg2{
    width: 100%;
    height: 4.3rem;
}

.p-list{
    width: calc(100% - 7.83rem);
}
.p-list p{
    font-size: 0.18rem;
    color: #5A6576;
    line-height: 0.4rem;
    margin-top: .5rem;
    text-align: justify;
}
.p-list p:first-of-type{
    margin-top: 0;
}

/* 企业 */
.k-ets{
    width: 100%;
    background: #100D29;
    position: relative;
    margin: .3rem 0;
}
.k-ets .ets{
    width: 100%;
    height: 5.6rem;
}
.ets-title{
    padding: .6rem 0 .36rem;
    text-align: center;
}
.ets-title h3{
    font-size: .3rem;
    color: #fff;
}
.ets-title h4{
    font-size: .24rem;
    color: rgba(255,255,255,.6);
    margin-top: .2rem;
}
/* logo */
.logo_map {
    border-radius: .06rem;
    position: absolute;
    top: .15rem;
    left: .15rem;
}
.logo_map b {
    display: block;
    width: .6rem;
    height: .6rem;
    background: url(/common/images/common/logo-blueMap.png) no-repeat;
    background-size: 100%;
    margin: 0 auto .1rem;
}
.logo_map h2 {
    font-size: .12rem;
    line-height: .14rem;
    color: #AAA8C3;
    text-align: center;
}

.pagination-wrap .pagination .pagers .pager.active,
.pagination-wrap .pagination .pagers .pager:hover {
    color: #159368;
    border-color: #159368;
}
.pagination-wrap .pagination .page-jump .button{
    background: #159368;
}