﻿@charset "utf-8";

.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;
}
.resultintrod div{
	height: 46px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.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%;*/
/*}*/