nav.navbar.bootsnav.pcmenu .pcmenuBox ul.nav {
  display: flex;
  justify-content: space-around;
}
nav.navbar.bootsnav.pcmenu {
  background-color: #4d864f;
}
nav.navbar.bootsnav.pcmenu ul.nav > li.dropdown > a,
nav.navbar.bootsnav.pcmenu ul.nav > li.home > a {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
nav.navbar.bootsnav ul.nav > li {
  position: relative;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu {
  width: 125px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px 0;
  border-radius: 5px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  padding: 0 10px;
  margin-bottom: 20px;
  color: #4c4c4c;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:last-child > a {
  margin-bottom: 0;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  color: #45a549;
}
nav.navbar.bootsnav ul.nav > li:after {
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  content: "";
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  background-color: #fff45c;
}
nav.navbar.bootsnav ul.nav > li.on:after {
  transition: all 0.3s;
  width: 80%;
}
.center {
  max-width: 1500px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
a:hover {
  color: #0066D8;
}
.topBox {
  background: url(../images/topbg.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  margin-bottom: 50px;
}
.topBox .navBox {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.topBox .navBox .menuList {
  display: flex;
  flex-wrap: nowrap;
  width: 30%;
  line-height: 60px;
}
.topBox .navBox .menuList ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.topBox .navBox .menuList ul li a {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
}
.topBox .navBox .menuList ul li a:hover {
  font-weight: 700;
}
.topBox .navBox .menuList ul li.active a {
  font-weight: 700;
}
.topBox .navBox .funBox {
  line-height: 38px;
}
.topBox .navBox .funBox ul {
  display: flex;
  margin-top: 13px;
}
.topBox .navBox .funBox ul li {
  margin: 0 10px;
  background: #0f60b7;
  border-radius: 25px;
  padding: 0 25px;
  color: #fff;
}
.topBox .navBox .funBox ul li a {
  display: inline-block;
  color: #fff;
}
.topBox .navBox .funBox ul li a:hover {
  color: #efefef;
}
.topBox .navBox .funBox ul li span {
  padding: 0 3px;
}
.topBox .slogan {
  margin-top: 40px;
}
.topBox .slogan img {
  display: block;
  margin: 0 auto;
}
.topBox .banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.topBox .searchBox {
  display: flex;
  margin-top: 60px;
  margin-bottom: 90px;
}
.topBox .searchBox .searchInput {
  margin: 0 auto;
  position: relative;
}
.topBox .searchBox .searchInput input {
  width: 710px;
  height: 60px;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.topBox .searchBox .searchInput input:focus {
  box-shadow: 0 0 8px 0px #1272da;
}
.topBox .searchBox .searchInput .searchBtn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 118px;
  text-align: center;
  background: #E94223;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 35px;
}
.topBox .searchBox .searchInput .searchBtn:hover {
  background: #fa4626;
}
.topBox .searchBox .searchInput .searchBtn.searchSubBtn {
  right: -130px;
  padding-left: 0;
  border-radius: 5px;
}
.topBox .searchBox .searchInput .searchBtn.searchSubBtn::before {
  display: none;
}
.topBox .searchBox .searchInput .searchBtn:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/sousuo.png) no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: -40px;
}
.topBox .newsBox .newsContent {
  display: flex;
  position: relative;
}
.topBox .newsBox .newsContent .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.topBox .newsBox .newsContent .newsTitle {
  display: flex;
  color: #3D3D3D;
  font-size: 26px;
  font-weight: bold;
  width: 13%;
}
.topBox .newsBox .newsContent .newsTitle img {
  margin-right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  position: relative;
  top: 3px;
}
.topBox .newsBox .newsContent .newsList {
  width: 80%;
  position: relative;
  top: 7px;
}
.topBox .newsBox .newsContent .newsList:after {
  content: "";
  display: block;
  clear: both;
}
.topBox .newsBox .newsContent .newsList li {
  float: left;
  width: 45%;
  font-size: 18px;
  position: relative;
  margin-left: 35px;
}
.topBox .newsBox .newsContent .newsList li a {
  color: #3D3D3D;
  width: calc(100% - 110px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.topBox .newsBox .newsContent .newsList li a:hover {
  color: #0066D8;
}
.topBox .newsBox .newsContent .newsList li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #9BACBF;
}
.topBox .newsBox .newsContent .newsList li span {
  color: #999999;
  position: absolute;
  right: 0;
}
.section {
  margin-bottom: 50px;
}
.section .titleBox {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.section .titleBox .titleDesc {
  position: absolute;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #A48B61;
}
.section .titleBox .titleDesc::before,
.section .titleBox .titleDesc::after {
  content: "";
  display: inline-block;
  width: 243px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section .titleBox .titleDesc::before::before,
.section .titleBox .titleDesc::after::before {
  background-image: url(../images/xianjinl.png);
}
.section .titleBox .titleDesc::before::after,
.section .titleBox .titleDesc::after::after {
  background-image: url(../images/xianjinr.png);
}
.section .titleBox::before,
.section .titleBox::after {
  content: "";
  display: inline-block;
  width: 243px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section .titleBox::before {
  background-image: url(../images/jinl.png);
}
.section .titleBox::after {
  background-image: url(../images/jinr.png);
}
.section .titleBox.hui::before {
  background-image: url(../images/huil.png);
}
.section .titleBox.hui::after {
  background-image: url(../images/huir.png);
}
.section .titleBox.hui .titleDesc {
  color: #FFFFFF;
}
.section .titleBox.hui .titleDesc::before,
.section .titleBox.hui .titleDesc::after {
  content: "";
  display: inline-block;
  width: 243px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section .titleBox.hui .titleDesc::before::before,
.section .titleBox.hui .titleDesc::after::before {
  background-image: url(../images/xianhuil.png);
}
.section .titleBox.hui .titleDesc::before::after,
.section .titleBox.hui .titleDesc::after::after {
  background-image: url(../images/xianhuir.png);
}
.section .titleBox span {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}
.section .titleBox span.changeTitle {
  padding: 0 80px;
}
.section .titleBox .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section .titleBox .more::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  background: url(../images/jiahao.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.section .titleBox .more:hover::after {
  background: url(../images/jiahaoh.png) no-repeat;
  background-size: contain;
}
.section .newPos ul li {
  border-bottom: 1px dashed #D8D8D8;
  padding: 20px 0;
}
.section .newPos ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #3D3D3D;
}
.section .newPos ul li a p:first-child {
  margin-bottom: 20px;
}
.section .newPos ul li a .posDesc {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  position: relative;
}
.section .newPos ul li a .posDesc span {
  position: absolute;
  right: 0;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb35 {
  margin-bottom: 35px!important;
}
.mb45 {
  margin-bottom: 45px!important;
}
.orgbg {
  background: url(../images/orgbg.png) no-repeat center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px;
}
.titleBox.titleS .changeTitle {
  position: relative;
  top: -15px;
  padding: 0 105px !important;
}
.titleBox .titleDesc span {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 30px;
  letter-spacing: 0.3em;
}
.titleBox .titleDesc::before,
.titleBox .titleDesc::after {
  content: "";
  display: inline-block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 539px;
  height: 12px;
}
.titleBox .titleDesc::before {
  background-image: url(../images/xianhuil.png);
}
.titleBox .titleDesc::after {
  background-image: url(../images/xianhuir.png);
}
.zph .titleBox.titleS .changeTitle {
  padding: 0 60px !important;
}
.zph .titleBox .titleDesc {
  padding: 0px 45px;
}
.zph .titleBox .titleDesc::before {
  background-image: url(../images/xianjinl.png);
}
.zph .titleBox .titleDesc::after {
  background-image: url(../images/xianjinr.png);
}
.footer {
  background: #0066D8;
  overflow: hidden;
  padding: 45px 0;
}
.footer .footLogo {
  float: left;
  position: relative;
  top: 15px;
}
.footer .footText {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 31px;
  text-align: right;
}

.org {
  display: flex;
}

.org .col-md-2 {
  width: 25%;
}
.org .col-md-10 {
  width: 75%;
}
.org .itemBox {
  background: #4689D0;
  padding: 25px 15px;
  padding-bottom: 0;
  border-radius: 10px;
  height: 100%;
}
.org .itemBox.ky {
  background: #2B8BDE;
}
.org .itemBox.qt {
  background: #56AAEB;
}
.org .itemBox .actTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.org .itemBox .contentBox {
  border-radius: 10px;
  padding: 20px;
  position: relative;
  bottom: -20px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F9FF 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 80, 136, 0.2);
  height: 100%;
}
.org .itemBox .contentBox.col2 ul::after {
  content: "";
  display: block;
  clear: both;
}
.org .itemBox .contentBox.col2 ul li {
  float: left;
  width: 50%;
}
.org .itemBox .contentBox ul li a {
  display: inline-block;
  width: 100%;
  padding: 7px 0;
  font-size: 18px;
  line-height: 22px;
  color: #3D3D3D;
  padding-left: 25px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .org .itemBox .contentBox {
    padding-left: 15px;
    padding-right: 15px;
  }
  .org .itemBox .contentBox ul li a {
    font-size: 16px;
  } 
}
.org .itemBox .contentBox ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #145C8F;
}
.org .itemBox .contentBox ul li a:hover,
.org .itemBox .contentBox ul li a.active {
  color: #145C8F;
  font-weight: 700;
  background: #E8F5FF;
  border-radius: 4px;
}
.wrapper {
  background: url(../images/luxian.png) no-repeat bottom center;
  background-size: 100% auto;
}
.zph {
  padding-bottom: 80px;
  padding-top: 50px;
  margin-bottom: 0;
}
.picList .itemBox {
  position: relative;
}
.picList .itemBox:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  /*background: url(../images/titlebg.png) no-repeat bottom center;*/
  background-size: 100% auto;
}
.picList .itemBox .itemTitle {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  width: 100%;
  color: #FFFFFF;
  z-index: 1;
  padding: 15px;
}
.tableBox thead td {
  padding: 15px 20px;
  background: #61A3DC;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.tableBox tbody td {
  padding: 15px 20px;
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  color: #3D3D3D;
}
.tableBox tbody tr:nth-child(even) td {
  background: #F5F9FE;
}
.secBox .banner,
.secBox .slogan,
.secBox .searchBox {
  display: none;
}
.secBox .topBox {
  background: #0066D8;
  margin-bottom: 0;
}
.secBox .topBox .navBox {
  padding-bottom: 20px;
}
.topBox.fixed{
  padding-top: 80px;
}
.topBox.fixed .navBox{
  position: fixed;
  top: 0;
  width: 100%;
  background: #035ec2;
  z-index: 999;
  padding-bottom: 15px;
}
.indexSecBox {
  background: none;
}
.indexSecBox .newsBox {
  display: none;
}
.indexSecBox .section {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.posBox {
  background: #fff;
  padding: 50px 60px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.0314);
}
.pageTitle {
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  color: #3D3D3D;
  margin-bottom: 25px;
}
.deptBox {
  background: #F4F8FF;
  padding: 25px;
  margin-bottom: 40px;
}
.deptBox .deptName {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #035EC2;
  margin-bottom: 20px;
}
.deptBox .deptDesc {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #3D3D3D;
}
.tableList .posTable thead td {
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  color: #035EC2;
  padding: 15px 30px;
  background: #F7F7F7;
}
.tableList .posTable tbody tr:hover {
  background: #F9F9F9;
}
.tableList .posTable tbody tr:hover .tt {
  color: #035EC2;
  cursor: pointer;
}
.tableList .posTable tbody tr:hover a {
  cursor: pointer;
}
.tableList .posTable tbody td {
  padding: 25px 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #3D3D3D;
  border-bottom: 1px solid #E7E7E7;
}
.tableList .posTable tbody td.gray {
  color: #999999;
}
.tableList .posTable tbody td .pushResume {
  color: #fff;
  background: #0066D8;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding: 6px 10px;
  border-radius: 3px;
}
.el-pagination {
  text-align: center;
  margin-top: 40px;
}
.el-pager {
  text-align: center;
  display: inline-block;
}
.el-pagination li,
.el-pagination button {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
  color: #666666;
  text-align: center;
  border: 1px solid #E5E5E5;
  margin: 0 2px;
  cursor: pointer;
}
.el-pagination li:hover,
.el-pagination button:hover,
.el-pagination li.active,
.el-pagination button.active {
  background: #035EC2;
  color: #fff;
}
.el-dialog--center {
  text-align: center;
  border-radius: 6px 6px 0px 0px;
  opacity: 1;
  border-top: 6px solid #0066D8;
}
.el-dialog--center .el-dialog__footer {
  border-top: 1px solid #E7E7E7;
  padding-top: 12px;
  padding-bottom: 12px;
}
.el-button {
  padding: 10px 15px;
  background: rgba(3, 94, 194, 0.1);
}
.el-button--primary {
  color: #FFF;
  background-color: #035EC2;
  border-color: #035EC2;
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: #036bda;
  border-color: #036bda;
  color: #FFF;
}
.el-dialog--center .el-dialog__body {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #3D3D3D;
}
pre {
  background: #fff;
  border: 0;
  font-family: inherit;
  padding: 0;
  margin: 0;
}
.posSubTitle {
  font-size: 22px;
  line-height: 22px;
  color: #2E2E2E;
  margin-top: 30px;
  margin-bottom: 30px;
}
.posSubTitle:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #B0251D;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.posSection {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 30px;
}
.posSection .posInfo pre {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #585858;
}
.posTitleBox {
  position: relative;
}
.posTitleBox .posTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #3D3D3D;
}
.posTitleBox .posTitle .posNum {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  padding-left: 30px;
}
.posTitleBox .posTitle .posNum .num {
  color: #035EC2;
}
.posTitleBox .posBtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 30px;
  background: #035EC2;
  font-size: 17px;
  font-weight: normal;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
}
.posTitleBox .subInfo {
  font-size: 14px;
  color: #999999;
  margin-top: 15px;
  margin-bottom: 15px;
}
.posTitleBox .subInfo .endDate {
  color: #B0251D;
}
.posTitleBox .rule {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #6B99CB;
}
.posTitleBox .rule::before {
  content: "投递规则";
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #6B99CB;
  border-radius: 3px;
  margin-right: 10px;
}
.pageTitle.pageTitleBox {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8EBF2;
}
.pageTitle.pageTitleBox:after {
  content: "";
  display: block;
  clear: both;
}
.pageTitle.pageTitleBox .title {
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #333333;
  position: relative;
}
.pageTitle.pageTitleBox .title::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -15px;
  border-bottom: 3px solid #B0251D;
}
.pageTitle.pageTitleBox .address {
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  text-align: right;
  color: #8F8F8F;
  display: inline-block;
  float: right;
  position: relative;
  top: 20px;
}
.newsList .newsItem ul li {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.newsList .newsItem ul li .dateBox {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Arial;
  font-size: 30px;
  color: #BFBFBF;
}
.newsList .newsItem ul li .dateBox .month {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}
.newsList .newsItem ul li .dateBox .year {
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  color: #B8B8B8;
}
.newsList .newsItem ul li a {
  padding-left: 125px;
  display: inline-block;
  width: 100%;
}
.newsList .newsItem ul li a:hover .title {
  color: #035EC2;
}
.newsList .newsItem ul li a .title {
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  color: #222222;
  margin-bottom: 10px;
}
.newsList .newsItem ul li a .desc {
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.newsDetail .title {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #035EC2;
  margin-bottom: 25px;
  margin-top: 50px;
}
.newsDetail .desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #AFAFAF;
  text-align: center;
  margin-bottom: 15px;
}
.newsDetail .contentBox {
  border-top: 1px solid #EEEEEE;
  padding-top: 35px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  color: #444444;
}
.mySwiper2 {
  margin-top: 60px;
}
.mySwiper2 img {
  width: 800px;
  height: 550px;
  display: block;
  margin: 0 auto;
}
.mySwiper2 .swiper-button-prev {
  background-image: url(../images/previco.png);
}
.mySwiper2 .swiper-button-next {
  background-image: url(../images/nextico.png);
}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-size: contain;
}
.mySwiper {
  margin-top: 60px;
}
.mySwiper .swiper-slide {
  position: relative;
}
.mySwiper .swiper-slide img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}
.mySwiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.mySwiper .swiper-slide.swiper-slide-thumb-active:after {
  display: none;
}
.page-content {
  padding: 20px 50px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  top: -75px;
}
.user-center-menu .menu-title {
  position: relative;
}
.user-center-menu .menu-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  background: #0066D8;
  border-radius: 3px;
  bottom: 0;
}
.user-center-menu .menu-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #B0251D;
  border-radius: 3px;
  bottom: 0;
  left: 32px;
}
.details-page.prob {
  font-size: 16px;
  color: #333;
}
.details-page.prob p {
  margin-bottom: 15px;
}
.details-page.prob b {
  color: #035EC2;
  margin-bottom: 15px;
  display: inline-block;
}
.layui-input-block {
  margin-left: 0;
}
.layui-form-item {
  margin-bottom: 0;
}
.form-horizontal .layui-table th {
  background: #f3f3f3;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  color: #3E3E3E;
}
