.ost-header{

}
.ost-header .title{
    border-left: 3px solid #F07430;
    font-size: 20px;color: #F07430;
    height: 20px;line-height: 20px;padding-left: 5px;
}

.right_space{
    margin-right: 40px;
}

.right_space_small{
	margin-right: 20px;
}

.green_btn_radio{
	/*绿色白子按钮弧度较大*/
	width: 100px;height: 30px;
	cursor: pointer;
	border:1px solid #56B975;border-radius: 50px;background: #56B975;color: #fff;
}

.green_btn_{
	/*绿色白子按钮弧度较小*/
	width: 100px;height: 30px;
	cursor: pointer;
	border:1px solid #56B975;border-radius: 5px;background: #56B975;color: #fff;
}

.white_btn_{
	/*白色绿子按钮弧度较小*/
	width: 100px;height: 30px;
	cursor: pointer;
	border:1px solid #fff;border-radius: 5px;background: #fff;color: #56B975;
}

.com-flex-1{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.com-flex-2{
    -webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2;         /* OLD - Firefox 19- */
    -webkit-flex: 2;          /* Chrome */
    -ms-flex: 2;              /* IE 10 */
    flex: 2;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.single_over{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.background_img_over{

	/*珍稀濒危物种保护图片背景*/
	background-repeat: no-repeat;background-size: 100% 100%;
	border-radius: 10px;
	padding: 20px;
}

.person_img_gw{

	/*科研人员构成图片高宽*/
	width: 212px;height: 253px;
}
.person_div_desc{

	/*科研人员描述*/
	position: relative;width: 180px;height: 80px;
	padding: 10px 20px;background: #80C269;top: -60px;
}

.os-single-{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
