/**
    留学就业
 */
/** 左右互换 */
.block-content {
   flex-direction: row-reverse;
}

/**
热门资讯推荐
 */


.left-hot-rec {
   width: 320px;
   display: flex;
   flex-direction: column;
   margin-top: 20px;
   border: 1px solid #DDDDDD;
   border-top: 0px;
   padding-bottom: 40px;
}
.left-menu-title {
   width: 100%;
   height: 70px;
   border-radius: 2px 2px 2px 2px;
   border-top: 5px solid #BE0000;
   line-height: 70px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   padding: 0px 30px;
   background: url("../images/hot.jpg") repeat;
}

.left-menu-title > img {
   margin-right: 10px;
}
.left-menu-title > span {
   width: 96px;
   height: 25px;
   font-size: 24px;
   color: #333333;
   line-height: 30px;
   text-align: left;
   font-style: normal;
   text-transform: none;
}
.left-hot-rec-list {
   padding: 15px 30px;
}

.left-hot-rec-list ul {
    list-style: none;

}

.left-hot-rec-list ul li {
   height: 40px;
   line-height: 40px;
}

.left-hot-rec-list ul li a {
    color: #333;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}