﻿#newsDetail
{
    width:100%;
    overflow:auto;box-sizing:border-box;
    border:solid 1px #cfcdcd;border-top-width:5px;
    margin:20px 0px;
}
#newsDetail[showPDF='true']
{
    width:920px;float:left;
}
#newsDetail_navigate
{
    height:40px;line-height:40px;padding:0px 20px;box-sizing:border-box;text-align:left;color:#928e8e;
}
#newsDetail_navigate:before
{
    color:#935455;font-size:16px;margin-right:10px;font-weight:bold;
}
#newsDetail_navigate a
{
    color:#000000;text-decoration:none;
}
#newsDetail_navigate a:hover
{
    color:#ff0000;text-decoration:underline;
}
#newsDetail_title
{
    padding:10px 20px;text-align:left;width:100%;box-sizing:border-box;line-height:30px;font-size:20px;font-weight:bold;
}
#newsDetail_front
{
    margin:0px 20px;padding:0px 0px 10px 0px;
    box-sizing:border-box;border-bottom:dashed 1px #be7c7d;
}
#newsDetail_js
{
    margin:20px 20px 0px 20px;background-color:#f5f5f5;color:#000000;font-size:14px;position:relative;text-indent:55px;
    padding:10px;box-shadow:rgba(0,0,0,0.2) 0px 0px 5px;text-align:left;line-height:25px;
}
#newsDetail_js:before
{
    position:absolute;width:50px;height:24px;line-height:24px;left:10px;top:11px;background-color:#935455;color:#FFFFFF;
    content:'简述';text-align:center;text-indent:0px;
}
#newsDetail_content
{
    padding:20px 40px;width:100%;box-sizing:border-box;font-size:16px;font-family:微软雅黑,黑体,宋体;
    line-height:30px;
}

#iframeContent
{
    width:calc(100% + 40px);margin-left:-20px;
    height:800px;
}


#otherContainer
{
    width:248px;overflow:auto;float:right;margin:20px 0px;display:none;
}
#newsDetail[showPDF='true'] + #otherContainer
{
    display:block;
}
#div_sysm
{
    width:100%;height:290px;
    border:solid 1px #cfcdcd;box-sizing:border-box;
}
#sysm_img
{
    width:100%;height:73px;background:url('sysm.png') no-repeat center center;overflow:hidden;
}
#sysm_content
{
     width:100%;line-height:30px;padding:10px 20px;box-sizing:border-box;color:#666666;font-size:14px;

}

#sysm_btn
{
    width:168px;height:40px;line-height:40px;margin:20px 0px 0px 40px;background-color:#db7054;color:#FFFFFF;border-radius:4px;
    text-align:center;cursor:pointer;font-size:16px;
}
#div_sysm a,#div_sysm a:hover
{
    text-decoration:none;
}

#div_lxwm
{
    width:100%;height:314px;background:url('lxwm.png') no-repeat center center;overflow:hidden;margin-top:20px;
}