@charset "utf-8";
.head .product a{
    color:#fd6407;
    background:url(../images/li_back.png) no-repeat center 10px;
}
.detail-content{
    width: 960px;
    margin: 0 auto;
    font-family:" 微软雅黑";
    font-size: 1em;
}

.detail-blank35{
    width: 100%;
    height: 35px;
}

.detail-content p{
    color: #999;
    text-indent: 2em;
    padding-left: 20px;
    line-height: 1.75em;
}
.detail-content .detail-icon{
    width: 14%;
    height: 100%;
    float: left;
}
.detail-content .detail-text{
    font-family: "微软雅黑";
    font-size: 1em;
    width: 86%;
    float: left;
}
.detail-content .detail-table{
    width: 86%;
    float: left;
}
 /***********************/
/*个件自媒体*/
/***********************/
.detail-personCreat{
    width: 100%;
    height: 600px;
}
.detail-personCreat .detail-pcText{
    height: 25%;
    text-align:left;
}

.detail-personCreat .detail-pcTable{
    height: 70%;
}

/***********************/
/*主题自媒体*/
/***********************/
.detail-mediaCredit{
    width: 100%;
    height: 600px;
    border-top: 2px dotted #999;
}
.detail-mediaCredit .detail-mcText{
    height: 25%;
    text-align:left;
}
.detail-mediaCredit .detail-mcTable{
    height: 63%;
}
/***********************/
/*场景自媒体*/
/***********************/
.detail-mobileWeb{
    width: 100%;
    height: 600px;
    border-top: 2px dotted #999;
}
.detail-mobileWeb .detail-mwText{
    height: 25%;
    text-align:left;
}
.detail-mobileWeb .detail-mwTable{
    height: 70%;
}
/***********************/
/*自媒体名片*/
/***********************/
.detail-backManage{
    width: 100%;
    height: 600px;
    border-top: 2px dotted #999;
}
.detail-backManage .detail-bmText{
    height: 25%;
    text-align:left;
}
.detail-backManage .detail-bmTable{
    height: 55%;
}
.detail-daText{
    height: 20%;
    text-align:left;
}
.detail-text p strong{
    color:#000;
}