.list{
	background: url(/css/../images/list.png) no-repeat;
	padding-top: 152px;
	background-color: #f1f1f1;
	padding-bottom: 50px;
        min-width: 1170px;
}

.listLeft h2{
	background-color: #710006;
	text-align: center;	
	color: #fff;
	font-size: 22px;
	padding: 18px 0;
}

.listLeft ul li a{
	background-color: #e2ddd2;
	text-align: center;	
	margin-top: 1px;
	padding: 22px 0;
	font-size: 14px;	
	display: block;
}

.listLeft ul li a span{
	position: relative;
        left: 50px;
}

.listLeft ul li.on a.onA{
	background-color: #d2c9b7;
}

.listLeft ul li.in a.inA{
	background-color: #d2c9b7;
}

.listLeft ul li a:hover{
	background-color: #d2c9b7;
}

.listLeft ul li a{
	color: #000;
}

.listLeft .listDown{
	padding-bottom: 20px;
}

.listLeft .listDown li a{
	background-color: #fff;
	padding: 11px 0;
	font-size: 12px;	
	overflow: hidden;
}

.listLeft .listDown li a:hover{
	background-color: #d2c9b7;
}

.listLeft .listDown{
	display: none;
}

.listLeft .listNav:hover .listDown{
	display: block;
}

.listRight{
	background-color: #fff;
	min-height: 700px;
        padding-bottom: 40px;
}

.listRight h3{
	padding: 20px 35px;
	font-size: 16px;
	border-bottom:1px solid #f1f1f1;
	
}

.listRight h3 a{
	color: #a2a2a2;
}

.listRight h3 a:hover{
	color: #710006;
}

.listRight ul{
	padding: 40px;
}

.listRight ul li{
	overflow: hidden;
	border-bottom:1px solid #f1f1f1;
	line-height: 45px;
	
}

.listRight ul li a{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.listRight ul li:hover a{
    color: #cd0808;
}

.listRight ul li:hover span{
    color: #cd0808;
}

/*show*/
.listRight h1{
	text-align: center;
	color: #000;
	font-size: 22px;
	padding: 40px 0;
}

.listRight p{
	padding: 0 35px;
}

.listRight table{
        margin-left: 35px;
        width: 780px!important;
}

.tableLlist table{
       width: 0!important;
}

.listRight table p{
	padding: 0 0;
}
/*±νΈρ*/
.table-responsive{
	padding: 0 35px;
	border:none;
}

.table-responsive tr td{
	text-align: center;
}

/*listPic*/
.pic ul li{
	padding: 10px 5px;
	border: none;
}

.pic img{
	background: #95181c;
	height: 166px;
}

.pic h4{
	text-align: center;
	font-size: 14px;
	padding: 20px 35px;
        line-height: 26px;
}

/*picList*/
.picList ul{
	margin-bottom: 50px;
}


.picList ul li{
	padding: 10px 5px;
	border: none;
}

.picList img{
	background: #95181c;
	height: 140px;
}

.picList h4{
	font-size: 14px;
	padding: 20px 35px;
	min-height: 140px;
	background-color: #f6f6f6;
}