.navBar {
    height: 36px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    width: 1200px;
    margin: 15px auto 15px;

}

.cnItem {
    width: 803px;
    height: 140px;
    border-bottom: 1px solid #E0E0E0;

    /* background: #E0E0E0; */
    margin-bottom: 32px;
}

.cnItem .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18px;

}

.cnItem p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    margin: 15px 0;
    margin-bottom: 10px;

}

.cnItem .time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;

}

.layui-laypage {
    width: 700px;
}

.layui-tab-content {
    background: #fff;
}

.newDetail h1 {
    height: 28px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-bottom: 20px;

}

.newDetail .time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    display: inline-block;

}

.newDetail .from {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    display: inline-block;
    margin-left: 114px;
}

.newDetail p {
    width: 803px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 26px;
    margin-top: 30px;
    /* margin-bottom: 40px; */
}

.newDetail p img {
    width: 100%;
    max-width: 800px;
}

.newDetail p strong {
    font-size: 18px;
    ;
}

.newDetail .nodeTitle {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    margin-top: 40px;
}

.nextBox {
    width: 803px;
    height: 80px;
    /* border:1px dashed #555; */
    padding: 20px;
    padding-top: 12px;
    margin-bottom: 60px;
    box-sizing: border-box;
    background: #F7F7F7;
    margin-top: 40px;
}

.nextBox .back {
    width: 214px;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    cursor: pointer;

}

.layui-tab-content {
    /* padding: 0 19%; */
    width: 1200px;
    /* margin-left: 50%; */
    /* transform: translate(-50%,0); */
    /* background: #f0f0f0; */
    padding-top: 0px;
    margin: 35px auto 0;
    transform: none;

}

.nextBox .next {
    width: 503px;
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;

    line-height: 26px;
    margin-top: 15px;

}

.nextBox .next:hover {
    color: #45B233;
}

.nextBox .back:hover {
    color: #45B233;
}

.layui-tab-content {
    position: relative;
    min-height: 595px;

}

.newDatas .layui-tab-content {
    min-height: 825px;
}

.layui-tab-item .right {
    width: 320px;
    position: absolute;
    top: 0;
    right: -10px;
}

.layui-tab-item {
    display: block !important;
}

.layui-tab-item .newDetail {
    padding-top: 0px;
}