@charset "utf-8";
.nitem{
	width:1200px;
	margin:0 auto;
	margin-bottom:20px;
	overflow:hidden;
	line-height:19px;
	font-size:12px;
    padding-top: 20px;
}

.nitem_con{
    width:910px;
    float:left;
    min-height:500px;
    background: #FFFFFF;
    padding: 20px;
}

.nitem p{
	margin:0;
	padding:0;
}

.nitem_con div:nth-child(1){
    color: #222222;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-top: 3px;
    line-height: 28px;
    padding-bottom: 30px;
}

.nitem_con div:nth-child(2){
    border: 1px dashed #ff9e00;
    font-size: 14px;
    color: #666666;
    border-radius: 3px;
    padding: 15px 10px 15px 10px;
}

.nitem_con div:nth-child(2) span{
    margin-right: 45px;
}

.nitem_con div:nth-child(3){
    margin-top: 30px;
}
