/* found2 */
.found2 img{
	width:282px;
    height: 274px;
    margin-top: 7px;
}
.found2 .p2 {
    width: 530px;
}

/*  directory  */
.directory{
	margin-right: 10px;
	line-height: 30px;
}
.directory h4{
	font-size:30px;
	color: #333;
	line-height: 50px;
	border-bottom:1px solid #f7f0f0;
}
.directory img{
	width:120px ;
	height:160px;
	margin-top: 26px;
	margin-left: 15px;
	float: left !important;
}
.directory h5{
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}
.directory .word{
	width: 630px;
}
.directory p{
	font-size: 16px;
	color:#666 ;
}
.directory .p1{
	font-size: 18px;
	color: #8f000b;
	font-weight: bold;
	margin: 28px 0 17px;
}
.directory .p2{
	color: #ac0000;
	font-style: italic;
}
.directory .p3{
	color: #333;
}
.directory .p4{
	font-weight: bold;
	color: #333;
	font-size: 18px;
}
.directory .p5{
	margin-bottom: 20px;
	color: #333;
}
.directory .place1{
	height: 16px;
	display: block;
}

/*  mode */
.mode{
	height:40px;
	border-bottom:1px solid #f1f1f1;
	margin-right: 10px;
	padding: 0 40px;
}
.mode li{
	width:253px ;
	height: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.mode li img{
	position: absolute;
	bottom:-1px;
	left:0;
	z-index: 0;
	width: 100%;
	height:100%;
}
.mode li p{
	z-index: 3;
	position: absolute;
	left: 0;
	bottom:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	width: 100%;
	line-height: 36px;
}
.mode li.on p{
	color: #8f000b;
}
.mode li.on img{
	z-index: 1;
}
.mode li:nth-child(2),.mode li:nth-child(3){
	margin-left: -7px;
}
.mode-cont{
	padding-right: 10px;
}
.mode-cont .item{
	display: none;
}
.mode-cont .item.on{
	display: block;
}

/*  name - content  */
.letter {
	font-size: 0;
	margin-top: 30px;
}
.letter a{
	font-size: 28px;
	color: #337fe5;
	line-height:30px ;
	border-left:1px solid #f7f0f0;
	padding: 0 6px;
}
.letter a.on{
	background: #f7f0f0;
}
.letterbox .letter2{
	font-size: 40px;
	font-weight: bold;
	color: #8f000b;
	line-height: 65px;
	border-bottom:1px solid #f7f0f0;
	position: relative;
	margin-top: 27px;
    z-index: 0;
}
.letterbox .letter2 img{
	position: absolute;
	right:15px;
	bottom:5px;
}
.letterbox li li{
	width:277px ;
	line-height: 24px;
	margin-top:39px;
	text-decoration: underline;
}
.letterbox li li a{
	color: #333;
	font-size: 24px;
}
.letterbox li li a:hover{
	color:#0071ac ;
}
.letterbox2 .letter2{
	font-size: 26px;
    line-height: 50px;
}

/* select */
.select{
	color: #333;
	position: relative;
}
.select p{
	width: 114px;
	height: 34px;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	background: #f7f0f0;
	margin-top: 30px;
	border-radius:4px;
	cursor: pointer;
}
.select p img{
	width: 16px;
	margin-left: 10px;
	height: auto;
	margin-top:12px ;
}
.select ul{
	background: #f7f0f0;
	padding: 22px 0 22px 10px;
	position: absolute;
	top:33px;
	left:0;
	border-radius: 0 0 4px 4px;
    z-index: 1;
    display: none;
}
.select li{
	font-size: 20px;
	line-height: 50px;
	width: 270px;
}
.select li a:hover{
	color: #0071ac;
}





