
.page-banner {
  	width: 100%;
  	height: 280px;
}
.main{
	background: #EEEEEE;
	padding: 15px 0;
}
.main .main-left{
	width: 215px;
	background: #ffffff;
}
.main .main-left .cate{
	
}
.main .main-left .cate li{
	
}
.main .main-left .cate a{
	display: block;
	height: 60px;
	line-height: 60px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #dddddd;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.main .main-left .cate a:hover,
.main .main-left .cate a.active{
	background-color: #B363A6;
    color: #fff;
}
.main .main-right{
	width: 970px;
	background: #ffffff;
	padding: 20px;
}
.main .main-right .main-content{
	padding: 20px 0;	
	min-height: 500px;
}
/*面包屑*/
.web-postion {
	border-bottom: 1px solid #cccccc;
}
.web-postion p {
	font-size: 12px;
	line-height: 36px;
	color: #999999;
}
.web-postion p a {
	color: #999999;
}
.web-postion p a:hover {
	color: #B363A6;
	text-decoration: none;
}

/*单页*/
.singlepage{
	line-height: 2;
	font-size: 14px;
}

/*公益项目*/
.xiangmu .list{
	overflow: hidden;
}
.xiangmu .list li{
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.xiangmu .list li:last-child{
	margin-bottom: 0;
}
.xiangmu .list .pic{
	display: inline-block;
	width: 120px;
	height: 100px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.xiangmu .list .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.xiangmu .list .content{
	width: 790px;
	font-size: 0;
}
.xiangmu .list .content .title{
	
}
.xiangmu .list .content .title a{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.xiangmu .list .content .title a:hover{
	color: #9e368f;
}
.xiangmu .list .content .desc{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 10px 0 10px;
	height: 40px;
	overflow: hidden;
}
.xiangmu .list .content .more{
	display: inline-block;
	width: 55px;
	height: 20px;
	background: #cccccc;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.xiangmu .list .content .more:hover{
	background: #9e368f;
}

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 0 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination a:hover{ 
  	background:#B363A6; 
  	color:#fff; 
  	border-color: #B363A6;
} 
.pagination li.active a { 
  	background: #B363A6; 
  	color: #fff;
  	border-color: #B363A6;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}

/*案例*/
.case .tab-ul{
	display: none;
}
.case .tab-ul:first-child{
	display: block;
}
.case .tab-ul li{
	width: 295px;
	margin-right: 20px;
}
.case .tab-ul li:last-child{
	margin-right: 0;
}
.case .tab-ul li a.pic{
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
	position: relative;
	border: 1px solid #e7e7e7;
}
.case .tab-ul li a.pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.case .tab-ul li .content{
	background: #ffffff;
	padding: 30px 20px 22px 20px;
	border: 1px solid #e7e7e7;
	border-top: none;
}
.case .tab-ul li .content .title{
	
}
.case .tab-ul li .content .title a{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case .tab-ul li .content .time{
	font-size: 12px;
	color: #666666;
	display: inline-block;
	line-height: 20px;
	margin: 15px 0 12px;
}
.case .tab-ul li .content .desc{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 25px;
}
.case .tab-ul li .content .more{
	font-size: 12px;
	color: #b363a6;
	display: inline-block;
	line-height: 20px;
}

/*文章详情*/
.article{
	
}
.article .hd{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #dddddd;
}
.article .hd .title{
	font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}
.article .hd .info{
    
}
.article .hd .info span{
	opacity: 0.4;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.article .hd .info span:first-child{
	margin-left: 0;
}
.turn{
	background-color: #f5f5f5;
	padding: 5px 25px;
	margin-top: 30px;
}
.turn p{
	margin: 10px 0;
}
.turn span{
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
}
.turn a{
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
}