@charset "UTF-8";
/***********pdf详情页 start*******/
/*上 start*/
#position span,#position a,#position a cite{ color:#fff!important;}
#position a:hover { color:#fff!important;}
.detail_bg{
    position:relative;
    width:100%;
    min-width:1400px;
    height:230px;
    background: url(../images/detail_bg.jpg) no-repeat top center;
    background-size: 100% auto;
    overflow: hidden;
    box-sizing: border-box;
}
.detail_title h1{
    width:100%;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    line-height:35px;
    text-align: center;
    margin:20px auto 30px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
}
.detail_title h1 b{
    font-weight:bold;
}
.detail_title p{
    color:#fff;
    text-align: center;
}
.detail_title p span{ margin:0 20px;}
.detail_title p a{
    color:#fff;
    text-decoration:underline;
    margin:0 20px;
}
.detail_title a i{
    font-weight:bold;
}
.collect{cursor: pointer;}
.collect i{
    display:inline-block;
    width:25px;
    height:25px;
    background:url("../images/icon_collect1.png") no-repeat center;
    vertical-align:-6px;
    cursor:pointer;
}
.collect.sel i{
    background:url("../images/icon_collect2.png") no-repeat center;
}
/*上 end*/
#pdf_detail{
    position:relative;
    width:100%;
    background:#fff;
    overflow:hidden;
}
#pdf_nav{
    width:100%;
    height:1130px;
    background:#fff;
    overflow-y:auto;
}
#pdf_nav iframe{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:820px;
    height:100%;
    background:#fff;
}
/*************pdf详情页 end***********/

/*************知识图谱详情页 start***********/
.tupu_tu{
    width:1920px;
    height:130px;
    background:url(../images/tupu_tu.jpg) no-repeat center;
}
/*************知识图谱详情页 end***********/

/*************就业政策与法规详情页 start***********/
.policy_tu{
    width:1920px;
    height:130px;
    background:url(../images/policy_tu.jpg) no-repeat center;
}
/*************就业政策与法规详情页 end***********/

/*************就业报告详情页 start***********/
.report_tu{
    width:1920px;
    height:130px;
    background:url(../images/report_tu.jpg) no-repeat center;
}
/*************就业报告详情页 end***********/

/*************劳动争议案例详情页 start***********/
.labor_tu{
    width:1920px;
    height:130px;
    background:url(../images/labor_tu.jpg) no-repeat center;
}
/*************劳动争议案例详情页 end***********/

