﻿@charset "utf-8";
/* CSS Document */
.list-tab-title{
	position: absolute;
	top:0px;
	width:100%;
	overflow: hidden;
	z-index: 99;
	width:310px;
}
.list-tab-title2{
	/*position:fixed;*/
	top:70px;
	width:100%;
	overflow: hidden;
	z-index: 99;
	width:310px;
}
.list-tab-title li,.list-tab-title2 li{
	display: inline-block;
	width:50%;
	height:45px;
	padding-top:10px;
	border-radius: 8px 8px 0 0;
	background:url(../image/tab-t-bg.jpg) no-repeat center;
	text-align: center;
	color:#fff;
	font-size: 12px;
	vertical-align:bottom;
	cursor: pointer;
}
.list-tab-title li img,.list-tab-title2 li img{
	width: auto;
	height:23px;
}
.tab-t-active{
	height:60px !important;
	font-size: 15px !important;
	box-shadow: 8px 8px 8px rgba(13,72,110,.2) !important;
	z-index: 999;
}
.tab-t-active img{
	width: auto;
	height:30px !important;
}
.list-bar{
	overflow:hidden;
}
.list-rt-title{
	padding:16px 30px 16px 50px;
	line-height:28px;
	border-bottom: 1px solid #109ced;
}
.list-rt-title .lr-title-select{
	text-align: right;
	font-size:14px;
}
.lr-title-select strong{
	font-size:15px;
	color: #3389fe;
	font-weight: 500;
}
.list-rt-title .lr-title-select select{
	vertical-align: middle;
	height:28px;
	border-radius: 3px;
	border:1px solid #ccc;
	outline: none;
	padding:0 8px;
}


.list-rt-content{
	padding:10px 30px 10px 50px;
	min-height: 600px;
}
.list-rt-content .lr-part{
	width:100%;
	padding:20px 0 30px 0;
	border-bottom: 1px solid #f0f0f0;
}
/*列表内容标题*/
.list-rt-content .lr-part-top{
	width:100%;
	overflow: hidden;
}
.lr-part-top .lr-part-left{
	width:520px;
}
.lr-part-top .lr-part-left h3{
	font-size:22px;
	font-weight: 500;
	padding-left:26px;
	line-height:30px;
	background: url(../image/ls-icon-1.png) no-repeat 2px 10px;
}
.lr-part-top .lr-part-left h3 a{
	color: #333333;
}
.lr-part-top .lr-part-left h3 a:hover{
	color:#1e7fff;
}
.lr-part-top .lp-pf-con{
	height:14px;
	line-height: 14px;
	margin:8px 0 22px 0;
}

.lr-part-top .lp-pf-con p{
	width:420px;
	font-size:14px;
	display: inline-block;
	color: #999999;
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
	vertical-align: middle;
}
.lr-part-top .lr-part-right {
	text-align: right;
}
.lr-part-top .lr-part-right li{
	display:inline-block;
	height: 30px;
	line-height: 30px;
}
.lr-part-top .lr-part-right li{
	display:inline-block;
	height: 30px;
	line-height: 30px;
	padding:0 15px 0 36px;
	text-align: center;
	border-radius: 30px;
	color: #999999;
	font-size: 14px;
}
.lr-part-top .lr-part-right li.category-1{
	border:1px solid #f2e0ca;
	background: url(../image/ls-icon-2.png) no-repeat 10px center;
}

.lr-part-top .lr-part-right li.category-2{
	border:1px solid #c6e2f0;
	background: url(../image/ls-icon-3.png) no-repeat 10px center;
}
.lr-part-top .lr-part-right li a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    display: inline-block;
	color: #333;
}
.lr-part-top .lr-part-right li a:hover{
	color: #1492ff;
}
.lr-part-top .lr-part-right p{
	font-size:12px;
	margin:20px 0 0 0;
}
.lr-part-top .lr-part-right p i{
	font-style: normal;
	color:#fb5717;
	font-size: 13px;
}
/*列表内容标题 end*/
.lr-part-text{
	overflow: hidden;
	width:80%;
}
.lr-part-text li{
	float: left;
	width:32%;
	margin-right:1%;
	font-size:12px;
	color: #000;
	line-height: 30px;
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}
.lr-part-text li span{
	color: #999999;
}
