 /* 学校信息部分样式 */
.school-msg {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 10px;
 }
 .school-msg .checked{
   border: 2px solid #1965B3;
   /* box-shadow: 0 -4px 8px 0 rgb(25 101 179 / 6%), 
                0 8px 16px 0 rgb(25 101 179 / 12%); */
 }
 .school-msg-item {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 10px 5px;
  background-color: #fff;
  margin-right: 10px;
  cursor: pointer;
 }
 .school-msg-item:last-child {
  margin-right: 0;
 }
 .school-msg-item:hover {
  box-shadow: 0 -4px 8px 0 rgba(36,46,66,.06), 0 8px 16px 0 rgba(36,46,66,.12);
  transform: scale(1.02);
    transition-duration: 0.3s;
 }
 .school-msg-item .iconfont {
   position: absolute;
   right: 0px;
   top: -7px;
   right: -1px;
   width: 30px; 
   height: 30px; 
   font-size: 30px; 
   color: #1965B3;
 }
 .school-msg-item .school-item-title,
 .school-msg-item .school-item-contain {
  font-size: 16px;
  text-align: center;
 }
 .school-msg-item .school-item-contain {
   padding-top: 5px;
   font-size: 16px;
 }
 .school-msg-item .school-item-title .number-icon,
 .school-msg-item .school-item-contain .number-icon,
 .school-summary .number-icon {
   color: #FF6E05;
   font-family: 'Barlow';
   font-size: 18px;
 }
 .school-msg-item .school-item-title .number-icon {
   font-size: 18px;
 }
 .school-summary {
   padding: 10px 0;
   text-align: center;
   background-color: #fff;
   margin: 10px 20px;
 }

 /* 中间主要内容部分样式 */
 .charts_junior {
   display: flex;
   margin-bottom: 10px;
 }
 /* 左盒子 */
 .charts_junior .left-box {
  width: 350px;
  margin: 0 10px 0 20px;
 }
 .charts_junior .left-box #charpie1{
   width: 350px;
   height: 220px;
   background-color: #fff;
   margin-bottom: 10px;
 }
 .charts_junior .left-box #chartLine1 {
   width: 350px;
   height: 240px;
   background-color: #fff;
   margin-bottom: 10px;
 }
 .charts_junior .left-box #chartbar1 {
   width: 350px;
   height: 260px;
   background-color: #fff;
 }
 /* 中间的盒子 */
 .charts_junior .middle-box {
   flex: 1;
 }
 .charts_junior .middle-box .map-box {
  box-sizing: border-box;
  height: 480px;
  margin: 0 0 10px;
 }
 .charts_junior .middle-box .map-box .map-nav {
   display: flex;
   height: 40px;
 }
 .charts_junior .middle-box .map-box .map-nav .nav-box {
   width: 80px;
   height: 40px;
   color: #000;
   line-height: 40px;
   text-align: center;
   cursor: pointer;
   background-color: #fff;
 }
 .charts_junior .middle-box .map-box .map-nav .search-for-school {
   display: flex;
   flex-direction: row-reverse;
   flex: 1;
   text-align: right;
 }
 .charts_junior .middle-box .map-box .map-nav .search-for-school .search-box {
   display: flex;
   box-sizing: border-box;
   padding: 5px 0;
 }
 .charts_junior .middle-box .map-box .map-nav .search-for-school .search-box .input-box input,
 .charts_junior .middle-box .map-box .map-nav .search-for-school .search-box .seach-button {
   box-sizing: border-box;
   display: inline-block;
   outline: none;
   border-radius: 5px;
 }
 .charts_junior .middle-box .map-box .map-nav .search-for-school .search-box input {
   height: 30px;
   line-height: 30px;
   border: none;
   border: 1px solid #E9E9E9;
   padding: 0 10px;
   background-color: #fff;
 }
 .charts_junior .middle-box .map-box .map-nav .search-for-school .search-box .seach-button {
  display: inline-block;
  color: #fff;
  padding: 5px 20px;
  background-color: #4A4B5D;
  margin: 0 0 0 10px;
  cursor: pointer;
 }
 .charts_junior .middle-box .map {
    background-color: #fff;
    padding: 5px;
  } 
 .charts_junior .middle-box .map #chart_map_junior {
   box-sizing: border-box;
   height: 470px;
   background: url(/res/img/fuyang/login-background.png) no-repeat center / auto 100% #fff;
 } 

 /* 中间部分表格样式调整 */
 .charts_junior .middle-box .table-box-spe {
   height: 250px;
   padding: 10px 6px 10px 10px;
   background-color: #fff;
 }

 /* 表格样式设置 */
 .charts_junior .middle-box .table-box-spe .middle-table1 {
    display: flex;
    height: 40px;
    line-height: 40px;
    margin-right: 4px;
    background-color: #DDDDDD;
    color: #000000;
    text-align: center;
 }
 .charts_junior .middle-box .table-box-spe tr {
   height: 40px;
   line-height: 40px;
   cursor: pointer;
 }
 .charts_junior .middle-box .table-box-spe tr:nth-child(even) {
    background-color: #F7F7F7;
 }
 .charts_junior .middle-box .table-box-spe tr:hover {
    background-color: #F0F0F0;
 }
 .charts_junior .middle-box .table-box-spe tr td {
   height: 30px;
   line-height: 30px;
   text-align: center;
   color: #4A4B5D;
 }
 .charts_junior .middle-box .table-box-spe tr td:first-child {
   color: #00609C;
 }
 /* 按钮样式 */

 /* 右盒子 */
 .charts_junior .right-box {
   width: 350px;
   margin: 0 20px 0 10px;
 }
 .charts_junior .right-box .home-tag-div {
   width: 220px;
   margin: 0 auto 40px;
 }
 .charts_junior .right-box .home-tag-div .home-tag-se {
   background-color: #548BB7;
 }
 .charts_junior .right-box #chartpie2 {
   width: 350px;
   height: 220px;
   background-color: #fff;
   margin-bottom: 10px;
 }
 .charts_junior .right-box #chartLine2 {
   width: 350px;
   height: 240px;
   background-color: #fff;
   margin-bottom: 10px;
 }
 .charts_junior .right-box #chartbar2 {
  width: 350px;
  height: 260px;
  margin-bottom: 10px;
  background-color: #fff;
 }

/* 分割线 */
.split-line-tips {
  text-align: center;
  margin: 0 20px 20px 20px;
  border-bottom: dashed 1px #A0A0A0;
  position: relative;
}
.split-line-tips span {
  position: absolute;
  top: -10px;
  line-height: 20px;
  text-align: center;
  background-color: #F1F1F1;
  color: #A0A0A0;
  display: inline-block;
  padding: 0px 5px;
  text-align: center;
}

 /* 全区学校动态监测大盒子 右侧样式*/
 .xt-data {
   margin: 0px 20px 20px;
 }

.condition {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

 .charts-box {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
 }

 #watch-box {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: #333333;
  border-radius: 5px;
  direction: rtl;
 }
 #watch-logo {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
 }
 #watch-text {
  vertical-align: top;
 }

 .table-box-bottom {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
 }

 .tip-box {
  line-height: 40px;
  padding-left: 10px;
  background-color: #ffffff;
  color: #a0a0a0;
}

/* 统一的鼠标移入移出样式*/
.school-type-box .school-type .school-type-item {
 height: 40px;
 line-height: 40px;
 color: #000;
 text-align: center;
 border: 1px solid #E9E9E9;
 background-color: #fff;
 cursor: pointer;
}

.school-type-box .school-type .school-type-item:hover,
.charts_junior .middle-box .map-box .map-nav .nav-box:hover{
  color: #40a9ff;
  border: 1px solid #40a9ff;
  background-color: #fff;
  transition-duration: 0.3s;
}

.school-type-box .school-type .current,
.charts_junior .middle-box .map-box .map-nav .current {
  color: #fff;
  background-color: #1890FF;
  border: 1px solid #1890FF;
}

.school-type-box .school-type .current:hover,
.charts_junior .middle-box .map-box .map-nav .current:hover {
  color: #fff;
  border: 1px solid #40a9ff;
  background-color: #40a9ff;
  transition-duration: 0.3s;
}

/* leader首页底部饼图样式 */
.leader-pie-charts {
  display: flex;
  height: 300px;
  margin: 0 20px 20px;
}
.leader-pie-charts .pie-charts-item {
  flex: 1;
}
.leader-pie-charts .pie-charts-item .pie-charts {
  background-color: #fff;
  padding: 5px;
  margin-right: 5px;
}
.leader-pie-charts .pie-charts-item:last-child .pie-charts {
  margin-right: 0;
}