﻿@charset "utf-8";
.head {
    width: 95%;
    background-color: #FAFAFA;
    margin: 0px auto;
    padding-top: 10px;
}

.head .select{
	float:right;
	margin-top:20px;
}

.head .select select{
	height:30px;	
}

.head .select .btn{
	height:30px;
	width:30px;
	display:none;
	margin-top:-2px;	
}

.head .select .btn i{
	margin-left:-5px;	
}

.head .nav{
	text-align:center;
	background:#f90;
	padding:5px 0;
	margin:5px 0;	
}

.head .banaer img{
	width:100%;	
}


.CaseList{
	width:90%;
	margin:10px auto;
	background:#E8E8E8;
	padding:10px;	
}

.CaseList .CaseRight{
	background:#fff;
	display: table-cell;
	padding:10px;
}
.CaseList .CaseLeft{
    width:91.1%;
	background:#fff;
	display: table-cell;
	padding:10px;
}

.CaseList .CaseLeft{
	border-right:2px dashed #bcbcbc;	
}

.CaseList .CaseLeft p,.CaseList .CaseRight p{
	font-size:15px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:3px solid #bcbcbc;	
}

.CaseList .CaseLeft p{
	color:#FC0;
}

.CaseList .CaseRight p{
	color:#0FF;	
}

.CaseList .CaseLeft span{
	color:#999;	
}

.CaseList .CaseRight p{
	padding-left:10px;	
}

.CaseList .CaseRight ul{
	padding-left:20px;
	margin:5px;	
}
.CaseList .CaseRight ul li{
	line-height:23px;	
}

.CaseList .CaseRight ul li a{
	color:#000;
	font-size:15px;	
}

.CaseList .Casedetails{
	margin:10px 0;
	background:#fff;
	padding:10px;	
}

.CaseList .Casedetails span,.CaseList .CaseRecommend span{
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:15px;
	color:#FF8080;
	font-weight:bold;	
}

.CaseList .Casedetails img{
	margin-top:10px;
	width:100%;	
}

.CaseList .CaseRecommend{
	background:#fff;
	padding:10px;	
}

.CaseList .CaseRecommend span{
	color:#99F;	
}

.CaseList .CaseRecommend .Recommendinfo{
	text-align:center;
	margin-top:10px;	
}

.CaseList .CaseRecommend .Recommendinfo img{
	width:100%;
	margin-bottom:5px;
	transition: all 0.6s; 	
}

.CaseList .CaseRecommend .Recommendinfo img:hover{
	transform: scale(1.1);
	cursor:pointer;
}

.CaseList .CaseRecommend .Recommendinfo a{
	color:#000;	
}

.CaseList .CaseRecommend .Recommendinfo a:hover{
	color:#ocf;
}

.page{
	margin-top:10px;	
}

.page .btn:rirst-child(){
	float:left;	
}

.page .btn:nth-child(2){
	float:right;	
}

.Recommend{
	width:90%;
	margin:10px auto;	
}

.Recommend>div{
	border:1px dashed #f90;
}

.Recommend>div:last-child{
	border:0px solid red;	
}

.Recommend .Recommendcontent{
	padding:10px;	
}

.Recommend .Recommendcontent .Recommendtitle{
	border-bottom:1px solid #bcbcbc;
	padding-bottom:5px;	
}

.Recommend .Recommendcontent .Recommendtitle span{
	font-size:15px;
	font-weight:bold;	
}

.Recommend .Recommendcontent .Recommendinfo{
	margin-top:10px;
	width:49%;
	float:left;
	text-align:center;	
}

.Recommend .Recommendcontent .Recommendinfo:nth-child(even){
	float:right;
}

.Recommend .Recommendcontent .Recommendinfo img{
	width:100%;
	margin-bottom:5px;
	transition: all 0.6s; 		
}

.Recommend .Recommendcontent .Recommendinfo img:hover{
	transform: scale(1.1); 	
}

.Recommend .Recommendcontent .Recommendinfo a{
	color:#000;	
}

.Recommend .Recommendcontent .Recommendinfo a:hover{
	color:#0cf;	
}

.Recommend .Recommendcontent ul{
	margin:5px 0;
	padding-left:15px;	
}

.Recommend .Recommendcontent ul li{
	line-height:24px;	
}

.Recommend .Recommendcontent ul li a{
	color:#000;
	letter-spacing:1px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;		
}

.Recommend .Recommendcontent ul li a:hover{
	text-decoration:underline;	
}

.tail{
	width:90%;
	margin:10px auto;	
}

.tail .link ul{
	padding-left:10px;	
}

.tail .link ul li{
	display:inline-block;
	list-style:none;
	padding:0 10px;	
}

.tail .link ul li:first-child{
	padding:0;	
}

.tail .link ul li a{
	color:#000;	
}

.tail .link ul li a:hover{
	color:#0cf;	
}

.tail .copyright{
	border-top:3px solid #000;
	text-align:center;
	padding-top:10px;	
}

.tail .copyright ul{
	padding:0;
	maring:0;	
}

.tail .copyright ul li{
	list-style:none;
	line-height:23px;		
}

.tail .copyright ul li:first-child{
	font-size:15px;
	font-weight:bold;	
}

.cl{
	clear:both;
}

@media screen and (max-width:768px) {
    .head .select .btn{
		display:block;	
	}
	
	.head .nav{
		display:none;	
	}
	
	.page .btn:nth-child(1){
		display:block;
		margin-bottom:10px;
	}
	
	.page .btn:nth-child(2){
		display:block;
		float:left;
	}
}

/* CSS Document */

