/********************************知识资讯 start*************************************/
.news_box{
    width:100%;
    margin:0 auto 20px;
}
.news_box .news_list{
    width:100%;
    overflow:hidden;
    display:none;
}
/*法律法规 start*/
.law{
    width:92%;
    margin:0 auto;
    overflow:hidden;
}
.law li{
    position:relative;
    width:100%;
    background:#fff;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.law li a{
    display:block;
    width:100%;
    padding:10px 0;
    overflow:hidden;
}
.law li span {
    position:absolute;
    top:1rem;
    width:50px;
    height:50px;
    background-size: cover;
    border-radius: 0;
    box-shadow: none;
}
.law li span img{
    width:100%;
}
.law li p {
    width:100%;
    height:2rem;
    line-height:2rem;
    font-size:1.4rem;
    padding-left:60px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.law li .am-list-item-text {
    width:100%;
    height:2rem;
    line-height:2rem;
    padding:0 0 0 60px;
    margin-top:.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*法律法规 end*/

/*就业政策 start*/
.policy{
    width:100%;
    background:#f4f4f4;
    overflow:hidden;
}
.policy_top{
    width:100%;
    height:40px;
    overflow:hidden;
}
.policy_fixed{
    position:fixed;
    left:0;
    z-index:9999;
    top:95px;
    width:100%;
    overflow:hidden;
}
.policy_title{
    width:100%;
    height:40px;
    line-height:40px;
    background:#f4f4f4;
    padding:0 4%;
    margin:0 auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.policy_title span{
    float:left;
}
.policy_title .btn{
    float:left;
}
.policy_title .btn b{
    color:#00c2d1;
}
.area{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    overflow-y:scroll;
    display:none;
}
.area_list{
    width:100%;
    background:#fff;
    padding:15px 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.area_list li{
    float:left;
    padding:6px 10px;
}
.policy_list .law{
    width:100%;
}
.policy_list .law li{
    width:100%;
    padding:0 4%;
    margin-bottom:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*就业政策 end*/
/********************************知识资讯 end*************************************/

/********************************法律法规详情页 start*************************************/
.law_box{
    width:100%;
    overflow:hidden;
}
.law_top{
    width:100%;
    background:#00c2d1;
    padding:10px 0;
    overflow:hidden;
}
.law_top h1{
    width:100%;
    font-size:1.6rem;
    font-weight:bold;
    line-height:2.2rem;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
.tiao{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.tiao li{
    float:left;
    width:45.5%;
    height:2rem;
    line-height:2rem;
    color:#fff;
    margin-left:3%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.am-panel-group{
    width:94%;
    margin:10px auto;
    overflow:hidden;
}
.am-panel,.am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd{
    border:0;
    box-shadow:none;
}
.am-panel-group .am-panel-hd{
    border-bottom:1px solid #eee;
}
.law_box .am-panel-group h4{
    width:100%;
    color:#000;
    overflow:hidden;
}
.law_box .am-panel-group h4 span{
    float:left;
    width:90%;
    height:30px;
    line-height:30px;
    font-size:1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.law_box .am-panel-group h4 i{
    float:right;
    font-size:1.8rem;
    line-height:30px;
}
.am-panel-default>.am-panel-hd{
    background:#fff;
}
.am-panel-bd p{
    color:#666;
    line-height:2rem;
    text-align: justify;
}
.am-panel-bd p b{
    margin-right:5px;
}
/********************************法律法规详情页 end*************************************/