.gtxSpecifics {
  width: 100%;
  display: flex;
  align-items: self-start;
}
.gtxSpecifics img {
  width: 396px;
  height: 253px;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 29px;
}
.gtxSpecifics .gtxSpecificsBlurb {
  width: 100%;
}
.gtxSpecifics .gtxSpecificsBlurb li:first-child {
  margin-bottom: 30px;
}
.gtxSpecifics .gtxSpecificsBlurb li:first-child p {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 31px;
}
.gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName p {
  font-size: 18px;
  font-weight: Regular;
  color: #333333;
}
.gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName p i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #004D93;
  margin-right: 10px;
  transform: rotate(45deg);
}
.gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName p span {
  font-weight: bold;
}
.gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName P:nth-of-type(2) {
  width: 270px;
}
.gtxJsTabCon .part2 {
  max-height: 560px;
  overflow-y: scroll;
  margin-top: 38px;
}
.gtxJsTabCon .part2::-webkit-scrollbar,
.part3 .scrollBox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.gtxJsTabCon .part2::-webkit-scrollbar-thumb,
.part3 .scrollBox::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0064C8;
}
.gtxJsTabCon .part2::-webkit-scrollbar-track,
.part3 .scrollBox::-webkit-scrollbar-track {
  border-radius: 0;
  background: #E5EFF9;
}
.gtxJsTabCon .part2 .box {
  background: #F7F7F7;
  border-bottom: 3px solid #fff;
  position: relative;
}
.gtxJsTabCon .part2 .box .l {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 170px;
  height: 100%;
  padding: 10px 20px;
  background: #F4FAFF;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 3px solid #fff;
}
.gtxJsTabCon .part2 .box .r {
  line-height: 36px;
  padding: 10px 30px 10px 200px;
}
.gtxJsTabCon .part3 {
  border-bottom: 1px solid #ddd;
  margin-top: 38px;
}
.gtxJsTabCon .part3 table {
  width: 100%;
}
.gtxJsTabCon .part3 table th,
.gtxJsTabCon .part3 table td {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.gtxJsTabCon .part3 .tableHeader {
  position: sticky;
  top: 0;
}
.gtxJsTabCon .part3 .scrollBox {
  overflow-y: auto;
  max-height: 560px;
}
.gtxJsTabCon .part3 th {
  color: #fff;
  text-align: center;
  padding: 12px 0;
  background: #004D93;
}
.gtxJsTabCon .part3 tr:nth-child(even) {
  background: #F7F9FC;
}
.gtxJsTabCon .part3 td {
  padding: 13px 30px;
  line-height: 30px;
}
.gtxJsTabCon .part3 td p {
  text-align: justify;
}
.gtxJsTabCon .part4 {
  margin-top: 38px;
}
.gtxJsTabCon .part4 .item {
  display: block;
  background-color: #F4FAFF;
  padding: 12px 18px 12px 25px;
}
.gtxJsTabCon .part4 .item:nth-child(even) {
  background-color: #fff;
}
.gtxJsTabCon {
  margin: 0 -15px;
}
.gtxJsTabCon .part {
  padding: 20px 15px;
  margin: 0 15px 30px;
  border-radius: 5px;
}
.gtxJsTabCon .part .box {
  display: block;
  margin-top: 14px;
}
.gtxJsTabCon .part .box em,
.gtxJsTabCon .part4 .item em {
  display: block;
  font-size: 14px;
  color: #999;
}
.gtxJsTabCon .part .box span,
.gtxJsTabCon .part4 .item span {
  display: block;
  background: url(../images/lc_gtx_dot1.png) center left no-repeat;
  background-size: 6px;
  padding-left: 15px;
}
.gtxJsTabCon .part .box:hover span,
.gtxJsTabCon .part4 .item:hover span {
  color: #0064C8;
  background-image: url(../images/lc_gtx_dot2.png);
}
@media (max-width: 768px) {
  .gtxSpecifics {
    width: 100%;
    display: block;
  }
  .gtxSpecifics img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gtxSpecifics .gtxSpecificsBlurb {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName p i {
    width: 5px;
    height: 5px;
  }
  .gtxSpecifics .gtxSpecificsBlurb .gtxSpecificsName:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .syTitle .t i {
    background-size: auto 8px;
  }
  .syTitle .t em {
    font-size: 26px;
  }
  .syTitle .line {
    border-width: 1px;
  }
  .syPart1 .search input {
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 15px;
  }
  .syPart1 .search button {
    width: 60px;
    height: 40px;
    background-size: 22px;
  }
  .syPart1 .part {
    margin: 30px 0 40px;
    padding: 20px 10px 30px;
  }
  .syPart1 .part .top {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .syPart1 .part .lxTit {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .syPart1 .part .lxTit span {
    min-width: auto;
    margin: 0 3px 0 0;
  }
  .syPart1 .part .lxTit span:last-child {
    margin: 0;
  }
  .syPart1 .part .lxTit span a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
  }
  .syPart1 .part .list {
    margin: 20px 0 0;
  }
  .syPart1 .part .box {
    margin: 0 0 30px;
  }
  .syPart1 .part .box .img {
    height: auto;
    margin: 0 0 10px;
  }
  .syPart1 .part .box .txt .t1 {
    font-size: 18px;
  }
  .syPart1 .part .box .txt .t2 {
    margin: 8px 0;
    line-height: 24px;
  }
  .syPart1 .part .box .txt .t2 p {
    text-align: left;
  }
  .syPart1 .part .box .txt .t3 a,
  .gtxJsTabCon .part1 .txt .t3 a {
    width: 47%;
    height: 40px;
    padding: 0;
  }
  .syPart1 .part .box .txt .t3 a:first-child,
  .gtxJsTabCon .part1 .txt .t3 a:first-child {
    margin-right: 0;
  }
  .syPart1 .part .box .txt .t3 a:last-child,
  .gtxJsTabCon .part1 .txt .t3 a:last-child {
    float: right;
  }
  .gtxJsTabCon {
    padding: 10px;
    margin-bottom: 20px;
  }
  .gtxJsTabCon .part1 .txt .t2 {
    font-size: 16px;
    line-height: 30px;
  }
  .gtxJsTabCon .part1 .txt .t2 div {
    background-size: 4px;
    background-position: 0 12px;
    padding-left: 10px;
  }
  .gtxJsTabCon .part1 .txt .t2 i {
    width: 80px;
  }
  .gtxJsTabCon .part1 .txt .t2 p {
    padding-left: 80px;
  }
  .gtxJsTabCon .part1 .txt .t3 a img {
    height: 24px;
  }
  .gtxJsTabCon .jsTabTit span p {
    padding: 0 10px 5px;
    font-size: 20px;
  }
  .gtxJsTabCon .part2 {
    max-height: 440px;
  }
  .gtxJsTabCon .part2 .box {
    border-width: 2px;
  }
  .gtxJsTabCon .part2 .box .l {
    width: 110px;
    padding: 5px 0;
    border-width: 2px;
  }
  .gtxJsTabCon .part2 .box .r {
    padding: 5px 5px 5px 115px;
    line-height: 28px;
  }
  .gtxJsTabCon .part3 .scrollBox {
    max-height: 400px;
  }
  .gtxJsTabCon .part3 .tableBody {
    font-size: 12px;
  }
  .gtxJsTabCon .part3.ld .tableBody {
    width: 700px;
  }
  .gtxJsTabCon .part3.jg .tableBody {
    width: 500px;
  }
  .gtxJsTabCon .part3 td {
    padding: 5px 10px;
    line-height: 20px;
  }
  .gtxJsTabCon .part3.ld td:last-child {
    width: 25%;
  }
  .gtxJsTabCon .part3.jg td:last-child {
    width: 55%;
  }
  .gtxJsTabCon .part4 .item {
    padding: 10px 0;
    border-width: 1px;
  }
  .gtxJsTabCon {
    margin: 0;
  }
  .gtxJsTabCon .part {
    margin: 0 0 20px;
    padding: 10px 10px 15px;
  }
  .gtxJsTabCon .part .box span,
  .gtxJsTabCon .part4 .item span {
    background-size: 4px;
    padding-left: 10px;
  }
}
