.jxky-container {
    width: 1388px;
    margin: 80px auto;
}

.jxky-title {
    text-align: center;
    color: #000;
    font-size: 48px;
    font-weight: 500;
}

.jxky-jxxw { 
}

.jxxw-more {
	display: flex;
    align-items: center;
    justify-content: space-between; 
    color: #fff; 
    margin-bottom: 20px; 
}
.jxxw-more .title {
    font-size: 27px;
    font-weight: 500; 
  	color:#fff;
}
.jxxw-more   a{
    font-size: 16px; 
  	color:#fff;
}

.jxxw-right {
    flex: 1; 
    background-image: url(../images/djfgbg.jpg);
  	padding: 29px 50px;
}

.jxxw-item1 { 
    border-bottom: 1px solid #fff;
  	padding-bottom: 20px;
}

.jxxw-item2 { 
    padding-top: 10px;
}
 
.jxxw-item {
    width: 100%;
    position: relative; 
}

.jxxw-item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;   
}
 
.jxxw-item .title { 
    font-size: 17px; 
    color: #fff;
}

.jxxw-item .title:hover {
    color: #6FA0C6;
}

.jxxw-item .date {
    display: flex;
    font-size: 18px;
    align-items: center; 
    color: rgba(255, 255, 255, 0.5);
}
 
.jxxw-main {
    display: flex;
    justify-content: space-between;
}

.jxyj-img {
    width: 700px;
    height: 630px;
}

.jxyj-img img {
    width: 700px;
    height: 630px;
    object-fit: cover;
}

.jxky-zljd-bg {
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url("../images/djfgbg.jpg");
    background-size: cover;
}

.jxky-zljd {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.zljd-left {
    width: 100%;
}

.zljd-left li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.zljd-left li .date {
    color: #fff;
    text-align: center;

}

.zljd-left li .date b {
    font-size: 42px;
    font-weight: 500;
}

.zljd-left li .date p {
    font-size: 20px;
    font-weight: 500;
}

.zljd-left li .title {
    flex: 1;
    font-size: 21px;
    margin-left: 74px;
    height: 80px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 35px;
}

.zljd-left li .title:hover {
    color: #6FA0C6;
    text-shadow: 2px 2px 2px #000;
}

.zljd-right {
    width: 616px;
}

.zljd-right li {
    width: 100%;
    display: flex;
    border-left: 1px solid #fff;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.zljd-right .dian-line {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -6px;
    top: 25px;
}

.zljd-right li .title {
    flex: 1;
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    padding-left: 30px;
    height: 37px;
}

.zljd-right li .title:hover {
    color: #6FA0C6;
    text-shadow: 2px 2px 2px #000;
}

.zljd-right li p {
    margin-left: 50px;
    font-size: 18px;
    color: #fff;
}

.jxky-more {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.jxky-more .title {
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    flex: 1;
}

.jxky-more .dashed {
    width: 200px;
    margin-left: 100px;
    margin-top: 1px;
    height: 1;
    border: 1px dashed #fff;
}

.jxky-more a {
    font-size: 16px;
    color: #fff;
}

.jcjs-more {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.jcjs-more .title {
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
}

.jcjs-more .sz {
    width: 200px;
    height: 30px;
    border-left: 1px solid #fff;
    position: relative;
    margin-left: 30px;
}

.jcjs-more .sz::after {
    height: 1px;
    width: 150px;
    background-color: #fff;
    content: "";
    top: 12px;
    left: -10px;
    position: absolute;
}

.jcjs-more .sz::before {
    width: 11px;
    height: 11px;
    content: "";
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: -6px;
}

.jcjs-more a {
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}
.qkzz-bg {
  background:#f1f1f1;
  padding: 50px 0px;
} 
.qkzz {
    background-color: #2a5d84;
    height: 722px;
    display: flex;
    position: relative;   
}

.qkzz-left {
    width: 176px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
}

.vertical-text {
    writing-mode: vertical-rl;
    /* 从右到左的竖排 */
    text-orientation: upright;
    /* 文本方向为直立 */
    letter-spacing: 15px;
}

.qkzz-center {
    width: 596px;
    height: 870px;
    margin-top: -30px;
}

.qkzz-center img {
    width: 596px;
    height: 800px;
    object-fit: cover;
}

.qkzz-right {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 90px;
}


.qkzz-more {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 40px;
}

.qkzz-nr {
    overflow: hidden;
}

.qkzz-more a {
    color: #fff;
    font-size: 16px;
}

.qkzz-nr .tit-list {
    display: flex;
}

.qkzz-nr .tit-list a {
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
}

.qkzz-nr .line {
    margin-top: 15px;
    width: 200px;
    background-color: #fff;
    height: 1px;
}

.qkzz-nr .kt {
    margin-top: 15px;
    display: flex;
    text-align: left;
    color: #fff;
}

.qkzz-nr ul {
    margin-top: 50px;
}

.qkzz-nr ul li {
    text-align: left;
    margin-bottom: 15px;
}

.qkzz-nr ul li a {
    color: #fff;
    font-size: 17px;
}

.qkzz-nr ul li a:hover {
    color: #6FA0C6;
    text-shadow: 2px 2px 2px #000;
}

.qkzz-nr ul li .tag {
    margin-left: 35px;
}



.zsjy-zzb-bg {
   // background-image: url('../images/zzbbg.png');  
    background-size: cover;
    padding: 1px;
    margin-bottom: 50px;
}


.zsjy-zzb {
    display: flex;
    justify-content: space-between;
}

.zzb-left {
    width: 600px; 
}

.zzb-right {
    flex: 1;
    margin-left: 50px;
}

.zzb-left .img {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.zzb-left .img:hover img {
    transition: all 1s;
    transform: scale(1.1);

}

.zzb-left .img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
} 
.position-title {
  position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(42, 93, 132, 0.75);
}

.zsjy-title {    
  	color: #000;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 20px; 
}
 
.zzb-right .title:hover {
    color: #6FA0C6;
}
  
.ptjs-list {
    display: block;
    font-size: 21px;
    height: 45px;
    border-bottom: 1px dashed #2A5D84;
    margin-bottom: 20px;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
.ptjs-list .title {
  flex: 1;
}
.ptjs-list p {
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    .jxky-container {
        width: 100%;
        margin: 30px auto;
    }

    .jxxw-main {
        display: block;
    }

    .jxyj-img {
        display: none;
    }

    .jxky-jxxw {
        display: block;
    }

    .jxxw-item {
        display: block;
        width: 100%;
    }
 

    .jxky-zljd {
        display: block;
        width: 100%;
    }

    .zljd-left {
        display: block;
        padding: 0 20px;
        width: 100%;
    }

    .jxky-more .title {
        font-size: 18px;
    }

    .jxky-more .dashed {
        width: 100px;
        margin-left: 50px;
        border: 1px dashed #fff;
    }

    .zljd-left li .title {
        margin-left: 30px;
      height:auto;
    }

    .zljd-left li .date {
        font-size: 16px;
    }

    .zljd-right {
        display: block;
        padding: 0 20px;
        width: 100%;
    }

    .jcjs-more .title {
        font-size: 28px;
    }

    .jcjs-more .sz {
        width: 100px;
    }

    .qkzz {
        display: block;
        height: auto;
    }

    .qkzz-left {
        width: 100%;
        height: 90px;
        font-size: 30px;
    }

    .vertical-text {
        writing-mode: horizontal-tb;
        text-orientation: inherit;
        letter-spacing: 9px;
    }
  .swiper-slide 
        height: 200px;
  }


.qkzz-right {
    padding: 0 30px;
} 
 

.zzb-right .title:hover {
    color: #6FA0C6;
}
  
.ptjs-list { 
        padding: 5px 10px 10px 10px;
    font-size: 17px;
    height: auto;
    border-bottom: 1px dashed #2A5D84;
    margin-bottom: 10px;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
.ptjs-list .title {
  flex: 1;
}
.ptjs-list p {
    font-size: 16px;
}
}