* {
    margin: 0;
    padding: 0;
}

/* 05/19导航 */

.title02 {
    margin-left: -40px;
}

.daohang_bg {
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    background: url(/personal/static/imgs/pc/grey-arrow.png) 100%;
    background-size: cover
}
.breadTitle{
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color:#fff ;
    font-size: 12px;
    background: url(/personal/static/imgs/pc/blue-arrow.png) 100%;
    background-size:cover
}
/* 05/19导航 */

/* 导航05/18 */
.tabs-bgimg {
    padding: 10px;
    display: flex;
    margin-top: 10px;
}
/* 导航05/18 */

/* 移动端显示内容 */
.mobile-terminal-navigation {
    margin-top: 10px;
}


.navigation-one {
    color: #B9B9B9;
    font-size: 12px;
    padding-left: 10px;
}
.navigation-others {
    color: #B9B9B9;
    font-size: 12px;
}
.nav-active {
    color: #2b4272;
}
/* 内容 */
.mobile-p-content {
    /* padding: 0; */
}
.detail-content {
    width: 100%;
    color: #2a2e34;
    font-size: 16px;
    margin: 15px 0px;
}

.d-con-text {
    border: 1px solid #B9B9B9;
    padding-bottom: 60px;
}

.article-big-title {
    font-size: 22px;
    color: #010528;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prompt-tag {
    padding: 15px 0;
    border-bottom: 1px solid #C9C9C9;
}

.p-tags-item {
    color: #B9B9B9;
    font-size: 14px;
    padding-right: 20px;
}

.span-img {
    display: inline-block;
}

.span-img img {
    width: 15px;
    height: 9.6px;
}

/* 手机端 */
.p-tags-item-mobile {
    color: #B9B9B9;
    font-size: 14px;
    padding-right: 20px;
}

.span-img-mobile {
    display: inline-block;
    vertical-align: middle;
}

.span-img-mobile img {
    width: 12px;
    height: 7.6px;
}

/* 手机端 */


.wenzhang_list h2{
    display: inline-block;
    /* width: 30%; */
    height: 40px;
    text-align: left;
    line-height: 40px;
    padding:0 5px;
    font-size: 20px;
    color: #010528;
    border-left: 5px solid #010528;
    background-color: #f2f2f2;
}


.secondary-text {
    color: #585858;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 20px;
    line-height: 25px;
}

/* 内容 */
/* 右侧栏目 */
.article-right-content {
    background: #fff;
    padding: 0 10px;
}

.arc-first-content {
    background: #F2F2F2;
    padding-bottom: 64px;
}

.fc-top-line {
    height: 10px;
    background: #010528;
}

.fc-top-title {
    font-size: 20px;
    color: #010528;
    margin-top: 38px;
    margin-left: 22px;
    line-height: 23px;
    letter-spacing: 3px;
}

.bottom-line {
    width: 50px;
    border: 2px solid #7FCDFF;
    margin-left: 22px;
    margin-top: 10px;

}

.rg-de-items {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 30px 20px;
}

.rg-item-title {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0;
}

.rg-item-title:hover .dots-style {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #010528;
    margin-right: 10px;
}


.i-title a:hover{
    color: #010528
}

.dots-style {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #fff;
    margin-right: 10px;
}

.i-title {
    color: #888;
    font-size: 16px;
}

.rg-active .dots-style {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #000;
}

.arc-second-content {
    margin-top: 20px;
    background: #F2F2F2;
    margin-bottom: 20px;
}

.sc-top-text {
    height: 80px;
    background: #010528;
    padding-top: 18px;
    padding-left: 22px;
}

.sc-top-title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
}

.sc-top-line {
    width: 50px;
    height: 4px;
    background: #7FCDFF;
    margin-top: 10px;
}

.center-img {
    width: 100%;
    position: relative;
    display: inline-block;
}

.number-icon {
    width: 17px;
    height: 17px;
    background: #BC0015;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

.img-text {
    width: 100%;
    position: absolute;
    color: #fff;
    padding-left: 10px;
    /* background: #333; */
    /* opacity: 0.4; */
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 29, 93, 0) 0%, rgba(0, 0, 0, 0.31) 100%);
    opacity: 1;
}

.text-one {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-two {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sc-list-item {
    display: flex;
    border-bottom: 1px dotted #D9D9D9;
    padding: 8px;

}

.l-item-img {
    width: 25%;
    height: 25%;
    position: relative;
    margin: 10px;
    border: 1px dotted #999;
}

.sc-item-numicon {
    width: 17px;
    height: 17px;
    background: #FFB300;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
}

.rgitem-content {
    width: 65%;
}
.rgitem-content h5{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-top: 10px;
}
.rgitem-content h5:hover{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-top: 10px;
    color: #010528;
}

.second-iten-text {
    font-size: 12px;
    color: #585858;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.second-item-bottom-context {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-right: 10px; */
}

.watch-num {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.watch-num img{
    width: 22px; 
    height: 12px
}
.watch-num span{
    color: #D1D1D1; 
    padding-left: 5px;
}
.second-bottom-date {
    color: #D1D1D1;
    font-size: 13px;
}

/* 联系我们 */
.rg-con-details {
    background: #F2F2F2;
    /* padding-bottom: 10px; */
    margin-top: 20px;
}

.head-bg {
    background: #000;
    width: 100%;
    height: 10px;
}

.rg-con-title {
    color: #010528;
    font-size: 20px;
    padding-top: 24px;
    margin-left: 10px;
    line-height: 23px;
    letter-spacing: 3px;
}

.rg-line {
    margin-left: 10px;
}

.contact-us {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact-us-details {
    display: flex;
    width: 100%;
    padding: 10px 10px;
}

.mobile-num-text {
    display: flex;
    width: 14px;
    width: 100%;
    margin-left: 8px;
    font-size: 14px;
}

.address-text {
    width: 90px;
    height: 20px;
    color: #333333;
    font-size: 14px;
}

.qr_code {
    width: 185px;
    height: 185px;
    padding: 10px;
    border: 1px dotted #333;
    margin-left: 20px;
}

.add-wx {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 5px;
    padding-bottom: 10px;
    color: #B9B9B9;
}

/* 联系我们 */
/* 右侧栏目 */
/* 下一篇，上一篇 */
.handover-colmoun {
    background: #F2F2F2;
    padding: 5px;
}

.handover-title {
    color: #010528;
    font-size: 14px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-next{
    text-align: right;
}

/* 最新发布 */
.latest-release-context {
    border: 1px solid #B9B9B9;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.latest-title {
    font-size: 20px;
    color: #010528;
    letter-spacing: 3px;
    padding: 10px;
    font-weight: bold;
}

.lt-line {
    width: 50px;
    border: 2px solid #7FCDFF;
    margin-left: 10px;
    margin-bottom: 10px;
}

.lrc-bottom-img {
    width: 71px;
    height: 71px;
    position: relative;
}

/* .lrc-bottom-img img{
    vertical-align:top;
} */

.left-bottom-list-item {
    display: flex;
    padding: 8px;
}

.left-bottom-content {
    width: 90%;
    margin-left: 15px;
}


@media screen and (min-width:992px) and (max-width:1200px) {
    /* 文章右侧地址css */
    .address-text {
        width: 100px;
        height: 20px;
        color: #333333;
        font-size: 12px;
    }
    .mobile-num-text {
        width: 100px;
        display: flex;
        width: 100%;
        margin-left: 8px;
        font-size: 12px;
    }
    .iphonenum-text{
        width: 70px;
        height: 20px;
        color: #333333;
        font-size: 12px;
        text-align: left;
    }
    /* 文章检测服务小标题css */
    .rg-item-title {
        width: 50%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .i-title {
        font-size: 12px;
        margin-left: -5px;
    }
    .dots-style {
        width: 10px !important;
        height: 10px !important;
        border-radius: 100%;
        background: #fff;
        margin-right: 10px;
    }
    .rgitem-content {
        padding: 10px 0;
    }
    .rgitem-content h5{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        margin: 0;
        margin-bottom: 5px;
        color: #585858;
    }
    .rgitem-content h5:hover{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        /* margin-top: 10px; */
        color: #585858
    }
    .watch-num img{
        width: 20px;
        height: 15px;
    }
    .watch-num span{
        color: #D1D1D1; 
        padding-left: 5px;
        font-size: 12px;
    }
    
    .second-bottom-date {
        color: #D1D1D1;
        font-size: 13px;
    }
}

@media screen and (max-width:992px) {
   
    .latest-release-context {
        /* border: 1px solid #B9B9B9;
        margin-top: 10px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        padding: 0; */
        border: none;
    }


    .article-big-title {
        font-size: 16px;
        text-align: left;
    }

    .article-right-content {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }

    .detail-content {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .d-con-text {
        border: none;
        border-bottom: 1px solid #D9D9D9 !important;
        margin: 0 5px;
    }

    .secondary-text {
        color: #585858;
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 20px;
        margin-top: 20px;
    }

    .left-bottom-content {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .handover-colmoun {
        margin-top: 20px;
    }

    .handover-colmoun .handover-title {
        font-size: 12px;
    }

    .l-item-img img {
        width: 71px;
        height: 71px;
    }

    .left-bottom-conten {
        width: 60%;
        border: 1px solid red;
    }
}