

.myc_bd {
    padding-top: 10px;
}

.whitebg {
    background: #fff;
}

.mybd_cnt {
    padding: 24px 30px 60px 30px;
    color: #676464;
    min-height: 400px;
    position: relative;
}
.wp{
    max-width: 1200px;
}

.courseBar .course_bar_search {
    /* float: left; */
    padding-left: 10px;
    width: 232px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #c5c5c5;
    position: relative;
    margin-left: 10px;
}

.courseBar .course_bar_search input::-moz-placeholder,
.courseBar .course_bar_search input:-moz-placeholder {
    line-height: 34px;
}

.courseBar .course_bar_search .courseClose {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.courseBar .course_bar_search .txtSearchName {
    height: 32px;
    width: 200px;
    border: none;
    box-sizing: border-box;
    vertical-align: middle;
}


/* input背景字体样式 */

.courseBar .course_bar_search ::-webkit-input-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #cccccc;
}

/* input背景字体样式 */

.courseBar .course_bar_search ::-moz-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #cccccc;
}

/* input背景字体样式 */

/* firefox 19+ */

.courseBar .course_bar_search :-ms-input-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #cccccc;
}

/* input背景字体样式 */

/* ie */

.courseBar .course_bar_search input:-moz-placeholder {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #cccccc;
}

.courseBar .course_bar_search .searchCourse {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.courseBar .course_bar_search .txtSearchSelect {
    width: 232px;
    height: 34px;
    border: none;
    box-sizing: border-box;
    vertical-align: middle;
    padding-left: 0;
}
.courseBar > .course_bar_box {
    margin-bottom: 10px;
}

.courseBar .subjectList,
.courseBar .subjectCategory {
    padding: 12px 0;
    line-height: 24px;
    display: flex;
    align-items: baseline;
}

.courseBar .versionList {
    padding: 8px 0;
    padding-right: 80px;
    display: flex;
    align-items: baseline;
}

.courseBar .versionList .box,
.courseBar .subjectList .box,
.courseBar .subjectCategory .box {
    margin-top: -2px;
    width: 910px;
    display: inline-block;
}

.courseBar .versionList span,
.courseBar .subjectList span,
.courseBar .subjectCategory span {
    display: inline-block;
    margin-right: 24px;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
}

.courseBar .versionList > span:first-of-type,
.courseBar .subjectList > span:first-of-type,
.courseBar .subjectCategory > span:first-of-type {
    margin-right: 15px;
}

.courseBar .versionList span.on,
.courseBar .subjectList span.on,
.courseBar .subjectCategory span.on {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #5fca99;
}

.courseBar .versionList > span:first-child,
.courseBar .subjectList > span:first-child,
.courseBar .subjectCategory > span:first-child {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #888888;
    text-align: center;
}

.courseBar .selectState span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #888888;
}

.courseBar .selectState > span:first-child {
    border: none;
    padding: 0px;
}

.courseBar .moreVersion {
    display: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.courseBar .moreVersion i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/Images/mycourse/ic_down_gray.png) no-repeat 0px 4px;
    margin-left: 4px;
}

.courseBar .moreVersion .up {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/Images/mycourse/ic_up_gray.png) no-repeat 0px 4px;
    margin-left: 4px;
}

.courseBar .moreVersion:hover {
    color: #5fca99;
}

.courseBar .moreVersion:hover i {
    background: url(/Images/mycourse/ic_down_green.png) no-repeat 0px 4px;
}

.courseBar .moreVersion:hover .up {
    background: url(/Images/mycourse/ic_up_green.png) no-repeat 0px 4px;
}

.courseBar .selectState > span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: -2px;
    background: url(/Images/iconsp.png) no-repeat -5px -43px;
    cursor: pointer;
}

.courseBar .select {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.select .selectRight{
    display: flex;
}
.el-input--suffix .el-input__inner{
    height: 34px;
}
.lists{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -20px;
}
.list {
    width: 366px;
    height: 140px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(42, 84, 227, 0.05) 0%, rgba(42, 84, 227, 0) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(42, 84, 227, 0.15);
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    margin-right:20px;

}

.list.color2{
    background: linear-gradient(180deg, rgba(38, 179, 135, 0.05) 0%, rgba(38, 179, 135, 0) 100%);
    border: 1px solid rgba(38, 179, 135, 0.15);
}
.list.color3{
    background: linear-gradient(180deg, rgba(39, 115, 255, 0.04) 0%, rgba(39, 115, 255, 0) 100%);
    border: 1px solid rgba(39, 115, 255, 0.15);
}
.list button{
    border-radius: 0px 10px 0px 10px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 9px 13px;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
}
.list.color1 button{
    background: #E3E9FB;
    color: #2A54E3;
}
.list.color1:hover button{
    background: #2A54E3;
    color: white;
}
.list.color2 button{
    background: #DFF3EE;
    color: #26B387;
}
.list.color2:hover button{
    background: #26B387;
    color: white;
}
.list.color3 button{
    background: #E0ECFF;
    color: #2773FF;
}
.list.color3:hover button{
    background: #2773FF;
    color: white;
}

.list img{
    vertical-align: middle;
}
.list img.choosedImg{
    display: none;
    position: absolute;
    top: 42px;
    right: 40px;
}
.list:hover img.choosedImg{
    display: initial;
}
.name{
    margin-top: 15px;
    line-height: 16px;
}
.name span:nth-child(1){
    font-size: 16px;
    font-weight: bold;
}
.name span:nth-child(2){
    font-size: 16px;
    font-weight: bold;
    color: #121127;
}
.color1 .name span:nth-child(1){
    color: #2A54E3;
}
.color2 .name span:nth-child(1){
    color: #26B387;
}
.color3 .name span:nth-child(1){
    color: #2773FF;
}
.college{
    font-size: 16px;
    color: rgba(18, 17, 39, 0.6);
    line-height: 16px;
    margin-top: 15px;
}