/* 公共 */
.wrap-panel li {
    float: left;
    list-style: none;
}

/* 头部 */
.layout-header {
    height: 65px;
    background-color: rgba(0,0,0,.35)
}

.account {
    background-color: rgba(49,54,76,.5)
}

    .account li.arrow ul {
        background-color: rgba(49,54,76,.5);
    }

.home .banner .carousel_item a {
    margin-top: 410px;
    margin-left: -65px;
    cursor:default;
    width: 126px;
    height: 22px;
    background: url(images/pic_activity_text.png);
}

/* 竞赛信息 */
.home .introduction {
    margin: 0 auto;
    width: 1105px;
}

    .home .introduction .title {
        font-size: 28px;
        text-align: center;
    }

    .home .introduction .content p {
        color: #666666;
        text-indent: 2em;
    }

.home .related-info {
    height: 1200px;
    margin: 35px auto 0 auto;
}

    .home .related-info .tab {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

        .home .related-info .tab ul li {
            float: left;
            font-size: 20px;
            list-style: none;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 20px;
            margin-right: 90px;
            cursor: pointer;
            color: #999999;
        }

        .home .related-info .tab .active {
            border-bottom: 2px solid #197aff;
            color: #197aff;
        }

    .home .related-info hr {
        color: #DDDDDD;
        width: 100%;
        margin: 0px;
    }

    .home .related-info .tab-content {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

        .home .related-info .tab-content .tab-pane {
            display: none;
        }

            .home .related-info .tab-content .tab-pane .title {
                background: url(images/pic_title_down.png);
                color: #666666;
                height: 34px;
                line-height: 34px;
                width: 280px;
                margin: 35px auto auto auto;
                text-align: center;
            }

                .home .related-info .tab-content .tab-pane .title span {
                    font-size: 28px;
                }

            .home .related-info .tab-content .tab-pane .content {
                margin-top: 30px;
            }

        .home .related-info .tab-content .active {
            display: block;
        }

/* 赛程&赛区安排 */
.reg-contest {
    background: url(images/btn_link_normal.png);
    display: block;
    width: 360px;
    height: 48px;
}

    .reg-contest:hover {
        background: url(images/btn_link_hover.png);
        display: block;
    }

.secondary-title {
    font-size: 16px;
    color: #666666;
}

.setp-list {
    margin-left: -5px;
}

    .setp-list li {
        float: left;
        list-style: none;
        margin-right: -20px;
        margin-bottom: 20px;
    }

        .setp-list li img {
            width: 400px;
            height: 90px;
        }

.area-setting div {
    float: left;
}

.area-setting .left-area-img {
    height: 262px;
    width: 276px
}

.area-setting .right-info {
    background-color: #0172ff;
    color: white;
    height: 279px;
    width: 840px;
    padding: 20px 30px;
    margin-left: 35px;
}

/* 大赛选题 */
.contest-topic p {
    color: #666666;
}

.contest-topic .box {
    background-color: #f7fbff;
    border: 1px solid #91c0ff;
    border-radius: 5px;
    height: 300px;
    padding: 30px;
    width: 320px;
}

    .contest-topic .box .numbering {
        color: #0072ff;
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

.contest-topic .wrap-panel li {
    margin-right: 30px;
}

.contest-topic .knowledge {
    margin-right: 30px;
    text-indent: 2em;
}

/* 资料 */
.contest-data p {
    color: #666666;
    margin-top: 10px;
}
