/* camirao.com: long English text overflow ellipsis */

html,
body {
	overflow-x: hidden;
	max-width: 100%;
}

/* top navigation */
.topbox,
.top .nav {
	overflow: hidden;
}

.top .nav ul {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}

.top .nav ul li {
	float: none;
	flex: 1 1 0;
	min-width: 0;
	max-width: 108px;
	padding: 0 6px;
}

.top .nav ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* section titles */
.title_g .title_c,
.title_c1,
.top_title .title .title_c {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

/* service cards */
.service_c .service_one .introduce {
	overflow: hidden;
}

.service_c .service_one .introduce h3,
.service_c .service_one .introduce p,
.service_c .service_one .introduce p a {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* project block */
.project_con .left_one .title_pro .one_c {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.project_con .left_one .policy {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: auto;
	max-height: 48px;
}

.project_ul .content_box .title_t,
.project_ul .content_box .title_t1 {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.project_ul .content_box .one .right {
	overflow: hidden;
}

.project_ul .content_box .one .right h3,
.project_ul .content_box .one .right h3 a,
.project_ul .content_box .one .right p,
.project_ul .content_box .one .right p a {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* technical solution list */
.evaluate_c ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* news tabs & titles */
.news_c .hd ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8px;
	box-sizing: border-box;
}

.news_l .news_font .title_news span,
.news_r ul li .detailed_r .title_n .title_det {
	max-width: 100%;
}

/* friend links */
.linksbox {
	overflow: hidden;
}

.links_c {
	overflow: hidden;
	line-height: 24px;
	max-height: 72px;
}

.links_c a {
	display: inline-block;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

/* footer */
.footer .title,
.footer .item_c a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.one_pro .two_font .title_name,
.one_pro .two_font .detail {
	text-overflow: ellipsis;
}

.one_pro .two_font .detail {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	white-space: normal;
}
