.banner {
    margin-bottom: 40px;
}
.banner .col-xs-4{
    width: 31.14%;
}
.banner .col-xs-8{
    width: 68.86%;
}
.banner .col-xs-4 img{
    width: 100%;
}
.banner .row{
    margin-right: -6px;
    margin-left: -6px;
}
.banner .col-xs-4,.banner .col-xs-8,.banner .col-xs-12{
    padding-left: 6px;
    padding-right: 6px;
}
.swiper-container{
    height: 381px;
}
.swiper-button-prev{
    background-image: url("../images/left-button.png");
}
.swiper-button-next{
    background-image: url("../images/right-button.png");
}
.swiper-button-prev,.swiper-button-next{
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
}
.banner .img-style img{
    width: auto;
    height: 100%;
}
/*动态*/
.top {
    margin-bottom: 24px;
}

.top img {
    vertical-align: top;
}

.top h4 {
    display: inline-block;
    line-height: 32px;
    color: #2c3e50;
    font-size: 24px;
    font-weight: normal;
}

.top a {
    float: right;
    line-height: 32px;
    color: #666666;
}

.list-active {
    padding: 12px;
    /*border-bottom: 1px solid red;*/
    transition: .2s;
    position: relative;
    margin-bottom: 2px;
}
.list-active:before{
    position: absolute;
    content: "";
    left: 11px;
    bottom: -2px;
    width: 97%;
    border: 1px solid #ebebeb;
}
.list-active:after{
    position: absolute;
    content: "";
    left: -4px;
    top: -1px;
    width:100%;
    height: 102%;
}
.active a:nth-child(4) .list-active:before{
    width: 0!important;
}
.list-active:hover:after{
    border: 3px solid #1ea2dd;
}
/*.list-active:hover {*/
    /*border: 3px solid #1ea2dd;*/
    /*background-color: white;*/
    /*transition: .2s;*/
/*}*/

/*.list-active:hover .title {*/
    /*color: #1ea2dd;*/
    /*transition: .2s;*/
/*}*/

.active-img {
    width: 254px;
    height: 112px;
    display: inline-block;
}

.img-style {
    position: relative;
    overflow: hidden;
}

.img-style img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.active-content {
    /*display: inline-block;*/
    float: right;
    margin-left: 10px;
    padding-top: 5px;
    width: 345px;

}

.active-content h5 {
    padding: 8px 7px;
    display: inline-block;
    border-radius: 2px;
    background-color: #f25618;
    font-size: 12px;
    font-weight: bold;
    color: white;
    vertical-align: top;
}

.title {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    text-overflow: ellipsis;
}

.ovfl {
    color: #8c8c8c;
    min-height: 40px;
    line-height: 24px;
}

.active-content .di {
    margin-top: 4px;
}

.active-content .di span {
    color: #8c8c8c;
    margin-right: 20px;
}


/*非遗*/
.list-history {
    margin-bottom: 24px;
    padding: 12px;
    transition: .2s;
}
.list-history:hover{
    background-color: white;
    transition: .2s;
    box-shadow: 0 0 2px 2px #ddd;
}
.list-history:hover .history-content{
    background-color: #f7f8fa;
    transition: .2s;
}
.history-img {
    width: 100%;
    height: 125px;
}

.history-content {
    padding: 14px 14px 20px 8px;
    background-color: white;
    transition: .2s;
}

.ovfl_one {
    color: #212121;
    font-size: 16px;
    height: 44px;
}


/*活动*/
.activity {
    padding-top: 30px;
    padding-bottom: 40px;
}

.list_1 {
    background-image: url("../images/one_03.jpg");
}
.list_1:hover{
    background-image: url("../images/one_03_03.jpg");
}
.list_1.on{
    background-image: url("../images/one_03_03.jpg");
}
.list_2 {
    background-image: url("../images/list_05.jpg");
}
.list_2:hover{
    background-image: url("../images/two_03.jpg");
}
.list_2.on{
    background-image: url("../images/two_03.jpg");
}
.list_3 {
    background-image: url("../images/list_03.jpg");
}
.list_3:hover{
    background-image: url("../images/list_01_03_0_03.jpg");
}
.list_3.on{
    background-image: url("../images/list_01_03_0_03.jpg");
}
.list_4 {
    background-image: url("../images/list_05_02_05.jpg");
}
.list_4:hover{
    background-image: url("../images/list_02_03.jpg");
}
.list_4.on{
    background-image: url("../images/list_02_03.jpg");
}
.list_5 {
    background-image: url("../images/list_031.jpg");
}
.list_5:hover{
    background-image: url("../images/zl_03.jpg");
}
.list_5.on{
    background-image: url("../images/zl_03.jpg");
}
.list_6 {
    background-image: url("../images/list_05_12_05.jpg");
}
.list_6:hover{
    background-image: url("../images/list_02_03_0_03.jpg");
}
.list_6.on{
    background-image: url("../images/list_02_03_0_03.jpg");
}

.listed li{
    position: relative;
    float: left;
    width: 200px;
    height: 80px;
    margin-left: 10px;
    background-size: 100% 100%;
    -moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.listed li:first-child{
    margin-left: 0;
}
.listed .on:before{
    position: absolute;
    left: 95px;
    bottom: -6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #0dad51;
}
.listed li:hover:before{
    position: absolute;
    left: 95px;
    bottom: -6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #0dad51;
}
.activity-img{
    width: 100%;
    height: 130px;
}
.activity-list{
    padding: 12px;
    transition: .2s;
}
.activity-list:hover{
    background-color: white;
    transition: .2s;
    box-shadow: 0 0 2px 2px #ddd;
}
.activity-list:hover .title{
    color: #0dad51;
    transition: .2s;
}
.activity-content{
    padding: 10px;
    background-color: #f7f8fa;
}
.activity-content h5{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 3px;
    background-color: #f25618;
    border-radius: 2px;
    color: white;
}
.activity-content .title{
    line-height: 19px;
    width: 75%;
}
.time{
    color: #a8a8a8;
    margin: 21px 0 13px 0;
    font-size: 12px;
}
.address{
    color: #a8a8a8;
    font-size: 12px;
}


/*场馆*/
.vueue-list{
    transition: .2s;
}
.vueue-list:hover{
    background-color: white;
    transition: .2s;
    box-shadow: 0 0 2px 2px #ddd;
}
.vueue-list:hover .venue-content{
    background-color: #f7f8fa;
}
.venue-img{
    width: 100%;
    height: 130px;
}
.venue-content{
    padding: 10px;
    transition: .2s;
    background-color: white;
}
.vueue-list{
    padding: 12px;
}
.list{
    float: right;
}
.list li{
    float: left;
    margin: 6px 17px;
    padding-bottom: 7px;
    border-bottom: 3px solid #f7f8fa;
    transition: .2s;
}
.list li:hover{
    border-bottom: 3px solid #0dad51;
    transition: .2s;
}
.list .on{
    border-bottom: 3px solid #0dad51;
    transition: .2s;
}




.whtf{
    padding-top: 30px;
    padding-bottom: 40px
}
.whtf .top{
    margin-bottom: 10px;
}
.newCol .col-xs-2 {
    width: 14.28571428%;
    margin-top: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.new-newCol{
    margin-right: -6px;
    margin-left: -6px;
}