* {
    margin: 0;
    padding: 0;
}
/*头部样式*/
.header-logo {
    text-align: center;
    margin-bottom: 10px;
}


.item-content {
    background: #FFFFFF;
    box-shadow: 0 0 0.6rem 0 #F1F1F1;
    border-radius: 0.6rem;
    padding: 0.5rem 1.2rem;
    margin-bottom: 1rem;
}

.item-content .item-title{
    display: flex;
}
.item-content .item-title #num{
    line-height: 2.4rem;
    font-weight: 500;
}
.item-content .item-title .hot-line-two{
    line-height: 2.4rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

a {
    text-decoration: none;
    color: #202020;
}


.header .header-biglogo {
    width: 11.35rem;
    height: 6rem;
    display: inline-block;
    margin-top: 1.65rem;
}


input {
    outline: none;
    border: none;
}


.hot {
    width: 1.3rem;
    height: 1.25rem;
    background: #FF6720;
    border-radius: 0.15rem;
    padding: 0.2rem;
    line-height: 1.25rem;
    text-align: center;
    color: #FFFFFF;
}



