.inistrutment_window_main{
  	margin: auto;
    left: 0;
    right: 0;
    top: 20%;
    position: fixed;
    width: 1035px;
    border: 5px solid #888;
    background-color: #fdfbff;
    text-align: center;
    border-radius: 20px;
    z-index: 999;
}
.inistrutment_window{
	position: relative;
	overflow: hidden;
}
.inistrutment_techo:before{
	content: "";
    position: absolute;
    width: 1035px;
    height: 10px;
    border-bottom: 4px solid #ca1e1e;
    top: 245px;
    left: 0px;
   
}
.inistrutment_window_pic{
	 height: 240px;
	 width: 25%;
	 float: left;
}
.inistrutment_window_detail{
	height: 100px;
	width: 50%;
	float: left;
}
.inistrutment_feature{
	border-radius: 10px;
	height: 110px;
	background: gainsboro;
	width: 750px;
	margin-left: 10px;
	overflow: auto;
}
.inistrutment_feature_word{
	color: #a92845;
	font-weight: bold;
}
.inistrutment_window_techo{
	margin-top: 18px;
}
.inistrutment_techo{
	color: #efe6e8;
    font-weight: bold;
    float: left;
    cursor: pointer;
    margin-left: 30px;
    border-radius: 4px;
    width: 120px;
    background-color: #a92845;
}
.td_name{
	color: #a1a1a1;
	width: 80px;
	text-align: right;
}
.td_text{
	color: #555555;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 160px;
    text-align: left;
}
.td_tech_name{
	color: #a1a1a1;
	width: 120px;
}
.testProjectClass{
	position: relative;
	color: #a1a1a1;
	margin-top: 20px;
	text-align: left;
	float:left;
}      
.testProjectClass:before{
	content: '';
    border-left: 1px solid #dddddd;
    height: 70px;
    width: 1px;
    position: absolute;
    left: 283px;
}
.tabbox-close{
	/* width: 32px;
    height: 32px;
    float: right;
    margin-top: -20px;
    margin-right: -30px;
    position: relative;
    cursor: pointer;
    background: url(../img/close.png) no-repeat center center; */
    width: 32px;
    height: 32px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url(../img/close.png) no-repeat center center;
    z-index: 9;
}
