@charset "utf-8";
.projectBox {
    display: block;
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 2px 16px 0px rgba(194, 194, 194, 0.5);
    border-radius: 10px;
    margin: 0 15px;
    margin-bottom: 20px;
}

.projectBox .title {
    display: flex;
    justify-content: space-between;
    height: 30px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}

.projectBox .name {
    font-size: 14px;
    font-weight: 600;
    color: #333330;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 75%;
}

.projectBox .step {
    font-size: 14px;
    font-weight: 400;
    color: #185FFF;
}

.projectBox .projectname {
    font-weight: 600;
    color: #333333;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 5px;
}

.projectBox .num {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.labelBox .labelitem {
    padding: 0 12px;
    height: 20px;
    background: #FFA603;
    border-radius: 20px;
    float: left;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.labelBox .labelitem.green {
    background: #00C550;
    color: #fff !important;
}

.labelBox .labelitem.blue {
    background: #185FFF;
    color: #fff!important;
}

.timeBox {
    color: #fff;
    font-size: 14px;
    margin: 0 15px;
    margin-bottom: 15px;
}

.timeBox .timeShow {
    display: inline-block;
    vertical-align: middle;
}

.timeBox .timeShow .year {
    position: relative;
    z-index: 121;
    padding-right: 20px;
}

.timeBox .timeShow .up_icon {
    position: relative;
    right: 20px;
}

.timeBox .btn {
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    line-height: 24px;
    color: #fff;
    display: block;
    float: right;
    padding: 0 15px;
    margin-top: -5px;
    height: auto;
}

.mainInfo {
    background: #fff;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 2px 16px 0px rgba(194, 194, 194, 0.5);
    border-radius: 10px;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 45px;
    margin: 0 20px;
    margin-bottom: 20px;
}

.mainInfo .item {
    float: left;
    text-align: center;
    width: 25%;
}

.mainInfo .item .img img {
    display: block;
    width: 52px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.mainInfo .item .txt {
    color: #666;
    font-size: 14px;
}

.partItem {
    margin-bottom: 20px;
}

.partItem .partTitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 14px;
    border-left: 3px solid #185FFF;
    padding-left: 5px;
    margin-bottom: 15px;
}

.partItem .partBody {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.partItem .partBody .item {
    text-align: center;
    display: block;
    width: 23%;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
}

.partItem .partBody .item .num {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
    background-color: #FF1B1B;
    border-radius: 10px;
    color: #fff;
    z-index: 123;
    top: -6px;
    right: 12px;
}

.partItem .partBody .item img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.partItem .partBody .item .txt {
    color: #666;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*max-width: 100px;*/
}

.partItem .partBody .item {

}

.partItem:last-child {
    margin-bottom: 0;
}

.showBody {
    background: #fff;
    border-radius: 5px;
}

.tabBox {
    width: 100%;
    overflow: auto;
}

.tabNavBox {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    background-color: #fff;
}

.childNav .shade,
.tabNavBox .shade {
    display: block;
    height: 25px;
    width: 24px;
    background-size: 25px;
    position: absolute;
    right: 20px;
    top: 13px;
    background-image: linear-gradient(to right, transparent, #f1f1f1);
}

.childNav .shade1,
.tabNavBox .shade1 {
    right: auto;
    top: 13px;
    left: 20px;
    background-image: linear-gradient(to left, transparent, #f1f1f1);
    display: none;
}

.childNav .shade1 {
    left: 15px;
}

.tabBox .tabNav {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    height: 52px;
    box-sizing: border-box;
}

.tabBox .tabNav.lessNav {
    justify-content: space-around;
}

.tabBox .tabNav.lessNav li {
    margin: 0;
}

.tabBox .tabNav li {
    display: block;
    margin-right: 20px;
    position: relative;
}

.tabBox .tabNav li a {
    color: #666666;
    font-size: 14px;
    line-height: 52px;
    display: block;
    white-space: nowrap;
    height: 47px;
}

.tabBox .tabNav li .line {
    color: #185FFF;
    height: 4px;
    background: #185FFF;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    transition: all .2s;
    width: 0;
    bottom: -1px;
    display: block;
}

.tabBox .tabNav li.this .line {
    width: 100%;
}

.tabBox .tabNav li.this a {
    color: #185FFF;
}

.tabBox .tabBody {
    overflow: hidden;
}

.tabBox .tabBody .tabBodyBox {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: flex-start;
}

.tabBox .tabBody .tabItem .itemBox {
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 20px;
    padding: 20px 0;
}

.tabBox .tabBody .tabItem:first-child {
    display: block;
}

.tabBox .tabBody .tabItem {
    min-width: 100%;
    box-sizing: border-box;
    display: none;
}

.tabBody {
    box-sizing: border-box;
}

.childNav {
    overflow: auto;
    border-bottom: 1px solid #E6E6E6;
    padding-right: 20px;
    margin-left: 15px;
}

.childNav ul {
    display: flex;
    height: 50px;
    line-height: 50px;
    flex-wrap: nowrap;
    overflow: auto;
}

.childNav ul li {
    margin-right: 20px;
    display: block;
}

.childNav ul li a {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    display: block;
}

.childNav ul li.this a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.peopleList {
    padding: 0 20px;
}

.peopleList li {

}

.peopleList li:last-child a {
    border-bottom: none;
}

.peopleList li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.peopleList li .name {
    margin-bottom: 5px;
}

.peopleList li .txt {
    float: left;
    color: #666;
    font-size: 16px;
}

.peopleList li .status {
    font-size: 14px;
    color: #0C58FF;
    float: right;
}

.peopleList li .num {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

.peopleList li .time .txt {
    color: #333;
    font-size: 14px;
    float: left;
}

.peopleList li .time .enter {
    float: right;
}

.fieldGroupsItem {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 0;
    margin-left: 20px;
}

.itemBox .fieldGroupsItem {
    padding: 0;
    margin: 0;
}

.fieldGroupsItem:last-child {
    border-bottom: none;
}

.teacherList {
    padding: 20px;
}

.teacherList li {
    margin-bottom: 20px;
}

.teacherList li .box_top {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.teacherList li .box_top .name {
    margin-bottom: 10px;
}

.teacherList li .box_top .txt {
    color: #333;
    font-size: 16px;
    display: inline-block;
}

.teacherList li .box_top .location {
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    background-color: #1E62FC;
    color: #fff;
    margin-left: 5px;

}

.teacherList li .box_top .num {
    color: #666;
    font-size: 12px;
}

.teacherList li .box_bottom {
}

.drayList {
    padding: 0 20px;
}

.drayList li {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.drayList li:last-child {
    border-bottom: none;
}

.drayList li .title {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    max-width: 80%;
}

.drayList li .name {
    color: #333;
    font-size: 14px;
}

.drayList li .time {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}

.drayList li .enter {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
}

.projectList {
    padding: 0 20px;
}

.projectList .projectBox {
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 15px;
}

.changTable th {
    width: 50%;
}

.btnGroups {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: flex;
    z-index: 121;
    padding: 15px 0;
    justify-content: space-evenly;
    left: 0;
}

.btnGroups .item {
    line-height: 50px;
    padding: 0 66px;
    border: 1px solid;
    border-radius: 50px;
    outline: none;
}

.btnGroups .item.yes {
    color: #fff;
    background: #2489FF;
    font-size: 16px;
}

.btnGroups .item.no {
    color: #333;
    border: 1px solid #999;
    background: #fff;
}

.btnGroups2 .item {
    padding: 0 40px;
    line-height: 40px;
}

.btnGroups2 .item.blue {
    background: #2489FF;
    color: #fff !important;
    border: 1px solid #2489FF;
    flex: 1;
    max-width: 80%;
    margin: 0 auto;
}

.btnGroups2 .item.gray {
    background: #F2F2F2;
    color: #999 !important;
    border: 1px solid #F2F2F2;
}

.btnGroups .item.sure {
    margin: 0 auto;
    display: block;
    width: 90%;
}

.stepBody {
    padding: 20px;
}

.stepBody li {
    padding-bottom: 30px;
    position: relative;
    padding-left: 33px;
}

.stepBody li .title {
    margin-bottom: 5px;
}

.stepBody li .title .txt {
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.stepBody li .title .time {
    float: right;
    color: #999;
    font-size: 12px;
}

.stepBody li .name {
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}

.stepBody li .name .nametxt {
    color: #333;
}

.stepBody li .name .type {
    color: #999;
}

.stepBody li .msg {
    padding: 10px;
    background: #F9F9F9;
    color: #666;
    font-size: 12px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
}

.stepBody li .sign {
    color: #999;
    font-size: 12px;
}

.stepBody li .sign img {
    max-width: 100%;
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.stepBody li .dot {
    display: inline-block;
    font-size: 0;
    text-align: center;
    border: 1px solid #999999;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    position: absolute;
    left: -7px;
    background: #fff;
}

.stepBody li .dot2 {
    display: inline-block;
    font-size: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #999999;
    box-sizing: border-box;
}

.stepBody li .dotLine {
    position: absolute;
    border-right: 1px solid #979797;
    height: 100%;
    top: 12px;
    left: 0;

}

.stepBody li:last-child .dotLine {
    border: none;
}

.stepBody li.this .dotLine .dot {
    border-color: #155CFF;
}

.stepBody li.this .dotLine .dot2 {
    background: #155CFF;
}

.complist {

    margin: 15px;
}

.complist .item {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.complist .item .itemtop {
    margin-left: 15px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 50px;
}

.complist .item .itemtop .year {
    font-size: 14px;
    font-weight: bold;
    color: #333330;
    float: left;
}

.complist .item .itemtop .status {
    float: right;
    font-size: 14px;
    color: #185FFF;
    margin-right: 22px;
}

.complist .item .comptitle {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    padding: 20px;
    line-height: 1.5;
}

.complist .item .matchtitle {
    margin: 0 20px;
    background: #E8F1FF;
    color: #333;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.complist .item .matchtitle .label {
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    background: #FFA603;
    border-radius: 20px;
}

.complist .item li {
    padding: 0 20px;
    margin-bottom: 20px;
}

.complist .item li:last-child {
    margin-bottom: 0;
}

.complist .item li a {
    display: flex;
    padding: 20px;
    position: relative;
    background-color: #F9F9F9;
    border-radius: 5px;
}

.complist .item li a .item_left {

}

.complist .item li a .item_left .item_box {
    margin-bottom: 20px;
    display: flex;
}

.complist .item li a .item_left .item_box:last-child {
    margin-bottom: 0;
}

.complist .item li a .item_left .item_box .title {
    color: #666;
    font-size: 14px;
    min-width: 65px;
    display: inline-block;
    margin-right: 5px;
}

.complist .item li a .item_left .item_box .titlename {
    color: #333;
    display: inline-block;
    font-size: 14px;
}

.complist .item li a .item_left .item_box:last-child .title {
    letter-spacing: 7px;
}

.complist .item li a .item_right {
    text-align: right;
    flex: 1;
    min-width: 65px;
    padding-left: 10px;
}

.complist .item li a .item_right .award {
    color: #FFA603;
    font-size: 14px;
}

.complist .item li a .item_right .enter {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.complist2 {
    background-color: #fff;
    margin: 15px;

}

.complist2 .item {
    margin-left: 20px;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px;
    display: block;
    padding-left: 0;
}

.complist2 .item:last-child {
    border-bottom: none;
}

.complist2 .item .itemBox {
    display: flex;
    margin-bottom: 15px;
}

.complist2 .item .itemBox .name {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.5;
    flex: 1;
}

.complist2 .item .itemBox .year {
    min-width: 80px;
    text-align: right;
    color: #333;
    font-size: 14px;
}

.complist2 .item .itemBox.studentMsg {
    font-weight: normal;
}

.complist2 .item .itemBox.studentMsg .name {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.complist2 .item .itemBox.studentMsg .txt {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.complist2 .item .itemBox.studentMsg .enter {
    min-width: 90px;
    text-align: right;
    max-width: 130px;
    font-size: 14px;
}

.complist2 .item .comptitle {
    background: #E8F1FF;
    border-radius: 5px;
    padding: 5px 8px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
}

.fieldGroupsItem .studentMsg {
    margin-bottom: 15px;
    position: relative;
}

.fieldGroupsItem .studentMsg .name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.fieldGroupsItem .studentMsg .num {
    color: #666;
    font-size: 12px;
}

.fieldGroupsItem .studentMsg .year {
    position: absolute;
    right: 0;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    top: 10px;
}

.fieldGroupsItem .studentMsg .role {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background-color: #1E62FC;
    padding: 0 10px;
    display: inline-block;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.activeList {
}

.activeList ul {
    padding: 15px;
}

.activeList li {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.activeList li a {
    display: flex;
    padding: 10px;
    border-radius: 5px;
}

.activeList li a .img {
    width: 160px;
    height: 90px;
    margin-right: 8px;
}

.activeList li a .img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3px;
}

.activeList li a .msgBox {
    flex: 1;
}

.activeList li a .msgBox .title {
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
}

.activeList li a .msgBox .labelBox {
    margin-bottom: 10px;
}

.activeList li a .msgBox .labelBox .item {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 0 13px;
    display: inline-block;
    background-color: #FFA603;
    border-radius: 20px
}

.activeList li a .msgBox .labelBox .item.gray {
    background-color: #E6E6E6;
    color: #333;
}

.activeList li a .msgBox .labelBox .item.green {
    background-color: #00C550;
    color: #fff !important;
}

.activeList li a .msgBox .msg .time {
    color: #666;
    font-size: 12px;
    float: left;
}

.activeList li a .msgBox .msg .num {
    float: right;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.drayDetailBox .msgTop {
    position: relative;
    margin-left: 20px;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 25px;
    padding-bottom: 15px;
}

.drayDetailBox .msgTop .title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.drayDetailBox .msgTop .time {
    color: #999;
    font-size: 12px;
}

.drayDetailBox .msgTop .name {
    color: #000;
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    line-height: 1;
}

.drayDetailBox .msgTop .name .txt {
    vertical-align: middle;
}

.people_icon {
    width: 14px;
    height: 14px;
    background: url(../img/people_icon.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.project_icon {
    width: 14px;
    height: 14px;
    background: url(../img/project_icon.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.time_iconD {
    width: 14px;
    height: 14px;
    background: url(../img/time_iconD.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.people_iconB {
    width: 14px;
    height: 14px;
    background: url(../img/people_iconB.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.project_iconB {
    width: 14px;
    height: 14px;
    background: url(../img/project_iconB.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.time_iconF {
    width: 14px;
    height: 14px;
    background: url(../img/time_iconF.png) no-repeat center center;
    background-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.contentTxtBody {
    display: block;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    word-break: break-all;
    padding: 15px;
}

.contentTxtBody img {
    max-width: 100%;
}

.drayDetailBox .filelist {
    margin-left: 20px;
    border-top: 1px solid #E6E6E6;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.drayDetailBox .filelist .title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin-bottom: 10px;
}

.drayDetailBox .filelist .fileBody {
    float: right;
}

.drayDetailBox .filelist li {
    margin-bottom: 10px;
}

.drayDetailBox .filelist li .txt {
    color: #666;
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
}

.drayDetailBox .filelist li a {
    color: #185FFF;
    border: 1px solid #185FFF;
    line-height: 16px;
    padding: 0 6px;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
}

.drayDetailBox .teacherreviews {
    padding: 20px;
    padding-right: 15px;
}

.drayDetailBox .teacherreviews .title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.drayDetailBox .teacherreviews .reviewBody {
    background: rgba(255, 166, 3, 0.05);
    border-radius: 10px;
    border: 1px solid #FFA603;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    padding: 10px;
    min-height: 80px;
    word-break: break-word;
}

.opinion.teacherbox {
    margin-bottom: 0;
}

.opinion.teacherbox textarea {
    height: 500px
}

.checkList {
    margin: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.checkList li {
    position: relative;
    margin-left: 15px;
    padding: 15px;
    padding-left: 0;
    border-bottom: 1px solid #E6E6E6;
}

.checkList li:last-child {
    border-bottom: none;
}

.checkList li .title {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
}

.checkList li .time {
    color: #999;
    font-size: 12px;
}

.checkList li .status {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #0C58FF;
    font-size: 14px;
}

.checkList li .pass {
    background: rgba(0, 197, 80, .1);
    border-radius: 25px;
    font-size: 14px;
    color: #00C550;
    line-height: 28px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.checkList li .nopass {
    background: rgba(255, 66, 61, .1);
    border-radius: 25px;
    font-size: 14px;
    color: #FF423D;
    line-height: 28px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.index_title {
    margin-bottom: 20px;
    padding: 0 20px;
}

.index_title .txt {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_title .login_box {
    float: right;
}

.index_title .login_box .login_btn {
    line-height: 25px;
    padding: 0 18px;
    font-size: 14px;
    color: #185FFF;
    border-radius: 3px;
    background-color: #fff;
    display: block;
}

.index_title .login_box .login_name {
    color: #fff;
    font-size: 14px;
    display: block;
}

.index_part .part {
    background-color: #fff;
    margin-bottom: 15px;
}

.index_part .part2 {
    padding: 15px;
}

.index_part .part2 .dcplan_Info {
    height: 166px;
    background: url("../img/bg1.png") no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
.index_part .part3{
    padding-top: 0;
    padding-right: 0;
}

.index_part .part3 .item_title{
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 15px;
}
.index_part .part3 .dcplan_Info{
    height: 192px;
    background: none;
    background-color: #3416C5;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-right: 15px;
}
.index_part .part3 .msg_box{
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 100px;
    left: 15px;
}
.index_part .part3 .doubleproject_list{
    margin-right: 15px;
}
.index_part .part3 .doubleproject_list .listtitle{
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    margin-bottom: 30px;
}
.index_part .part3 .doubleproject_list .listtitle .txt{
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    bottom: -8px;
}
.index_part .part3 .doubleproject_list a{
    display: block;
}
.index_part .part3 .doubleproject_list li{
    margin-bottom: 25px;
    position: relative;
}
.index_part .part3 .doubleproject_list li .pop_box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    text-align: center;
}
.index_part .part3 .doubleproject_list li .pop_box .txt3{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    color: #999;
    font-size: 14px;
    margin-left: -30px;
}
.index_part .part3 .doubleproject_list li:last-child{
    margin-bottom: 0;
}
.index_part .part3 .doubleproject_list li .title{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.index_part .part3 .doubleproject_list li .label{
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    background-color: #FFA603;
    border-radius: 30px;
    padding: 0 10px;
    margin-right: 5px;
    display: inline-block;
}
.index_part .part3 .doubleproject_list li .time{
    float: left;
    color: #666;
    font-size: 14px;
}
.index_part .part3 .doubleproject_list li .status{
    margin-bottom: 8px;
}
.index_part .part3 .doubleproject_list li .num{
    float: right;
    color: #333;
    font-size: 14px;
}
.index_part .part3 .doubleproject_list li .txt2{
    padding: 12px 17px;
    line-height: 1.5;
    background-color: rgba(255, 166, 3, 0.11);
    color: #666;
    font-size: 14px;
    border-radius: 5px;
    white-space: pre-wrap;
}
.index_part .part3 .doubleproject_list .moreB{
    text-align: center;
    padding: 15px 0;
    display: block;
    padding-bottom: 0;
    color: #666;
    font-size: 14px;
}
.up_iconB{
    width: 8px;
    display: inline-block;
    background: url("../img/nav_back.png") no-repeat 0 0;
    background-size:7px;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg);
    height: 14px;
}
.index_part .part3 .msg_box .msg_item{
    margin-bottom: 10px;
}
.index_part .part2 .dcplan_Info .year {
    position: absolute;
    top: 28px;
    left: 15px;
    color: #fff;
    font-size: 20px;
}

.index_part .part2 .dcplan_Info .old_project {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    position: absolute;
    right: 15px;
    top: 28px;
}

.index_part .part2 .dcplan_Info .name {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.5;
    position: absolute;
    left: 15px;
    top: 54px;
    right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_part .part2 .dcplan_Info .num {
    bottom: 15px;
    position: absolute;
    left: 15px;
    color: #fff;
    font-size: 14px;
}

.index_part .part2 .dcplan_Info .apply {
    line-height: 30px;
    padding: 0 27px;
    background: linear-gradient(270deg, #FFD207 0%, #FFA603 100%);
    border-radius: 5px;
    color: #fff;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
}
.part .item_title,
.activeList .item_title {
    line-height: 54px;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 15px;
    padding-right: 15px;
}
.part .item_title .txt,
.activeList .item_title .txt {
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.more {
    float: right;
    color: #666;
    font-size: 14px;
    background: url("../img/nav_back.png") no-repeat center right;
    padding-right: 15px;
    background-size: 8px;
}

.activeListB {
    margin-top: 15px;
}

.activeListB ul {
    padding: 0;
}

.activeListB ul li a {
    padding: 21px 15px;
}
.dcpLanImg{
    min-height: 50px;
    background-color: #185FFF;
}
.dcpLanImg img {
    width: 100%;
    display: block;
}

.project_info {
    background: #fff;
    margin: 0 15px;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 16px 0px rgba(194, 194, 194, 0.5);
}

.project_info .name {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project_infoB .name {
    height: 48px;
    margin-bottom: 40px;
}

.project_info .status {
    background: #FFA603;
    box-shadow: 0px 2px 16px 0px rgba(194, 194, 194, 0.5);
    line-height: 20px;
    padding: 0 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.project_infoD .status{
    margin-bottom: 0;
}
.project_infoD .name{
    min-height: 40px;
}
.project_info .status.gray{
    background-color: #e9e9e9;
    color: #aaa;
    box-shadow:none;
}
.project_info .status.green{
    background-color: #00C550;
    color: #FFF!important;
    box-shadow:none;
}
.project_info .time {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
}

.project_infoB .time {
    margin-bottom: 0;
}

.project_info .num {
    color: #333;
    font-size: 12px;
}

.project_info.project_infoC .num {
    font-size: 14px;
    position: absolute;
    bottom: 19px;
}

.project_info .view {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #999;
    font-size: 12px;
}

.project_infoC.project_info {
    background: url("../img/bg3.png") no-repeat center center;
    background-size: 100% 100%;
}

.time_iconB {
    width: 12px;
    height: 13px;
    display: inline-block;
    background: url("../img/time_icon.png") no-repeat 0 0;
    background-size: 12px 13px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.num_icon {
    width: 12px;
    height: 13px;
    display: inline-block;
    background: url("../img/num_icon.png") no-repeat 0 0;
    background-size: 12px 13px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.look_icon {
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url("../img/look_icon.png") no-repeat 0 0;
    background-size: 16px 12px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.project_content {
    background-color: #fff;
    padding: 25px 15px;
    margin-bottom: 15px;
}

.project_content .title {
    border-left: 3px solid #185FFF;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    line-height: 16px;
    margin-bottom: 20px;
}

.project_content .content {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
}

.project_content .content img {
    max-width: 100%!important;
}

.notice_list {
    background-color: #fff;
    margin-bottom: 15px;
}

.file_list .title,
.notice_list .title {
    margin-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 50px;
}

.file_list .title .txt,
.notice_list .title .txt {
    color: #333;
    font-size: 16px;
    float: left;
}

.notice_list ul {
    padding: 20px 15px;
}

.notice_list ul li {
    margin-bottom: 25px;
    position: relative;
}

.notice_list ul li:last-child {
    margin-bottom: 0;
}
.notice_list ul li .txt {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 5px;
    display: block;
}

.download_icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../img/download.png") no-repeat 0 0;
    background-size: 14px 14px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.notice_list ul li .download {
    position: absolute;
    color: #185FFF;
    font-size: 14px;
    top: 3px;
    right: 15px;
}
.downloadList ul li .txt{
    white-space: nowrap;
    display: block;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice_list ul li .time {
    color: #666;
    font-size: 14px;
}

.file_list {
    background-color: #fff;
}

.file_list ul {
    padding: 20px 15px;
}

.file_list ul li {
    margin-bottom: 15px;
}

.file_list ul li .txt {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    max-width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file_list ul li .download {
    font-size: 12px;
    font-weight: 500;
    color: #185FFF;
    float: right;
    margin-top: 3px;
}

.openHtml {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 333;
    background-color: #fff;
    padding: 19px 13px;
    border-top: 1px solid #E6E6E6;
    box-sizing: border-box!important;
    padding-bottom: 80px;
}

.openHtml.no-bottom-button{
    padding-bottom: 0px;
}

.openHtml .title {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 19px;
}

.openHtml .title .txt {
    float: left;
    color: #333;
    font-size: 16px;
}

.openHtml .title .closeLayer {
    float: right;

}

.close_icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../img/close.png") no-repeat center center;
    background-size: 14px 14px;
}
.openHtml .htmlContent{
    max-height: 400px;
    overflow: auto;
    padding: 10px 0;
    color: #333;
    font-size: 14px;
}
.openHtml .htmlContent .formBody .m_ipt_item:last-child{
    margin-bottom: 0;
}
.choose_sub ul {

}

.choose_sub ul li {

}

.choose_sub ul li label {
    background-color: #F9F9F9;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-radius: 5px;
}

.choose_sub ul li input {
    position: absolute;
    opacity: 0;
}

.choose_sub ul li input:checked + label {
    border: 1px solid #185FFF;
}

.choose_sub ul li input:checked + label .txt,
.choose_sub ul li input:checked + label .sub_title {
    color: #185FFF;
}

.choose_sub ul li .sub_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.choose_sub ul li .txt {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
}

.userCenter .userTop {
    background: url("../img/bg2.png") no-repeat left top;
    background-size: 100% auto;
    height: 160px;
    padding-top: 30px;
    box-sizing: border-box;
}

.userCenter .userTop .userMsg {
    position: relative;
    display: block;

    height: 70px;
}

.userCenter .userTop .headerimg {
    position: absolute;
    left: 15px;
}

.userCenter .userTop .headerimg img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.userCenter .userTop .name {
    position: absolute;
    left: 85px;
    top: 7px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.userCenter .userTop .tip {
    position: absolute;
    left: 85px;
    top: 36px;
    color: #A5C1FF;
    font-size: 14px;
}

.userCenter .userTop .enter_icon {
    position: absolute;
    right: 20px;
    top: 22px;
    width: 10px;
    height: 18px;
    background-size: 10px 18px;
    opacity: .7;
}

.userCenter .userNum {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 16px 0px rgba(194, 194, 194, 0.5);
    padding: 25px 20px;
    margin: 0 15px;
    margin-top: -40px;
    margin-bottom: 30px;
}

.userCenter .userNum .num {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.userCenter .userNum .num .num2 {
    font-size: 28px;
    color: #185FFF;

}

.userCenter .userNum .txt {
    color: #666;
    font-size: 12px;
    text-align: center;
}

.userCenter .userBody {
    padding: 15px;
}

.userCenter .editMsg {
    background-color: #fff;
}

.userCenter .editMsg .item {
    margin-left: 15px;
    border-bottom: 1px solid #E6E6E6;
    height: 54px;
    line-height: 54px;
    display: block;
    padding-right: 15px;
    overflow: hidden;
}

.userCenter .editMsg .item img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-top: 7px;
}

.userCenter .editMsg .item .txt1 {
    float: left;
    color: #666;
    font-size: 16px;
}

.userCenter .editMsg .item .txt2 {
    float: right;
    margin-right: 5px;
    color: #333;
    font-size: 16px;
}

.userCenter .editMsg .item .txt2.txt_img {
    line-height: normal;
}

.userCenter .editMsg .item .enter_icon {
    float: right;
    margin-top: 20px;
    width: 8px;
    height: 15px;
    background-size: 8px 15px;

}

.myProject {
    padding: 15px;
    padding-bottom: 0;
}

.myProject .item {
    background-color: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.myProject .item:last-child {
    margin-bottom: 0;
}

.myProject .item .year {
    margin-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 50px;
    margin-bottom: 25px;
}

.myProject .item .year .txt {
    font-size: 14px;
    color: #333;
    float: left;
    font-weight: bold;
}

.myProject .item .year .status {
    float: right;
    color: #185FFF;
    font-size: 14px;
    margin-right: 10px;
}

.myProject .item .year .del_btn {
    float: right;
    margin-top: 15px;
    line-height: normal;
}

.del_icon {
    width: 15px;
    height: 18px;
    background: url("../img/del_icon.png") no-repeat left top;
    background-size: 15px 18px;
    display: inline-block;
}

.myProject .item .title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 1.5;
    padding: 0 15px;
    margin-bottom: 10px;
}

.myProject .item .num {
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    margin-bottom: 20px;
}

.myProject .item .labelBox {
    padding: 0 15px;
    margin-bottom: 25px;
}

.myProject .item .stepItem {
    background: #F9F9F9;
    border-radius: 5px;
    margin: 0 15px;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.myProject .item .stepItem .topBox {
    margin-bottom: 20px;
}

.myProject .item .stepItem .topBox .txt {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 14px;
    float: left;
}

.myProject .item .stepItem .topBox .status {
    font-size: 14px;
    color: #999999;
    float: right;
}

.myProject .item .stepItem .bottombox .time {
    float: left;
    font-size: 14px;
    color: #666666;
}

.myProject .item .stepItem .bottombox .enter {
    float: right;
    font-size: 14px;
    color: #185FFF;
}

.myProject .item .stepItem .bottombox .enter_icon {
    width: 8px;
    height: 14px;
    background-size: 8px 14px;
}

.myProject .item .operate_box {
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
}

.myProject .item .operate_box a {
    color: #333;
    font-size: 14px;
    text-align: center;
}

.myProject .item .operate_box a img {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;

}

.changeList {
}

.changeList ul {
}

.changeList ul li {
    background-color: #fff;
    margin: 15px;
    padding: 15px;
    border-radius: 5px;
}

.changeList ul li a {
}

.changeList ul li .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.changeList ul li .status {
    margin-bottom: 10px;
}

.changeList ul li .name {
    font-size: 14px;
    color: #333333;
    float: left;
}

.changeList ul li .label {
    background: rgba(24, 95, 255, .1);
    border-radius: 25px;
    color: #00C550;
    font-size: 14px;
    display: inline-block;
    float: right;
    padding: 0 10px;
    line-height: 24px;
}
.changeList ul li .label.red{
    background-color: #ffe7e7;;
}

.changeList ul li .label.green{
    background: rgba(0, 197, 80, .1);
}
.changeList ul li .num {
    float: left;
    color: #666666;
    font-size: 14px;
}

.changeList ul li .time_box {
    float: right;
    color: #666666;
    font-size: 14px;
}

.changeList ul li .enter_icon {
    width: 8px;
    height: 14px;
    background-size: 8px 14px;
}

.choose_role {
    padding-top: 80px;
}

.choose_role .choose_title {
    color: #333;
    font-size: 30px;
    padding-left: 25px;
    margin-bottom: 60px;
}

.choose_role .tip {
    color: #999;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 50px;
}

.choose_role .choose_item {
    margin: 0 25px;
    padding-left: 40px;
    padding-top: 40px;
    box-sizing: border-box;
    padding-bottom: 40px;
    border-radius: 20px;
    display: block;
}

.choose_role .choose_item .name {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.choose_role .choose_item .en {
    color: #fff;
    font-size: 16px;
}

.choose_role .choose_item.student {
    background: url("../img/bg4.png") no-repeat right top;
    background-size: auto 100%;
    margin-bottom: 40px;
    background-color: #FF690A;
}

.choose_role .choose_item.teacher {
    background: url("../img/bg5.png") no-repeat right top;
    background-size: auto 100%;
    background-color: #195FFF;
}

.closeB_icon {
    width: 14px;
    height: 14px;
    background: url("../img/closeB.png") no-repeat left top;
    background-size: 14px 14px;
    display: inline-block;
}

.FormTip {
    background-color: #FF7B21;
    line-height: 24px;;
    color: #fff;
    padding: 0 30px;
    position: relative;
    text-align: center;
    font-size: 12px;
}

.FormTip .txt {

}

.FormTip .closeB_icon {
    position: absolute;
    top: 5px;
    right: 15px;
}

.formStep {
    line-height: 80px;
    padding: 0 15px;
    background-color: #fff;
    height: 80px;
    margin-bottom: 15px;
}

.formStep .txt {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    float: left;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.formStep .num .num2 {
    font-size: 30px;
}

.formStep .num {
    float: right;
    color: #185FFF;
    font-size: 18px;
}

.formBody {
    background-color: #fff;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.openHtml .formBody{
    padding-left: 0;
    padding-top: 15px;
}
.file_icon {
    width: 17px;
    height: 15px;
    background: url("../img/file_icon.png") no-repeat left top;
    background-size: 17px 15px;
    display: inline-block;
}

.close_iconC {
    width: 15px;
    height: 15px;
    background: url("../img/closeC.png") no-repeat left top;
    background-size: 15px 15px;
    display: inline-block;
}

.uploadFileList li {
    color: #333;
    font-size: 14px;
    margin-right: 15px;
    line-height: 40px;
    background: #F9F9F9;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

.uploadFileList li .file_icon {
    position: relative;
    top: 2px;
}

.uploadFileList li .close_iconC {
    position: absolute;
    top: 12px;
    right: 15px;
}

.uploadFileList li .txt {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 85%;
}

.add_icon {
    width: 20px;
    height: 20px;
    background: url("../img/addicon.png") no-repeat left top;
    background-size: 20px 20px;
    display: inline-block;
    vertical-align: middle;
}

.uploadFileList .uploadBtn {
    line-height: 40px;
    background: #F9F9F9;
    color: #185FFF;
    display: block;
    text-align: center;
    margin-right: 15px;
    width: 100%;
}

.uploadFileList .uploadBtn .add_icon {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.uploadImgList ul {
    float: left;
}

.uploadImgList li {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.uploadImgList li img {
    width: 100px;
    height: 100px;
    display: block;
}

.close_iconD {
    width: 16px;
    height: 16px;
    background: url("../img/closeD.png") no-repeat left top;
    background-size: 16px 16px;
    display: inline-block;
}

.uploadImgList {
    padding-top: 20px;
}

.uploadImgList li .close_iconD {
    position: absolute;
    right: -7px;
    top: -7px;
}

.uploadImgList .uploadBtn {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #F9F9F9;
}

.message_list {
    background-color: #fff;
}

.message_list li {
    position: relative;
}

.message_list li a {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0;
    margin-left: 15px;
    padding-right: 15px;
}

.message_list li:last-child a {
    border-bottom: none;
}

.message_list li a img {
    width: 64px;
    height: 64px;
    float: left;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
}

.message_list li a .msg_box {
    margin-left: 79px;
}

.message_list li a .name {
    margin-bottom: 20px;
    overflow: hidden;
}

.message_list li a .name .txt {
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.message_list li a .name .time {
    float: right;
    color: #666;
    font-size: 12px;
    position: absolute;
    right: 30px;
}

.message_list li a .txt2 {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.message_list li a .dot {
    position: absolute;
    font-size: 16px;
    color: #FF0000;
    right: 30px;
    top: 50%;
    margin-top: -8px;
}

.message_detail {
    background-color: #fff;
}

.message_detail .title {
    border-bottom: 1px solid #E6E6E6;
    margin-left: 15px;
    padding: 10px 0;
    padding-right: 15px;
}

.message_detail .title img {
    width: 64px;
    height: 64px;
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.message_detail .title .name {
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
}

.message_detail .title .time {
    float: right;
    color: #666;
    font-size: 12px;
    line-height: 64px;
}

.message_detail .content {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px;
}

.mainFootC.mainFoot {
    display: flex;
}

.mainFootC.mainFoot .signBtn.preBtn {
    width: 35%;
    float: left;
    background-color: #fff;
    border: 1px solid #9F9F9F;
    color: #9F9F9F;
}

.mainFootC.mainFoot .signBtn {
    width: 50%;
    float: left;
}

.FormTipB {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 15px;
    margin-bottom: 10px;
}

.teacherTeamList {
    margin: 0 15px;
}

.teacherTeamList .add_box {
    display: block;
    text-align: right;
}

.teacherTeamList .addBtn {
    color: #185FFF;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
    display: inline-block;
}

.teacherTeamList .addBtn span {
    vertical-align: middle;
    margin-left: 10px;
}

.close_iconF {
    width: 20px;
    height: 20px;
    background: url("../img/clsoeF.png") no-repeat left top;
    background-size: 20px 20px;
    display: inline-block;
}

.totop_icon {
    width: 20px;
    height: 20px;
    background: url("../img/totop_icon.png") no-repeat left top;
    background-size: 20px 20px;
    display: inline-block;
}

.tobottom_icon {
    width: 20px;
    height: 20px;
    background: url("../img/tobottom_icon.png") no-repeat left top;
    background-size: 20px 20px;
    display: inline-block;
}

.teacherTeamList {
}

.teacherTeamList li {
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 15px;
    border-radius: 5px;
}
.teacherTeamList li:last-child{
    margin-bottom: 0;
}
.teacherTeamList li .top {
    position: relative;
    margin-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 17px;
}

.teacherTeamList li .bottom {
    padding: 15px;
    padding-bottom: 0;
}

.teacherTeamList li .top .name {
    margin-bottom: 10px;
}

.teacherTeamList li .top .name .location {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 20px;
    background-color: #185FFF;
}

.teacherTeamList li .top .name .txt {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.teacherTeamList li .top .name .year {
    color: #333;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
}

.teacherTeamList li .top .num {
    color: #666;
    font-size: 12px;
}

.teacherTeamList li .top .operate {
    position: absolute;
    right: 15px;
    top: 30px;
}

.teacherTeamList li .top .operate a {
    margin-left: 25px;
}

.edit_icon {
    width: 12px;
    height: 12px;
    background: url("../img/edit_icon.png") no-repeat left top;
    background-size: 12px 12px;
    display: inline-block;
}

.teacherTeamList li .top .edit_icon {
    margin-right: 3px;
}

.teacherTeamList li .top .edit {
    color: #185FFF;
    font-size: 14px;
    margin-left: 10px;
}

.layui-m-layersection h3 .closeBtn {
    display: block;
    float: right;
    margin-top: 22px;
}

.layui-m-layercont .formBody {
    padding: 0 15px;
    height: 420px;
    overflow: auto;
    box-sizing: border-box;
    padding-bottom: 75px;
}

.layui-m-layersection .layui-m-layerchild h3 {
    padding: 0 15px;
}

.signStepBox {
    background: #fff;
    padding-bottom: 1px;
}

.signStepBox ul {
    margin-left: 40px;
    border-left: 1px solid #979797;
}

.signStepBox ul li {
    position: relative;
    margin-bottom: 30px;
    margin-left: -21px;
}

.signStepBox ul li:first-child .left {
    padding-top: 0;
}
.signStepBox ul li:first-child a {
    top: 2px;
}
.signStepBox ul li a {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 35px;
    color: #0C58FF;
    border-radius: 30px;
    border: 1px solid #0C58FF;
    display: block;
    padding: 0 22px;
    font-size: 14px;
}

.signStepBox ul li.red a {
    border: 1px solid #F75C57;
    color: #F75C57;
}

.signStepBox ul li.disabeld a {
    border: 1px solid #E6E6E6;
    color: #E6E6E6;
}

.signStepBox ul li .left {
    padding-top: 15px;
}

.signStepBox ul li .img.img1 {
    background: url("../img/step_icon1.png") no-repeat left top;
}

.signStepBox ul li .img.img2 {
    background: url("../img/step_icon4.png") no-repeat left top;
}

.signStepBox ul li .img.img3 {
    background: url("../img/step_icon3.png") no-repeat left top;
}

.signStepBox ul li .img.img8 {
    background: url("../img/step_icon2.png") no-repeat left top;
}

.signStepBox ul li.disabeld .img.img3 {
    background: url("../img/step_icon5_w.png") no-repeat left top;
}

.signStepBox ul li.disabeld .img.img1 {
    background: url("../img/step_icon1_w.png") no-repeat left top;
}
.signStepBox ul li.disabeld .img.img8 {
    background: url("../img/step_icon2_w.png") no-repeat left top;
}
.signStepBox ul li.disabeld .img.img2 {
    background: url("../img/step_icon3_w.png") no-repeat left top;
}
.signStepBox ul li.disabeld a{
    display: none;
}
.signStepBox ul li .img {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 40px 40px !important;
    vertical-align: middle;
    margin-right: 10px;
}

.signStepBox ul li .txt {
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.signStepBox .title {
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}
.resultsBox .cateTitle{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
}
.resultsBox .formBody{
    margin-bottom: 15px;
}
.joinPeopleBox{
    background: #fff;
    padding-left: 15px;
    margin-bottom: 15px;
}
.joinPeopleBox .title{
    line-height: 55px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
}
.joinPeopleBox .tip{
    font-size: 14px;
    color: #333;
    padding-top: 5px;
    display: block;
}
.joinPeopleBox{}
.joinPeopleBox li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.joinPeopleBox li .location{
    color: #333;
    font-size: 14px;
    display: inline-block;
}
.joinPeopleBox li .name{

}
.joinPeopleBox li  .edit{
    font-size: 14px;
    color: #185FFF;
}
.joinPeopleBox li .edit .edit_icon{
    margin-right: 5px;
}
.joinPeopleBox li .name .txt{
    color: #333;
    font-size: 14px;
    display: inline-block;
}

.joinPeopleBox li .name .num{
    color: #666;
    font-size: 14px;
    display: inline-block;
}
.joinPeopleBox .addBtn .add_icon{
    margin-right: 5px;
}

.joinPeopleBox .addBtn{
    text-align: center;
    color: #185FFF;
    display: block;
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.btnGroupsB{
    text-align: center;
    padding: 13px;
}
.btnGroupsB .item{
    line-height: 30px;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 15px;
}
.btnGroupsB .item.cancel{
    background: #F2F2F2;
    color: #999;
}
.btnGroupsB .item.yes{
    background: #185FFF;
    color: #fff;
}
.peopleChange{
    background: #fff;
    padding: 20px;
}
.peopleChange td .operate a{
    margin-right: 15px;
}
.peopleChange td .operate a:last-child{
    margin-right: 0;
}
.peopleChange th{
    width: 33%;
    box-sizing: border-box;
}
.peopleChange .people_list table{
    border: none
}
.peopleChange .people_list{
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.peopleChange .addItem{
    margin-bottom: 20px;
}
.peopleChange .addItem a{
    text-align: center;
    background: #F9F9F9;
    color: #185FFF;
    font-size: 14px;
    line-height: 40px;
    display: block;
}
.peopleChange .addItem a .add_icon{
    margin-right: 5px;
    margin-top: -3px;
}
.compList{

}
.MyComp{
    padding: 0 15px;
    padding-top: 20px;
}
.MyComp .item{
    margin-bottom: 25px;
}
.MyComp .item .item_title{
    line-height: 14px;
    border-left: 3px solid #185FFF;
    padding-left: 5px;
    margin-bottom: 20px;
}
.MyComp .item .item_title .txt{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.MyComp .item .item_title .num{
    font-size: 14px;
    color: #185FFF;
}
.MyComp .item_body{
    background-color: #fff;
    border-radius: 5px;
}
.MyComp .childItem .childItem_title{
    padding: 20px 0;
    margin-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.MyComp .childItem .childItem_title .title{
    color: #333330;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}
.MyComp .childItem{
    border-bottom: 1px solid #E6E6E6;
}
.MyComp .childItem:last-child{
    border-bottom: none;
}
.MyComp .childItem .childItem_title .ori{
    color: #333330;
    font-size: 14px;
}
.MyComp .childItem .childItem_body{
    margin-left: 15px;

}
.MyComp .childItem .childItem_body .thirdChild{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-right: 15px;
}
.MyComp .childItem .childItem_body .thirdChild>.txt{
    color: #333;
    font-size: 14px;
}
.MyComp .childItem .childItem_body .thirdChild:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.MyComp .childItem .childItem_body .thirdChild .projectname{
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding-right: 30px;
}
.MyComp .childItem .childItem_body .thirdChild .projectname .del_btn{
    position: absolute;
    right: 0;
    top: 0;
}
.MyComp .childItem .childItem_body .thirdChild .project_box{
    background: #F9F9F9;
    padding: 20px 15px;
    border-radius: 5px;
}
.MyComp .operate_box{
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.MyComp .operate_box a{
    line-height: 20px;
    font-size: 14px;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg{
    margin-bottom: 20px;
    white-space: nowrap;
    position: relative;
}
.MyComp .childItem .childItem_body .thirdChild .project_box a.item_msg .box_right{
    text-align: right;
    width: 70%;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg .box_left{
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-right: 5px;
    vertical-align: top;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg .box_right{
    display: inline-block;
    color: #333;
    font-size: 14px;
    white-space: normal;
    vertical-align: top;
    width: 80%;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg .box_right .sitem{
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 3px;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg .box_right .sitem .label{
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    background: #1E62FC;
    display: inline-block;
    border-radius: 30px;
    padding: 0 10px;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg .link{
    position: absolute;
    right: 0;
    top: 0;
}
.MyComp .childItem .childItem_body .thirdChild .project_box .item_msg:last-child{
    margin-bottom: 0;

}
.editAward{

}
.editAward .title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 15px;
}
.editAward .editAwardBody{
    background-color: #fff;
    padding: 15px;
}
.openImg{
    position: fixed;
    width: 100%;
    z-index: 333;
    top: 20%;
    max-height: 400px;
    overflow: auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.openImg img{
    display: block;
    max-width: 100%;
}
/*.imgListBox{*/
/*    display: flex;*/
/*    flex-flow:column wrap;*/
/*    height: 100vh;*/
/*}*/
/*.imgListBox .item {*/
/*    margin: 10px;*/
/*    !*width: calc(100%/3 - 20px);*!*/
/*}*/
/*.imgListBox .item img{*/
/*    width: 100%;*/
/*    height:100%;*/
/*}*/

/*.imgListBox{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
.imgListBox{
    width: 100%;
    column-count: 2;
    padding: 0 15px;
    box-sizing: border-box;
}
.imgListBox .item{
    break-inside: avoid;
    margin-bottom:15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.imgListBox .item img{
    width: 100%;
}
.imgListBox .item .txt{
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}
.numTip{
    background-color: red;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 0 10px;
    float: right;
}
.doubleList li{
    margin-top: 15px;
}
.doubleList li a{
    display: block;
    padding: 15px;
    background-color: #fff;
}
.doubleList li .title{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}
.doubleList li .status{
    margin-bottom: 15px;
}
.doubleList li .status .label{
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 30px;
    color: #fff!important;
    font-size: 12px;
    background-color: #FFA603;
    margin-right: 10px;
}
.doubleList li .status .label.gray{
    background-color: #E6E6E6;
    color: #333;
}
.doubleList li .status .label.blue{
    background-color: #185FFF;
}
.doubleList li .status .label.red{
    background-color: #F75C57;
}
.doubleList li .msg_box{

}
.doubleList li .msg_box .msg_item{
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}
.doubleList li .msg_box .msg_item:last-child{
    margin-bottom: 0;
}
.search_box{
    position: relative;
    padding: 15px;
}
.search_box input{
    width: 100%;
    height: 30px;
    border-radius: 30px;
    padding-left: 30px;
}
.search_box input:focus{
    border: 1px solid transparent;
}
.search_icon{
    background: url("../img/search_icon.png") no-repeat center center;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: inline-block;
}
.search_box .search_icon{
    position: absolute;
    left: 20px;
    top: 20px;
}
.mainBodyE .background{
    margin-bottom: 15px;
    height: 96px;
}
.mainBodyE .index_part{
    margin-top: 30px;
}
.mainBodyE .part{
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.mainBodyE .part .doubleproject_list{
    background-color: #fff;
    margin-right: 0;
    padding: 15px 0;
}
.mainBodyE .part .dcplan_Info{
    padding: 0;
    margin: 0 15px;
    margin-bottom:20px;
}
.stop_icon{
    background: url("../img/stop_icon.png") no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.project_content .content_item{
    margin-bottom: 15px;
}
.project_content .content_item .content_title{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.project_content .content_item .content{
    color: #333;
    font-size: 14px;
}
.project_content .content_item:last-child{
    margin-bottom: 0;
}
.createDouble_box{

}
.createDouble_box .m_ipt_item:last-child .m_ipt_groups{
    margin-bottom: 25px;
}
.createDouble_box .formBody{
    background-color:transparent;
    padding-left: 0;
}
.createDouble_box .m_ipt_item{
    margin-bottom: 15px;
    background-color: #fff;
    padding: 15px 0;
    padding-left: 15px;

}
.createDouble_box .m_ipt_item .fieldGroups{
    padding-right: 15px;
}
.change_icon{
    background: url("../img/change_icon.png") no-repeat center center;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.createDouble_box .choose_sub{
    padding: 0 15px;
    line-height: 60px;
    position: relative;
    background-color: #fff;
}
.createDouble_box .choose_sub .dot{
    color: #185FFF;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
}
.createDouble_box .choose_sub .name{
    color: #185FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.createDouble_box .choose_sub .change_icon{
    position: absolute;
    right: 15px;
    top: 27px;
}
.createDouble_box .m_ipt_bodyB{
    position: absolute;
    right: 15px;
    top: 0;
}
.createDouble_box .m_ipt_groups{
    position: relative;
}
.weui-switch {
    display: block;
    position: relative;
    width: 52px;
    height: 24px;
    border: 1px solid #DFDFDF;
    outline: 0;
    border-radius: 16px;
    box-sizing: border-box;
    background-color: #DFDFDF;
    transition: background-color 0.1s, border 0.1s;
    cursor: pointer;
}
.weui-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 22px;
    border-radius: 15px;
    background-color: #FDFDFD;
    transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}
.weui-switch:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}
.weui-switch-on {
    border-color: #0C58FF;
    background-color: #0C58FF;
}
.weui-switch-on:before {
    border-color: #0C58FF;
    background-color: #0C58FF;
}
.weui-switch-on:after {
    transform: translateX(30px);
}
.project_list_box li{
    padding-left: 15px;
    background-color: #fff;
    margin-top: 15px;
    padding-top: 15px;
}
.project_list_box li:last-child{
    margin-bottom: 0;
}
.project_list_box li .title{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
    padding-right: 15px;
}
.project_list_box li .title .label{
    line-height: 18px;
    color: #fff;
    display: inline-block;
    background-color: #FFA603;
    padding: 0 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: normal;
}
.project_list_box li .txt2{
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    display: block;
}
.project_list_box li .msg_box{
    padding: 10px 0;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.project_list_box li .msg_box.msg_boxB{
    display: flex;
    justify-content: space-between;
}
.project_list_box li .msg_box.msg_boxB{
    border-bottom: none;
}
.project_list_box li .msg_item{
    padding: 10px 0;
}
.project_list_box li .msg_item .img{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.project_list_box li .msg_item .img1{
    background: url("../img/icon5.png") no-repeat center center;
    background-size: 40px 40px;
}
.project_list_box li .msg_item .img2{
    background: url("../img/icon6.png") no-repeat center center;
    background-size: 40px 40px;
}
.project_list_box li .msg_item .img3{
    background: url("../img/icon7.png") no-repeat center center;
    background-size: 40px 40px;
}
.project_list_box li .txt3{
    float: left;
}
.project_list_box li .toReview{
    float: right;
    line-height: 26px;
    padding: 0 13px;
    font-size: 14px;
    color: #fff;
    background: #185FFF;
    border-radius: 30px;
    margin-top: 8px;
}
.project_list_box li .msg_item .num1{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.project_list_box li .msg_item .num2{
    color: #666666;
    font-size: 12px;
}
.project_list_box li .msg_item .num2 span{
    padding-right: 10px;
}
.project_list_box li .operate{
    display: flex;
    justify-content: space-between;

    padding-right: 15px;
}
.project_list_box li .operate a{
    color: #185FFF;
    font-size: 14px;
    padding: 20px 0;
}
.project_list_box li .operate a.del{
    color: #D81E06;
}
.edit_iconC{
    background: url("../img/edit_iconB.png") no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.edit_iconD{
    background: url("../img/edit_iconC.png") no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.del_red_icon{
    background: url("../img/delete_red_icon.png") no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.return_icon{
    background: url("../img/return_icon.png") no-repeat center center;
    width: 18px;
    height: 14px;
    background-size: auto 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.join_project_list{

}
.join_project_list li{
    padding-left: 15px;
    background-color: #fff;
    margin-top: 15px;
    padding-top: 15px;
}
.join_project_list li .title{
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-right: 15px;
}
.join_project_list li .title .label{
    line-height: 18px;
    color: #fff;
    display: inline-block;
    background-color: #FFA603;
    padding: 0 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: normal;
}
.join_project_list li .txt2{
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    padding-right: 15px;
}
.join_project_list li  .num{
    float: left;
    font-size: 12px;
    color: #333;
}
.join_project_list li  .status{
    float: right;
    font-size: 12px;
}
.join_project_list li .bottom_box{
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
.join_project_list li .msg_item{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    padding-right: 15px;
}
.join_project_list li .msg_item .txt3{
    font-size: 14px;
    color: #666;
}
.join_project_list li .msg_item .txt4{
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: #333;
}
.join_project_list li .msg_item.msg_itemB .txt3{
    margin-bottom: 5px;
}
.join_project_list li .msg_item.msg_itemB .txt4{
    flex: auto;
    text-align: left;
}
.join_project_list li .msg_item:last-child{
    margin-bottom: 0;
}
.join_project_list li .operate{
    display: flex;
    justify-content: space-around;
    padding-right: 15px;
}
.join_project_list li .operate a{
    color: #185FFF;
    font-size: 14px;
    padding: 20px 0;
}
.ok_invite_icon{
    background: url("../img/ok_invite_icon.png") no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: auto 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.no_invite_icon{
    background: url("../img/no_invite_icon.png") no-repeat center center;
    width: 14px;
    height: 14px;
    background-size: auto 14px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
}
.review_boxB{
    margin: 15px;
}
.review_boxB li{
    background-color: #fff;
    padding-left: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    margin-bottom: 15px;
}
.review_boxB .top{
    line-height: 50px;
    padding-right: 15px;
    border-bottom: 1px solid #E6E6E6;
}
.review_boxB .top .title{
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.review_boxB .top .status{
    float: right;
    font-size: 14px;
    color: #333;
}
.review_boxB .top .title .label{
    background: #FFA603;
    box-shadow: 0px 2px 16px 0px rgb(194 194 194 / 50%);
    line-height: 20px;
    padding: 0 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.review_boxB .top .title .label.teacher{
    background: #175FFF;
    box-shadow: 0px 2px 16px 0px rgb(194 194 194 / 50%);
    line-height: 20px;
    padding: 0 12px;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.review_boxB .bottom{
    display: flex;
    justify-content: space-around;
    padding-right: 15px;
}
.review_boxB .bottom{
    border-top: 1px solid  #E6E6E6
}
.review_boxB .bottom a{
    font-size: 14px;
    padding:20px 0;
    display: block;
}
.review_boxB .centerB{
    padding: 15px 0;
    padding-right: 15px;
    padding-bottom: 0;
}
.review_boxB .centerC{
    border-bottom: none;
}
.project_list_boxB{
    margin: 15px;

}
.project_list_boxB li{
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
    margin-top: 0;
    padding-top: 0;
}
.project_list_boxB  li .msg_box{
    border-bottom: none;
}
.status_item_box{}
.status_item_box .status_item{
    font-size: 12px;

}
.status_item_box .status_item .txt2{
    line-height: 1.5;
    padding: 10px 13px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 8px;
    font-size: 14px;
    box-sizing: border-box;
}
.status_item_box .status_item .txt4{
    display: block;
}
.status_item_box .status_item.red_item .txt3{
    color: #FF0000;
    margin-bottom: 10px;
}
.status_item_box .status_item.gray_item .txt2{
    background: rgba(156, 156, 156, 0.14);
    color: #9C9C9C;
}
.status_item_box .status_item.blue_item .txt2{
    background: rgba(61, 144, 229, 0.14);
    color: #3D90E5;
}
.status_item_box .status_item.red_item .txt2{
    background: rgba(255, 102, 102, 0.14);
    color: #FF6666;
}
.status_item_box .status_item .status_icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px 16px;
    margin-right:8px;
    vertical-align: middle;
    margin-top: -3px;
}
.status_item_box .status_item.blue_item .status_icon{
    background: url("../img/status_blue.png") no-repeat center center;
}
.status_item_box .status_item.red_item .status_icon{
    background: url("../img/status_red.png") no-repeat center center;
}
.status_item_box .status_item.gray_item .status_icon{
    background: url("../img/status_gray.png") no-repeat center center;
}
.tabNavBox .select_item_box{
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    height: 52px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
}
.tabNavBox .select_item_box .select_item{
    font-size: 16px;
    color: #444;
    padding-right: 20px;
    background: url(../img/up_black.png) no-repeat right 9px;
    background-size: 14px;
}