.title-box{
	margin-top:20px;
	margin-bottom:35px;
}
.title-box .title{	
	font-size: 24px;
	font-weight: bold;
	color: #3D4552;
}
.title-box .tip {
   width: 50px;
   height: 11px;
   background: #FFF1F2;
   position: relative;
   line-height: 24px;
   color: #EB0215;
   font-size: 12px;
   padding: 5px;
   border-radius: 4px;
}
.title-box .tip:before {
   content:"";
   position: absolute;
   right: 100%;
   top:6px;
   width: 0;
   height: 0;
   border-top: 6px solid transparent;
   border-right: 10px solid  #FFF1F2;
   border-bottom: 6px solid transparent;
}
.tip-right{
	font-size: 14px;
	color: #7D8596;
	line-height: 36px;
}
.noborder{
	border-top:none;
}
table,table tr th, table tr td { 
	border: 1px solid #DFDFDF;
    text-align: left;
    padding: 20px;   
    font-size: 14px;
	color: #353535; 
}
table tr .table-title{
	background: #F4F5F7;
	width: 16%;
}
table tr .table-content{
	width: 34%;
}
table tr .table-content-long{
	width: 84%;
}
table {
	width: 100%; 
	min-height: 25px; 
	line-height: 25px; 
	text-align: center; 
	border-collapse: collapse; 
	padding:2px;
}
.text-color{
	color: #1558D4;
}
.show-height{
	height: 26px;
    overflow: hidden;
}
.showheight{
	height:auto
}
.project-clist{display: flex;margin-top:15px;}
.project-clist div:nth-of-type(1){text-align: right;}
.project-clist div:nth-of-type(2){padding-left: 50px;}
.nav-c{
	border-bottom:1px solid #e6e6e6;width:1200px;padding: 20px 0;margin: 0 auto;color:#666;font-size:14px;
}
.nav-c a{color:#666;}
.nav-c a:hover{color:#666;}

.zh-cn .project-clist div:nth-of-type(1){width: 65px;}
.zh-cn .project-clist div:nth-of-type(2){width:calc(100% - 65px);}
.en-us .project-clist div:nth-of-type(1){width: 145px;}
.en-us .project-clist div:nth-of-type(2){width:calc(100% - 145px);}
.fr-fr .project-clist div:nth-of-type(1){width: 95px;}
.fr-fr .project-clist div:nth-of-type(2){width:calc(100% - 95px);}
