@media screen and (min-width:1200px){
    .djxqbanner{
    	width: 100%;
    	background: url(../images/djbanner.jpg) center no-repeat;
    	height: 350px;
    	background-size: cover;
    }
    .notice-wrap {
      background: #e60012;
      width: 100%;
    }
    .notice {
      display: flex;
      align-items: center;
      width: 1400px;
      margin: 0 auto;
      padding: 13px 0;
    }
    .left-wrap {
     font-size: 20px;
     color: #fff;
     margin-right: 10px;
     background: url(../images/notice-icon.png) no-repeat left center;
     padding-left: 46px;
     width: 150px;
    }
    .dj-list-ontainer {
      max-width: 1400px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
    }
    .dj-list-nav{
      width: 100%;
      padding: 30px 0;
      display: flex;
    }
    .dj-list-nav,
    .dj-list-nav a,
    .dj-list-nav span{
        font-size: 16px;
        color: #666;
        line-height: 1;
    }
    .dj-list-nav a{
        margin-right: 5px;
    }
    .dj-list-nav a,
    .dj-list-nav span{
        margin-left: 5px;
    }
    .dj-list-nav a:first-child{
        margin-left: 0;
    }
    
    .article-item{
        border-bottom: 1px solid #DDDDDD;
        padding: 30px 0;
        display: flex;
    }
    .article-item .article-image{
        margin-right: 32px;
        border-radius: 20px;
        overflow: hidden;
    }
    .article-item .article-image,
    .article-item .article-image .article_bgas{
        width: 210px;
        height: 159px;
    }
    .article-item .article-content{
        flex: 1;
    }
    .article-item .article-title a{
        font-size: 18px;
        color: #444444;
        font-weight: bold;
    }
    .article-item .article-description{
        font-size: 16px;
        color: #999999;
        line-height: 24px;
        margin: 10px 0 23px;
    }
    .article-item .article-date{
        font-size: 16px;
        color: #444444;
        line-height: 1;
    }
    .article-item .view-more{
        font-size: 16px;
        color: #E60012;
        height: 16px;
        line-height: 1;
    }
    .article-item .view-more>img{
        margin-left: 3px;
    }
    .article-items{
        height: 380px;
        background: #F6F6F6;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        border: 0;
        padding: 0;
        margin-bottom: 76px;
    }
    .article-items .article-images,
    .article-items .article_bga{
        width: 700px;
        height: 380px;
    }
    .article-items .article-image {
        margin-right: 0;
        border-radius: 0;
    }
    .article-items .article-content {
        padding-top: 60px;
    }
    .article-contentTop{
        width: 700px;
        padding: 60px;
    }
    .article-contentTop .article-title{
        position: relative;
        padding-bottom: 30px;
    }
    .article-contentTop .article-title:before{
        content: "";
        width: 30px;
        height: 3px;
        background: #E60012;
        border-radius: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .article-contentTop .article-title a{
        font-size: 18px;
        color: #444444;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article-contentTop .article-description{
        font-size: 16px;
        color: #999999;
        line-height: 24px;
        margin: 30px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article-contentTop .flex-b,
    .article-item .flex-b{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .article-contentTop .article-date{
        font-size: 16px;
        color: #444444;
        line-height: 26px;
    }
    .article-contentTop .view-more{
        font-size: 16px;
        color: #E60012;
        height: 16px;
        line-height: 1;
    }
    .pagination{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px 0 70px;
    }
    .pagination a,
    .pagination>span{
        font-size: 16px;
        color: #666666;
    }
    .pagination a span{
        font-size: 24px;
    }
    
    .article-contentTop .article-title a,
    .article-item .view-more,
    .article-item .article-title a,
    .dj-list-nav a{
        transition: all .1s linear;
    }
    .article-contentTop .article-title a:hover,
    .article-item .article-title a:hover,
    .dj-list-nav a:hover{
        color: #E60012;
    }
    .article-item .view-more:hover{
        text-decoration: underline;
    }
    .left-column-dj {
    	width: 100%;
    }
    .notification-container {
    	width: calc(100% - 150px);
    	overflow: hidden;
    	position: relative;
    	color: white;
    	border-radius: 8px;
    	height: 60px;
    }
    .notifications {
    	display: flex;
    	height: 100%;
    	align-items: center;
    	position: absolute;
    	left: 0;
    	white-space: nowrap;
    }
    .notification {
    	flex-shrink: 0;
    	padding: 0 40px;
    	font-size: 16px;
    	position: relative;
    }
    .notification a{
        font-size: 18px;
        color: #FFFFFF;
    }
}
@media screen and (max-width:1199px){
    .djxqbanner{
    	width: 100%;
    	background: url(../images/djbanner.jpg) center no-repeat;
    	height: 2.54rem;
    	background-size: cover;
    }
    .notice-wrap {
      background: #e60012;
      width: 100%;
    }
    .notice {
      display: flex;
      align-items: center;
      margin: 0 auto;
      padding: .2rem .3rem;
    }
    .left-wrap {
     font-size: .24rem;
     color: #fff;
     margin-right: .1rem;
     background: url(../images/notice-icon.png) no-repeat left center / .35rem;
     padding-left: .5rem;
     width: 2rem;
    }
    .dj-list-ontainer {
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
    }
    .dj-list-nav{
      width: 100%;
      padding: .3rem 0;
      display: flex;
    }
    .dj-list-nav,
    .dj-list-nav a,
    .dj-list-nav span{
        font-size: .24rem;
        color: #666;
        line-height: 1;
    }
    .dj-list-nav a{
        margin-right: .05rem;
    }
    .dj-list-nav a,
    .dj-list-nav span{
        margin-left: .05rem;
    }
    .dj-list-nav a:first-child{
        margin-left: 0;
    }
    
    .article-item{
        border-bottom: 1px solid #DDDDDD;
        padding: .3rem 0;
        display: flex;
    }
    .article-item .article-image{
        margin-right: .32rem;
        border-radius: .2rem;
        overflow: hidden;
    }
    .article-item .article-image,
    .article-item .article-image .article_bgas{
        width: 1.7rem;
        height: 1.25rem;
    }
    .article-item .article-content{
        flex: 1;
    }
    .article-item .article-title a{
        font-size: .28rem;
        color: #444444;
        font-weight: bold;
    }
    .article-item .article-description{
        font-size: .24rem;
        color: #999999;
        line-height: 1.5;
        margin: .1rem 0 .23rem;
    }
    .article-item .article-date{
        font-size: .24rem;
        color: #444444;
        line-height: 1;
    }
    .article-item .view-more{
        font-size: .24rem;
        color: #E60012;
        height: .24rem;
        line-height: 1;
    }
    .article-item .view-more>img{
        margin-left: .03rem;
    }
    .article-items{
        background: #F6F6F6;
        border-radius: .2rem;
        overflow: hidden;
        border: 0;
        padding: 0;
        margin-bottom: .4rem;
        display: block;
    }
    .article-items .article-images,
    .article-items .article_bga{
        width: 100%;
        height: 3.79rem;
    }
    .article-items .article-image {
        margin-right: 0;
        border-radius: 0;
    }
    .article-items .article-content {
        padding-top: .3rem;
    }
    .article-contentTop{
        padding: .3rem;
    }
    .article-contentTop .article-title{
        position: relative;
        padding-bottom: .3rem;
    }
    .article-contentTop .article-title:before{
        content: "";
        width: .3rem;
        height: .03rem;
        background: #E60012;
        border-radius: .02rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .article-contentTop .article-title a{
        font-size: .28rem;
        color: #444444;
        line-height: 1.5;
    }
    .article-contentTop .article-title a,
    .article-item .article-title a{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article-contentTop .article-description{
        font-size: .24rem;
        color: #999999;
        line-height: 1.5;
        margin: .3rem 0;
    }
    .article-contentTop .article-description,
    .article-item .article-description{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article-contentTop .flex-b,
    .article-item .flex-b{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .article-contentTop .article-date{
        font-size: .24rem;
        color: #444444;
        line-height: 1;
    }
    .article-contentTop .view-more{
        font-size: .24rem;
        color: #E60012;
        height: .24rem;
        line-height: 1;
    }
    .pagination{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .4rem 0 .7rem;
    }
    .pagination a,
    .pagination>span{
        font-size: .22rem;
        color: #666666;
    }
    .pagination a span{
        font-size: .28rem;
    }
    .dj-main{
        padding: 0 .3rem;
    }
    .left-column-dj {
    	width: 100%;
    }
    .notification-container {
        width: calc(100% - 2rem);
    	overflow: hidden;
    	position: relative;
    	color: white;
    	border-radius: .08rem;
    	height: .6rem;
    }
    .notifications {
    	display: flex;
    	height: 100%;
    	align-items: center;
    	position: absolute;
    	left: 0;
    	white-space: nowrap;
    }
    .notification {
    	flex-shrink: 0;
    	padding: 0 .4rem;
    	position: relative;
    }
    .notification a{
        font-size: .24rem;
        color: #FFFFFF;
    }
}