*{
  margin:0;
  padding:0;
}
body{
    background:#ccc;
}
#banner{
    width:100%;
    height:6.84rem;
}
#banner img{
    width:100%;
}

#section{
    width:100%;
    padding:0.6rem 0.4rem;
    height:4.88rem;
    background:#fff;
    box-sizing:border-box;
}
#section div:nth-child(1){
    margin-right:0.4rem;
    margin-bottom:0.4rem;
}

#section div:nth-child(2){
    margin-bottom:0.4rem;
}

#section div:nth-child(3){
    margin-right:0.4rem;
}
#section div{
   width:6.84rem;
   height:1.6rem;
    float:left;
    box-sizing:border-box;
  background:url(blue_bg.png) no-repeat center;
    background-size:100% 100%;
    text-align:center;
    color:#fff;
    font-size:0.6rem;
    line-height:1.6rem;
}

.ldyl{
    width:100%; 
    background:#fff;

}
.ldyl .ldyl_top{
    width:100%;
   height:1.8rem;
    border-bottom:1px solid #ccc;
    background:#fff;
}

.ldyl .ldyl_top .ldyl_top_lf{
    width:3.4rem;
    height:100%;
    float:left;
    font-size:0.64rem;
    text-align:center;
    line-height:1.8rem;
    font-weight:bold;
}

.ldyl .ldyl_top .ldyl_top_rt{
    width:2.32rem;
    height:100%;
    float:right;
    font-size:0.52rem;
    line-height:1.8rem;
    color:#1492FF;
    position:relative;
}
.ldyl .ldyl_top .ldyl_top_rt span{
    display:inline-block;
    width:0.3rem;
    height:0.64rem;
    background:url(arrow.png) no-repeat;
    background-size: 100% 100%;
    top: 0.54rem;
	right: 0.9rem;
	position: absolute;}

.ldyl .ldyl_bottom{
    background:#fff;
}
.ldyl .ldyl_bottom>div{
   width:14.3rem;
    height:3.8rem;
    border-bottom:1px solid #ccc;
    margin-left:0.4rem;
}

.ldyl_img img{
    width:4.46rem;
    height:2.8rem;
    margin-top:0.48rem;
    margin-right:0.48rem;
    float:left;
}

.ldyl_box{
    width:9.24rem;
    height:2.8rem;
    margin-top:0.48rem;
    float:left;
    box-sizing:border-box
}

.ldyl_title{
    height:2.32rem;
    font-size:0.6rem;
    width:100%;
    line-height:0.76rem;
    overflow:hidden;
}
.ldyl_cont{
    width:100%;
    height:0.6rem;
    line-height:0.6rem;
    font-size:0.48rem;
    color:#ccc;
}

.ldyl_cont .sour{
    display:inline-block;
    float:left;
}

.ldyl_cont .time{
    display:inline-block;
    float:right;
}