.xwlb{width:94%;max-width:1600px;margin:0px auto}
  
.p_news {
    width: 100%;
    margin: 0 auto;
}
.newList {
        display: flex;
        flex-direction: row-reverse;
        padding: 0px;
        border-bottom: none;
        background: #f2f2f2;
        margin-bottom: 30px;
		margin-top: 60px;
    }
	
 
.newList .content {
        width: 72%;
        align-items: center;
        display: flex;
    }
.newList .content .content_flex {
    padding: 5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.newList .content .content_flex  .rightC {
        padding: 0px;
		 position: relative;
    width: 67%;
    transition: all .5s ease;
    }
	
	
	
.newList .content .content_flex .newTitleLink {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newList:hover .content .content_flex .newTitleLink,.content .content_flex .leftTime{
        color:#003f97;
    }

.newList .content .content_flex  .newMs {
    line-height: 26px;
    height: 52px;
    font-size: 14px;
    overflow: hidden;
    color: #555;
    margin: 12px 0 0px;
    transition: 600ms;
}
	
.newList .content .content_flex .leftTime {
    width: auto;
    position: relative;
}
.newList .content .content_flex  .leftTime .newTime.date {
    font-size: 60px;
    line-height: 60px;
    color: #333f47;
    font-family: Impact;
    margin-bottom: 5px;
}
.newList .content .content_flex .leftTime .newTime {
    display: block;
    transition: all .5s ease;
}
.newList .content .content_flex .leftTime .newTime.year {
    font-size: 18px;
    line-height: 32px;
    color: #333f47;
    font-family: Arial;
}

.newList:hover .content .content_flex .leftTime .newTime.year{
        color:#003f97;
    }
.newList:hover .content .content_flex .leftTime .newTime.date{
        color:#003f97;
    }

.newList  .newPicBox {
    width: 28%;
}
.newList  .newPicBox .newPicLink {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    height: 0;
    overflow: hidden;
    border: 1px solid #eee;
}
.newList  .newPicBox  .newPic {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transform: scale(1);
    transition: all .5s ease;
}

.newList:hover .newPicBox  .newPic{
        transform: scale(1.2);
    }
  
  
@media screen and (max-width: 768px) and (min-width: 320px){

.newList {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 10px;
        border-bottom: none;
    }
.newList .newPicBox {
    width: 100%;
}
.newList .content {
    width: 100%;
    align-items: center;
    display: flex;
}


}