﻿@charset "utf-8";
/* 相框布局 */
.album{
	width:100%;
	height:100%;
	overflow:hidden;
}
.album .tools ol{
	display:block;
}
.album .tools{
	line-height:25px;
}
.album .tools ul li{
	width:7px;
	height:7px;
	margin: 0 6px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius:50%;
	vertical-align:middle;
}
.def_tools_off{
	background-color: #ffffff;
}
.def_tools_on{
	background-color:#0054a6;
	
	margin: 0 8px;
	display: inline-block;
	
}
.album .tools ul li.def_tools_on{width:17px;
	height:7px;border-radius: 3px;
	-webkit-border-radius:3px;}
/* 相框 */
.pic_box{
	position:relative;
}
.pic_box .pic{
	text-align:center;
	vertical-align:middle;
	line-height: 100%;
}
.pic_box .title{
	position:absolute;
	bottom:0;
	color:white;
	text-align:center;
	text-shadow:-1px -1px 0 #36373C;
	width:100%;
	font-family:"微软雅黑","宋体";
	vertical-align:middle;
	line-height:30px;
}
.pic_box .bg{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background:url(bg.png) 0 0 repeat-x;
}
.pic_box .bgc{
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	background-color:#000;
	opacity:0.6;
}
/*相框(上标题下左图片，下右摘要)*/
.img_box{
	background-color:#F2F2F2;
	margin: 5px;
}
.img_box::after{
	clear:both;
	content:"";
	display:block;
}
.img_box .title{
	font:bold 14px/38px "微软雅黑";
	background-color:white;
	text-align:center;
}
.img_box .pic{
	display:block;
	float:left;
	margin-right:5px;
}
.img_box .pic img{
	vertical-align:bottom;
}
.img_box .abs{
	word-break:break-all;
	color:#666;
	padding-top:5px;
	display:block;
	height:100%;
}
/*栏目滑动切换*/
.title_links{
	width:100%;
}

.title_links .tools{
	border-bottom: 1px solid #CCC;
	background-color: whiteSmoke;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
}

.title_links .tools ul{
	margin-bottom: -1px;
	border-top: 1px solid white;
}

.title_links .tools ul li{
	display:table-cell;
	text-align: center;
	color: #666;
	border-right:1px solid #ccc;
	margin:0;
	list-style:none;
	padding:0;
}
.title_links .tools .on{
	background-color: white;
	margin-bottom: -1px;
	color: white;
}
.title_links .slide_pane ul li{
	list-style:none;
}