
/* 我的直播固定位置开始 */
/* myLiveLay */
.myLiveLay {
    border-radius: 4px;
    position: fixed;
    left: 155px;
    bottom: 50%;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 1px 3px 10px rgba(0,0,0,.2);
}

.myLiveLay_icon {
    text-align: center;
}

    .myLiveLay_icon img {
        width: 32px;
    }

.myLiveLay_txt {
    font-size: 16px;
    color: #333;
}

.my-layer {
    padding: 0 20px;
}

    .my-layer .my-layerListItem {
        padding: 20px 0;
        border-bottom: 1px dashed #e6e6e6;
        position: relative;
        min-height: 95px;
        min-height: 60px;
    }

        .my-layer .my-layerListItem h3 {
            font-size: 16px;
            font-weight: normal;
            color: #333;
            margin-bottom: 5px;
            display: inline-block;
            margin-bottom: 0;
        }

            .my-layer .my-layerListItem h3 a {
                color: #333;
                display: inline-block;
                word-wrap: break-word;
                word-break: normal;
                width: 399px;
            }

        .my-layer .my-layerListItem > .my-layerListItem-time {
            font-size: 14px;
            color: #999;
            display: inline-block;
            width: 500px;
        }

        .my-layer .my-layerListItem > .my-layerListItem-stuTxt {
            font-size: 14px;
            color: #999;
            display: inline-block;
            width: 500px;
        }

        .my-layer .my-layerListItem .my-layerListItem-stuTxt {
            font-size: 14px;
            color: #f08200;
            margin: 0 0 0 20px;
        }

        .my-layer .my-layerListItem .btn1 {
            display: inline-block;
            width: 80px;
            height: 35px;
            line-height: 35px;
            background-color: #ccc;
            font-size: 14px;
            color: #fff;
            text-align: center;
            position: absolute;
            right: 10px;
            top: 30px;
            cursor: text;
        }

        .my-layer .my-layerListItem .btn2 {
            display: inline-block;
            width: 80px;
            height: 35px;
            line-height: 35px;
            background-color: #f08200;
            font-size: 14px;
            color: #fff;
            text-align: center;
            position: absolute;
            right: 10px;
            top: 30px;
        }

.myLive_iconCon {
    width: 32px;
    height: 23px;
    background-color: #f08200;
    position: relative;
    border-radius: 4px;
    margin: 9px auto 6px;
}

.myLive_iconConAb {
    position: absolute;
    width: 3px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #f08200;
}

    .myLive_iconConAb.myLive_iconConAb01 {
        top: -9px;
        transform: rotate(139deg);
        left: 9px;
    }

    .myLive_iconConAb.myLive_iconConAb02 {
        top: -9px;
        transform: rotate(30deg);
        left: 20px;
    }


.myLive_icon_dong {
    width: 20px;
    height: 15px;
    position: absolute;
    left: 9px;
    top: 7px;
}

    .myLive_icon_dong li {
        position: relative;
        float: left;
        width: 2px;
        height: 10px;
        background: #fff;
    }

        .myLive_icon_dong li:nth-child(1) {
            animation: move4 0.8s ease 0s infinite;
            -webkit-animation: move4 0.8s ease 0s infinite;
        }

        .myLive_icon_dong li + li {
            margin-left: 3px;
        }

        .myLive_icon_dong li:nth-child(1) {
            animation: move4 0.8s ease 0s infinite;
            -webkit-animation: move4 0.8s ease 0s infinite;
        }

        .myLive_icon_dong li:nth-child(2) {
            animation: move4 0.8s ease 0.1s infinite;
            -webkit-animation: move4 0.8s ease 0.1s infinite;
        }

        .myLive_icon_dong li:nth-child(3) {
            animation: move4 0.8s ease 0.2s infinite;
            -webkit-animation: move4 0.8s ease 0.2s infinite;
        }

@keyframes move4 {
    0% {
        transform: scaleY(1);
    }

    25% {
        transform: scaleY(0.75);
    }

    50% {
        transform: scaleY(0.5);
    }

    75% {
        transform: scaleY(0.25);
    }

    100% {
        transform: scaleY(1);
    }
}
/* 我的直播固定位置结束 */

.main_wrapper .left-sidebar, .main_wrapper .main-sidebar, .main_wrapper .right-sidebar {
    display: inline-block;
    vertical-align: top;
}

.main_wrapper .left-sidebar {
    width: 220px;
    margin-right: 5px;
}

.main_wrapper .main-sidebar {
    width: 740px;
    margin-right: 5px;
}



.main_wrapper .right-sidebar {
    width: 220px;
}

.icon-leftmygongzuoshi, .icon-leftwodezixuanke {
    margin-right: 15px;
    font-size: 20px;
}

.left-column1 {
    background-color: #fff;
}

    .left-column1 h2 {
        font-size: 18px;
        color: #333;
        height: 60px;
        border-bottom: 1px solid #e6e6e6;
        line-height: 60px;
        padding-left: 32px;
        padding-right: 20px;
        overflow: hidden;
        font-weight: normal;
        border-left: 3px solid #fff;
        /*cursor: pointer;*/
    }

        .left-column1 h2:hover {
            border-left: 3px solid #3f91f7;
            background-color: #eef6ff;
        }

    .left-column1 .leftactive {
        border-left: 3px solid #3f91f7;
        background-color: #eef6ff;
    }

    .left-column1 h2 a {
        color: #333;
    }

    .left-column1 .leftactive {
        border-left: 3px solid #3498DB;
        background-color: #eef6ff;
    }


.left-column {
    background-color: #fff;
}

    .left-column h2 {
        font-size: 18px;
        color: #333;
        height: 60px;
        border-bottom: 1px solid #e6e6e6;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        font-weight: normal;
    }

        .left-column h2 b {
            display: inline-block;
            height: 20px;
            width: 6px;
            background-color: #3498DB;
            vertical-align: middle;
            margin-right: 10px;
        }

    .left-column ul {
        padding: 20px 22px 20px 18px;
    }

    .left-column li {
        padding-right: 15px;
    }

        .left-column li a {
            padding: 3px 0px 3px 15px;
            display: inline-block;
            height: 100%;
            width: 100%;
            font-size: 16px;
            color: #333;
        }

            .left-column li a:hover {
                color: #3f91f7 !important;
                background-color: #e3effe !important;
            }
            /*.left-column li:hover {
	background-color:#e3effe !important;
}*/

            .left-column li a .iconfont {
                padding-right: 15px;
                font-size: 20px;
                vertical-align: middle;
            }

            .left-column li a span {
                display: inline-block;
                vertical-align: middle;
            }

    .left-column .mygzf {
        padding: 15px 20px;
    }

        .left-column .mygzf li {
            padding: 15px 0px;
            border-bottom: 1px dashed #e6e6e6;
        }

            .left-column .mygzf li:last-child {
                border-bottom: none;
            }

            .left-column .mygzf li img {
                width: 50px;
                height: 50px;
                margin-right: 10px;
            }

            .left-column .mygzf li .g-info {
                display: inline-block;
                width: 115px;
                vertical-align: top;
            }

            .left-column .mygzf li h3 {
                vertical-align: top;
                font-size: 16px;
                color: #333;
                font-weight: normal;
                height: 16px;
                line-height: 16px;
                overflow: hidden;
                margin-bottom: 10px;
            }

            .left-column .mygzf li .btn1 {
                padding: 0;
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
                color: #3498DB;
                font-weight: normal;
                width: 48px;
                height: 22px;
                border: 1px solid #3498DB;
                text-align: center;
                border-radius: 3px;
            }

            .left-column .mygzf li a {
                font-size: 16px;
                color: #333;
            }

            .left-column .mygzf li .btn1:hover {
                color: #fff !important;
                border: 1px solid #3498DB;
                background-color: #3498DB !important;
            }

            .left-column .mygzf li .g-info > .btn1:nth-child(1) {
                margin-right: 10px;
            }

.m10 {
    margin-bottom: 10px !important;
}

.left-sidebar .col01 li a .iconfont {
    padding-right: 5px;
}

/*main-sidebar*/
.studio-sidebar {
    display: inline-block;
    width: 970px;
}

.mainswitch-sidebar {
    display: inline-block;
    background-color: #fff;
    width: 970px;
}

.main-sidebar {
    width: 740px;
}

    .main-sidebar .main-column {
     /*   background-color: #fff;*/
        margin-bottom: 10px;
    }

        .main-sidebar .main-column h2 {
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            color: #333;
            font-weight: normal;
            vertical-align: middle;
            padding-left: 20px;
            border-bottom: 1px solid#e6e6e6;
            background-color: #e6e6e6;
        }

            .main-sidebar .main-column h2 .icon-yanxiuxiangmu {
                display: inline-block;
                width: 28px;
                height: 28px;
                background-color: #E77E22;
                border-radius: 50%;
                font-size: 16px;
                color: #fff;
                text-align: center;
                line-height: 28px;
                padding-top: 1px;
                box-sizing: border-box;
                margin-right: 10px;
            }

            .main-sidebar .main-column h2 .icon-fudaoxiangmu {
                display: inline-block;
                width: 28px;
                height: 28px;
                background-color: #0aa2f1;
                border-radius: 50%;
                font-size: 16px;
                color: #fff;
                text-align: center;
                line-height: 28px;
                padding-top: 1px;
                box-sizing: border-box;
                margin-right: 10px;
            }

            .main-sidebar .main-column h2 .icon-guanlixiangmu {
                display: inline-block;
                width: 28px;
                height: 28px;
                background-color: #0ac284;
                border-radius: 50%;
                font-size: 16px;
                color: #fff;
                text-align: center;
                line-height: 28px;
                padding-top: 1px;
                box-sizing: border-box;
                margin-right: 10px;
            }

.project-summary {
   /* padding: 0 20px;*/
}

    .project-summary h3 {
        font-size: 16px;
        font-weight: normal;
        color: #333;
        margin-bottom: 5px;
        display: inline-block;
        width: 500px;
        overflow: hidden;
        /*white-space: nowrap;
	text-overflow: ellipsis;*/
    }

    .project-summary > ul > li > span, .train_t {
        font-size: 14px;
        color: #999;
        display: inline-block;
        width: 500px;
    }

    .project-summary li {
       /*  padding: 10px 0;
        border-bottom: 1px dashed #e6e6e6;*/
        position: relative;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        background-color: #fff;
        padding: 16px 20px;
    }
.project-summaryPanel.project-summary li:first-child {
    border-radius: 0 0 10px 10px;
}
.project-summaryPanel.project-summary h3 {
    min-height: 40px;
    width: 100%;
    font-weight:bold;
}

.project-summary h3 a {
    color: #333;
}
.guopeiZb-time{
    color:#999;
    float:left;
    margin:0 30px 0 0;
}
.project-summaryPanel.project-summary li {
    min-height: 95px;
    margin-bottom: 20px;
}


    .project-summary li .btn2 {
        width: 110px;
        height: 35px;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #e06808;
        color: #e06808;
        border-radius: 20px;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
        margin-bottom: 50px;
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .project-summary li .btn2:hover {
        background-color: #e06808;
        color: #fff;
        border: 1px solid #e06808;
        margin-bottom: 50px;
        position: absolute;
        right: 10px;
        top: 30px;
    }

.prjbtnPanel .prjbtns_btn01 {
    width: 110px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e06808;
    color: #e06808;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.prjbtnPanel .prjbtns_btn02 {
    cursor: initial;
    width: 110px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #999;
    color: #999;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.prjbtnPanel .prjbtns_btn01:hover {
    background-color: #e06808;
    color: #fff;
    border: 1px solid #e06808;
}

.prjbtnPanel {
    position: absolute;
   /* right: 0;*/
    top: 65px;
    right:25px;
}

.project-summaryPanel.project-summary > ul > li > span, .train_t {
    width: 467px;
}

.btn_result {
    margin: 0 10px 0 0;
}

.more {
    height: 50px;
    text-align: center;
    line-height: 50px;
}

    .more a {
        font-size: 14px;
        color: #999;
    }

        .more a:hover {
            color: #e06808;
        }

    .more .icon-more {
        margin-left: 5px;
        vertical-align: middle;
    }

/*项目通知*/
.title-options {
    height: 60px;
    padding-left: 10px;
    border-bottom: 1px solid #e6e6e6;
}

    .title-options li {
        float: left;
        width: 90px;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
        color: #999;
        text-align: center;
        cursor: pointer;
    }

.li-active {
    color: #3498DB !important;
    border-bottom: 2px solid #3498DB;
}

.project-summary li h3 {
    margin-bottom: 0;
    width: 560px;
}

.project-summary li .time {
    float: right;
    width: auto;
    font-size: 14px;
    padding-top: 2px;
}


/*右侧right-sidebar*/
.right-sidebar {
    display: inline-block;
    width: 220px;
}


.right-column {
    background-color: #fff;
}

    .right-column h2 {
        font-size: 18px;
        color: #333;
        height: 60px;
        border-bottom: 1px solid #e6e6e6;
        line-height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        font-weight: normal;
    }

        .right-column h2 b {
            display: inline-block;
            height: 20px;
            width: 6px;
            background-color: #3498DB;
            vertical-align: middle;
            margin-right: 10px;
        }
/*个人统计*/
.statistical-col ul {
    padding: 20px 40px 20px 37px;
}

.statistical-col li {
    padding: 5px 0;
}
/*最近访客*/
.visitors-col ul {
    padding: 20px 0 20px 20px;
}

    .visitors-col ul li {
        display: inline-block;
        width: 80px;
        margin-right: 15px;
        text-align: center;
        margin-bottom: 5px;
    }

        .visitors-col ul li h5 {
            font-size: 14px !important;
            color: #333;
        }

        .visitors-col ul li img {
            width: 80px;
            height: 80px;
        }

        .visitors-col ul li span {
            font-size: 14px !important;
            color: #999;
        }

.active {
    color: #3f91f7 !important;
    background-color: #e3effe !important;
}




/*我的日志*/
.mainswitch-sidebar h2 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 20px;
    border-bottom: 1px solid#e6e6e6;
}

.icon-woderizhimain {
    display: inline-block;
    vertical-align: middle;
    color: #fe8136;
    margin-right: 10px;
}

.rz-sidebar {
    padding-bottom: 30px;
}

    .rz-sidebar h2 {
        padding-right: 20px;
    }

    .rz-sidebar .addribtn {
        background-color: #3498DB;
        float: right;
        width: 80px;
        height: 28px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        margin-top: 17px;
        font-size: 14px;
    }

        .rz-sidebar .addribtn:hover {
            background-color: #4b8ee2;
        }

.rz-operation {
    margin-top: 10px;
    padding: 0 20px;
}

    .rz-operation ul {
        float: left;
        max-width: 800px;
    }

    .rz-operation li {
        display: inline-block;
        cursor: pointer;
        padding: 20px 5px;
    }

    .rz-operation .rzoperation-active {
        /*text-decoration: underline;*/
        color: #E77E22;
    }


.rz-sidebar .line {
    padding: 30px 20px 20px 20px;
}

.addfenleibtn {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #3498DB;
    font-size: 14px;
    color: #3498DB;
    margin-top: 10px;
}

    .addfenleibtn:hover {
        color: #ef672b;
        border-color: #ef672b;
    }

.focus-sidebar .rizhi_table, .rz-sidebar .rizhi_table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #999999;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.focus-sidebar .rizhi_table, .rz-sidebar .rizhi_table {
    border-spacing: 0;
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .focus-sidebar .rizhi_table th, .rz-sidebar .rizhi_table th {
        background-color: #ebebeb;
        color: #808080;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        color: #333333;
    }


    .focus-sidebar .rizhi_table th, .rz-sidebar .rizhi_table th, .announcement_table td {
        border: none;
    }

    .focus-sidebar .rizhi_table td:first-child, .rz-sidebar .rizhi_table td:first-child {
        text-align: left;
        padding-left: 10px;
        /*width: 390px;*/
        max-width: 390px;
    }

    .focus-sidebar .rizhi_table td, .rz-sidebar .rizhi_table td {
        color: #808080 !important;
        padding-top: 16px;
        padding-bottom: 11px;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px dashed #e6e6e6;
    }

        .focus-sidebar .rizhi_table td a, .rz-sidebar .rizhi_table td a {
            display: inline-block;
            color: #808080;
            max-width: 380px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            vertical-align: middle;
        }

.btn8 {
    display: inline-block;
    width: 100px;
    height: 36px;
    background-color: #3f91f7;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.rizhi_table .tablebtn {
    color: #666666;
    display: inline-block;
    line-height: 15px;
    border-right: 1px solid #808080;
    padding: 0px 5px;
}

.mailtable input {
    margin-right: 5px;
    width: 13px;
    height: 13px;
    /* clear: both; */
    /*margin-top: 6px;*/
}

.rizhi_table .tablebtn:hover {
    color: #ef672b;
}

.rizhi_table td .tablebtn:last-child {
    border-right: none;
}

.paging li {
    border-bottom: none !important;
}

/*弹出框*/

.addClassAlert .text {
    width: 180px;
    border: 1px solid #ccc;
    display: inline-block;
    height: 28px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    position: relative;
}
/*.addClassAlert .text + p{
 	vertical-align: middle;
 } */
.homework-deatults2 textarea {
    height: 90px;
    width: 90%;
    /*border-radius: 3px;*/
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: top;
    margin-bottom: 20px;
}

    .addClassAlert .text:focus,
    .homework-deatults2 textarea:focus {
        border-color: #e06808;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(224, 104, 8, 0.6);
        outline: 0 none;
    }


.addClassAlert {
    width: 700px;
}

    .addClassAlert li {
        border-bottom: 1px dashed #e6e6e6;
        height: 50px;
        line-height: 50px;
    }

        .addClassAlert li .addclasstitle {
            display: inline-block;
            width: 535px;
            text-align: left;
            color: #666666;
            font-weight: normal;
            overflow: hidden;
        }

            .addClassAlert li .addclasstitle h5 {
                font-weight: normal;
                font-size: 14px;
            }

    .addClassAlert .addClass-content {
        padding: 0px 30px;
        height: 275px;
        overflow: auto;
    }

    .addClassAlert li p {
        display: inline-block;
        color: #666666;
        font-weight: normal;
        vertical-align: top;
    }

        .addClassAlert li p a {
            color: #666666;
            display: inline-block;
            line-height: 15px;
            border-right: 1px solid #808080;
            padding: 0px 5px;
        }

            .addClassAlert li p a:last-child {
                border-right: none;
            }

            .addClassAlert li p a:hover {
                color: #ef672b;
            }

    .addClassAlert .classalert-btootm {
        height: 60px;
        line-height: 60px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-top: 1px solid #e6e6e6;
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .addClassAlert .createclassbtn {
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #6cabfa;
        font-size: #6cabfa;
        color: #6cabfa;
        margin-top: 10px;
    }

        .addClassAlert .createclassbtn:hover {
            color: #ef672b;
            border-color: #ef672b;
        }
/*写日志*/
.rz-sidebar .backrizhiLine {
    /*background-color: #3f91f7;*/
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #3498DB;
    text-align: center;
    margin-top: 17px;
    font-size: 14px;
}
/*.rz-sidebar .backrizhiLine:hover{
	background-color: #1f67bf;

}*/
.form_left {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.form-group {
    margin-bottom: 30px;
}

    .form-group label {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

.col-80 {
    width: 80%;
    display: inline-block;
}

.col-2 {
    width: 200px;
    display: inline-block;
}

.form-control {
    height: 30px;
    border-color: #e6e6e6;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 2px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
}

.form-group .col-9 {
    width: 90%;
    vertical-align: top;
    display: inline-block;
}

    .form-group .col-9 .form-control-textarea {
        height: 560px !important;
        width: 98%;
    }

.form-control:focus,
textarea:focus {
    border-color: #3f91f7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}




.write-rizhi {
    padding: 20px 20px 0px 20px;
}

    .write-rizhi .line {
        background-color: #f5f5f5;
        padding: 20px 20px 50px 20px;
    }

.form-submit {
    text-align: center;
    margin-top: 50px;
}

    .form-submit a {
        width: 140px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        color: #fff;
        border-radius: 5px;
        font-size: 14px;
    }

        .form-submit a:first-child:hover {
            background-color: #D35400;
            margin-right: 30px;
        }

        .form-submit a:last-child {
            background-color: #cccccc;
        }

        .form-submit a:first-child {
            background-color: #E77E22;
            margin-right: 30px;
        }

.icon-writerizhi {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}





/*我的话题*/
.icon-wodehuatimain {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #36acfe;
}
/*我的资源*/
.icon-wodeziyuanmain {
    display: inline-block;
    vertical-align: middle;
    color: #74d967;
    margin-right: 10px;
}

/*我的问答*/

.icon-wodewendamain {
    display: inline-block;
    vertical-align: middle;
    color: #c65ef7;
    margin-right: 10px;
}
/*我的作业*/

/*我的活动*/
.icon-wodehuodongmain {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #a4eb3f;
}

.cof38 {
    color: #f38610;
}

/*我的关注*/
.focus-sidebar {
    display: inline-block;
    background-color: #fff;
    width: 970px;
    padding-bottom: 30px;
}

.icon-wodeguanzhu {
    display: inline-block;
    vertical-align: middle;
    color: #fb3232;
    margin-right: 10px;
    font-size: 25px;
}
/* 我的直播 */
.icon-livemain{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;

}
.focus-sidebar h2 {
    padding-right: 20px;
}

.focus-sidebar h2 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 20px;
    border-bottom: 1px solid#e6e6e6;
}

.focus-operation {
    margin-top: 10px;
    padding: 0 20px;
}

    .focus-operation li {
        display: inline-block;
        cursor: pointer;
        padding: 20px 5px;
    }


    .focus-operation .rzoperation-active {
        /*text-decoration: underline;*/
        color: #E77E22;
    }

.focus-summary {
    padding: 0 20px;
}

    .focus-summary .line {
        margin-bottom: 45px;
    }

        .focus-summary .line ul {
            font-size: 0;
        }

            .focus-summary .line ul li {
                padding: 9px;
                border: 1px solid #e6e6e6;
                height: 160px;
                width: 440px;
                box-sizing: border-box;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                display: inline-block;
                margin: 0px 10px 10px 0;
            }

    .focus-summary li:nth-child(2n) {
        margin-right: 0;
    }

    .focus-summary .focus-col .focus-info {
        float: right;
        width: 260px;
        height: 140px;
    }

.focus-info h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
}

.focus-info b {
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 30px;
    max-width: 252px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focus-info p .focubtn1 {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 78px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e6e6e6;
    color: #808080;
    text-align: center;
    background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #fff 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #fff 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #fff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #fff 0%,#ebebeb 100%);
}

.focus-info p .focubtn1 {
    margin-right: 10px;
}

    .focus-info p .focubtn1:last-child {
        margin-right: 0px;
    }

    .focus-info p .focubtn1:hover {
        color: #fb3232;
    }

.focus-info p .focubtn2 {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 110px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e6e6e6;
    color: #808080;
    text-align: center;
    background-color: #F3F3F3;
    /*background: -moz-linear-gradient(top, #fff 0%, #ebebeb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ebebeb));
    background: -webkit-linear-gradient(top, #fff 0%,#ebebeb 100%);
    background: -o-linear-gradient(top, #fff 0%,#ebebeb 100%);
    background: -ms-linear-gradient(top, #fff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #fff 0%,#ebebeb 100%);*/
}

.focus-info p .focubtn2 {
    margin-right: 20px;
}

    .focus-info p .focubtn2:last-child {
        margin-right: 0px;
    }

    .focus-info p .focubtn2:hover {
        color: #E77E22;
    }

.icon-fasixin, .icon-guanzhu {
    display: inline-block;
    font-size: 15px;
    padding-right: 5px;
}

.focus-sidebar .paging {
    margin-right: 50px;
}

/*系统消息*/
.icon-xitongtongzhi {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #3f91f7;
}

.deatbtn {
    color: #3f91f7 !important;
}

.weidumail {
    font-weight: bold;
    /*color: #333 !important;*/
}

.DetailsAlert {
    padding-bottom: 35px;
}

.Details-content {
    padding: 30px;
}

.from-wapper {
    border-bottom: 1px solid #e6e6e6;
}

.Details-content .from-g {
    width: 100%;
    margin-bottom: 20px;
}

    .Details-content .from-g label {
        display: inline-block;
        width: 60px;
        text-align: right;
        color: #333;
        font-size: 14px;
        font-weight: normal;
    }

.detailmailtxt {
    color: #808080;
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.from-g .tittxt {
    font-weight: bold;
    color: #333;
}
/*站内信*/
.project-summary .line .mailtable {
    margin-bottom: 0;
}

.icon-zhanneixinmain {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #f0672b;
}

.from-sub {
    text-align: center;
}

.clearbtn {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.addreplybtn {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #f8970d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 40px;
}

.opera {
    height: 30px;
    background-color: #f3f3f3;
    line-height: 30px;
    padding-left: 10px;
}

    .opera input, .opera label {
        margin-right: 5px;
        /*margin-top: 8px;*/
    }

        .opera label:hover {
            color: #ef672b;
            text-decoration: underline;
            cursor: pointer;
        }

    .opera a {
        color: #666666;
        margin-right: 20px;
    }

        .opera a:hover {
            color: #ef672b;
            text-decoration: underline;
        }


/*站内信回复*/
.form-group1 {
    margin-bottom: 30px;
}

    .form-group1 label {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

.form-control1 {
    height: 30px;
    border-color: #e6e6e6;
}

.form-control1 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 2px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 96%;
    display: inline-block;
    margin-right: 10px;
}

.form-group1 .col-9 {
    width: 90%;
    vertical-align: top;
    display: inline-block;
}

    .form-group1 .col-9 .form-control-textarea1 {
        height: 180px !important;
        width: 96%;
    }

.form-control1:focus,
textarea:focus {
    border-color: #3f91f7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.customerLine li a {
    color: #333;
}

    .customerLine li a:hover {
        color: #ed9e05;
    }

.content1 {
    padding: 30px 30px 0 30px;
}

.from-wapper1 {
    border-bottom: none;
}

.icon-yiguanzhu {
    color: #04e300;
}

.tutoringWork {
    border-bottom: 1px dashed #e6e6e6;
    padding: 7px 5px 7px 5px;
}

    .tutoringWork p {
        float: left;
        width: 560px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #e06808;
        line-height: 30px;
    }

        .tutoringWork p a {
            float: left;
            width: 550px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #e06808;
        }

    .tutoringWork > a {
        float: right;
        vertical-align: top;
        font-size: 14px;
        font-weight: normal;
        width: 90px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #e06808;
        color: #e06808;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

        .tutoringWork > a:hover {
            color: #fff;
            border: 1px solid #e06808;
            background-color: #e06808;
        }

    .tutoringWork:nth-child(1) {
        border-top: 1px solid #333;
    }

    .tutoringWork p a:hover {
        text-decoration: underline;
    }
.guopeiZb {
    padding: 17px 0 0 0;
    margin: 25px 15px 0 15px;
    border-top: 1px dashed #e6e6e6;
}

    .guopeiZb .guopeiZb-tit {
        color: #333;
        float: left;
      /*   width: 480px;*/
        margin-right: 15px;
        width: 590px;
    }
    .guopeiZb .guopeiZb-titIcon {
        color: #3498DB;
        font-size: 21px;
        float: left;
        height: 22px;
        line-height: 22px;
        margin-right:8px;
        font-weight:bold;
    }
        .guopeiZb .guopeiZb-top {
            margin-bottom: 11px;
        }

.guopeiZb .guopeiZb-stau {
    float: left;
}
.guopeiZb .guopeiZb-btn {
    color: #3498DB;
    border: none;
    height: initial;
    line-height: normal;
    float: right;
    margin-top: 2px;
}
.guopeiZb-bottom {
    padding-left: 28px;
}
.icon-zhanneixinmain, .icon-xitongtongzhi, .icon-wodehuodongmain, .icon-woderizhimain, .icon-leftmyprojectmain, .icon-wodehuatimain, .icon-wodeziyuanmain, .icon-wodewendamain, .icon-leftchengzhanglicheng, .icon-wodeguanzhu {
    color: #333 !important;
}


.loginIofo_content {
    padding: 20px 5px;
}

.being-pubr1 {
    display: inline-block;
    width: 437px;
    vertical-align: top;
}

    .being-pubr1 .form-select,
    .being-pubr1 .form-control {
        width: 150px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .being-pubr1 .form-group > label {
        width: 82px;
    }

.loginInfoTip {
    padding: 10px 5px;
}

.rz-sidebar .addzyj {
    background-color: #3498DB;
    float: right;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 17px;
    font-size: 14px;
}

.addzyjManagementLayer .classalert-btootm {
    position: static;
}

.zyType_col {
	font-size: 16px;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.zyType_col:hover {
	color: #E77E22;
}




.rolling_wrapper{
		margin: 0 0 15px;
}
.rolling_wrapper .rolling_container{
	background-color: #fff;
	padding: 0 30px 0 0;
	width: 1170px;
}
.rolling_wrapIcon{
	float: left;
	width: 20px;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 30px;
	vertical-align: middle;
	
}
.rolling_wrapIcon .iconfont{
	color: #3f91f7;
	font-size: 22px;
}
 
.rolling_wrapper .rolling_wrap{
	float: right;
	position: relative;
	height: 60px;
	line-height: 60px;
	background-color: #fff;

	font-size: 16px;
	width: 1110px;
}
.rollingLink{
	color: #333;
}
.str_active .rollingLink{
	color: #e06808;
}
#rollingLayer .rollingLayer_con{
	padding: 30px 0;
	text-indent:2em;
}

.mainswitch-sidebar .icon-jiaofei {
        display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size:21px;
}


