
 @media screen and (max-width: 1200px) {
        .pc-tou {
            min-width: auto !important;
        }
        .pc-tou p{
            height: 2.5rem !important;
            line-height: 2.5rem !important;
            font-size: 0.6rem !important;
        }
        .pc-nav {
            min-width: auto !important;
	    }
        .pccontent{
            width: 100%;
        }
        .pc-content table{
            width: 100%;
        }
        .pc-contentbg{
            width: 100% !important;
        }
        .pc-moreyear{
            width: 100% !important;
        }
        .pc-nav a{
		    font-size:0.36rem !important;
            padding: 0 0.15rem !important;
	    }
        .list-item {
            width: 100% !important;
        }
        .center-list-item-title {
            column-gap: 5px !important;
            padding: 5px !important;
        }
        .left-list-item-title {
            column-gap: 5px !important;
            padding: 5px !important;
        }
        .right-list-item-title {
            column-gap: 5px !important;
            padding: 5px !important;
        }
         
         .pc-type-list {
            padding: 0 10px;
            box-sizing: border-box;
        }
        .list-item a {
            font-size: 0.23rem !important;
        }
        .list-item-type {
            /* width: 1.6rem !important;
            height: 1rem !important; */
        }
        .list-item-type{
            font-size: 0.26rem !important;
        }
	}
	* {
		margin: 0;
		padding: 0;
	}
    body,html{
        width: 100%;
        height: auto !important;
    }

    .pc-tou {
        width: 100%;
        min-width: 1200px;
        /* background: linear-gradient(to right,#3336be, #0d46ed); */
        background: url("/static/zt/img/sydwgg.jpg") no-repeat top center;
        background-size: 1920px 150px;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pc-tou p {
        height: 150px;
        line-height: 150px;
        font-size: 48px;
        font-weight: bold;
        color: white;
    }
    .pc-nav {
		width: 100%;
        min-width: 1200px;
        /* height:50px; */
        background: linear-gradient(to right,#819df1,#6284EC);
        display: flex;
        justify-content: center;
        align-items: center;
	}
    .pc-nav a{
        display: block;
		font-size: 18px;
        line-height: 50px;
        color: #fff;
        text-decoration: none;
        padding: 0 20px;
        cursor: pointer;
        /* transition: transform 0.5s ease; */
	}
    .pc-nav a:hover{
        color:#f05f21 ;
        transform: scale(1.2) !important;
        transition: all .5s;
        /* font-size: 22px; */
	}
    .pc-huizong{
        width: 100%;
        border-bottom: solid 1px #2e83e3;
        padding-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .pc-curzk{
        color: #f14141;
        font-weight: bold;
        font-size: 18px;
    }
    .pc-more{
        font-size: 18px;
    }
    .pc-more a{
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .pc-contentbg{
        width: 1200px;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    
    .pc-content{
        padding-top: 20px;
    }
    .pc-content table{
        border-collapse: collapse;
        /* display: block; */
        margin: auto;
        font-size: 16px !important;

    }
    .pc-content p{
        font-size: 16px !important;
    }
    .pc-moreyear{
        width: 1200px;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        margin-top: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .pc-histroy{
        border-bottom: solid 1px #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .pc-histroy-title{
        font-weight: bold;
        font-size: 18px;
    }
    .pc-biaoge{
        width: 100%;
    }
    .pc-biaoge table{
        border-collapse: collapse;
        width: 100%;
    }
    .pc-biaoge .pc-highlight:hover{
        background-color: #fff
    }
    .pc-biaoge table th{
        border: 1px solid #dedede;
        line-height: 32px;
        text-align: center;
        font-size: 16px;
        border-top: 2px solid #2e83e3;
        /* background: linear-gradient(to right, #ff7e5f, #feb47b); */
    }
    .pc-biaoge table tr:hover{
        background-color: #ddd;
        
    }
    .pc-biaoge table td{
        border: 1px solid #dedede;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        
    }
    .pc-biaoge table td a{
        color: #0d46ed;
        text-decoration: none;
        cursor: pointer;
        
    }
    .pc-rightitem .item{
        color: #333;
        font-size: 16px;
        text-decoration: none;
        margin-right: 10px;
    }
    .pc-rightitem .item:hover{
        /* background-color: #333; */
        color: #2e83e3;
    }
    .pc-type-list{
        width: 100%;
        border: 1px solid #e5e5e5;
    }
    .list-item{
        width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 10px auto;
        font-size: 16px;
    }
    .list-item a{
        color: #666;
        font-size: 15px;
    }
    .list-item a:hover{
        color: #c01200;
        text-decoration: none;
    }
    .list-item .a-active{
        color: #c01200;
        font-weight: bold;
    }
    .list-item-type{
        background: url('/static/zt/img/zt-type-icon.png') no-repeat center;
        color: #fff;
        width: 48px;
        height: 48px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list-item-left{
        width: 25%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .list-item-center{
        width: 35%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .list-item-right{
        width: 30%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .left-list-item-title{
        border-radius: 10px;
        display: grid;
        column-gap: 10px;
        row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 10px;
        font-size: 15px;
        color: #666;
        box-sizing: border-box;
    }
    .center-list-item-title{
        border-radius: 10px;
        display: grid;
        column-gap: 10px;
        row-gap: 10px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 10px;
        font-size: 15px;
        color: #666;
        box-sizing: border-box;
    }
    .right-list-item-title{
        border-radius: 10px;
        display: grid;
        column-gap: 10px;
        row-gap: 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding: 10px;
        font-size: 15px;
        color: #666;
        box-sizing: border-box;
    }
