.main-wrap{
    background: url(/uploads/image/i34651/jqbb_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 1020px ;
    overflow: hidden; 
    margin: 0 auto;
    position: relative;
}
.main-contain{
    width: 672px;
    overflow: hidden;
    margin: 370px auto 0; 
}
.main-item{
    width: 50%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 30px;
}
.main-item .wrap{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    padding: 20px;
}
.main-item h1{
    color: #046ab8;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin: 15px 0 10px 0;
    height: 44px;
    overflow: hidden;
}
.main-item span{
    font-size: 14px;
    color: #505050;
    clear: both;

}
.main-item .img{
    width: 270px;
    height: 160px;
    overflow: hidden;
    background: #c1c1c1;
}
.main-item img{
    width: 100%;
    height: 160px;
}
.list-contain{
    width: 746px; 
    margin: 284px auto 50px;
    background:#fff;
    background-repeat: repeat-y;
    background-position: center;
    padding:20px 40px 0px 40px;
    box-sizing: border-box;
    position: relative;
    min-height: 1500px;
}
.info-contain{
    width: 746px; 
    margin: 284px auto 50px;
    background:#fff;
    background-repeat: repeat-y;
    background-position: center;
    padding:20px 40px 20px 40px;
    box-sizing: border-box;
    position: relative;
    min-height: 500px;
}
.list-item{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
.list-item:last-child{
    border: none;
}
.list-item .img{
    width: 162px;
    height: 110px;
    background: url(/uploads/image/i34651/jqbb_pic.jpg) no-repeat;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.list-item img{
    width: 162px;
    height: 110px;
}
.list-item h1{
    color: #046ab8;
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    margin: 6px 0;
	width:100%;
	height: 38px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
	font-family: "microsoft yahei";
}
.list-item .info{
    float: left;
    position: absolute;
    left: 180px;
    top: 0px;
    right: 0;
}
.list-item span{
    font-size: 14px;
	line-height:24px;
    color: #505050;
    clear: both;
	width:100%;
	height: 50px;
    overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	font-family: "microsoft yahei";
}
.article-header{
    font-size: 20px;
    color: #046ab8;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
	font-family: "microsoft yahei";
}
.sub-title{
    width: 100%;
    border-bottom: 1px dashed #c1c1c1;
    text-align: center;
}
.sub-title span{
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #444444;
	font-family: "microsoft yahei";
} 
.main-article{
    line-height: 24px;
    margin: 20px auto;
    color: #333333;
}