.publicTitleBox {
    margin-bottom: 50px;
}

.rich_box {
    width: 100%;
    margin-bottom: 80px;
}

.listBox2 .listbox_item .listbox_item_left {
    width: 530px;
    height: 343px;
    background-color: #cbcbcb;
    border-radius: 8px;
}

.listBox2 .listbox_item .listbox_item_right {
    width: 670px;
}

.listBox2 .listbox_item .listbox_item_right .listbox_item_right_content {
    font-size: 16px;
    line-height: 26px;
    height: 156px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:6;
    overflow: hidden;
    margin: 20px 0px 60px;
}

/* 联系我们 */
.gzhBox{
    width: 440px;
	height: 410px;
    background-color: #f5f6fa;
    text-align: center;
    padding: 34px;
    box-sizing: border-box;
}

.gzhBox h3{
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}

.gzhBox h4{
    font-size: 36px;
    color: #333333;
    margin-bottom: 40px;
}

.gzhBox img{
    width: 207px;
    height: 207px;
    margin-bottom: 16px;
}

.gzhBox p{
    font-size: 16px;
    color: #333333;
}


.dyBox{
    width: 720px;
	height: 410px;
    background: url("../images/aboutUs_dybg.png") no-repeat center center;
    background-size: 100% 100%;
    padding: 34px;
    box-sizing: border-box;
}

.dyBox h2{
    margin-bottom: 80px;
}

.dyBox h2 img{
    height: 44px;
}

.dyBox .content_right{
    width: 400px;
    padding-left: 40px;
    box-sizing: border-box;  
    padding-top: 20px;
}

.dyBox .content_right h5{
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 6px;
}

.dyBox .content_right h6{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.dyBox .content_right p{
    font-size: 16px;
	line-height: 24px;
	color: #ffffff;
    opacity: 0.6;
    height: 100px;
    overflow: hidden;
    overflow-y: auto;
}
/* 联系我们 end */