/*===================
    bannerLiist-css
======================*/

.banner {
    width: 1120px;
    margin:0 auto;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 400px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 400px;
    background-size: cover;
}

.banner > ul > li > a {
    display: block;
    height: 100%;
    /*font-size: 200px;
    text-align: center;
    line-height: 400px;
    font-weight: bold;*/
}
.banner > ul > li > a > img{
    height: 100%;
    width: 100%;
}

.left-btn,.right-btn {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 45%;
    right: 160px;
    background: url("../images/banner_fx_right_2.png");
    cursor: pointer;
}

.left-btn {
    left: 160px;
    background: url("../images/banner_fx_left_2.png");
}
.left-btn:hover{
	background: url("../images/banner_fx_left.png");;
}
.right-btn:hover{
	background: url("../images/banner_fx_right.png");;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}


.img-btn-list > span  {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 12px;
    margin: 0 10px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

.img-btn-list > span.current {
    /*border: 3px solid rgba(0,0,0,0.8);*/
    background: rgba(255,255,255,0.8);
}

.text2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}
.text11{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}


.index .body .content-box .l > div .content .text .title {
    line-height: 36px;;
    color: #262626;

}
.index .body .content-box .l > div .content .text .text2 {
    line-height: 20px;;
    color: #878787;

}




















