/*修改面包屑导航*/
.breadcrumb {
  background-color: transparent;
  margin: 0;
}
.menu-provincial {
  width: 134px;
  height: 500px;
  border: 1px solid #eee;
  float: left;
  margin-right: 8px;
}
.menu-provincial input {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: url(datas_res/default-check.png) no-repeat top center;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-size: contain;
  outline: none;
}
.menu-provincial input:checked,
#all:checked {
  background: url(datas_res/checked.png) no-repeat top center;
  background-size: contain;
}

.top-cart {
  width: 100%;
  height: 12px;
  background-color: #e1edfa;
  color: #4db7fe;
  margin-bottom: 14px;
}

.menu-provincial label {
  width: 77%;
  float: right;
}
.pro-ul {
  line-height: 24px;
}
.pro-ul > li {
  font-size: 12px;
  font-weight: 100;
  text-indent: 2px;
  display: inline-block;
  width: 100%;
}
.pro-ul label {
  cursor: pointer;
}
.pro-ul > li > ul > li {
  text-indent: 4px;
  display: inline-block;
  width: 100%;
}
.menu-provincial i {
  margin-top: 3px;
  cursor: pointer;
  float: right;
}
.top-cart i {
  float: inherit;
}
.pro-title {
  font-size: 14px;
  color: #101010;
  font-weight: bold;
  cursor: pointer;
}
.indicators {
  line-height: 24px;
}

.indicators span {
  width: 106px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indicators li {
  font-size: 14px;
  color: #101010;
  font-weight: bold;
  cursor: pointer;
}
.indicators-second {
  width: 90%;
  margin: auto;
}
.indicators-third {
  width: 90%;
  margin: auto;
}
.indicators-second li {
  font-weight: 100;
}
.indicators-third > li {
  font-size: 13px;
  font-weight: 100;
}
.indicators-first {
  width: 90%;
  margin: auto;
}
.indicators-first > li {
  font-size: 12px;
  font-weight: 100;
}
.indicators-first > li.active {
  color: #4db7fe;
}
#indicators li#sum.active {
  color: #4db7fe;
}
.pro-title.active > i:before {
  content: '\f0d7';
}
.pro-title.active .pro-ul {
  display: block !important;
}
.indicators > li.active .indicators-second,
.indicators-second > li.active .indicators-third {
  display: block !important;
}
#indicators li {
  font-weight: 100;
  font-size: 12px;
}
#indicators li.active > i:before,
#indicators.active > i:before,
#pro-ul li.active i:before {
  content: '\f0d7';
}
/*右边的数据*/
.data {
  float: left;
  width: 630px;
  height: 600px;
  margin-bottom: 20px;
}
.data-menu-top > ul {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 3px solid #eeeeee;
}
.data-menu-top > ul > li {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #101010;
  font-weight: bold;
  font-size: 16px;
  margin-right: 84px;
  cursor: pointer;
}
.data-menu-top > ul > li.active {
  color: #ffa25a;
}
.data-menu-top > ul > li.active:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 5px;
  background-color: #ffa25a;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -30px;
}
.data-menu-top > ul > li img {
  display: block;
  margin: 0 auto 15px auto;
}
.data-menu-bottom {
  margin-top: 20px;
  height: 600px;
}
.data-menu-bottom > ul {
  display: inline-block;
}
.data-menu-bottom > ul > li {
  display: inline-block;
  padding: 4px 12px;
  background-color: #e1edfa;
  color: #101010;
  font-size: 12px;
  cursor: pointer;
  margin-right: 14px;
}
.data-menu-bottom > ul > li.active {
  background-color: #4db7fe;
  color: #fff;
}
.data-menu-bottom select {
  width: 120px;
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
}
.data-menu-bottom label {
  margin-right: 14px;
}
.data-menu-bottom > .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 34px;
}
.report > table {
  width: 100%;
  line-height: 30px;
}
.report > table tr th {
  text-align: center;
}
.report > table tbody tr td {
  border-bottom: 1px solid #eee;
}
.report > table tbody tr td:nth-of-type(1) {
  border: none;
}

.timeline {
  width: 100%;
  height: 10px;
  line-height: 50px;
  background-color: #eee;
}
.timeline > ul {
  width: 90%;
  margin: auto;
}
.timeline > ul > li {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
}
.timeline > ul span {
  display: inline-block;
  width: 37px;
  height: 1px;
  background-color: #cecece;
  margin-bottom: 4px;
  margin-left: 4px;
}
.timeline img {
  margin-right: 5px;
}

.timeline > ul > li .pointHover {
  display: none;
}
.timeline > ul > li.active .point {
  display: none;
}
.timeline > ul > li.active .pointHover {
  display: inherit;
}
.timeline > ul > li.active {
  border-radius: 30px;
  background-color: #4d88fe;
  color: #fff;
  height: 26px;
  line-height: 26px;
  margin-top: 14px;
  padding: 0 10px;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}
.scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #e1edfa;
}
.scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #ededed;
}
.timeline::-webkit-scrollbar {
  width: 15px;
  height: 5px;
}
.timeline::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #ccc;
  width: 15px;
  height: 4px;
}
.timeline::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #ededed;
}
* {
  margin: 0;
  padding: 0;
}
.tabcls {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}
.tabcls td,
table th {
  border: 1px solid #cad9ea;
  color: #666;
  height: 30px;
  font-size: 1rem;
}
.tabcls thead th {
  background-color: #cce8eb;
  width: 100px;
  font-size: 1rem;
}
.tabcls tr:nth-child(odd) {
  background: #fff;
}
.tabcls tr:nth-child(even) {
  background: #f5fafa;
}
a {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html,
body {
  background: #fff;
}

.daily-news {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
}

.daily-news .cts {
  width: 960px;
  margin: 0 auto;
}

.daily-news .cts .daily-top {
  width: 100%;
  height: 56px;
  font-size: 16px;
  color: #5d97fa;
  line-height: 56px;
}

.toptitle {
  width: 100%;
  /*height: 56px;*/
  line-height: 36px;
}

.daily-news .cts .daily-top p {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  margin-right: 20px;
  background: #e0ecf9;
  border-radius: 20px;
  margin-top: 11px;
  font-size: 14px;
}

.daily-news .cts .daily-section {
  width: 100%;
}

.daily-news .cts .daily-section .section-left {
  float: left;
  width: 230px;
  height: 580px;
  box-shadow: #bcbcbc 0px 0 5px 0px;
  border-top: 4px solid #b5d0f8;
  border-bottom: 1px solid #ccc;
}

.section-left .classa {
  width: 100%;
  height: 78px;
}

.classa p {
  font-size: 18px;
  color: #f32135;
  line-height: 78px;
  text-align: center;
  font-weight: 600;
}
.showcontent {
  display: flex;
  flex-direction: column;
}
.classa p::before {
  content: '一';
  color: #e5454a;
  margin-right: 10px;
  font-weight: 100;
}

.classa p::after {
  content: '一';
  color: #e5454a;
  margin-left: 10px;
  font-weight: 100;
}

.section-left .classb ul .nav-item {
  height: 60px;
  font-size: 14px;
  color: #214377;
  cursor: pointer;
  border-bottom: 1px solid #e1e9e9;
  text-align: center;
  line-height: 68px;
}

.section-left .classb ul .nav-show {
  height: 507px;
}

.section-left .classb ul .nav-item a {
  position: relative;
}

.section-left .classb ul .nav-item a .nav-more {
  position: absolute;
  top: -23px;
  right: -80px;
}

.section-left .classb ul .nav-item ul li {
  float: left;
  width: 33%;
  height: 36px;
  font-size: 10px;
  line-height: 36px;
  text-align: center;
  color: #60b8f1;
}

.section-left .classb ul .nav-item ul li:hover {
  background: #e0ecf9;
}

.nav-active {
  background: #e0ecf9;
}
.searchButton {
  width: 50px;
  height: 28px;
  background: #2080f7;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  float: right;
  margin-left: 8px;
}
.section-left .classb ul .nav-item ul li:hover a {
  color: #60b8f1;
  background: none;
}

.section-left .classb ul .nav-item ul li a:hover {
  color: #60b8f1;
  background: none;
}

.daily-section .section-right {
  float: left;
  padding-left: 24px;
  padding-top: 8px;
}
#title p {
  padding: 0;
}

.temp {
  font-size: 14px;
  font-weight: bold;
  color: black;
  font-family: '华文行楷';
}

.option {
  /*用div的样式代替select的样式*/
  margin: 100px;
  width: 140px;
  height: 40px;
  /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
}
.option select {
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*隐藏select的下拉图标*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 20px;
}

.option:after {
  content: '';
  width: 14px;
  height: 8px;
  /*通过定位将图标放在合适的位置*/
  position: absolute;
  right: 20px;
  top: 41%;
  /*给自定义的图标实现点击下来功能*/
  pointer-events: none;
}
.breadcrumb a:last-child {
  color: #777777;
}
.breadcrumb .possplit {
  background: none;
  position: relative;
  text-indent: 0;
  text-align: center;
  width: 20px;
}
.breadcrumb .possplit:after {
  content: '-';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 20px;
  margin-left: -5px;
  color: #999;
}
