/* 封面页样式 */
.cover-title-bg .title04,.cover-title-bg02 .title04{
    width: 100%;
    height: 75px;
    line-height: 75px;   
    padding-left: 80px;
    box-sizing: border-box;
    padding-right: 20px;
}
.cover-title-bg{
    background: url(../images/cover-title-bg.png) no-repeat center;
    background-size: cover;
}
.cover-title-bg02{
    background: url(../images/cover-title-bg02.png) no-repeat center;
    background-size: cover;
}
.cover-title-bg .title04>span,.cover-title-bg02 .title04>span{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.cover-title-bg .title04 a,.cover-title-bg02 .title04 a{
    display: block;
    width: 54px;
   font-size: 16px;
   color: #fff; 
   margin-top: 8px;
}
.cover-title-bg .title04 a img,.cover-title-bg02 .title04 a img{
    width: 16px;
    float: right;
    margin-top: 30px;
}
.cover-title-bg .title04 a span,.cover-title-bg02 .title04 a span{
    float: left;
}
.table-shadow{
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.04);
    border-radius: 0 0 4px 4px;
    background: #fff;
}

.cover-table table{
    width: 100%;
    text-align: center;*/
    border-spacing: 0;
   
}
.cover-table table thead tr{
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05);
    height: 50px;
    font-size: 16px;
    font-weight: 700;
}
.cover-table table tbody tr{
    height: 54px;
    font-size: 14px;
    color: #464646;
}
.cover-table table tbody tr{
font-size:16px;   
}
.cover-table table tr td:first-child {
    padding-right:40%;
}
.cover-table table tbody tr:nth-of-type(2n){
    background: #f8f8f8;
}

.cover-fwjg ul li{
    float: left;
    width: 264px;
    height: 124px;
    border: 1px solid #e2e2e2;
    margin-right: 20px;
    box-sizing: border-box;
}
.cover-fwjg ul li:last-child{
    margin-right: 0;
}
.cover-fwjg ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

/* 知识产权交易-列表 */
.content-list-jy>ul>li{
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.content-list-jy ul li .title{
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.content-list-jy ul li .title span{
    float: left;
    display: block;
    width: 80px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 35px 35px 0;
    background: url(../images/bg-jyz.png) no-repeat center;
}
.content-list-jy ul li .title h3{
    float: left;
    font-size: 18px;
    margin-top: 5px;
}
.content-list-jy ul li>ul{
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
}
.content-list-jy ul li>ul li{
    float: left;
    width: 40%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.content-list-jy ul li>ul li:nth-of-type(3n){
    width: 20%;
    float: right;
}
.content-list-jy ul li .price{
    padding: 10px 15px;
    box-sizing: border-box;
}
.content-list-jy ul li .price p{
    float: left;
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.content-list-jy ul li .price p .specific-price{
    font-size: 16px;
    color: red;
}
.content-list-jy ul li .price a{
    float: right;
    display: block;
    width: 86px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: #0a95f8;
    border-radius: 4px;
}
.content-list-jy ul li .price a:hover{
    background: #0789e6;
}

/* 本地质押融资服务机构-列表 */
.content-list-jg ul li{
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}
.content-list-jg ul li img{
    width: 240px;
    float: left;
    margin-right: 20px;
}
.content-list-jg ul li>div{
    float: left;
    width: calc(100% - 270px);
}
.content-list-jg ul li>div h3{
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 10px;
}
.content-list-jg ul li>div p{
    font-size: 14px;
    color: #8d8d8d;
    line-height: 22px;
}

