@charset "utf-8";
 
.list-page{
    position: relative;
    margin-top: -130px;
    margin-top: -6.77vw;
    z-index: 2;
    /* padding-bottom: 20px; */
    /* padding-bottom: 1.04vw; */
}
.list-right{
    width: 67%;
    float: right;
    padding-top: 171px;
    padding-top: 8.91vw;
}

.list_ul ul li{
    border-bottom: 1px dotted #d5d5d5;
    padding-left: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
    background: url(../images/listioc.png)no-repeat left center;
}
.list_ul ul li:hover{
    transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
}
.list_ul ul li:hover a{
    color: #ad1f0c;
}
.list_ul ul li a{
    display: block;
    font-size: 20px;
    color: #262626;
    line-height: 65px;
    line-height: 3.3854vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
margin-right: 14%;
}
.list_ul ul li span{
    float: right;
    line-height: 65px;
    font-size: 18px;
    font-size: .9375vw;
    color: #686868;
    line-height: 3.3854vw;  
}
.szkjxList{
    margin-top: 50px;
    margin-top: 2.6vw;
    padding-bottom: 50px;
    padding-bottom: 2.6vw;
}
/* 侧边栏 */
.sidebar{
    width: 30%;
    float: left;
    
    background: url(../images/slidebarBg2.jpg)no-repeat;
    background-size: cover;
}
.sidebar>ul{
    min-height: 710px;
    min-height: 36.98vw;
}

.sidebar h1{
    color: #f4db8b;
    text-align: left;
    font-size: 48px;
    font-size: 2.5vw;
    /* font-weight: bold; */
    padding: 50px 0;
    padding: 2.6042vw 0;
    padding-left: 45px;
    padding-left: 2.3438vw;
}
.sidebar>ul{
    border-left: 8px solid #ad1f0c;
    border-left: .4167vw solid #ad1f0c;
    padding-bottom: 206px;
    padding-bottom: 10.7292vw;
    background: url(../images/slidebarBg.jpg)no-repeat bottom center #eee;
    background-size: 100%;
}
.sidebar>ul>li{
    background: #eeeeee;
    text-align: left;
    position: relative;
}
.sidebar>ul>li:hover{
    /* background: #02489e; */
}
.sidebar>ul>li:hover>a{
    background: #fff;
    color: #ad1f0c;
}
.sidebar>ul>li::before{
    content: '';
    width: 8px;
    width: .4167vw;
    height: 81px;
    height: 4.22vw;
    background: #ad1f0c;
    position: absolute;
    left: -8px;
    left: -0.4167vw;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sidebar>ul>.current::before{
    width: 17px;
    width: .8854vw;
    background: #de8419;
    left: -13px;
    left: -0.6771vw;
    top: -2px;
    top: -0.1042vw;
    z-index: 2;
}
.sidebar>ul>.current.noCurrent::before{
    display: none;
}
.sidebar>ul>.current.noCurrent>a{
    color: #424243;
}
.sidebar>ul>li:hover::before{
    width: 17px;
    width: .8854vw;
    background: #de8419;
    left: -13px;
    left: -0.6771vw;
    top: -2px;
    top: -0.1042vw;
    z-index: 2;
}
.sidebar>ul>.current>a{
    color: #ad1f0c;
}
.sidebar>ul>li>a{
    font-size: 32px;
    font-size: 1.6667vw;
    color: #424243;
    display: block;
    padding: 19px 0;
    padding: .9896vw 0;
    border-bottom: solid 1px #c0c0c0;
    padding-left: 45px;
    padding-left: 2.3438vw;
}
.sidebar>ul>li:hover>a{
    color: #ad1f0c;
}
.sidebar>ul>li:after{
    content: ">";
    font-size: 28px;
    font-size: 1.4583vw;
    color: #000000;
    font-weight: bold;
    position: absolute;
    right: 18px;
    right: .9375vw;
    top: 19px;
    top: .9896vw;
    /* transform: translateX(-10px);
    transition: all .3s;
    opacity: 0;
    visibility: hidden; */
}
.sidebar>ul>li:hover::after{
    color: #ad1f0c;
}
/* .sidebar>ul>.current:after{
    content: "+";
    top: 19px;
    top: .9896vw;
} */
.sidebar>ul>.noCurrent:hover::after{
    content: "+";
}
.sidebar>ul>.noCurrent::after{
    content: "+";
}
.sidebar>ul>.hasc::after{
    content: "+";
}

.sidebar>ul>li>ul{
    border-bottom: solid 1px #c0c0c0;
    /* display: none; */
}
.sidebar>ul>.current>ul{
    display: block;
}

.sidebar>ul>li>ul>li{
    position: relative;
    padding-left: 74px;
    padding-left: 3.8542vw;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s; 
    -o-transition: all 0.2s; 
    transition: all 0.2s; 
}
.sidebar>ul>li>ul>li:hover{
        padding-left: 74px;
    padding-left: 3.8542vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}
.sidebar>ul>li:hover ul{
    display: block;
}
.sidebar>ul>li>ul>li:hover>a{
    color: #ad1f0c;
}
.sidebar>ul>li>ul>li:hover>a::after{
    color: #ad1f0c;
}
.sidebar>ul>li>ul>li::after{
    content: '';
    width: 8px;
    width: .4167vw;
    height: 3.1771vw;
    background: #ad1f0c;
    position: absolute;
    left: -8px;
    left: -0.4167vw;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s; 
    -o-transition: all 0.2s; 
    transition: all 0.2s; 
}
.sidebar>ul>li>ul>li:hover::after{
    width: 17px;
    width: .8854vw;
    height: 106%;
    background: #de8419;
    left: -13px;
    left: -0.6771vw;
    top: -2px;
    top: -0.1042vw;
}
.sidebar>ul>li>ul>li:hover{
    background: #fff;
}
.sidebar>ul>li>ul>li>a{
    font-size: 24px;
    font-size: 1.25vw;
    display: block;
    padding: 15px 0;
    padding: .7813vw 0;
    padding-right: 50px;
    padding-right: 2.6042vw;
}
.sidebar>ul>li>ul>li>a::after{
    content: ">";
    font-size: 20px;
    font-size: 1.0417vw;
    color: #000000;
    position: absolute;
    right: 18px;
    right: .9375vw;
    top: 24%;
}
.sidebar>ul>li>ul>.current2{
    background: #fff;
    padding-left: 77px;
    padding-left: 4.0104vw;
}
.sidebar>ul>li>ul>.current2>a{
    color: #ad1f0c;
}
.sidebar>ul>li>ul>.current2>a::after{
    color: #ad1f0c;
}
.sidebar>ul>li>ul>.current2::after{
    width: 17px;
    width: .8854vw;
    height: 106%;

    background: #de8419;
    left: -13px;
    left: -0.6771vw;
    top: -2px;
    top: -0.1042vw;
    z-index: 2;
}

/* 当前位置开始 */
.list-right-top{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 18px;
    padding-bottom: .9375vw;
    align-items: end;
}
.list-right-top>p{
    font-size: 42px;    
    font-size: 2.1875vw;
    color: #000000;
}

.Breadcrumbs p,.Breadcrumbs a{
    display: inline-block;
    font-size: 16px;
    font-size: .8333vw;
    color: #b12310;
    position: relative;
    padding: 0 4px;
}
.Breadcrumbs a::after{
    content: '-';
    font-size: 18px;
    font-size: .94vw;
    color: #b12310;
    position: absolute;
    left: 100%;
    top: 0px;
}
.Breadcrumbs a:last-child:after{
    content: '';
}
.Breadcrumbs p{
    padding-left: 4px;
    background: url(../images/position.png) no-repeat left center;
}
.Breadcrumbs a:hover{
    color: #000;
}
/* 当前位置结束 */
.list-page .zwy_lm{
    color: #b12310; 
    font-size: 42px; 
    font-size: 1.5625vw;
    border-left: 6px solid #b12310;
    padding-left: 10px;
}
/* 内容页 */
.zwcontent .content{
    padding-bottom: 50px;
    padding-bottom: 2.6vw;
}
.content h2{
    font-size: 36px;
    font-size: 1.875vw;
    color: #040404;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 1.04vw;
    font-weight: bold;
    text-align: center;
}
.zwcontent {
    padding-top: 150px;
    padding-top: 7.81vw;
}
.Author{
    padding-bottom: 45px;
    padding-bottom: 2.34vw;
    margin-bottom: 20px;
    margin-bottom: 1.04vw;
    text-align: center;
    border-bottom: 1px dotted #dcdcdc;
}
.Author span{
    display: inline-block;
    font-size: 15px;
    font-size: .78vw;
    color: #707070;
    margin: 0 20px 0 0;
    margin: 0 1.04vw 0 0;
}
.content{
    margin-top: 45px;
    margin-top: 2.34vw;
}
.content-main p{
    font-size: 24px;
    font-size: 1.25vw;
    color: #2f2f2f;
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
}
.content-main table p{
    text-indent: 0;
}
.content-main {
    padding-bottom: 40px;
    padding-bottom: 2.08vw;
    /* border-bottom: solid 1px #a0a0a0; */
    margin-bottom: 20px;
    margin-bottom: 1.04vw;
}
.content-main img{
    max-width: 100%;
    display: inline-block;
}
.content-main p img{
    margin-left: -2em;
}
.page_ a{
    color: #7d7d7d;
    line-height: 30px;
    line-height: 1.56vw;
}
.fj>p{
    font-size: 26px;
    font-size: 1.35vw;
    font-weight: bold;
}
.fj ul li{
    background: #eaeaea;
    margin: 10px 0;
    margin: .5208vw 0;
    border-top: 1px solid #b5b3b3;
}
.fj ul li a{
    padding: 10px;
    display: block;
    font-size: 28px;
    font-size: 1.4583vw;
}
.list-page .wcllist{
    width: 100%;
    padding-top: 6.25vw;
}
.list-page .wcllist .wclTitle{
    position: relative;
}
.list-page .wcllist .list-right-top{
    margin-bottom: 50px;
    margin-bottom: 2.6vw;
}
.list-page .wclTitle{
    color: #f4db8b;
    text-align: left;
    font-size: 48px;
    font-size: 2.5vw;
    padding: 40px;
    padding: 2.0833vw;
    background: url(../images/slidebarBg2.jpg) no-repeat top left;
    margin-top: -95px;
}
.nbUl{
    padding-bottom: 50px;
    padding-bottom: 2.6vw;
}
.nbUl ul li{
    border: none;
    background: url(../images/rightlist.png)no-repeat #f6f6f6 95% center;
    box-shadow: 0 4px 6px #dfdfdf;
    margin-bottom: 27px;
    margin-bottom: 27px;
    padding: 45px 50px;
    padding: 2.3438vw 2.6042vw;
    padding-top: 35px;
    padding-top: 1.8229vw;
    padding-right: 190px;
    padding-right: 11.875rem;
}
.nbUl ul li:hover{
    background: url(../images/rightlistOn.png)no-repeat #b12310 95% center;
}
.nbUl ul li a{
    font-size: 24px;
    font-size: 1.25vw;
    white-space: unset;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-top: .5208vw;
    margin-right: 138px;
    margin-right: 7.19vw;
}
.nbUl ul li:hover a{
    color: #fff;
}
.nbUl ul li span{
    font-size: 40px;
    line-height: 1.5em;
    color: #b12310;
}
.nbUl ul li:hover span{
    color: #fff;
}
.gzlist {
    margin-top: 45px;
    margin-top: 2.34vw;
}
/* 导师 */
.dsfcList{
    margin-top: 50px;
    margin-top: 2.6042vw;
    padding-bottom: 40px;
    padding-bottom: 2.08vw;
}
.dsfcList ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dsfcList ul li{
    background: url(../images/dsbg.jpg);
    width: 48%;
    margin-bottom: 24px;
    margin-bottom: 1.25vw;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}
.dsfcList ul li:hover{
    box-shadow: 0 0 6px rgb(156, 156, 156);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}
.dsfcList ul li a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.dsimg{
    width: 170px;
    width: 8.8542vw;
    height: 220px;
    height: 11.4583vw;
    overflow: hidden;
}
.dsimg img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}
.dsfcList ul li:hover .dsimg img{
    transform: scale(1.1);
}
.dsText{
    flex: 1;
    padding: 22px;
    padding: 1.1458vw;
}
.dsText h3{
    font-size: 20px;
    font-size: 1.0417vw;
    font-weight: bold;
    margin-bottom: 45px;
    margin-bottom: 2.3438vw;
    color: #000;
}
.dsfcList ul li:hover .dsText h3{
    color: #b12310;
}
.dsText span,.dsText p{
    font-size: 14px;
    font-size: .7292vw;
    line-height: 1.2em;
    display: block;
}
.dsText p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 8px;
    margin-top: .42vw;
    line-height: 20px;
    line-height: 1.04vw;
}
/* 师资内容 */
.sznry{
    border: 1px solid #e5e5e5;
    border: 1px solid #d5d5d5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0;
    margin: 2.3438vw 0;
}
.sznry_l{
    flex: 1;
    padding: 27px 50px;
    padding: 1.41vw 2.6vw;
    height: 316px;
    height: 16.4583vw;
}
.sznry_r{
    width: 227px;
    width: 11.8229vw;
    height: 316px;
    height: 16.4583vw;
    overflow: hidden;
}
.sznry_r img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sznry_l h4{
    font-size: 36px;
    font-size: 1.875vw;
    margin-bottom: 50px;
    color: #000;
    position: relative;
}
.sznry_l h4::after{
    content: '';
    width: 2em;
    height: 4px;
    background: #b12310;
    position: absolute;
    left: 0;
    top: 120%;
}
.sznry_l div{
    font-size: 20px;
    font-size: 1.0417vw;
    padding-left: 10px;
    padding-left: .5208vw;
    border-left: 1px solid #b12310;
    margin-top: 20px;
    margin-top: 1.0417vw;
    line-height: 1.5em;
}
.content-main img{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .list-page .zwy_lm{
        font-size: 18px;
    }
    .Breadcrumbs p{
        line-height: 20px;
        padding-left: 20px;
        background: url(../images/position.png) no-repeat left center;
        background-size: 15px;
    }
    .Breadcrumbs p, .Breadcrumbs a{
        font-size: 12px;
    }
    .list-right-top{
        display: block;
    }
    .content h2{
        font-size: 18px;
    }
    .Author span{
        font-size: 12px;
    }
    .content-main p{
        font-size: 14px;
    }
    .fj{
        font-size: 12px;
    }
    .fj ul li{
        margin-bottom: 10px;
    }
    .fj ul li a{
        padding: 5px;
        font-size: 12px
    }
    .page_{
        font-size: 12px;
    }
    .list-right{
        padding-bottom: 18px;
        padding-top: 15px;
    }
    .list-page{
        margin-top: 0;
    }
    .list-page .wclTitle{
        font-size: 16px;
        margin-top:0 ;
    }
    .list-page .wcllist{
        padding-top: 15px;
    }
    .list_ul ul li{
        padding: 10px 0;
        padding-left: 8px;
    }
    .list_ul ul li a{
        font-size: 16px;
        line-height: 20px;
    }
    .list_ul ul li span{
        font-size: 14px;
        line-height: 20px;
    }
    .list-right-top>p{
        font-size: 14px;
    }
    .sidebar{
        float: none;
        width: 100%;
        
    }
    .sidebar>ul{
        padding-bottom: 0;
    }
    .list-right{
        width: 100%;
    }
    .sidebar>ul>li>a{
        font-size: 16px;
    }
    .sidebar>ul>li>ul>li>a{
        font-size: 14px;
    }
    .sidebar h1{
        font-size: 16px;
    }
    .sidebar>ul>li:after,.sidebar>ul>li>ul>li>a::after{
        font-size: 14px;
    }
    .sznry_l h4{
        font-size: 16px;
    }
    .sznry_l div{
        font-size: 12px;
        margin-top: 8px;
    }
    .sznry_r {
        width: 150px;
        height: 230px;
    }
    .nbUl ul li{
        background: none;
        padding-right: 15px;
    }
    .nbUl ul li span{
        font-size: 16px;
    }
    .dsfcList ul li{
        width: 100%;
    }
    .dsimg{
        width: 100px;
        height: 130px;;
    }
    .dsText h3{
        font-size: 16px;
    }
    .dsText span, .dsText p{
        font-size: 12px;
        margin-bottom: 10px;
    }
}



/* 翻页 */
.gp-page1 {
    padding: 20px 0 50px;
    font-size: 0;
    text-align: center;
  }
  .gp-page1 div{
    display: inline-block;
  }
  
  .gp-page1::after,
  .gp-page1::before {
    content: " ";
    display: table;
  }
  .gp-page1 a::before {
    display: none;
  }
  .gp-page1 >a,
  .gp-page1 >span,
  .gp-page1 >div>span,
  .gp-page1 .num>a,
  .gp-page1 .selectDiv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    margin: 0 5px;
    border: 1px solid #d7dfdc;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    padding: 8px 11px;
    vertical-align: middle;
  }
  .gp-page1 a span {
    border: none;
  }
  .gp-page1 a:hover,
  .gp-page1 a.on_pages {
    background-color: #c92629;
    color: #fff;
    border-color: #c92629;
  }
  .gp-page1 a.on_pages {
    background-color: #c92629;
  }
  .gp-page1 .hide {
    display: none !important;
  }
  .gp-page1 .selectDiv::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    transform: rotateX(0deg);
    border: 5px solid transparent;
    border-top-color: #bfbeac;
    position: absolute;
    right: 6px;
    top: 13px;
  }
  .gp-page1 .selectDiv {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 1;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    transition: all 0.35s ease-in-out;
    margin: 0 5px;
    border: 1px solid #d7dfdc;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    padding: 9px 28px;
    position: relative;
  }
  .gp-page1 .selectDiv ul.on {
    display: block;
    width: 100%;
  }
  .gp-page1 .selectDiv ul {
    text-align: center;
    font-size: 14px;
    list-style: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    overflow-y: auto;
    max-height: 240px;
    border: 1px solid #d7dfdc;
    border-bottom: none;
    background: #ffffff;
    display: none;
  }
  .gp-page1 .selectDiv ul li:hover {
    background: #c92629;
  }
  .gp-page1 .selectDiv ul li:hover a {
    color: #ffffff;
  }
  .gp-page1 .selectDiv ul a {
    line-height: 30px;
    padding: 0px 10px;
  }
  .gp-page1 .selectDiv ul a:hover {
    background: none;
    color: #000000;
  }
  .gp-page1 .selectDiv ul a.active {
    display: block;
  }
  .gp-page1 .selectDiv:hover.selectDiv:before {
    transition: transform all 2s ease;
    transform: rotateX(-180deg) translateY(5px);
    transform-origin: center;
  }
  .gp-page1.pageStyle1 a,
  .gp-page1.pageStyle1 >span,
  .gp-page1.pageStyle1 div>span {
    padding: 10px;
    min-width: 36px;
    min-height: 36px;
  }
  .gp-page1.pageStyle1 .totalPage,
  .gp-page1.pageStyle1 .perPage {
    border: none;
    margin: 0;
    padding: 10px;
  }
  .gp-page1.pageStyle1 a::before {
    display: inline-block;
  }
  .gp-page1.pageStyle1 a span {
    display: none;
  }
  .gp-page1.pageStyle1 .selectDiv {
    padding: 13px 10px;
    min-width: 66px;
  }
  .gp-page1.pageStyle1 .iconfont {
    font-size: 20px;
  }
  .gp-page1.pageStyle1 .turnPage span {
    border: none;
  }
  .gp-page1.pageStyle1 .num a {
    min-height: 42px;
    min-width: 42px;
    text-align: center;
    line-height: 1.4;
  }
  .gp-page1.pageStyle2 a,
  .gp-page1.pageStyle2 >span,
  .gp-page1.pageStyle2 div>span {
    padding: 10px;
    min-width: 36px;
    min-height: 36px;
  }
  .gp-page1.pageStyle2 >a {
    border-radius: 50%;
  }
  .gp-page1.pageStyle2 .totalPage,
  .gp-page1.pageStyle2 .perPage {
    border: none;
    margin: 0;
    padding: 10px;
  }
  .gp-page1.pageStyle2 a::before {
    display: inline-block;
  }
  .gp-page1.pageStyle2 a span {
    display: none;
  }
  .gp-page1.pageStyle2 .selectDiv {
    padding: 13px 10px;
    min-width: 66px;
  }
  .gp-page1.pageStyle2 .iconfont {
    font-size: 20px;
  }
  .gp-page1.pageStyle2 .turnPage span {
    border: none;
  }
  .gp-page1.pageStyle2 .num a {
    min-height: 42px;
    min-width: 42px;
    text-align: center;
    line-height: 1.4;
    border-radius: 50%;
  }
  @media screen and (max-width:767px) {
    .gp-page1 .turnPage {
      display: none;
    }
    .gp-page1 >a,
    .gp-page1 >span,
    .gp-page1 >.gp-ib {
      display: none;
    }
    .gp-page1 a.on_pages,
    .gp-page1 .gp-page-prev,
    .gp-page1 .gp-page-next,
    .gp-page1 .gp-page-start,
    .gp-page1 .gp-page-end {
      display: inline-block;
    }
  }
  @media screen and (max-width:995px) {
    .gp-header23 {
      position: relative !important;
    }
    .carousel97 .slick-txt {
      font-size: 20px !important;
    }
    .carousel97 .gpCarousel .slick-txt {
      height: 60px !important;
      line-height: 60px !important;
    }
    .carousel97 .slick_menu {
      right: 0% !important;
      transform: translateX(0%) !important;
      bottom: 20px !important;
    }
    .carousel97 .gpCarousel .slick-arrow.slick-prev {
      left: 20px !important;
    }
    .carousel97 .gpCarousel .slick-arrow.slick-next {
      right: 20px !important;
    }
  }
  @media screen and (max-width:768px) {
    .carousel97 .slick_menu {
      right: 50% !important;
      transform: translateX(50%) !important;
    }
  }
  .gp-page1 .totalPage{
    border: none;
  }
  
  