    .xys_w{
        width: 1032px;
        margin: 0 auto;
    }
    .top_title{
        position: absolute;height: 71px;line-height: 71px;top: -121px;font-size: 26px;color: rgba(255,255,255,1);letter-spacing: 1px; 
    }
    .top_title img{
        width: 18px;margin-right: 5px;
    }
    .zcjd_tabBox {
        height: 50px; display: flex; line-height: 50px;position: absolute;top: -50px;
    }


    .tab {
        font-size: 16px;
        font-weight: 500;
        line-height: 50px;
        margin-right: 41px;
        cursor: pointer;
        width: 147px;
        text-align: center;
        margin-right: 2px;
        cursor: pointer;
        font-size: 16px;
        color: rgba(106, 106, 107, 1);
        background-color: rgba(255, 255, 255, 0.81);
		display: inline-block;
    }
    .select-tab {
        border-top: 4px solid rgb(255, 91, 36);
        background-color: rgb(255, 255, 255) !important;
        line-height: 46px !important;
        color: #303133;
    }
    img {
        max-width: 100%;
    }
    .zwgk_content{
        background-color: rgb(255, 255, 255);padding-bottom:75px;
    }
    .zwgk_content .select_item{
        border-bottom: 1px solid rgba(191, 195, 203, 1);
    }
    .zwgk_content .select_item #showTitle{
        width: 115px;
        font-size: 24px;
        color: #303133;
        line-height: 25px;
        border-left: 4px solid rgba(255, 91, 36, 1);
        padding-left: 5px;
        margin-bottom: 16px;
    }
    .select_item ul{
        margin-bottom: 28px;
    }
    .select_item li {
        cursor: pointer;
        display: inline-block;
        width: 148px;
        height: 40px;
        line-height: 40px;
        background: #F2F6FC;
        color: #303133;
        font-size: 16px;
        margin: 0 12px 8px;
        padding: 0 15px;
    }
    .select_item li img{
        width: 24px;
        height: 24px;
        vertical-align: -8px;
        margin-right: 6px;
    }
    .select_item li span{
        vertical-align: middle;
    }
    #inter_type{
        display: none;
    }
    .select_item .ico_hover{
        display: none;
    }
    .select_item li.active{
        background: #FF5B24;
        color:#FFFFFF;
    }
    .select_item li.active .ico_hover{
        display: inline-block;
    }
    .select_item li.active .ico_def {
        display: none;
    }

    .pull-left {
        float: left;
    }

    .paging {
        text-align: center;
    }

    #content {
        min-height: 450px;
    }

    #content .content_div {
        display: flex;
        border-bottom: 1px solid rgba(191, 195, 203, 1);
        height: 56px;
        line-height: 56px;
        cursor: pointer;
    }

    #content .jiedu {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        width: 5%;
    }

    #content .tujie {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        width: 5%;
    }

    #content .tujie span {
        background: rgba(253, 246, 242, 1);
        padding: 1px;
        border: 1px solid rgba(255, 228, 215, 1);
        font-size: 14px;
        font-weight: 400;
        color: #FF5B24;
        border-radius: 3px;
    }

    #content .jiedu span {
        background: rgba(245, 250, 249, 1);
        padding: 1px;
        border: 1px solid #C9E0DA;
        font-size: 14px;
        font-weight: 400;
        color: rgba(141, 171, 163, 1);
        border-radius: 3px;
    }

    #content .title {
        width: 85%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 16px;
        color: rgba(96, 98, 102, 1);
        padding-left: 24px;
        position: relative;
    }
	#content .title a {
	    color: #303133;
	    width: 100%;
	    display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
	}
	#content .title:hover a{color:#2364D2}


    #content .date {
        width: 15%;
        padding-right:15px;
        text-align: right;
        font-size: 16px;
        color:#909399;
    }

    #content .content_div:hover {
        background: rgba(242, 246, 252, 1);
    }
    .zgc_x {
        /* background: rgba(0, 0, 0, 0.5); */
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 9999999;
    }
    .zgc_x .loading_x {
        font-size: 50px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .zwgk_mbx_nav{margin-bottom: 20px;}
    #handle_show {
        display: none;
    }

    @media screen and (max-width: 1024px) and (min-width: 751px){
        .xys_w{
            width: 100%;
            /* padding: 0 36px; */
        }
        .xys_content,.xys_top{
            padding: 0 36px;
        }
        .top_title{
            left: 36px;
            top: -126px;
        }
        .zcjd_tabBox {
            height: 60px; display: flex; line-height: 60px;position: absolute;top: -60px;
            padding: 0 36px;
        }
        .tab {
            font-size: 18px;
            font-weight: 500;
            line-height: 60px;
            margin-right: 6px;
            cursor: pointer;
            width:49%;
            text-align: center;
            /* margin-right: 2px; */
            cursor: pointer;
            color: rgba(106, 106, 107, 1);
            background-color: rgba(255, 255, 255, 0.81);
            display: inline-block;
        }
        .tab:last-of-type{
            margin-right:0;
        }
        .select-tab {
            border-top: 4px solid rgb(255, 91, 36);
            background-color: rgb(255, 255, 255) !important;
            line-height: 56px !important;
        }
        /* 面包屑 */
        .zwgk_mbx_nav{font-size: 18px;}
        #content .title{
            padding-left: 39px;
        }
        #content .title::after{
            content: '';
            display: inline-block;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #D8D8D8;
            position: absolute;
            top: 50%;
            left: 24px;
            transform: translateY(-50%);
        }

        .select_item li {
            cursor: pointer;
            display: inline-block;
            width: 200px;
            height: 40px;
            line-height: 40px;
            background: #F2F6FC;
            color: #303133;
            font-size: 18px;
            margin: 0 12px 8px;
            padding: 0 15px;
        }
        #handle_show{
            display: none;
        }

    }
    @media screen and (max-width: 750px) {
        .xys_w{
            width: 100%;
        }
        .zwgk_content{padding-bottom: 15px;}
        .xys_content,.xys_top{
            padding: 0 0.36rem;
        }
        .top_title{
            left: 0.36rem;
            top: -1.89rem;
            font-size: 0.32rem;
            height: 0.5rem;
        }
        .top_title img{
            width: 0.24rem;
        }
        .top_title .channel-name{
            font-size: 0.32rem;
        }

        .zcjd_tabBox {
            height: 0.8rem;line-height: 0.8rem;top: -0.8rem;
            padding: 0 0.36rem;
            width: 95% !important;
        }
        .tab {
            font-size: 0.26rem;
            font-weight: 500;
            line-height: 0.8rem;
            margin-right: 0.06rem;
            width:49%;
        }
        .tab:last-of-type{
            margin-right:0;
        }
        .select-tab {
            border-top: 2px solid rgb(255, 91, 36);
            background-color: rgb(255, 255, 255) !important;
            line-height: 0.76rem !important;
        }
        /* 面包屑 */
        .zwgk_mbx_nav{font-size: 0.28rem;margin: 0.36rem 0 0.32rem 0;}

        .zwgk_content .select_item #showTitle{
            width: 1.8rem;
            font-size: 0.4rem;
            border-left:0.08rem solid #FF5B24;
            margin-bottom: 0.32rem;
        }
        #content{min-height: 2.25rem;}
        #content .content_div{display: block;height: auto;}

        #content .date{
            color: #606266;
            font-size: 0.28rem;
            width: auto;
            text-align: left;
            line-height: 24px;
            margin-bottom: 0.24rem;
        }
        #content .title{
            color: #000000;
            font-size: 0.32rem;
            margin-top: 0.23rem;
            padding-left: 0;
            width: auto;
            text-overflow: clip;
            overflow: visible;
            white-space: normal;
            line-height:0.48rem;
            margin-bottom: 0.17rem;
        }
        #content .title::after{
            display: none;
        }
        /* 布局改变 */
        .fanye p:first-of-type{display: none;}
        /* 分页的内容改变 */
        .pagehtml .topage{display: none !important;}
        .fanye .upPage{display: none !important;}
        .fanye .downPage{display: none !important;}

        .select_item li {
            cursor: pointer;
            display: inline-block;
            width: 146px;
            height: 32px;
            line-height: 32px;
            background: #F2F6FC;
            color: #303133;
            font-size: 14px;
            margin: 0 6px 8px;
            padding: 0 15px;
        }
        .select_item li img {
            width: 20px;
            height: 20px;
            vertical-align: -6px;
            margin-right: 6px;
        }

        .select_item li span {
            vertical-align: middle;
        }
        #handle_show {
            position: relative;
            display: block;
            text-align: center;
            color: #2364D2;
            font-size: 14px;
            font-family: MicrosoftYaHei;
            margin-bottom: 30px;
            padding: 10px 0;
            margin-top: -20px;
        }
        #handle_show span{
            margin-right: 3px;
        }
        #handle_show::before{
            position:absolute;
            left: 0;
            top: 18px;
            background: #DCDFE6;
            content:"";
            height:1px;
            width:123px;
        }
         #handle_show::after {
             position: absolute;
             right: 0;
             top: 18px;
             background: #DCDFE6;
             content: "";
             height: 1px;
             width: 123px;
         }
         .active_show img{
             transform: rotate(180deg);
         }
         .notice_show{
             height: 78px;
             overflow: hidden;
         }
    }