.content{
    margin-top:20px;
}
.bread-nav{
    height:40px;
    line-height:40px;
    font-size:12px;
    color:#999;
    cursor: pointer;
}
.bread-nav-adress a{
    color:#999;
}
.bread-nav-adress::after{
    content:">";
    padding:0 4px;
}
.bread-nav-adress:last-child::after{
    content:" ";
}
.hot-info{
    width:290px;
    height:400px;
    border:1px solid #399FDF;
}
.hot-title{
    padding-left:18px;
    height:40px;
    line-height:40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background:#399FDF;
}
.hot-list{
    padding:0 12px;
}
.hot-item{
    height:35px;
    line-height:35px;
    border-bottom:1px dashed #BFBFBF;
    cursor: pointer;
}
.hot-item a{
    color:#333;
}
.hot-item a:hover{
   color:#ff0000;
}
/* .hot-item:hover{
    color:#fff;
} */
.hot-item:last-child{
    border-bottom:none;
}
.hot-item::before{
    margin-right:6px;
    display:inline-block;
    content:" ";
    width:4px;
    height:4px;
    vertical-align: middle;
    border-radius:50%;
    background:#1185EE;
}

/* 分页样式 */
.page{
    margin:30px 0;
}
.prev-page,
.next-page{
    padding:4px 14px;
    border:1px solid #000;
    cursor: pointer;
}
.prev-page a,
.next-page a{
    color:#333;
}
.prev-page{
    margin-right:20px;
}
.prev-page:hover,
.next-page:hover{
    color:#fff;
    background:#1185EE;
    border:1px solid #1185EE;
}
.page .pagination{
    display:flex;
    justify-content: center;
}
.page .pagination li{
    margin-right:6px;
    width: 32px;
    height: 32px;
    line-height:32px;
    text-align:center;
    border-radius: 3px;
    background: #E1E1E1;
    cursor: pointer;
}
.page .pagination li:last-child{
    margin-right:0;
}
.page .pagination li a{
    color:#333;
}
.page .pagination li:hover{
    background:#1185EE;
}
.page .pagination li:hover a{
    color:#fff;
}
.page .pagination .active{
    background:#1185EE;
}
.page .pagination .active a{
    color:#fff;
}
.page-item-last{
    font-size:12px;
}
.page-item-now{
    margin-left:6px;
    cursor: pointer;
}










