@import url('/components/header/header.css');
@import url('/components/footer/footer.css');
@import url('/components/catRight/catRight.css');
.news_shadow {
    box-shadow:
        0 0.1rem 0.1rem hsl(0deg 0% 0% / 0.075),
        0 0.2rem 0.2rem hsl(0deg 0% 0% / 0.075),
        0 0.4rem 0.4rem hsl(0deg 0% 0% / 0.075),
        0 0.5rem 0.5rem hsl(0deg 0% 0% / 0.075),
        0 1.6rem 1.6rem hsl(0deg 0% 0% / 0.075);
}
.weizhi{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #0079DC;
}
.weizhi a{
    padding-left: 5px;
    padding-right: 5px;
    color: #0079DC;
}
.news_content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.cat_left{
    width: 750px;
}

.cat_right {
    width: 380px;
}

.z-con {
    width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Microsoft YaHei';
}

.hot_lists a {
    color: #666;
}
.hot_img_wrap{
    display: block;
}

.hot_msg {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.hot_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.7;
}
.hot_desc{
    font-size: 14px;
}

