.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
/**/
.container{
    width: 1190px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}
/*<!--你当前的位置-->*/
.container_top{
    width: 1190px;
    padding-top: 42px;
    margin-bottom: 66px;
    margin-left: 80px;
}
.container_top,.container_top a,.container_top span{
    color: #4B3F38 ;
    font-size: 14px;
}
/*循环列表*/
.container_list{
    height: 290px;
    width: 1190px;
    margin-left: 80px;
    margin-bottom: 50px;
    overflow: hidden;
    cursor: pointer;
}
.list-box{
    position: relative;
}
.list_pic1{
    width: 397px;
    height: 290px;
    margin-right: 40px;
}
.list_pic1 img{
    width: 100%;
    height: 100%;
}
.container_list .ListPicNew{
    width:320px;
    height: 180px;
    margin-right: 60px;
}
.container_list .ListPicNew img{
    width: 100%;
    height: 100%;
}
.list_pic2{
    width: 397px;
    height: 290px;
    background: url("../images/fc2.png") no-repeat;
    margin-right: 40px;
}
.list_caption{
    width: 600px;
    margin-bottom: 24px;
}
.list_caption h2{
    font-size: 28px;
    color: #4B3F38;
    line-height: 38px;
}
.list_text{
    width: 640px;
    height: 228px;
    overflow: hidden;

}
.list_text p{
    width: 640px;
    height: 228px;
    overflow: hidden;
    font-size: 14px;
    color: #4B3F38;
    line-height: 23px;
    display: inline-block;
    text-overflow: clip;
}
.container_zx1{
    background: #FEA325;
    width: 200px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
.container_zx1 a:hover{
    background: #F3981A;
    width: 200px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}
/*.container_zx2{*/

/*}*/
.container_zx1 span , .container_zx2 span{
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
}
.zx-add{
    padding-right: 7px;
}
.new_detail_lcm{
    position: relative;
}
/*定位*/
.zx-box{
    position: absolute;
    top: 40px;
    right: -200px;
}
/*页签*/
.container_page li{
    background: #F5F5F5;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin-left: 8px ;
}
.page-bearing1{
    color: #D8D8D8;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../images/lefth.png")  no-repeat;
}
.page-bearing2{
    color: #D8D8D8;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../images/rightc.png")  no-repeat;
}
.page-num{
    font-size: 14px;
    color: #9B9B9B;
}
.page-num-mark{
    font-size: 14px;
    color: #FFFFFF;
}
/*激活*/
.container_page .page-active{
    background: #FDA325 ;
}
