﻿ul,
li {
	padding: 0px;
	margin: 0px;
}
/* 字体图标 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
	src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
	 url('glyphicons-halflings-regular.woff') format('woff'), 
	 url('glyphicons-halflings-regular.ttf') format('truetype'),
	  url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
 
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
/*陇西简介*/

#jianjie {
	text-indent: 0em;
	padding: 10px;
}
#jianjie p {
    font-size: 16px;
    line-height: 36px;
}

/*陇西简介结束*/


/*陇西文化*/

#longxiwenhua {}

#longxiwenhua .lxwhimg {
	margin: auto;
}

#longxiwenhua .content .left {}


/*大山洮水*/

#dlts {}

#dlts .title {
	color: #0a87e8;
	font-size: 16px;
}

#dlts .content {
	color: #bdbcb9;
}

#dlts ul li {
	list-style-image: url(10.png);
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}

#dlts ul li a {
	color: #70706f;

}

#dlts ul li span {
	float: right;
}

#dlts ul li a:hover {
	color: #e9211d !important;
}

#dlts ul li:hover {
	list-style-image: url(07.png);
}


/*大山洮水结束*/


/*陇西文化结束*/


/*陇西县志*/

#longxixianzhi #xianzhitab .title>li {
	float: left;
}

#longxixianzhi #xianzhitab ul li a {
	
}

#longxixianzhi .lxwhimg {
	float: left;
}
#xianzhitab p {
    font-size: 16px;
    line-height: 36px;
}
#xianzhitab .title li {
	height: 40px;
	line-height: 55px;
	list-style: none;
	width: 100px;
	text-align: center;
	background: url(hxsmall_03.png) no-repeat 7px 36px;
}
#xianzhitab .tab-pane li {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
}
#longxixianzhitabcontent .tab-pane .left .title {
	color: #5ca604;
	font-size: 16px;
}

#longxixianzhitabcontent .tab-pane .left .content {
	color: #bdbcb9;
}

#longxixianzhitabcontent .tab-pane .left ul li {
	list-style-image: url(10.png);
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}

#longxixianzhitabcontent .tab-pane .left ul li a {
	color: #70706f;
}

#longxixianzhitabcontent .tab-pane .left ul li span {
	float: right;
}

#longxixianzhitabcontent .tab-pane .left ul li a:hover {
	color: #e9211d !important;
}

#longxixianzhitabcontent .tab-pane .left ul li:hover {
	list-style-image: url(07.png);
}


/*陇西县志结束*/


/*现代作品*/

#xiandaizuoping {}

#xiandaizuoping .media {
	width: 150px;
	margin: auto;
}
#xiandaizuoping .media img {
	width: 150px;
	margin: auto;
}

#xiandaizuoping .imagecontent ul li {
	list-style: none;
	/*float: left;*/
}


/*现代作品*/


/* css 重置 */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff;
	font: normal 12px/22px 宋体;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}


/* 本例子css */

.picMarquee-left {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
	background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	padding: 10px;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 214px;
	height: 142px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.tempWrap {
	width: 100%;
}

.superSlide .tempWrap {
	width: 100% !important
}


/* 用!important强制设置即可 */