.new-block {
	/*margin: 0px auto;*/
	height: auto;
	overflow: hidden;
	width: 990px;
}

.new-block ul {
margin-left: -13px;
}

.new-block li {
width: 236px;
height: 272px;
background: url(../../../static/images/pc/newbg.png);
padding-left: 10px;
padding-top: 10px;
box-sizing: border-box;
float: left;
margin-left: 13px;
margin-top: 10px;
}

.new-block li img {
width: 222px;
}

.new-block .name {
width: 90%;
margin: 0px auto;
text-align: center;
}

.new-block .name a {
font-size: 18px;
color: #a21f1f;
}

.new-block .intro {
width: 90%;
margin: 0px auto;
font-size: 14px;
height: 30px;
line-height: 30px;
/* overflow: auto; */
/* margin-top: 10px; */
}

.common_text{
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap; 
}

.new-block .intro {
    font-family: "微软雅黑";
    font-size: 14px!important;
}

a {
   
    font-family: "微软雅黑";
    font-size: 14px;
}

.intro a{ 
	 color: #797979;
	 
}