/* 详情 */
.containerbox{
    width:720px;
    background:#f7f8f8;
    padding:20px 26px;
    box-sizing: border-box;
  }
.containerbox .box h2{
    font-size:38px;
    margin:50px auto 35px;
    color:#346f6a;
    text-align: center;
    line-height:60px;
    font-weight:normal;
}
.containerbox .box p.info{
    color:#3e3a3a;
    font-size:24px;
    border-bottom:1px solid #b1b1b1;
    height:60px;
    padding:0 10px;
    box-sizing:border-box;
}
.containerbox .box p.info .fl{
    float:left;
}
.containerbox .box p.info .fr{
    float:right;
}
.containerbox .box p.info .share img{
    vertical-align: middle;
    margin-left:10px;
    position: relative;
    top:-5px;
}
.containerbox .box .ctx{
    font-size:26px;
    color:#3e3a3a;
    line-height:56px;
    padding:40px 0px;
    box-sizing: border-box;
}
.containerbox .box .ctx p{
    /* text-indent: 2em; */
    text-align: justify;
}


.wechatcode{
    border:1px solid #ececec;
    padding:30px 25px 10px;
    background:#fff;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    top:35px;
    right:0;
}
.wechatcode .close{
    text-align: right;
    margin-bottom:5px;
    cursor: pointer;
}
.wechatcode p{
    font-size:16px;
    line-height:50px;
    text-align: center;
}




/* 列表 */
.listbox{
    width:100%;
    overflow: initial;
    margin-top:40px;
}
.listbox .nav{
    width:670px;
    height:60px;
    background:#d2eeeb url(/uploads/image/images/b01.png) center left no-repeat;
    padding-left:90px;
    box-sizing: border-box;
    font-size:32px;
    line-height:55px;
    border:2px solid #fff;
    border-radius: 8px;
    margin-bottom:24px;
    position: relative;
}
.listbox .nav i{
    float:right;
    width:28px;
    height:16px;
    background:url(/uploads/image/images/darrow.png);
    position: relative;
    top:20px;
    right:20px;
}
.listbox .nav ul.menu{
    width:100%;
    height:500px;
    background:rgba(255,255,255,1);
    position: absolute;
    top:60px;
    left:0px;
    z-index: 99;
    display:none;
    overflow:hidden;
    overflow-y: auto;
}
.listbox .nav ul.menu.active{
    display:block;
}
.listbox .fl{
    width:100%;
    float:initial;
    background:none;
    border-radius: 8px;
    padding:0;
    box-sizing: border-box;
    overflow: initial;
}
.listbox .fl li{
    padding:15px 40px 15px 65px;
    box-sizing: border-box;
    line-height:44px;
    font-weight: 500;
}
.listbox .fl li a{
    color:#3e3a3a;
}
.listbox .fl li.active{
    background:#d7edeb;
}
.listbox .fr{
    width:100%;
    float:initial;
    padding:0 15px 70px;
    box-sizing: border-box;
}
.listbox .fr li{
    font-size:26px;
    line-height:60px;
    padding-left: 30px;
}
.listbox .fr li::before{
    content:'';
    width:6px;
    height:6px;
    background:#67a5a0;
    position: absolute;
    top:25px;
    left:7px;
    display:block;
}
.listbox .fr li a{
    color:#3e3a3a;
}




/* 列表2 */
.listbox2 ul{
    margin:40px auto 60px;
}
.listbox2 ul li{
    font-size:26px;
    border-bottom:1px solid #e3e3e3;
    line-height:initial;
    text-indent:0px;
    position: relative;
    padding-bottom:27px;
    margin-bottom:28px;
    padding-left: 30px;
}
.listbox .fr li{
    text-indent: 0px;
}
.listbox2 ul li::before{
    content:'';
    width:6px;
    height:6px;
    background:#67a5a0;
    position: absolute;
    top:15px;
    left:7px;
    display:block;
}
.listbox2 ul li a{
    color:#3e3a3a;
}
.listbox2 ul li a span{
    color:#777;
    float:initial;
}