@charset "utf-8";
/* css all style */
body {
	background-color: #eee;
	font-family: "microsoft yahei", "helvetica neue", helvetica, arial, sans-serif;
}


.zb_wrap { width:1200px; margin:0 auto; text-align:left; background:#fff;   }
.zb_crumbs{ width:1200px; margin:0 auto 20px auto; padding:8px 0;font-size:14px;border-bottom:solid 1px #e8e8e8; color:#999;}

.zb_crumbs .flol { float:left; }
.zb_crumbs .flor { float:right; }
.zb_crumbs .mt5 { padding-top:5px; }

.zb_crumbs span{font-family:"宋体"; margin:0 5px;}
.zb_crumbs a{ color:#333;}
.zb_crumbs a:hover{ color:#e83836; text-decoration:none;}
.zb_search{width:400px; background:#fff; border:solid 1px #e8e8e8; padding:6px 5px; float:left; outline:none; font-size:14px;box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1) inset;}
.zb_searchbnt{ cursor:pointer; float:left; width:40px; height:31px; border-top-right-radius:3px;-moz-border-top-right-radius:3px;-webkit-border-top-right-radius:3px; border-bottom-right-radius:3px;-moz-border-bottom-right-radius:3px;-webkit-border-bottom-right-radius:3px; outline:none; border:none; background:url(/uploads/image/ssimg-home/zb_search.png) #e83836 center no-repeat;}
.zb_searchbnt:hover{ background-color:#db0c09;transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;}
.zb_crumbs input::-webkit-input-placeholder{ color:#ccc;}


/* 页宽设定 */
.area {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position:relative;
}
.area01 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
.h1s {
	margin: 0 auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	background: #fff;
}
.h10 {
	margin: 0 auto;
	width: 100%;
	height: 10px;
	font-size: 1px;
	overflow: hidden
}
.h15 {
	margin: 0 auto;
	width: 100%;
	height: 15px;
	font-size: 1px;
	overflow: hidden
}
.h20 {
	margin: 0 auto;
	width: 100%;
	height: 20px;
	font-size: 1px;
	overflow: hidden
}
.h30 {
	margin: 0 auto;
	width: 100%;
	height: 30px;
	font-size: 1px;
	overflow: hidden
}
/*背景*/
.bg_home {
	background:  no-repeat center top;
	margin: 0 auto;
}
.bg_other {
	background:  no-repeat center top;
	margin: 0 auto;
}

/*搜索*/
.search {
	margin-top: 20px;
	width: 650px;
	float: left;
}
.search .text05 {
	float: left;
	/*background: #ffffff  no-repeat 0 center;*/
	background-color: #fff;
	border: solid 1px #d4d4d4;
	width: 542px;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	color: #b1b1b1;
	outline: none;
	border-right: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.search .text05:focus {
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.1);
	border-color: #e83836;
}
.search .btn {
	font-size: 16px;
	float: left;
	font-weight: normal;
	background-color: #e83836;
	border-radius: 0;
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	color: #fff;
	width: 89px;
	height: 38px;
	cursor: pointer;
	border: 0;
	outline: none;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.search .btn:hover {
	background-color: #c60f0d;
}
.hot_mum {
	float: left;
	width: 504px;
	height: 38px;
	margin-top: 20px;
	padding-left: 30px
}
.hot_mum li {
	float: left;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 38px;
	padding-left: 26px;
}
.hot_mum li:first-child {
	padding-left: 0;
}
.hot_mum li i {
	margin-right: 5px;
	color: #c7c7c7;
	width: 21px;
	height: 21px;
	vertical-align: middle;
}
.hot_mum li a {
	color: #676767;
	display: inline-block;
	line-height: 38px;
}
.hot_mum li a i {
}
.hot_mum li a:hover {
	color: #e83836;
	text-decoration: none;
	transform: translatey(0px);
	-webkit-transform: translatey(0px);
	-moz-transform: translatey(0px);
	-ms-transform: translatey(0px);
	-o-transform: translatey(0px);
	-webkit-animation: animations 0.5s ease-out forwards;
	-moz-animation: animations 0.5s ease-out forwards;
	animation: animations 0.5s ease-out forwards;
	-o-animation: animations 0.5s ease-out forwards;
	-ms-animation: animations 0.5s ease-out forwards;
}
.hot_mum li a:hover i {
	color: #e83836;
}
 @-webkit-keyframes animations {
 0% {
-webkit-transform:translatey(0px);
opacity:1;
}
 50% {
-webkit-transform:translatey(-10px);
opacity:1;
}
 100% {
-webkit-transform:translatey(0px);
opacity:1;
}
}
@-moz-keyframes animations {
 0% {
-webkit-transform:translatey(0px);
opacity:1;
}
 50% {
-webkit-transform:translatey(-10px);
opacity:1;
}
 100% {
-webkit-transform:translatey(0px);
opacity:1;
}
}
@-o-keyframes animations {
 0% {
-webkit-transform:translatey(0px);
opacity:1;
}
 50% {
-webkit-transform:translatey(-10px);
opacity:1;
}
 100% {
-webkit-transform:translatey(0px);
opacity:1;
}
}
@-ms-keyframes animations {
 0% {
-webkit-transform:translatey(0px);
opacity:1;
}
 50% {
-webkit-transform:translatey(-10px);
opacity:1;
}
 100% {
-webkit-transform:translatey(0px);
opacity:1;
}
}
@keyframes animations {
 0% {
-webkit-transform:translatey(0px);
opacity:1;
}
 50% {
-webkit-transform:translatey(-10px);
opacity:1;
}
 100% {
-webkit-transform:translatey(0px);
opacity:1;
}
}
/*顶部*/
.bg_top {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background:  no-repeat center;
	height: 509px;
}
.img_01 {
	margin-top: 70px;
}
.about {
	background:  no-repeat;
	width: 1200px;
	height: 394px;
	margin-top: 20px;
}
.img02 {
	float: right;
	margin: 20px 50px 0 0px;
}
/*中间内容*/
.box_l {
	float: left;
	width: 830px;
}
.box_r {
	float: left;
	width: 350px;
}
.box {
	background: #ffefcf;
	width: 1200px;
	min-height: 1057px;
	margin: 0 auto;
	border-top: 5px solid #fff200;
	border-bottom: 5px solid #fff200;
}
.box01 {
	background:  no-repeat center;
	height: 280px;
	position: relative;
}
.img_bg_middle {
	background:  no-repeat;
	width: 1081px;
	height: 65px;
	font-family: "微软雅黑", "宋体";
	font-size: 40px;
	text-align: center;
	padding-top: 2px;
	color: #ed1847;
}
/*右侧*/


.box_r .title {
	line-height: 40px;
	border-bottom: solid 3px #000;
}
.box_r .title h2 {
	line-height: 40px;
	float: left;
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
	position: relative;
	font-weight: 600;
}
.box_r .title h2:after {
	border-bottom: solid 3px #e83836;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
}
.box_r .title .more {
	text-decoration: none;
	float: right;
	font-size: 12px;
	font-family: "宋体";
}
.box_r .listbox {
	border: solid 1px #e8e8e8;
	margin-bottom: 10px;
}
.box_r .phtab {
	height: 40px;
	background-color: #f2f2f2;
}
.box_r .phtab li {
	height: 40px;
	line-height: 40px;
	float: left;
	/*border-right: solid 1px #e8e8e8;*/
	border-bottom: solid 1px #e8e8e8;
	width: 33.33%;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
.box_r .phtab li.line{background: url(/uploads/image/ssimg-home/lsjj_line.gif) right bottom repeat-y;}
.box_r .phtab li:last-child {
	border-right: none;
}
.box_r .phtab li.act {
	background-color: #fff;
	border-bottom: solid 1px #fff;
}
.box_r .lptj .phtab li {
	width: 50%;
}
.phbox {
	padding: 10px 15px;
}
.box_r .phbox li {
	padding: 8px 0;
	line-height: 16px;
	font-size: 14px;
	overflow: hidden;
}
.box_r .phbox li:hover {
	text-decoration: none;
}
.box_r .phbox li .inf-numb {
	margin-right: 8px;
	background: #ccc;
	color: #666;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.box_r .phbox li .top-num {
	background: #e83836;
	color: #fff;
}
.box_r .phbox li a {
	width: 294px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #333;
}
.box_r .phbox li a:hover {
	color: #e83836;
}
/*左一图片*/
.box_img {
	margin: 10px 0 0 10px;
}
.box_img li {
	float: left;
	position: relative;
	margin: 10px 0 0 10px;
	display:block;
}
.box_img li.box01 {
	width: 480px;
	height: 320px;
}
.box_img li.box01 img {
	width: 480px;
	height: 320px;
	display:block;
}
.box_img li.box02 img {
	width: 300px;
	height: 155px;
	display:block;
}
.box_img .text {
	position: absolute;
	bottom: 0;
	background:  repeat;
	width: 170px;
	height: 32px;
	line-height: 32px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*左二新闻*/
.box_l .news01 {
	padding-left: 20px;
	margin-top: 20px;
	padding-right: 20px;
	width: 780px;
}
.box_l .news01 .part01 {
	border-bottom: dashed 1px #e8e8e8;
	padding-bottom: 10px;
}
.box_l .news01 .head_img {
	float: left;
	width: 100px;
	height: 70px;
}
.box_l .news01 .head_txt {
	float: right;
	width: 665px;
}
.box_l .news01 .head_txt h1 {
	width: 670px;
	font-size: 18px;
	font-family: "微软雅黑", "宋体";
	font-weight: 700;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box_l .news01 .head_txt h1 a {
	width: 680px;
	line-height: 18px;
	color: #e83836;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box_l .news01 .head_txt .con {
	color: #777;
	line-height: 22px;
	font-size: 14px;
	height: 44px;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box_l .news01 li {
	padding-left: 15px;
	position: relative;
	font-size: 16px;
	border-bottom: dashed 1px #e8e8e8;
	height: 36px;
	line-height: 36px;
}
.box_l .news01 li:after {
	font-family: "宋体";
	font-size: 32px;
	content: '.';
	left: 0;
	line-height: 1;
	color: #cecece;
	position: absolute;
	top: -6px;
}
.box_l .news01 li a {
	width: 620px;
	display: inline-block;
	float: left;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box_l .news01 li em {
	font-size: 14px;
	display: inline-block;
	color: #999;
}
/*左三新闻*/
.news_02 {
	margin-top:17px;
	padding-right: 20px
}
.big_tittle {
	height: 35px;
	border-bottom: 3px solid #000;
	margin-left: 20px;
}
.big_tittle h2 {
	float: left;
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	color: #333;
	line-height: 35px;
	position: relative;
}
.big_tittle h2:after {
	border-bottom: solid 3px #e83836;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
}
.big_tittle em {
	float: right;
	font-family: "宋体";
	color: #333;
	line-height: 35px;
}
.big_tittle em a:hover {
	color: #df0303;
}
.box_news {
	margin-top:20px;
	padding-left:20px;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding-bottom:15px;
	position:relative;
	overflow:hidden;
}
.box_news:after{
	border-bottom:solid 1px #e8e8e8;
	width: 100%;
	display: block;
	content: '';
	position: absolute;
	bottom:0;
	left:20px;
}
.box_img01 {
	float: left;
	margin-right:20px;
	width:160px;
}
.box_img01 img {
	width: 160px;
	height: 100px;
}
.box_text {
	float: left;
	padding-right: 10px;
}
.box_news h3 {
	font-weight: normal;
	font-family: "微软雅黑", "宋体";
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 6px;
}
.box_news p {
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #777;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 12px;
}
.box_text .more em {
	float: right;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #df0303;
	line-height: 22px;
}
.box_news .more .more_l {
	float: left;
	line-height: 22px;
	width: 72px;
	margin-top: 3px;
}
.box_news .more .more_l a {
	float: left;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #e83836;
}
/*右一新闻*/
.box_r_new {
	border: 1px solid #eaeaea;
	height: 155px;
	margin-left: 20px;
}
.big_tittle_hot {
	background-color: #df0303;
	width: 86px;
	height: 30px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-left: 15px;
}
.box_r_text {
	margin: 0 15px;
}
.box_r_text h4 {
	font-family: "微软雅黑", "宋体";
	font-size: 16px;
	color: #df0303;
	line-height: 34px;
	padding-top: 10px;
}
.box_r_text p {
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	color: #999999;
	line-height: 22px;
}
.news_04 {
	padding: 10px 15px;
}
.news_04 li {
	padding-left: 15px;
	position: relative;
	font-size: 14px;
}
.news_04 li a {
	display: block;
	width: 300px;
	line-height: 16px;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_04 li:after {
	font-family: "宋体";
	font-size: 32px;
	content: '.';
	left: 0;
	line-height: 1;
	color: #cecece;
	position: absolute;
	top: -6px;
}
.news_04 li a:hover {
	color: #df0303;
	text-decoration: none;
}
.news_05 {
	padding: 15px 15px 0 15px;
}
.news_05 li {
	width: 320px;
	margin-bottom:8px;
	height: 68px;
	line-height: 28px;
	border-bottom: 1px solid #e8e8e8;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	/*padding-bottom: 5px;*/
}
.news_05 li a {
	display: block;
	height: 44px;
	overflow: hidden;
	float: left;
	width: 230px;
	line-height: 22px;
	overflow: hidden;
}
.news_05 li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.news_05 li a:hover {
	color: #df0303;
}
.news_05 em {
	float: right;
	width: 80px;
	height: 60px;
}
.news_05 em img {
	width: 80px;
	height: 60px;
}
.news_06 {
	padding-top: 10px;
	border-top: solid 1px #e8e8e8;
	width: 318px;
	margin: 0 auto 10px auto;
	verflow: hidden;
}
.news_06 li {
	margin-bottom: 0;
	border-bottom: dashed 1px #e8e8e8;
	line-height: 16px;
	padding: 10px 0 10px 15px;
	position: relative;
	font-size: 14px;
	background: url(/uploads/image/ssimg-home/dian.gif) 2px 50% no-repeat;
}
.news_06 li:last-child {
	border-bottom: none;
}
.news_06 li a {
	display: block;
	width: 300px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_06 li:after {
	font-family: "宋体";
	font-size: 32px;
	content: '.';
	left: 0;
	line-height: 1;
	color: #cecece;
	position: absolute;
	top: -6px;
}
.news_06 li a:hover {
	color: #df0303;
}
/*.news_06 {
	width: 320px;
	padding: 15px 15px;
}*/
.news_06 .part01 {
	border-bottom: dashed 1px #e8e8e8;
	padding-bottom: 10px;
}
.news_06 .head_img {
	float: left;
	width: 100px;
	height: 70px;
}
.news_06 .head_txt {
	float: right;
	width: 560px;
}
.news_06 .head_txt h1 {
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_06 .con {
	color: #696969;
	line-height: 22px;
	font-size: 12px;
	height: 44px;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*线*/
.box_xian {
	background: #eeeeee;
	font-size: 12px;
	height: 1px;
	margin: 30px 0 0 20px;
}
.box_xian01 {
	background: #eeeeee;
	font-size: 12px;
	height: 1px;
	margin: 20px 0 20px 20px;
}
/*位置*/
.sitemap {
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	color: #5b5656;
}
.sitemap a {
	color: #666666;
}
.sitemap a:hover {
	color: #df0303;
}
.banner_r {
	margin-bottom: 10px;
	position: relative;
}

.banner_r, .banner_r img {
	width: 350px;
	height:200px;
}
.ewmbox {
	margin: 0 -5px;
	width: 360px;
}
.ewmbox li {
	float: left;
	width: 170px;
	margin: 0 5px;
}
.ewmbox li.wxcon img {
	width: 148px;
	display: block;
	height: auto;
	border: solid 1px #e8e8e8;
	padding: 10px;
}
.ewmbox li p {
	text-align: center;
	margin-top: 5px;
}
/*底部*/
.copyright {
	color: #333333;
	text-align: center;
	font-size: 14px;
	margin: 20px 0 0 0;
	font-family: "微软雅黑", "宋体";
	background: #fff;
	padding-top: 10px;
}
.copyright li {
	margin-top: 10px;
}
.copyright li span {
	margin: 0 5px;
}
.copyright a {
	text-decoration: none;
	color: #333333;
	font-family: "微软雅黑", "宋体";
}
.copyright a:hover {
	text-decoration: underline;
	color: #e83836;
}
.vote_pic {
	float: left;
}
.vote_pic_list {
	width: 209px;
	height: 240px;
	float: left;
	margin: 30px 0 0 25px;
}
.vote_pic_list img {
	width: 205px;
	height: 160px;
	display: block;
}
.vote_pic_list span {
	color: #333333;
}
.vote_pic_list p {
	float: left;
	margin: 10px 0 0 0px;
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
}
.vote_pic_list p input.this_button {
	width: 79px;
	height: 33px;
	border: none;
	background:  center 0 no-repeat;
	cursor: pointer;
	float: left;
	border: 0;
}
.vote_pic_list p input.this_button1 {
	float: right;
	width: 117px;
	height: 33px;
	border: none;
	background:  center 0 no-repeat;
	cursor: pointer;
	border: 0;
}
.vote_pic_list p.input_left {
	float: left;
	margin: 15px 0px 0 0px;
	display: block;
	width: 200px;
}
.vote_pic_list p.input_right {
	width: 200px;
	display: block;
}
/*返回顶部*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 60px;
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/uploads/image/ssimg-home/black.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: 1;
}
.no-touch .cd-top:hover {
	opacity: 1;
}
/*翻页代码*/
.pagination {
	display: inline-block;
	padding: 40px 0 0 0;
	margin: 0px 20px;
	border-radius: 4px
}
.pagination>li {
	display: inline;
	font-family: "微软雅黑", "宋体";
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #df0303;
	background-color: #eee;
	border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #df0303;
	border-color: #df0303;
	cursor: default
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	color: #999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}
.btn {
	font-weight: 700;
	cursor: default;
	background-clip: border-box;
	padding: 5px 12px;
	font-size: 13px;
	line-height: 18px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn:hover {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1)
}
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.btn-default {
	border: 1px solid #dcdcdc;
	color: #333;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #f1f1f1 100%);
	background-repeat: repeat-x;
 filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fff5f5f5', endcolorstr='#fff1f1f1', gradienttype=0);
 filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow: 0 1px rgba(0,0,0,.1);
	background-color: #f3f3f3;
	text-shadow: 0 1px 0 #fff;
	font-family: "微软雅黑", "宋体";
}
.btn-default:hover {
	text-shadow: 0 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2)
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #333;
	border: 1px solid #cfcfcf;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e4e4e4 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e4e4e4 100%);
	background-repeat: repeat-x;
 filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fff5f5f5', endcolorstr='#ffe4e4e4', gradienttype=0);
 filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	background-color: #e4e4e4;
	background-color: #e4e4e4 \9
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	border: 1px solid #c3c3c3;
	text-shadow: 0 1px rgba(0,0,0,.3);
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #d8d8d8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #d8d8d8 100%);
	background-repeat: repeat-x;
 filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fff5f5f5', endcolorstr='#ffd8d8d8', gradienttype=0);
 filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3)
}
.btn-default:focus {
	border: 1px solid #dcdcdc;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	border: 1px solid #dcdcdc;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #f1f1f1 100%);
	background-repeat: repeat-x;
 filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fff5f5f5', endcolorstr='#fff1f1f1', gradienttype=0);
 filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	background-color: #f5f5f5;
	background-color: #f5f5f5 \9;
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn-default .badge {
	color: #dcdcdc;
	background-color: #333
}
.btn-default:hover {
	text-shadow: none;
	border-color: #c6c6c6;
	background-image: -webkit-linear-gradient(top, #f8f8f8 0, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #f8f8f8 0, #f1f1f1 100%);
	background-repeat: repeat-x;
 filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fff8f8f8', endcolorstr='#fff1f1f1', gradienttype=0);
	background-position: 0 0;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-transition: none;
	transition: none;
	cursor: pointer;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	border: 1px solid #dcdcdc;
	background-image: -webkit-linear-gradient(top, #f6f6f6 0, #f1f1f1 100%);
	background-image: linear-gradient(to bottom, #f6f6f6 0, #f1f1f1 100%);
	background-repeat: repeat-x;
 filter:progid:dximagetransform.microsoft.gradient(startcolorstr='#fff6f6f6', endcolorstr='#fff1f1f1', gradienttype=0);
	background-color: #e8e8e8;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.btn-default:focus {
	border-color: #4d90fe;
	outline-style: none;
	background-color: #f3f3f3
}
.jump {
	float: left;
	margin: 5px 0 0 25px;
}
.ml-10 {
	margin-left: 15px;
}
/*切换城市*/
.news_acity {
	color: #f00;
	text-decoration: none;
	position: absolute;
	left:332px;
	top: 28px;
	display: block;
	width: 36px;
	height: 20px;
	text-align: right;
	padding-right: 14px;
	font-size: 14px;
}
.news_acity i {
	position: absolute;
	right: 3px;
	top: 8px;
	display: block;
	width: 7px;
	height: 4px;
	cursor: pointer;
	background:  no-repeat;
}
.news_acity i.on {
	background:  no-repeat;
}


