@media screen and (min-width:1200px){
    .notice-text {
        font-size: 18px;
        color: #fff;
    }
    
    .djxq-detail {
        width: 100%;
        background: #fff;
        padding-top: 50px;
    }
    
    .djxq-wrap {
        width: 1400px;
        margin: 0 auto;
        text-align: center;
    }
    
    .djxq-wrap .djxq-title {
        font-size: 22px;
        color: #444445;
    }
    
    .djxq-date {
        color: #666666;
        font-size: 16px;
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    
    .sub-title {
        width: 1200px;
        margin: 0 auto;
        background: #e60012;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }
    
    .djxq-content {
        width: 1200px;
        margin: 0 auto;
        color: #444444;
        font-size: 16px;
    	line-height: 25px;
    	padding-top: 10px;
    }
    
    .djxq-content-footer {
        padding-bottom: 264px;
        background: url(../images/djxq-bg-update.png) no-repeat center bottom / cover;
    }
    .djxq-content-footer .wrap-center{
        width: 1200px;
        margin: 0 auto;
    }
    .djxq-content-footer .wrap-center div a{
        font-size: 16px;
        color: #444444;
        line-height: 27px;
    }
    .djxq-content-footer .wrap-center>div>div{
        margin-top: 25px;
    }
    .wrap-center {
        /* width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: #444444;
        font-size: 16px;
        padding-top: 20px; */
    	/* margin-bottom: 20px; */
    	
    
    }
    .wrap-center div a{
    	cursor: pointer;
    	color: #444444;
    }
}
@media screen and (max-width:1199px){
    .notice-text {
        font-size: 18px;
        color: #fff;
    }
    
    .djxq-detail {
        width: 100%;
        background: #fff;
        padding: .4rem .3rem 0;
    }
    
    .djxq-wrap {
        margin: 0 auto;
        text-align: center;
    }
    
    .djxq-wrap .djxq-title {
        font-size: .3rem;
        color: #444445;
        line-height: 1.5;
    }
    
    .djxq-date {
        color: #666666;
        font-size: .26rem;
        line-height: 1.5;
    	padding-top: .2rem;
    }
    
    .sub-title {
        background: #e60012;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        font-size: 20px;
        color: #fff;
        text-align: center;
    }
    
    .djxq-content {
        color: #444444;
        font-size: .24rem;
    	line-height: 1.5;
        padding-top: .3rem;
    }
    .djxq-content img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .djxq-content-footer {
        padding: 0 .3rem .7rem;
        background: url(../images/djxq-bg-update.png) no-repeat center bottom / cover;
        margin: 0 -.3rem;
    }
    .djxq-content-footer .wrap-center{
        
    }
    .djxq-content-footer .wrap-center div a{
        font-size: .26rem;
        color: #444444;
        line-height: 1.5;
    }
    .djxq-content-footer .wrap-center>div>div{
        margin-top: .25rem;
    }
    .wrap-center {
        /* width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: #444444;
        font-size: 16px;
        padding-top: 20px; */
    	/* margin-bottom: 20px; */
    	
    
    }
    .wrap-center div a{
    	cursor: pointer;
    	color: #444444;
    }
}