﻿
.leftMenu{float:left;width: 270px;margin-top: 20px;}
.menuBox .head{text-align: center;cursor: pointer;}
.menuBox .head h2{font-size: 18px;color: #c40001;font-weight: bold;}
.menuBox .head i{position: relative;top: -1px;display: inline-block;border:8px solid transparent;
  border-bottom-color: #c40001;transition: all 0.3s ease-in;}
.menuBox .head span{position: relative;top: -15px;display: inline-block;width: 100%;height: 2px;background: #c40001;}
.menuBox .head i.act{top: 7px; transform: rotate(-180deg);}

.menuCont{height:170px;margin-bottom: 15px;border: 1px solid #d0d0d0;overflow: auto;
  box-sizing: border-box;transition: all 0.3s ease-in;}
.menuCont ul{padding: 12px 15px;}
.menuCont li a{display: block;width: 238px;line-height: 28px;font-size: 14px;color: #333;overflow: hidden;white-space: nowrap;
  text-overflow: ellipsis}
.menuCont li i,.t_i_head i{position: relative;top: 2px;display: inline-block;margin-right: 10px;width: 14px;height: 14px;
  background: #ffd116;border-radius: 100%;}
.menuCont li a:hover,.cont_i_group a:hover,.city a:hover,.table .colorRed,.colorRed{color: #c40001 !important;}
.menuCont li a.disabled, .city a.disabled {color: #c7c7c7 !important;cursor: not-allowed;}
.city{padding: 10px}
.city a{font-size: 14px; color: #333;padding: 3px 7px;line-height: 24px; word-break: keep-all; }


.rightCont{float:right;margin:10px 0 0 10px;width: 70%;min-height: 800px;padding: 15px;
  border: 1px solid #d0d0d0;box-sizing: border-box}
.centerBox{padding: 10px 20px;}
.search_i input { padding-left: 15px;width: 72%;height: 40px;line-height: 40px;border: 1px solid #ccc;
  border-radius: 4px;font-size: 14px; color: #666;}
.searchBtn {display: inline-block; margin-left: 10px;width: 90px;height: 40px;text-align: center;line-height: 40px;
  color: #fff;background: #ff612a; border-radius: 4px;letter-spacing: 1px;}
.searchBtn:hover{background: #e24916;}
  .searchBtnIcon { display: inline-block;width: 14px;height: 14px;background: url(../images/search_btn.png) no-repeat;
  vertical-align: middle;}
.centerBox .more{display: inline-block;line-height: 40px;color:#034bf3;font-size: 14px;text-decoration: underline; padding-right: 8px;}
.centerBox .more.checked {color: #ff612a; font-weight: bold}
.centerBox .errorBox {display: none; padding: 60px 0;text-align: center;color: #717171;font-size: 20px;}
.selectGroup{overflow: hidden}
.selectGroup div:nth-of-type(odd){width: 50%;}
.selectGroup div:nth-of-type(even){width: 50%;}
.selectGroup div {float:left;margin-bottom: 10px;line-height: 40px;}
.selectGroup div select,.selectGroup div input{width: 100px;height: 30px;line-height: 30px;color: #333;outline: none;}
.selectGroup div input{border: 1px solid #999}
.selectGroup div input.searchInput {padding: 0 5px;width: 95px;}

.table{width: 100%;margin-top: 30px;border-left: 1px solid #c6c6c6;border-top: 1px solid #c6c6c6;
text-align:center;/*文本居中*/
    border-collapse:collapse; /*表格的边框合并，如果相邻，则共用一个边框*/
    border-spacing:0; /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/}
.table tr {line-height: 40px;text-align: center;}
.table tr td{color: #666;border-right: 1px solid #c6c6c6;border-bottom: 1px solid #c6c6c6;word-break: break-all;}
.table thead{background: #c40001;}
.table .colorGreen{color: #7bd241;}
.table thead td{color: #fff;}
.pagination{margin-top: 30px;text-align: center;}
.pagination a{display: inline-block;margin-right: 5px;padding: 4px 10px;border: 1px solid #666;color: #333;transition: all 0.3s ease-in;}
.pagination a:hover,.pagination a.act{background: #c40001;color: #fff;border-color: #c40001;}

.bgc{background: #ebebeb;}
.bgc select{width: 120px;height: 30px;color: #666}
.list li a{display: block;line-height: 30px;color: #666}
.list li p{display: inline-block;width: 75%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.list li span{float: right;display: inline-block;}
.list li a:hover{color: #c40001;}
.imgLink{float:left;display: inline-block;margin-bottom:15px;width:49%;box-shadow:0 2px 8px rgba(0,0,0,0.4);transition: all 0.3s ease-in;}
.imgLink:nth-of-type(even){margin-left: 1%}
.imgLink:nth-of-type(odd){margin-right: 1%}
.imgLink img{display: block;width: 100%;}
.imgLink:hover{box-shadow: 0 2px 12px rgba(0,0,0,0.6)}

.toggleItem{padding: 0 10px;margin-bottom: 10px;}
.toggleItem:first-child{margin-top: 10px;}
.t_i_head{padding: 0 6px;height: 40px;cursor: pointer;background: linear-gradient(#fff, #e3e3e3); /* 标准的语法 */ }
/* .t_i_head i{left: 5px;top: 1px;background: #c40001;} */
.t_i_head i{left: 5px;top: -12px;background: #c40001;}
.t_i_head h2{display: inline-block;line-height: 40px;color: #666;text-overflow: ellipsis;overflow: hidden;width: 190px;white-space: nowrap;font-size: 1.3em;}

.t_i_cont{overflow: auto;transition: all 0.3s ease-in;}
/*** 滚动条样式 ***/
.t_i_cont::-webkit-scrollbar,.cont_i_group::-webkit-scrollbar,.menuCont::-webkit-scrollbar {
  width: 8px;
  height:8px;
}
.t_i_cont::-webkit-scrollbar-button,.cont_i_group::-webkit-scrollbar-button,.menuCont::-webkit-scrollbar-button {
  display: none;
}
.t_i_cont::-webkit-scrollbar-thumb,.cont_i_group::-webkit-scrollbar-thumb,.menuCont::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #ccc;
}
.t_i_cont::-webkit-scrollbar-track ,.cont_i_group::-webkit-scrollbar-track,.menuCont::-webkit-scrollbar-track {
  width: 8px;
  height: 8px;
}
.t_i_cont::-webkit-scrollbar-track-piece ,.cont_i_group::-webkit-scrollbar-track-piece ,.menuCont::-webkit-scrollbar-track-piece {
  background: transparent;
}
.cont_i{padding: 10px 6px 0;}
.cont_i:hover{color: #c40001}
.cont_i.checked {color: #c40001}
.cont_i h3{height: 36px;line-height: 36px;cursor: pointer;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cont_i h3 i{display: inline-block;width: 10px;margin: 0 6px 0 10px;color: #c40001;font-weight: bold;font-size: 16px;}
.cont_i_group{border: 1px solid #dadada;box-sizing: border-box;overflow: auto;transition: all 0.3s ease-in;}
.cont_i_group a{line-height: 26px;padding: 0 5px;color: #666;font-size: 14px;word-break: keep-all;}
.cont_i_group div{padding: 5px;}
.hei0 {height: 0 !important;border-top-color: #fff;}
.toggleHei0{height: 0 !important;border-color: transparent;margin: 0}

.main > .search_i {
  text-align: center;
}
.tagBox .more{display: inline-block;line-height: 40px;color:#034bf3;font-size: 14px;text-decoration: underline; padding-right: 8px;}
.tagBox .more.checked {color: #ff612a; font-weight: bold}
body > div.pop {
  position: absolute;
  z-index: 9999;
  border: 1px solid rgb(170, 170, 170);
  background-color: rgb(248, 248, 248);
  height: 200px;
  width: 200px;
  overflow: auto;
  display: none;
}
.pop .ztree li > a.colorRed {
  color: #c40001 !important;
}
.pop .ztree li > a.disabled {
  color: #c7c7c7 !important;
  cursor: not-allowed;
}
.chartItem {
  height: 420px;
}
div.buttonBox input {
  background-color: #f9f9f9;
}
div.buttonBox input:hover {
  color: #fff;
  background-color: #c40001;
}







