﻿@media (min-width: 370px) {
   .ld_lb{
       width:100%;
       float:left;
   }
    .ld_lb li{
        width:100%;
        float:left;
        margin-bottom: 30px;
        padding:30px;
        background-color: #f7f7f7;
        border: solid 1px #ddd;
		li-style:none;
    }
    .ld_lb .imgk{
        width:257px;
        float: left;
    }
    .ld_lb .txtk{
        width:100%;
        float:right;
    }
    .ld_lb .txtk_n{
        width:100%;
        line-height: 30px;
        font-size:16px;
        overflow: hidden;
        
        position:relative;

    }
    .ld_lb.ly_lb .txtk_n{
height:200px;
    }
    .ld_lb .txtk_nk{
        width:100%;
    }
    .ld_lb .txtk h3{
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ld_lb .txtk h4{
        line-height: 30px;
    }
    .ld_lb .txtk p{
        margin-top: 20px;
		color:#333;
    }
    .ld_lb a.cd_more3{
        float: right;
        margin-top: 15px;
    }
	    a.cd_more3{
        display: inline-block;
        line-height: 40px;
        height:40px;
        padding:0 20px;
        background-color: #ba0800;
        color:#fff;
    }
 .img_d {
        overflow: hidden;
    }
	 .img_d img{
        overflow: hidden;
		transition:all ease .5s;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
		transition:all ease 0.5s;
    }
	
	.imgk,.imgk img,.txtk{
    width:100%;
}
}
@media (min-width: 482px) {
   .ld_lb{
       width:100%;
       float:left;
   }
    .ld_lb li{
        width:100%;
        float:left;
        margin-bottom: 30px;
        padding:30px;
        background-color: #f7f7f7;
        border: solid 1px #ddd;
		li-style:none;
    }
    .ld_lb .imgk{
        width:20%;
        float: left;
    }
    .ld_lb .txtk{
        width:76%;
        float:right;
    }
    .ld_lb .txtk_n{
        width:100%;
        line-height: 30px;
        font-size:16px;
        overflow: hidden;
        
        position:relative;

    }
    .ld_lb.ly_lb .txtk_n{
height:200px;
    }
    .ld_lb .txtk_nk{
        width:100%;
    }
    .ld_lb .txtk h3{
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ld_lb .txtk h4{
        line-height: 30px;
    }
    .ld_lb .txtk p{
        margin-top: 20px;
    }
    .ld_lb a.cd_more3{
        float: right;
        margin-top: 15px;
    }
	    a.cd_more3{
        display: inline-block;
        line-height: 40px;
        height:40px;
        padding:0 20px;
        background-color: #ba0800;
        color:#fff;
    }
 .img_d {
        overflow: hidden;
    }
	 .img_d img{
        overflow: hidden;
		transition:all ease .5s;
    }

    .img_d:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
		transition:all ease 0.5s;
    }
	
	.imgk,.imgk img,.txtk{
    width:100%;
}
}



