.zhibo-list ul li .hover a {
    color: #eaeaea;
    font-size: 45px;
    display: block;
    height: 220px;
}
.zhibo-list ul {
    width: 105%;
}

.zhibo-list ul li {
    width: 480px;
    float: left;
    margin-right: 40px;
    background: url(../img/backgrounds/zb-ty-bg.png) center bottom no-repeat;
    padding-bottom: 30px;
    position: relative;
}
.zhibo-list ul li .box {
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    height: 218px;
}
.zhibo-list ul li .box .img {
    width: 200px;
    height: 218px;
    line-height: 218px;
    text-align: center;
    float: left;
}
.zhibo-list ul li .box .img img{
	width: 85px;
}
.zhibo-list ul li .box .img img {
	padding: 30% 0;
    display: inline-block;
    vertical-align: middle;
}
.zhibo-list ul li .box .txt {
    width: 262px;
    float: left;
    padding: 22px 0;
}
.zhibo-list ul li .box .txt h6 {
    font-size: 20px;
    color: #333;
}
.zhibo-list ul li .box .txt p {
    color: #999;
    margin: 8px 0 15px;
    line-height: 22px;
    max-height: 110px;
    overflow: hidden;
}
.zhibo-list ul li .box .txt .clearfix {
    line-height: 1;
}


.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zhibo-list ul li .box .txt .clearfix a {
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.zhibo-list ul li .box .txt .clearfix a i {
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-size: 18px;
    color: #e73f3f;
    font-weight: 700;
}
.zhibo-list ul li .box .txt .clearfix span {
    color: #999;
}
.c-red {
    color: #e73f3f;
}
.zhibo-list ul li .hover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    height: 220px;
    line-height: 220px;
    background: url(../img/backgrounds/b-live.png);
    border-radius: 7px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
}
.zhibo-list ul li:hover .hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-current {
    line-height: 1;
/*     padding: 3px 0 23px; */
    padding: 10px 75px;
    overflow: hidden;
    height: 14px;
}
.page-current span {
    color: #888;
}
.page-current span i {
    margin-right: 3px;
    margin-top: -1px;
    font-size: 20px;
    margin-left: -3px;
    color: #e73f3f;
}
.page-current a, .page-current em, .page-current span {
    display: inline-block;
    float: left;
}
.page-current i {
    display: inline-block;
    float: left;
    margin: 0 5px;
}
body {
    color: #666;
    font-family: "Microsoft YaHei", Arial, simsun;
    background: #f0f0f0;
}