/* ----------------------------------- 搜索页面样式 ----------------------------------- */
/* 搜索框 */
.search-body {
   width: 100%;
   min-width: 1140px;
   min-height: 600px;
}
.search-head {
    padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(28,30,32,.04);
}
.search-center {
    width: 1140px;
    margin: 0 auto;
}
.search-input {
    position: relative;
    width: 800px;
    height: 48px;
    margin: 0 auto;
}
.search-content {
    width: 700px;
    height: 48px;
    line-height: 48px;
    padding: 0 8px;
    font-size: 16px;
    color: #333;
    background-color: #ededed;
    border: 2px solid #ededed;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-sizing: border-box;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 48px;
    line-height: 48px;
    background-color: #fe6a00;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

/* 搜索结果 */
.search-main {
    margin: 40px auto;
    width: 1140px;
    overflow: hidden;
}
.search-main a:hover {
    text-decoration: none;
}
.search-left {
    width: 840px;
    background-color: #fff;
    float: left;
    border-radius: 4px;
}
.search-list {
    padding: 25px;;
}
.search-tabs {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: -6px;
    margin-bottom: 32px;
}
.search-tabs li {
    float: left;
    margin-right: 15px;
}
.search-tabs li a {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
}
.search-tabs li.active a {
    border-bottom: 2px solid #fe6a00;
    color: #fe6a00;
    margin-top: -1px;
}
@media (min-width: 1300px) {
    .search-left { width: 940px; }
}

#result-content-list .tabs-pane { display: none; }
#result-content-list .tabs-pane.active { display: block; }

/* 无结果 */
.noresult { display: none; font-size: 14px;color: #333; margin: 32px 0;}
.noresult .hl { color: #fe6a00;font-weight: bold; }
.noresult .advise { margin-top: 8px; }
.noresult .advise-list { margin-top:4px; padding-left: 24px; line-height: 1.8; }
.noresult .advise-list li { list-style-type: disc; }
.noresult .advise-list li.feedback > span { color: #fe6a00; cursor: pointer; }
.noresult .advise-list li.feedback > span:hover { color: #f16500; }

/* 课程卡片 */
.pro-card-list { margin-top: 16px; }
.pro-card { width: 205px; margin: 0 23px 25px 0; cursor: pointer;
    -webkit-transition: all .2s ease-in;
            transition: all .2s ease-in;
}
.pro-card:nth-child(4n) { margin-right: 0; }
.pro-card:hover { 
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); 
}
.pro-card > a { display: block; color: #333; }
.pro-card > a:hover { color: #fe6a00; }
.pro-card .img { width: 100%; height: 120px; position: relative;text-align: center;background-color: #ddd;border-radius: 4px;}
.pro-card .img img {display: block;width: 100%;height: 100%;border-radius: 4px;}
.pro-card .pro-view { 
    position: absolute;
    right: 6px;
    bottom: 6px;
    background-color: rgba(0,0,0,.4);
    line-height: 18px;
    border-radius: 8px;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    min-width: 30px; 
}
.pro-card .pro-view-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url("//7n.w3cschool.cn/statics/images/w3c/course-view-ico.png") no-repeat center center/contain;
}
.pro-card .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
}
.pro-card .label .pro-type {
    display: inline-block;
    background: rgba(7,17,27,.4);
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 4px;
}
.pro-card .info-wrap { padding: 10px 0 0; color: #333; }
.pro-card .des { font-size: 15px; font-weight: 600; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px;height: 42px;}
@media (max-width: 1300px) {
    .pro-card { width: 180px; }
    .pro-card .img { height: 100px; }
}
.pro-cell { margin-top: 16px; }
.pro-cell .cell-title { color: #333; font-size: 16px; line-height: 24px; }
.pro-cell .decorate:before {content: "";display: inline-block;width: 7px;height: 7px;margin-right: 8px;margin-bottom: 2px;vertical-align: middle;background-color: #fe6a00;}
.pro-cell .cell-title .more { display: none; color: #666; font-size: 14px;font-weight: normal;cursor: pointer; }
.pro-cell .cell-title .more:hover { color: #fe6a00; }

 /* 词条 */
 .entry-total { margin: 16px 0; padding: 0 15px; height: 40px; background-color: #f5f5f5; color: #666; font-size: 14px; line-height: 40px; }
 .entry-item { padding: 10px 5px; font-size: 14px; }
 .entry-item:hover { background-color: #fff8dc; }
 .entry-item > h2 { font-size: 14px; }
 .entry-item > h2 > a { color: #0474c8; text-decoration: underline; }
 .entry-item > h2 > a:hover { text-decoration: underline; }
 .entry-item em { color: #d0021b; font-weight: 600; font-style: normal; }
 .entry-item p { margin-top: 5px; color: #666; line-height: 22px; }
 .entry-item .url { color: #008000; font-size: 12px; }

/* 其它 */
.result-header {
    background-color: #F5F5F5;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}
.search-total {
    display: block;
    float: left;
}
.search-total b {
    color: #333;
}
.search-con {
   float: right;
   margin-left: 10px;
   width: 60px;
}
.search-con a {
   display: block;
   text-align: center;
   color: #333;
}
.down-icon {
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background: url("../yimages/icon2.png") no-repeat scroll center center;
}
.search-con .down {
    display: none;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2;
    border: 1px solid #CCC;
    background-color: #FFF;
}
.search-con .down a {
    padding: 12px 34px 12px 20px;
    display: block;
    font-size: 13px;
    color: #777;
    white-space: nowrap;
}
.search-result {
    /*margin-top: 20px;*/
    padding: 10px 5px;
}
.search-result:hover {
    background-color: #fff8dc;
}
.search-result h2 {
    line-height: 30px;
}
.search-result a {
    font-size: 14px;
    color: #0474c8;
    text-decoration: underline;
}
.search-result a:hover {
    text-decoration: underline;
    color: #0474c8;
}
.search-result p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 5px; 
}
.search-result em{
    color: #D0021B;
    font-weight: bold;
    font-style: normal;
}
/* 右侧 */
.search-right {
    float: right;
    width: 250px;
}
.hot-search{
    margin-bottom: 30px;
}
.hot-search h4, .hot-salec h4 {
    padding-bottom: 8px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #E6E6E6;
}
.hot-keywords a,.skill-menu a {
    display: inline-block;
    margin: 10px 10px 5px 0;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    font-size: 12px;
    background-color: #fff;
    color: #333;
    border-radius: 20px;
}
.hot-keywords a:hover,.skill-menu a:hover {
    color: #fe6a00;
}
/* 热门课程 */
.hot-salec .pro-card { width: 48%; margin: 0 4% 6% 0; }
.hot-salec .pro-card:nth-child(2n) { margin-right: 0; }
.hot-salec .pro-card .img { height: 69px; }
.hot-salec .pro-card .des-wrap { padding: 6px 0; }
.hot-salec .pro-card .des { height: 36px; font-size: 12px; }