.menu{
    background-color:#0c4f8e;
}

.main{
	width:1200px;
	margin:20px auto;
    padding:0;
}


.kuang{
    padding:30px;
    margin:10px auto 20px;
    position:relative;
    border-radius:5px;
    box-shadow: 5px 5px 10px #ccc
}
.kuang .headtitle{
    display: block;
    width:260px;
    position:absolute;
    top:-15px;
    left:50%;
    margin-left:-130px;
}
.kuang .headtitle img{
    width:100%;
}

.listL1 li{
    border-bottom:none;
}

.listpic{
    margin-top:10px;
}
.listpic li{
    width:23%;
    margin:10px 1%;
    overflow:hidden;
    float:left;
}
.listpic li a{
    width:100%;
    height:150px;
    background-position:center;
    
}
.listpic li a div{
    width:100%;
    height:150px;
    background-size:cover
}
.listpic li p{
    width:85%;
    color:#fff;
    padding:0 10px;
    margin:auto;
    height:50px;
    overflow:hidden;
    background-color:#0c4f8e;
    position:relative;
    top:-25px;
    line-height:25px;
    overflow:hidden;
}

.htitle{
    padding:0 10px;
    margin-bottom:10px;
    border-left:solid 5px #0c4f8e;
}
.htitle h3{
    display:inline-block;
}
.htitle a{
    display:inline-block;
    float:right;
    color:#999;
}
.btitle{
    padding:0 0 10px;
    border-bottom:solid 3px #0c4f8e;
}