.contactus-title {
  line-height: 40px;
  padding: 18.8px 16px 21.2px 16px;
  font-size: 18px;
color: #333333;
  font-weight: bold;
  position: relative;
}
.contactus-content {
  padding: 0px 16px;
}
.contactus-content .card-box {
  padding-bottom:21px ;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  
  /*display: flex;*/
}
.contactus-content .card-box:last-child{
	 border-bottom: none;
}
.contactus-content .card-box .card-top{
	height: 90px;
	display: flex;
	overflow: hidden;
}
.contactus-content .card-box .card-top>div:nth-of-type(1){
	flex: 4;
  word-break: break-all;
}
.contactus-content .card-box .card-top>div:nth-of-type(1) img {
	width: 80px;
	height: auto;
	margin: 5px 0;
	
}
.contactus-content .card-box .card-top>div:nth-of-type(2){
	flex: 6;
  word-break: break-all;
}
.contactus-content .card-box .card-top>div:nth-of-type(2) > div:nth-of-type(1) {
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  font-size: 18px;
color: #003F43;
letter-spacing: 0;
font-weight: bold;

}
.contactus-content .card-box .card-top>div:nth-of-type(2) > div:nth-of-type(2) {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #27AAA5;
  margin-top: 10px;
}
.contactus-content .card-box > div:nth-of-type(2) {
  margin-top: 10px !important;
}
/*.contactus-content .card-box > div:nth-of-type(6) {
  margin-top: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ededed;
}*/
.contactus-content .card-box > div:nth-of-type(2),
.contactus-content .card-box > div:nth-of-type(3),
.contactus-content .card-box > div:nth-of-type(4),
.contactus-content .card-box > div:nth-of-type(5),
.contactus-content .card-box > div:nth-of-type(6),
.contactus-content .card-box > div:nth-of-type(7) {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
  display: flex;
}
.contactus-content .card-box > div:nth-of-type(2) div:nth-child(1),
.contactus-content .card-box > div:nth-of-type(3) div:nth-child(1),
.contactus-content .card-box > div:nth-of-type(4) div:nth-child(1),
.contactus-content .card-box > div:nth-of-type(5) div:nth-child(1),
.contactus-content .card-box > div:nth-of-type(6) div:nth-child(1),
.contactus-content .card-box > div:nth-of-type(7) div:nth-child(1) {
  flex: 4;
  word-break: break-all;
}
.contactus-content .card-box > div:nth-of-type(2) div:nth-child(2),
.contactus-content .card-box > div:nth-of-type(3) div:nth-child(2),
.contactus-content .card-box > div:nth-of-type(4) div:nth-child(2),
.contactus-content .card-box > div:nth-of-type(5) div:nth-child(2),
.contactus-content .card-box > div:nth-of-type(6) div:nth-child(2),
.contactus-content .card-box > div:nth-of-type(7) div:nth-child(2) {
  flex: 6;
  word-break: break-all;
}
