/*模版1框架文件*/

/*侧边栏*/
.t1-main-sidebar {position: relative; width: 220px;}
.t1-main-sidebar .t1-ad-pic img {width: 100%;}

/*主体内容*/
.t1-main-content-fluid {width: 100%; overflow: hidden;}
.t1-main-content {width: 720px; overflow: hidden;}
.t1-main{overflow: hidden;}

 /*自适应*/
.w {width: 960px; _width: 960px !important; margin: 0 auto;}
.w-xs {width:  768px;}
.w-sm {width:  960px;}
.w-md {width: 1210px;}
.w-lg {width: 1390px;}

/*设置高亮*/
.t1-lighten {color: #aaa;}

/*常用间距*/
.t1-mb-20 {margin-bottom: 20px;}
.t1-mb-90 {margin-bottom: 90px;}
.t1-mt-20 {margin-top: 20px;}
.t1-mt-30 {margin-top: 30px;}
.t1-pt-20 {padding-top: 20px;}
.t1-pb-20 {padding-bottom: 20px;}
.t1-pb-70 {padding-bottom: 70px;}
.t1-pt-40 {padding-top: 40px;}

/*面包屑导航*/
.t1-crumb {position: relative; z-index: 1; width: 100%; height: 40px; line-height: 40px; color: #999;}
.t1-crumb span {float: left;}
.t1-crumb a {float: left; color: #999; text-decoration: none;}
.t1-crumb i {float: left; height: 40px; line-height: 40px; margin: 0 7px; padding-left: 5px; background: url(../images/t1-sprite.png) no-repeat 0 -962px;}