[v-cloak]{
    display: none;
}

.topTxt{
    font-size: 14px;
    color: #666666;
}

/* 正文盒子 */
.content {
    /* border: 1px solid red; */
    width: 45%;
    /* height: 900px; */
    margin-top: 154px;
    margin-left: 230px;
    /* line-height: 40px; */
    margin-bottom: 60px;
}

/* 正文标题 */
.contTxt {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
}

/* 时间 */
.time {
    font-size: 12px;
    color: #999999;
    margin-top: 30px;
    display: inline-block;
    line-height: normal;
}

/* 直线 */
hr {
    margin-top: 30px;
    /* margin-bottom: 10px; */
    border: 0;
    border-top: 1px solid #dddddd;
}

/* 正文内容样式 */
#testdiv p{
    text-indent:2em;
}

/* 右侧导航 */
.rightNav{
    /* border: 1px solid blue; */
    /* height: 200px; */
    width: 21%;
    position: absolute;
    top: 175px;;
    right: 13%;
}

/* 右侧导航‘行业资讯’ */
.rightNav ul{
    padding: unset;
}

.rightNav ul li{
    height: 42px;
    /* border: 1px solid red; */
    line-height: 42px;
    text-indent: 10px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industry_information{
    background: #fafafa;
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 600;
}

