body {
	background: url(bg.png) repeat-x;
}
.B-red{
	background-color: #f44336;
}
.B-White{
	background-color: #FFFFFF;
}
.red{
	color: #f44336;
}

a:hover{
	color: #F44336;
}
/* crumb 面包屑导航 */
.crumb{
	color: #a9a9a9;
	height: 36px;
	line-height: 36px;
	border-bottom: 4px solid #F44336;
}
.crumb a{
	color: #F44336;
	padding: 0 5px;
}

/* page 分页 */
.page {
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
}

.page a {
	display: inline-block;
	border: 1px solid #BBBBBB;
	padding: 0 12px;
	color: #3e3e3e;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: tahoma, simsun;
	text-decoration: none;
}

.page a:hover {
	color: #F44336;
	border-color: #F44336;
}

.page .active,
.page .active:hover {
	color: #fff;
	background: #F44336;
	border: solid 1px #F44336;
}

.page form {
	display: inline;
}

.page form span {
	color: #999;
	font-size: 13px;
}

.page form .text {
	width: 35px;
	height: 21px;
	outline: none;
}

.page form .button {
	width: 46px;
	height: 24px;
	cursor: pointer;
}

.page form .input {
	width: 40px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

.page form .button {
	text-align: center;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #BBBBBB;
	background: #fff;
}

.page form .text:focus,
.page form .button:hover {
	color: #0067A8;
	border-color: #0067A8;
}
.page .fail{
	border-color: #BBBBBB;
	color: #BBBBBB;
}
.page .fail:hover{
	border-color: #BBBBBB;
	color: #BBBBBB;
}

.white {
	color: #FFFFFF;
}

.header{
	width: 100%;
	height: 136px;
}
.logo{
	margin-top: 40px;
}
.header ul{
	margin-top: 86px;
}
.header li{
	float: left;
}
.header li a{
	padding:8px 16px;
	background-color: #FFFFFF;
	color: #F44336;
	margin-left: 8px;
}
.layout{
	width: 1160px;
	padding: 20px;
	background-color: #FFFFFF;
	margin: 20px auto 0;
}
.nav{
	width: 100%;
}
.nav li{
	float: left;
}
.nav li a{
	font-size: 16px;
	color: #F44336;
	padding: 8px 16px;
	margin-right: 10px;
	display: block;
	border-bottom: 2px solid #FFFFFF;
}
.nav li .curr{
	border-bottom: 2px solid #F44336;
}
.nav li a:hover{
	border-bottom: 2px solid #F44336;
}
.indexXibu{
	width: 500px;
	float: left;
	line-height: 26px;
	text-align: justify;
	margin-right: 20px;
}
.indexXibu img{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.flash{
	width: 640px;
	height: 330px;
}
.indexList{
	width: 570px;
	margin-right: 20px;
}
.indexList .title{
	background-color: #F44336;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px;
}
.indexList .title span{
	float: right;
}
.indexList .title span a{
	color: #FFFFFF;
}
.indexList .title span a:hover{
	color: #FFFFFF;
}
.indexList ul{
	margin-top: 10px;
}
.indexList li{
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexList li span{
	float: right;
}
.indexPic {
	margin-right: -10px;
	display: inline-flex;
}
.indexPic li{
	float: left;
}
.indexPic li img{
	width: 157px;
	height: 105px;
	margin-right: 10px;
}
.friLink{
	font-weight: bold;
	font-size: 16px;
}
.friLink .title{
	width: 100px;
	color: #F44336;
}
.friLink li{
	float: left;
	margin-right: 20px;
}
.footer{
	background-color: #929292;
	height: 100px;
	padding-top: 20px;
	width:100%;
	min-width: 1220px;
}
.footer p{
	text-align: center;
	color: #FFFFFF;
}
/* 列表页 */
.rightSider{
	width: 300px;
}
.rightSider .sideTitle{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #F44336;
}
.rightSider li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background-color: #f2f0f0;
	margin-bottom: 1px;
}
.rightSider li a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #F44336;
	display: block;
}
.list-main{
	width: 840px;
}

.listBox li{
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #cbcbcb;
}
.listBox li a:hover{
	color: #F44336;
}
.listBox li span{
	float: right;
	color: #BBBBBB;
}
.articleBox{
	width: 100%;
	min-height: 520px;
}
.articleBox .articleTitle{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.articleBody{
	font-size: 14px;
	line-height: 24px;
}


