.article-header{
    border-bottom:1px solid #E6D09F;
}
.main{
    height: auto;
    background: url('../../images/frontPage/article_bg.jpg') repeat-y scroll center top rgb(241, 241, 243);
    background-size: 100% 100% ;
}
.article-conetnet{
    padding: 135px 0 85px;
}
.wrap-l {
    background: none repeat scroll 0 0 #fff;
    min-height: 620px;
    padding: 0 20px 20px;
    width: 100%;
    border:2px solid #fccf00;
}
.location {
    color: #999;
    font: 12px/50px "Microsoft YaHei";
    height: 50px;
    padding-left: 0;
    position: relative;
}
.location em {
    color: #b69047;
}
.content .art-top-img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.hd {
    background: #dddddd;
    margin: 20px auto 25px auto;
    overflow: hidden;
    /*width: 96%;*/
}
.hd .active {
    background: #FFC000;
}
.hd a:hover{
    background: #FFC000;
}
.hd a {
    color: #fff;
    float: left;
    font: 14px/45px "Microsoft YaHei";
    padding: 0 40px;
}
.all-event-wrap,.history-event-wrap{
    margin: 0 auto;
    /*width: 96%;*/
}
.history-event-wrap{
    display: none;
}
.rd-wrap{
    display: flex;
    justify-content: space-between;
    height: 220px;
    margin-bottom: 20px;
}
.event-box{
    width: 300px;
    position: relative;
    cursor: pointer;
}
.event-img-wrap,.event-msk{
    position: absolute;
}
.event-img-wrap img{
    width: 100%;
}
.event-msk{
    height: 217px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
    display: none;
}
.event-msk .span{
    display: block;
    margin-top: 30px;
}
.event-msk .p{
    width: 90%;
    font-size: 14px;
    margin: 20px auto 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.event-msk .btn{
    border-radius: 50px;
    background: #b1b0ad;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}
.page {
     height: 80px;
     line-height: 80px;
     text-align: right;
     font-size: 12px;
 }
.page .prev {
    margin-right: 10px;
}
.page .nexxt{
    margin-left: 9px;
}
.page .arrow {
    color: #fff;
    border: none;
    padding: 2px;
}
.page .arrow.not, .food .shop-wrap .shop-cont .page .arrow.not {
    background: none repeat scroll 0 0 #d6d6d6;
}
i.icon-arrow-righticon-, .icon-arrow-lefticon- {
    line-height: 18px;
}
.icon-arrow-lefticon-{
    margin-right: 5px;
}
.icon-arrow-righticon-{
    margin-left: 5px;
}
.page .active {
    border:1px solid #ffc000;
    color: #ffc000 !important;
    padding: 0px 4px 0 !important;
    margin: 0 5px 0 0;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}
.page .prev:hover,.page .nexxt:hover{
    color: #ffc000;
}
.page .pageNum {
    font-size: 14px;
    margin: 0 3px;
    padding: 2px;
    color: #666;
}

@media only screen and (max-width: 719px){
    .main {
        background: none repeat scroll 0 0;
        height: auto;
        padding: 0;
        position: static;
    }
    .location{
        display: none;
    }
    .wrap-l {
        margin: 0;
        padding: 0 0 20px 0;
        width: 100%;
        border: 0;
    }
    .article-conetnet{
        padding: 0;
    }
    .event-msk{
        height: 163px;
        width: 100%;
    }
    .event-msk .span{
        margin-top: 10px;
    }
    .event-msk .p{
        margin: 10px auto 5px;
    }
    .rd-wrap{
        display: inline;
    }
    .event-box{
        width: 100%;
    }
    .event-img-wrap,.event-msk,.event-box{
        width: 100%;
        height: 280px;
    }
    .event-box{
        margin-bottom: 20px;
    }
    .event-img-wrap img{
        /* height: 100%; */
    }
    .event-msk .p,.event-msk .span{
        font-size: 20px;
    }
    .event-msk .span{
        margin:50px auto 50px auto;
    }
    .event-msk .btn{
        margin-top:50px;
    }
}
@media only screen and (max-width: 959px) and (min-width: 720px){
    .event-msk{
        height: 171px;
    }
    .event-msk .span{
        margin-top: 10px;
    }
    .event-msk .p{
        margin: 10px auto 5px;
    }
}
