.title h1{
    text-align: center;
    font-size: 45px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.wbanner{width: 1200px;margin: 0 auto;}
.wbanner img {
    display: block;
    width: 100%;
}
.page-xianchang {
    margin-top: 40px;
    margin-bottom: 50px
}

.page-xianchang .img-listMode-1 li {
    margin-bottom: 20px
}

.page-xianchang .img-listMode-1 li .item {
    padding: 7px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .2s ease-in-out
}

.page-xianchang .img-listMode-1 li .item, .page-xianchang .img-listMode-1 li .item .cover img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.page-xianchang .img-listMode-1 li .item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 30px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 30px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1), 0 0 30px rgba(0, 0, 0, .05)
}

.page-xianchang .img-listMode-1 li .item .cover {
    width: 248px;
    height: 138px
}

.page-xianchang .img-listMode-1 li .item .cover img {
    width: 100%;
    /*height: 138px;*/
    transition: all .2s ease-in-out
}

.page-xianchang .img-listMode-1 li .item .cover:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9
}

.page-xianchang .img-listMode-1 li .item .content {
    padding: 5px 0;
    height: 33px;
    background-color: #fff
}

.page-xianchang .img-listMode-1 li .item .content h2 {
    overflow: hidden;
    margin-bottom: 5px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
	text-align:center;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.page-xianchang .img-listMode-1 li .content h2:hover {
    color: #de1620
}

.page-xianchang .img-listMode-1 li .content .meta-list {
    height: 20px;
    font-size: 0;
    line-height: 0;
    color: #999
}

.page-xianchang .img-listMode-1 li .content .meta-list dd {
    margin-right: 20px;
    display: inline-block;
    height: 20px;
    font-size: 13px;
    line-height: 20px
}

.page-xianchang .img-listMode-1 li .content .meta-list dd i {
    margin-right: 5px
}
.col-4 {
    width: 30.8%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    height: 238px;
}