*{
    padding: 0;
    margin: 0;
}
html,body{
    height: 100%;
    width: 100%;
}
.body-content {
    /*position: relative;*/
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #efeff4;
}
.header{
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 2px solid #009a60;
    background: #fff;
}
.header .header-content {
    padding: 15px 10px;
    font-size: 18px;
    overflow: hidden;
}
.logo{
    height: 30px;
    float: left;
    margin-right: 10px;
}
.logo-title{
    margin-top: 4px;
}
.footer{
    border-top: 1px solid #ccc;
    background: #efeff4;
}
.footer .footer-content{
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
}

.box-content{
    padding: 0;
    margin: 62px 0 0 0;
    background: #efeff4;
}
.hand_cur{
    cursor: pointer;
}
.box-content div.list{
    padding: 10px;
    margin: 0;
}
.box-content .list .item{
    margin: 0 0 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding:10px;
}
.box-content .list .item .item-title {
   font-size: 16px;
   color: #333;
   padding-left: 13px;
   position: relative;
}
.box-content .list .item .item-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #F95245;
}
.box-content .list .item .item-detail {
    color:#808080;
    font-size: 12px;
    padding-top:10px;
}

.box-content .detail-content {
    padding: 15px 20px;
    background: #fff;
}
.box-content .detail-content .top-title {
    margin: 0 0 10px 0;
    position: relative;
    padding:0 0 15px 13px;
    border-bottom: 1px solid #ccc;
}
.box-content .detail-content .top-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 22px;
    background: #F95245;
}
.box-content .detail-content .text-hint {
    font-size: 12px;
    margin:10px 0;
    color: #808080;
}
.box-content .detail-content .text-label {
    font-size: 15px;
    margin: 20px 0 10px 0;
}
.box-content .detail-content .info-img {
    /* width: 250px; */
    max-width: 100%;
    border: 1px solid #ccc;
}
.box-content .detail-content .next-item {
    margin: 10px 0;
}
.box-content .detail-content .next-item .next-label{
    color: #808080;
    font-size: 16px;
    float: left;
}
.box-content .detail-content .next-item .next-link {
    text-decoration:none;
    display: block;
    margin-left: 65px;
}
