.mid {
  flex: 1;
  width: 100%;
  /* background-image: url("../../assets/pics/bg3.png"); */
  /* background-image: url("../../assets/pics/bg4.png"); */
  /* background-image: url("../../assets/pics/bg5.png"); */
  /* background-image: url("../../assets/pics/bg6.png"); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mid .swiper {
  width: 100%;
  height: 408px;
  min-width: 1200px;
}

.mid .swiper .el-carousel__container {
  width: 100%;
  height: 408px;
}

.mid .swiper .el-carousel__item h3 {
  width: 100%;
  height: 468px;
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 150px;
  margin: 0;
}

.mid .swiper img {
  width: 100%;
  height: 468px;
}

.mid .swiper .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.mid .swiper .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}

.mid .swiper .el-carousel__indicators {
  bottom: 34px;
}

.mid .quick-navul {
  min-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 30px 36px;
  width: 85%;
  margin-top: -41px;
  /* background-image: url("../../assets/pics/ht.png"); */
  /* background-image: url("../../assets/pics/bg3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

.container {
  display: flex;
  height: 462px;
  margin-top: 50px;
}

/* 左侧导航栏 */
.nav-sidebar {
  width: 220px;
  min-width: 220px;
  background: #21a899;
  padding: 0 0 20px 0;
  color: #fff;
}

.nav-menu {
  list-style: none;
  padding-left: 40px;
}

.nav-item {
  margin: 4px 0;
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.3s;
}

.nav-item.on {
  background: #fff;
  color: #005EEC;
}

/* 右侧主内容区 */
.main-content {
  flex: 1;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 14px 2px hsla(0, 0%, 95%, .6);
}

/* Tab导航 */
.tab-nav {
  margin-bottom: 20px;
  padding-left: 30px;
}

.tab-item {
  display: inline-block;
  padding: 10px 0;
  margin-right: 36px;
  cursor: pointer;
  color: #005EEC;
  font-weight: bold;
  font-size: 18px;
  border: none;
}

.tab-item.active {
  border-bottom: 4px solid #005EEC;
}





.zbxx {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 96px;
}

/* ============= */

.tab-content {
  /* height: 345px; */
  width: 100%;
  position: relative;
}

.tab-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.tab-content .item {
  width: calc(50% - 40px);
  margin-bottom: 27px;
  cursor: pointer
}

.tab-content .item {
  cursor: pointer
}

.tab-content .item .text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 46px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}

.tab-content .item .field002 {
  width: 80px;
  height: 32px;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #ebebeb;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #787878;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content .item .time {
  width: 165px;
  height: 32px;
  background: #e7f1ff;
  border-radius: 1px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #005EEC;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.tab-content .item:hover .text {
  color: #ec6b4e;
}

.biaoti2 {
  display: flex;
  align-items: center;
}

.mid .login {
  margin: 0 auto;
  margin-top: -30px;
  box-shadow: 0 1px 15px 0 hsla(0, 0%, 45%, .1);
  background: #fff;
  position: relative;
  z-index: 10;
}

.logt,
.logb {
  width: 100%;
  height: 20px;
  background: #fff;
}

.logc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mid .login dl {
  width: 32%;
  /* height: 111px; */
  height: 96px;
  /* background: linear-gradient(0deg, #fff, #eefdff); */
  background: #fff;
  /* border-radius: 3px; */
  /* border: 1px solid #f8f8f8; */
  /* margin-top: -30px; */
  z-index: 1000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* padding-top: 23px; */
  /* padding-top: 38px;
  padding-left: 33px; */
}

.mid .login dl:not(:first-child) {
  border-left: 1px solid #ccc;
}

.mid .login dl:not(:first-child):before {
  /* .mid .login dl:before{ */
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 1px;
  height: 30%;
  background: #e36e1e;
  z-index: 1;
  transition: all 0.5s ease;
}

.mid .login dl:hover:before {
  height: 50%;
}

.mid .login dl dt {
  display: flex;
  /* margin-bottom: 17px; */
}

.mid .login dl dt img {
  width: 24px;
  height: 26px;
  margin-right: 14px;
}

.mid .login dl dt span {
  /* width: 108px; */
  height: 18px;
  float: left;
  /* margin-top: 20px; */
  margin-left: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  /* line-height: 40px; */
  margin-bottom: 10px;
}

.mid .login dl dd {
  width: 100%;
  height: 24px;
  float: left;
  margin-left: 24px;
  margin-top: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  text-align: left;
}

.mid .bigtit {
  width: 100%;
  height: 138px;
  text-align: center;
  line-height: 138px;
}

.mid .bigtit h1 {
  font-size: 28px;
}

.mid .search {
  /* width: 1200px; */
  height: 56px;
  margin: 0 auto 50px;
}

.mid .search div {
  width: 892px;
  height: 56px;
  margin: 0 auto;
  position: relative;
}

.mid .search div img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2%;
  top: 38%;
}

.mid .search div input {
  width: 85%;
  height: 48px;
  padding-left: 5%;
  border: 1px solid #dcdfe6;
  outline: none;
}

.mid .search div button {
  width: 9%;
  height: 50px;
  background: linear-gradient(266deg, #ffa048, #ff722b);
  color: #fff;
  border: 1px solid #f36e31;
  cursor: pointer;
}

.mid .how {
  width: 100%;
  background-image: url("../../assets/pics/ht.png");
  background-size: auto 100%;
  background-clip: none;
  background-repeat: no-repeat;
  margin-top: 67px;
  padding-top: 31px;
  padding-bottom: 40px;
}

.mid .how .sectext {
  text-align: center;
  font-size: 18px;
  color: #999;
  margin-top: -20px;
  margin-bottom: 46px;
}

.mid .how .btns {
  width: 748px;
  height: 56px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mid .how .btns button {
  width: 240px;
  height: 56px;
  font-size: 18px;
  outline: none;
  border: 0;
  color: #fff;
  background-color: #00aa97;
  cursor: pointer;
}

.mid .how .btns button img {
  width: 17px;
  height: 15px;
  margin-right: 10px;
  margin-top: -3px;
}

.mid .how .btns button.on {
  background-color: #f69e00;
}

.mid .serves {
  height: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mid .serves dl {
  width: 220px;
  height: 320px;
  padding: 40px;
  cursor: pointer;
  transition: 100ms;
  background-repeat: no-repeat;
  background-size: 280px;
}

.mid .serves dl dd {
  width: 200px;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}

.mid .department {
  /* width: 80%; */
  height: 165px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mid .department dl {
  width: 200px;
  height: 165px;
  text-align: center;
  font-size: 14px;
}

.mid .department dl dt {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
}

.mid .department dl dt img {
  margin: auto;
}

.mid .department dl dd {
  margin-top: 20px;
}

.mid .department dl dd p {
  line-height: 30px;
}

.mid .newMsg {
  /* width: 90%; */
  margin: 0 auto;
}

.mid .newMsg .menuItem {
  width: 100%;
  height: 200px;
}

.sidebar {
  position: fixed;
  bottom: -10px;
  right: 18px;
  width: 46px;
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  z-index: 1000;
  transition: 1s;
}

.sideitem {
  background-color: #fff;
  padding: 14px 0;
  border-radius: 30px 30px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  background: linear-gradient(29deg, #fff, #eefffd);
  box-shadow: 0 0 8px 1px #eee;
  transition: 1s;
  position: relative;
}

.sideitem .huakuai {
  width: 18px;
  height: 18px;
  margin: 4px auto;
  margin-bottom: 8px;
}

.sideitem .sidetit {
  width: 18px;
  margin: 0 auto;
  /* writing-mode: vertical-lr; */
}




.chaochushenglvve {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 10px);
  margin-left: 10px;
  max-width: 600px;
}

.mr8 {
  margin-right: 8px;
}

.newMsgbox {
  padding-top: 10px;
  padding-left: 40px;
  border-bottom: 1px solid #f0f0f0
}

.newMsgbox ul li {
  position: relative;
  display: inline-block;
  transition: all .2s;
  margin-right: 38px;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-size: 18px;
  line-height: 46px
}

.newMsgbox ul li.active,
.newMsgbox ul li {
  font-weight: 700;
  color: #005EEC
}

.newMsgbox ul li.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #005EEC
}

.zixuncon {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.zixunli {
  width: 31%;
  margin-top: 30px;
  margin-right: 2%;
  cursor: pointer;
}

.zixuntitle {
  font-family: Microsoft YaHei;
  border-bottom: 1px dashed #d3d3d3;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.zixun2con {
  margin: 16px 0 22px;
  line-height: 27px;
  height: 81px;
  padding-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* 设置显示的行数 */
  width: calc(100% - 10px);
}

.zixun2con,
.zixuntime {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999
}

.zixunbtn {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.f6b {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 公告内容 */
.wrap2 {
  box-shadow: 0 1px 15px 0 hsla(0, 0%, 45%, .1);
  width: calc(100% - 356px);
}

.wrap2 .container-con {
  background: #fff;
  /* margin-top: 20px; */
}

.wrap2 .tabs {
  border-bottom: 1px solid #E7E8E9;
  font-size: 0;
}

.wrap2 .tabs span {
  cursor: pointer;
  display: inline-block;
  border-right: 1px solid #E7E8E9;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  min-width: 160px;
  color: #111;
  padding: 14px 0;
}

.wrap2 .tabs span.active {
  background: #005EEC;
  border-color: #005EEC;
  color: #fff;
}

.wrap2 .content {
  display: none;
}

.wrap2 .content:first-child {
  display: block;
}

.wrap2 .filter {
  padding: 20px 24px;
  border-bottom: 1px solid #E7E8E9;
  position: relative;
}

.wrap2 .filter .show {
  height: 72px;
  overflow: hidden;
}

.wrap2 .filter .up {
  display: none;
}

.wrap2 .filter .down {
  display: block;
}

.wrap2 .filter.visible .show {
  height: auto;
  overflow: visible;
}

.wrap2 .filter.visible .up {
  display: block;
}

.wrap2 .filter.visible .down {
  display: none;
}

.wrap2 .filter .more {
  position: absolute;
  right: 24px;
  bottom: 22px;
  font-size: 14px;
  line-height: 28px;
  color: #005EEC;
  cursor: pointer;
}

.wrap2 .filter .each+.each {
  margin-top: 8px;
}

.wrap2 .filter .tags p {
  display: inline-block;
  margin-right: 20px;
}

.wrap2 .filter .tags p i {
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  color: #005EEC;
}

.wrap2 .filter .tags p span {
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.wrap2 .filter .options {
  display: inline-block;
  vertical-align: top;
}

.wrap2 .filter .options span {
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  padding: 1px 12px;
  border: 1px solid transparent;
  color: #111;
  margin: 0 2px;
  display: inline-block;
  vertical-align: top;
}

.wrap2 .filter .options span.active {
  border: 1px solid #005EEC;
  color: #005EEC;
}

.wrap2 .d-list {
  padding: 24px;
  background: #fff;
  height: 426px;
  overflow-y: auto;
  position: relative;
}

.wrap2 .d-list .title {
  font-size: 0;
}

.wrap2 .d-list .title>div {
  display: inline-block;
  vertical-align: top;
  background: #F7F8F9;
  border-radius: 4px;
  padding: 4px 12px;
  line-height: 28px;
  font-weight: bold;
  font-size: 15px;
}

.wrap2 .d-list .name {
  width: calc(100% - 387px);
}

.wrap2 .d-list .status {
  width: 150px;
  margin: 0 12px;
}

.wrap2 .d-list .date {
  width: 140px;
}

.wrap2 .d-list .each {
  font-size: 0;
  display: block;
  color: #111;
}

.wrap2 .d-list .each>div {
  padding: 8px 12px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  line-height: 28px;
  font-size: 15px;
}

.wrap2 .d-list .each .name .each-name {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 900px;
  font-size: 15px;
}

.wrap2 .d-list .each .name .area-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 28px;
  color: #005EEC;
}

.wrap2 .d-list .each .name .area {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 28px;
  color: #005EEC;
  margin-right: 12px;
  width: 55px;
}

.wrap2 .d-list .each .name em {
  font-size: 13px;
  line-height: 22px;
  color: #005EEC;
  border: 1px dotted #005EEC;
  padding: 0 12px;
  margin-left: 12px;
  font-style: normal;
  margin-top: 2px;
  float: right;
}

.wrap2 .d-list .each .status span {
  color: #aaa;
  padding: 0 16px;
  border: 1px dotted #D7D8D9;
  display: inline-block;
  font-size: 13px;
  background: #fff;
  line-height: 22px;
  margin-top: 2px;
}

.wrap2 .d-list .each .date {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.wrap2 .d-list .each .status.active span {
  color: #005EEC;
  border: 1px dotted #005EEC;
}

.wrap2 .d-list .each .status,
.wrap2 .d-list .each .date {
  padding: 8px 12px;
}

.wrap2 .d-list .each:hover {
  background: rgba(0, 94, 236, .05);
}

.wrap2 .more-btn {
  /* display: block; */
  cursor: pointer;
  background: #F7F8F9;
  text-align: center;
  line-height: 36px;
  height: 36px;
  color: #005EEC;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  width: calc(100% - 47px);
}


/* 栏目轮播 */
.semzxy4_fw {
  width: 100%;
  /* height: 100px; */
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 15px 0 hsla(0, 0%, 45%, .1);

}

.semzxy4_fw_left {
  width: 121px;
  height: 100px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  background: #005EEC;
}

.flex_space_between_center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.semzxy4_fw_right {
  flex: 1;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.semzxy4_fw_right_list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.itemswai {
  border-right: 1px solid #979797;
}

.semzxy4_fw_right_list_item {
  width: 20%;
  width: calc( 100% / 6 );
  /* height: 82px; */
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  /* margin: 5px 0; */
}

.btxian {
  height: 1px;
  background: #000000;
  width: 100%;
  margin-top: 10px;
}

.br1 {}

.semzxy4_fw_right_list_item_line {
  width: 100%;
  height: 0px;
  border: 0.5px solid #979797;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* .semzxy4_fw_right_list_item_c {
  width: 129px;
} */

.semzxy4_fw_right_list_item_c:hover {
  cursor: pointer;
  transform: scale(1.1);
  color: #1871D7;
}

/* 子公司模块 */

.gptp{
  box-shadow: 0 1px 15px 0 hsla(0, 0%, 45%, .1);
}

.gptp-gp-container {
  /*padding:0 10%;*/
  /* position: relative; */
  background: #fff;
  border-radius: 5px;
}










.gptp-gp-container .gp-item {
  display: flex;
  border: 1px solid #1871D7;
  padding: 16px;
  margin-top: 16px;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 276px;
    margin-right: 16px;
        width: calc((100% - 64px) / 4);
        /* width: calc((100% - 64px) / 3); */
          margin: 16px 8px;
}

.gptp-gp-container .gp-item .left {
  display: flex;
  align-items: center;
  margin-right: 16px
}

.gptp-gp-container .gp-item .left .icon {
  width: 28px;
  height: 28px
}

.gptp-gp-container .gp-item .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gptp-gp-container .gp-item .right .title {
  margin-bottom: 6px
}

.gptp-gp-container .gp-item .right .title .el-text {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.el-text.is-line-clamp {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gptp-gp-container .gp-item .right .sub {
  display: flex;
  align-items: center;
}

.gptp-gp-container .gp-item .right .sub .subicon {
  width: 20px;
  height: 20px;
  margin-right: 8px
}

.gptp-gp-container .gp-item .right .sub .subtitle {
  flex: 1
}

.gptp-el-image {}

.gp-item-group {
  /* min-width: 276px;
  margin-right: 16px; */

  display: flex;
    flex-wrap: wrap;
}

/* 侧边栏 */

.e_loop_sub-1 {
  position: fixed;
  right: 0;
  bottom: 14%;
  z-index: 9999999
}

.e_loop_sub-1 .p_loopItem {
  position: relative;
  transition: all ease .3s
}

.e_text-2 {
  line-height: 1;
  text-align: center;
  font-size: 13px;
  color: #fff
}

.e_subImg-4 {
  overflow: hidden;
  display-radio: 1;
  max-width: 150px;
  display: block;
  margin: 0px auto 0
}

.e_subImg-4 img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.e_subImg-4 img[src="/npublic/img/no-img.svg"] {
  display: none
}

.e_container-5>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.e_icon-10 {
  width: 60px;
  height: 60px;
  display: none !important
}

.e_icon-10 .icon {
  margin: 0;
  width: 100%;
  height: 100%;
  fill: currentColor
}

.zx_11 .e_icon-10 {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none
}

.zx_11 .e_icon-10 svg {
  color: #fff
}

.warp {
  width: 130px * 4;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;

}
.warp ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;

}
.warp ul,.ul-item {
  display: flex;
}
.warp ul .li-item {
  width: 284px;
  height: 120px;
  margin-right: 10px;
  line-height: 120px;
  cursor: pointer;
  /* background-color: #999; */
  color: #fff;
  text-align: center;
  font-size: 30px;
  border: 1px solid #1871D7;
  padding: 16px;
  box-sizing: border-box;

}

.box.tzgg {
  height: 311px;
  width: 339px;
  background: #fff;
  box-shadow: 0 1px 15px 0 hsla(0, 0%, 45%, .1)
  /* margin-top: 16px; */
}

.box {
  width: 100%;
  /* margin-bottom: 16px; */
  padding: 0px 24px 16px;
  /* border: 1px solid #E1E3E5; */
  background: #ffffff;
  height: 488px;
  box-sizing: border-box;
}

.box .title {
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 1px 0px #E7E8E9;
}

.link-box .title {
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 1px 0px #E7E8E9;
}

.box .title .f-left {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.link-box .f-left {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.box .title .f-right {
  color: #999;
  cursor: pointer;
}

.link-box .f-right {
  color: #999;
  cursor: pointer;
}

.box .title .f-right.more a {
  color: #999;
  font-size: 14px;
}

.link-box .f-right.more a {
  color: #999;
}

/* .box:last-child {
  margin-bottom: 0;
} */

.box .notice {
  margin-top: 12px;
  overflow-y: auto;
}

.box .notice li {
  /* height: 33px; */
  line-height: 33px;
  color: #222;
  max-width: 280px;
  /* list-style: inside; */
}

.box ul li i {
  margin-right: -1px;
}

.box ul li a {
  color: #001021;
  font-size: 14px;
}

.box ul li a:hover {
  color: #164b93;
  /*text-decoration: underline;*/
}

.fwsj{
  border: 1px solid #1871D7;
  border-radius: 6px;
}
.fwsjtit{
  background: #005EEC;
  border-color: #005EEC;
  color: #fff;
}
.fwsj> div{
  padding: 10px;
}