.info{
    margin-top: 20px;
    padding: 0 15px;
    width: 100%;
}
.info table.tb-info{
    width: 100%;
    background: #fff;
}
.info .tb-info tr td{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}
.info .tb-info tr:nth-child(even){
    background: #f5f7ff;
}
.info .tb-info tr td:nth-child(odd){
    width: 15%;
    color: #7c7c7c;
}
.info .tb-info tr td:nth-child(even){
    width: 30%;
    color: #000;
    white-space: nowrap;
}
.pic img{
    width: 138px;
    height: 190px;
}
.dy-school-calc-report-title{
    padding: 15px;
    border-bottom: 1px solid #e2e9f4;
    color:#4489fe;
    font-size: 16px;
    text-align: left;
}
.dy-school-calc-tab{
    border-bottom: 1px solid #e2e9f4;
    margin-top: 20px;
    padding-left: 30px;
}
.dy-school-calc-tab li{
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
    cursor: pointer;
}
.dy-school-calc-tab li.active{
    color:#4489fe;
    border-bottom: 2px solid #4489fe;
}
.dy-school-calc-con>li{
    display: none;
}

/*学习经历*/
.dy-school-two-td{
    vertical-align: top;
    position: relative;
    width: 60px;
}
.dy-school-grade-year{
    height: 100%;
    width: 60px;
}
.dy-school-grade-year .dy-year-circle{
    position: absolute;
    z-index: 2;
    color:#7dadff;
    right: 20px;
    top: 10px;
}
.dy-school-grade-year::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    right: 27px;
    top: 0;
    background: #e2e9f4;
    z-index: 1;
}
.dy-school-grade-year .year{
    padding-top: 10px;
    display: inline-block;
    color:#4489fe;
}

.dy-teacher-learning-experience-tb {
    border: 1px solid #e2e9f4;
    width: 100%;
    margin-bottom: 20px;
}
.dy-teacher-learning-experience-tb th {
    background: #f5f7ff;
    padding: 10px;
}
.dy-teacher-learning-experience-tb td {
    padding: 10px;
}
.dy-teacher-learning-experience-tb tr .tit{
    color:#7c7c7c;

}
.dy-teacher-learning-experience-tb tr .tit{
    vertical-align: top;
}

/*职称职务*/
.dy-teacher-title-position{

}
.dy-line-btns{
    position: absolute;
    width:100%;
    top: 200px;
    left: 0;
}
.dy-line-btns .middle-line{
    height: 2px;
    width:100%;
    background: #e2e9f4;
}
.dy-line-btns .leftBtn, .dy-line-btns .rightBtn{
    font-size: 24px;
    position: absolute;
    top: -15px;
    background: #fff;
    color:#999;
}
.dy-line-btns .leftBtn{
    left: 0;
}
.dy-line-btns .rightBtn{
    right: 0;
}
.dy-teacher-calc-position-box{
    padding: 100px 50px 0 50px;
    overflow: hidden;
    height: 248px;
}
.dy-teacher-calc-position-ul{
    width: 99999px;
    overflow: hidden;
}
.dy-teacher-calc-position-ul li{
    position: relative;
    text-align: center;
    width: 250px;
    float: left;
}
.dy-teacher-calc-position-ul li .dy-teacher-calc-position-name{
    color:#666;
}
.dy-teacher-calc-position-ul li .icon-circle{
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -8px;
    color:#7dadff;
    cursor: pointer;
}
.dy-teacher-calc-position-ul li .icon-circle:hover{
    font-size: 18px;
    top: 39px;
    margin-left: -9px;
}
.dy-teacher-calc-position-ul li img, .dy-teacher-calc-position-ul li .no-picture{
    margin-top: 60px;
}
.dy-teacher-calc-position-tit{
    color:#4489fe;
    padding: 30px 0 0 20px;
}
.dy-teacher-calc-position-tit span{
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #4489fe;
    vertical-align: middle;
    margin-right: 5px;
}
.dy-teacher-calc-position-modal{
    position: absolute;
    display: none;
    bottom: 115px;
    left: 50%;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 10px 0 10px 10px;
    z-index: 2;
    width: 200px;
    text-align: left;
    line-height: 26px;
    margin-left: -100px;
    font-size: 12px;
}
.dy-teacher-calc-position-modal-tit{
    font-weight: bold;
    font-size: 14px;
    color:#666;
}
.dy-teacher-calc-position-modal::before, .dy-teacher-calc-position-modal::after{
    position: absolute;
    content: '';
    display: block;
    border-width: 8px;
    border-style: solid;
    left: 50%;
    width: 0;
    height: 0;
    font-size: 0;
    margin-left: -8px;
}
.dy-teacher-calc-position-modal::before{
    border-color: #c8c8c8 transparent transparent transparent;
    bottom: -17px;
}
.dy-teacher-calc-position-modal::after{
    border-color: #fff transparent transparent transparent;
    bottom: -16px;
}

/*任课经历*/
.dy-teacher-calc-teaching-box{
    padding: 40px 50px 0 50px;
    height: 400px;
    overflow: hidden;
}
.dy-teacher-calc-teaching-ul{
    width: 9999px;
}
.dy-teacher-calc-teaching-ul li{
    position: relative;
    text-align: center;
    width: 250px;
    float: left;
    margin: 0 20px;
}
.dy-teacher-calc-teaching-ul li:nth-child(even){
    margin-top: 162px;
}

.dy-teacher-calc-teaching-ul li .icon-circle{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -8px;
    color:#7dadff;
}
.dy-teacher-calc-teaching-ul li:nth-child(even) .icon-circle{
    top: -11px;
}
.dy-teacher-calc-teaching-tit{
    color: #4489fe;
    padding: 30px 0 0 20px;
}

.dy-teacher-calc-teaching-modal{
    position: relative;
    /* top: -45px;
     left: 50%;*/
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 10px 0 10px 10px;
    z-index: 2;
    width: 280px;
    text-align: left;
    line-height: 24px;
    /* margin-left: -100px;*/
    font-size: 12px;
    margin-top: 0px;
}
.dy-teacher-calc-teaching-modal-tit{
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color:#666;
}
.dy-teacher-calc-teaching-modal::before, .dy-teacher-calc-teaching-modal::after{
    position: absolute;
    content: '';
    display: block;
    border-width: 8px;
    border-style: solid;
    left: 50%;
    width: 0;
    height: 0;
    font-size: 0;
    margin-left: -8px;
}
.dy-teacher-calc-teaching-modal::before{
    border-color: #c8c8c8 transparent transparent transparent;
    bottom: -17px;
}
.dy-teacher-calc-teaching-modal::after{
    border-color: #fff transparent transparent transparent;
    bottom: -16px;
}
.dy-teacher-calc-teaching-ul li:nth-child(even) .dy-teacher-calc-teaching-modal::before{
    border-color: transparent transparent #c8c8c8 transparent;
    top: -17px;
}
.dy-teacher-calc-teaching-ul li:nth-child(even) .dy-teacher-calc-teaching-modal::after{
    border-color: transparent transparent #fff transparent;
    top: -16px;
}
.dy-teacher-calc-teaching-cls{
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 200px;
    overflow: auto;
}
.dy-teacher-calc-teaching-ul li:hover .dy-teacher-calc-teaching-cls{
    display: block;
}

/*教学成绩*/
.dy-teacher-calc-achievement-ul li{
    float: left;
    border: 1px solid #4489fe;
    padding: 2px 10px;
    cursor: pointer;
}
.dy-teacher-calc-achievement-ul li.active{
    color:#fff;
    background: #4489fe;
    cursor: default;
}
.dy-achievement-head{
    padding: 20px;
}

/*教研活动*/
.dy-active-year{
    color:#4489fe;
    font-weight: bold;
}
.dy-active-ul li{
    margin-bottom: 20px;
}
.dy-active-year{
    width: 120px;
    text-align: right;
    margin-bottom: 20px;
}
.dy-active-left{
    width: 120px;
    float: left;
    text-align: right;
}
.dy-active-right{
    border: 1px solid #e2e9f4;
    margin-left: 150px;
    padding: 15px;
    overflow: hidden;
}
.dy-active-right-name{
    color:#333;
    margin-bottom: 15px;
}
.dy-active-right-con-item{
    width: 25%;
    float: left;
}
.dy-active-right-con-item-tit{
    color:#7c7c7c;
    margin-right: 5px;
}
.simple-tb{
    width: 100%;
    margin-bottom: 20px;
}
.simple-tb td{
    border: 1px solid #dedede;
    padding: 10px;
}
.text-link{
    color:#4489fe;
    cursor: pointer;
}

.award-info{
    position: relative;
    display: none;
}
.award-info .award-tb-div{
    position: absolute;
    bottom: 25px;
    right: 50%;
    margin-right: -100px;
    display: none;
    z-index: 999;
    background: #fff;
    width: 200px;
    border: 1px solid #dedede;
    padding: 10px 0;
    box-shadow: 5px 5px 5px #cfcfcf;
}
.award-info:hover .award-tb-div{
    display: block;
}
.award-info .award-tb-div td{
    padding: 5px 10px;
    text-align: center;
    width: 50%;
}
.award-info tr td:nth-child(odd){
    width: 50%!important;
}
