
.label_content_right_C {
    height: 100px;
    margin: 17px 20px;
    overflow: hidden;
}

.label_content_right_L {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}
.top_content {
    height:auto;
}
.label_content_right_R {
    font-size: 16px;
    font-weight: bold;
    margin: 25px 20px;
    float: left;
    max-width: 92px;
    overflow: hidden;
}

.label_content_right_Rname {
    margin: 0 0 8px 0;
}

.label_content_right_Rlibrary {
    font-size: 14px;
    font-weight: normal;
}

.txt_content_text {
    margin: 10px 0 30px 0;
    font-size: 14px;
    line-height: 20px;
}

.txt_content_text p {
    text-indent: 2em;
}
.txt_content_text_character {
    margin: 10px 0 30px 0;
    font-size: 14px;
    line-height: 20px;
}

.txt_content_text_character p {
    text-indent: 2em;
}
.content {
    /* padding: 26px 0; */
    margin: 30px auto;
    width: 100%;
    border-radius: 4px;
    background: white;
    position: relative;
    min-height: 500px;
}

.txt_content_imgSize {
    width: 400px;
    height: 566px;
    margin: 20px auto;
}

    .txt_content_imgSize img {
        width: 100%;
        height: 100%;
            margin: 15px 0;
    }

.goodForWorkShow {
    width: 86px;
    height: 36px;
    margin: 30px auto 0;
    cursor: pointer;
    border-radius: 4px;
}

.goodForWorkShowUn {
    background-color: #c0c0c0;
}

    .goodForWorkShowUn:hover {
        background-color: #FFD737;
    }

.goodForWorkShowOn {
    background-color: #FFD737;
}

.goodForWorkShow p {
    width: 32px;
    height: 32px;
    border: 0;
    margin: 0px 32px;
    background: url(../../img/thumsWhite.png) 0 5px no-repeat;
    background-size: 80%;
}

/**/
.magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
    width: 40px;
    background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
    /*    top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
    border-width: 0;
}

.magnify-footer .magnify-toolbar {
    display: inline-block;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.magnify-stage img {
    width: 0;
}

.magnify-loading {
    background-color: transparent;
}

.magnify-button-prev {
    display: none;
}

.magnify-button-next {
    display: none;
}

/*顶部缩略图的样式*/


.courseImgList {
    height: 231px;
    min-height: 231px;
    overflow: hidden;
    padding: 20px 0;
}




.width100 {
    width: 100%;
    text-align: center;
    font-size: 20px;
}


/*打分*/
.clearfix:after {
    clear: both;
}
/*.clearfix:before, .clearfix:after {
            content: " ";
            display: table;
            }*/

.alieditContainer {
    position: relative;
    background-color: #1aa095;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    /* padding: 8px; */
    width: 166px;
    margin: 5px auto;
}

.sixDigitPassword {
    position: absolute;
    left: -122px;
    top: 0;
    width: 300px;
    height: 26px;
    color: #fff;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: initial;
    outline: 'none';
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
}

.sixDigitPassword-box {
    cursor: text;
    background: #fff;
    outline: none;
    position: relative;
    height: 32px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: black;
}

    .sixDigitPassword-box em {
        width: 29px;
        height: 29px;
        display: inline-block;
        float: left;
        text-align: center;
        font-style: normal;
        font-size: 20px;
        color: black;
            /* border-right: 1px solid #1aa095; */
    }

    .sixDigitPassword-box dt {
        width: 30px;
        height: 30px;
        display: inline-block;
        float: left;
        text-align: center;
        line-height: 40px;
            /* border-right: 1px solid #1aa095; */
    }

    .sixDigitPassword-box .active {
        background: url('../../img/marking/password_blink.gif') no-repeat center center;
    }

    .sixDigitPassword-box b {
        display: block;
        margin: 0 auto;
        width: 7px;
        height: 7px;
        overflow: hidden;
        visibility: hidden;
        background: url('passeord-dot.png') no-repeat;
    }

    .sixDigitPassword-box span {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        height: 30px;
        border: 1px solid rgba(82, 168, 236, .8);
        border: 1px solid #00ffff\9;
        border-radius: 2px;
        visibility: hidden;
        -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.75), 0 0 8px rgba(82, 168, 236, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    }

.ui-securitycore .ui-form-item .ui-form-explain {
    margin-top: 8px;
}

.i-block {
    display: inline-block;
    color: white;
}

.six-password {
    position: relative;
    height: 36px;
    width: 150px;
    margin: 5px;
    overflow: hidden;
    vertical-align: middle;
}

.juryScoreArea {
    position: absolute;
    top: 195px;
    right: 30px;
    z-index: 50;
    width: 205px;
    background-color: #1aa095;
}

.juryScoreAreaButton {
    width: 64px;
    height: 28px;
    margin: 0px 5px 0 10px;
    background-color: #FFD101;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    color: white;
    float: left;
}
.juryScoreArea_sign {
        color: white;
        padding: 0 10px;
        font-size: 12px;
}
.juryScoreArea_sign p{
       margin:5px 0;
}
    .juryScoreAreaButton:hover {
        background-color: #FF9800;
        cursor: pointer;
    }

.i_payPassword {
    text-align: center;
    width: 160px;
}

label {
    margin-bottom: 0px;
}

.workShowAuthor {
    width: 172px;
    display: block;
    margin: 13px auto;
    background-color: #FFD101;
    color: white;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}

#workShowTitleName {
   text-align:center;
}
.work_intro_title {
    font-size:18px;
    font-weight:bold;
    margin: 15px  0;
}
.txt_content_en {
}
.txt_content_cn {
}