.borderTop{
    margin: 20px auto ;
    width: 1200px;
}
/*文章内容*/
.artical_content,.artical_info,.nch-module{
    border:1px solid #d7d7d7;
}
.artical_content{
	width: 928px;
	height: 40px;
	line-height: 40px;
}
.artical_title{
	margin-left: 10px;
	font-size: 14px;
}
.artical_info{
	height: 138px;
	width: 928px;
	margin-top: 10px;
}
.artical_info>img{
	float: left;
	width: 190px;
	height: 130px;
	margin: 4px;
}
.artical{
	float: right;
	width: 660px;
	height: 130px;
	margin-top: 15px;
	margin-right: 40px;
	position: relative;
}
.artical_info:hover{
    background:#F8F8F8;
}
.info_title{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	overflow: hidden;
	margin-bottom: 18px;
}
.info_brief{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	text-align: justify;
	overflow: hidden;
	position: relative;
	color: #666;

}
.info_foot{
	position: absolute;
	bottom: 8px;
	font-size: 14px;
	right: 0px;
	color: #666;
}
.check_times{
    margin-left: 25px;
}

/*资讯*/
.nch-module{
	float: right;
	width: 258px;
}
.nch-module>a{
    display: block;
    width:258px;
    height:300px;
    overflow: hidden;
    margin-top: 3px;
}
.nch-module-style01 {
    border-top: solid 2px #D93600;
    margin-bottom: 20px;
}
.nch-module .title {
    background-color: #F5F5F5;
    height: 36px;
}
.nch-module .title h3 {
    font: normal 14px/20px "microsoft yahei";
    color: #333;
    height: 20px;
    padding: 8px 10px;
}
.nch-module .content {
    overflow: hidden;
}
.v_module_recommend {
    display: block;
    overflow: hidden;
}
.v_module_recommend li {
	float: left;
	width: 240px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
	height: auto;
}
.v_module_recommend li .goods-pic {
	width: 200px;
	height: auto;
	float: left;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
.v_module_recommend li .goods-pic a {
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.v_module_recommend li .goods-pic img {
    max-width: 200px;
}
.v_module_recommend li .goods-info {
	width: 240px;
	float: left;
	margin: 0px;
	text-align: center;
}
.v_module_recommend li .goods-info dt {
    line-height: 24px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v_module_recommend li .goods-info dt a {
	color: #333;
    font-size: 15px;
}
.v_module_recommend li .goods-info .goods-price {
	float: left;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    white-space: nowrap;
    height: 20px;
	width:130px;
    margin: 5px 0;
    overflow: hidden;
}
.v_module_recommend li .goods-info .goods-price em {
    font-size: 14px;
    font-weight: bold;
    color: #ff3c00;
}
.v_module_recommend li .goods-info .buy-btn a {
	float: left;
	line-height: 20px;
	height: 20px;
	width: 80px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #ff3c00;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
