

.bsfw_20221107 .tab-pane {
  overflow: visible;
}

.bsfw_20221107 .tab {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 28px;
}
.bsfw_20221107 .tab a {
  position: relative;
}
.bsfw_20221107 .tab a:not(:first-child) {
  margin-left: 40px;
}
.bsfw_20221107 .tab a:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23px;
  width: 1px;
  height: 17px;
  background-color: #dcdcdc;
}
.bsfw_20221107 .tab .current {
  color: #205bbb;
}
.bsfw_20221107 .query_service_table a:hover {
  color: #4366a9 !important;
}
.bsfw_20221107 .query_service_table table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.bsfw_20221107 .query_service_table thead {
  height: 54px;
  background-color: #f6f8fbd1;
  font-size: 18px;
  color: #475466;
}
.bsfw_20221107 .query_service_table thead th {
  font-weight: bold;
}
.bsfw_20221107 .query_service_table tbody {
  font-size: 18px;
  color: #333;
}
.bsfw_20221107 .query_service_table1 tbody tr:not(:last-child) {
  border-bottom: 1px dashed #e9e9e9;
}
.bsfw_20221107 .query_service_table1 tbody td {
  padding: 27px 0;
}
.bsfw_20221107 .query_service_table1 th:nth-child(1),
.bsfw_20221107 .query_service_table1 td:nth-child(1) {
  width: calc(515 / 1160 * 100%);
  text-align: left;
  padding-left: 20px;
}
.bsfw_20221107 .query_service_table1 th:nth-child(1) a,
.bsfw_20221107 .query_service_table1 td:nth-child(1) a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bsfw_20221107 .query_service_table1 th:nth-child(2),
.bsfw_20221107 .query_service_table1 td:nth-child(2) {
  width: calc(515 / 1160 * 100%);
  text-align: left;
}
.bsfw_20221107 .query_service_table1 th:nth-child(2) a,
.bsfw_20221107 .query_service_table1 td:nth-child(2) a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bsfw_20221107 .query_service_table1 th:nth-child(3),
.bsfw_20221107 .query_service_table1 td:nth-child(3) {
  width: auto;
  text-align: center;
}
.bsfw_20221107 .query_service_table1 td:nth-child(1) a {
  position: relative;
  padding-left: 15px;
}
.bsfw_20221107 .query_service_table1 td:nth-child(1) a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 12px;
  background-color: #3671d0;
  border-radius: 3px;
}
.bsfw_20221107 .query_service_table1 .online_handle_btn {
  padding-left: 30px;
  background: url(../images/icon_computer.png) no-repeat center left;
  font-size: 16px;
  color: #4366a9;
}
.bsfw_20221107 .query_service_table2 tbody tr:nth-child(even) {
  background-color: #f6f8fb;
}
.bsfw_20221107 .query_service_table2 tbody td {
  padding: 16px 0;
}
.bsfw_20221107 .query_service_table2 th:nth-child(1),
.bsfw_20221107 .query_service_table2 td:nth-child(1) {
  width: calc(606 / 1160 * 100%);
  text-align: left;
  padding-left: 20px;
}
.bsfw_20221107 .query_service_table2 th:nth-child(2),
.bsfw_20221107 .query_service_table2 td:nth-child(2) {
  width: calc(477 / 1160 * 100%);
  text-align: left;
}
.bsfw_20221107 .query_service_table2 th:nth-child(3),
.bsfw_20221107 .query_service_table2 td:nth-child(3) {
  width: auto;
  text-align: center;
}
.bsfw_20221107 .query_service_table2 th span,
.bsfw_20221107 .query_service_table2 td span {
  margin-bottom: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bsfw_20221107 .query_service_table2 th .gray_font,
.bsfw_20221107 .query_service_table2 td .gray_font {
  font-size: 15px;
  color: #999999;
}
.bsfw_20221107 .query_service_table2 .query_service_details_btn {
  font-size: 18px;
  color: #4366a9;
  text-decoration: underline;
}
.bsfw_20221107 .search_box {
  text-align: center;
  margin-bottom: 30px;
}
.bsfw_20221107 .search_box span {
  display: inline-block;
  position: relative;
  width: 634px;
}
.bsfw_20221107 .search_box span input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  padding-left: 1em;
  outline: none;
  font-size: 16px;
}
.bsfw_20221107 .search_box span button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 84px;
  height: 48px;
  outline: none;
  border: none;
  background-color: #205bbb;
  font-size: 16px;
  color: #ffffff;
}
.bsfw_20221107 .search_box span button i {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../images/query_service_search.png) no-repeat center;
  background-size: 18px 20px;
  top: 4px;
  left: -4px;
}
.bsfw_20221107 .search_box a {
  font-size: 16px;
  color: #205bbb;
  text-decoration: underline;
  margin-left: 15px;
}
.bsfw_20221107 .pagination_box {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.bsfw_20221107 .pagination_box ul {
  display: inline-block;
}
.bsfw_20221107 .pagination_box ul li {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
  margin-bottom: 5px;
}
.bsfw_20221107 .pagination_box ul li a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 2px;
  border: solid 1px #d6d8da;
  color: #333333;
}
.bsfw_20221107 .pagination_box ul li a:hover {
  border: solid 1px #3467b0;
  background-color: #3467b0;
  color: #fff;
}
.bsfw_20221107 .pagination_box ul li span {
  position: relative;
  padding: 0 15px;
}
.bsfw_20221107 .pagination_box ul li span:nth-child(1)::after {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #d6d8da;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.bsfw_20221107 .pagination_box ul li input {
  position: relative;
  top: -2px;
  width: 41px;
  height: 41px;
  border: solid 1px #d6d8da;
  text-align: center;
}
.bsfw_20221107 .pagination_box ul li #toPageBtn {
  padding: 0 10px;
}
.bsfw_20221107 .pagination_box ul li .disabled {
  cursor: not-allowed;
}
.bsfw_20221107 .pagination_box ul li .current {
  border: solid 1px #3467b0;
  background-color: #3467b0;
  color: #fff;
  cursor: default;
}
.bsfw_20221107 .item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  width:1360px;
  height:300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: start;
}
.bsfw_20221107 .item_box a:hover {
  color: #4366a9 !important;
}

.bsfw_20221107 .item_box li {
    background-color: #ffffff;
    margin-right: 10px;
	width: 220px;
	height:120px;
	float:left;
  box-shadow: 0px 2px 9px 0px rgba(177, 177, 177, 0.24);
}
.bsfw_20221107 .item_box li a {
  width: 185px;
  height: 174px;
  padding: 28px 15px 0;
  text-align: center;
  font-size: 18px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: start;
}
.bsfw_20221107 .item_box li a i {
  display: inline-block;
  width: 70px;
  height: 67px;
  background-repeat: no-repeat;
  background-position: 28px center;
  margin-bottom: 10px;
}
.bsfw_20221107 .item_box li a i.s1 {
  background-image: url(../ysdwimages/kckc.png);
  background-position: 0px 0px;
}
.bsfw_20221107 .item_box li a i.s2 {
  background-image: url(../ysdwimages/swdz.png);
  background-position: 0px 0px;
}
.bsfw_20221107 .item_box li a i.s3 {
  background-image: url(../ysdwimages/sycy.png);
  background-position: 0px 0px;
}
.bsfw_20221107 .item_box li a i.s4 {
  background-image: url(../ysdwimages/ddsicon_items1.png);
  background-position: -585px 0px;
}
.bsfw_20221107 .item_box li a i.s5 {
  background-image: url(../ysdwimages/ddsicon_items1.png);
  background-position: -780px 0px;
}
.bsfw_20221107 .item_box li a i.s6 {
  background-image: url(../ysdwimages/ddsicon_items1.png);
  background-position: -975px 0px;
}
.bsfw_20221107 .item_box2 a i.s7 {
  background-image: url(../images/ddsicon_items2.png);
  background-position: 0px 0px;
}
.bsfw_20221107 .item_box2 a i.s8 {
  background-image: url(../ysdwimages/ddsicon_items2.png);
  background-position: -245px 0px;
}
.bsfw_20221107 .item_box2 a i.s9 {
  background-image: url(../ysdwimages/ddsicon_items2.png);
  background-position: -490px 0px;
}
.bsfw_20221107 .item_box2 a i.s10 {
  background-image: url(../ysdwimages/ddsicon_items2.png);
  background-position: -735px 0px;
}
.bsfw_20221107 .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bsfw_20221107 .link_box a:hover {
  color: #4366a9 !important;
}
.bsfw_20221107 .link_box::after {
  display: none;
}
.bsfw_20221107 .link_box li:nth-child(n+4) {
  margin-top: 30px;
}
.bsfw_20221107 .link_box a {
  padding: 0 10px;
  display: inline-block;
  width: 366px;
  height: 57px;
  background-color: #f5f8fd;
  font-size: 18px;
  line-height: 57px;
  text-align: center;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .bsfw_20221107 .search_box span {
    width: 100%;
  }
  .bsfw_20221107 .item_box,
  .bsfw_20221107 .link_box {
    flex-wrap: wrap;
    padding: 0 !important;
  }
  .bsfw_20221107 .item_box li,
  .bsfw_20221107 .link_box li {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .bsfw_20221107 .item_box li a,
  .bsfw_20221107 .link_box li a {
    width: 100%;
  }
}

/* 20231206修改 */
.ftable_column {
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  background-color: #fff;
}
.ftable_column .fth {
  font-size: 18px;
  font-weight: bold;
  color: #475466;
}
.ftable_column .ftd {
  font-size: 18px;
  font-weight: normal;
  color: #555;
}
.ftable_column .frow {
  width: 100%;
  display: flex;
}
.ftable_column .fth,
.ftable_column .ftd {
  display: flex;
  align-items: center;
  border-bottom: solid 1px transparent;
  border-right: solid 1px transparent;
}
.ftable_column .fth {
  height: 54px;
  line-height: 54px;
  background-color: #f8f9fc;
}
.ftable_column .ftd {
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 20px;
  padding-right: 20px;
  word-break: break-all;
  text-align: justify;
  line-height: 1.5;
}
.ftable_column .ftbody .frow:not(:last-child) {
  border-bottom: 1px dashed #e9e9e9;
}
@media (max-width: 768px) {

 .bsfw_20221107 .item_box {
 width:400px;
  }

  .bsfw_20221107 .tab-pane .link_box li {
    width: 70px;
	float:left;
	  background-color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .bsfw_20221107 .item_box li a,
  .bsfw_20221107 .link_box li a {
    width: 100px;
  }
 


 
.bsfw_20221107 .item_box li {
  margin-right: 10px;
}





  
  
  .ftable_column .frow {
    flex-wrap: wrap;
  }
  .ftable_column .ftd {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ftable1 .fth:nth-child(1),
.ftable1 .ftd:nth-child(1) {
  width: 42.91666667%;
}
.ftable1 .fth:nth-child(2),
.ftable1 .ftd:nth-child(2) {
  width: 42.91666667%;
}
.ftable1 .fth:nth-child(3),
.ftable1 .ftd:nth-child(3) {
  flex: 1;
  justify-content: center;
}
.ftable1 .fth {
  text-align: left;
  padding-left: 20px;
}
.ftable1 .ftd:nth-child(1) {
  position: relative;
  padding-left: 35px;
}
.ftable1 .ftd:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 6px;
  height: 12px;
  background-color: #3671d0;
  border-radius: 3px;
}
.ftable1 .ftd:nth-child(3) a { 
  padding-left: 30px;
  background: url(../images/icon_computer.png) no-repeat center left;
  font-size: 16px;
  color: #4366a9;
}
@media (max-width: 600px) {
  .ftable1 .ftd:nth-child(3) {
    justify-content: start;
  }
  .fsyba_box a img{
    background-image: url(../images/hdsj.png);
  }
}
.fsyba_img2 {
  display: none!important;
}

@media (max-width: 600px) {
  .fsyba_img1 {
      display: none!important;
  }

  .fsyba_img2 {
      display: block!important;
  }
}