@charset "UTF-8";
/*相对定位*/

.p_r {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-pack-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-pack-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: pace-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-warp {
  flex-flow: wrap
}

.flex-column {
  flex-flow: column
}

.ellipsis-1 {

}
.ellipsis-1>div{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.transition {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner img {
  display: block;
  width: 100%;
}

.inner-page{
 /* min-height: 42.44vw;
  padding-bottom: .73rem;*/
 margin-bottom: .5rem;
}
.inner-page .lmflex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
.left_nav{
  width: 3.32rem;
}

.left_nav .nav-tit{
  padding: 0 .34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/left_navti.png) center no-repeat;
  text-align: center;
  width: calc(100% + .05rem);
  background-size: 100% auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.nav-tit img{
  display: block;
  width: 100%;
  height: .12rem;
  object-fit: cover;
  object-position: left center;
}

.nav-tit .imgr img{
  object-position: right center;
}
.nav-tit h3{
  font-size: .26rem;
  line-height: .8rem;
  color: #FFFFFF;
  font-family:SourceHanSansCN-Bold,sans-serif;
  flex-shrink: 0;
  display: block;
  width: 100%;
}

.lv1 li h3{
  position: relative;
  padding: 0 .1rem 0 .1rem;
  font-size: .2rem;
  line-height: .63rem;
  color: #333333;
  transition: .5s;
}
.lv1 li{
  border-bottom: 1px dashed #ccc;
}
.lv1 li a{
  display: block;
}

.lv1 li.xiala h3 i{
  position: absolute;
  right: 0;
  top: 50%;
  width: .09rem;
  height: .17rem;
  background: url("../images/n_left.png") no-repeat center;
  transform: translateY(-50%);
  cursor: pointer;
}
.lv1 .active{border-color: #07378D;}
.lv1 li.active h3:before,
.lv1 li.on h3:before,
.lv1 li:hover h3:before{
  opacity: 1;
  visibility: visible;
}

.lv1 li.active h3 a,
.lv1 li.on h3,
.lv1 li:hover h3 a{
  color: #1364be;
}
.lv1 li.active h3 :hover a{
   color: #07378D;
  border-color: #07378D;
}

.lv1 li.on,
.lv1 li:hover{
   color: #07378D;
  border-color: #07378D;
}
.lv1 li:last-child{
  border: none;
}

.lv1 li .s-link a{
  font-size: .18rem;
  line-height: .36rem;
  color: #333;
  transition: .5s;
}
.lv1 li .s-link{
  padding: .1rem 0 .1rem .6rem;
  border-top:1px dashed transparent;
  display: none;
}
.lv1 li .s-link a:hover{
  color: #0074B7;
}
.lv1 li.on .s-link{
  border-color: #0074B7;
}
.left_nav .lv1{

padding: .19rem .3rem .2rem .36rem;

background: #fff;

transform: translate(.05rem , 0);

box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);

box-sizing: border-box;
}
.left_nav:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: .8rem;
  bottom: .38rem;
  background: #1364be;
  z-index: -1;
}
.left_nav{
  position: relative;
  z-index: 2;
  margin-top: -.8rem;
  align-self: flex-start;
}

.right_box{flex: 1;min-width: 0;margin-left: .5rem;min-height:500px;}
.n_tit{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .32rem 0 .1rem;
  margin-bottom: .3rem;
}

.n_tit h3{
  position: relative;
  font-size: .24rem;
  line-height: .32rem;
  color: #333333;
}


.posi{
  display: flex;
  align-items: center;
  font-size: .16rem;
  line-height: .27rem;
  color: #414141;
  flex-wrap: wrap;
}
.posi img{
  display: block;
  width: .16rem;
  margin-right: .05rem;
}
.posi span{
  margin: 0 .03rem;
}
.posi_line{
    background: #1364be;
    height: 1px;
    flex: 1;
    margin: 0 .15rem;
    position: relative;
}
.posi_line:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:10px;
  background: #1364be;
  transform:translateY(-50%)
}

.text-list .item {
  margin-top: .25rem;
  border: 1px #CDE4FF solid;
  padding: .2rem 1.4rem .2rem .4rem;
  height: 1.2rem;
  z-index: 20;
}
.text-list .tit{font-size:.24rem}
.text-list .item .date {
  font-family: 'Georgia';
  color: #1656A4;
  font-size: .18rem;
  padding-right: .5rem;
  margin-right: .4rem;
}
.text-list .tit p{
    color: #666;
    font-size: .16rem;
    line-height: .4rem;
}
.text-list .item .date span {
  font-size: .32rem;
}

.text-list .item .line {
  content: '';
  position: absolute;
  left: -1px;
  top: 50%;
  width: 3px;
  height: .6rem;
  background-color: #C4DFFF;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.text-list .item .date::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: .9rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-left: 2px dotted #CDE4FF;
  z-index: 1;
}

.text-list .item .date::before {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  background-color: #CDE4FF;
}

.text-list .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  background-color: #2574CB;
}

.text-list .item::before {
  content: '';
  position: absolute;
  top: 50%;
  right: .6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: .4rem;
  height: .4rem;
  background: url(../images/more4.png)no-repeat center;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}


.di_bl {
  display: block;
}

.text-list .item:hover {
  border-color: #2574CB;
  color: #FFF;
  transition:all 0.3s;
}
.text-list .item:hover div{

  color: #FFF;
  transition:all 0.3s;
}
.text-list .item:hover p{
  border-color: #2574CB;
  color: #FFF;
}
.text-list .item:hover::after,
.pic-list .item:hover::after {
  width: 100%;
}
.text-list .item:hover .line {
  background-color: #E1AC36;
}
.text-list .item:hover .date {
  color: #FFF;
}
.text-list .item:hover::before {
  content: '';
  position: absolute;
  top: 50%;
  right: .6rem;
  /* transform: translateY(-50%) rotate(180deg); */
  /* -webkit-transform: translateY(-50%) rotate(180deg); */
  /* -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg); */
  width: .4rem;
  height: .4rem;
  background: url(../images/more4.png)no-repeat center;
}
.text-list .item:hover::before {
  /* transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg); */
  opacity: 1;
}
/*  */


.timg-list ul li a {
  display: block;
  transition: all 0.3s;
  padding: .2rem .2rem;
  background: #f5faff;
  margin-top: .3rem;
  border: 1px solid transparent;
}

.timg-list ul li:nth-child(1) a {
  margin-top: 0;
}

.timg-list ul li a h3 {
  font-size: .2rem;
  color: #333333;
  line-height: .4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  clear: both;
}

.timg-list ul li a>div {
  overflow: hidden;
}

.timg-list-img {
  float: left;
  width: 2.36rem;
  margin-right: .24rem;
}

.timg-list ul li a .pic {
  padding-top: 72%;
}

.timg-list ul li a:hover h3 {}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover span b {
  color: #fff;
}

.timg-linfo {
  overflow: hidden;
}

.timg-linfo p {
  font-size: .16rem;
  line-height: .3rem;
  color: #666666;
  height: .6rem;
  white-space: pre-wrap;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: .1rem 0 .25rem 0;
}

.timg-linfo div {
  overflow: hidden;
}

.timg-linfo span {
  font-family: Arial;
  display: block;
  color: #898989;
  font-size: .18rem;
  background-position: left center;
  line-height: .3rem;
  float: left;
  padding-left: .2rem;
  background: url(../images/icon-time.png) no-repeat;
  background-position: left center;
  background-size: .14rem;
}

.timg-linfo span b {
  font-size: 24px;
  font-weight: 600;
  color: #033481;
  margin-right: 5px;
  display: inline-block;
  vertical-align: baseline;
}

.timg-list ul li a:hover {
  background: #fff;
  border: 1px solid #2574CB;
  box-shadow: 0px 4px 15px 0px rgba(172, 172, 172, 0.3);
}

.timg-list ul li a:hover h3 {
  color: #033481;
  font-weight: bold;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {}


/* 图片列表 */

.img-lists ul {
  overflow: hidden;
}

.img-lists ul li {
  float: left;
  width: 30%;
  margin-bottom: .35rem;
  margin-left: 5%;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:nth-child(3n+1) {
  margin-left: 0;
}

.img-lists ul li:hover {
  /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
  top: -10px;
}

.img-lists ul li:hover .info p {
  color: #033481;
  font-weight: 600;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 65%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.img-lists ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  background-position: left center; text-align:center;
}

.img-lists ul li a>div.info p {
  color: #333333;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .22rem;
}

.img-lists ul li a>div.info img {
  height: 14px;
  vertical-align: middle;
}

.img-lists ul li a>div.info span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
  vertical-align: middle;
}




.pagination {
  text-align: center;
  font-size: 0;
  padding-top: 50px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 0 12px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #666;
  margin: 0 7px;
}

.pagination a.active {
  background: #033481;
  color: #fff;
  border: 1px solid #033481;
}

.pagination a:hover {
  background: #033481;
  color: #fff;
  border: 1px solid #033481;
}

.pagination span {
  display: inline-block;
  font-size: 14px;
}



.art-main .art-tit h3 {
  text-align: center;
  color: #2C2C2C;
  font-weight: normal;
  font-size: .26rem;
  font-weight: normal;
  font-weight: 600;
}

.art-main .art-tit h4 {
  text-align: center;
  color: #666666;
  font-weight: normal;
  font-size: 18px;
  margin-top: 30px;
}

.art-main .art-body {
  padding: 30px 0;
}
.xsxx_nr{
    width: 96%;
    margin: 0 auto;
}
.xsxx_nr .sx_xxnr{
    margin: 0.2rem 0;
    width: 100%;
    display: flex;
} 
.xsxx_nr .sx_xxnr span{
    font-size: .21rem;
    font-weight: bold;
    /* float: left; */
    text-align: justify;
    text-align: left;
    line-height: .34rem;
    /* width: 1rem; */
    display: block;
    margin-right: .2rem;
} 
.xsxx_nr .sx_xxnr p{
    color: #2C2C2C;
    text-indent: 0em !important;!i;!;
    font-size: .21rem;
    line-height: .34rem;
    margin-top: 0 !important;!i;!;
    padding-left: 0;
    display: block;
    !i;!;
    text-align: left;
    flex: 1;
    min-width: 0;
} 
.art-main .art-body p {
  color: #2C2C2C;
  text-indent: 2em;
  font-size: .21rem;
  line-height: .34rem;
  margin-top: .3rem;
  /* display: block; */
  /* margin-left: 0.5rem; */
}

.art-main .art-body img {
  max-width: 100% !important;
  display: block;
  margin: .3rem auto;
}

.art-main .cont-tit p {
  font-size: 0;
 /* text-align: center;*/
  line-height: .26rem;
  margin-top: .15rem;
}

.art-main .cont-tit p img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  margin-right: 5px;
}

.art-main .cont-tit p .liulan {
  margin-left: 50px;
}

.art-main .cont-tit p span {
  display: inline-block;
  vertical-align: middle;
  font-size: .14rem;
  margin: 0 .1rem;
  color: #A8A8A8;
  line-height: .3rem;
}

.art-info {
  margin-top: .5rem;
}

.pnext {
  margin-top: 25px;
}

.pnext p {
  text-indent: initial;
  font-size: .16rem;
  line-height: .28rem;
  color: #033481;
  margin-top: .1rem;
}

.pnext p a {
  color: #2C2C2C;
}

.pnext p:hover {
  color: #033481;
}

.pnext p:hover a {
  color: #033481;
}

/*  */
.tc-list{margin-top: .3rem;}
.tc-list .jg-title {
  font-size: .24rem;
  padding-bottom: .1rem;
  border-bottom: solid 1px #ddd;
}

.tc-list .jg-title a {
  color: #07378D;
  position: relative;
  font-size: .24rem;
  font-weight: bold;
  display: block;
  /* width: 2rem; */
  margin: 0 auto;
  text-align: center;
}

.tc-list .jg-title a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -.12rem;
  width: .5rem;
  height: .03rem;
  background: #0054a3;
  transform: translateX(-50%);
}

.tc-list .jg-title span {
  float: left;
  width: .5rem;
}
.tc-list{}
.tc-list ul {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  /*margin: 0 -.2rem;*/
  flex-wrap: wrap;
}

.tc-list ul li {
  float: left;
  width: 20%;
  margin-bottom: .3rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.tc-list ul li:nth-child(5n+1) {
  /* margin-left: 0; */
}

.tc-list ul li:hover {
  /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
  top: -10px;
}

.tc-list  ul li:hover .info p {
  color: #033481;
  font-weight: 600;
}

.tc-list  ul li a {
  display: block;
  width: 100%;
  padding: 0 .2rem;
  overflow: hidden;
}

.tc-list ul li a .pic {
  padding-top: 130%;
}

.tc-list  ul li a>img {
  display: block;
  width: 100%;
  height: 196px;
}

.tc-list  ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  background-position: left center;
}

.tc-list  ul li a>div.info p {
  color: #333333;
  font-size: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .2rem;
  text-align: center;
}

.tc-list  ul li a>div.info img {
  height: 14px;
  vertical-align: middle;
}

.tc-list ul li a>div.info span {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
  vertical-align: middle;
}

/*  */

.text-list2 {
    padding: .2rem 0
}

.text-list2 ul li {
    position: relative;
    line-height: .6rem;
    font-size: .16rem;
    left: 0;
    transition: all 0.5s;
    border-bottom: #c4c4c4 .01rem dashed;
}

.text-list2 ul li:first-child {
    border-top: none;
}

.text-list2 ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    overflow: hidden;
    background: url(../images/listico.png) left center no-repeat;
    padding-left: .2rem;
}

.text-list2 ul li span {
    float: right;
    color: #666666;
}

.text-list2 ul li:hover a {
    color: #1364be;
}

.text-list2 ul li:hover span {
    color: #1364be;
}

/*text-link-list  */
.text-link{
}
.text-link-list{
    display: flex;
    align-items: center;
    background: #fff;
    border: #ebf1f7 1px solid;
}
.link_h2{
    display: block;
    width: 20%;
    text-align: center;
}
.link_tit{
    display: block;
    flex: 1;
    min-width: 0;
}
.link_tit li{
    height: .4rem;
    line-height: .4rem;
    border: #ebf1f7 1px solid;
    padding: 0 .1rem;
}
.link_tit li a{display: block;    white-space: nowrap;    text-overflow: ellipsis;}
.link_tit li a p{display: block;white-space: nowrap;text-overflow: ellipsis;width: 40%;float: left;overflow: hidden;}
.link_tit li a  span{padding-left: .4rem;display: block;white-space: nowrap;text-overflow: ellipsis;float: left;width: 60%;overflow: hidden;}
.link_tit li:nth-child(odd){
    background: #ebf1f7;
}
.link_tit li:hover a{color:#cc0000}
.link_tit li:hover {color:#cc0000}

/* list_szfl */
.list_szfl{}
.list_szfl_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto .2rem auto;
}
.list_szfl_list h2{
    font-size: .20rem;
    background: #e9f0f8;
    line-height: .5rem;
    display: block;
    padding-left: .2rem;
    color: #1364be;
    position: relative;
    border-left: #1364be 2px solid;
}
.list_szfl_list ul{
    display: flex;
    padding: 0.2rem 0;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_szfl_list ul li{
   width: 48%;
    font-size: .18rem;
    line-height: .5rem;
    text-align: left;
}
.sznamelist ul li{width: 16%;text-align: center;}
.list_szfl_list ul li a{
  
}
.list_szfl_list ul li:hover{background:#fafbfd}
.list_szfl_list ul li:hover a{color:#1566c0}
/*  */
.lmxsbglist{}
.lmxsbglist .date{display:none}
.lmxsbglist .item{
    padding: .2rem .4rem .2rem .4rem;
    width: 100%;
}
.text-list .item .line{
    background: #115aab;
}




/* 教师主页 */
.jszybox{height:auto;/* overflow:hidden; */margin-bottom: 0.5rem;}
.jszybox .sz-con {
  margin-top: 0;
  border-bottom: 2px solid #0B54AE;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(1, 117, 182, 0.2);
  padding: 0.23rem;
  margin-bottom: 0.3rem;
  background: url(../images/jszy_zsbj1.png) right bottom no-repeat;
  background-size: 30%;
}

.jszybox .sz-con .pic1 {
  width: 1.6rem;
}

.jszybox .sz-con .pic1 img {
  display: block;
  max-width: 100%;
}

.jszybox .sz-con .pic1 img {}

.jszybox .sz-r {
  flex: 1;
  min-width: 0;
  padding-left: 0.42rem;
}

.jszybox .sz-ty {
  overflow: hidden;
}
.jszybox .sz-ty p{
    font-size: 0.18rem;
  line-height:.3rem
}

.jszybox .sz-ty h3 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: .5rem;
}

.jszybox .sz-ty>div {
  margin-top: 0.32rem;
}

.jszybox .sz-ty>div p {
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.jszybox .sz-d {
  position: relative;
  z-index: 1;
}

.jszybox .sz-box {
  margin-top: 0.2rem;
}

.jszybox .sz-box h4 {
  font-size: 0;
  margin-bottom: 0.2rem;
  background: #F4F6F6;
  padding: 0.1rem 0.18rem;
}

.jszybox .sz-box h4 span {
  display: inline-block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 36px;
  background: url(../images/jszy_zsbj2.png) no-repeat left center;
  background-size: 0.14rem auto;
  padding-left: 0.24rem;
}

.jszybox .sz-box p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #333;
}

.jszybox .sz-box p.z {
  text-align: center;
}

.jszybox .sz-box .tz {
  margin-top: 0.3rem;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.jszybox .sz-box .tz img {
  display: block;
  max-width: 48%;
}
