.main .wape-right {
    
}

.main .wape-right .biaoTi span {
    font-size: 14px !important;
    color: #999 !important;
}

.main .wape-right .biaoTi span a {
    font-size: 14px;
    color: #999;
}

.list {
    border: 1px solid #eee;
    margin-top: 20px;
    font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;
}

/*
.list li {
    background:url('../images/jt.jpg') no-repeat left center;
    border-bottom: 1px dotted;
    margin-left: 10px;
}
*/
.list li {
    /*width: 100%;*/
    padding: 14px 0;
    cursor: pointer;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-left: 20px;
}
.list li a {
    /*padding-left: 15px;*/
    width: auto !important;
    font-size: 16px;
}
.list li span {
    float: right !important;
}

.list li .list_time {
    width: 65px;
    text-align: center;
}

.list li .list_time .day {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #f8f8f8;
    background: #ec0b0b;
    border-radius: 1em 1em 0 0;
    font-weight: bold;
}

.list li .list_time .month {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #000;
    background: #eeeeef;
    border-radius: 0 0 0.5em 0.5em;
    font-family: consolas;
    font-weight: bold;
}

.list li .list_wen {
    width: 635px;
    margin-left: 20px;
}

.list li .list_wen .tit {
    color: #666;
    font-size: 16px;
    display: block;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    padding: 0;
    font-weight: bold;
}

.list li .list_wen p {
    font-size: 14px;
    color: #7d7d7d;
    /*width: 100%;*/
    margin: 16px 10px 0 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*师资队伍*/
.szdw_list {
    margin-top: 50px;
}

.szdw_list .xm {
    clear:both;
    width: 100%;
    text-align: left;
    height: 30px;
    background: #eee;
    margin: 10px auto;
    line-height: 30px;
}

.szdw_list ul {
    display: block;
    /*overflow: hidden;*/
}

.szdw_list li {
    width: 150px;
    text-align: center;
    float: left;
    /*margin: 0 18px;*/
    background: #fff;
}

.szdw_list li:hover {
    transform: scale(1.4);
    transform: scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.2);
    -webkit-transform: all 1s ease 0s;
}

.szdw_list li a:hover {
    box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.55);
    display: inline-block;
}

.szdw_list .xm a {
    font-family: 黑体;
    font-size: 18px;
    margin-left: 10px;
}

.szdw_list li .tit {
    text-align: center;
    padding: 10px 0;
}



.szdw_list li a .img {
    width: 150px;
    height: 120px;
    margin-top: 10px;
}

.szdw_list li a .img img {
    width: auto;
    height: 120px;
    border-radius: 50%;
}