.detail_box{
    padding-top: 10px;
}
.detail_box>div{
    /*width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
}
.detail_box>div.detail_top{
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    /*background: #fff url("../images/green_detail.png") no-repeat center right;*/
}
/*.detail_top_img {*/
/*    width: 300px;*/
/*    height: 200px;*/
/*    flex-shrink: 0;*/
/*}*/
/*.detail_top_img img{width:100%;height:100%;}*/
.detail_top_text{
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding: 0px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.detail_top_text>h1{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    width: 100%;
    /*display: flex;*/
}
.detail_top_text>h1>div:nth-of-type(1){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 30%;
}
.detail_top_text>h1>div:nth-of-type(2){
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 70%;
}
.text_box{
    font-size: 14px;
    color: #333;
    line-height:1.5;
    margin: 5px 0;
    overflow: hidden;
    width: 50%;
}
.left_title{
    float: left;
    color: #999;
    width: 112px;
    text-align: right;
}
.type_option{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    word-break: break-all;
    /*color: #00B150;*/
}
.type_option a{
    /*color: #00B150;*/
    text-decoration: underline;
}
/*.type_option a:hover{*/
/*    color: red;*/
/*}*/
/*.type_option span {*/
/*    flex-shrink: 0;*/
/*    display: block;*/
/*    line-height: 26px;*/
/*    background: #FFFFFF;*/
/*    border: 1px solid #3D82FF;*/
/*    border-radius: 5px;*/
/*    color: #3D82FF;*/
/*    margin-right: 10px;*/
/*    padding: 0px 4px;*/
/*    margin-bottom: 2px;*/
/*    word-break: break-word;*/
/*    max-width: 98%;*/
/*}*/
/*.w_plattopa {*/
/*    width: 140px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    background: #3E82FF;*/
/*    border-radius: 5px;*/
/*    display: block;*/
/*    font-size: 14px;*/
/*}*/
/*.w_plattopa:hover{*/
/*    color: #fff;*/
/*    background: #346ed8;*/
/*}*/

/*.y_result_org a{*/
/*    color: #3E82FF;*/
/*}*/

/*.detail_box>div.con_03{*/
/*    margin: 40px auto;*/
/*    padding: 40px 0px;*/
/*    border-top: 1px solid #ddd;*/
/*}*/
/*.con-title{*/
/*    font-size: 14px;*/
/*    color: #999;*/
/*}*/
/*.con-title .txt1{*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    color: #000;*/
/*}*/
.brief_introduction_wangeditor,.detail_wangeditor{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
}

/*.w_platr{*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*    line-height: 1.8;*/
/*}*/

/*.w_platm{*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*    line-height: 1.8;*/
/*}*/
/*.detail_box>div.con_04{*/
/*    margin: 40px auto;*/
/*    padding: 40px 0px;*/
/*    border-top: 1px solid #ddd;*/
/*}*/



.detail_bottom{
    overflow: hidden;
    margin:10px auto 40px !important;
    background: #fff;
}
.detail_bottom_tab {
    /*background: #ffffff;*/
    /*padding: 0 28px;*/
    /*height: 45px;*/
    box-sizing: border-box;
    line-height: 45px;
    text-align: center;
    /*border-bottom: solid 1px #EEEEEE;*/
}
.detail_bottom_tab a {
    display: inline-block;
    padding: 0 32px;
    font-size: 14px;
    color: #666666;
    height:100%;
    box-sizing: border-box;
}
.detail_bottom_tab a.hover {
    border-bottom: solid 3px #00B150;
    color: #00B150;
    font-weight: 700;
}
.detail_bottom_desc {
    padding: 0px 30px 0px;
}
.detail_bottom_desc li h3 {
    font-size: 25px;
    /*color: #00B150;*/
    position: relative;
    padding-top: 20px;
}
.detail_bottom_desc li h3 i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*background: rgba(0,177,80,0.1);;*/
    font-size: 20px;
    /*color: #00B150;*/
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.detail_bottom_desc li h3+div{
    padding: 0;
    font-size: 15px;
    color: #333;
    word-break: break-word;
    line-height: 1.8;
    padding-left: 40px;
}
.detail_bottom_desc li:last-child h3+div{
    border: none;
}



/*科研机构中科研团队样式*/
.detail_people_list{
    overflow: hidden;
    padding: 20px 0;
}
.detail_people_list dd {
    width: 150px;
    float: left;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin:0 18px;
}
.detail_people_list dd:first-child{
    margin-left: 0px;
}
.detail_people_list dd a{
    display: block;
    line-height: 1.8;
}
.detail_people_list dd a img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-sizing: border-box;
}
.detail_people_list dd h4 {
    color: #333;
    margin: 10px 0 0px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.detail_people_list dd:hover {
    border: 1px solid #00B150;
    box-shadow: 0px 0px 18px rgba(0, 177, 80, 0.1);

}
.detail_people_list dd:hover h4{
    color: #00B150;
}

/*!*团队特殊*!*/
/*.keyantuan .detail_top_img {*/
/*    width: 340px;*/
/*    height: 250px;*/
/*    flex-shrink: 0;*/
/*    background: #f5f5f5;*/
/*    text-align: center;*/
/*    line-height: 240px;*/
/*}*/
/*.keyantuan .detail_top_img img{width:160px;height:160px;border-radius: 50%}*/
/*.label_box {display:none;}*/
.w_plattopa {
    width: 160px;
    height: 40px;
    background: #00B150;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-weight: 700;
    margin: auto;
    margin-right: 20px;
}
.w_plattopa:hover{
    color: #fff;
}
/*.label_box{*/
/*    width: 100%;*/
/*}*/
