@charset "utf-8";
/**
*公共部分 start
*/
/*一级类别列表 start*/
.news-tone {
	width: 100%;
	float: left;
	border-bottom: solid 3px #f0f0f0;
}
.news-tone li {
	/* min-width: 90px; */
	text-align: center;
	float: left;
	padding: 10px 9px ;
	
}
/*一级类别列表 end*/
/*一级类别下拉菜单 start*/
.news-tone .dropDown ul.dropDown-menu li a:hover,
.news-tone .dropDown ul.dropDown-menu li a:hover {
    background-color: #999999;
}
.news-tone .dropDown ul.dropDown-menu.menu {
    border: solid 1px #ddd;
}
/*一级类别下拉菜单 end*/
/*二级类别列表 start*/
.news-ttwo {
	width: 100%;
	float: left;
	background-color: #e6e6e6;
}
.news-ttwo li {
	text-align: center;
	float: left;
	padding: 7px 8px;
}
/*二级类别列表 end*/
/*左边分类别box start*/
.news-leftbox {
	float: left;
	width: 68%;
	margin-right: 2%;
}
.news-leftbox-item {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.news-leftbox-l {
	float: left;
	width: 63%
}
.news-leftbox-r {
	float: right;
	width: 35%
}
/*左边分类别box end*/
/*右边分类别box start*/
.news-rightbox {
	float: left;
	width: 30%;
}
.news-rightbox-item {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
/*右边分类别box end*/
/*左边分类别标题样式 start*/
.news-lefttitle {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 3px solid #e1e1e1;
}
.news-lefttitle a {
	color: red;
	font-size: 20px;
}
/*左边分类别标题样式 end*/
/*左边、右边分类别标题样式 start*/
.news-righttitle {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 3px solid #e1e1e1;
}
.news-righttitle span {
	color: black;
	font-size: 16px;
}
/*左边、右边分类别标题样式 end*/
/*左边分类别列表样式 start*/
.news-leftlist {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.news-leftlist ul {
	float: left;
	width: 100%;
}
.news-leftlist ul li {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
}
.news-leftlist ul li a,
.news-leftlist ul li b {
	float: left;
	font-size: 14px;
}
.news-leftlist ul li span {
	float: right;
}
/*左边分类别列表样式 end*/
/**
*公共部分 end
*/

/**资讯首页样式 start*/
/*最新资讯*/
.news-new {
	float: left;
	width: 38.5%;
	margin-right: 1.5%;
}
/*轮播*/
.news-banner {
	float: left;
	width: 60%;
	padding-top: 30px;
	height: 286px;
}
/*热点*/
.news-hot {
	float: left;
	width: 29.5%;
	margin-right: 1%;
}
.news-hottitle {
	float: left;
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-bottom: 3px solid #e1e1e1;
}
.news-hottitle a {
	float: right;
	color: red;
	margin-right: 5px;
	font-size: 12px;
}
.news-hotlist {
	margin-top: 4px;
}
.news-hotlist ul li a,
.news-leftlist ul li b {
	font-size: 13px;
}
/*企业访谈*/
.news-interview {
	float: left;
	width: 29.5%;
}
.news-interviewlist {
	float: left;
	width: 100%;
	margin-top: 8px;
}
.news-interviewlist .news-interviewlist-img {
	float: left;
	width: 32%;
}
.news-interviewlist .news-interviewlist-img img {
	width: 90%;
	height: 104px;
}
.news-interviewlist .news-interviewlist-content {
	float: left;
	width: 68%;
}
.news-interviewlist .news-interviewlist-content a,
.news-interviewlist .news-interviewlist-content b,
.news-interviewlist .news-interviewlist-content span {
	float: left;
}
.news-interviewlist .news-interviewlist-content span {
	width: 100%;
}
.news-interviewlist .news-interviewlist-content a {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.news-interviewlist .news-interviewlist-content span.subtitle {
	line-height: 22px;
}
/**资讯首页样式 end*/

/**列表页列表项样式 start*/
.news-pagingListShow .news-pagingItem {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #aaa;
}
.news-pagingListShow .news-pagingItemImg {
	float: left;
	width: 20%;
}
.news-pagingListShow .news-pagingItemImg img {
	width: 90%;
	height: 95px;
	margin-top: 6px;
	border-radius:7px;
}
.news-pagingListShow .news-pagingItemDetail {
	float: left;
	width: 80%;
}
.news-pagingListShow .news-pagingItemDetailAll {
	float: left;
	width: 100%;
}
.news-pagingListShow .news-pagingItemTitle {
	float: left;
	width: 75%;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	font-size: 20px;
	color: #3068A8;
}
.news-pagingListShow .news-pagingItemDate {
	float: left;
	height: 28px;
	width: 25%;
	text-align: right;
	line-height: 28px;
	font-size: 20px;
	color: #3068A8;
}
.news-pagingListShow .news-pagingItemContent {
	float: left;
	line-height: 23px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #666666;
}
/**列表页列表项样式 end*/