.category-ca{
    width: 100%;
    background: #fff;
    height: 50px;
    margin-top: 10px;
    margin-bottom:10px
}
.category-nav{
    width: 1300px;
    margin:0 auto;
    height: 50px;
}
.category-p{
    line-height: 50px;
    margin-left: 10px;
}


.article-title{
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.articleDesc{
    line-height: 35px;
    border-bottom: 1px solid #ececec;
    color:#6c6c6c;
    font-size:14px;
}
.info{
    line-height: 45px;
    border-bottom: 1px solid #ececec;
    color:#6c6c6c;
    font-size:14px;
}
p img{
    max-width:100%;
}
.article-content P{
    word-wrap: break-word;
}
.category-info{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.category-left{
    width:950px;
    background: #fff;
    overflow: hidden;
    box-shadow: -1px -1px 4px #d4d4d400, -5px -5px 1px #ffffff00;
    border-right: 1px solid #d5d5d4;
    border-radius: 8px;padding:10px 15px
}



.hot-article-div{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-article-div>span{
    background-color: #f0f0f0;
    display: inline-block;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #999;
    text-align: center;
    border-radius: 4px;
}
.hot-article-div>a{
    font-size: 15px;
    cursor: pointer;
    margin-left:5px;
}
.hot-article-div>a:hover{
    color:#ff3333;
}
.hot-article{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 6px;
    margin-bottom: 5px;
    color:#333;
    border-bottom: 1px solid #dbd9d9;
    padding-bottom: 8px;
}
.hot-article:before{
    border-radius: 1px;
    content: " ";
    display: block;
    width: 3px;
    background-color: #ff3333;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
.article-right{
    width:300px;
}
.article-right-div{
    background:#fff;
    border: 1px solid gainsboro;
    border-radius: 11px;
    overflow: hidden;
    padding:10px 15px;
    margin-bottom: 20px;
}