
.ki_cul_txtTime{
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}
.newsList {
    padding-bottom: 100px;
}
.ki_cul_txtNews { max-width: 55%; padding:0 0 0 30px;}
.newShowDiv{
    padding: 30px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    width: 85%;
    max-width: 1400px;
    margin-bottom: 30px;
    /* padding-bottom: 50px; */
}
.newsListModelDiv{
    width: 88%;
    max-width: 1400px;
    display: flex;
    margin-bottom:50px;
    align-items:center;
    background:#fff;
}
.newShowDivD {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.ki_cul_txtDt{
    padding:20px ;
    background: #fff;
    width: 100%;
}
.newsListModel{
    max-width: 1600px;
    margin:0 auto;
    border-bottom: 1px solid #B6C1D7;
}
.newsTitle{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.newsDetail{
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsAShare{
    padding:10px 0;
    width: 150px;
    font-size: 16px;
    color: #0C31A7;
    background: #D8E8FD;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    box-shadow: 3px 3px 12px 1px #ddd;

}
.newsAShare:hover{
    box-shadow: 3px 3px 12px 1px rgb(184, 198, 245);
    /* background: rgb(203, 221, 243); */

}
.newsAShare img{
    width: 36px;
    height: 36px;
    margin-left: 5px;
}
.newsListUl{
    margin:0 auto;
}

.newsListUlImg{
    width: 425px;
    margin-left: 35px;
}
.newsListLi{
    /* padding:30px; */
    background: #fff;
    width: 85%;
    max-width: 1400px;
    margin: 20px auto 0;
}
.newsListLiTime{
    font-size: 28px;
    color:#000;
    width: 100px;
}
.newsListLiTime span{
    font-size: 18px;
    color: #777777;
}

.newsLiTitle{
    font-size: 20px;
    color: #000;
    margin: 10px 0 30px 0;
    font-weight: bold;
}

.newsListLiDiv{
    margin: 0 auto;
    padding: 20px ;
    width: calc(100% - 40px);
    /* width: 100%; */
    max-width: 1360px;
    display: flex;
}
.newsListLiMsg{
    padding-left: 50px;
}
/* .newsListLiMsg:hover{
    box-shadow: 2px 8px 16px 1px #D8E8FD;
} */
.newsMore{
    display: flex;
    font-size: 18px;
    color: #666666;
    margin-top: 40px;
}
.newsMore:hover{
    color: #0C31A7;
    
}
.news_container{
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    padding-bottom: 100px;

}
.newDetTime{
    height: 26px;
    padding-left: 10px;
    border-left: 6px solid #D8E8FD;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
    
}
.newDetMsg{
    font-size: 20px;
    line-height: 35px;
}
.newDetMsg img{
    max-width: 80%;
    margin: 20px auto;
}

/* 视频页面 */
.PhotoList_i1 li{
    cursor: pointer;
}
.PhotoList_i1 li:hover .newsTopVDUlDiv{
    background: #D8E8FD;
}

.PhotoList_i1 li a{
    height: auto!important;
    background: none!important;
    border-radius: 10px 10px 0 0;
}
.PhotoList_i1 li a img{
    height: auto!important;
}
.newsTopVD{
    width: 100%;
    /* width: calc(100% - 20px); */
    position: relative;
    /* border-radius: 10px; */
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #B6C1D7;
    /* margin-left: 20px; */
}


.newsTopVDimg{
    width: 100%;
    border-radius: 20px;
    /* max-width: 1400px !important; */
    max-height: 890px !important;
}

.newsTopVDP{
    /* background: rgba(0,0,0,0.2); */
    color: #000;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 50px; */
    width: 78%;
    line-height: 2;
    margin: 0 auto;
    padding-left: 2%;
    font-size: 28px;
    text-align: left;
    /* border-radius: 20px 20px 0 0 ; */

}
.newsTopVDUl{
    padding:40px 0 0 0;
}
.newsTopVDUlDiv{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    /* padding-left: 5%; */
    /* padding: 5px 0; */
    cursor: pointer;
    transition: all 0.4s ease 0s;
    background: #fff;
}
.newsTopVDUlDiv:hover{
    background: #D8E8FD;
}
.PhotoList_i1 li:hover span{
    color: #0C31A7;
}

.newsVDTime{
    display: block;
    font-size: 18px;
    color: #777777 ;
    height: 30px ;
    text-align: left ;
    padding-left: 5%;
}
.newsVDName{
    font-size: 20px ;
    color: #000000 ;
    /* height: 30px ; */
    padding-left: 5%;
    text-align: left ;

}
.vidBack{
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;

}
.newsTopVDVideo{
    width: 80%;
    border-radius: 15px;
    /* max-width: 1400px; */
    /* max-height: 90%; */

}
.vidBackX{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 50px;
    color: #fff;
    transform: rotate(0deg);

}
.vidBackX:hover{
        transform: rotate(180deg);
        /* transform: scale(1.3); */
        transition: all 1s ease 0s;
        /* -webkit-transform: scale(1.3); */
        -webkit-transform: rotate(180deg);
        -webkit-transform: all 1s ease 0s;
}
.governDivUl{
    width: 100%;
    margin:0 auto;
    max-width: 1400px;
}
.governDivUl li{
    margin-bottom: 30px;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.16);
}
.governDiv{
    width: 96%;
    padding: 36px 2%;
    border-bottom: 1px solid #D8E8FD;
    margin: 0 auto;
    justify-content: space-between;
}
.governDet{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.governARight {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.governA{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.governASpan{
    font-size: 16px;
    color: #666666;
    margin-left: 40px;
    width: 180px;
}

@media (max-width: 1580px) {
    .news_container{
        max-width: 80%;
    }
    .ki_cul_txtNews {
        width: 45%;
    }
    .newsTopVDP{
        font-size: 18px;
    }
    .newsListModelDiv {
        width: 86%;

    }
}
.newShowDivImg{
    aspect-ratio: 16/9;
    border-radius: 10px;
}

@media (min-width: 1367px) {
    .newsListModelDivA{
        height:auto;
        max-width: 725px; 
        width: 725px;
    }
    .newShowDivImg{
        width: 725px;
        max-width: 725px;
    }
}

@media (max-width: 1366px) {
    .news_container{
        max-width: 85%;
    }
    .ki_cul_picSwiper{
        max-width: 52%;
        width: auto;
    }
    .ki_cul_pic{
        /* max-width: 45%; */
        width: 45%;

    }
    .ki_cul_txtDt{
        width: 50%;
    }
    .newsAShare {
        padding: 5px 0;
        width: 126px;
        font-size: 14px;
        color: #0C31A7;
        background: #D8E8FD;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        box-shadow: 3px 3px 12px 1px #ddd;
    }
    .newsTitle{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .newsLiTitle{
        font-size: 18px;
        margin: 10px 0 16px 0;
    }
    .newsMore{
        margin-top: 20px;
    }
    .ki_cul_txtTime{
        margin-bottom: 15px;
    }
    .newsListLiMsg {
        padding-left: 16px;
    }
    .newsListUlImg{
        margin-left: 0;

    }
    .ki_cul_txtDiv{
        line-height: 20px;
    }
    .newsList {
        padding-bottom: 80px;
        width: 90%;
        margin: 0 auto;
    }
    .governDiv{
        display: flex;
    }
    .newsListModelDivA{
        width: 50%;
        margin-left:20px;
    }
    .newShowDivImg{
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .newShowDivImg{
        height: auto;
    }
    .newsListModelDiv{
        display: block;
        width: calc(85% - 40px);
        /* width: 100%; */
        max-width: 1360px;
        padding: 20px;
        background: #fff;
    }.newsListUl{
        margin: 30px auto;
    }
    .newsListUlImg {
        margin-left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .newsListLiMsg{
        padding-left: 0;
    }
    .newsListLi{
        margin-top: 0;
        padding: 0;
        width: 85%;

    }
    .ki_cul_txtDt{
        width: 95%;
    }
    .newsListLiDiv{
        display: inline-block;
        /* width: calc(85% - 40px); */
        /* margin: 20px 0; */
    }
    .ki_cul_txtNews{
        width: calc(95% - 40px);
        padding:20px 0 20px 20px;
        max-width: 100%;
    }
    .newsListLi{
        margin-bottom: 30px;
    }
    .newsTopVD{
		margin: 0;
		width: 100%;
    }
    .newsTopVDP{
        font-size: 16px;
    }
   
   
}
@media (max-width: 720px) {
    .newsTopVD{
		margin: 0;
		width: 100%;
	}
    .newsAShare{
        padding:8px 0;
        width: 120px;
        font-size: 12px;
        color: #0C31A7;
        background: #D8E8FD;
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        box-shadow: 3px 3px 12px 1px #ddd;
    }

    .newsAShare img {
        width: 24px;
        height: 24px;
        margin-left: 5px;
    }
    .newsListLiTime{
        margin-bottom: 10px;
    }
    .newsLiTitle {
        font-size: 15px;
        color: #000;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .newsMore{
        font-size: 14px;
        color: #666666;
        margin-top: 15px;
    }
    .ResTitle_a3{
        margin-top: 20px;
    }

    .news_container{
        width: 92%;
        max-width: 100%;

    }
    .newsDetTitle{
        max-width: 90%;

    }
    .newDetTime{
        height: 20px;
        line-height: 20px;
        padding-left: 10px;
        border-left: 4px solid #D8E8FD;
        font-size: 12px;
        margin: 10px 0 30px 0;
    }
    .newDetMsg{
        font-size: 14px;

    }
    
    .newDetMsg img{
        max-width: 90%;
    }

    /* 视频 */
    .newsTopVDP{
        color: #000;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 50px; */
    width: 78%;
    line-height: 2;
    margin: 0 auto;
    padding-left: 2%;
    font-size: 14px;
    text-align: left;

        
        /* background: rgba(0,0,0,0.2);
        color: #fff;
        position: absolute;
        top: 0;
        /* bottom: 0; */
        /* width: 95%;
        line-height: 30px;
        padding-left: 5%;
        font-size: 14px;
        text-align: left; */
    }
    .newsTopVDVideo{
        width: 100%;
        margin: 0;
    }
    .newsTopVDimg{
        width: 100%;
    }
    .newsTopVDUlDiv{
        height: 60px;
        padding-left: 20px;

        width: calc(100% - 20px);
    }
    .newsVDTime{
        font-size: 12px;
        height: 13px !important;
        line-height: 20px !important;
        margin-top: 12px;

    }
    .newsVDName{
        font-size: 14px;
    }
    .newsTitle{
        font-size: 1.3rem;
    }
    .governA{
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .governASpan{
        font-size: 12px;
        margin: 0;
        text-align: right;
        width: 30vw;
    }
    .newsList{
        width: 100%;
        padding-bottom:40px;
    }
    .governARight{
        display: none;
    }
    .newsListLiDiv{
        background-color: #fff;
        margin: 20px auto;
    }
    .newsListLi{
        background: none;
        width: 100%;
    }
    .newsListLiMsg{
        max-width: 100%;
        padding: 20px 0;
        width:100%;

    }
    .ki_cul_c1 {
        width: 96vw;
    }
    .newsListLiDiv{
            width: calc(100% - 40px);
    }
    .governDivUl {
        width: 96%;
    }
    .governDivUl li{
        border-radius: 5px;

    }
    .governDiv{
        width: 96% !important;
        padding: 16px 2%;
    }
    .ki_cul_txtDt {
            width: calc(100% - 20px);
            padding: 20px 010px;
    }
    .newsListLiDiv{
        display: block;
    }
    .newsListModelDiv{
        width: 100%;
    }
    .newShowDivImg{
        height: auto;
         min-height: auto;
    }
    
}
