
body{
    background: #F9F9FB;;
}

.techOrg-cnt{
    /*width: 1200px;*/
    margin-left: auto;
    margin-right: auto;

}
.techOrg-cnt>div{
    width: 100%;
}

/* 筛选 */
/*.result_search{*/
/*    width: 400px;*/
/*    border: 1px solid #00B150;*/
/*    border-radius: 4px;*/
/*    height:46px;*/
/*    line-height:46px;*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.result_search>input{*/
/*    !*border-radius: 20px;*!*/
/*    border: none;*/
/*    width: 320px;*/
/*    height: 44px;*/
/*    padding-left: 10px;*/
/*    color: #333;*/
/*    box-sizing: border-box;*/
/*    font-size: 14px;*/
/*}*/
/*.result_search>button{*/
/*    width:80px;*/
/*    height: 100%;*/
/*    float: right;*/
/*    border: none;*/
/*    background: #00B150;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    !*border-radius: 0px 4px 4px 0;*!*/
/*    cursor: pointer;*/
/*}*/
/*.result_choose{*/
/*    padding: 20px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    color:#666;*/
/*}*/

/*.choose_left{*/
/*    width: 400px;*/
/*}*/
/*.choose_left>span{*/
/*    margin-right: 30px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    font-size: 15px;*/
/*}*/

/*.choose_left>span.active,.choose_left>span.active:after{*/
/*    color:#00B150;*/
/*}*/

/*.choose_left>.tech_time:after,.choose_left>.tech_hot:after{*/
/*    display: block;*/
/*    font-family: 'iconfont';*/
/*    content:"\e755";*/
/*    position: absolute;*/
/*    top:2px;*/
/*    right:-16px;*/
/*    color:#ddd;*/
/*    font-size: 16px;*/
/*    transform: rotate(180deg)*/
/*}*/

/*.choose_left>span.tech_ascen:after{*/
/*    transform: rotate(0deg)*/
/*}*/
/*.module_container a,.module_container{*/
/*    font-size: 14px;*/
/*    color: #999;*/
/*}*/

/*.techOrg-cnt>ul{*/
/*    background:#fff;*/
/*    padding:0px 20px;*/
/*    box-shadow:0px 2px 5px 0px rgba(0,0,0,0.15);*/
/*    border:1px solid rgba(221,221,221,1);*/
/*}*/
/*分页*/



/* UI列表 */
.result_list>li{
    padding: 20px 10px;
    border-radius: 4px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    background: #fff;
    margin: 0px 0 20px;
}

.result_list>li:hover{
    border: 1px solid #00B150;
    box-shadow: 0px 0px 18px rgba(0, 177, 80, 0.1);
}
.result_list>li:hover .patent_name{
    color: #00B150
}
.result_list>li>a{
    position: relative;
}
.patent_img{
    width:220px;
    height:140px;
}

/*.patent_img img{*/
/*    width:100%;*/
/*    height: 100%;*/
/*}*/

.paten_result{
    width:calc(100% - 245px)
}
.paten_result .paten_result_name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.paten_result_name>h3{
    display: flex;
    max-width: 100%;
}

.patent_name{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.result_list>li a:hover{
    /*color:#00B150;*/
    cursor:pointer;
}

.paten_result>div{
    color:#666;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    word-break: break-all;
}
.paten_result>div:last-child{
    margin-bottom: 0px;
}
.resultintrod{
    height:60px;
}

.paten_result span{
    /*font-weight: 700;*/
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: baseline;
}
.paten_result .tit {
    font-weight: bold;
    color: #333;
}

.researchAreasName{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    width:48%;
}
/*.researchAreasName>button{*/
/*    max-width: 245px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: inline;*/
/*    color: #00B150;*/
/*    !*border: 1px solid #00B150;*!*/
/*    border: none;*/
/*    font-weight: normal;*/
/*    border-radius: 5px;*/
/*    background: #FFFFFF;*/
/*    padding: 0px 4px;*/
/*}*/
.paten_result span>a{
    /*color:#00B150;*/
    font-weight: normal;
}
.paten_result .paten_result_team{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    width:48%;
}
.patent_result_source{
    overflow: hidden;
}
.patent_result_source>span{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.patent_result_source>span:first-of-type{
    margin-right: 20px;
    width: 100%;
    text-align: left;
    float: left;
}

/*.patent_result_source>span:last-child{*/
/*    width: 255px;*/
/*    text-align: right;*/
/*    float: right;*/
/*}*/
/*.teamList_cnt .patent_img {*/
/*  display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.teamList_cnt .patent_img img{*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*}*/
