﻿.well-main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-box {
    text-align: center;
    width: 100%;
    height: 551px;
    position: relative;
}

.banner-img-box {
    background-image: url(../Images/weel_banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 551px;
    width: 1920px;
    top: 0px;
    left: 50%;
    margin-left: -960px;
}


.title-box {
    background: url(../Images/well_title.png) no-repeat center center;
    height: 60px;
    width: 100%;
}

    .title-box .title-txt {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

.main-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 30px;
}

.answer-box {
    background-color: #f5f5f5;
}

.video-main-box {
    background-color: #fff;
    height: 430px;
}

.box {
    width: 1050px;
    height: 440px;
    margin: 0px auto;
}

.list-box {
    padding-top: 30px;
    box-sizing: border-box;
    height: 375px;
}

.video-box {
    margin-top: 5px;
}

.list-item {
    width: 210px;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    background: #4b91b9;
    height: 290px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

    .list-item .title {
        font-size: 17px;
        font-weight: bold;
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        overflow: hidden;
        background: url(../Images/well_til_bg.png) no-repeat center center;
    }

    .list-item .small-title,
    .list-item .ex {
        width: 100%;
        display: inline-block;
        height: 42px;
        line-height: 22px;
        word-wrap: break-word;
        word-break: normal;
    }

    .list-item .ex {
        margin-top: 10px;
        height: 140px;
        overflow: hidden;
    }

    .list-item .small-title a {
        color: #fff;
        font-size: 15px;
    }

        .list-item .small-title a:hover {
            text-decoration: underline;
        }

    .list-item .ex a {
        color: #c5d8e5;
        font-size: 13px;
    }

        .list-item .ex a:hover {
            text-decoration: underline;
        }

.more-box {
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 24px;
    line-height: 24px;
}

    .more-box .more-btn {
        width: 85px;
        display: block;
        float: right;
        color: #fff;
        font-size: 14px;
        background: url(../Images/well_icon.png) no-repeat right center;
    }

        .more-box .more-btn:hover {
            color: #ffcc00;
            background: url(../Images/well_hover.png) no-repeat right center;
        }

.video-box .items-box {
    box-sizing: border-box;
    width: 1050px;
    padding-left: 18px;
    padding-right: 18px;
}

.video-item {
    width: 188px;
    margin-left: 6px;
    margin-right: 6px;
    float: left;
    height: 275px;
    border: 1px solid #ccc;
}

.item-top {
    position: relative;
}

    .item-top img {
        width: 100%;
        height: 120px;
        max-width: 100%\9;
    }

    .item-top .play-count {
        position: absolute;
        bottom: 5px;
        color: #ffbc00;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 4px;
        border-radius: 3px;
        font-size: 12px;
    }

.item-bottom {
    height: 135px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

    .item-bottom .title-txt {
        display: block;
        height:66px;
    }

        .item-bottom .title-txt a {
            color: #333333;
            height: auto;
            line-height: 22px;
            font-size: 15px;
        }

            .item-bottom .title-txt a:hover {
                text-decoration: underline;
            }

    .item-bottom .date {
        font-size: 12px;
        display: block;
        color: #a9a9a9;
        margin-top: 5px;
    }

    .item-bottom .look-btn {
        margin-top: 15px;
        display: block;
    }

        .item-bottom .look-btn a {
            width: 65px;
            display: block;
            height: 28px;
            line-height: 28px;
            text-align: center;
            background-color: #41aaaa;
            font-size: 14px;
            color: #fff;
            border-radius: 4px;
            cursor: pointer;
        }

            .item-bottom .look-btn a:hover {
                background-color: #1d8d8d;
            }

.v-more-box {
    width: 100%;
    height: 30px;
}

    .v-more-box .more-btn {
        width: 80px;
        height: 30px;
        display: block;
        float: right;
        font-size: 14px;
        text-decoration: none;
        color: #337ab7;
        line-height: 30px;
        text-align: right;
        margin-right: 26px;
    }

        .v-more-box .more-btn:hover {
            color: #666;
            text-decoration: underline;
        }

.small-banner-box {
    height: 217px;
    text-align: center;
    margin: 0px auto;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.small-banner-img {
    width: 1920px;
    height: 217px;
    background-image: url(../Images/well_ad.png);
    background-position: center center;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0px;
}


.item-header {
    width: 1000px;
    margin: 0px auto;
    height: 40px;
    background-color: #2badab;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.doc-main-box {
    padding-bottom: 60px;
}

    .doc-main-box .item-col {
        color: #fff;
        display: block;
        width: 11.2%;
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: left;
        overflow: hidden;
    }

        .doc-main-box .item-col.item-doc-title {
            width: 46%;
        }

        .doc-main-box .item-col.item-name {
            width: 25%;
        }

    .doc-main-box .item-header {
        margin-top: 30px;
    }

.doc-box {
    width: 998px;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 300px;
    border-top: none;
}

.doc-list-box {
    position: relative;
}

.doc-box .items-box .item:hover {
    background-color: #f7f7f7;
}

.doc-box .items-box .item {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

    .doc-box .items-box .item:last-child {
        border-bottom: none;
    }

    .doc-box .items-box .item .item-col {
        height: 60px;
        line-height: 60px;
        color: #666666;
        font-size: 14px;
    }

        .doc-box .items-box .item .item-col.item-doc-title {
            box-sizing: border-box;
            padding-left: 15px;
        }

.items-box .item .item-col.item-look {
    display: block;
}

    .items-box .item .item-col.item-look a {
        color: #fff;
        display: inline-block;
        background-color: #41aaaa;
        text-align: center;
        line-height: 28px;
        border-radius: 3px;
        margin-top: 10px;
        width: 65px;
        height: 28px;
        cursor: pointer;
    }

        .items-box .item .item-col.item-look a:hover {
            background-color: #1d8d8d;
        }

.foot-box {
    width: 100%;
    height: 50px;
    background-color: #e6e6e6;
}

    .foot-box span {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #999999;
        font-size: 14px;
    }

div.fixed-aside {
    background-color: #5097c0;
}