html, body {
    min-width: 1200px;
}
/*-------------list-------------*/
#event_list{
    width: 100%;
    padding: 51px 0;
    background-color: #f0f1f2;
}
#event_list .event_list{
    width: 1200px;
    margin: 0 auto;
    color: #333;
}
@media only screen and (min-width: 1480px) {
    #event_list .event_list{
        width: 1440px;
    }
}
.event_list .event_lis_search{
    width: 100%;
    margin-bottom: 48px;
    padding: 0 28px;
    background-color: #fff;
}
#event_list .ev_sy2{
    float: none;
}
.event_lis_search h4{
    width: 100%;
    height: 68px;
    line-height: 74px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 24px;
}
.event_lis_search ul{
    padding-top: 39px;
    padding-bottom: 35px;
}
.event_lis_search li{
    width: 50%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    float: left;
}
.event_lis_search li span{
    width: 150px;
    display: block;
    float: left;
    font-size: 18px;
}
.event_lis_search li input{
    width: 330px;
    height: 100%;
    padding-left: 10px;
    background-color: #f7f9f9;
    border: 1px solid #e1e2e2;
    display: block;
    float: left;
}
.event_lis_search li select{
    width: 330px;
    height: 100%;
    padding-left: 10px;
    background-color: #f7f9f9;
    border: 1px solid #e1e2e2;
    display: block;
    float: left;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
}
.event_lis_search .event_lis_sea_l1 #time,
.event_lis_search .event_lis_sea_l2 #endtime{
    background: url(../image/images/event_time.png) 291px center no-repeat;
    background-color: #f7f9f9;
}
.event_lis_search #region,
.event_lis_search #province{
    background: url("../image/images/sel_bj.png")  no-repeat 94% center;
}
@media only screen and (min-width: 1480px) {
    .event_lis_search li{
        margin-right: 66px;
    }
    .event_lis_search .event_lis_sea_l1{
        width: 400px;
        margin-right: 71px;
    }
    .event_lis_search .event_lis_sea_l1 span{
        width: 120px;
    }
    .event_lis_search .event_lis_sea_l2{
        width: 358px;
    }
    .event_lis_search .event_lis_sea_l2 span{
        width: 78px;
    }
    .event_lis_search .event_lis_sea_l3{
        width: 380px;
    }
    .event_lis_search .event_lis_sea_l3 span{
        width: 100px;
    }
    .event_lis_search li input,
    .event_lis_search li select{
        width: 280px;
    }
    .event_lis_search .event_lis_sea_l1 #time,
    .event_lis_search .event_lis_sea_l2 #endtime{
        background: url(../image/images/event_time.png) 241px center no-repeat;
        background-color: #f7f9f9;
    }
}
.event_lis_search li #submit{
    width: 150px;
    background-color: #ff8a00;
    border: 0;
    color: #fff;
    text-align: center;
}
.event_list .event_lis_content{
    width: 100%;
    margin-top: 19px;
    padding: 0 26px;
    background-color: #fff;
}
.event_lis_content dl{
    width: 100%;
    /*height: 329px;*/
    /*padding-top: 49px;*/
    padding-left: 24px;
    border-bottom: 1px solid #d9d9d9;
}
.event_lis_content dl.last{
    border: 0;
}
.event_lis_content dl dt{
    width: 230px;
    height: 230px;
    margin-right: 30px;
    float: left;
}
.event_lis_content dl dt img{
    max-width: 230px;
    max-height: 230px;
}
.event_lis_content dl dd{
    width: 850px;
    float: left;
}
@media only screen and (min-width: 1480px) {
    .event_lis_content dl dd{
        width: 885px;
    }
}
.event_lis_content dl dd .event_lis_con_h5{
    /*height: 20px;*/
    /*line-height: 20px;*/
    /*margin-bottom: 31px;*/
    color: #4fc2b8;
    font-size: 20px;
}
.event_lis_content dl dd .event_lis_con_h5 a{
    color: #4fc2b8;
}
.event_lis_content dl dd .event_lis_con_p{
    width: 420px;
    /*height: 41px;*/
    /*line-height: 10px;*/
    color: #333;
    font-size: 18px;
    float: left;
}
@media only screen and (min-width: 1480px) {
    .event_lis_content dl dd .event_lis_con_p{
        width: 440px;
    }
}
.event_lis_content dl dd .event_lis_con_p span{
    margin-left: 17px;
    color: #595959;
    font-size: 16px;
}
.event_lis_content .event_lis_con_article{
    height: 78px;
    line-height: 26px;
    margin-top: 26px;
    color: #595959;
    float: left;
    font-size: 16px;
}
.event_lis_content .event_lis_con_article a{
    margin-left: 13px;
    color: #4fc2b8;
}
.event_page {
    width: 100%;
    height: 142px;
    line-height: 142px;
    margin: 0 auto;
}
/*面包屑*/
#breadcrumb{
    width: 100%;
    height: 14px;
    line-height: 14px;
    padding: 0;
    color: #808080;
}
#breadcrumb span{
    margin: 0 17px 0 0;
    color: #333;
}
#breadcrumb a{
    color: #808080;
}
/*-------------show-------------*/
#event_show_bread{
    /*padding: 57px 0 0 0;*/
    height: 91px;
}
#event_show{
    width: 100%;
    padding-bottom: 50px;
    background-color: #f0f1f2;
}
#event_show .event_show{
    width: 1200px;
    margin: 0 auto;
    color: #333;
}
@media only screen and (min-width: 1480px) {
    #event_show .event_show{
        width: 1440px;
    }
}
.event_show .event_sho_content{
    width: 100%;
    margin-bottom: 50px;
    background-color: #fff;
}
.event_sho_content .event_sho_con_info{
    width: 100%;
    padding: 46px 48px 0;
    position: relative;
}
.event_sho_con_info .event_inf_h4{
    width: 860px;
    line-height: 28px;
    margin-bottom: 33px;
    color: #4fc2b8;
    font-size: 28px;
}
.event_sho_con_info .event_inf_p{
    width: 860px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 25px;
    color: #333333;
    font-size: 18px;
}
@media only screen and (min-width: 1480px) {
    .event_sho_con_info .event_inf_h4,
    .event_sho_con_info .event_inf_p{
        width: 1100px;
    }
}
.event_sho_con_info .event_inf_p span{
    margin-left: 17px;
    color: #595959;
    font-size: 16px;
}
.event_sho_con_info .event_inf_img{
    width: 180px;
    height: 180px;
    position: absolute;
    top: 85px;
    right: 8%;
}
@media only screen and (min-width: 1480px) {
    .event_sho_con_info .event_inf_img{
        right: 13.24%;
    }
}
.event_inf_img img{
    max-width: 180px;
    max-height: 180px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.event_sho_con_info .event_inf_share{
    padding-top: 16px;
}
.event_sho_content .event_sho_con_brief{
    padding: 80px 54px 0;
    color: #333;
    line-height: 32px;
    font-size: 16px;
}
.event_sho_con_brief>div{
    width: 100%;
    line-height: 32px;
    margin-bottom: 32px;
    font-size: 16px;
}
.event_sho_con_contact{
    width: 100%;
    padding: 0 54px 43px;
}
.event_sho_con_contact p{
    width: 1100px;
    height: 32px;
    line-height: 32px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.event_sho_con_contact p span{
    margin-left: 6px;
    color: #595959;
    font-weight: normal;
}
.event_sho_con_page{
    width: 100%;
    padding: 17px 49px 23px;
    border-top: 1px solid #e6e6e6;
}
.event_sho_con_page p{
    height: 38px;
    line-height: 38px;
    color: #333;
    font-size: 16px;
}
.event_sho_con_page p a{
    margin-left: 13px;
    color: #4fc2b8;
}






/*event页面公用*/
.event_lis_banner{
    width: 100%;
    height: 262px;
    padding: 0 75px;
    background-color: #fff;
    position: relative;
}
.event_lis_banner a img{
    max-width: 320px;
    max-height: 144px;
    /*margin: 64px 15px;*/
    display: inline;
}
@media only screen and (min-width: 1480px) {
    .event_lis_banner a img{
        max-width: 400px;
        max-height: 180px;
        /*margin: 43px 15px;*/
    }
}
.event_lis_banner .sbp2{
    width: 23px;
    height: 58px;
    /*background: url(../image/images/event_left_green.png) center center no-repeat;*/
    left: 29px;
}
.event_lis_banner .sbn2{
    width: 23px;
    height: 58px;
    /*background: url(../image/images/event_left_green.png) center center no-repeat;*/
    right: 29px;
}
.event_lis_banner .swiper-button-disabled{
    /*background: url(../image/images/event_left_gray.png) center center no-repeat;*/
}



/*让浮动的父元素自适应高度*/
.clear{
    clear: both;
}
/*隐藏*/
.hide{
    display: none;
}
/*一行内显示，超出省略*/
.omitted{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*多行内显示，超出省略*/
.multiLineOmitted{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*图片旋转180*/
.eventSpin{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
/*分享链接*/
#share_id ul
{
    padding: 0;
}
#share_id ul li{
    width: 20px;
    height: 20px;
    margin-right: 7px;
    float: left;
    list-style: none;
}
/*图片居中*/
.center_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.center_img img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*面包屑导航*/
.bread_crumbs{
    height: 70px;
    padding: 27px 0;
    background: #f0f1f2;
}
.bread_crumbs .bread_channel{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1480px) {
    .bread_crumbs .bread_channel{
        width: 1440px;
    }
}
.bread_crumbs .bread_channel img{
    margin-left: 10px;
    float: left;
}
.bread_crumbs .bread_channel span{
    margin-left: 5px;
    color: #333333;
    float: left;
    font-size: 14px;
    vertical-align: middle;
}

.event_lis_banner .swiper-button-prev{
    left:27px;
}
.event_lis_banner .swiper-button-next{
    right:27px;
}
.event_lis_banner .swiper-button-prev, .event_lis_banner .swiper-button-next {
    /*background: url("../images/cs_jt.png");*/
    color:#bababa;
    outline: none;
    --swiper-navigation-size:50px;
}
.event_lis_banner .swiper-button-next:hover, .event_lis_banner .swiper-button-prev:hover{
    color:#4fc2b8;
}

@media only screen and (min-width: 1480px) {
    .event_lis_banner a{
        height:184px;
    }
    .event_lis_banner .swiper-slide img{
        /*min-height:184px;*/
    }
}

