.job .jbanner {
  width: 100%;
}
.job .jbanner img {
  width: 100%;
  display: block;
}
.job .jt {
  padding-top: 0.6rem;
  overflow: hidden;
}
.job .cates {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  border-bottom: 0.02rem solid #d0d0d0;
  text-align: center;
}
.job .cates a {
  display: inline-block;
  color: #828282;
  font-size: 0.22rem;
  background: #e6e6e6;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 0.04rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  text-decoration: none;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.job .cates a:hover {
  background: #3a4cde;
  color: #fff;
}
.job .cates .act {
  background: #3a4cde;
  color: #fff;
}
.job .lists {
  padding-top: 1rem;
}
.job .lists .items {
  overflow: hidden;
  margin-left: 0.1rem;
}
.job .lists .items .item {
  float: left;
  width: 4.8rem;
  height: 3.4rem;
  margin: 0.1rem 0.2rem 0.2rem 0.1rem;
  box-shadow: 0 0rem 0.12rem #cbcbcc;
  border-radius: 0.08rem;
  box-sizing: border-box;
  padding: 0.3rem;
  position: relative;
}
.job .lists .items .item .rowa,
.job .lists .items .item .rowb,
.job .lists .items .item .rowc {
  overflow: hidden;
}
.job .lists .items .item .gw {
  float: left;
  font-size: 0.22rem;
  color: #373738;
  font-weight: bold;
  width: 3.4rem;
}
.job .lists .items .item .xz {
  float: right;
  font-size: 0.16rem;
  color: #828282;
}
.job .lists .items .item .rowb {
  margin-top: 0.3rem;
}
.job .lists .items .item .i {
  float: left;
  width: 50%;
  font-size: 0.16rem;
  line-height: 0.4rem;
  height: 0.4rem;
  color: #828282;
}
.job .lists .items .item .rowc {
  position: absolute;
  bottom: 0.3rem;
}
.job .lists .items .item .rowc .abtn {
  height: 0.38rem;
  line-height: 0.38rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background: #3a4cde;
  color: #fff;
  border-radius: 0.06rem;
  font-size: 0.16rem;
  display: inline-block;
  text-decoration: none;
}
.job .lists .items .item:hover {
  background: #f1f1f1;
}
.job .lists .en .item .rowa .gw {
  float: none;
  width: 100%;
}
.job .lists .en .item .rowa .xz {
  margin-top: 0.1rem;
  float: none;
  width: 100%;
  text-align: left;
}
.job .lists .en .item .rowb .i {
  float: none;
  width: 100%;
}
.job .lists .en .item .rowc {
  margin-top: 0.4rem;
}
.job .en .cates a {
  padding: 0.1rem 0.4rem;
  line-height: 1.2;
  height: auto;
}
.jdetail .jbanner {
  width: 100%;
}
.jdetail .jbanner img {
  width: 100%;
  display: block;
}
.jdetail .jt {
  padding-top: 0.6rem;
}
.jdetail .info {
  margin-top: 0.34rem;
  background: #eeeeee;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.jdetail .info .rowa {
  width: 100%;
  overflow: hidden;
}
.jdetail .info .rowa .gw {
  width: 70%;
  float: left;
  font-size: 0.22rem;
  color: #505050;
}
.jdetail .info .rowa .abtn {
  width: 29%;
  float: right;
}
.jdetail .info .rowa .abtn a {
  cursor: pointer;
  float: right;
  display: block;
  border-radius: 0.4rem;
  border: 0.02rem solid #ababab;
  color: #ababab;
  font-size: 0.16rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 0.5rem;
  line-height: 0.46rem;
  text-decoration: none;
}
.jdetail .info .rowa .abtn a:hover {
  color: #0056B3;
  border: 0.02rem solid #0056B3;
}
.jdetail .info .items {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}
.jdetail .info .items .item {
  float: left;
  color: #505050;
  margin-right: 0.3rem;
  font-size: 0.16rem;
}
.jdetail .info .items .item i {
  margin-right: 0.06rem;
}
.jdetail .info .items .item span {
  font-size: 0.22rem;
}
.jdetail .conts {
  padding-top: 0.6rem;
  overflow: hidden;
}
.jdetail .conts .item {
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.jdetail .conts .item .t {
  font-size: 0.22rem;
  color: #505050;
}
.jdetail .conts .item .txt {
  margin-top: 0.6rem;
  font-size: 0.16rem;
  color: #828282;
}
.jdetail .conts .item .txt p {
  font-size: 0.16rem;
  color: #828282;
  margin-bottom: 0.2rem;
}
.jdetail .appfrom {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.jdetail .appfrom .content {
  width: 11.5rem;
  margin: 0.2rem auto;
  background: #fff;
  padding: 0.8rem;
  box-sizing: border-box;
  box-shadow: 0 0rem 0.08rem #505050;
  border-radius: 0.06rem;
  position: relative;
}
.jdetail .appfrom .content .aclose {
  position: absolute;
  z-index: 1;
  right: 0.3rem;
  top: 0.3rem;
  width: 0.26rem;
  text-align: center;
  cursor: pointer;
}
.jdetail .appfrom .content .aclose img {
  width: 0.26rem;
  height: 0.26rem;
}
.jdetail .appfrom .content .filesend {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.jdetail .appfrom .content .filesend .item {
  overflow: hidden;
}
.jdetail .appfrom .content .filesend .item .left {
  float: left;
  width: 0.5rem;
}
.jdetail .appfrom .content .filesend .item .left input {
  margin-top: 0.02rem;
  width: 0.26rem;
  height: 0.26rem;
}
.jdetail .appfrom .content .filesend .item .right {
  float: right;
  width: 9.4rem;
}
.jdetail .appfrom .content .filesend .item .right .d {
  color: #505050;
  font-size: 0.22rem;
  line-height: 1.1;
}
.jdetail .appfrom .content .filesend .item .right .d1 {
  margin-top: 0.24rem;
  color: #9a9a9a;
  font-size: 0.16rem;
  line-height: 1.1;
}
.jdetail .appfrom .content .filesend .fv {
  margin-top: 0.5rem;
}
.jdetail .appfrom .content .filesend .fv input {
  font-size: 0.16rem;
  color: #505050;
}
.jdetail .appfrom .content .filesend .fv .ubtn {
  font-size: 0.22rem;
  color: #505050;
  background: #e3e3e3;
  border-radius: 0.06rem;
  border: none;
  outline: 0;
  height: 0.5rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.jdetail .appfrom .content .filesend .cf {
  margin-top: 0.5rem;
}
.jdetail .appfrom .content .formbd {
  display: none;
}
.jdetail .appfrom .content .formbd .rowa {
  overflow: hidden;
  min-height: 0.52rem;
  line-height: 0.52rem;
  border-bottom: 0.02rem solid #d0d0d0;
}
.jdetail .appfrom .content .formbd .rowa .left {
  float: left;
  font-size: 0.16rem;
  color: #505050;
  width: 1.6rem;
}
.jdetail .appfrom .content .formbd .rowa .left span {
  display: inline-block;
  margin-left: 0.36rem;
}
.jdetail .appfrom .content .formbd .rowa .right {
  float: right;
  width: 8.2rem;
}
.jdetail .appfrom .content .formbd .rowa .right .ipt {
  width: 100%;
  border: none;
  outline: 0;
  font-size: 0.16rem;
  height: 0.52rem;
  line-height: 0.52rem;
}
.jdetail .appfrom .content .formbd .rowa .right .mr {
  color: #505050;
  font-size: 0.16rem;
  margin-right: 0.2rem;
}
.jdetail .appfrom .content .formbd .rowa .right .w2 {
  width: 1.4rem;
}
.jdetail .appfrom .content .formbd .rowb {
  border-bottom: 0.02rem solid #d0d0d0;
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.jdetail .appfrom .content .formbd .rowb .t1 {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #505050;
}
.jdetail .appfrom .content .formbd .rowb .d1 {
  margin-top: 0.2rem;
}
.jdetail .appfrom .content .formbd .rowb .d1 .detail {
  height: 2.5rem;
  width: 100%;
  border: none;
  outline: 0;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #505050;
}
.jdetail .appfrom .content .formbd .rowb .d1 .detail::-webkit-scrollbar {
  width: 4px !important;
  height: auto !important;
  background: #dcdcdc;
  height: 4px !important;
}
.jdetail .appfrom .content .formbd .rowb .d1 .detail::-webkit-scrollbar-thumb {
  background: #1dd072;
  border-radius: 4px;
  height: 4px !important;
}
.jdetail .appfrom .content .formbd .rowb .sendbtn {
  background: #394cde;
  font-size: 0.16rem;
  color: #fff;
  border: none;
  outline: 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  margin: 0.4rem auto 0 auto;
  display: block;
}
.jdetail .appfrom .content .formbd .rowb:last-child {
  border-bottom: none;
}
.jdetail .en .info .items .item {
  width: 50%;
  margin-right: 0;
}
.jdetail .en .appfrom .content .formbd .rowa .left {
  width: 1.6rem;
}
.jdetail .en .appfrom .content .formbd .rowa .right {
  width: 8.3rem;
}
.jdetail .en .appfrom .content .formbd .rowa .right .w2 {
  width: 2rem;
}
.jculture .jbanner {
  width: 100%;
}
.jculture .jbanner img {
  width: 100%;
  display: block;
}
.jculture .jt {
  padding-top: 0.6rem;
}
.jculture .ts {
  background: #f6fafa;
  padding-top: 0.6rem;
  overflow: hidden;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.jculture .ts .left {
  width: 5.9rem;
  float: left;
}
.jculture .ts .left .t {
  font-size: 0.28rem;
  color: #3a4cde;
}
.jculture .ts .left .d {
  font-size: 0.22rem;
  color: #1fd07e;
  margin-top: 0.2rem;
}
.jculture .ts .left .info {
  margin-top: 0.4rem;
}
.jculture .ts .left .info p {
  text-align: justify;
  color: #505050;
  font-size: 0.16rem;
  margin-bottom: 0.3rem;
}
.jculture .ts .right {
  width: 8.8rem;
  float: right;
  overflow: hidden;
}
.jculture .ts .right .contain {
  width: 8.8rem;
  overflow: hidden;
  float: left;
  position: relative;
}
.jculture .ts .right .contain .fc {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 1;
  width: 2.2rem;
  right: 0;
  top: 0;
  display: none;
}
.jculture .ts .right .contain .btns {
  margin-top: 0.2rem;
  text-align: center;
}
.jculture .ts .right .contain .btns .pre,
.jculture .ts .right .contain .btns .next {
  display: inline-block;
}
.jculture .ts .right .contain .btns .pre i,
.jculture .ts .right .contain .btns .next i {
  font-size: 0.5rem;
  cursor: pointer;
  color: #ccc;
}
.jculture .ts .right .contain .btns .pre i:hover,
.jculture .ts .right .contain .btns .next i:hover {
  color: #5797fa;
}
.jculture .ts .right .contain .single {
  width: 100%;
  height: 4.85rem;
  position: relative;
}
.jculture .ts .right .contain .single ul {
  list-style: none;
  white-space: nowrap;
  display: inline-block;
  height: 4.85rem;
  font-size: 0;
}
.jculture .ts .right .contain .single ul li {
  width: 6.5rem;
  height: 4.85rem;
  display: inline-block;
  margin-right: 0.1rem;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  font-size: 0.22rem;
}
.jculture .ts .right .contain .single ul li img {
  width: 6.2rem;
  height: 4.49rem;
  margin: 0.14rem;
  box-shadow: 0 0.06rem 0.1rem #ccc;
  border-radius: 0.08rem;
  /* transition:all .6s ease-in-out;
								&:hover{
									-webkit-transform: scale(1.03);
									-moz-transform: scale(1.03);
									-ms-transform: scale(1.03);
									-o-transform: scale(1.03);
									transform:scale(1.03);
								} */
}
.jculture .hr {
  display: block;
}
.jculture .hr img {
  height: 0.12rem;
  width: 100%;
  display: block;
}
.jculture .bz {
  overflow: hidden;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.jculture .bz .rowa .t {
  color: #3a4cde;
  font-size: 0.28rem;
  text-align: center;
}
.jculture .bz .rowa .d {
  margin-top: 0.18rem;
  font-size: 0.22rem;
  color: #1fd07e;
  text-align: center;
}
.jculture .bz .rowb {
  margin-top: 1rem;
  overflow: hidden;
}
.jculture .bz .rowb .left,
.jculture .bz .rowb .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 1.1rem;
  position: relative;
}
.jculture .bz .rowb .left .icon,
.jculture .bz .rowb .right .icon {
  position: absolute;
  right: 1.06rem;
  top: 0;
  width: 0.4rem;
  height: 0.4rem;
}
.jculture .bz .rowb .left .icon img,
.jculture .bz .rowb .right .icon img {
  width: 100%;
}
.jculture .bz .rowb .left .t,
.jculture .bz .rowb .right .t {
  font-size: 0.22rem;
  color: #3a4cde;
}
.jculture .bz .rowb .left .d,
.jculture .bz .rowb .right .d {
  margin-top: 0.6rem;
  font-size: 0.16rem;
  color: #505050;
  line-height: 2;
}
.jculture .bz .rowb .right {
  float: right;
  padding-left: 1.1rem;
}
.jculture .bz .en .rowa .left .d,
.jculture .bz .en .rowb .left .d,
.jculture .bz .en .rowa .right .d,
.jculture .bz .en .rowb .right .d {
  text-align: left;
  line-height: 1.6;
}
.jculture .gd {
  overflow: hidden;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f6fafa;
}
.jculture .gd .containa {
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.jculture .gd .containa .fc {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 1;
  width: 2.2rem;
  right: 0;
  top: 0;
  display: none;
}
.jculture .gd .containa .fc1 {
  left: 0;
}
.jculture .gd .containa .singlea {
  width: 100%;
  height: 3.3rem;
  position: relative;
}
.jculture .gd .containa .singlea ul {
  list-style: none;
  white-space: nowrap;
  display: inline-block;
  height: 3.3rem;
  font-size: 0;
}
.jculture .gd .containa .singlea ul li {
  width: 4.92rem;
  height: 3.25rem;
  display: inline-block;
  margin-right: 0.1rem;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  font-size: 0.22rem;
  /* &:first-child{
							margin-left: -3rem;
						} */
}
.jculture .gd .containa .singlea ul li img {
  width: 4.62rem;
  height: 2.96rem;
  border-radius: 0.08rem;
  margin: 0.2rem;
  box-shadow: 0 0 0.1rem #666;
  display: block;
}
.jculture .en .ts .left .info p {
  text-align: left;
  font-size: 0.2rem;
  line-height: 1.6;
  margin-bottom: 0.2rem;
}
.jnew .jbanner {
  width: 100%;
}
.jnew .jbanner img {
  width: 100%;
  display: block;
}
.jnew .jt {
  padding-top: 0.6rem;
}
.jnew .cont {
  padding-top: 0.6rem;
}
.jnew .cont .rowa {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
  background: #f6fafa;
}
.jnew .cont .rowa .cnt {
  position: relative;
}
.jnew .cont .rowa .left {
  float: left;
  width: 50%;
  height: 5.15rem;
  background-image: url(../img/x1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.06rem;
}
.jnew .cont .rowa .left .txt {
  margin: 0.8rem 2rem 0 1.2rem;
  color: #fff;
}
.jnew .cont .rowa .left .txt .t {
  font-size: 0.28rem;
  color: #20e88b;
}
.jnew .cont .rowa .left .txt .d {
  font-size: 0.22rem;
  color: #20e88b;
}
.jnew .cont .rowa .left .txt .info {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 1.8;
  text-align: justify;
}
.jnew .cont .rowa .right {
  position: absolute;
  z-index: 1;
  right: 0;
  margin-top: 0.32rem;
}
.jnew .cont .rowa .right img {
  border-radius: 0.06rem;
  width: 8.3rem;
  height: 4.41rem;
}
.jnew .cont .rowa .righta {
  display: none;
}
.jnew .cont .rowb {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.jnew .cont .rowb .cnt {
  position: relative;
}
.jnew .cont .rowb .right {
  float: right;
  width: 50%;
  height: 5.15rem;
  background-image: url(../img/x4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.06rem;
}
.jnew .cont .rowb .right .txt {
  margin: 0.8rem 1.2rem 0 2rem;
  color: #fff;
}
.jnew .cont .rowb .right .txt .t {
  font-size: 0.28rem;
  color: #20e88b;
}
.jnew .cont .rowb .right .txt .d {
  font-size: 0.22rem;
  color: #20e88b;
}
.jnew .cont .rowb .right .txt .info {
  margin-top: 0.5rem;
  font-size: 0.16rem;
  line-height: 1.8;
  text-align: justify;
}
.jnew .cont .rowb .left {
  position: absolute;
  z-index: 1;
  left: 0;
  margin-top: 0.32rem;
  display: block;
}
.jnew .cont .rowb .left img {
  border-radius: 0.06rem;
  width: 8.3rem;
  height: 4.41rem;
}
.jnew .cont .rowb .lefta {
  display: none;
}
.jnew .en .cont .rowa .left .txt .d {
  line-height: 1.4;
  margin-top: 0.3rem;
  text-align: left;
}
.jnew .en .cont .rowa .left .txt .info {
  line-height: 1.4;
  margin-top: 0.3rem;
  text-align: left;
}
.jnew .en .cont .rowb .right .txt {
  margin: 0.6rem 0.5rem 0 1.4rem;
}
.jnew .en .cont .rowb .right .txt .d {
  line-height: 1.4;
  margin-top: 0.3rem;
  text-align: left;
}
.jnew .en .cont .rowb .right .txt .info {
  line-height: 1.4;
  margin-top: 0.3rem;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .job .jt {
    padding-top: 0.6rem;
    overflow: hidden;
  }
  .job .cates {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .job .cates a {
    font-size: 0.22rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .job .lists {
    padding-top: 0.5rem;
  }
  .job .lists .items {
    overflow: hidden;
    margin-left: 0;
  }
  .job .lists .items .item {
    float: left;
    width: 6.7rem;
  }
  .job .lists .items .item .rowa .gw {
    font-size: 0.22rem;
    width: 5.2rem;
  }
  .job .lists .items .item .rowa .xz {
    font-size: 0.2rem;
  }
  .job .lists .items .item .rowb {
    margin-top: 0.3rem;
  }
  .job .lists .items .item .rowb .i {
    font-size: 0.2rem;
  }
  .job .lists .items .item .rowc {
    margin-top: 0.4rem;
  }
  .job .lists .items .item .rowc .abtn {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
  }
  .jdetail .jt {
    padding-top: 0.6rem;
  }
  .jdetail .info {
    margin-top: 0.5rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .jdetail .info .rowa .gw {
    font-size: 0.22rem;
  }
  .jdetail .info .rowa .abtn a {
    font-size: 0.2rem;
    width: auto;
    height: 0.46rem;
    line-height: 0.4rem;
    text-align: center;
  }
  .jdetail .info .items .item {
    width: 50%;
    margin-right: 0;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.2rem;
  }
  .jdetail .info .items .item i {
    font-size: 0.2rem;
  }
  .jdetail .conts {
    padding-top: 0.4rem;
  }
  .jdetail .conts .item .t {
    font-size: 0.22rem;
  }
  .jdetail .conts .item .txt {
    margin-top: 0.3rem;
    font-size: 0.2rem;
  }
  .jdetail .conts .item .txt p {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .jdetail .appfrom .content {
    margin-top: 1rem !important;
    width: 6.9rem;
    padding: 0.4rem 0.8rem 0.4rem 0.8rem;
  }
  .jdetail .appfrom .content .filesend .item .right {
    width: 4.4rem;
  }
  .jdetail .appfrom .content .filesend .item .right .d {
    line-height: 1.3;
    font-size: 0.22rem;
  }
  .jdetail .appfrom .content .filesend .item .right .d1 {
    font-size: 0.2rem;
  }
  .jdetail .appfrom .content .formbd .rowa .left {
    font-size: 0.2rem;
  }
  .jdetail .appfrom .content .formbd .rowa .right {
    width: 3.7rem;
  }
  .jdetail .appfrom .content .formbd .rowa .right .ipt {
    font-size: 0.2rem;
  }
  .jdetail .appfrom .content .formbd .rowa .wide {
    width: 100%;
  }
  .jdetail .appfrom .content .formbd .rowb .t1 {
    font-size: 0.2rem;
  }
  .jdetail .appfrom .content .formbd .rowb .d1 .detail {
    height: 1.6rem;
    font-size: 0.2rem;
  }
  .jdetail .appfrom .content .formbd .rowb .sendbtn {
    height: 0.4rem;
    font-size: 0.2rem;
  }
  .jdetail .en .appfrom .content .formbd .rowa .left {
    width: 1.5rem;
  }
  .jdetail .en .appfrom .content .formbd .rowa .right {
    width: 3.7rem;
  }
  .jdetail .en .appfrom .content .formbd .rowa .right .w2 {
    width: 2.4rem;
  }
  .jdetail .en .appfrom .content .formbd .education .left {
    width: 100%;
    float: none;
  }
  .jdetail .en .appfrom .content .formbd .education .right {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .jdetail .en .appfrom .content .formbd .education .right .disp {
    display: none;
  }
  .jculture .jt {
    padding-top: 0.6rem;
  }
  .jculture .ts {
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  .jculture .ts .left {
    width: 100%;
  }
  .jculture .ts .left .t {
    font-size: 0.3rem;
  }
  .jculture .ts .left .d {
    font-size: 0.2rem;
  }
  .jculture .ts .left .info {
    font-size: 0.2rem;
  }
  .jculture .ts .left .info p {
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .jculture .ts .right {
    width: 100%;
    margin-top: 0.25rem;
  }
  .jculture .ts .right .contain {
    width: 100%;
  }
  .jculture .ts .right .contain .fc {
    width: 3rem;
  }
  .jculture .ts .right .contain .single {
    height: 3rem;
  }
  .jculture .ts .right .contain .single ul {
    height: 3rem;
  }
  .jculture .ts .right .contain .single ul li {
    height: 3rem;
  }
  .jculture .ts .right .contain .btns .pre i,
  .jculture .ts .right .contain .btns .next i {
    font-size: 0.3rem;
  }
  .jculture .ts .right .contain .single ul li {
    width: 4rem;
    height: 2.9rem;
  }
  .jculture .ts .right .contain .single ul li img {
    width: 3.8rem;
    height: 2.75rem;
  }
  .jculture .bz {
    padding-top: 0.6rem;
  }
  .jculture .bz .rowa .t {
    font-size: 0.3rem;
  }
  .jculture .bz .rowa .d {
    font-size: 0.22rem;
    margin-top: 0.15rem;
  }
  .jculture .bz .rowb {
    margin-top: 0.6rem;
  }
  .jculture .bz .rowb .left,
  .jculture .bz .rowb .right {
    width: 100%;
    padding: 0;
  }
  .jculture .bz .rowb .left .d,
  .jculture .bz .rowb .right .d {
    font-size: 0.2rem;
    margin-top: 0.2rem;
    text-align: justify;
  }
  .jculture .bz .rowb .left .t,
  .jculture .bz .rowb .right .t {
    font-size: 0.22rem;
  }
  .jculture .bz .rowb .left .icon,
  .jculture .bz .rowb .right .icon {
    right: 0;
  }
  .jculture .bz .rowb .left {
    margin-bottom: 0.6rem;
  }
  .jculture .gd {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .jculture .gd .containa .fc {
    width: 1.3rem;
  }
  .jnew .jt {
    padding-top: 0.6rem;
  }
  .jnew .cont {
    padding-top: 0.3rem;
    margin-top: 0.3rem;
  }
  .jnew .cont .rowa {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .jnew .cont .rowa .left {
    background-image: url(../img/x7.jpg);
    height: 5.16rem;
    width: 4.03rem;
  }
  .jnew .cont .rowa .left .txt {
    margin: 0.3rem 0.9rem 0 0.3rem;
  }
  .jnew .cont .rowa .left .txt .t {
    font-size: 0.3rem;
  }
  .jnew .cont .rowa .left .txt .d {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  .jnew .cont .rowa .left .txt .info {
    margin-top: 0.2rem;
    text-align: justify;
    font-size: 0.2rem;
  }
  .jnew .cont .rowa .right {
    width: 3.5rem;
    display: none;
    margin-top: 0.56rem;
  }
  .jnew .cont .rowa .right img {
    width: 3.5rem;
    height: 3.87rem;
  }
  .jnew .cont .rowa .righta {
    display: block;
  }
  .jnew .cont .rowb .left {
    width: 3.5rem;
    display: none;
    margin-top: 0.56rem;
  }
  .jnew .cont .rowb .left img {
    width: 3.5rem;
    height: 3.87rem;
  }
  .jnew .cont .rowb .lefta {
    display: block;
  }
  .jnew .cont .rowb .right {
    background-image: url(../img/x8.jpg);
    height: 5.16rem;
    width: 4.03rem;
  }
  .jnew .cont .rowb .right .txt {
    margin: 0.3rem 0.3rem 0 0.9rem;
  }
  .jnew .cont .rowb .right .txt .t {
    font-size: 0.3rem;
  }
  .jnew .cont .rowb .right .txt .d {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  .jnew .cont .rowb .right .txt .info {
    font-size: 0.2rem;
    margin-top: 0.2rem;
    text-align: justify;
  }
  .jnew .en .cont .rowa .left .txt .t {
    line-height: 1.3;
  }
  .jnew .en .cont .rowa .left .txt .d {
    line-height: 1.4;
    margin-top: 0.2rem;
  }
  .jnew .en .cont .rowa .left .txt .info {
    line-height: 1.4;
    margin-top: 0.2rem;
    text-align: left;
  }
  .jnew .en .cont .rowb .right .txt {
    margin: 0.3rem 0.2rem 0 0.8rem;
  }
  .jnew .en .cont .rowb .right .txt .t {
    line-height: 1.3;
  }
  .jnew .en .cont .rowb .right .txt .d {
    line-height: 1.4;
    margin-top: 0.16rem;
  }
  .jnew .en .cont .rowb .right .txt .info {
    line-height: 1.4;
    margin-top: 0.16rem;
    text-align: left;
  }
}
