/*article==echinacities文章页样式*/

/*article-featuredmenu==文章页图片轮播导航*/
.featured_menubtnl,.featured_menubtnr{width: 2%; display: inline-block; height: 80px; background: #f0f0f0; width: 4%;}
.featured_menubtnl:hover,.featured_menubtnr:hover{background: #e6e6e6;}
.featured_menubtnl span,.featured_menubtnr span{display: inline-block; padding-top: 30px; color: #888;}
.featured_menubtnl{float: left;}
.featured_menubtnr{float: right;}
.featured_menu{padding: 15px 0 10px; font-size: 0.85em; text-align: center; clear: both;}
.featured_menu li{display: inline-block;}
.featured_menu li a{display: inline-block; width: 100%; height: 100%;}
.featured_menuwapwrap{white-space: nowrap; width: 100%; overflow-x: auto;}
.featured_menuwapwrap li{margin-right: 5px;}
.featured_menuwapwrap a{display: inline-block; padding: 10px 15px; font-size: 1em; white-space: nowrap;}
.featured_menuwapwrap li:nth-child(odd){background-color:rgba(0,174,104,0.12);}
.featured_menuwapwrap li:nth-child(even){background-color:rgba(240,142,0,0.12);}
.featured_menupcwrap{display: inline-block; width: 90%;}
.featured_menupcwrap li{width: 100%;}
.featured_menupcwrap .featured_menupc{display: none;}
.featured_menupc.visible{display: inline-block;}
.featured_menupc li{width: 19.5%; padding:0 0.5%; height:80px;}
.featured_menupc li a{position: relative; background-size: cover; background-repeat: no-repeat;}
.featured_menupc li span{display:inline-block; position: absolute; bottom: 0; left: 0; right: 0; padding: 5px; background-color:rgba(0,0,0,0.2); color: #fff; width: 100%;}

/*star-score==文章热度星级*/
.score_container {float:right; display:inline-block;width:80px; padding:0px;background:url(/static/img/score.png) 0 2px;text-align: left;height: 18px;}
.mouse_score {display:inline-block;height:16px;background:url(/static/img/score.png) 0 34px;}

/*pad*/
@media screen and (min-width: 768px) and (max-width: 992px){
}
/*wap*/
@media (max-width: 767px) {
  .score_container{display: none;}
}

/* lookForJobBox list */
.lookForJobBox{font-family: Helvetica, Arial, 'microsoft yahei'; width: 100%; margin-bottom:15px; overflow: hidden; color: #fff; position: relative; background: #235b99; z-index: 0; padding:25px 35px;}
.lookForJobBox:before{width: 100%; height: 100%; background: url('/static/echina/img/article/lookingfor.jpg') no-repeat center center; background-size: cover; content: ""; position: absolute; top: 0; left: 0; z-index: -1; filter:alpha(opacity=20); -moz-opacity:0.20; opacity:0.20;}
.lookForJobBox a,.lookForJobBox a:hover{text-decoration: none!important; display: block;}
.lookForJobBox h2,.lookForJobBox h5{font-weight: normal; display: inline-block; color: #fff; font-size: 20px; margin:10px 0;}
.lookForJobBox button{background-color: #ffe063; border: 1px solid #ffe063; font-size: 18px; padding:7px; display: inline-block; color: #222; text-decoration: none!important; width: 100%; text-align: center;}
@media (max-width: 1200px){
    .lookForJobBox{padding: 20px 35px;}
    .lookForJobBox h2,.lookForJobBox h5{margin: 0; font-size: 18px;}
    .lookForJobBox h2{margin-bottom: 5px;}
    .lookForJobBox button{margin-top: 5px;}
}
@media (max-width: 767px){
    .lookForJobBox{padding: 20px 15px; text-align: center;}
    .lookForJobBox h2{font-size: 20px;}
    .lookForJobBox h5{font-size: 14px; display: block;}
    .lookForJobBox button{margin-top: 15px;}
}


/*---------------------------lwl--------------------------------*/
.featured_menupcwrap{display: inline-block; width: 90%;overflow: hidden;}
.featured_menupcwrap .featured_menupc{display: none;}
.featured_menupcwrap.visible{display: inline-block;}
.featured_menupcwrap li{width: 145px; padding:0 0.5%; height:80px;position: relative;}
.featured_menupcwrap li a{position: relative; background-size: cover; background-repeat: no-repeat;}
.featured_menupcwrap li span{display:inline-block; position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 0; background-color:rgba(0,0,0,0.26); color: #fff; width: 100%;}

.featured_menupcwrap li img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;  }