@charset "utf-8";
/*****      动景秀活动页        *******/

.event_l{
    width: 238px;
    overflow: hidden;
    float: left;
}
.event_l .event_start img{
    width: 238px;
    height: 118px;
}
.event_l .event_box{
    width: 238px;
}
.event_l .event_box .event_three{
    margin-top: 2px;
}
/********    三大选项        ************/
.event_three_box{
    position: relative;
    background: white;
    line-height: 58px;
    border: 1px solid #D3D3D3;
    font-weight: bold;
}
.event_three_but{
    margin-left: 11px;
    width: 180px;
    float: left;
    cursor: pointer;
}
.event_three_but a{
    font-size: 20px;
    font-weight: normal;
}
.event_right_imgblue{
    position: absolute;
    right: 10px;
    top:22px;
    background: url("../images/event_left_blue.png") top center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
	display:block;
}
.event_right_imggray{
    position: absolute;
    right: 10px;
    top:22px;
    background: url("../images/event_left_gray.png") top center no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.event_three_boder_on{
    width: 6px;
    height: 61px;
    background: #27BAC4;
    float: left;
}
.event_three_boder{
    width: 6px;
    height: 61px;
    float: left;
}
/********   三大活动形式         ************/
.event_l .event_box h2{
    border: 1px solid #D3D3D3;
    width: 206px;
    line-height: 30px;
    font-size: 16px;
    padding: 5px 15px 5px 15px;
    border-top: none;
    background: white;
    color: #8d8d8d;
}
.event_l .event_box .event_type{
    background: #F6F6F6;
    padding: 5px 5px 5px 15px;
    border: 1px solid #D3D3D3;
    border-top: none;
}
.event_l .event_box .event_type .event_type_on{
    background: #41B3BE;
    color: #ffffff;
}
.event_l .event_box .event_type a{
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    color: #000000;
    margin-right: 5px;
    line-height: 30px;
}
/****************   右边活动展示    **************/
.event_r{
    width: 960px;
    overflow: hidden;
    float: right;
}
.event_show{
    position: relative;
    width: 478px;
    height: 238px;
    overflow: hidden;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
}
.event_tagimg{
    position: absolute;
    top: 0;
    width: 463px;
    margin:15px 15px 0 0;
    height: 23px;
    float: left;
    color: white;
    font-size: 12px;
}
.event_online{
    float: left;
    margin-left: 10px;
}
.event_online i{
    float: left;
    width: 10px;
    height: 20px;
    background: url("../images/tag_header.png") no-repeat;
}
.event_online span{
    float: left;
    background: url("../images/tag_headerBj.png") repeat;
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}
.event_online3{
    float: right;
    height: 20px;
    line-height: 20px;
    background: #35C7DE;
    padding-right: 5px;
    border-radius: 4px;
}
.event_online3 i{
    font-style: normal;
    background: url("../images/event_icons.png") no-repeat;
    background-position: -5px -3px;
    width: 16px;
    height: 16px;
    line-height: 22px;
    float: left;
    margin: 2px 0 0 8px;
}
.event_title{
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    width: 453px;
    padding: 10px 10px 10px 15px;
}
.event_title h1{
    font-size: 22px;
    color: white;
}
.event_title p{
    font-size: 12px;
    color: #c9c9c9;
    line-height: 25px;
    width: 450px;
    height: 25px;
    overflow: hidden;
}
.event_title .event_title_span1{
    font-size: 12px;
    color: white;
    line-height: 20px;
    float: left;
}

.event_title .event_title_span1 img{
	width: 15px;
	height: 15px;
}



.event_title .event_title_span2{
    font-size: 12px;
    color: white;
    line-height: 20px;
    float: right;
}
.event_title .event_title_span1 i{
    font-style: normal;
    margin: 0 8px 0 8px;
}.event_title .event_title_span2 i{
    font-style: normal;
    margin: 0 8px 0 8px;
}
.event_show img{
    width: 478px;
    height: 238px;
}
.event_show:hover .event_show_hover{
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 478px;
    height: 238px;
    overflow: hidden;
    top: 0;
 }
.event_show_hover a{
    display: block;
    position: absolute;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 18px;
    background: #F2B71B;
    margin-left: 35%;
    margin-top: 15%;
    border-radius: 4px;
}
/***************    event_range    **************************/
.event_range{
    width: 958px;
    height: 70px;
    margin-left: 2px;
    background: white;
    padding-top: 10px;
}
.hdrange{
    font-size: 18px;
    float: left;
    margin-left: 10px;
}
.hdrange_city{
    float: right;
    font-size: 18px;
}.hdrange_city a{
    margin-right: 10px;
}
/*********上传封面按钮宽高************/
.uploadify-button {
	height: 69px !important;
    width: 140px !important;
}
/*********上传封面按钮宽高  结束************/
/*********选择时间弹窗************/
#ui-datepicker-div{
	z-index:11 !important;
}
/*********选择时间弹窗      结束************/