/*article*/

.article-main .cl-artical-title {
    color: #333;
    text-align: center;
}

.cl-artical-createDate {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.article-main .cl-artical-title:after {
    content: '';
    display: none;
}

.cl-artical a {
    color: #C13796;
}

.cl-artical a:hover {
    color: #169676;
}

.cl-artical p {
    padding: 0;
    margin-bottom: 8px;
}

.cl-artical.wxsmall p {
    text-indent: 0;
}

.cl-artical .mob-img {
    text-indent: 0rem;
}

.cl-artical p img {
    position: relative;
    width: auto;
}

.cl-artical h3 {
    text-indent: 2rem;
    color: #169676;
}

.table-hover tbody tr:hover {
    background: #C13796;
    color: #fff;
}

.table tbody tr.checked {
    background: #4ca2ff;
    color: #fff;
}

.table-hover tbody tr:hover a,
.table-hover tbody tr a:hover {
    color: #fff !important;
    cursor: default;
}

.table thead {
    background: #3C21C5;
    color: #fff;
}

.tooltip.fade:not(.show) {
    opacity: 1;
    margin-left: 5px;
}

.tooltip .tooltip-inner {
    background: #169676;
}

.cl-artical .next-prev-article {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.cl-artical .next-prev-article p {
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-search-box {
    margin-bottom: 10px;
}

.content-search-box input {
    width: 50%;
    padding: .5rem;
    border: 1px solid #C13796;
}

.content-search-box>span {
    padding: .5rem 1rem;
    background: #C13796;
    color: #fff;
    cursor: pointer;
    border: 1px solid #C13796;
    display: inline-block;
}

.cl-left>.row {
    margin-right: 0;
}

.cl-left>.row>.col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.cl-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cl-right {
    display: none;
}

.artical-single-1 .cl-left {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.artical-single-1 .cl-right {
    display: block;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.__isArt .cl-left {
    padding-left: 0px;
}


/**/

input[type="radio"] {
    position: absolute;
    opacity: 0;
}

input[type="radio"]:checked+.test-label {
    border-color: #fff;
    background: #C13796;
    color: #fff;
    z-index: 10;
}

input[type="radio"]:checked~.tab-box {
    z-index: 5;
}

.clearfloat::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.tab-list {
    position: relative;
}

.test-label {
    line-height: 47px;
    width: 99%;
}

.tab-list .tab-itom {
    float: left;
    list-style: none;
    /*margin-right: 4px;*/
    height: 47px;
    color: #fff;
    background-color: #66cccc;
    /*border-radius: 5px;*/
    /*line-height: 60px;*/
    width: 33.2345%;
    text-align: center;
}

.tab-itom .tab-box {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 500px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    z-index: 0;
}


/* 用绝对定位使按钮脱离文档流，透明度设置为0将其隐藏 */


/*input[type="radio"] {*/


/*    position: absolute;*/


/*    opacity: 0;*/


/*}*/


/*input[type="radio"]:checked ~ .tab-box {*/


/*    z-index: 5;*/


/*}*/

.test-label {
    position: relative
}

.border_right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.border_left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.poste {
    position: absolute;
    top: 10px;
    right: 60px;
}

.poste_1 {
    position: absolute;
    top: 10px;
    right: 33px;
}

.he_div {
    height: 525px;
}


/*报名页面的单选框*/

.form_bm input[type="radio"] {
    position: absolute;
    opacity: 1;
    margin-top: 15px;
}


/* 设置选中样式 */

.form_bm input[type="radio"]:checked+label::before {
    background-color: #C13796;
    background-clip: content-box;
    padding: 4px;
}

#radioup label {
    position: relative;
    width: 126px;
    line-height: 40px;
}

.documenttip {
    float: right;
    margin-top: 10px;
}

#radioup1 label {
    position: relative;
    width: 100px;
    line-height: 40px;
}


/**/

@media(max-width:750px) {
    .cl-right {
        padding: 0;
    }
    .cl-left {
        padding: 5vw;
    }
    .artical-single-1 .cl-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .artical-single-1 .cl-right {
        display: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cl-artical {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .test-label {
        line-height: 23px;
        width: 100%;
    }
    .poste {
        display: none;
    }
    .poste_1 {
        display: none;
    }
    .he_div {
        height: 650px;
    }
    #radioup label {
        position: relative;
        width: 82px;
        /* left: 20px; */
        /* top: 0; */
        /* height: 40px; */
        /* text-align: -webkit-match-parent; */
        line-height: 40px;
    }
    .documenttip {
        float: inherit;
        margin-top: 10px;
    }
}