﻿@charset "gb2312";
/* &#98;&#101;&#105;&#51;&#54;&#53;&#23448;&#32593;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20307;&#32946;&#22312;&#32447;&#32593;&#31449;&#95;&#98;&#116;&#51;&#54;&#53;&#20307;&#32946;&#22312;&#32447;&#22791;&#29992;触屏版 样式 20170113*/
body, html {
	font-family: microsoft yahei, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-size:16px;
}
ol, ul {
    list-style: none;
    padding-left: 0;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul{margin: 0;padding: 0;border: 0;}
a:hover{ text-decoration:none;}


.site-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.site-header {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  height:90px;
  background-color: rgba(255,255,255,.4);
  z-index: 99;
}

footer{background-color: rgba(63,74,84,.7); width:100%;overflow: hidden; position:fixed; left:0; bottom:0;}
footer p{ color:#fff; opacity:.8; line-height:24px; font-size:.875rem; margin:0; padding-top:6px;}
.foot-list{ float:left}
.foot-list li{ width:80px; height:58px; text-align:center; padding-top:8px; float:left; border-left:1px solid #807e7c;}
.foot-list li:last-child{border-right:1px solid #807e7c;}
.foot-list li a{ display:block; width:100%; color:#FFFFFF; line-height:1.5em; font-size:12px}
.imgConac img{float:right; padding-top:6px;}

.main-navigation {
  width: 100%;
  text-align: right;
}
.main-navigation li {
  display: inline-block;
  margin: 0 0 0 30px;
}
.main-navigation li a {
  display: block;
  font-size: 1rem;
  line-height: 40px;
  color: #555555;
}
.main-navigation li a:hover {
  color: #e04d47;
}

.logo{ padding-top:14px;}

.top-menu{
	float:right;
}
.top-menu ul li{
	display:inline-block;
	float:left;
}
.top-menu ul li a{
	text-align:center;
	text-decoration:none;
	color:#e74800;
	width:72px;
	height:90px;
	float:left;
	font-family: "微软雅黑";
	font-size:.875rem;
}
.top-menu ul li a.active{
	color:#e74800;
	font-weight:bold;
	background:url(../img/nav_bg.gif) repeat-x;
}

i.home,i.about,i.gov,i.server,i.interaction,i.topic{
	width:42px;
	height:42px;
	background: url(../img/img-sprite.png) no-repeat 0 -42px;
	display:block;
	margin: 13px auto 9px;
}
i.about{ background-position:-42px -42px;}
i.gov{ background-position:-84px -42px;}
i.server{ background-position:-126px -42px;}
i.interaction{ background-position:-168px -42px;}
i.topic{ background-position:-210px -42px;}

.top-menu ul li a.active i.home{background-position:0 0;}
.top-menu ul li a.active i.about{background-position:-42px 0;}
.top-menu ul li a.active i.gov{background-position:-84px 0;}
.top-menu ul li a.active i.server{background-position:-126px 0;}
.top-menu ul li a.active i.interaction{background-position:-168px 0;}
.top-menu ul li a.active i.topic{background-position:-210px 0;}

.mobile-menu-trigger {
  position: absolute;
  right: 10px;
  top: -45px;
  display: block;
  background-color: #e74800;
  width: 35px;
  height: 35px;
  text-align: center;
}
.mobile-menu-trigger span {
  font-size: 15px;
  line-height: 35px;
  color: white;
}
.downMenu li a{ font-size:1em; line-height:40px; font-weight:normal;}

.search-index{ padding-top:30px; clear:both;}
#search-key {
    height: 48px;
    font-size: 1.1em;
    z-index: 2;
}
#s-i-bt {
    height: 48px;
    width: 50px;
    background: #e74800 url(../img/icon_search.png) 50% no-repeat;
}
.hot-search ul{margin-top:10px;font-size: 1rem;}
.hot-search ul li{
    float: left;
    padding-right: 10px;
    font-size: .875rem;
}
.hot-search label {
    float: left;
    margin-top: 10px;
    font-size: 1rem;
    margin-right: 20px;
    font-weight: 100;
    color: #fff;
}

.notic dl{ padding:15px 0; margin-bottom:0; overflow:hidden;}
.notic dl dd{ float:left; color:#fff;}
.notic dl dd a{ color:#fff;font-size: .875rem;}
.notic dl dd span{ padding-left:16px; font-size: .75rem; color:#fff;}
.notic dl dt{float: left;color: #fff; padding-right:10px;}
.notic dl dt i{ padding-right:10px;}

.tile{
	float: left;
	display: block;
	width: 150px;
	height: 103px;
	margin-bottom:14px;
	position: relative;
			box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tile.full {
	width: 100%;
}

.tile>.wrap {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	color: #888;
	overflow: hidden;
}

.tile.color-sea-green>.wrap {
    background-color: rgba(255,84,7,.75);
    color: #fff;
}
.tile.color-green>.wrap {
    background-color: rgba(255,105,37,.75);
    color: #fff;
}
.tile.color-blue>.wrap {
    background-color: rgba(255,84,7,.75);
    color: #fff;
}
.tile.color-white>.wrap {
    background-color: rgba(255,255,255,.75);
    color: #fff;
}
.tile.color-sky-blue>.wrap {
    background-color: rgba(231,72,0,.75);
    color: #fff;
}
.tile.color-sky-blue2>.wrap {
    background-color: rgba(255,105,37,.75);
    color: #fff;
}
.tile.color-sky-blue3>.wrap {
    background-color: rgba(255,105,37,.75);
    color: #fff;
}
.tile.color-sky-blue4>.wrap {
    background-color: rgba(255,154,109,.75);
    color: #fff;
}
.tile.color-light-blue>.wrap {
    background-color: rgba(255,105,37,.75);
    color: #fff;
}
.tile.color-yellow>.wrap {
    background-color: rgba(170,53,0,.75);
    color: #fff;
}

.tile.color-gov1>.wrap {
    background-color: rgba(255,105,37,.75);
    color: #fff;
}
.tile.color-gov2>.wrap {
    background-color: rgba(255,154,109,.75);
    color: #fff;
}
.tile.color-gov3>.wrap {
    background-color: rgba(231,72,0,.75);
    color: #fff;
}
.tile.color-gov5>.wrap {
    background-color: rgba(237,117,34,.75);
    color: #fff;
}
.tile.color-gov8>.wrap {
    background-color: rgba(255,84,7,.75);
    color: #fff;
}
.tile.color-gov9>.wrap {
    background-color: rgba(255,84,7,.75);
    color: #fff;
}
.tile.color-gov12>.wrap {
    background-color: rgba(231,72,0,.75);
    color: #fff;
}

.pr0{padding:0; padding-right:14px;}

.slideTxtBox{ padding:10px; width:100%; overflow:hidden;}
.slideTxtBox .hd{ width:100%; clear:both; overflow:hidden;}
.slideTxtBox .hd h2{ font-size:1rem; font-weight:bold; display:inline-block; float:left; line-height:20px;}
.slideTxtBox .hd span{ display:inline-block; float:right; font-size:.875rem;}
.slideTxtBox .hd span a{ padding-left:10px; color:#fff; line-height:20px;}
.slideTxtBox .hd span i{ padding-right:5px;}
.slideTxtBox .bd{ margin-top:10px; clear:both; width:100%;}

.slideNews{width:100%; overflow:hidden;}
.slideNews .hd{ width:100%; clear:both; overflow:hidden; height:48px;background-color: #D09E88;/* background:url(../img/title_hd.png) repeat-x;*/ padding:0 10px;}
.slideNews .hd h2{ font-size:1rem; font-weight:bold; display:inline-block; float:left; line-height:48px; color:#fff;}
.slideNews .hd h4{ font-size:1rem; font-family:arial; display:inline-block; float:left; line-height:48px; color:#fff; padding-left:6px;}
.slideNews .hd span{ display:inline-block; float:right; font-size:.875rem;}
.slideNews .hd span a{ padding-left:10px; color:#fff; line-height:48px;}
.slideNews .hd span i{ padding-right:5px;}
.slideNews .bd{padding:16px 15px;}

.g-list-date li{ margin-bottom:8px; overflow:hidden;}
.g-list-date .time{width: 50px; height:50px; float:left;display: block; background-color:#D09E88; font: 0.875rem/16px "微软雅黑";color: #fff;text-transform: uppercase;text-align: center;}
.g-list-date .day{font: 24px/30px "微软雅黑";color: #fff;display: block;}
.g-list-date .detail{ float:right; width:100%; margin-left:-65px; font: 0.875rem/24px "宋体";}
.g-list-date .detail p{ overflow:hidden; height:48px;margin-left: 70px; text-overflow: ellipsis;white-space: normal;}



.plate a{color: #fff;display: block;text-align: center; width:100%; height:100%; padding-top:73px; line-height:30px;}
.plate.email{ background:url(../img/icon_email.png) center 5px no-repeat;}
.plate.ask{ background:url(../img/icon_ask.png) center 5px no-repeat;}
.plate.file{ background:url(../img/icon_file.png) center 5px no-repeat;}
.plate.open{ background:url(../img/icon_open.png) center 5px no-repeat;}
.plate.server{ background:url(../img/icon_server.png) center 5px no-repeat;}

.g-list-t,.g-list-t li{list-style:none;}
.g-list-t{line-height:27px; text-align:left; font-size:0.875rem;}
.g-list-t li{clear:both; }
.g-list-t a,.g-list-t a:visited{ text-decoration:none; color:#fff;background:url(../img/dots.png) 3px center no-repeat; padding-left:12px; display:inline-block; float:left;white-space: nowrap;text-overflow: ellipsis; overflow:hidden; width: 85%; height:27px; line-height:27px;}
.g-list-t a:hover{color:#fff; text-decoration:underline;}
.g-list-t span.time{ display:inline-block; color:#fff; float:right; font-size:.75rem; font-style:italic;}


.classic li{background:url(../img/dots.png) 3px center no-repeat; padding-left:20px; overflow:hidden; margin-bottom:18px;}
.classic a{ background:none; padding-left:0; width:100%;}
.classic span.time{ display:block; float:left; color:#f8f8f8; font-style:normal; line-height:12px;}


.home_contentslider{ position:relative; height:100%; overflow:hidden;}
.home_leftBtn,.home_rightBtn{ float:right; position:absolute; top:30%; display:block; width:42px; height:83px; background:url(../img/home_contentslider_arrow.png) no-repeat; overflow:hidden; cursor:pointer; z-index:999;}
.home_leftBtn{ left:0; background-position:0 0;}
.home_rightBtn{ right:0;background-position:-42px 0;}
.home_leftBtn:hover{ background-position:0 -83px;}
.home_rightBtn:hover{ background-position:-42px -83px;}
.home_scrolllist{ margin:0 auto;position:relative;height:515px; overflow:hidden;width:1002px; margin-bottom:30px;}/*width:80%;   屏幕的宽度*/
.home_scrolllist_in{height:100%;position:absolute;width:8000px;}
.home_1{float:left; *display:inline;*zoom:1; overflow:hidden;height:100%; width:1002px;}/*width:100%;   所有内容宽度  具体数字两个宽度一样*/

/*
.hot-zt .bd{background:url(../img/hot_zt_bg.png) center bottom no-repeat; background-size: cover; width:100%;}
.hot-zt .bd>ul.title{ padding:70px 90px; text-align:center;}
.hot-zt .bd>ul.title li{height:120px; overflow:hidden; width:100%;}
.hot-zt .bd>ul.title li>a{font: bold 36px/60px 微软雅黑; color:#fff;text-shadow: 1px 2px 2px rgba(0, 0, 0,0.3);}
*/
.hot-zt .bd{/* background:url(../img/hot_zt_bg.png) center bottom no-repeat; */background-size: cover;width:100%;}
.hot-zt .bd>ul.title{padding: 70px 0px;overflow: hidden;text-align:center;}
.hot-zt .bd>ul.title li{height:98px;overflow:hidden;width: 45%;margin: 10px 8px;padding: 0 10px;float: left;background-color: #D09E88;}
.hot-zt .bd>ul.title li>a{font: bold 24px/49px 微软雅黑; color:#fff;text-shadow: 1px 2px 2px rgba(0, 0, 0,0.3);}


/*图片列表概览*/
.photo-list,.news-list{ padding-top:18px; clear:both;}
.photo-list .info,.news-list .info{ font-size:12px;}
.photo-list .info i,.news-list .info i{ padding-right:5px;}
.photo-list .photo h3{ display:block; font-size:16px; font-weight:bold; overflow:hidden;white-space: nowrap;text-overflow: ellipsis; overflow:hidden; width: 95%; height:45px; line-height:45px; border-bottom:1px dashed #fff;}
.photo-list .photo h3 a{ color:#000;font-size:16px;}
.photo-list .photo .photo-bg{ background-color:rgba(255,255,255,.5); padding-top:10px; margin:10px; overflow:hidden;}
.photo-list .photo p{ font-size:14px; color:#666; margin:0; line-height:30px;}
.pagination i{ padding:0 5px;}


.pagination {
    display: block;
    position: relative;
    text-align: center;
    color: #666;
    font-size: 13px;
	/*margin-bottom:80px;*/
	padding-bottom:10px;
}
.pagination>a {
    border: 1px solid #e74800;
    position: absolute;
    top: -8px;
    color: #e74800;
    white-space: nowrap;
    border-radius: 25px;
    text-decoration: none;
	width: 88px;
    height: 32px;
    line-height: 32px;
}
.pagination>a:hover {
    border-color: #666;
    color: #fff;
    background: #e74800;
	border: 1px solid #e74800;
}
.pagination>a.newer-posts {
    right: 100px;
}
.pagination .page-number {
    color: #666;
	float:right;
	padding-right:230px;
}
.pagination>a.older-posts {
    right: 0px;
}

/*政务*/
.h-gov0{ padding:0; padding-left:14px;}
.h-gov1,.h-gov3{ padding-right:7px;}
.h-gov2,.h-gov4{ padding-left:7px;}

.plate.gov1{ background:url(../img/icon_gov1.png) center 25px no-repeat;}
.plate.gov2{ background:url(../img/icon_gov2.png) center 25px no-repeat;}
.plate.gov3{ background:url(../img/icon_gov3.png) center 25px no-repeat;}
.plate.gov4{ background:url(../img/icon_gov4.png) center 25px no-repeat;}
.plate.gov5{ background:url(../img/icon_gov5.png) center 25px no-repeat;}
.plate.gov6{ background:url(../img/icon_gov6.png) center 25px no-repeat;}
.plate.gov7{ background:url(../img/icon_gov7.png) center 25px no-repeat;}
.plate.gov8{ background:url(../img/icon_gov8.png) center 25px no-repeat;}
.plate.gov9{ background:url(../img/icon_gov9.png) center 25px no-repeat;}
.plate.gov10{ background:url(../img/icon_gov10.png) center 25px no-repeat;}
.plate.gov11{ background:url(../img/icon_gov11.png) center 25px no-repeat;}
.plate.gov12{ background:url(../img/icon_gov12.png) center 25px no-repeat;}

/*服务*/
.plate.ser1{ background:url(../img/icon_ser1.png) center 25px no-repeat;}
.plate.ser2{ background:url(../img/icon_ser2.png) center 25px no-repeat;}
.plate.ser3{ background:url(../img/icon_ser3.png) center 25px no-repeat;}
.plate.ser4{ background:url(../img/icon_ser4.png) center 25px no-repeat;}
.plate.ser5{ background:url(../img/icon_ser5.png) center 25px no-repeat;}
.plate.ser6{ background:url(../img/icon_ser6.png) center 25px no-repeat;}
.plate.ser7{ background:url(../img/icon_ser7.png) center 25px no-repeat;}
.plate>.ser8{ background:url(../img/icon_ser8.png) center 25px no-repeat;}
.plate.ser9{ background:url(../img/icon_ser9.png) center 25px no-repeat;}
.plate.ser10{ background:url(../img/icon_ser10.png) center 25px no-repeat;}
.plate.ser11{ background:url(../img/icon_ser11.png) center 25px no-repeat;}

.pass{ margin-left:25%; padding-top:25px;}
.pass>li>a{background:url(../img/dots.png) 3px center no-repeat; padding-left:20px; overflow:hidden;}


/*互动*/
.tile>.wrap>.title-cn{margin: 8px 10px 0;font-family: "Microsoft Yahei";line-height:1.8em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:12px;}
.tile>.wrap>.title-cn p{ margin:0; padding:0;}
.plate.hd1{ background:url(../img/icon_hd1.png) center 25px no-repeat;}
.plate.hd2{ background:url(../img/icon_hd2.png) center 25px no-repeat;}
.plate.hd3{ background:url(../img/icon_hd3.png) center 25px no-repeat;}
.plate.hd4{ background:url(../img/icon_hd4.png) center 25px no-repeat;}
.plate.hd5{ background:url(../img/icon_hd5.png) center 25px no-repeat;}
.plate.hd6{ background:url(../img/icon_hd6.png) center 25px no-repeat;}
.plate.hd7{ background:url(../img/icon_hd7.png) center 25px no-repeat;}
.plate.hd8{ background:url(../img/icon_hd8.png) center 25px no-repeat;}

/*新闻列表*/
.news-list>.list{ margin-bottom:15px;}
.news-list>.list ul{ padding:15px;}
.news-list>.list li{ clear:both;padding:25px 20px;overflow:hidden; background-color:rgba(255,255,255,.5); margin-bottom:10px; -moz-box-shadow:0px 2px 5px #040000; -webkit-box-shadow:0px 2px 5px #040000; box-shadow:0px 2px 5px #040000;}
.news-list>.list li h1{ color:#333; font-size:16px;line-height:24px;*height: 24px; font-weight:bold;}
.news-list>.list li h1 a{color:#333;font-size:16px;}
.news-list>.list li h1 span{ font-size:14px; font-weight:normal; color:#999; display:block; float:right;}
.news-list>.list li h1 p{ float:left; overflow:hidden; width:70%; white-space:nowrap;text-overflow:ellipsis;}
.news-list>.list li div{ clear:both; color:#666; line-height:24px;}
.news-list>.list li div a{color:#666; }

.news-list>.list li.d_out{background-color:rgba(255,255,255,.5);}
.news-list>.list li.d_over{ background-color:#f8f8f8;}

/* detail */
.m-detail{text-align: left;background-color:rgba(255,255,255,.5);-moz-box-shadow:0px 2px 5px #040000; -webkit-box-shadow:0px 2px 5px #040000; box-shadow:0px 2px 5px #040000; margin:15px; padding:15px;}
.m-detail h1.title{ font-size:24px; line-height:32px; font-weight:normal; padding-top:30px; color:#000; text-align:center;}
.m-detail .desc{line-height:30px; padding:10px 0px; margin:20px 0px; color:#666; height:45px; border-bottom:1px dotted #999;}
.m-detail .desc .info{ float:left; text-wrap:none; white-space:nowrap; font-size:14px;}
.m-detail .info .pubtime,.m-detail .info .source,.m-detail .info .author{ float:left; padding:7px 0px 20px 20px; line-height:16px; height:16px;}
.m-detail .info .share{ float:left; padding:7px 0px 20px 20px; line-height:16px; height:16px;}
.m-detail .desc .tools{float:right;}
.m-detail .tools .fontsize{display:block; float:right; padding:7px 0px 7px 18px; line-height:16px; height:16px; cursor:pointer; background:url(../img/icon_detail.gif) 0px -93px no-repeat; position:relative; }
.m-detail .tools .print{display:block; float:right; padding:7px 20px 7px 22px; line-height:16px; height:16px; margin-right:5px;  cursor:pointer; background:url(../img/icon_detail.gif) 0px -43px no-repeat; position:relative;}
.m-detail .tools .print-menu{ background-color:#FFF; border:1px solid #d6d6d6; padding:1px; line-height:20px; position:absolute; left:0px; top:28px; color:#000; text-wrap:none; white-space:nowrap; box-shadow:1px 1px 2px #CCC; display:none;}
.m-detail .tools .print-menu div{ padding:5px 10px;}
.m-detail .tools .print-menu div:hover{background-color:#b83e21; color:#FFF;}
.m-detail .tools .fontsize-menu{ background-color:#FFF; border:1px solid #d6d6d6; padding:1px; line-height:20px; position:absolute; right:0px; top:28px; color:#000; text-wrap:none; white-space:nowrap; box-shadow:1px 1px 2px #CCC; display:none;}
.m-detail .tools .fontsize-menu div{ padding:5px 10px;}
.m-detail .tools .fontsize-menu .current{background-color:#b83e21; color:#FFF;}
.m-detail .content{ font-size:16px; line-height:28px; color:#333; margin-bottom: 40px; padding: 0px 10px;}
.m-detail .content img{/*width:100%;*/height:auto;}
.m-detail .content p{}
.m-detail .content-font-s{ font-size:12px; line-height:24px; }
.m-detail .content-font-l{ font-size:18px; line-height:32px;}


.h145{ height:145px;}
.h145 .plate a{ padding-top:100px;}

.jdzt{ padding-right:0;}

.hd-video1{padding-left: 22px;padding-right: 7px;}
.hd-video2{padding-right:7px;}
.hd-video3{padding-left:7px;}

@media (max-width: 768px){
#search-key,#s-i-bt {height: 40px;}
.pr0{padding-right:0;}
.g-list-date li{ margin-bottom:12px;}
.home_scrolllist{ height:1000px;}

.h-gov0{ padding:0;}
.h-gov1{padding-right: 3px;}
.h-gov2{padding-left: 11px;padding-right: 7px;}
.h-gov3{padding-right: 11px;padding-left: 7px;}
.h-gov4{padding-left: 3px;}

.jdzt{ padding:0;}
.hd-video{ padding:0;}
.hd-video1{padding-left: 15px;padding-right: 7px;}
.hd-video2,.hd-video3{padding-left:7px; padding-right:7px;}
}

.pager li>a {
    border: 1px solid #e74800;
    color: #e74800;
}
.pager li>a:hover {
    border-color: #666;
    color: #fff;
    background: #e74800;
	border: 1px solid #e74800;
}

/* 焦点图 */
.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	max-height: 230px;
	max-width: 560px;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
}
.slideBox .hd li.on {
	background: #fff;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 8%, rgba(0,0,0,0.24) 40%, rgba(0,0,0,0.29) 47%, rgba(0,0,0,0.65) 95%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 8%, rgba(0,0,0,0.24) 40%, rgba(0,0,0,0.29) 47%, rgba(0,0,0,0.65) 95%);
}

/*20160824 领导页面*/
.lead-list,.news-list{ padding-top:18px; clear:both;}
.lead-list .info,.news-list .info{ font-size:12px;}
.lead-list .info i,.news-list .info i{ padding-right:5px;}
.lead-list .leads h3{ display:block; font-size:16px; font-weight:bold; overflow:hidden;white-space: nowrap;text-overflow: ellipsis; overflow:hidden; width: 100%; height:45px; line-height:45px; text-align:center;}
.lead-list .leads h3 a{ color:#000;}
.lead-list .leads .lead-bg{ background-color:rgba(255,255,255,.5); padding-top:10px; margin:10px; overflow:hidden;}
.lead-list .leads .lead-bg img{ border:1px solid #fff; margin:0 auto;}
.lead-list .leads p{ font-size:14px; color:#666; text-align:center; height:40px;}

.lead-btn {
    color: #666;
    font-size: 16px;
	margin:20px auto;
}
.lead-btn>a {
    border: 1px solid #e74800;
    color: #e74800;
    white-space: nowrap;
    border-radius: 25px;
    text-decoration: none;
	padding:0 25px;
	margin-right:20px;
    height: 32px;
    line-height: 28px;
	float:left;
}
.lead-btn>a:hover,.lead-btn>a.on{
    border-color: #666;
    color: #fff;
    background: #e74800;
	border: 1px solid #e74800;
}
.col-xs-1-5,
		.col-sm-1-5,
		.col-md-1-5,
		.col-lg-1-5 {
			position: relative;
			min-height: 1px;
			padding-right: 10px;
			padding-left: 10px;
		}
 
		.col-xs-1-5 {
			width: 20%;
			float: left;
		}
 
		@media (min-width: 768px) {
		.col-sm-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 992px) {
			.col-md-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 1200px) {
			.col-lg-1-5 {
				width: 20%;
				float: left;
			}
		}