.contact_content{
    padding: 15px 35px;
}
.box_contact h2{
    font-size: 19px;
    font-weight: 500;
    color: #000;
    letter-spacing: .5px;
}
.small_title{
    color: #999399;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
}
.space_del{
    justify-content: unset;
}
.p-l-40{
    padding-left: 40px;
}
.contact_us ul{
    padding-left: 0;
    float: left;
}
.contact_us ul li{
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    color: #333743;
    font-weight: 500;
    letter-spacing: .5px;
}
.contact_us ul li i{
    border: 1px solid #a31200;
    border-radius: 6px;
    color: #a31200;
    width: 29px;
    height: 29px;
    margin-right: 7px;
    text-align: center;
    line-height: 30px;
}
.contact_us{
    overflow: hidden;
}
.contact_us div{
    float: left;
}
.p-l-10{
    padding-left: 30px;
}
.box_contact{
    margin-top: 30px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 15px;
}
.contact_place{
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact_place>p>strong{
    font-size: 20px !important;
}
.contact_place>p:first-child{
    margin-bottom: 12px;
}
.contact_place>p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 24px;
    margin-bottom: 4px;
}
.place_join_content .row .col-md-3{
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 10px;
}
.place_join_content img{
    width: 100%;
}

.about_img_honor img{
    height: 260px;
    width: 205px;
}

.place_join_content{
    margin-bottom: 300px;
}
.contact_us{
    display: flex;
    justify-content: space-between;
}
.webPageOnce{
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    border-top: 1px solid #eee;
    font-weight: 400;
    padding: 11px 20px;
    letter-spacing: .5px;
}
.webPageOnce >a{
	color: #191818;
}
.webPageBox{
	padding-left: 0px;
}
.webPageBox li{
	list-style: none;
}
.webMapItem{
	border: 1px solid #eee;
	border-top: none;
	border-bottom: none;
}
.webPagesecond .webPageSecond_li{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.webPagesecond .webPageSecond_li a{
	color: #000
}
.webPagethird{
	padding-left: 10px;
}
.webPagethird li{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.webPagethird li a{
	color: #e60012 !important
}
.webPagethird .webpagethird_li::after{
	content: " | ";
	position: absolute;
	right: 0;
	color: #b6b6b6;
}
webpagethird_li a{
	transition: all 0.3s;
}
.webPageOnce >a, .webPageSecond_li a{
	transition: all 0.3s;
}
.webpagethird_li a:hover{
	color: #000 !important;
}
.webPageOnce >a:hover, .webPageSecond_li a:hover{
	color: #e60012
}