.enterprise-news-lists {
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
    zoom: 1;
	width: calc(50% - 10px);
	float:left;
}

.enterprise-news-lists:nth-child(2n){
	/* background: #0077AA; */
	margin-left: 20px;
}

div.big_sj {
    background-size: 6px auto;
    background-position: 0 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 30px;
    display: block;
    float: left;
    padding-left: 16px;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
.big_sj:hover {
    background-color: #f5f5f5; padding-left: 10px; 
}
div.blueA1 a {
    float: left;
    width: 662px;
}
.blueA a {
    color: #248fd1 !important;
    text-decoration: none !important;
}
.big_sj>a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    width: 100% !important;
    /* color: #333333 !important; */
}
div.big_sj span {
    padding-right: 15px;
    font-size: 12px;
    font-family: 'arial', 'sans-serif';
    color: #999;
}
@media (min-width: 1200px){
    div.big_sj span {
        padding-right: 70px;
        display: block;
    }
}

@media screen and (max-width: 1024px) {
	.enterprise-news-lists {
		width: 100%;
		float:left;
	}
	
	.enterprise-news-lists:nth-child(2n){
		margin-left: 0;
	}
}
