@charset "utf-8";
body{font-size:14px;color:#444;font-family:微软雅黑;background: #efefef;}
.layui-container{max-width:1220px}
.bd5{height:5px;width:100%;background:#efefef}
.bd10{height:10px;width:100%;background:#efefef}
.bd15{height:15px;width:100%;background:#efefef}
.price{color:red}

.btn1{background: #009688 !important;}
.btn1:hover{opacity: 1;}
.join-btn {
    background: #009688;
}
.zhezhao{position:fixed;top:0;filter:alpha(opacity=40%);width:100%;max-width:640px;height:100%;background:#000 !important;z-index:1000;opacity:0.7}
body .yeui-icon{ font-family: "iconfont" !important;}

/*分页样式*/
.page .pagination li{float:left}
.page .pagination li a{border:1px solid #efefef;margin-right:-1px;padding:10px 15px}
.page .pagination  .active span{margin-right:-1px;padding:10px 15px;background:#009688;color:#fff}
.page .pagination .disabled{display:none}


/*公用搜索框*/
.search-box{background:#fff}
.search-box .search-btn{background:#009688;color:#fff}
.search-box  .search-input{width:78%}
.search-box .search-btn{width:22%;height:38px;line-height:38px}



/*专栏列表页*/
.index .list3 .list-item .item-right{height: 90px;}
.index .list3 .list-item .item-right .item-desc{height: 19px;}

/*热门文章*/
.right-list li {
    position: relative;
    padding: 8px 0;
}

.right-list li span {
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.right-list li i {
    position: absolute;
    right: 0;
    color: #ccc;
    top: 0;
}
