/*
  base 公共样式
*/
.sousuo_chaxun{
    display: inline-block;
    width: 50px;
    background-color: rgb(255, 117, 62);
    height: 30px;
    color: #ffffff;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.iconfont_activity{
    font-family:"iconfont" !important;
    font-size:12px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(102, 102, 102);
}

h3{
    font-weight: bold;
}

p{
    margin:0;
}
.centerWarpper{
    max-width: 1100px;
    margin: 0 auto;
}

.contentWarpper{
    padding-top: 20px;
    background-color: rgb(242, 243, 247);
    min-height:600px;
}



/*
list 报名板块
 */
.login-msg.error{
     border-color: #ffb4a8;
    background-color: #fef2f2;
    color: #6C6C6C;
}

.login-msg {
    line-height: 16px;
    padding: 6px 10px;
    overflow: hidden;
    width: 278px;
    background: #fef2f2;
    border: 1px solid;
}

.itemTitle{
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
}

.goList {
    padding-left: 0px; 
    padding-right:0px
}

.goListOuter {
    padding-left: 15px; 
    padding-right:15px
}
    
.goListItem{
    padding: 0;
    box-shadow: 5px 0px 10px rgba(204, 204, 204, 0.349019607843137);
    border-radius: 6px;
    background-color: rgb(255,255,255);
    margin-bottom: 10px;
    float: left;
}

.goListItem .image{
    text-align: center;
    position: relative;
}
.goListItem img{
   border-radius: 6px 6px 0 0;
}
.goListItem .image_bar{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    background-color: #617cc2;
    color: white;
    border-radius: 0 6px 0 6px;
}

.goListItem>.itemContent{
    text-indent: 6px;
}

.goListItem>.itemContent a{
    font-size: 14px;
    line-height: 22px;
    color:#333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 0;
    margin-top: 10px;
    min-height:44px;
}
.list_kec{
    padding-left: 5px;
    padding-right: 5px;
}
.goListItem>.itemContent span{
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height:26px;
}

.goListItem > .itemContent .bm {
    border: 1px solid rgba(252, 207, 49, 1);
    float: right;
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    height: 20px;
    min-height: 24px;
    background-color: rgba(252, 207, 49, 1);
    margin-top: 0px;
    margin-right: 6px;
    padding: 0px 6px;
}

.goListItem > .itemContent .ljpx {
    border: 1px solid rgba(204, 204, 204, 1);
    float: right;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    height: 20px;
    min-height: 24px;
    background-color: rgba(204, 204, 204, 1);
    margin-top: 0px;
    margin-right: 6px;
    padding: 0px 6px;
}

/* activity-tabel*/
.activity_tabel_warpper{
    height: 480px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.activity_tabel_content section{
    padding: 10px 0;
    
}
.activity_tabel_title>div{
    background-color: #EAE9F4;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
}
.activity_tabel_region{
    float: left;
    width: 62px;
    text-align: center;
}
.activity_tabel_date{
    float: left;
    text-align: center;
    width: 112px;
    box-sizing: border-box;
    padding: 0 25px;
}
.activity_tabel_time{
    width: 90px;
    float: left;
    text-align: center;
}
.activity_tabel_className{
    float: left;
    text-align: center;
    width: 260px;
    padding: 0 30px;
}
.new5_10{
    display:inline-block;
    color:black;

}
.new5_10:hover{
    color:black;
}
.activity_tabel_theme{
    float: left;
    cursor: pointer;
    text-align: center;
    width: 260px;
    min-height:1px;
    overflow: hidden;
    padding: 0 5px;
}
.activity_tabel_theme>a{
    text-decoration: none;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.activity_tabel_object{
    float: left;
    text-align: center;
    width: 156px;
    overflow: hidden;
    padding-left:10px
}
.activity_tabel_money{
    width: 100px;
    float: left;
    text-align:center;
}
.activity_tabel_remind{
    width: 100px;
    float:left;
    text-align:center;
}

.activity_tabel_remind a{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
}

.activity_tabel_remind a:hover,a:focus{
    color:#fff;
    text-decoration: none;
}

.height_auto {
    width: 100%;
    margin: 0 auto;
}

/* web_activity-tabel*/
.web_activity_tabel_warpper{
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: none;
}
.web_activity_tabel_title,.web_activity_tabel_content section{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}
.web_activity_tabel_title>div{
    background-color: #EAE9F4;
    min-height: 60px;
    line-height: 60px;
    font-weight: bold;
    padding: 0;
}
.web_activity_tabel_region{
    flex-grow: 0;
    flex-basis: 50px;
    width: 50px;
    text-align: center;
}
.web_activity_tabel_date{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 15px;
}
.web_activity_tabel_className{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 5px 0px 10px 0px;
    line-height: 18px;
    height: 43px;
}
.web_activity_tabel_money{
    flex-grow: 0;
    flex-basis: 70px;
    text-align: center;
    width: 70px;
    box-sizing: border-box;
}

.web_activity_tabel_remind{
    flex-grow: 0;
    flex-basis: 50px;
    width: 50px;
    text-align: center;
}

.web_activity_tabel_remind a{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
}
/*
    点击查看全部
*/
.change_activity_tabel_btn,.web_change_activity_tabel_btn{
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(242, 243, 247), rgb(242, 243, 247), rgba(242, 243, 247,0.6));
    background: -webkit-linear-gradient(to top, rgb(242, 243, 247), rgb(242, 243, 247), rgba(242, 243, 247, 0.6));
    background: -moz-linear-gradient(to top, rgb(242, 243, 247), rgb(242, 243, 247), rgba(242, 243, 247, 0.6));
    background: -ms-linear-gradient(to top, rgb(242, 243, 247), rgb(242, 243, 247), rgba(242, 243, 247, 0.6));
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(242, 243, 247)), to(rgba(242, 243, 247,0.6)));
}
.change_activity_tabel_btn>span,.web_change_activity_tabel_btn>span{
    cursor: pointer;
    display: inline-block;
    padding: 5px 0;
    margin: 20px 0 10px 0;
    color: rgba(255,255,255,0);
}

.all_tabel_btn{
    height: 50px;
    background-color: rgb(242, 243, 247);
    color: rgba(251, 118, 34, 1);
    overflow: hidden;
}
.all_tabel_btn>span{
    width: 144px;
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid rgba(251, 118, 34, 1);
    margin: 10px auto;
    border-radius: 6px;
    cursor: pointer;
    color: rgba(251, 118, 34, 1);
}

/*
   @media
*/

@media all and (max-width: 1200px) {
    .activity_tabel_warpper{
        display: none;
    }
    .web_activity_tabel_warpper{
        display: block;
    }
}

@media all and (max-width: 768px) {
    .goList {
        padding-left: 5px; 
        padding-right:5px
    }

    .goListOuter {
        padding-left: 6px; 
        padding-right:6px
    }
    
    .sousuo_chaxun{
        width: 37px;
        font-size: 14px;
    }
    .mydatepicker_input{
    }

    .goListItem>.itemContent a{
        font-size: 12px;
        height: 36px;
        line-height: 18px;
        min-height: 36px;
    }

    .goListItem > .itemContent span {
        line-height: 22px;
    }

    .goListItem{
        margin-bottom: 12px;
    }

    .goListItem > .itemContent .bm {
        font-size: 12px;
        height: 15px;
        min-height: 18px;
        margin-right: 0px;
        padding: 0px 4px;
    }

    .goListItem > .itemContent .ljpx {
        font-size: 12px;
        height: 15px;
        min-height: 18px;
        margin-right: 0px;
        padding: 0px 4px;
    }

    .itemTitle {
        margin-left: -5px;
    }

    .height_auto {
       margin-left: -5px;
    }
}


/* footer 尾部*/
/*
.footerWarpper{
    padding: 20px 0;
    background-color: rgb(76, 76, 73);
}
.footerWarpper p{
    line-height: 25px;
    font-size: 14px;
    color:rgb(255,255,255);
}*/