    /* 内容详情页面的css 如:service/problem.html、service/detail.html*/
    
    
    /*内容宽度*/
    .width1200{
        width: 1200px;
        margin: 0 auto;
        overflow-y: visible;
    }
    
    /*面包屑*/
    .breadCrumbBox {
        background-color: #f9fbfc;
        width: 100%;
        padding-top: 29px;
        padding-bottom: 29px;
        overflow: hidden;
    }
    .breadCrumbBox .breadCrumb {
        padding-bottom: 0px;
        width: 90%;
        margin: 0 auto;
        overflow-y: visible;
    }
    .breadCrumbBox a:last-child {
        color: #00b5a4;
    }
    
    /*内容部分*/
    .containerBox
    {
        overflow:hidden;
        margin-bottom: 100px;
    }
    /*左内容*/
    .containerBox .leftcontainer{
        width: 800px;
        float: left;
        border-right: 1px solid #f5f5f5;
        padding-right: 30px;
    }
    /*右边内容*/
    .containerBox .rightcontainer {
        width: 319px;
        float: left;
        padding-left: 30px;
    }
    /*内容大标题*/
    .containerBox .containerTitle{
        margin-top: 30px;
        font-size: 16px;
        color: #333333;
        font-weight: normal;
    }
    /*内容左边标题*/
    .containerBox .detail-title {
        font-size: 30px;
        color: #333333;
        font-weight: normal;
        margin-top: 30px;
    }
    
    
    /*发布时间及网址*/
    .containerBox .postMsg{
        margin-top: 30px;
        font-size: 16px;
        color:#aaaaaa;
        overflow:hidden;
    }
    
    .containerBox .postMsg .postItem{
        height: 16px;
        line-height: 16px;
        padding-left:25px;
        display: inline-block;
        margin-bottom: 41px;
    }
    .containerBox .postMsg .postDate{
        background: url('../images/detailCommon/icon-date.png') no-repeat;
        background-size: 16px 16px;
        width: 132px;
    }
    .containerBox .postMsg .postUrl{
        background: url('../images/detailCommon/ico-net.png') no-repeat;
        background-size: 16px 16px;
    }
    
    
    .rightcontainer .itemsTitle {
        font-size: 30px;
        color: #333333;
        font-weight: normal;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
    .rightcontainer .items{
        overflow: hidden;
        font-size: 18px;
        color: #333333;
        line-height: 31px;
    }
    .rightcontainer .items .item{
        overflow: hidden;
    }
    
    .rightcontainer .items a.item{
        overflow: hidden;
        margin-bottom: 50px;
        display: block;
    }
    
    .rightcontainer .items a.item.icoCircle {
        background: url('../images/detailCommon/icon-circle.png') no-repeat;
        padding-left: 12PX;
        background-position: left 14px;
    }
    
    .rightcontainer .items a.item .itemTitle{
        overflow: hidden;
    }
    
    
    .rightcontainer .items a.item .itemDate{
        font-size: 16px;
        color:#aaaaaa;
    }
    
    
    /*表单提交*/
    .formBody{
        margin-top: 0px auto;
        margin-top: 63px;
        margin-bottom: 98px;
    }
    
    .formData{
        
    }
    .formData .formTitle{
        color: #333333;
        font-size: 30px;
        font-weight: 500;
    }
    
    .formData .formRow{
        overflow: hidden;
        margin-top: 60px;
    }
    
    .formData .formRow .formItem{
        float: left;
        width: 556px;
        margin-right: 70px;
    }
    .formData .formRow .formItem:last-child{
        margin-right: 0px;
    }
    
    .formData .formRow .formItem .formlabel{
        float: left;
        width: 78px;
        height: 48px;
        line-height: 48px;
        padding-left: 18px;
        font-size: 16px;
        font-weight: 500;
    }
    .formData .formRow .formItem .formlabel.required{
        background: url('../images/detailCommon/icon-circle.png') no-repeat;
        background-position:6px center;
    }
    .formData .formRow .formItem .formContent{
        float: left;
        height: 50px;
        width: 460px;
    }
    
    .formData .formRow .formItem .formContent select
    ,.formData .formRow .formItem .formContent input{
        height: 48px;
        width: 100%;
        border: 1px solid #ebebeb;
        background: #f5f5f5;
    }
    
    .formData .formRow .formItem .formContent .d-input {
        background-position: 96% center;
    }
    
    .formData .formRow .formItem.richText {
        float: left;
        width:100%;
    }
    
    .formData .formRow .formItem.richText .formContent{
        float: left;
        height: auto;
        width: 1090px;
    }
    
    .formData .formRow .formItem.richText textarea{
        width:calc(100% - 10px);
        height: 180px;
        border: 1px solid #ebebeb;
        background: #f5f5f5;
        outline:none;
		overflow: hidden; /*去掉滚动条*/
		resize:none; /*设置文本域框不能进行拉伸*/
		padding: 10px 10px; /*设置真正文本输入的范围，不能用margin*/
    }

    /*独占一行*/
    .formData .formRow .formItem.singleItem {
        float: left;
        width:100%;
    }
    
    .formData .formRow .formItem.singleItem .formContent{
        float: left;
        height: auto;
        width: 1090px;
    }
    
    
    .formData .btnAddRow{
        width: 458px;
        height: 48px;
        color: #00b5a4;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        border: 1px  #00b5a4;
        border-style: dashed;
    }
    .formData .buttonDiv
    {
        display: block;
        margin: 0px; 
        padding:0px; 
        border-radius:0px;
        width: 165px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        background-color: #00b5a4;
        cursor:pointer;
        user-select: none
    }
    
    .formData .buttonDiv.bgWhite
    {
        width: 163px;
        height: 48px;
        color: #787878;
        background-color: white;
        border: 1PX solid #787878;
       
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #00b5a4;
    }