*,html{
	padding:0;margin:0;
}
li{
	margin-bottom:5px;
}
#circlr {
  cursor: move;
  margin: 0 auto;
  min-height: 100px;
  position: relative;
}

#circlr #loader {
  background: url(../images/loader.gif) center center no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banners{
	text-align:center;
}
.cat-list img,
.head-title img,
.banners img{
	max-width:100%;
}
.head-title {
	margin:20px auto;
}

.cat-list{
	margin-bottom:20px;
}
.cat-item img{
	border:1px solid #ddd;
}
.cat-item p{
	color:#1c2d7d;
	text-align:center;
	line-height:1.5;
	border-radius:5px;
	padding:8px 0;
	font-size:15px;
	font-weight:bold;
}

.head-title h3{
	float:left;
	margin:0;
	line-height:1.5;
}
.back-btn{
	background-color:#1c2d7d;
	color:#fff;
	padding:5px 8px;
	text-align:center;
	display:block;
	border-radius:5px;
	float:right;
}


.pagelist{
	margin:10px;
	paddign:10px;
	text-align:center;
}
.page{
	text-align:center;
	padding:10px 0;
}
.pagination span,
.pagination a{
	border:1px solid #ccc;
	text-align:center;
	padding:5px 8px;
	color:#888;
	border-radius:3px;
}
.plist .item .pic-module img{
	max-width:100%;
	border:1px solid #ddd;
	border-radius:5px;
}
.plist .item .pic-module, 
.plist .item .pro-module{
	padding-left:0;
}
.plist .item .pro-module .pro-name{
	font-size:16px;
	color:#1c2d7d;
	font-weight:bold;
}
.plist .item{
	padding:15px 0;
	border-bottom:1px dotted #dfdfdf; 
}
.plist .item p{
	margin:0;
}






.detail-box a.db-type{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-color:#1c2d7d;
	margin-top:20px;
	padding:5px 8px;
	border-radius:5px;
	float:left;
}
.detail-box .db-title{
	margin-top:15px;
	margin-bottom:5px;
	font-size:22px;
	font-weight:bold;
}
.detail-box .db-longtitle{
	margin-top:0px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
	
}
.detail-box .db-tsn{
	color:#888;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.detail-box .bar-title{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background-color:#6781c2;
	padding:6px 8px;
	border-radius:5px;
	margin:20px 0;
}
.detail-box p{
	margin:0;
	line-height:1;
}
.detail-box ul,
.detail-box ol{
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	list-style-position: inside;
	padding: 0;
	margin:0;
}
.detail-box ul p,
.detail-box ol p{
	display:inline;
	line-height:2;
}
.dbvideo{
	max-width:100%;
	margin-bottom:15px;
	background-color:#ddd;
}