.container{
	margin: 20px auto;
	/*border: 1px solid red;*/
	width: 69%;
        min-width: 960px;
	
}

.up-container{
	overflow: hidden;
	/*border: 1px solid yellowgreen;*/
}

.up-left{
	/*border: 1px solid blue;*/
        margin-top: 20px;
	float: left;
	width: 80%;
	height: 300px;
	position: relative;
}

.up-left img{
	width: 100%;
	height: 300px;
}

.line{
	position: absolute;
        margin-left:0px;
	background: #000000;
	opacity: 0.6;
	height: 50px;
	width: 100%;
	bottom: 0px;
        left:0%;
}

.line p{
	font-size: 18px;
	line-height: 16px;
	margin-left: 20px;
	color: white;
	position: absolute;
}

.line ul{
	position: absolute;
	top: auto;
	right: 10px;
	width: 25%;
}

.line ul li{
	float: left;
	margin-left: 5px;
	/*border: 1px solid red;*/
	background: grey;
	color: white;
	width: 20px;
	height: 20px;
        line-height: 20px;
	text-align: center;
	list-style: none;
}

.up-right{
	/*border: 1px solid blue;*/
	float: right;
	width: 19%;
	padding: 0px;
}

.up-right a{
	/*border: 1px solid blue;*/
           font-size:14px; 
           line-height:24px
}


.up-right-title{
	/*border: 1px solid black;*/
           margin-top: 20px;
	width: 100%;
	height: 40px;
        background: #0b6cb8;
        color: #FFF
}

.up-right-title > p{
	margin-left: 10px;
	line-height: 40px;
	font-size: 14px;
	float: left;
        color: #FFF
}

}

.up-right-title a{
	line-height: 40px;
	margin-right: 10px;
	float: right;
        color: #FFF
}



.up-right-body{
	margin: 0px;
	width: 100%;
	padding: 0px;
	height: 100%;
}

.up-right-body li{
	font-size: 18px;
	line-height: 30px;
	margin: 0px;
	list-style: none;
	/*border:1px solid red;*/
	background: #CCCCCC;
	width: 100%;
}

.mid-container{
	overflow: hidden;
	position: relative;
	
}

.mid-title{
	margin: 5px 0px;
	width: 70%;
           color:white;
	font-size: 16px;
          overflow:hidden;
	background: #0B6CB8;
	border: 1px solid black;
	width: 100%;

}

.mid-title p{
	font-weight: 700;
	margin-left: 10px;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.mid-title a{
	color: white;
	line-height: 40px;
	font-size: 12px;
	margin-right: 2%;
	text-decoration: none;
	float: right;
}

.mid-left{
	width: 70%;
	/*border: 1px solid blue;*/
	float: left;
}

.mid-left-photo-container{
	/*border: 1px solid red;*/
	width: 50%;
	height: 100%;
	float: left;
}

.mid-left-photo-container:after{
        content: '';
        clear: both;
        overflow: hidden;
        height: 0;
}


.mid-left-photo-container img{
	height: 100%;
	width: 100%;
}

.mid-left-detail{
	/*border: 1px solid black;*/
	float: right;
	width: 49%;
	height: 240px;
	overflow:hidden;
}

.mid-left-detail ul{
	height: 100%;
}

.mid-left-detail ul li{
	font-size: 14px;
}

.mid-right{
	width: 29%;
	height: 260px;
	/*border: 1px solid blue;*/
	float: right;
	overflow: hidden;
}

.mid-right-title{
	margin-left: 10px;
	width: 100%;
	font-size: 16px;
}

.mid-right-search{
	margin-left: 10px;
	width: 90%;
}

.input-text{
	width: 70%;
}

.input-btn{
	
}

.mid-right-show{
	margin: 10px;
	width: 100%;
	height: 50px;
}

.mid-right-show img{
	width: 350px;
	height: 55px;
}

.down-container{
	overflow: hidden;
}

.down-show{
	/*border: 1px solid blue;*/
	width: 32%;
	margin: 1%;
	height: 290px;
	float: left;
}

.down-show-top{
	color: white;
	overflow: hidden;
	background: #0B6CB8;
	border: 1px solid black;
	width: 100%;
}

.down-show-top p{
	font-weight: 700;
	margin-left: 10px;
	line-height: 40px;
	font-size: 16px;
	float: left;
}

.down-show-top a{
	color: white;
	line-height: 40px;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: none;
	float: right;
}

.down-show-body{
	padding: 0px;
	clear: both;
	width: 100%;
	list-style: none;
}

.down-show-body li{
	background: #CCCCCC;
	margin: 10px;
	margin-left: 0px;
	width: 100%;
}

.entrance{
	background: #FF6100;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	
}

.entrance a{
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}