/*主内容区域*/
.lh-main-box{
    width: 100%;
}
.lh-main{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}
.lh-main > p{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom: solid 2px #E70D1D;
    color: #E70D1D;
}

.about11 > section{
    padding: 20px;
    line-height: 22px;
}
.about11 > section > ul{
    width: 100%;
    text-align: left;
}
.about11 > section > ul li{
    transition-duration: 0.5s;
    box-sizing: border-box;
    width: 276px;
    display: inline-block;
    border: solid 1px #eeeeee;
    margin: 0 5px 20px 5px;
    padding: 5px;
    text-align: center;
}
.about11 > section > ul li:nth-last-of-type(1){
    margin-right: 0
}
.about11 > section > ul li:hover{
    border: solid 1px #1bbbb6;
	
}
.about11 > section > ul li a{
    text-decoration: none;
}

.about11 > section > ul li a > p:hover{
	background: #1bbbb6;
}
.about11 > section > ul li a > p{
	width: 266px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size:16px;
    background: #0baaa5;
    color: #ffffff;
    border-bottom: solid 0px #eeeeee;
	margin-top: 10px;
	transition-duration: 0.5s;
	border-radius: 5px;
}
.about11 > section > ul li a > img{
    height: 266px;
    width: 266px;
    vertical-align: middle;
}