﻿
/*-------------- 资讯聚合、列表、详细页面 ------------------*/
#newsWrapper
{
	padding: 20px 20px;
	background: #f9fcfe;
}

#expressBox
{
	width: 243px;
	height: 217px;
	background: url(/themes/images/indexImg/box_express_1.gif) no-repeat;
	float: right;
	padding-top: 30px;
	padding-left: 10px;
	line-height: 22px;
}

#industryNews
{
	width: 243px;
	height: 220px;
	background: url(/themes/images/indexImg/box_industryNews_1.gif) no-repeat;
	float: right;
	padding-top: 30px;
	padding-left: 10px;
	line-height: 22px;
	margin-top: 30px;
}

#userRecommend
{
	width: 253px;
	height: 205px;
	background: url(/themes/images/indexImg/box_userRecommend.gif) no-repeat;
	float: right;
	margin: 30px 0px;
}

#newsWrapper ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	min-height: 705px;
	height: auto !important;
	height: 705px;
}

#newsWrapper ul .title
{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin: 15px 0px;
	text-align: center;
}

#newsWrapper ul .subTitle
{
	font-size: 13px;
	color: #444;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	margin: 15px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px dashed #b6b6b6;
}

#newsWrapper ul .subTitle a
{
	color: #444;
}

#newsWrapper ul .subTitle a:hover
{
	color: #bb0000;
}

#newsWrapper ul .content
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin: 10px 0px;
	color: #111;
	line-height: 26px;
}

/*--------------------------------------------------------------------*/


/*---------------------- 资讯频道二级页面 -----------------------------*/

.newsListWrapperNav
{
	margin-top: 13px;
	width: 440px;
	float: left;
	border: 1px solid #e2e2e2;
	list-style: none;
	margin-left:0px;
	padding:0px;
}

.newsListWrapperNav li
{
	min-height: 840px;
	height: auto !important;
	height: 840px;
}

.newsListWrapper
{
	width: 530px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

.newsListWrapper li
{
	margin: 0px;
	padding: 10px;
	margin-bottom:25px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	float: left;
	font-size: 12.5px;
	border-right: 1px dashed #EAD3B8;
}

.newsListWrapper .newsWrap
{
	width: 217px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	border: 1px solid #8693AA;
	border-top: 0px;
	margin-left: 2px;
	margin-top: -5px;
	padding: 10px;
	line-height: 23px;
	color:#333;
}

.newsListWrapper h1
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	width: 213px;
	height: 32px;
	line-height: 32px;
	padding-left: 30px;
	background: url(/themes/images/control/th_blue_1.JPG);
}

/*-----------------------------------------------------------------------*/