﻿.line-box_self {
    width: 100%;
    height: 285px;
    margin-bottom:10px;
    overflow: hidden;
}

.line-box_self ul {
    width: 100%;
    overflow: hidden;
    *zoom:1: ;
}
.line-box_self li {
    width: 32%;
    height: 285px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.line-box_self li a {
    text-decoration: none;
}
/*.line-box_self li a .zz-box {
    width: 100%;
    height: 220px;
    background: #000000;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0
		transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}*/
.line-box_self li .img-box {
    width: 100%;
    height: 100%;
}
.line-box_self li .img-box img {
    width: 100%;
    height: 100%;
    display: block;
}
.line-box_self li a .txt-box {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}


.line-box_self li a .txt-box {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    margin: -45px 15px;
    text-align: left;
}
.line-box_self .txt-box .p-1 {
    height: 37px;
    line-height: 37px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.txt-right{
    margin: -40px  2px;
    text-align: right;
}
