﻿*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}

li {
  list-style: none;
}

body {
  text-align: left;
  font-family: '微软雅黑' !important;
  color: #333333;
  background: #fff;
}

input {
  font-family: '微软雅黑' !important;
}

html {
  font-size: 16px;
}

a,
ins {
  text-decoration: none;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

a:visited,
a:active,
a:focus {
  text-decoration: none;
}

.lf {
  float: left !important;
}

.rf {
  float: right !important;
}

.hidden {
  display: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* 内容 */
.main {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}

.position {
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  color: black;
  padding-left: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  background: url('./position.png') no-repeat left;
}

.banner {
  width: 100%;
  height: 336px;
  padding: 85px 0 0 85px;
  background: url('./banner.png') no-repeat 100% 100%;
}

.bannerTit {
  font-size: 56px;
  color: #fff;
  float: left;
}

.content {
  width: 100%;
  height: auto;
}

.depList {
  width: 260px;
  height: 840px;
  float: left;
  position: relative;
}

.depTit {
  width: 260px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1492ff;
}

.depListing {
  width: 254px;
  height: 621px;
  padding: 25px 0;
  border: 1px solid #f3f3f3;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 3px;
  box-shadow: 0 2px 4px 0 #b9b9b9;
}

.listing {
  width: 100%;
  height: 570px;
  overflow: auto;
  overflow-y: auto;
}

.listing li {
  width: 204px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 32px;
  background: #f5f5f5 url('./arrow.png') no-repeat right 26px center;
  margin: 0 auto 15px;
  cursor: pointer;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.listing::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

/* 定义滚动条轨道  内阴影+圆角*/
.listing::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
  -webkit-box-shadow: inset 0 0 6px rgba(214, 214, 214, 0.3);
}

/*定义滑块 内阴影+圆角*/
.listing::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ccc;
  opacity: .3;
  -webkit-box-shadow: inset 0 0 6px rgba(214, 214, 214, .3);
}

.listingOn {
  color: #1492ff;
  background: #f5f5f5 url('./arrow_hover.png') no-repeat right 26px center !important;
}

.bmbjtj {
  width: 260px;
  height: 120px;
  line-height: 120px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: url('./bmbjtj.png') no-repeat center;
  position: absolute;
  bottom: 0;
}

.bmbjtj:hover {
  color: #FFF !important;
}

.public_Content {
  width: 910px;
  height: auto;
  float: right;
}

/* layui搜索框 */
.layui-form-label {
  width: 130px;
  font-size: 18px;
  color: #333;
}

.layui-form-item .layui-input-inline {
  width: 300px;
}

.layui-input,
.layui-textarea {
  background: #f7f7f7;
}

.longLabel {
  width: 180px;
  text-align: left;
  padding-left: 25px;
}

.shortInput {
  width: 180px !important;
}

.layui-form-mid {
  font-size: 18px;
  color: #333;
}

.layui-btn {
  width: 100px;
  font-size: 16px;
}

.layui-btn-primary {
  color: #1492ff;
  background: #f1f8fe;
  border: none;
}

.publicList {
  width: 910px;
  max-height: 1005px;
  border: 1px solid #eeeeee;
}

.publicTips {
  width: 100%;
  height: 66px;
  line-height: 66px;
  padding-left: 25px;
  font-size: 16px;
}

.publicTips>span {
  font-size: 22px;
  margin-right: 20px;
}

.publicTips>b {
  color: red;
}

.publicTit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #f5f5f5;
  text-align: center;
}

.publicTit li {
  float: left;
}

.publicTit li:first-child {
  width: 199px;
  border-right: 2px solid #FFF;
}

.publicTit li:nth-child(2) {
  width: 288px;
  border-right: 2px solid #FFF;
}

.publicTit li:nth-child(3) {
  width: 218px;
  border-right: 2px solid #FFF;
}

.publicTit li:nth-child(4) {
  width: 198px;
}

.listDetails li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-top: 1px solid #eeeeee;
  cursor: pointer;
}

.listDetails li:first-child {
  border-top: none;
}

.listDetails li>span {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.listDetails li>span:first-child {
  width: 199px;
  padding: 0 25px;
}

.listDetails li>span:nth-child(2) {
  width: 288px;
}

.listDetails li>span:nth-child(3) {
  width: 218px;
}

.listDetails li>span:nth-child(4) {
  width: 198px;
}

.listDetails li:hover {
  background: #f9f9f9;
}

#paging {
  text-align: center;
}

/* 地区切换 */
.dqxz1 {
  max-width: 134px;
  height: 32px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  line-height: 32px;
  font-size: 14px;
  color: #000000;
  margin-left: 27px;
  margin-top: 24px;
  cursor: pointer;
  padding-left: 8px;
  text-align: center;
  background: white;
}

.dqxz1>img {
  margin: 8px 2px;
  width: 13px;
  float: left;
}

.dqxz1>.textCon {
  margin-left: 6px;
  float: left;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dqxz1>.dsj {
  margin: 8px 0px;
  width: auto;
}

/* 老年版 */
.old_type .dqxz1 {
  max-width: 190px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  line-height: 40px;
  font-size: 24px;
  color: #000000;
  margin-left: 27px;
  margin-top: 14px;
  cursor: pointer;
  padding-left: 8px;
  text-align: center;
}

.old_type .dqxz1>img {
  margin: 12px 2px;
  width: 13px;
  float: left;
}

.old_type .dqxz1>.textCon {
  margin-left: 6px;
  float: left;
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.old_type .dqxz1>.dsj {
  margin: 12px 0px;
  width: auto;
}

.old_type .bannerTit {
  font-size: 64px;
}

.old_type .depTit {
  font-size: 24px;
}

.old_type .listing li {
  font-size: 20px;
}

.old_type .bmbjtj {
  font-size: 32px;
}

.old_type .publicTips {
  font-size: 22px;
}

.old_type .publicTips>span {
  font-size: 28px;
}

.old_type .publicTit {
  font-size: 22px;
}

.old_type .listDetails li {
  font-size: 18px;
}

/* 移动端 */
.mobile_type .main {
  width: 100%;
}

.mobile_type .banner {
  height: 300px;
  padding: 30px 0 0 30px;
}

.mobile_type .bannerTit {
  font-size: 26px;
}

.mobile_type .contentWidth {
  width: 100%;
}

.mobile_type .dqxz1 {
  margin-top: 4px;
}

.mobile_type .depList {
  width: 100%;
}

.mobile_type .depTit {
  width: 100%;
}

.mobile_type .depListing {
  width: 100%;
}

.mobile_type .listing {
  width: 100%;
}

.mobile_type .listing li {
  width: 45%;
  margin-left: 12px;
  float: left;
}

.mobile_type .bmbjtj {
  margin-left: 70px;
}

.mobile_type .public_Content {
  width: 100%;
}

.mobile_type .layui-form {
  border: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
}

.mobile_type .layuiinlineMD {
  position: relative;
}

.mobile_type .shortInput {
  margin-left: 0 !important;
  float: left;
}

.mobile_type .layui-form-mid {
  margin-left: 2px !important;
  margin-top: 4px;
}

.mobile_type #dateInput {
  position: absolute;
  right: 4vw;
}

.mobile_type #test-startDate-1 {
  width: 22vw;
}

.mobile_type #test-endDate-1 {
  width: 22vw;
}

.mobile_type .layui-laydate-range {
  width: 70vw;
  left: 25vw !important;
}

.mobile_type .layui-btn {
  margin-left: 6vw;
}

.mobile_type .layui-input-inline>.layui-input {
  width: 70%;
}

.mobile_type .publicList {
  width: 100%;
}

.mobile_type .publicTips {
  padding-left: 12px;
  font-size: 12px;
}

.mobile_type .publicTips>span {
  font-size: 16px;
  margin-right: 0px;
  font-weight: bold;
}

.mobile_type .publicTit li {
  width: 25% !important;
}

.mobile_type .listDetails li>span {
  width: 25% !important;
}