@CHARSET "UTF-8";
/*
 *@Author: liuxiangling
 *@Date: 2018-06-28
 *@Remark: 公众监督
 */

/*
 * xingyang  修改页面样式-大改
 *@Date: 2018-08-16
 */

.warp{
	overflow: hidden;
}
.block-gray {
    background: #f5f5f7;
}
.block-white{
	background: #FFF;
}
.box-l{
	float: left;
}
.box-r{
	float: right;
}
.no-data {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #989898;
}
.no-data-big {
    text-align: center;
    font-size: 24px;
    color: #d5d5d5;
    position: absolute;
    top: 50%;
    width: 100%;
}
.supervise-categorie-fixed {
    position: fixed;
    left: 0;
    right: 0;
     z-index: 8;
     width: 100% !important;
}
.supervise-categorie {
    position: absolute;
    right: 0;
    width: 95px;
    background: #FFF;
    box-shadow: 0px 3px 7px #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.supervise-categorie span {
    display: block;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}
.supervise-categorie span:last-child{
	border-bottom:0;
}
.supervise-categorie span.active {
    color: #fff;
    background: #b43435;
}
.map-box{
	overflow: hidden;
	padding: 20px;
	box-shadow: 0px 0px 5px #9f9f9f;
	margin: 0 auto 20px;
}
.map-center {
   width: 600px;
	overflow: hidden;
}
.map-title {
    padding: 0 0 0 15px;
    border-left: 3px solid #b23435;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 700;
}
.map-fix-info {
    overflow: hidden;
}
.map-fix-info ul{
	overflow: hidden;
	margin: 20px 0 0 0;
}
.map-fix-info ul li {
    overflow: hidden;
    padding: 10px;
    background: #fafafa;
    margin: 0 0 30px 0;
    border-radius: 25px;
    width: 290px;
    float: left;
}
.map-fix-info ul li:nth-child(2n) {
    margin: 0 0 30px 20px;
}
.map-fix-info ul li > i {
    display: block;
    float: left;
    width: 55px;
    height: 45px;
    margin: 15px 0;
}

.icon-type{
	background: url(../imgs/supervise-icon-type.png) center center no-repeat;
	background-size: contain;
}
.icon-yes{
	background: url(../imgs/supervise-icon-yes.png) center center no-repeat;
	background-size: contain;
}
.icon-money{
	background: url(../imgs/supervise-icon-money.png) center center no-repeat;
	background-size: contain;
}
.icon-land{
	background: url(../imgs/supervise-icon-land.png) center center no-repeat;
	background-size: contain;
}
.map-fix-info ul li > div {
    float: right;
    width: 210px;
}
.map-fix-info ul li > div p {
    font-size: 16px;
    font-weight: 700;
}
.map-fix-info ul li > div span {
	display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map-fix-info ul li > div span label,.map-fix-info ul li > div span b {
    font-weight: 500;
}
.map-fix-info ul li:nth-child(1) label{
	 color: #ff6205;
}
.map-fix-info ul li:nth-child(2) label{
	 color: #feb23d;
}
.map-fix-info ul li:nth-child(3) label{
	 color: #ebcc3b;
}
.map-fix-info ul li:nth-child(4) label{
	 color: #c8a050;
}
.hot-map {
    width: 810px;
    height: 295px;
}

.s-resources-center {
    width: 510px;
}
.s-resources-title {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}
.s-resources-title:before,.s-resources-title:after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #222;
	position: relative;
	bottom: 5px;
}
.s-resources-ul {
    height: 300px;
   /*  overflow-y: auto; */
   overflow: hidden;
}
.s-resources-ul ul{
	overflow: hidden;
}
.s-resources-ul ul li {
	padding: 5px 0;
	margin: 0 0 8px 0px;
	overflow: hidden;
	position:relative;
}
.s-resources-ul ul li:last-child{
	margin: 0 0 0 0px;
}
.s-resources-ul-title {
    float: left;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    white-space: nowrap;
    font-size:14px;
}
.s-resources-ul-title label{
	margin-bottom: 0px;
    font-weight: 400;
	cursor: pointer;
}
.s-resources-ul ul li:hover{
	color:#ff6205;
}
.s-resources-ul ul li:hover label{
	text-decoration: underline;
}
.s-resources-ul-date {
    float: right;
    text-align: center;
    width: 90px;
}
.s-resources-ul-title >labe{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400;
}
.s-resources-result{
	position: absolute;
	font-weight: 700;
	opacity: 0.5;
    right: 10px;
    transform: rotate(-14deg);
}
.s-resources-end {
    color: red;
    border: 1px solid red;
}
.s-resources-end-w{
	color: green;
    border: 1px solid green;
}
.s-resources-end-l{
	color: red;
    border: 1px solid red;
}
.color-orange{
	color: #ff4c00;
}

.three-day-resources-nav {
    overflow: hidden;
    margin: 40px 0;
}
.three-day-resources-nav ul {
    overflow: hidden;
}
.three-day-resources-nav ul li {
    float: left;
    width: 45%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 18px;
    cursor: pointer;
}
.three-day-resources-nav ul li:first-child {
    margin: 0 10% 0 0;
}
.three-day-resources-nav ul li.active {
    background: #b43435;
    color: #FFF;
    border: 1px solid #b43435;
}
.three-resources-list {
    overflow: hidden;
    padding: 0 0 15px 0px;
}
.three-resources-list-h{
	min-height:200px;
}
.three-announcement-list {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin: 0 auto 25px;
}
.three-announcement-titel {
    background: #f2f2f2;
    padding: 15px 10px;
    font-size: 18px;
    cursor: pointer;
}
.three-announcement-titel span{
	
}
.three-announcement-titel span:first-child{
	
}
.three-announcement-titel span:first-child::before {
    content: "【";
}
.three-announcement-titel span:first-child:after{
	content: "】";
}
.supervise-titel {
    margin: 40px 0 15px;
    font-size: 18px;
    padding: 0 0 0 15px;
    border-left: 3px solid #b43435;
}
.supervise-titel-btn {
    margin: 40px 0 15px;
    font-size: 18px;
}
.supervise-titel-btn span {
    display: inline-block;
    margin: 0 3px 0 0;
    border: 1px solid #fff;
    background: #FFF;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.supervise-titel-btn span.active {
    background: #b43435;
    color: #fff;
}
.echart-img-box {
    padding: 25px 30px;
    border-radius: 5px;
    position: relative;
}
.department-type-box{
	position: absolute;
	width: 100%;
	height: 100%;
}
.money-department-type {
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    top: 41%;
    left: 21.5%;
    color: #d63a2d;
}
.department-type-left{
	left: 45%;
	top: 41%;
}
.department-type-right{
	left: 68%;
}
.echart-nav {
    text-align: center;
    overflow: hidden;
    font-size: 0px;
    margin: 0 auto 15px;
}
.echart-nav span {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
.echart-nav span:last-child {
    border-left: 0;
    border-radius: 0 5px 5px 0;
}
.echart-nav span.active {
    background: #b03337;
    color: #FFF;
}
.echart-img-center {
    height: 470px;
}
/* 区位地图 */
.map-condition {
	width: 100%;
    height: 90px;
}
.map-condition ul{
	padding: 0 15px;
    height: 55px;
    box-sizing: content-box;
    background: #fffbf0;
}
.map-condition ul > li{
	float: left;
    padding-right: 30px;
}
.map-condition ul > li.text {
    line-height: 55px;
}
.map-condition ul > li.button {
    padding-top: 11.5px;
    height: 100%;
    width: auto;
}
.map-condition ul > li > span {
    color: #ff5500;
}
.map-condition ul > li > label {
    font-weight: normal;
    margin: 0;
    padding-right: 20px;
}
.map-condition ul > li > label > input{
	margin-right: 5px;
}
.map-condition ul > li > input[type="text"] {
    width: 280px;
    height: 30px;
    border: 1px solid #e6e6e6;
    border-right: 0px;
    padding: 0;
    margin: 13px 0 0 0;
    float: left;
}
.map-condition ul > li > input[type="button"] {
    height: 30px;
    width: 60px;
    background: #db1516;
    border: 1px solid #db1516;
    color: #fff;
    margin: 13px 0 0 0;
}
.map-condition > p{
	width: auto;
    height: 20px;
    color: #666666;
    margin: 10px 0 0 10px;
}
.map-box-area{
	height: 640px;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}
.map-title{
	height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.map-title > span{
	display:block;
	float:left;
	font-size: 16px;
    color: #306496;
}
.map-title > span.right{
	float: right;
}
.map-title > span > span{
	font-size:18px;
}
.map-title > span > .tip{
	border: 1px solid #d6e4ff;
    background: #f2f7fd;
    padding: 7px 7px;
    font-size:14px;
    margin: 0 10px 0 0;
}
.map-title > span > input{
	width: 60px;
    height: 30px;
    line-height: 30px;
    background: #3667aa;
    border: transparent;
    color: #fff;
    margin-top: 5px;
    float:right;
}
.map-area{
    width: 100%;
    height: 540px;
}
/* 地图弹出框控制 */
.map-info-box {
    font-size: 14px;
}
.map-resources-head {
    overflow: hidden;
    margin: 0 auto 10px;
}
.map-resources-head span {
    display: block;
    float: left;
    padding: 3px 5px;
}
.map-resources-head span:nth-child(1) {
    border: 1px solid #b43136;
    color: #b43136;
}
.map-resources-head span:nth-child(2) {
    max-width: 300px;
    padding: 4px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
}
.map-resources-head span:nth-child(2) a{
	color: #222;
}
.map-resources-head span:nth-child(2) a:hover{
	color: #b43136;
}
.map-resources-time {
    margin: 0 auto 10px;
    overflow: hidden;
    color: #656565;
}
.map-resources-time span {
    margin: 0 10px 0 0;
}
.map-icon{
	display: inline-block;
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	background-size: contain;
	margin: 0 2px 0 0;
}
.map-juhe-point{
	background: url("http://api.map.baidu.com/library/TextIconOverlay/1.2/src/images/m0.png") center center no-repeat;
	background-size: contain;
}
.map-juhe-point-td{
	background: url("../imgs/marker-icon-red.png") center center no-repeat;
	background-size: contain;
}
.map-juhe-point-zb{
	background: url("../imgs/marker-icon-yellow.png") center center no-repeat;
    background-size: contain;
}
.map-juhe-point-ck{
	background: url("../imgs/marker-icon-blue.png") center center no-repeat;
    background-size: contain;
}
.map-juhe-point-tk{
	background: url("../imgs/marker-icon-green.png") center center no-repeat;
    background-size: contain;
}
.map-resources-btn-center {
    overflow: hidden;
}
.map-resources-btn {
    float: right;
    width: 90px;
    text-align: center;
    background: #e2e2e2;
    color: #FFF;
    padding: 2.5px 0;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}
.map-resources-btn.active{
	background: #db1516;
}
.map-btn-tips {
    float: right;
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #b3b3b3;
    line-height: 23px;
}
.icon-read{
	color:red;
}
.padding-20{
	padding:20px 0 0 0;
}