﻿/*首页滚动图区域*/
div#index-picture-container {
	/*width: 975px;*/
	height: 420px;
	margin: auto;
}
div#index-picture {
	/*width: 975px;*/
	height: 400px;
	cursor: pointer;
}
div#index-picture-text {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #000000;
	color: #ffffff;
}
div#index-picture-number {
	float: right;
}
div#index-picture-number ul {
	margin: 0;
	list-style-type: none;
}
div#index-picture-number li {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	border-left: solid 1px white;
	font-size: 9pt;
}
div#index-picture-number li.first {
	border-left: 0;
}

/*首页内容区域*/
div.index-content-container {
	padding-top: 10px;
}
div.index-content-container div.left-block {
	float: left;
	width: 320px;
	margin-right: 20px;
	/*border: 1px solid red;*/
}
div.index-content-container div.right-block {
	float: right;
	/*background-image: url(../images/20131119.jpg);
	background-size: contain;*/
	width: 290px;
	height: 344px;
	/*border: 1px solid red;*/
}
div.index-content-container div.top {
	height: 250px;
}
div.index-content-container div.bottom {
	height: 30px;
	line-height: 30px!important;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
div.index-content-container div.border-block-container {
	border: 1px solid #000000;
	margin-bottom: 20px;
}
div.index-content-container div.border-block {
	overflow: auto;
	border: 1px solid #000000;
	padding: 6px;
	margin: 2px;
	line-height: 20px;
}
div.index-content-container div.title {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	background-image: url(../images/index-title-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	margin-bottom: 10px;
}
div.index-content-container div.item {
	background-image: url(../images/icon-square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 12px;
	width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.index-content-container div.item a {
	/*font-size: 9pt;*/
}

/*首页专场区域*/
div.index-parts-container {
	margin-top: 10px;
	border: 1px solid #000000;
	height: 155px;
	padding: 2px;
	overflow: hidden;
}
div.index-parts-container div.index-parts {
	margin-left: 0px;
}
div.index-parts-container div.part-block {
	float: left;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-right: 2px;
	line-height: 0px;	/*clear div img extra bottom margin*/
}

ul.links {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
ul.links li.first {
	padding-left: 0px;
	padding-right: 20px;
	letter-spacing: 3px;
	font-weight: bold;
	padding-left: 18px;
	background-image: url(../images/top-menu-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.links li {
	float: left;
	padding-left: 6px;
	padding-right: 6px;
}

/*board*/
div.board {
    background-image: url(../images/board-bg.jpg);
    background-repeat: no-repeat;
    width: 290px;
    height: 344px;
    text-align: center;
    padding-top: 50px;
    font-family: 黑体;
    font-size: 10pt;
    line-height: 18px;
}
div.board-separator {
    background-color: #e30514;
    width: 70px;
    height: 8px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}