.invention-detail-title {padding: 40px 0; font-size: 32px; color: #ffffff;}

.detail-head{
    background-color: #2d3237;
    font-family: Helvetica, arial, sans-serif;
}

.inv-head-small{
    font-size: 14px;
    color: #8b939a;
}

.inv-head-mid{
    margin-left: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.inv-head-big{
    color: #fff;
    font-size: 32px;
}

.td-right{
    width: 800px;
    margin-left: 5%;
    margin-top: 30px;
}

.inv-box{
    float: left;
    padding:  0 25px 0 10px;
    border-left: 1px solid #7c838a;
}

.inv-box:last-child {
    padding-right: 0;
}

.inv-icon{
    width: 80px;
    height: 110px;
    margin-right: 10px;
}

.right-list-title{
    width: 60px;
    color: #7c838a;
    vertical-align: top;
}

.right-list-content{
    text-align: left;
    padding-left: 10px;
}
.right-list-content:hover a{color: #3285fa;}

.inv-form-input{
    float: left;
    margin-left: 60px;
}
.inv-form-input span{
    float: left;
    color: #e23f05;
}
.inv-form-input input, .inv-form-input select{
    float: left;
}

.inv-list{
    font-family: "微软雅黑 Light", Arial;
    margin-top: 40px;
}
.inv-list a{
    text-decoration: none;
}
.inv-list a:link{
    text-decoration: none;
}
.inv-list a:visited{
    text-decoration: none;
}
.inv-list a:hover{
    text-decoration: none;
}
.inv-list li {width: 256px; margin-right: 30px; margin-bottom: 30px; background-color: #F6F6F6}
.inv-list-img {width: 256px; height: 149px;}

.inv-list-title{
    font-family: "微软雅黑", Arial;
    font-size: 16px;
    color: #3d464d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.inv-list-abstract{
    height: 60px;
    font-size: 14px;
    color: #7c838a;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.inv-list-info{
    bottom: 0;
    font-size: 12px;
    color: #828a92;
    margin-bottom: 12px;
    padding: 0 15px;
}

.inv-district-list{
    float: left;
    width: 260px;
    height: auto;
    margin: 10px;
    border:1px solid #BFBFBF;
    box-shadow:2px 2px 3px #aaaaaa;
    padding: 10px;
}
.inv-district-list li:nth-child(even){
    margin-bottom: 10px;
}
.inv-district-list li:nth-child(odd){
    margin-bottom: 3px;
    padding-left: 3px;
}

.inv-sort-group{
    float: left;
    width: 200px;
    line-height: 36px;
    font-size: 16px;
}
.inv-sort-group a{
    text-decoration: none;
    color: #828a92;
    margin-right: 10px;
}
.inv-sort-group a:link{
    text-decoration: none;
    color: #828a92;
}
.inv-sort-group a:visited{
    text-decoration: none;
    color: #828a92;
}
.inv-sort-group a:hover{
    text-decoration: none;
    color: #3285fa;
}
#file_upload_1-button{
    margin-left: 60px;
}

.inv-search-bar {float: left;}
.input-group-btn {cursor: pointer;}

.invention-desc-title {font-size: 18px; color: #3b454c; font-weight: bold;}
.invention-desc-content {margin-top: 40px; font-size: 16px; color: #585959; line-height: 36px;}

/** 专利详情 **/
.patent-body{}
.patentName-class{
    font-size: 24px;
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
}
.patent-mine{
    font-size: 14px;
    margin-top: 30px;
    color: #666666;
}
.patent-mine-detail{
    margin-left:20px;
}
.patent-mine-detail:first-child{
    margin-left:0;
}
.patent-table {
    border-collapse: collapse;
    margin-top: 10px;
}
.patent-table td {
    border: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.patent-table td.td_a {
    background-color: #f9f9f9;
    color: #666666;
    width: 100px;
    text-align: center;
}
