.mobile #appContainer {
  width: 100%;
}

.mobile #appHeader {
  width: 100%;
}

/* #appHeader>img {
  width: 100%;
} */

.mobile #appHeader>div {
  height: 188px;
  background-image: url(../images/banner_fanwen.png?v=2);
  background-size: cover;
  border: 0;
}

.mobile #appInfo i {
  font-size: 16px;
  vertical-align: text-top;
}

.mobile #appInfo .searchbox .input-icon {
  left: auto;
  right: 0;
  border-radius: 6px;
}

.mobile #appInfo .searchbox .search-box {
  padding: 0 36px 0 16px;
  width: calc(100% - 40px);
}

.mobile #appInfo .num {
  font-size: 22px;
  margin-bottom: 5px;
}

.mobile .caption>span {
  font-weight: 500;
  border-left: 4px solid #006FFF;
  text-indent: 3px;
}

.mobile #provinceDetail .table td,
.table th {
  padding: .4rem 0;
}

.mobile .app-menu {
  width: 100%;
  overflow: auto;
}

.mobile .app-menu::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0;
}

.mobile .app-menu::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.mobile .app-menu::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.mobile .app-menu.fixed {
  /* visibility: hidden; */
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
}

.mobile .app-menu>ul {
  /*width: 655px;*/
  width:  max-content;
}









.pc #appContainer {
  margin: auto;
  width: 750px;
}

.pc #appHeader {
  height: 334px;
  /* width: 100%; */
}

/* #appHeader>img {
  width: 100%;
} */

.pc #appHeader>div {
  height: 100%;
  width: 100%;
  background-image: url(../images/banner_fanwen.png?v=2);
  background-size: cover;
  border: 0;
}
















/*补丁*/
.wide-block {
  border: 0;
}

.timeline.timed:before {
  left: 10px;
  width: 1px;
}

.timeline.timed .content {
  padding: 12px;
  margin-left: -49px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
}

.timeline.timed .content .title {
  word-wrap: break-word;
}

.timeline.timed .content .text {
  height: 6em;
  line-height: 1.5em;
  word-wrap: break-word;
  overflow: hidden;
}

.timeline.timed .dot {
  left: -76px;
  top: -20px;
}

.timeline.timed .time {
  left: -67px;
  top: -24px;
  width: 80px;
}

.accordion {
  border: 0;
}

.accordion .accordion-header .btn {
  padding: 0 20px 0 0;
  min-height: auto;
}

.accordion .accordion-header .btn:before {
  left: 0;
}

.accordion .accordion-content {
  padding: 0;
}

.nav-tabs.lined .nav-item {
  flex: auto;
  width: auto;
}


.anchor {
  height: 40px;
  width: 100%;
  background-color: #fff;
}

.subject {
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  height: 160px;
}

/* .searchbox {
  width: 86%;
}
 */
.modalbox.show .modal-dialog,
.modalbox .modal-dialog .modal-content {
  height: 100%;
}

.modalbox .modal-dialog .modal-content .modal-body {
  min-height: auto;
  overflow: hidden;
  height: calc(100% - 50px);
}