/*pc端*/
@media (min-width:980px){

    .h20-bg-white{
        height: 20px;
        background: #fff;
    }
    .h1600{
        height: 1600px;
    }

    .left-container{
        overflow: hidden;
        width: 970px;
        height: 100%;
        float: left;
        margin-top: 30px;
    }

    .right-container{
        width: 300px;
        overflow: hidden;
        float: right;
        height: 100%;
        margin-top: 30px;
    }

    .right-container .warp{
        overflow: hidden;
    }

    .left-container .container-content{
        overflow: hidden;
        padding: 20px 30px;
        min-height: 600px;
        margin-top: 50px;
    }


    .left-container .container-content .content{
        border-bottom: 0 solid #f3f3f3;
    }

    .page-right-nav{
        overflow: hidden;
        padding: 0 40px;
        background: #fff;
        border-top: 4px solid #f00;
        padding-top: 20px;
    }

    .right-container-title{
        overflow: hidden;
        padding: 20px 0px;
    }
    .right-container-title h5{
        font-size: 24px;
        color: #333;
    }

    .page-right-nav .nav-li{
        font-size: 22px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 20px;
    }
    .page-right-nav .nav-li:last-child{
        border-bottom: 0;
    }

    .page-right-nav .nav-li-a{
        font-size: 18px;
        display: block;
        color: #333;
    }

    .page-right-nav .nav-li-a.active{
        color: #f00;
    }

    .page-right-nav .nav-li-ul{
        overflow: hidden;
        padding: 0 20px;
		padding-right: 15px;
    }

    .page-right-nav .nav-li-li{
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .page-right-nav .nav-li-li:first-child{
        overflow: hidden;
        padding-top: 20px;
    }
    .page-right-nav .nav-li-li-a{
        font-size: 16px;
        color: #333;
        display: block;
    }
    .page-right-nav .nav-li-li-a.active{
        color: #f00;
    }
    .page-right-nav .nav-li-li-a:hover{
        color: #f00;
    }

    .list-warp{
        overflow: hidden;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background: #fff;
    }
	.zgwj-ul{
		margin-top: 10px;
	}
    .zgwj-li{
        overflow: hidden;
        background: #fff;
        margin-bottom: 20px;
        padding: 10px 20px;
        height: 110px;
        float: left;
        width: 100%;
		border-bottom: 1px solid #eee;
		margin-top: 10px;
    }
	.zgwj-li:last-child{
		border-bottom: 0;
	}

    .right-block{
        overflow: hidden;
        float: right;
        height: 80px;
        width: 100px;
    }
    .right-block .download{
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 80px;
        background: #f00;
        font-size: 16px;
        color: #fff;
    }
    .left-block{
        overflow: hidden;
        min-height: 80px;
    }
    .left-block .date{
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .left-block .date span{
        font-size: 16px;
        color: #666;
    }
    .left-block .title{
        overflow: hidden;
    }
    .left-block .title h5{
        color: #333;
        font-size: 19px;
        font-weight: normal;
    }


    /*管理团队*/
    .manage-team-content-warp{
        min-height: 600px;
        padding: 0 20px;
        background: #fff;
        padding-bottom: 60px;
        padding-top: 50px;
    }
    .manage-team-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .manage-team-content .item{
        width: 398px;
        min-height: 300px;
        background: #f1f1f1;
        overflow: hidden;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px 0px;
        margin-bottom: 50px;
        padding-bottom: 30px;
		transition: all ease 0.3s;
		border: 1px solid #f1f1f1;
    }
    .manage-team-content .item .title{
       overflow: hidden;
    }
	.manage-team-content .item:hover{
		border: 1px solid #f00;
	}
    .manage-team-content .item .title h5{
        font-size: 23px;
        color: #333;
        font-weight: 500;
        padding:  0px 20px;
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: 10px;
        padding-left: 30px;
    }
    .manage-team-content .item .title .title-h5:after{
        content: "";
        height: 100%;
        background: #f00;
        width: 5px;
        position: absolute;
        left: 10px;
        top: 0px;
        display: block;
    }

    .manage-team-content .item .item-li{
        padding: 0 20px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .manage-team-content .item .item-li p{
        font-size: 16px;
        color: #666;
    }
    .manage-team-content .item .item-li p:hover{
        color: #f00;
    }
    
    
}


/*手机端*/
@media screen and (max-width:980px){

    .h20-bg-white{
        height: 20px;
        background: #fff;
    }
    .h1600{
        height: 900px;
    }

    .left-container{
        overflow: hidden;
        width: 100%;
        height: auto;
        float: left;
        margin-top: 0px;
    }

    .right-container{
        width: 100%;
        overflow: hidden;
        float: right;
        height: auto;
        margin-top: 16px;
    }


    .left-container .container-content{
        overflow: hidden;
        padding: 10px 10px;
        min-height: auto;
        margin-top: 15px;
    }

    .list-warp{
        margin-bottom: 0;
    }


    .zgwj-li{
        overflow: hidden;
        background: #fff;
        margin-bottom: 10px;
        padding: 7px 10px;
        min-height: 80px;
        float: left;
        width: 100%;
    }

    .right-block{
        overflow: hidden;
        float: right;
        height: 40px;
        width: 75px;
        margin-top: 10px;
		margin-left: 5px;
    }
    .right-block .download{
        display: block;
        width: 100%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #f00;
        font-size: 12px;
        color: #fff;
    }
    .left-block{
        overflow: hidden;
        min-height: 60px;
    }
    .left-block .date{
        overflow: hidden;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .left-block .date span{
        font-size: 12px;
        color: #666;
    }
    .left-block .title{
        overflow: hidden;
    }
    .left-block .title h5{
        color: #333;
        font-size: 14px;
        font-weight: normal;
		line-height: 20px;
    }

    .right-container .warp{
        overflow: hidden;
        padding: 10px 10px;
        padding-top: 0px;
    }

    .page-right-nav{
        overflow: hidden;
        padding: 0 20px;
        background: #fff;
        border-top: 2px solid #f00;
        padding-top: 16px;
    }

    .right-container-title{
        overflow: hidden;
        padding: 10px 0px;
    }
    .right-container-title h5{
        font-size: 18px;
        color: #333;
    }

    .page-right-nav .nav-li{
        font-size: 14px;
        margin-bottom: 10px;
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 10px;
    }
    .page-right-nav .nav-li:last-child{
        border-bottom: 0;
    }

    .page-right-nav .nav-li-a{
        font-size: 16px;
        display: block;
        color: #333;
    }

    .page-right-nav .nav-li-a.active{
        color: #f00;
    }

    .page-right-nav .nav-li-ul{
        overflow: hidden;
        padding: 0 10px;
    }

    .page-right-nav .nav-li-li{
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .page-right-nav .nav-li-li:first-child{
        overflow: hidden;
        padding-top: 15px;
    }
    .page-right-nav .nav-li-li-a{
        font-size: 14px;
        color: #333;
        display: block;
    }
    .page-right-nav .nav-li-li-a.active{
        color: #f00;
    }
    .page-right-nav .nav-li-li-a:hover{
        color: #f00;
    }

    /*管理团队*/
    .manage-team-content-warp{
        min-height: 600px;
        padding: 0 10px;
        background: #fff;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .manage-team-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

    }
    .manage-team-content .item{
        width: 100%;
        min-height: 225px;
        background: #f1f1f1;
        overflow: hidden;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px 0px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .manage-team-content .item .title{
        overflow: hidden;
    }
    .manage-team-content .item .title h5{
        font-size: 18px;
        color: #333;
        font-weight: 500;
        padding:  0px 20px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 10px;
        padding-left: 30px;
    }
    .manage-team-content .item .title .title-h5:after{
        content: "";
        height: 100%;
        background: #f00;
        width: 5px;
        position: absolute;
        left: 10px;
        top: 0px;
        display: block;
    }

    .manage-team-content .item .item-li{
        padding: 0 20px;
        margin-bottom: 16px;
        margin-left: 10px;
    }
    .manage-team-content .item .item-li p{
        font-size: 14px;
        color: #666;
    }
    .manage-team-content .item .item-li p:hover{
        color: #f00;
    }
}