﻿/*通用头部*/
.header {
	width: 100%;
	height: auto;
}

.head {
	width: 1300px;
	height: 110px;
	margin: 0 auto;
	background
}

.logobox {
	width: 245px;
	height: 65px;
	margin: 25.5px 0;
	overflow: hidden;
}

.logobox img {
	max-width: 100%;
}

a:hover {
	color: #029348
}
/*导航条*/
.nav {
	padding: 0 10px;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	display: block;
	height: 110px;
	padding: 0 5px;
	line-height: 110px;
	font-size: 16px;
	color: #5b5b5b;
	text-align: center;
}

.nav ul li a:hover {
	color: #029348;
	background: url(../images/navborder.jpg) top center no-repeat;
}
.phone{ height:110px; line-height: 110px; font-size: 20px; color:#12a771;}

/*banner图*/
.banner {
	position: relative;
	width: 100%;
	height: 530px;
	overflow: hidden;
}

.banner_box {
	width: 2000px;
	height: 530px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1000px;
	overflow: hidden;
}

.banner_box ul {
	height: 100%;
	width: 88888px;
}

.banner_box ul li {
	height: 100%;
	width: 2000px;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition: all .5s;
}

.banner_box ul li img {
	max-height: 100%;
}

.banner_box ul .cur {
	z-index: 1;
	opacity: 1;
}

.trigger {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	bottom: 70px;
}

.mewsimg .trigger {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 10px;
	text-align: right;
	font-size: 0;
	bottom: 15px;
}

.trigger-item {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 5px;
}

.trigger-item.active {
	background-color: #009944;
}

/****************内容**********************/
.main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.main_content {
	width: 1200px;
	height: auto;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

/*第一大块*/
.top {
	position: relative;
	margin-top: -58px;
	z-index: 99999;
}

.top .left {
	width: 912px;
	height: auto;
}
/*站点查询*/
.search {
	width: 912px;
	height: 116px;
	overflow: hidden;
}

.search a {
	display: block;
	float: left;
	width: 178px;
	height: 116px;
	padding: 0 25px;
}

.search a span {
	display: block;
	float: right;
	width:86px;
	overflow:hidden;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 36px 0;
}

.search a span b {
	font-style: normal;
	line-height: 20px;
}
.search a span i {
	font-style: normal;
	font-size: 12px;
}

.search .one {
	background: url(../images/chaxun1.png) 27px center no-repeat #1ab083;
}

.search .one:hover {
	background: url(../images/chaxun1_1.png) 27px center no-repeat #1ab083;
}

.search .two {
	background: url(../images/chaxun2.png) 27px center no-repeat #029348;
}

.search .two:hover {
	background: url(../images/chaxun2_1.png) 27px center no-repeat #029348;
}

.search .three {
	background: url(../images/chaxun3.png) 27px center no-repeat #ff6600;
}

.search .three:hover {
	background: url(../images/chaxun3_1.png) 27px center no-repeat #ff6600;
}

.search .four {
	background: url(../images/chaxun4.png) 27px center no-repeat #d6961d;
}

.search .four:hover {
	background: url(../images/chaxun4_1.png) 27px center no-repeat #d6961d;
}

/*公交新闻*/
.news {
	border-right: 1px solid #cdcdcd;
	height: 366px;
}

.maintitle {
	height: 80px;
	padding: 0 20px 0 32px;
	line-height: 80px;
	text-align: left;
	overflow: hidden;
}

.maintitle a {
	display: block;
	float: left;
	height: 80px;
	padding-left: 5px;
	line-height: 80px;
	font-size: 24px;
	color: #333;
	font-weight: bold
}

.maintitle a i {
	font-style: normal;
	color: #009944;
}

.maintitle .more {
	display: block;
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400
}
.maintitle .more:hover{
	color:#009944;
}

.mews_title {
	background: url(../images/bus.png) left center no-repeat
}

.mewsimg {
	position: relative;
	width: 465px;
	height: 286px;
}

.mewsimg ul {
	width: 100%;
	height: 100%;
}

.mewsimg ul .cur {
	z-index: 1;
	opacity: 1;
}

.mewsimg ul li {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition: all .5s;
}


.mewsimg a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 286px;
}

.mewsimg a img {
	max-height: 100%;
	max-width: 100%;
}

.news_content {
	width: 406px;
	height: 286px;
	padding: 0 20px;
}

.news_content ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.news_content ul li {
	width: 100%;
	height: 20px;
	padding-bottom: 9px;
	overflow: hidden;
}

.news_content ul li a {
	display: block;
	float: left;
	height: 20px;
	padding-left: 20px;
	line-height: 20px;
	max-width: 342px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	background: url(../images/a_bag.jpg) left 8px no-repeat
}

.news_content ul li a:hover {
	color: #029348
}

.news_content ul li span {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999
}

/*第一大块右半部分*/
.top .right {
	width: 288px;
	height: auto;
}

/*线路公告*/
.top .right .title {
	font-size: 18px;
	color: #029348;
	padding-left: 20px;
	text-align: left;
	height: 58px;
	line-height: 58px;
}

.top .right .title .more {
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 12px;
	color: #999;
}

.top .right .content {
	padding: 0 20px;
	overflow: hidden;
}

.notice {
	width: 100%;
}

.notice .title {
	background: #fafaf7
}

.top .right .notice .title .more {
	height: 58px;
	line-height: 58px;
}

.notice .content {
	height: 102px;
}

.top .right .content ul {
	width: 100%;
	overflow: hidden;
}

.top .right .content ul li {
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
}

.top .right .content ul li a {
	display: block;
	width: 228px;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #333;
	overflow: hidden;
	background: url(../images/a_bag.jpg) left 8px no-repeat
}

.top .right .content ul li a:hover {
	color: #029348
}
/*IC网卡服务点*/
.top .right .IC .title {
	height: 50px;
	line-height: 50px;
}

.top .right .IC .content {
	height: 102px;
	padding-right: 0
}

.top .right .IC .content ul li {
	padding-bottom: 0;
}

.top .right .IC .content ul li a {
	width: 248px;
	height: auto;
	max-height: 50px;
	background-position: 0 10px;
	line-height: 25px;
	text-align: justify
}

/*失物招领*/
.top .right .lost_find .title {
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin: 10px 0;
	border: 1px solid #90cbad;
	background: #e2fff6;
}

.top .right .lost_find .title .more {
	height: 30px;
	line-height: 30px;
}

.top .right .lost_find .content {
	height: 118px;
	width: 248px;
}

.top .right .lost_find .content ul {
	height: 100%;
	overflow: hidden;
}

.top .right .lost_find .content li a {
	float: left;
	width: 178px;
}

.top .right .lost_find .content li span {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999
}

/*标语*/
.divi_banner {
	height: 116px;
	padding-top: 15px;
	overflow: hidden;
	text-align: center
}

.divi_banner img {
	max-width: 100%;
	max-height: 100%;
}

/*第二大块*/
.midle_content .maintitle {
	padding-right: 0;
}

.midle_content .left {
	width: 912px;
	height: auto;
}
/*视频展播*/
.video {
	height: 366px;
	width: 465px;
}


.video_title {
	background: url(../images/video_title.png) left center no-repeat
}

.video_box {
	height: 286px;
	width: 100%;
	overflow: hidden;
	background: #EEE;
	position:relative;
}
.video_box ul {
	width: 100%;
	height: 100%;
}
.video_box ul .cur {
	z-index: 1;
	opacity: 1;
}

.video_box ul li {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	transition: all .5s;
}

.video_box .trigger {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 10px;
	text-align: right;
	font-size: 0;
	bottom: 15px;
}

.video_box a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.video_box a img {
	max-width: 100%;
}

.video{margin: 0 auto;}


/*政务公开*/
.gover {
	width: 406px;
	height: 366px;
	padding: 0 20px;
}

.gover .news_content {
	width: 100%;
	padding: 0;
}

/*领导信箱*/
.links {
	width: 100%;
	padding-top: 18px;
	overflow: hidden;
}

.links_box {
	width: 922px;
	height: 77px;
	margin-left: -4px;
}

.links_box a {
	display: block;
	float: left;
	width: 220px;
	height: 77px;
	line-height: 77px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
}

.links_box a img {
	width: 100%;
	height: 100%;
}

/*公交报刊*/
.press {
	width: 288px;
	height: 461px;
}

.pdf_box {
	width: 100%;
	height: 381px;
	overflow: hidden;
}

.pdf_box a {
	display: block;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.pdf_box a img {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

/*公交展台*/
.show {
	width: 100%;
	margin: 18px 0;
	padding: 10px 0;
	background: #efefef;
	z-index:999999999;
}

.show_box {
	width: 1200px;
	height: 353px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.show_title {
	background: url(../images/bus_show.png) left center no-repeat;
}

.titlenav {
	float: right;
	height: 26px;
	padding: 27px 0;
	z-index: 2;
	position: relative;
}

.titlenav a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	padding: 0 20px;
}

.titlenav .cur {
	color: #fff;
	background: #029348
}

.show_content {
	z-index: 1;
	width: 100%;
	height: 273px;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	background: #fff
}

.show_box .index {
	z-index: 999
}

.show_content .more {
	width: 100%;
	height: 70px;
	padding: 0;
	text-align: center;
	line-height: 70px;
	position: relative;
	z-index: 2;
	background: #efefef
}

.show_content .more a {
	font-size: 16px;
	color: #188046;
	padding: 4px 25px;
	border: 1px solid #188046;
}

.show_content .more a:hover {
	background: #188046;
	color: #fff;
}

.scroll_box {
	width: 1208px;
	margin: 0 -4px;
	overflow: hidden;
}

.scroll_box ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.scroll_box ul li {
	width: 294px;
	height: 195px;
	float: left;
	padding: 4px;
}

.scroll_box ul li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.scroll_box ul li a img {
	width: 100%;
	height: 100%;
}

.scroll_box ul li a .mask {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	background: #029348;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: none;
}

.show_content ul li a .mask i {
	font-style: normal;
	display: block;
	font-size: 16px;
	color: #fff;
}

.show_content ul li a .mask .text {
	padding: 0 40px;
	margin-top: 65px;
	margin-bottom: 15px;
	max-height: 40px;
	overflow: hidden;
}

.show_content ul li a .mask .btn {
	width: 80px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #fff;
	margin: 0 106px;
}

.show_content ul li a .mask .btn:hover {
	background: #fff;
	color: #029348;
}
/*友情链接*/
.friend_title {
	border-bottom: 1px solid #cdcdcd;
	position: relative;
	height: 60px;
	line-height: 60px;
	background: url(../images/friend.png) left center no-repeat;
}

.friend_title a {
	height: 60px;
	line-height: 60px;
}

.friend_title .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 1px;
	background: #029348;
}

.friend_box {
	width: 100%;
	
	padding: 10px 0;
	overflow: hidden;
}

.friend_box a {
	display: block;
	float: left;
	height: 52px;
	width: auto;
	border:1px #EEE solid;
	margin: 0 10px 10px 0;
}

.friend_box a img {
	max-height: 100%;
}

/*浮动窗口*/
.float_window {
	width: 115px;
	height: auto;
	display:none;
	z-index:999999;
}

.float_window .cont {
	width: 100%;
}

.float_window .mobile {
	height: 42px;
	line-height:42px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	background: #12a771;
}

.float_window .weibo {
	height: 62px;
	background: url(../images/weibo.png) center no-repeat #fff
}

.float_window .app {
	height: 70px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: url(../images/app.png) center no-repeat #fff
}

.float_window .erweima {
	width: 105px;
	height: auto;
	padding: 5px;
	background: #FFF;
}

.float_window .erweima img {
	width: 100%;
	height: auto;
}

.float_window .goTop {
	width: 100%;
	height: 41px;
	background: url(../images/gotop.png) center no-repeat
}

body .fiexd_window {
	position: fixed;
	top: 200px;
	right: 0px;
	display:block;
}

/*通用底部*/
.footer {
	width: 100%;
	min-width:1200px;
	margin:0 auto;
	padding: 30px 0;
	background: #029348;
	text-align: center;
	line-height: 24px;
	color:#FFF;
}

/****************内页**********************/
/*侧栏*/
.page_main {
	background: #f5f5f5;
	position: relative;
	z-index: 99999
}

.page_main .sidebar {
	width: 250px;
	height: auto;
	position: relative;
}

.sidebar .title {
	padding: 18px 25px;
	width: 200px;
	background: url(../images/left_title.png) 220px center no-repeat #219b55;
	color: #fff;
	text-align: left;
}

.sidebar .title span {
	font-size: 30px;
	font-weight: bold
}

.sidebar .title i {
	font-size: 12px;
	font-style: normal
}

.nav_box, .nav_box ul {
	width: 100%;
}

.nav_box ul li {
	padding: 0 12px;
}

.nav_box ul li:hover {
	background: url(../images/sidbarL.png) left 11px no-repeat;
}

.nav_box ul li a {
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	overlow: hidden;
	text-align: left;
	font-size: 14px;
	color: #333;
	text-indent: 10px;
	border-bottom: 1px solid #dbdbdb
}

.nav_box ul li a:hover {
	color: #009944;
	background: url(../images/sidbarR.png) right 18px no-repeat;
}

/*右半部分*/
.page_main .content {
	width: 900px;
	padding: 0 20px 0 30px;
	background: #fff
}

/*通用当前位置*/
.content_title {
	height: 50px;
	padding-left: 32px;
	width: 868px;
	line-height: 50px;
	text-align: left;
	font-size: 18px;
	color: #009944;
	background: url(../images/page_title.png) left center no-repeat;
	border-bottom: 1px solid #dbdbdb
}

.content_title .current {
	height: 50px;
	padding-left: 20px;
	line-height: 50px;
	text-align: left;
	color: #666;
	font-size: 12px;
	background: url(../images/position.png) left center no-repeat;
}

.content_title .current a {
	color: #666;
}

/*文章主体*/
.page_content {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

/*线路查询框*/
.page_content .search_box {
	position: relative;
	padding: 0 20px;
	border: 1px solid #f0cd83;
	background: #fff8ed;
	height: 46px;
	line-height: 44px;
	font-size: 14px;
	color: #333;
	 z-index:2;
}

.page_content .search_box * {
	vertical-align: middle
}

.page_content .search_box input {
	outline: none;
}

.page_content .search_box input:focus {
	border-top: 1px solid #ff9900;
}

.page_content .search_box .text {
	width: 680px;
	height: 26px;
	line-height: 26px;
	text-indent: 10px;
	border: 1px solid #e4bd82
}

.page_content .search_box .btn {
	display: inline-block;
	width: 74px;
	height: 30px;
	margin-left: 10px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 5px;
	background: #ff9900;
	cursor: pointer
}

.search_box .relation {
	position: absolute;
	top: 38px;
	left: 94px;
	width: 680px;
	height: auto;
	max-height:250px;
	border: 1px solid #e4bd82;
	border-top: 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y:auto;  
}

.search_box .relation ul {
	width: 100%;
	height: auto;
}

.search_box .relation ul li {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	text-indent: 10px
}

/* 线路查询结果*/
.result {
	border: 1px solid #23688a;
	height: auto;
	margin-top: 20px;
}

.line_result .title {
	padding: 20px;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.line_result .title .line_name {
	height: 150px;
	line-height: 150px;
	padding: 0;
	margin: 0;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	color: #23688a
}
.line_result .title .line_name a{
	color: #23688a;
}

.line_result .sign_name {
	padding-left: 40px;
	height: 150px;
	position: relative;
	z-index:0;
}
.arr{ width: 50px; height: 40px; background: url(../images/arr.png) no-repeat center; position:absolute; top:60px; left:42px; cursor: pointer; }

.line_result .sign_name .sign {
	width: 100%;
	height: 75px;
	line-height: 75px;
}

.line_result .sign_name .sign .lable {
	font-size: 30px;
	font-weight: bold;
	color: #23688a
}

.line_result .sign_name .sign .name {
	padding: 0 20px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #d9522e;
	border-bottom: 2px solid #23688a;
}

.line_result .bus_stop {
	margin: 0 20px 10px 20px;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
}

.line_result .bus_stop .box {
	white-space: nowrap;
	text-align: center;
}

.line_result .bus_stop span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
	white-space: normal;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 4px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	color:#666;
}

.line_result .bus_stop span:hover {
	color: #d9522e
}

.line_result .bus_stop .curr {
	color: #d9522e
}

.date {
	padding:10px 30px;
}

.date_content {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.date_content span {
	line-height: 24px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #d9522e
}

.date_content .fr {
	text-align: right;
}

.direction {
	width: 100%;
	height: 70px;
	background: url(../images/direction.png) center no-repeat #23688a
}

/*换乘查询结果*/
.page_content .changed_search .text {
	width: 300px;
	margin-right: 10px
}

.page_content .changed_search .btn {
	margin-left: 0;
}

.changed_result .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	color: #f00;
	font-weight: bold;
}

.changed_result .box {
	margin: 0 20px;
	overflow: hidden;
}

.changed_result .box .a_line {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #000
}

.changed_result .box .a_line .line_name {
	width: 120px;
	height: 150px;
	line-height: 150px;
	text-align: right;
	font-size: 24px;
	color: #f00
}

.changed_result  .stop_name {
	width: 708px;
	height: auto;
	padding-left: 30px;
	white-space: nowrap;
	overflow: auto;
}

.changed_result  .stop_name .content {
	width: auto;
	padding: 0;
}

.changed_result  .stop_name span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	white-space: normal;
	text-align: center;
	padding: 10px 4px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	writing-mode: tb-rl;
}

.changed_result .stop_name span:hover {
	color: #d9522e
}

/*新闻列表页*/
.Rnewsbar {
	padding: 10px 12px;
}

.Rnewsbar li {
	border-bottom: 1px #e4e4e4 dashed;
	overflow: hidden;
}

.Rnewsbar li i {
	display: block;
	float: left;
	width: 4px;
	height: 4px;
	margin: 16px 0;
	background: #219b55
}

.Rnewsbar li a {
	display: block;
	float: left;
	max-width: 766px;
	margin-left: 10px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	font-size: 14px;
	color: #333
}

.Rnewsbar li a:hover {
	color: #219b55
}

.Rnewsbar li span {
	float: right;
	line-height: 36px;
	color: #666;
	text-align: right;
}

/*新闻内容框*/
.page_tilte {
	width: 100%;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	background: url(../images/page_border.png) bottom center no-repeat;
}

.page_tilte span {
	display: block;
	width: 100%;
}

.page_tilte .main_title {
	line-height: 50px;
	font-size: 30px;
	color: #333;
}

.page_tilte .sub_title {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
}

.page_box {
	width: 100%;
	padding: 20px 0
}

.page_box p {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 35px;
	padding: 0;
	margin: 0;
	text-align: justify
}

.page_box p img{ max-width:90%; height:auto !important;}


.pagechange {
	margin: 10px 0;
	border: 1px #e4e4e4 solid;
	overflow: hidden;
}

.pagechange a {
	display: block;
	float: left;
	width: 50%;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px
}

.pagechange a:hover {
	color: #029348
}

.pagechange a * {
	vertical-align: middle;
}

.pagechange  a i {
	display: inline-block;
	font-style: normal;
	width: 4px;
	height: 4px;
	margin: 0 10px;
	background: #029348;
}

/*失物招领*/
.page_content .lost_search .text {
	width: 285px;
	margin-right: 10px
}

.page_content .lost_search .btn {
	margin-left: 0;
}

.lost_notice {
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #dbdbdb;
	background: #fafafa
}

.lost_notice p {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #333;
	text-align: left;
}

.lost_infor {
	width: 100%;
	height: auto;
}

.lost_infor table {
	width: 100%;
}

.lost_infor table th, .lost_infor table td {
	padding: 6px 10px;
	border: 1px solid #dbdbdb;
	text-align: center;
	font-size: 14px;
	font-weight: 400
}

.lost_infor table th {
	color: #fff;
	background: #029348;
	border-top: 0
}

.lost_infor table td {
	color: #333;
}

.lost_infor table .over {
	color: #ff9900
}

/*页码*/
.page_number {
	width: 100%;
	padding-top: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.page_number a, .page_number span {
	color: #333;
	font-size: 12px;
}

.page_number a {
	padding: 0 5px;
}

.page_number span input {
	border: 1px solid #dbdbdb;
	height: 18px;
	border-radius: 5px;
	width: 40px
}

.pagination {
	max-width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding: 0;
	font-family: 'Microsoft YaHei' !important;
}

.pagination ul {
	max-width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination ul * {
	vertical-align: middle;
}

.pagination ul li {
	float: left;
	height: 30px;
}

.pagination ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #029348;
	padding: 0 8px;
	margin: 0px 5px;
	text-decoration: none;
	border: 1px solid #d9d9d9
}

.pagination ul .hover a:hover {
	color: #fff;
	background: #029348;
	border-color: #029348
}

.pagination ul li .noborder {
	border: none;
	height: 20px;
	color: #333
}

.pagination ul li .cur {
	background: #029348;
	color: #fff;
	border: none;
	height: 20px;
	line-height: 20px
}

.pagination ul li a input {
	line-height: 16px;
	width: 25px;
	text-align: center;
	border: 1px solid #d9d9d9;
	outline: none;
	color: #029348;
	border-radius: 4px;
	vertical-align: baseline;
}

/*左右的竖联*/
.fleft,.fright{
	width:100px;
	height:400px;
	position: fixed;
	top: 50%;
	margin-top: -200px;
	background-color: #ddd;
}
.fleft{
	left:50px;
}
.fright{
	right:50px;
}


.imgul{width: 930px; height: auto; margin-left: -15px;}
.imgul li{ float:left; padding:15px; width:280px; height:220px; }
.imgul li a{ display: block;; width: 280px; height: 220px; color:#333;}
.imgul li a:hover{ color:#029348;}
.imgul li a span.img{ display: block; width: 280px; height: 180px; line-height:180px; text-align:center;  background: #EEE; overflow: hidden;}
.imgul li a span.img img{ max-width: 100%; max-height: 100%; vertical-align:middle;}
.imgul li a span.txt{ display:block;  width: 100%; height: 40px; line-height:40px; text-align:center; overflow: hidden; font-size: 16px; background: #f9f9f9; }


.letter{ padding:12px;}
.letter ul li{ float:left; width:15%; height: 32px; background: #d9522e; margin: 5px;}
.letter ul li a{ display: block;; width: 100%; height: 32px; line-height: 32px; text-align: center; font-size: 14px; color:#FFF;}

.letterbox{ width: 100%; padding:15px 0px 10px 0px; font-size: 14px; color:#d9522e; font-weight: bold;}
.letterresult{ line-height: 24px; font-size: 14px; }
.letterresult a{ color:#666; margin: 0 5px;}
.letterresult a:hover{ color:#029348;}

.allline{padding:12px; }
.allline a{ height:24px; line-height:24px; color:#666; margin: 0 5px;}
.allline a:hover{ color:#029348;}



























