.sidebar ul li.on a{background: #666;color:#fff}
.img-cover img{height: 145px;}
.list-egg{padding: 10px 5px;}
.list-egg a{
    font-size: 12px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
/*推荐咨询*/
.recommend{border: 1px solid #f8f8f8;}
.recommend .tit{
    height: 2.5rem;
    color: #FFCC00;
    line-height: 2.5rem;
    padding-left: 1.25rem;
    border-bottom: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}
.recommend .tit a{font-size: .875rem;float: right;right: 10px;margin-right: 15px;}
.recommend  .article-listl{padding: 2%;}
.recommend  .article-list li{
    width: 48%;
    padding: 8px 6.25rem 8px 1.5625rem;
    position: relative;
    box-sizing: border-box;
}
.recommend  .article-list li a{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.recommend  .article-list li a:hover,.recommend .recommend-pic-list li a:hover{color: #FFCC00;}
.recommend  .article-list li span{position: absolute;right: 10px;top: .625rem}
.recommend  .article-list li::before{
    position: absolute;
    left: .625rem;
    top: 55%;
    content: "";
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 4px solid #ea3516;
    border-bottom: 3px solid transparent;
}
.recommend .recommend-pic-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.recommend .recommend-pic-list li{
    width: 20%;
    text-align: center;
    padding: 1.25rem 10px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
}
.recommend-pic-list .text h4{margin: 5px 0;font-weight: normal;}
.recommend-pic-list .text p{
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/*page*/
.pagediv{ clear:both; padding:10px 0; text-align:center; color:#666666; font-size:14px;}
.pagediv a{color:#666666;}
.pagediv .pagination_index_last *{vertical-align:middle\9;}
.pagediv li{margin:0 2px 5px;display: inline-block;}
.pagediv li a, .pagediv .active, .pagination_index_last a{ display:inline-block; padding:0 10px; line-height:30px; border:#dfdfdf 1px solid; border-radius:3px; transition: all .2s; -webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv .active{ border-color:#00679d; background:#00679d; color:#fff;}
.pagediv .active a{display:inline; padding:0; background:none; color:#fff; border:none;}
.pagediv a:hover{background:#00679d; border-color:#00679d; color:#fff; text-decoration:none;}
.pagination_index_last{ padding-left:15px;}
.pagination_index_last a{font-weight:bold;}
#pagination_input{width:40px; margin:0 2px; height:28px; border:#dfdfdf 1px solid; background:#fff; text-align:center; border-radius:3px;}

@media (max-width:992px) {
    .informantion{display: none;}
    .recommend .recommend-pic-list li{width: 25%;}
}
@media (max-width:756px){
    .recommend .article-list li{width: 100%;padding: 8px 0.25rem 8px 1.5625rem;}
    .recommend .recommend-pic-list li{width: 33.333%;}
    .secondary-column{justify-content:space-between}
    .secondary-column li{width: 32%;margin: 0 0 10px 0;}
    .recommend .recommend-pic-list li{width: 50%;padding: 10px;}
}
@media (max-width:640px){
}