﻿.box{
    margin-bottom: 30px;
}

.box-head {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #14ACC1;
    padding: 15px;
}
    .box-head img{
        width: 60px;
        margin-right: 15px;
    }

    .box-head label{
        font-size: 32px;
        font-weight: 600;
    }

.box {
}

    .box .box-title {
        padding: 20px 0;
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #00B9A9;
    }

    .box .box-subtitle {
        padding: 0 0 20px 0;
        margin-top: -10px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #00B9A9;
    }

    .box .box-break {
        width: 50px;
        height: 4px;
        background-color: #00B9A9;
        margin: 10px auto 20px auto;
    }

    .box .box-content {
    }

        .box .box-content p {
            color: #333;
            line-height: 2.1;
            text-indent: 2em;
            margin-bottom: 33px;
        }

        .box .box-content h4 {
            font-weight: 600;
            color: #00B9A9;
            margin-bottom: 22px;
        }

        .box .box-content p b {
            font-size: 1.2em;
            font-weight: 600;
            color: #333;
            padding: 0 3px;
        }


/* pic-list */
.scrollbox {
    width: 984px;
    margin: 0 auto;
    background-color: #f1f1f1;
}

.scrollbox-title {
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #848484;
}

.pic-list {
    height: 164px;
    overflow: hidden;
    border-bottom: solid 1px #fff;
    position: relative;
}

    .pic-list ul {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .pic-list ul img{
        width: 164px;
        height: 164px
    }

    .pic-list .picture {
        float: left;
        width: 164px;
        height: 164px;
        border-right: solid 1px #fff;
        position: relative;
        background: #eee;
    }

        .pic-list .picture em {
            display: inline-block;
            background: #000;
            opacity: 0.75;
            filter: alpha(opacity:75);
            color: #fff;
            padding: 0px 5px;
            height: 20px;
            line-height: 20px;
            position: absolute;
            right: 0px;
            bottom: 0px;
            text-decoration: none;
        }
