/***样式表****/
/***样式表****/
/***样式表****/
/***样式表****/
/***样式表****/
/*****样式表***/
/*****样式表***/
/*****样式表***/
.recom_list ul li {
    position: relative;}

.recom_list ul li:nth-of-type(odd) {
    float: left;
    width: 33.33333%;
    border-radius: 3px;
    background: #118AFF;}

.recom_list ul li:nth-of-type(even) {
    float: left;
    width: 33.33333%;
    border-radius: 3px;
    background: #005096;}

.recom_list ul li a > .recom_img {
    width: 91%;
    height: 306px;
    margin: 18px 0 0 18px;
    transition: all 0.3s;
    box-shadow: 0 0 30px rgba(0,0,0,0);
    overflow: hidden;}

.recom_list ul li a > .recom_img img {
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;}

.recom_list ul li:hover a > .recom_img img {
    transform: scale(1.2);}

.recom_list ul li:nth-of-type(odd) a h4 {
    height: 50px;
    line-height: 50px;
    background: #118AFF;
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 24px;
    color: #fff;
    transition: all 0.3s;
    padding: 0;
    box-shadow: none;}

.recom_list ul li:nth-of-type(even) a h4 {
    height: auto;
    line-height: 50px;
    background: #005096;
    position: absolute;
    top: 18px;
    left: 18px;
    font-size: 24px;
    color: #fff;
    transition: all 0.3s;
    padding: 0;
    box-shadow: none;}

.recom_list ul li:nth-of-type(odd) a h4 span {
    margin: 0 15px;
    background-color: #fff;
    font-size: 12px;
    color: #118AFF;
    border-radius: 2px;
    padding: 2px 5px;
    vertical-align: top;}

.recom_list ul li:nth-of-type(even) a h4 span {
    margin: 0 15px;
    background-color: #fff;
    font-size: 12px;
    color: #005096;
    border-radius: 2px;
    padding: 2px 5px;
    vertical-align: top;}
.recom_title {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px;}
.recom_list_main {
    width: 91%;
    margin: -4px 0 15px 18px;
    padding: 15px 0 100px 0;
    transition: all 0.3s;}

.recom_list ul li:hover .recom_list_main {
    background: rgba(0,0,0,0.2);}

.v9black_recom_list_tea {
    background: url(images/ic_teacher.png) no-repeat left 3px;
    padding-left: 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    margin: 0 20px 0 5px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.v9black_recom_list_dept {
    float: right;
    color: #fff;
    font-size: 16px;
    width: 35%;
    margin-right: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;}
