.head_div {
    width: 100%;
    height: 50px;
    background-color: rgb(11 22 52);
}

.breadcrumb {
    float: right;
    background-color: rgb(11 22 52);
}

.navigation_icon {
    color: white;
}

.navigation_a {
    color: white;
    font-size: 14px;
}

.block-p {
    display: inline-block;
}

.share-a {
    font-size: 28px;
    padding-left: 10px;
}

.share-a:hover {
    cursor: pointer;
}

#content-left {
    float: left;
    width: 70%;
    padding-right: 40px;
}
.hot_turnPage:hover{
    background-color: rgb(34,49,91);
    color: white;
}

#content-right {
    float: left;
    width: 30%;
    margin-bottom: -9999px;
    padding-bottom: 60px;
    background-color: #10172d;
    color: white;
}

.hot_title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.hot_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 341px;
    overflow: hidden;
}

.hot_ul li {
    border-bottom: 1px solid #c8c5c5;
}

.hot_href {
    display: block;
    overflow: hidden;
    padding: 24px 0;
}

.hot_pic {
    float: left;
    width: 30%;
}

.hot_a{
    color: white;
}

.img-box {
    padding-bottom: 57.77777778%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
}

.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hot_note{
    float: left;
    width: 70%;
    padding-left: 10px;
}

.hot_note a{
    font-size: 14px;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    height: 32px;
    margin: 4px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hot_note span{
    font-size: 14px;
    display: block;
    color: #c8c5c5;
}
.hot_turnPage{
    line-height: 48px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin-top: 24px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #c8c5c5;
    border-radius: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1470px;
    }
}