﻿/*-活动导航-----------------------------------------------------------*/
.activity-nav {
    text-align: center;
    line-height: 56px;
    font-size: 21px;
    color: #999;
    border-bottom: 1px solid #CCC;
    margin-bottom:20px;
}
    .activity-nav a {
        display: inline-block;
        text-align: center;
        padding: 0 25px;
        font-weight: bold;
    }
        .activity-nav a:hover {
            text-decoration: none;
        }
 
/*------------------------------------------------------------*/
.activity-recommend-3 {   
    padding-bottom:30px;
}
    .activity-recommend-3 ul li {
        width:313px; 
        padding:0 10px;  
        text-align: center;
        float:left;
    }
        .activity-recommend-3 ul li .item {
            border: 1px solid #CCC;
            border-radius:5px;
            padding:10px;
        }
            .activity-recommend-3 ul li .item:hover {
                border: 1px solid #E02E24;
            }
            .activity-recommend-3 ul li .item img {
                width: 280px;
                height: 280px;
            }
            .activity-recommend-3 ul li .item h2 {
                font-size: 21px;
                line-height: 27px;
                height: 54px; 
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                margin-bottom: 10px;
            }
            .activity-recommend-3 ul li .item p {
                font-size: 16px;
                line-height: 160%;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
                .activity-recommend-3 ul li .item p a.bt {
                    display: inline-block;
                    color: #FFF;
                    padding: 0 10px;
                    line-height: 180%;
                    border-radius: 5px;
                    border: 2px solid #E02E24;
                    font-size: 18px;
                    font-weight: bold;
                    background-color: #E02E24;
                }
                    .activity-recommend-3 ul li .item p a.bt:hover {
                        background-color: #b71a12;
                        border: 2px solid #b71a12;
                    }

                .activity-recommend-3 ul li .item p strong {
                    font-weight: bold;   
                }

/*------------------------------------------------------------*/
.activity-list {
    border-top: 1px solid #CCC; 
    padding: 10px;
}

    .activity-list .item {
        padding: 20px 0;
        border-bottom: 1px solid #CCC;
    }

        .activity-list .item img {
            width: 160px;
            height: 160px;
            float: left;
            margin-right: 20px;
        }

        .activity-list .item h2 {
            font-size: 21px;
            padding-bottom: 15px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        } 

        .activity-list .item .para {
            line-height: 160%;
            font-size: 16px;
            color: #666;
            padding-bottom: 15px;
        }
            .activity-list .item .para li {
                width: 390px;
                float: left;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            } 

        .activity-list .item a.bt-join {
            display: inline-block;
            color: #FFF;
            padding: 0 10px;
            line-height: 180%;
            border-radius: 5px;
            border: 2px solid #E02E24;
            font-size: 18px;
            font-weight: bold;
            background-color: #E02E24;
            margin-top:15px;
        }

            .activity-list .item a.bt-join:hover {
                background-color: #b71a12;
                border: 2px solid #b71a12;
            }


/*--详情----------------------------------------------------------*/
.activity-detail-header { 
    margin-bottom: 20px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
}

    .activity-detail-header .pimg {
        width: 360px;
        height: 360px;
        float: left;
        position: relative;
    }

        .activity-detail-header .pimg img {
            width: 360px;
            height: 360px;
            border: 1px solid #f5f5f5;
        }

    .activity-detail-header .pinfor {
        width: 570px;
        float: right;
    }

        .activity-detail-header .pinfor h1 {
            font-size: 27px;
            height: 48px;
            line-height: 48px;
            overflow: hidden;
            color: #000;
        }

        .activity-detail-header .pinfor h2 {
            font-size: 14px;
            line-height: 36px;
            color: #999;
            font-weight: normal; 
        }

            .activity-detail-header .pinfor h2 a {
                font-size: 16px;
                font-weight: bold;
            }

        .activity-detail-header .pinfor .num {
            color: #000; 
            line-height: 27px;
            padding: 10px 0;
            height: 90px;
            background-color:#f5f5f5;
        }
            .activity-detail-header .pinfor .num ul li {
                float: left;
                padding: 0 15px;
                width: 240px;
                text-align: center;
            }
            .activity-detail-header .pinfor .num strong {
                color: #E02E24;
                font-weight: bold;
                font-family: 'DINCond-Bold';
                font-size: 32px;
                line-height: 36px;
            }

        .activity-detail-header .pinfor .para {
            line-height: 27px;
            font-size: 16px;
            font-family: Verdana,微软雅黑;
            padding:10px 0;
        }
          
            .activity-detail-header .pinfor p .bt {
                display: inline-block;
                color: #FFF;
                padding: 0 10px;
                line-height: 180%;
                border-radius: 5px;
                border: 2px solid #E02E24;
                font-size: 18px;
                font-weight: bold;
                background-color: #E02E24;
            }

                .activity-detail-header .pinfor p .bt:hover {
                    background-color: #b71a12;
                    border: 2px solid #b71a12;
                }

        .activity-detail-header .chjoinsq {
             
        }
            .activity-detail-header .chjoinsq h5 {
                height: 48px;
                border-bottom: 1px solid #CCC;
                line-height:48px;
                font-size:18px;
                text-align:center;
            }
            .activity-detail-header .chjoinsq ul li {
                height: 28px;
                border-bottom: 1px solid #CCC;
                width: 44%;
                padding: 10px 3%;
                float: left;
                font-size:18px; 
            }
                .activity-detail-header .chjoinsq ul li span {
                    color: #999;
                    font-style: italic; 
                    font-weight: normal;
                }
                .activity-detail-header .chjoinsq ul li a {
                    display: inline-block;
                    color: #FFF;
                    padding: 0 10px;
                    line-height: 24px;
                    border-radius: 5px;
                    border: 2px solid #E02E24;
                    font-size: 16px;
                    background-color: #E02E24;
                    float: right;
                }




    .activity-detail-header .tips-qyl {
        font-size: 14px;
        text-align: center;
        color: #666; 
        line-height: 21px;
        padding: 5px;
        margin-top: 20px;
        background-color:#f5f5f5;
        border-radius:5px;
    }

        .activity-detail-header .tips-qyl strong {
            color: #E02E24;
        }
 
/*--详情 内容页----------------------------------------------------------*/
.activity-detail-content {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom:20px;
}
    .activity-detail-content h1 {
        border-bottom: 1px solid #CCC;
        height: 36px;
        margin-bottom: 50px;
        position: relative;
    }

        .activity-detail-content h1 span {
            width: 180px;
            display: inline-block;
            position: absolute;
            left: 50%;
            height: 36px;
            line-height: 36px;
            bottom: -18px;
            text-align: center;
            background-color: #FFF;
            margin-left: -90px;
            color: #000;
        }
    .activity-detail-content .contents {
        width: 840px; 
        margin: auto; 
    }

        .activity-detail-content .contents * {
            max-width: 840px;
        }
/*--活动 评论----------------------------------------------------------*/
.activity-detail-comment {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

    .activity-detail-comment h1 {
        border-bottom: 1px solid #CCC;
        height: 36px;
        margin-bottom: 28px;
        position: relative;
    }

        .activity-detail-comment h1 span {
            width: 270px;
            display: inline-block;
            position: absolute;
            left: 50%;
            height: 36px;
            line-height: 36px;
            bottom: -18px;
            text-align: center;
            background-color: #FFF;
            margin-left: -135px;
            color: #000;
        }

    .activity-detail-comment .item-tip {
        font-size: 18px;
        text-align: center;
        color: #666;
        line-height: 27px;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .activity-detail-comment .item-tip strong {
            color: #E02E24;
            padding: 0 10px;
        }

    .activity-detail-comment .item {
        padding: 10px 0;
        border-bottom: 1px solid #ccc; 
    }
        .activity-detail-comment .item .user {
            width: 120px;
            float: left;
            text-align: center;
        }
            .activity-detail-comment .item .user img {
                width: 80px;
                height: 80px;
                -moz-box-shadow: 2px 2px 5px #aaa; /* 老的 Firefox */
                box-shadow: 2px 2px 5px #aaa;
                border-radius: 50px;
            }
            .activity-detail-comment .item .user .name {
                font-size: 16px;
                color: #000;
                padding-top: 10px;
            }
        .activity-detail-comment .item .pinglun {
            width: 750px;
            float: left;
            border-left: 1px solid #CCC;
            padding: 0 20px;
            min-height: 140px;
        }
            .activity-detail-comment .item .pinglun .f {
                font-size: 18px;
                color: #F74A56;
                padding-bottom: 10px;
            }
            .activity-detail-comment .item .pinglun .c {
                font-size: 14px;
                padding-bottom: 10px;
            }
            .activity-detail-comment .item .pinglun .t {
                color: #999;
            }


    .activity-detail-comment .item-empty {
        padding: 50px 0;
        border-bottom: 1px solid #ccc;
        font-size: 18px;
        text-align: center;
        color: #666;
        line-height: 27px; 
    } 