/*当前位置*/
.locationBox {
    background: #F4F4F4;
    height: 60px;
    margin-bottom: 60px;
}

.locationBox a, .locationBox span {
    color: #333;
    line-height: 60px;
}

/*左侧导航*/
.leftNav {
    width: 150px;
    padding-right: 30px;
}

.leftNav ul {
    padding-bottom: 28px;
}

.leftNav ul li {
    padding: 13px 10px 13px 30px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.leftNav ul li.current {
    background: #D42424;
}

.leftNav ul li i {
    display: block;
    float: left;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 50%;
    background: #333333;
}

.leftNav ul li span {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftNav ul li.current i {
    background: #ffffff;
}

.leftNav ul li.current span {
    color: #ffffff;
}

/*中间内容*/
/*图片样式*/
.imgBox {
    height: 118.6px;
    margin-bottom: 13px;
    overflow: hidden;
}

.imgBox a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.imgBox img {
    width: 100%;
    height: 100%;
}

.imgBox p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5))
}

/*栏目列表模版*/
.columnConBox ul {
    margin-bottom: 40px;
}

.columnConBox ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.columnConBox ul li a {
    display: flex;
}

.columnConBox ul li a img {
    width: 215px;
    height: 120px;
    object-fit: cover;
    margin-right: 23px;
}

.columnConBox ul li a div {
    flex: 1;
    overflow: hidden;
}

.columnConBox ul li a div h5 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin-bottom: 5px;
}

.columnConBox ul li a div p {
    font-size: 13px;
    color: #666666;
    text-indent: 2em;
    line-height: 22px;
    height: 66px;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 15px;
}

.columnConBox ul li a div h6 {
    font-weight: normal;
}

.columnConBox ul li a div h6 span {
    margin-right: 20px;
    font-size: 12px;
    color: #666666;
}

/*热文推荐*/
.hotBox {
    margin-left: 85px;
    width: 265px;
    height: 475px;
    border: 1px solid #D42424;
}

.hotBox h5 {
    height: 52px;
    background: #D42424;
    color: #ffffff;
    display: block;
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    line-height: 52px;
}

.hotBox ul {
    padding: 10px 0;
}

.hotBox ul li {
    display: block;
    width: 100%;
    padding: 11px 16px;
    box-sizing: border-box;
}

.hotBox ul li a {
    display: flex;
}

.hotBox ul li a i {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 8px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
}

.hotBox ul li:nth-child(-n+3) a i {
    background: #D42424;
    color: #ffffff;
}

.hotBox ul li a p {
    flex: 1;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
