/*交易商专区*/
/** {
  box-sizing: border-box;
}*/
a:hover {
  color: #319AFB;
}
.bg-gary {
  background: #f5f5f5;
}
.bg-w {
  background: #ffffff;
}
.pagination {
  text-align: center;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li.active a {
  background: #319AFB;
  color: #fff;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.jyszq .wrap-header {
  padding-top: 20px;
  font-size: 14px;
  color: #323232;
  border-bottom: 10px solid #eee;
}
.jyszq .wrap-header .p1 {
  margin-bottom: 10px;
}
.jyszq .wrap-header .p1 span {
  color: #319AFB;
  font-size: 18px;
}
.jyszq .wrap-header .jyssearch {
  margin-bottom: 0;
  border-bottom: 1px dashed #C8C8C8;
  padding-bottom: 30px;
}
.jyszq .wrap-header .jyssearch input {
  width: 700px;
  border: none;
  border: 1px solid #eeeeee;
  padding: 12px 20px;
  background: none;
  border-radius: 8px;
  font-size: 14px;
}
.jyszq .wrap-header .jyssearch .search-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/search-icon-b.png) no-repeat;
  position: relative;
  right: 30px;
}
.jyszq .wrap-header .jyssearch .search-icon_btn {
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  outline: none;
  bottom: -4px;
  right: 52px;
  background-color: rgba(0, 0, 0, 0);
}
.jyszq .wrap-header .searchTye {
  padding: 30px 0 0;
}
.jyszq .wrap-header .searchTye .title {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
}
.jyszq .wrap-header .searchTye .list {
  margin-bottom: 20px;
}
.jyszq .wrap-header .searchTye .list span {
  color: #969696;
}
.jyszq .wrap-header .searchTye .list a {
  font-size: 12px;
  color: #646464;
  padding: 3px 10px;
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 5px;
  background: #F0F0F0;
}
.jyszq .wrap-header .searchTye .list a.active {
  border: 1px solid #319AFB;
  background: #319AFB;
  color: #fff;
}
.jyszq .wrap-header .searchTye .list a:hover {
  border: 1px solid #319AFB;
  background: #319AFB;
  color: #fff;
}
.jyszq .listBank {
  overflow: hidden;
}
.jyszq .listBank .jinji {
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCE1F3;
  margin-bottom: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #0276DA;
}
.jyszq .listBank .jinji i {
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.jyszq .listBank .jinji > span {
  font-weight: bold;
  border-bottom: 3px solid #0276DA;
  padding-bottom: 5px;
}
.jyszq .listBank .jinji a {
  float: right;
  font-size: 12px;
  color: #969696;
}
.jyszq .listBank .tousuhong {
  overflow: hidden;
}
.jyszq .listBank .tousuhong .item .info-header .p3 span:first-child {
  background: #E41B1B;
  color: #ffffff;
}
.jyszq .listBank .tousuhong .item .info-header .p3 span:last-child {
  background: #EDD6D6;
  color: #FE0000;
}
.jyszq .listBank .tousugreen {
  overflow: hidden;
}
.jyszq .listBank .tousugreen .item .info-header .p3 span:first-child {
  background: #2ACA8A;
  color: #ffffff;
}
.jyszq .listBank .tousugreen .item .info-header .p3 span:last-child {
  background: #D5EBE2;
  color: #2ACA8A;
}
.jyszq .listBank .text-center {
  text-align: center;
}
.jyszq .listBank .item {
  width: 216px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 9px;
}
.jyszq .listBank .item:nth-child(5n+0) {
  margin-right: 0;
}
.jyszq .listBank .item .info-header {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid #eeeeee;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: none;
  overflow: hidden;
  float: left;
}
.jyszq .listBank .item .info-header img {
  width: 100%;
  height: 107px;
  float: left;
}
.jyszq .listBank .item .info-header .p3 {
  width: 100%;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.jyszq .listBank .item .info-header .p3 span {
  width: 50%;
  text-align: center;
  display: inline-block;
  padding: 3px 0;
  float: left;
}
.jyszq .listBank .item .info-body {
  float: left;
  width: 100%;
  background: #F5F5F5;
  padding: 10px;
}
.jyszq .listBank .item .info-body .p1 {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jyszq .listBank .item .info-body .p1 b {
  width: 136px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jyszq .listBank .item .info-body .bj {
  font-size: 12px;
  color: #fff;
  width: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  text-align: center;
}
.jyszq .listBank .item .info-body .bj.green {
  background: #2ACA8A;
}
.jyszq .listBank .item .info-body .bj.red {
  background: #FF3366;
}
.jyszq .listBank .item .info-body .item-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.jyszq .listBank .item .info-body .item-num > div p {
  color: #969696;
  font-size: 12px;
}
.jyszq .listBank .item .info-body .p2 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #969696;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.jys-details {
  font-size: 14px;
}
.jys-details .container {
  width: 1230px !important;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.jys-details .row {
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
.jys-details .row:after {
  clear: both;
}
.jys-details .topsearch {
  padding: 20px 0;
}
.jys-details .topsearch .col-4 {
  width: 40%;
  float: left;
  padding: 0 12px;
}
.jys-details .topsearch .col-6 {
  width: 60%;
  float: left;
  padding: 0 12px;
}
.jys-details .topsearch .col-6 .jyssearch {
  margin-top: 10px;
  text-align: right;
}
.jys-details .topsearch .col-6 .jyssearch input {
  width: 80%;
  border: none;
  border: 1px solid #eeeeee;
  padding: 15px 20px;
  background: none;
  border-radius: 8px;
}
.jys-details .topsearch .col-6 .jyssearch .search-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/search-icon-b.png) no-repeat;
  position: relative;
  right: 30px;
}
.jys-details .topsearch .col-6 .jyssearch .search-icon_btn {
  width: 20px;
  height: 20px;
  position: relative;
  border: none;
  outline: none;
  bottom: -4px;
  right: 52px;
  background-color: rgba(0, 0, 0, 0);
}
.jys-details .pingfen {
  width: 100%;
  height: 240px ;
  background: url(../images/jyszq/jybg.png) no-repeat center center;
}
.jys-details .pingfen .col-3 {
  width: 33%;
  float: left;
  padding: 0 12px;
}
.jys-details .pingfen .col-3 .pt {
  padding-top: 46px;
  padding-left: 66px;
  text-align: center;
}
.jys-details .pingfen .col-3 .bgppingfen {
  display: inline-block;
  text-align: center;
  width: 180px;
  height: 158px;
  background: url("../images/jyszq/pingfeng.png") center center / 100%;
  position: relative;
  cursor: pointer;
}
.jys-details .pingfen .col-3 .bgppingfen p {
  padding-top: 30px;
}
.jys-details .pingfen .col-3 .bgppingfen p span:first-child {
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.jys-details .pingfen .col-3 .bgppingfen p span:last-child {
  height: 12px;
  font-size: 12px;
  color: #ebf5ff;
  /* line-height: 12px; */
  background: #007fbf;
  border-radius: 9px;
  padding: 2px 8px;
}
.jys-details .pingfen .col-7 {
  width: 67%;
  float: left;
  padding: 0 12px;
}
.jys-details .pingfen .col-7 .pic {
  overflow: hidden;
  padding-top: 60px;
}
.jys-details .pingfen .col-7 .pic img {
  width: 240px;
  display: inline-block;
  margin-right: 64px;
  vertical-align: middle;
  border-radius: 8px;
  background: #fff;
}
.jys-details .pingfen .col-7 .pic .textInput {
  width: 333px;
  display: inline-block;
  vertical-align: middle;
}
.jys-details .pingfen .col-7 .pic .textInput .touqi {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.jys-details .pingfen .col-7 .pic .textInput .urlwang {
  display: inline-block;
  width: 100%;
  height: 32px;
  background: #0276DA;
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: none;
  background: rgba(2, 118, 218, 0.6);
}
.jys-details .bottom-body {
  padding: 20px;
  padding-bottom: 50px;
}
.jys-details .bottom-body .col-3 {
  width: 25%;
  float: left;
  padding: 0 12px;
}
.jys-details .bottom-body .col-3 > .border {
  min-height: 500px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jys-details .bottom-body .col-5 {
  width: 45%;
  float: left;
  padding: 0 12px;
}
.jys-details .bottom-body .col-5 > .border {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jys-details .bottom-body .col-4 {
  width: 30%;
  float: left;
  padding: 0 12px;
}
.jys-details .bottom-body .col-4 > .border {
  min-height: 500px;
  border: 1px solid #f0f0f0;
}
.jys-details .bottom-body .col-7 {
  width: 72%;
  float: left;
  padding: 0 12px;
}
.jys-details .side-left {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.jys-details .side-left .title {
  font-size: 18px;
  color: #323232;
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
}
.jys-details .side-left .num {
  font-size: 24px;
  color: #FF7B15;
  display: inline-block;
  font-weight: bold;
}
.jys-details .side-left .num span {
  font-size: 14px;
  font-weight: normal;
}
.jys-details .list-pz .info {
  border-bottom: 1px dashed #C8C8C8;
  margin: 10px 15px;
  padding-bottom: 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.jys-details .list-pz .info img {
  width: 36px;
  height: 24px;
  margin-right: 15px;
}
.jys-details .list-pz .info .text {
  margin-right: 10px;
  width: 120px;
  overflow: hidden;
}
.jys-details .list-pz .info .bg {
  display: inline-block;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
}
.jys-details .list-pz .info .bg.green {
  background: #34D07B;
}
.jys-details .quancheng {
  padding: 40px 15px;
  color: #323232;
  font-size: 14px;
}
.jys-details .quancheng .pList {
  margin-bottom: 40px;
}
.jys-details .quancheng .pList p {
  margin-bottom: 10px;
}
.jys-details .quancheng .pList p span:first-child {
  color: #969696;
}
.jys-details .tx {
  text-align: center;
}
.jys-details .tx a {
  background: #E41B1B;
  color: #fff;
  padding: 7px 5px;
  font-size: 14px;
  width: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
}
.jys-details .pic {
  margin-bottom: 20px;
}
.jys-details .pic img {
  width: 100%;
}
.jys-details .ct-body {
  padding: 15px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jys-details .ct-body .title {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #F0F0F0;
  padding: 15px 0;
  margin-bottom: 15px;
}
.jys-details .ct-body .content {
  margin-bottom: 15px;
  line-height: 24px;
}
.jys-details .ct-body .content p {
  line-height: 20px;
  margin-bottom: 15px;
}
.jys-details .side-right {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jys-details .side-right .title {
  font-size: 20px;
  color: #323232;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #CCE1F3;
}
.jys-details .side-right .title span:first-child {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.jys-details .side-right .title .rimore {
  font-size: 12px;
  color: #969696;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 28px;
}
.jys-details .side-right .title .rimore .link {
  width: 6px;
  height: 12px;
  background: url(../images/jyszq/link.png) no-repeat center center / 100%;
  display: inline-block;
  top: 1px;
  position: relative;
}
.jys-details .side-right .tabsnew {
  padding: 0 20px;
  font-size: 20px;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: start;
}
.jys-details .side-right .tabsnew span {
  padding: 20px 0;
  margin-right: 25px;
  font-weight: bold;
}
.jys-details .side-right .tabsnew span.active {
  padding-bottom: 17px;
  border-bottom: 3px solid #0276DA;
}
.jys-details .side-right .item {
  overflow: hidden;
  display: none;
}
.jys-details .side-right .item.active {
  display: block;
  margin-top: 10px;
}
.jys-details .side-right .item .lia {
  border-bottom: 1px dashed #C8C8C8;
  margin: 15px;
  padding-bottom: 19px;
  display: flex;
  align-items: center;
}
.jys-details .side-right .item .lia:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.jys-details .side-right .item .lia .text {
  width: 175px;
  margin-right: 15px;
  float: left;
}
.jys-details .side-right .item .lia .text .p1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
  margin-bottom: 25px;
  text-align: left;
}
.jys-details .side-right .item .lia .text .p1 span {
  color: #319AFB;
}
.jys-details .side-right .item .lia .text .p2 {
  color: #969696;
  font-size: 12px;
}
.jys-details .side-right .item .lia .text .p2 span {
  display: inline-block;
  width: 48%;
}
.jys-details .side-right .item .lia .text .p2 span:first-child {
  text-align: left;
}
.jys-details .side-right .item .lia .text .p2 span:last-child {
  text-align: right;
}
.jys-details .side-right .item .lia img {
  float: left;
  width: 122px;
  height: 72px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}
.modal-kuang,
.modal-dianpin,
.modal-aboutus,
.modal-reg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.23);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 666;
}
.modal-kuang .content,
.modal-dianpin .content,
.modal-aboutus .content,
.modal-reg .content {
  width: 570px;
  height: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffff;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.modal-kuang .content .modal-head,
.modal-dianpin .content .modal-head,
.modal-aboutus .content .modal-head,
.modal-reg .content .modal-head {
  position: relative;
}
.modal-kuang .content .modal-head p,
.modal-dianpin .content .modal-head p,
.modal-aboutus .content .modal-head p,
.modal-reg .content .modal-head p {
  font-size: 20px;
  color: #1479d7;
  border-bottom: 1px solid #eeeeee;
  padding: 15px;
}
.modal-kuang .content .modal-head .close,
.modal-dianpin .content .modal-head .close,
.modal-aboutus .content .modal-head .close,
.modal-reg .content .modal-head .close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/jyszq/close.png") no-repeat;
  position: absolute;
  top: 23px;
  right: 15px;
  cursor: pointer;
}
.modal-kuang .content .modal-body,
.modal-dianpin .content .modal-body,
.modal-aboutus .content .modal-body,
.modal-reg .content .modal-body {
  padding: 30px 0 30px;
}
.modal-kuang .content .modal-body .bgppingfen,
.modal-dianpin .content .modal-body .bgppingfen,
.modal-aboutus .content .modal-body .bgppingfen,
.modal-reg .content .modal-body .bgppingfen {
  display: inline-block;
  text-align: center;
  width: 180px;
  height: 158px;
  background: url("../images/jyszq/pingfeng.png") center center / 100%;
  position: relative;
}
.modal-kuang .content .modal-body .bgppingfen p,
.modal-dianpin .content .modal-body .bgppingfen p,
.modal-aboutus .content .modal-body .bgppingfen p,
.modal-reg .content .modal-body .bgppingfen p {
  padding-top: 30px;
}
.modal-kuang .content .modal-body .bgppingfen p span:first-child,
.modal-dianpin .content .modal-body .bgppingfen p span:first-child,
.modal-aboutus .content .modal-body .bgppingfen p span:first-child,
.modal-reg .content .modal-body .bgppingfen p span:first-child {
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.modal-kuang .content .modal-body .bgppingfen p span:last-child,
.modal-dianpin .content .modal-body .bgppingfen p span:last-child,
.modal-aboutus .content .modal-body .bgppingfen p span:last-child,
.modal-reg .content .modal-body .bgppingfen p span:last-child {
  height: 12px;
  font-size: 12px;
  color: #ebf5ff;
  /* line-height: 12px; */
  background: #007fbf;
  border-radius: 9px;
  padding: 2px 8px;
}
.modal-kuang .content .moda-foot,
.modal-dianpin .content .moda-foot,
.modal-aboutus .content .moda-foot,
.modal-reg .content .moda-foot {
  background: #F7FAFC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 80%;
  margin: 0 auto ;
  padding: 30px 0 10px;
}
.modal-kuang .content .moda-foot .group-progress,
.modal-dianpin .content .moda-foot .group-progress,
.modal-aboutus .content .moda-foot .group-progress,
.modal-reg .content .moda-foot .group-progress {
  overflow: hidden;
  margin-bottom: 20px;
}
.modal-kuang .content .moda-foot .group-progress.s1 .left_text,
.modal-dianpin .content .moda-foot .group-progress.s1 .left_text,
.modal-aboutus .content .moda-foot .group-progress.s1 .left_text,
.modal-reg .content .moda-foot .group-progress.s1 .left_text {
  color: #319AFB;
}
.modal-kuang .content .moda-foot .group-progress.s1 .progress-runway,
.modal-dianpin .content .moda-foot .group-progress.s1 .progress-runway,
.modal-aboutus .content .moda-foot .group-progress.s1 .progress-runway,
.modal-reg .content .moda-foot .group-progress.s1 .progress-runway {
  background: rgba(49, 154, 251, 0.1);
}
.modal-kuang .content .moda-foot .group-progress.s1 .progress-progress,
.modal-dianpin .content .moda-foot .group-progress.s1 .progress-progress,
.modal-aboutus .content .moda-foot .group-progress.s1 .progress-progress,
.modal-reg .content .moda-foot .group-progress.s1 .progress-progress {
  background-color: #26a2ff;
}
.modal-kuang .content .moda-foot .group-progress.s1 .right_num,
.modal-dianpin .content .moda-foot .group-progress.s1 .right_num,
.modal-aboutus .content .moda-foot .group-progress.s1 .right_num,
.modal-reg .content .moda-foot .group-progress.s1 .right_num {
  color: #319AFB;
}
.modal-kuang .content .moda-foot .group-progress.s2 .left_text,
.modal-dianpin .content .moda-foot .group-progress.s2 .left_text,
.modal-aboutus .content .moda-foot .group-progress.s2 .left_text,
.modal-reg .content .moda-foot .group-progress.s2 .left_text {
  color: #FF6415;
}
.modal-kuang .content .moda-foot .group-progress.s2 .progress-runway,
.modal-dianpin .content .moda-foot .group-progress.s2 .progress-runway,
.modal-aboutus .content .moda-foot .group-progress.s2 .progress-runway,
.modal-reg .content .moda-foot .group-progress.s2 .progress-runway {
  background: rgba(255, 100, 21, 0.1);
}
.modal-kuang .content .moda-foot .group-progress.s2 .progress-progress,
.modal-dianpin .content .moda-foot .group-progress.s2 .progress-progress,
.modal-aboutus .content .moda-foot .group-progress.s2 .progress-progress,
.modal-reg .content .moda-foot .group-progress.s2 .progress-progress {
  background-color: #FF6415;
}
.modal-kuang .content .moda-foot .group-progress.s2 .right_num,
.modal-dianpin .content .moda-foot .group-progress.s2 .right_num,
.modal-aboutus .content .moda-foot .group-progress.s2 .right_num,
.modal-reg .content .moda-foot .group-progress.s2 .right_num {
  color: #FF6415;
}
.modal-kuang .content .moda-foot .group-progress.s3 .left_text,
.modal-dianpin .content .moda-foot .group-progress.s3 .left_text,
.modal-aboutus .content .moda-foot .group-progress.s3 .left_text,
.modal-reg .content .moda-foot .group-progress.s3 .left_text {
  color: #FE0000;
}
.modal-kuang .content .moda-foot .group-progress.s3 .progress-runway,
.modal-dianpin .content .moda-foot .group-progress.s3 .progress-runway,
.modal-aboutus .content .moda-foot .group-progress.s3 .progress-runway,
.modal-reg .content .moda-foot .group-progress.s3 .progress-runway {
  background: rgba(254, 0, 0, 0.1);
}
.modal-kuang .content .moda-foot .group-progress.s3 .progress-progress,
.modal-dianpin .content .moda-foot .group-progress.s3 .progress-progress,
.modal-aboutus .content .moda-foot .group-progress.s3 .progress-progress,
.modal-reg .content .moda-foot .group-progress.s3 .progress-progress {
  background-color: #FE0000;
}
.modal-kuang .content .moda-foot .group-progress.s3 .right_num,
.modal-dianpin .content .moda-foot .group-progress.s3 .right_num,
.modal-aboutus .content .moda-foot .group-progress.s3 .right_num,
.modal-reg .content .moda-foot .group-progress.s3 .right_num {
  color: #FE0000;
}
.modal-kuang .content .moda-foot .group-progress .left_text,
.modal-dianpin .content .moda-foot .group-progress .left_text,
.modal-aboutus .content .moda-foot .group-progress .left_text,
.modal-reg .content .moda-foot .group-progress .left_text {
  width: 20%;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-right: 2%;
}
.modal-kuang .content .moda-foot .group-progress .progress-content,
.modal-dianpin .content .moda-foot .group-progress .progress-content,
.modal-aboutus .content .moda-foot .group-progress .progress-content,
.modal-reg .content .moda-foot .group-progress .progress-content {
  position: relative;
  width: 65%;
  display: inline-block;
  float: left;
  margin-top: 7px;
}
.modal-kuang .content .moda-foot .group-progress .progress-content .progress-runway,
.modal-dianpin .content .moda-foot .group-progress .progress-content .progress-runway,
.modal-aboutus .content .moda-foot .group-progress .progress-content .progress-runway,
.modal-reg .content .moda-foot .group-progress .progress-content .progress-runway {
  width: 100%;
  height: 8px;
  border-radius: 5px;
  overflow: hidden;
}
.modal-kuang .content .moda-foot .group-progress .progress-content .progress-progress,
.modal-dianpin .content .moda-foot .group-progress .progress-content .progress-progress,
.modal-aboutus .content .moda-foot .group-progress .progress-content .progress-progress,
.modal-reg .content .moda-foot .group-progress .progress-content .progress-progress {
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 5px;
  width: 0;
}
.modal-kuang .content .moda-foot .group-progress .right_num,
.modal-dianpin .content .moda-foot .group-progress .right_num,
.modal-aboutus .content .moda-foot .group-progress .right_num,
.modal-reg .content .moda-foot .group-progress .right_num {
  width: 10%;
  display: inline-block;
  float: left;
  margin-top: 2px;
}
.new-glts {
  font-size: 20px;
  font-weight: bold;
}
textarea {
  resize: none;
}
.tousuzhuizong {
  padding-top: 0!important;
}
.tousuzhuizong .twonav {
  font-size: 16px;
  padding: 9px 0;
  background: #ffffff;
}
.tousuzhuizong .twonav a {
  margin-right: 68px;
  color: #969696;
}
.tousuzhuizong .twonav a.active {
  color: #323232;
  font-weight: bold;
}
.tousuzhuizong .zxsl {
  font-size: 14px;
  padding-bottom: 7px;
  margin-bottom: 14px;
}
.tousuzhuizong .main .p-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tousuzhuizong .main .n-con p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.tousuzhuizong .classification {
  font-size: 14px;
  color: #323232;
  border-bottom: 1px solid #D2D2D2;
}
.tousuzhuizong .classification.active {
  font-weight: bold;
  color: #319AFB;
  border-bottom: 2px solid #319AFB;
}
.tousuzhuizong .notice {
  padding-top: 40px;
  color: #969696;
  font-size: 12px;
  margin-bottom: 30px;
  border-top: 1px solid #eee;
}
.tousuzhuizong .c-left {
  width: 69%;
  float: left;
  left: 210px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
.tousuzhuizong .c-left .lists li {
  padding: 30px 0;
}
.tousuzhuizong .c-left .near-box .near-pic {
  width: 190px;
  height: 110px;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tousuzhuizong .c-left .near-box .near-pic a.vdbtn {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 110px;
  overflow: hidden;
}
.tousuzhuizong .c-left .near-box .near-pic a.vdbtn:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/jyszq/vdbtn.svg");
  z-index: 11;
}
.tousuzhuizong .c-left .near-box .near-pic a.vdbtn:after {
  position: absolute;
  background: #141414ba;
  z-index: 10;
}
.tousuzhuizong .c-left .newtousu li {
  padding: 8.5px 0;
  font-size: 14px;
  margin-bottom: 10px;
}
.tousuzhuizong .c-left .newtousu li .hdavata {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.tousuzhuizong .c-left .newtousu li .hdavata .hdimg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.tousuzhuizong .c-left .newtousu li .hdavata .hdimg img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tousuzhuizong .c-left .newtousu li .hdavata .hdname {
  display: inline-block;
  vertical-align: bottom;
}
.tousuzhuizong .c-left .newtousu li .hdavata .hdname p:first-child {
  font-size: 14px;
  color: #323232;
  font-weight: bold;
}
.tousuzhuizong .c-left .newtousu li .hdavata .hdname p:last-child {
  font-size: 12px;
  color: #969696;
}
.tousuzhuizong .c-left .newtousu li .title {
  font-size: 16px;
  color: #323232;
  margin-bottom: 15px;
}
.tousuzhuizong .c-left .newtousu li .title .hoticon {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../images/jyszq/hot-icon.svg") no-repeat center center;
  margin-right: 5px;
  vertical-align: sub;
}
.tousuzhuizong .c-left .newtousu li .title a {
  vertical-align: middle;
}
.tousuzhuizong .c-left .newtousu li .desc {
  color: #646464;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.tousuzhuizong .c-left .newtousu li .direction1 {
  display: inline-block;
  color: #FE0000;
  margin-bottom: 5px;
  margin-right: 15px;
}
.tousuzhuizong .c-left .newtousu li .direction2 {
  display: inline-block;
  color: #0276DA;
}
.tousuzhuizong .c-left .newtousu li + li {
  border-top: 1px solid #f0f0f0;
}
.tousuzhuizong .c-left .zhengxiangcontent {
  font-size: 14px;
  padding-right: 20px;
}
.tousuzhuizong .c-left .zhengxiangcontent .largTitle {
  margin-bottom: 20px;
}
.tousuzhuizong .c-left .zhengxiangcontent .largTitle .p1 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.tousuzhuizong .c-left .zhengxiangcontent .largTitle .p2 {
  color: #969696;
}
.tousuzhuizong .c-left .zhengxiangcontent .largTitle .p2 span {
  margin-right: 30px;
}
.tousuzhuizong .c-left .zhengxiangcontent .largTitle .notice {
  color: #969696;
  font-size: 12px;
}
.tousuzhuizong .c-left .zhengxiangcontent .contentArticle .pic {
  margin-bottom: 20px;
}
.tousuzhuizong .c-left .zhengxiangcontent .contentArticle p {
  margin-bottom: 20px;
}
.tousuzhuizong .c-left .form-body {
  font-size: 14px;
}
.tousuzhuizong .c-left .form-body .form-group {
  margin-bottom: 20px;
  position: relative;
}
.tousuzhuizong .c-left .form-body .Remainder {
  position: absolute;
  right: 40px;
  bottom: 10px;
  font-style: normal;
}
.tousuzhuizong .c-left .form-body .Remainder em {
  font-style: normal;
}
.tousuzhuizong .c-left .form-body .control-label {
  display: inline-block;
  width: 9%;
  font-size: 16px;
  margin-top: 10px;
  margin-right: 20px;
  vertical-align: top;
}
.tousuzhuizong .c-left .form-body textarea.form-control {
  height: 200px;
}
.tousuzhuizong .c-left .form-body .form-control {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  height: 48px;
  border: 1px solid #eeeeee;
  padding: 10px 10px;
  border-radius: 5px;
}
.tousuzhuizong .c-left .form-body .upload {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 85%;
  margin-top: 8px;
  color: #969696;
}
.tousuzhuizong .c-left .form-body .upload .title {
  margin-bottom: 20px;
}
.tousuzhuizong .c-left .form-body .upload .upkuang {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  background: #F8FCFF;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tousuzhuizong .c-left .form-body .upload .upkuang img {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tousuzhuizong .c-left .form-body .upload .tishi {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
.tousuzhuizong .c-left .form-body .btn-submit {
  background: #319AFB;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  border: none;
  padding: 10px 0;
  height: 48px;
  margin-top: 60px;
}
.tousuzhuizong .c-left .from-details {
  font-size: 14px;
  padding-right: 20px;
}
.tousuzhuizong .c-left .from-details .hdavata {
  margin-bottom: 20px;
}
.tousuzhuizong .c-left .from-details .hdavata .hdimg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.tousuzhuizong .c-left .from-details .hdavata .hdimg img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tousuzhuizong .c-left .from-details .hdavata .hdname {
  display: inline-block;
  vertical-align: middle;
}
.tousuzhuizong .c-left .from-details .hdavata .hdname p:first-child {
  display: inline-block;
  font-size: 14px;
  color: #323232;
  margin-right: 10px;
}
.tousuzhuizong .c-left .from-details .hdavata .hdname p:last-child {
  display: inline-block;
  font-size: 12px;
  color: #969696;
}
.tousuzhuizong .c-left .from-details .xiaotitle {
  font-size: 16px;
  margin-bottom: 30px;
}
.tousuzhuizong .c-left .from-details .bk1 {
  margin-bottom: 40px;
}
.tousuzhuizong .c-left .from-details .bk1 .p1 {
  margin-bottom: 5px;
}
.tousuzhuizong .c-left .from-details .bk1 img {
  margin-right: 15px;
  width: 240px;
  height: 320px;
}
.tousuzhuizong .c-left .speak input {
  width: 90%;
  height: 40px;
  padding: 5px 10px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #eee;
  background: #F0F0F0;
  float: left;
}
.tousuzhuizong .c-left .speak button {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  background: #319AFB;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 10%;
  text-align: center;
  line-height: 40px;
  border: none;
}
.tousuzhuizong .tousuleft {
  width: 69%;
  padding-bottom: 20px;
  float: left;
  left: 210px;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}
.tousuzhuizong .tousuleft.pd-0 {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.tousuzhuizong .tousuleft .near-box .near-pic {
  width: 260px;
  height: 140px;
  overflow: hidden;
  float: left;
}
.tousuzhuizong .tousuleft .near-box .near-pic a.vdbtn {
  position: relative;
}
.tousuzhuizong .tousuleft .near-box .near-pic a.vdbtn:before {
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/jyszq/vdbtn.png");
  z-index: 11;
}
.tousuzhuizong .tousuleft .near-box .near-text {
  padding: 15px;
}
.tousuzhuizong .tousuleft .newtousu li {
  padding: 8.5px 0;
  font-size: 14px;
  margin-bottom: 14px;
}
.tousuzhuizong .tousuleft .newtousu li .hdavata {
  margin-bottom: 10px;
}
.tousuzhuizong .tousuleft .newtousu li .hdavata .hdimg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.tousuzhuizong .tousuleft .newtousu li .hdavata .hdimg img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tousuzhuizong .tousuleft .newtousu li .hdavata .hdname {
  display: inline-block;
  vertical-align: bottom;
}
.tousuzhuizong .tousuleft .newtousu li .hdavata .hdname p:first-child {
  font-size: 14px;
  color: #323232;
  font-weight: bold;
}
.tousuzhuizong .tousuleft .newtousu li .hdavata .hdname p:last-child {
  font-size: 12px;
  color: #969696;
}
.tousuzhuizong .tousuleft .newtousu li .title {
  font-size: 16px;
  color: #323232;
  margin-bottom: 10px;
}
.tousuzhuizong .tousuleft .newtousu li .title .hoticon {
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url("../images/jyszq/hot-icon.svg") no-repeat center center;
  margin-right: 5px;
  vertical-align: sub;
}
.tousuzhuizong .tousuleft .newtousu li .title a {
  font-weight: bold;
  vertical-align: middle;
}
.tousuzhuizong .tousuleft .newtousu li .desc {
  color: #646464;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tousuzhuizong .tousuleft .newtousu li .direction1 {
  color: #FE0000;
  margin-bottom: 5px;
  margin-right: 20px;
}
.tousuzhuizong .tousuleft .newtousu li .direction1.inline-block {
  display: inline-block;
}
.tousuzhuizong .tousuleft .newtousu li .direction2 {
  margin-bottom: 5px;
  font-size: 12px;
  color: #646464;
}
.tousuzhuizong .tousuleft .newtousu li .direction2.inline-block {
  display: inline-block;
  color: #0276DA;
}
.tousuzhuizong .tousuleft .newtousu li .direction2.textgray {
  color: #646464;
}
.tousuzhuizong .tousuleft .newtousu li + li {
  border-top: 1px dashed #f0f0f0;
}
.tousuzhuizong .tousuleft .zhengxiangcontent {
  font-size: 14px;
  padding-right: 20px;
  line-height: 26px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent section,
.tousuzhuizong .tousuleft .zhengxiangcontent p {
  margin-bottom: 10px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .largTitle {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .largTitle .p1 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .largTitle .p2 {
  color: #969696;
  font-size: 12px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .largTitle .p2 span {
  margin-right: 30px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .largTitle .notice {
  color: #969696;
  font-size: 12px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .contentArticle .pic {
  margin-bottom: 20px;
}
.tousuzhuizong .tousuleft .zhengxiangcontent .contentArticle p {
  margin-bottom: 20px;
}
.tousuzhuizong .tousuleft .form-body {
  font-size: 14px;
}
.tousuzhuizong .tousuleft .form-body .form-group {
  margin-bottom: 20px;
  position: relative;
}
.tousuzhuizong .tousuleft .form-body .Remainder {
  position: absolute;
  right: 40px;
  bottom: 10px;
  font-style: normal;
}
.tousuzhuizong .tousuleft .form-body .Remainder em {
  font-style: normal;
}
.tousuzhuizong .tousuleft .form-body .control-label {
  display: inline-block;
  width: 9%;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 20px;
  vertical-align: top;
}
.tousuzhuizong .tousuleft .form-body textarea.form-control {
  height: 200px;
}
.tousuzhuizong .tousuleft .form-body .form-control {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  height: 42px;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.tousuzhuizong .tousuleft .form-body .upload {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 85%;
  margin-top: 8px;
  color: #969696;
}
.tousuzhuizong .tousuleft .form-body .upload .title {
  margin-bottom: 20px;
}
.tousuzhuizong .tousuleft .form-body .upload .upkuang {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  background: #F8FCFF;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tousuzhuizong .tousuleft .form-body .upload .upkuang img {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tousuzhuizong .tousuleft .form-body .upload .tishi {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
}
.tousuzhuizong .tousuleft .form-body .btn-submit {
  background: #319AFB;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 55%;
  border: none;
  padding: 10px 0;
  height: 48px;
  margin-top: 60px;
}
.tousuzhuizong .tousuleft .from-details {
  font-size: 14px;
  padding-right: 20px;
}
.tousuzhuizong .tousuleft .from-details .hdavata {
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 20px;
}
.tousuzhuizong .tousuleft .from-details .hdavata .hdimg {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.tousuzhuizong .tousuleft .from-details .hdavata .hdimg img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tousuzhuizong .tousuleft .from-details .hdavata .hdname {
  display: inline-block;
  vertical-align: middle;
}
.tousuzhuizong .tousuleft .from-details .hdavata .hdname p:first-child {
  display: inline-block;
  font-size: 16px;
  color: #323232;
  margin-right: 10px;
  font-weight: bold;
}
.tousuzhuizong .tousuleft .from-details .hdavata .hdname p:last-child {
  display: inline-block;
  font-size: 14px;
  color: #969696;
}
.tousuzhuizong .tousuleft .from-details .xiaotitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.tousuzhuizong .tousuleft .from-details .bk1 {
  margin-bottom: 30px;
}
.tousuzhuizong .tousuleft .from-details .bk1 .p1 {
  margin-bottom: 5px;
}
.tousuzhuizong .tousuleft .from-details .bk1 .p1.red {
  color: #E41B1B;
}
.tousuzhuizong .tousuleft .from-details .bk1 ul.img_list {
  overflow: hidden;
}
.tousuzhuizong .tousuleft .from-details .bk1 ul.img_list li {
  float: left;
  height: 320px;
  border: 1px solid #EEEEEE;
  margin-right: 6px;
  width: 240px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 10px;
}
.tousuzhuizong .tousuleft .from-details .bk1 ul.img_list li img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  /*偏移*/
  transform: translateY(-50%);
}
.tousuzhuizong .tousuleft .speak input {
  width: 89%;
  height: 40px;
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #F0F0F0;
  float: left;
}
.tousuzhuizong .tousuleft .speak button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #319AFB;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 10%;
  text-align: center;
  line-height: 40px;
  border: none;
  float: right;
}
.tousuzhuizong .tousuright {
  width: 350px;
  overflow: hidden;
  float: right;
  background: #F0F0F0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tousuzhuizong .tousuright .btntou {
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
}
.tousuzhuizong .tousuright .btntou a {
  display: block;
  padding: 10px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
}
.tousuzhuizong .tousuright .btntou .a2 {
  background: #FE0000;
  margin-bottom: 20px;
}
.tousuzhuizong .tousuright .btntou .a3 {
  background: #1479D7;
}
.tousuzhuizong .tuijiantou {
  border: 1px solid #eeeeee;
  padding: 20px;
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tousuzhuizong .tuijiantou.tousuhong ul li .info2 .pingfen,
.tousuzhuizong .tuijiantou.tousuhong ul li .info2 .pingfen2 {
  border: 1px solid #FE0000;
}
.tousuzhuizong .tuijiantou.tousuhong ul li .info2 .pingfen span:first-child,
.tousuzhuizong .tuijiantou.tousuhong ul li .info2 .pingfen2 span:first-child {
  background: #FE0000;
  color: #ffffff;
}
.tousuzhuizong .tuijiantou.tousuhong ul li .info2 .pingfen span:last-child,
.tousuzhuizong .tuijiantou.tousuhong ul li .info2 .pingfen2 span:last-child {
  color: #FE0000;
}
.tousuzhuizong .tuijiantou.tousuhuang ul li .info2 .pingfen,
.tousuzhuizong .tuijiantou.tousuhuang ul li .info2 .pingfen2 {
  border: 1px solid #FFD022;
}
.tousuzhuizong .tuijiantou.tousuhuang ul li .info2 .pingfen span:first-child,
.tousuzhuizong .tuijiantou.tousuhuang ul li .info2 .pingfen2 span:first-child {
  background: #FFD022;
  color: #6A5300;
}
.tousuzhuizong .tuijiantou.tousuhuang ul li .info2 .pingfen span:last-child,
.tousuzhuizong .tuijiantou.tousuhuang ul li .info2 .pingfen2 span:last-child {
  color: #6A5300;
}
.tousuzhuizong .tuijiantou .moretou {
  overflow: hidden;
  margin-bottom: 15px;
}
.tousuzhuizong .tuijiantou .moretou p {
  display: inline-block;
}
.tousuzhuizong .tuijiantou .moretou p i.hei {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/jyszq/heiicon.svg");
  vertical-align: middle;
  margin-right: 10px;
}
.tousuzhuizong .tuijiantou .moretou p i.lan {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/jyszq/lanicon.svg");
  vertical-align: middle;
  margin-right: 10px;
}
.tousuzhuizong .tuijiantou .moretou p i.hong {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/jyszq/hong.svg");
  vertical-align: middle;
  margin-right: 10px;
}
.tousuzhuizong .tuijiantou .moretou p span {
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.tousuzhuizong .tuijiantou .moretou .more {
  font-size: 12px;
  color: #969696;
  float: right;
  margin-top: 5px;
}
.tousuzhuizong .tuijiantou ul li {
  padding: 14px 0;
}
.tousuzhuizong .tuijiantou ul li .info1 {
  display: inline-block;
  vertical-align: middle;
  width: 142px;
  height: 72px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #efefef;
}
.tousuzhuizong .tuijiantou ul li .info1 img {
  width: 100%;
  height: 100%;
}
.tousuzhuizong .tuijiantou ul li .info1 .bj {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-bottom-right-radius: 8px;
  padding: 2px 4px;
  text-align: center;
  font-size: 12px;
}
.tousuzhuizong .tuijiantou ul li .info1 .bj.green {
  background: #34D07B;
}
.tousuzhuizong .tuijiantou ul li .info1 .bj.red {
  background: #FE0000;
}
.tousuzhuizong .tuijiantou ul li .info1 .bj.pink {
  background: #FF3366;
}
.tousuzhuizong .tuijiantou ul li .info1 .bj.blue {
  background: #319AFB;
}
.tousuzhuizong .tuijiantou ul li .info2 {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  margin-left: 10px;
}
.tousuzhuizong .tuijiantou ul li .info2 .title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.tousuzhuizong .tuijiantou ul li .info2 .pingfen,
.tousuzhuizong .tuijiantou ul li .info2 .pingfen2 {
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tousuzhuizong .tuijiantou ul li .info2 .pingfen span:first-child,
.tousuzhuizong .tuijiantou ul li .info2 .pingfen2 span:first-child {
  width: 50%;
  float: left;
  padding: 2px 0;
}
.tousuzhuizong .tuijiantou ul li .info2 .pingfen span:last-child,
.tousuzhuizong .tuijiantou ul li .info2 .pingfen2 span:last-child {
  width: 50%;
  float: left;
  padding: 2px 0;
}
.tousuzhuizong .tuijiantou ul li .info2 .date {
  font-size: 12px;
  color: #969696;
}
.listBank {
  overflow: hidden;
}
.listBank .jinji {
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCE1F3;
  margin-bottom: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #0276DA;
}
.listBank .jinji i {
  position: relative;
  bottom: -2px;
}
.listBank .jinji > span {
  font-weight: bold;
  border-bottom: 3px solid #0276DA;
  padding-bottom: 5px;
}
.listBank .jinji a {
  float: right;
  font-size: 12px;
  color: #969696;
}
.listBank.tousuhong .item .info-header .p3 span:first-child {
  background: #E41B1B;
  color: #ffffff;
}
.listBank.tousuhong .item .info-header .p3 span:last-child {
  background: #EDD6D6;
  color: #FE0000;
}
.listBank.tousugreen .item .info-header .p3 span:first-child {
  background: #2ACA8A;
  color: #ffffff;
}
.listBank.tousugreen .item .info-header .p3 span:last-child {
  background: #D5EBE2;
  color: #2ACA8A;
}
.listBank .text-center {
  text-align: center;
}
.listBank .item {
  width: 216px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 9px;
}
.listBank .item:nth-child(5n+0) {
  margin-right: 0;
}
.listBank .item .info-header {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid #eeeeee;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: none;
  overflow: hidden;
  float: left;
}
.listBank .item .info-header img {
  width: 100%;
  height: 107px;
  float: left;
}
.listBank .item .info-header .p3 {
  width: 100%;
  float: left;
  font-size: 14px;
  overflow: hidden;
}
.listBank .item .info-header .p3 span {
  width: 50%;
  text-align: center;
  display: inline-block;
  padding: 3px 0;
  float: left;
}
.listBank .item .info-body {
  float: left;
  width: 100%;
  background: #F5F5F5;
  padding: 10px;
}
.listBank .item .info-body .p1 {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listBank .item .info-body .bj {
  font-size: 12px;
  color: #fff;
  width: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  text-align: center;
}
.listBank .item .info-body .bj.green {
  background: #2ACA8A;
}
.listBank .item .info-body .bj.red {
  background: #FF3366;
}
.listBank .item .info-body .item-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.listBank .item .info-body .item-num > div p {
  color: #969696;
  font-size: 12px;
}
.listBank .item .info-body .p2 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #969696;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.bankuai {
  margin-top: 10px;
  overflow: hidden;
}
.bankuai .list2 .item {
  width: 150px;
  height: 105px;
  margin-right: 19px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  float: left;
}
.bankuai .list2 .item img {
  width: 100%;
  height: 75px;
}
.bankuai .list2 .item span {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  background: #fff;
  color: #7C7C7C;
  text-align: center;
  display: inline-block;
}
.bankuai .list2 .item span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #eee;
}
.bankuai .list3 {
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
}
.bankuai .list3 .item {
  width: 48%;
  float: left;
  padding: 0 20px;
}
.bankuai .list3 .item .title {
  height: 52px;
  line-height: 52px;
  color: #0276DA;
  border-bottom: 1px solid #CCE1F3;
}
.bankuai .list3 .item .title .tabs {
  display: inline-block;
}
.bankuai .list3 .item .title .tabs span:first-child:after {
  content: '|';
  padding: 0 15px;
  color: #EEEEEE;
  font-size: 1rem;
  vertical-align: top;
  position: absolute;
}
.bankuai .list3 .item .title span {
  color: #323232;
  font-size: 20px;
}
.bankuai .list3 .item .title span:first-child {
  margin-right: 15px;
}
.bankuai .list3 .item .title span:last-child {
  margin-left: 15px;
}
.bankuai .list3 .item .title span.active {
  border-bottom: 3px solid #0276DA;
  padding-bottom: 10px;
  color: #0276DA;
  font-weight: bold;
}
.bankuai .list3 .item .title .more {
  float: right;
  color: #969696;
  font-size: 12px;
}
.bankuai .list3 .item.item1 .info {
  padding: 20px 0 0px;
  margin-bottom: 6px;
  font-size: 16px;
}
.bankuai .list3 .item.item1 .info a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 5px;
}
.bankuai .list3 .item.item1 .info a.large {
  font-size: 18px;
  font-weight: bold;
}
.bankuai .list3 .item.item2 {
  margin-left: 20px;
}
.bankuai .list3 .item.item2 .tabsContent2 {
  display: none;
}
.bankuai .list3 .item.item2 .info {
  padding: 12px 0 0px;
  margin-bottom: 12px;
}
.bankuai .list3 .item.item2 .info a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 8.5px;
  color: #323232;
}
.bankuai .list3 .item.item2 .info .large {
  font-size: 14px;
  font-weight: bold;
}
.bankuai .list3 .item.item2 .info .large + p {
  font-size: 12px;
  color: #969696;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bankuai .listBank {
  overflow: hidden;
}
.bankuai .listBank .clearfix {
  display: block;
  width: 100%;
  display: inline-block;
}
.bankuai .listBank .jinji {
  height: 52px;
  line-height: 52px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCE1F3;
  margin-bottom: 20px;
  font-size: 20px;
  vertical-align: middle;
  color: #0276DA;
}
.bankuai .listBank .jinji i {
  position: relative;
  bottom: -2px;
  border-bottom: 3px solid #0276DA;
  padding-bottom: 8px;
  padding-right: 5px;
}
.bankuai .listBank .jinji > span {
  font-weight: bold;
  border-bottom: 3px solid #0276DA;
  padding-bottom: 10px;
}
.bankuai .listBank .jinji a {
  float: right;
  font-size: 12px;
  color: #969696;
}
.bankuai .listBank.tousuhong .item .info-header .p3 span:first-child {
  background: #E41B1B;
  color: #ffffff;
}
.bankuai .listBank.tousuhong .item .info-header .p3 span:last-child {
  background: #EDD6D6;
  color: #FE0000;
}
.bankuai .listBank.tousugreen .item .info-header .p3 span:first-child {
  background: #2ACA8A;
  color: #ffffff;
}
.bankuai .listBank.tousugreen .item .info-header .p3 span:last-child {
  background: #D5EBE2;
  color: #2ACA8A;
}
.bankuai .listBank .text-center {
  text-align: center;
}
.bankuai .listBank .item {
  width: 216px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 30px;
  border-radius: 9px;
}
.bankuai .listBank .item:nth-child(5n+0) {
  margin-right: 0;
}
.bankuai .listBank .item .info-header {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid #eeeeee;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: none;
  overflow: hidden;
  float: left;
}
.bankuai .listBank .item .info-header img {
  width: 100%;
  height: 107px;
  float: left;
}
.bankuai .listBank .item .info-header .red span:first-child {
  background: #E41B1B !important;
  color: #ffffff !important;
}
.bankuai .listBank .item .info-header .red span:last-child {
  background: #EDD6D6 !important;
  color: #FE0000 !important;
}
.bankuai .listBank .item .info-header .green span:first-child {
  background: #2ACA8A !important;
  color: #ffffff !important;
}
.bankuai .listBank .item .info-header .green span:last-child {
  background: #D5EBE2 !important;
  color: #2ACA8A !important;
}
.bankuai .listBank .item .info-header .p3 {
  width: 100%;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.bankuai .listBank .item .info-header .p3 span {
  width: 50%;
  text-align: center;
  display: inline-block;
  padding: 3px 0;
  float: left;
}
.bankuai .listBank .item .info-body {
  float: left;
  width: 100%;
  background: #F5F5F5;
  padding: 10px;
}
.bankuai .listBank .item .info-body .p1 {
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bankuai .listBank .item .info-body .p1 b {
  width: 136px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bankuai .listBank .item .info-body .bj {
  font-size: 12px;
  color: #fff;
  width: auto !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 4px;
  text-align: center;
}
.bankuai .listBank .item .info-body .bj.green {
  background: #2ACA8A;
}
.bankuai .listBank .item .info-body .bj.red {
  background: #FF3366;
}
.bankuai .listBank .item .info-body .item-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.bankuai .listBank .item .info-body .item-num > div p {
  color: #969696;
  font-size: 12px;
}
.bankuai .listBank .item .info-body .p2 {
  font-size: 12px;
  margin-bottom: 10px;
  color: #969696;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bankuai.bankuai5 {
  background: #fff;
  padding: 0 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.bankuai.bankuai5 .listBank {
  width: 47%;
  float: left;
  margin-left: 1%;
}
.bankuai.bankuai5 .listBank + .listBank {
  margin-left: 4%;
}
.bankuai.bankuai5 .listBank .ranking li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.bankuai.bankuai5 .listBank .ranking li.number i {
  background: #FE0000;
  color: #fff;
}
.bankuai.bankuai5 .listBank .ranking li i {
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #DCDCDC;
  color: #646464;
  text-align: center;
  line-height: 20px;
  font-style: normal;
  margin-right: 5px;
}
.bankuai.bankuai5 .listBank .ranking li a {
  display: inline-flex;
  font-size: 14px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.bankuai .tuijiantou_line {
  height: 400px;
  position: absolute;
  width: 1px;
  margin-left: 14px;
  border-left: 2px dashed #C8C8C8;
  margin-top: 5px;
}
.bankuai .timeAxis {
  padding-left: 30px;
  margin-left: 0px;
  height: 406px;
  overflow-x: hidden;
  padding-right: 10px;
}
.bankuai .timeAxis::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.bankuai .timeAxis::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  background: #fff;
}
.bankuai .timeAxis::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  border-radius: 0px;
  background: #fff;
}
.bankuai .timeAxis:hover::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
.bankuai .timeAxis:hover::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.bankuai .timeAxis:hover::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  background: #fff;
}
.bankuai .timeAxis li {
  padding: 0 0 20px 0!important;
  position: relative;
}
.bankuai .timeAxis li:hover p {
  color: #E41B1B;
}
.bankuai .timeAxis li:hover span {
  color: #E41B1B;
}
.bankuai .timeAxis li.red:before {
  border: 2px solid #E41B1B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.bankuai .timeAxis li.red span,
.bankuai .timeAxis li.red p {
  color: #E41B1B;
}
.bankuai .timeAxis li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -22px;
  width: 8px;
  height: 8px;
  border: 2px solid #646464;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.bankuai .timeAxis li span {
  display: inline-block;
  font-size: 12px;
  color: #969696;
  margin-bottom: 5px;
}
.bankuai .timeAxis li p {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  max-height: 40px;
  overflow: hidden;
}
/*交易專區增加*/
.searchjjs {
  font-size: 14px;
  padding: 15px 0;
}
.searchP {
  font-size: 18px;
  margin-bottom: 10px;
}
#searchjjs_content {
  width: 100% !important;
}
#searchjjs_content .near-text {
  width: 80%;
}
#searchjjs_content .near-text .author {
  display: flex;
  align-items: center;
}
#searchjjs_content .near-text .author .righttext {
  margin-right: 50px;
  display: inline-block;
}
#searchjjs_content .near-text .author .righttext a {
  margin-right: 15px;
}
#searchjjs_content .near-text .author .righttext span {
  color: #969696;
}
#searchjjs_content .near-text .author .num {
  display: inline-block;
}
.no_content {
  background: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  height: 280px;
  line-height: 280px;
  margin-top: 24px;
  font-size: 16px;
  color: #646464;
}
.rankingnew {
  background: #ffffff;
  padding: 15px;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #646464;
}
.rankingnew a {
  font-weight: bold;
  font-size: 18px;
  padding: 0 30px;
}
.rankingnew a.active {
  color: #0276DA;
}
.display_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.score {
  padding: 10px 0;
}
.score .wraip_li {
  border-bottom: 1px dashed #C8C8C8;
  padding: 21px 0px;
}
.score .wraip_li:last-child {
  border-bottom: none;
}
.score .wraip_li .li_1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.score .wraip_li .li_1 .pic {
  display: inline-block;
  position: relative;
  width: 142px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}
.score .wraip_li .li_1 .pic span {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  width: 64px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-bottom-right-radius: 10px;
}
.score .wraip_li .li_1 .pic span.green {
  background: #2ACA8A;
}
.score .wraip_li .li_1 .pic span.red {
  background: #FE0000;
}
.score .wraip_li .li_1 .text .p1 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.score .wraip_li .li_1 .text .p2 {
  font-size: 12px;
  margin-bottom: 5px;
  display: flex;
}
.score .wraip_li .li_1 .text .p2 img {
  margin-right: 5px;
}
.score .wraip_li .li_1 .text .p3 {
  font-size: 12px;
  color: #969696;
}
.score .wraip_li .li_2 {
  color: #319AFB;
  text-align: center;
}
.score .wraip_li .li_2 .num {
  font-family: DINAlternate-Bold, DINAlternate;
  font-size: 42px;
}
.score .wraip_li .li_2 .text {
  font-size: 12px;
}
.economics {
  padding: 20px 30px;
}
.economics .p1 {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 10px;
}
.economics li {
  padding: 8px 0;
}
.economics li .item {
  background: #F1F9FF;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.economics li .item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.economics li .item p {
  color: #323232;
  font-weight: bold;
  font-size: 16px;
}
#footer .app_down {
  width: 140px;
  float: right;
  position: absolute;
  text-align: center;
  color: #FFF;
  line-height: 20px;
  font-size: 15px;
  top: 26px;
  right: 158px;
}
#footer .app_down img {
  max-width: 105px;
  padding: 5px;
  background: #FFF;
  margin-bottom: 5px;
}
#footer .app_down1 {
  width: 140px;
  float: right;
  position: absolute;
  text-align: center;
  color: #FFF;
  line-height: 20px;
  font-size: 15px;
  top: 26px;
  right: 12px;
}
#footer .app_down1 img {
  max-width: 105px;
  padding: 5px;
  background: #FFF;
  margin-bottom: 5px;
}
.jys-index .list {
  overflow: hidden;
}
.jys-index .list .item {
  border: 1px solid #e6e6e6;
  width: 219px;
  margin-right: 16px !important;
}
.jys-index .list .item:nth-child(5) {
  margin-right: 0 !important;
}
.jys-index .list .item .logo {
  background: #fff;
  overflow: hidden;
}
.jys-index .list .item .logo .bj {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  width: 72px;
  height: 28px;
  border-radius: 4px 0px 4px 0px;
  padding: 6px 5px 2px 5px;
  color: #fff;
}
.jys-index .list .item .logo .green {
  background: #42b74d;
}
.jys-index .list .item .logo .red {
  background: #FE0000;
}
.jys-index .list .item .logo .info-header {
  display: inline-block;
  width: 100%;
  position: relative;
  border: none;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: none;
  overflow: hidden;
  float: left;
  margin-top: -24px;
  margin-bottom: 2px;
}
.jys-index .list .item .logo .info-header img {
  height: 108.5px;
}
.jys-index .list .item .logo .dname {
  width: 68%;
  float: left;
  margin: 10px auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.jys-index .list .item .logo .dname .p1 {
  text-overflow: ellipsis;
  max-width: 115px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
  padding: 5px 0 5px 10px ;
}
.jys-index .list .item .logo .dname .p2 {
  color: #A5A5A5;
  padding: 0 5px 0 10px;
}
.jys-index .list .item .logo .p3 {
  width: 64px;
  height: 52px;
  float: left;
  background: #e6f3ff;
  border-radius: 4px;
  color: #1679D8;
  padding: 5px;
  margin: 10px auto;
}
.jys-index .list .item .logo .p3 .bgG {
  font-size: 12px;
}
.jys-index .list .item .logo .p3 .numc {
  font-size: 18px;
  font-weight: bold;
}
.jys-index .list .item .item-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #F2F5F7;
  height: 67px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 20px;
}
.jys-index .list .item .item-num div:nth-child(2) {
  border: #D8D8D8 1px solid;
  border-top: none;
  border-bottom: none;
  padding: 0 25px;
}
.jys-index .list .item .item-num p {
  color: #969696;
  font-size: 12px;
  line-height: 26px;
}
.jys-index .list .item .item-num b {
  font-size: 16px;
  color: #A5A5A5;
}
.index-pop {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.pop-con {
  position: relative;
  top: 7%;
  width: 65%;
  margin: 0 auto;
}
.pop-con img {
  max-width: 100%;
  border-radius: 5px;
}
.pop-con .close {
  color: #ffffff;
  background: #B6211B;
  border-radius: 20px 20px 0 0;
  padding: 5px 10px;
  font-size: 14px;
  display: table;
  margin: 0 auto -20px auto;
  position: relative;
  z-index: 999;
}
.index_top_ad {
  margin-top: 2.3rem;
}
.index_top_ad ul li {
  float: left;
  width: 24%;
  text-align: center;
  margin-left: 1.333%;
}
.index_top_ad ul li:nth-child(1) {
  margin-left: 0;
}
.index_top_ad ul li img {
  width: 100%;
  border-radius: 5px;
  height: 100px;
}
/*# sourceMappingURL=new-19-12-02.css.map */