.content {
    width: 1280px;
    margin: 0 auto;
}

.content .sz {
    margin-top: 100px;
    display: flex;
    padding: 0 14px;
    justify-content: space-between;
}

.content .sz .left {
    width: 945px;
    border-right: 1px solid #B5B5B5;
    padding-right: 60px;
    box-sizing: border-box;
}

.content .sz .left .sztitle {
    width: 100%;
    height: 29px;
    text-align: center;
    background: url("../image/s1.png?v=1") no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 35px;
}

.content .sz .left .sztitle img {
    /*width: 62px;*/
    /*height: 29px;*/
}

.content .sz .left .szlunbo {
    width: 100%;
    height: 660px;
    margin-bottom: 23px;
}

 .szlunbo .swiper-pagination-bullet{
     margin:0 13px;
 }
  .szlunbo .swiper-horizontal>.swiper-pagination-bullets,
   .szlunbo .swiper-pagination-bullets.swiper-pagination-horizontal, 
   .szlunbo .swiper-pagination-custom, 
     .szlunbo .swiper-pagination-fraction{
     bottom: 22px;
 }

.content .sz .left .szlunbo .swiper {
    width: 100%;
    height: 100%;
}

.content .sz .left .szlunbo .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.content .sz .left .szlunbo .swiper-slide img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.footer .footerbox .fright .fitem img:hover,
.content .adver img:hover,
.content .sz .left .szlunbo .swiper-slide img:hover{
    transform: scale(1);
}
.content .sz .left .szlunbo .swiper {
    margin-left: auto;
    margin-right: auto;
}

.content .sz .left .szlunbo .swiper-slide p {
    width: 100%;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 26px;
    color: #4C4948;
    padding: 14px 20px 16px;
    box-sizing: border-box;
    background: rgba(153, 149, 149, .23);
        text-align: left;
}

.content .sz .left .szlunbo .swiper-button-next:after,
.content .sz .left .szlunbo .swiper-button-prev:after {
    color: #fff;
    background: rgba(191, 188, 188, 0.6);
    padding: 15px 10px;
    font-size: 24px;
}

.content .sz .left .studylist .studytitle span {
    width: 13%;
}

.content .sz .left .more {
    text-align: right;
    width: 100%;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #4C4948;
    line-height: 34px;
}

.content .sz .right {
    width: 300px;
    padding-left: 50px;
    box-sizing: border-box;
}

.content .sz .right .title {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 52px;
}

.content .sz .right .title img:first-child {
    width: 125px;
    height: 3px;
}

.content .sz .right .title img:last-child {
    width: 129px;
    height: 29px;
    margin-left: 8px;
}

.content .sz .right .rswiper {
    width: 250px;
    height: 592px;
    background: #F3F3F3;
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.content .sz .right .rswiper .swiper-container {
    width: 100%;
    height: 80%;
    background: #F3F3F3;
    position: relative;
    /*padding: 59px 0;*/
    box-sizing: border-box;
    overflow: hidden;
}

.content .sz .right .rswiper .swiper-container .swiper-wrapper {
    height: 475px;
    width: 100%;
}

.content .sz .right .rswiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 226px !important;
}

.content .sz .right .rswiper .swiper-slide img {
    width: 226px;
    height: 226px;
}

.content .sz .right .rswiper .swiper-next,
.content .sz .right .rswiper .swiper-prev{
    color: #fff;
    background: rgba(191, 188, 188, 0.6);
    /*padding: 15px 10px;*/
    font-size: 24px;
        background-size:cover;
    width:56px;
    height:29px;
    margin:19px auto 13px;
}

.content .sz .right .rswiper .swiper-next{
    background-image:url('../image/top.png');

}

.content .sz .right .rswiper .swiper-prev{
    background-image:url('../image/down.png');
   
    margin: 13px auto 0 ;
}
.content .sz .right  .moreimg{
        margin-top: -8px;
    height: 12px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #4C4948;
    float: right;
}

.content .sz .right .rswiper .swiper-button-next,
.content .sz .right .rswiper .swiper-rtl .swiper-button-prev,
.content .sz .right .rswiper .swiper-button-prev,
.content .sz .right .rswiper .swiper-rtl .swiper-button-next {
    transform: rotate(90deg) translateX(-50%);
}

.content .sz .right .rswiper .swiper-button-next {
    bottom: 0px;
    top: unset;
    left: 42%;
}

.content .sz .right .rswiper .swiper-button-prev {
    top: 35px;
    left: 42%;
}

.content .sz .right .line {
    width: 250px;
    border: 1px solid #B5B5B5;
    margin: 61px 0;
}

.content .sz .right .fndc {
    width: 250px;
    height: 254px;
}

.content .sz .right .fndc img {
    width: 100%;
    height: 100%;
}

.content .adver {
    width: 1280px;
    height: 131px;
    margin: 75px 0 64px;
    padding: 0 14px;
}

.content .adver img {
    width: 100%;
    height: 100%;
}
.studybox{
      background:rgba(224, 240, 255, 0.23);
      padding-top: 30px;
}
.content .study {
    width: 1280px;
    padding: 0 14px;
 
}

.content .study .title {
    width: 297px;
    height: 84px;
    background: url("../image/xsyjbg.png");
    display: flex;
    align-items: center;
    padding-left: 28px;
    box-sizing: border-box;
    font-family: FZLTDHK_ZGFN;

    font-size: 31px;
    color: #599dd8;
    /* margin-bottom: 30px; */
    background-size: cover;
    display: flex;
    align-items: center;
}

.content .study .title img{
    width:42px;
    height:40px;
    margin-left:13px;
        margin-top: 5px;
}
.content .study .slist {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .study .slist .slistbox {
    width: 549px;
    margin-bottom: 56px;
}

.content .study .slist .slistbox .stitle {
    height: 23px;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 26px;
    color: #555555;
    margin-bottom: 30px;
}

.studylist {
    width: 100%;
}

.studylist .studytitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-indent: 15px;
    position: relative;
    margin-bottom: 20px;
}

.studylist .studytitle p {
    width: 80%;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 18px;
    color: #343434;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.studylist .studytitle::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #6c9ef3;
    border-radius: 50%;
    top: 8px;
}

.studylist .studytitle span {
    color: #9FA0A0;
    font-size: 18px;
    line-height: 20px;
    font-family: FZHTK;
    font-weight: normal;
    white-space: nowrap;
}
.studylist .studytitle p:hover{
    color:#6c9ef3;
}
.three {
    /* width: 100%; */
    /* margin: 0 auto; */
    /* padding: 0 14px; */
    margin-top: 140px;
    background: linear-gradient(0deg, #E0F0FF, rgba(255, 255, 255, .2));
}

.three .threebox {
    width: 1280px;
    margin: 0 auto;
    padding: 0px 14px 95px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.three .threebox .tswiper {
    /* width: 370px; */
    height: 805px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    border-bottom: 10px solid #4b87f0;
}

.three .threebox .swiperbg {
    position: absolute;
    width: 117px;
    height: 55px;
    top: -20px;
    left: -5px;
    background: url("../image/zbg.png") no-repeat;
    background-size: contain;
    z-index: 99;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 45px;
    padding-left: 20px;

}

.three .threebox .thswiper {
    width: 386px;
    height: 805px;
    padding: 0px 45px;
    box-sizing: border-box;
}

.three .threebox .swiper {
    width: 100%;
    height: 100%;
}

.three .threebox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
    flex-direction: column;
    margin-top:87px;
}

.three .threebox .swiper-slide a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.three .threebox .swiper-slide img {
    display: block;
    width: 246px;
    height: 338px;
    object-fit: cover;
}

.three .threebox .swiper-slide .title {
    width: 296px;
    /*height: 24px;*/
    font-family: FZHTK;
    font-weight: normal;
    font-size: 26px;
    color: #555555;
    margin: 40px 0;
    line-height: 30px;
    /* white-space: nowrap; */
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}
.three .threebox .swiper-slide .title:hover{
    color: #6c9ef3;
}
.three .threebox .swiper-slide .desc {
    /*margin-top: 20px;*/
    width: 100%;
    /* word-break: break-all; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-family: FZHTK;
    font-weight: normal;
    font-size: 18px;
    color: #1B1B1B;
    line-height: 28px;
    height: 165px;
    text-align: left;
    text-indent: 2em;
}

.three .threebox .thswiper .swiper-slide .more {
    font-family: FZHTK;
    font-weight: normal;
    font-size: 14px;
    color: #1B1B1B;
    line-height: 34px;
    text-align: right;
    width: 100%;
    /* margin-top: 10px; */
    align-items: end;
}

.three .threebox .thswiper .swiper-pagination {
    bottom: 40px;
    right: 110px;
}

.three .threebox .thswiper .swiper-pagination-bullet {
    background: #bebebe;
}

.three .threebox .thswiper .swiper-pagination-bullet-active {
    background: #7b7b7b;
}

.map {
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-bottom: 65px;
}

.map p {
    font-family: FZLTZCHK_ZGFN;
    font-weight: normal;
    font-size: 30px;
    color: #4B87F0;
    line-height: 25px;
    margin-left: 170px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-align: center;
}

.map img {
    width: 632px;
    height: 556px;
}