/* 顶部介绍 */
.projectDetails{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.projectDetails_top{
    display: flex;
    justify-content: space-between;
}
.projectDetails_top_left{
    width: 480px;
}
.projectDetails_swiper1{
    width: 100%;
    height: 289px;
    overflow: hidden;
}
.projectDetails_swiper1 .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectDetails_swiper2{
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 9px;
}
.projectDetails_swiper2_left{
    width: 18px;
    height: 61px;
    background-image: url(/images/prev_left.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.projectDetails_swiper2_cen{
    width: 426px;
    height: 61px;
    overflow: hidden;
}
.projectDetails_swiper2_right{
    width: 18px;
    height: 61px;
    background-image: url(/images/prev_right.png);
    background-size: 100% 100%;
    cursor: pointer;
}
.projectDetails_swiper2_cen .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projectDetails_top_right{
    width: 690px;
    height: 359px;
}
.projectDetails_top_right_title{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}
.projectDetails_top_right_xmbh{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.projectDetails_top_right_xmbh span{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.projectDetails_top_right_gpj{
    width: 100%;
    /* height: 116px; */
    background: #F5F5F5;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 20px;
}
.projectDetails_top_right_gpj_li{
    width: 200px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.projectDetails_top_right_gpj_li span{
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #FF1F1F;
    margin-top: 5px;
}
.projectDetails_top_right_time{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.projectDetails_top_right_time span{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.projectDetails_top_right_bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.projectDetails_top_right_bot_left div{
    display: flex;
    padding-top: 10px;
}
.projectDetails_top_right_bot_left p{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    width: 90px;
}
.projectDetails_top_right_bot_left span{
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    display: block;
    width: 600px;
/*    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;*/
    line-height: 30px;
    text-align: justify;
}
.projectDetails_top_right_bot_left .tjys-span {
    height:185px;
    overflow:hidden;
}
.projectDetails_top_right_bot_left span a {
    color: #E62A2A;
}
.projectDetails_top_right_bot_left span strong{
    color: #333;
    font-weight: 400;
}
.projectDetails_top_right_bot_btn{
    width: 160px;
    height: 48px;
    background: #1A3F89;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}
.projectDetails_top_right_bot_btn:hover{
    background: #345EB4;
}
/* 项目详情 */
.projectDetails_bot{
    margin-top: 50px;
}
.projectDetails_tab{
    display: flex;
    border-bottom: 1px solid #eee;
}
.projectDetails_tab_li{
    width: 120px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.projectDetails_tab_li.active{
    background: #1A3F89;
    color: #fff;
}

.projectDetails_con{
    padding: 30px 0;
}
.projectDetails_con .active{
    display: block;
}

/* 公告详情 */
.projectDetails_ggxq{
    display: none;
}
.projectDetails_ggxq table {
  border-collapse: collapse; /* 合并边框 */
  width: 100%; /* 可选：设置表格宽度 */
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.projectDetails_ggxq td, th {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc; /* 为每个单元格添加边框 */
}
/* 图片信息 */
.projectDetails_tpxx{
    display: none;
}
.projectDetails_tpxx img{
    width: 800px;
    display: block;
    object-fit: cover;
    margin: 0 auto;
    margin-bottom: 20px;
}
/* 其他 */
.projectDetails_qt{
    display: none;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
}
.projectDetails_qt img{
    width: 100%;
    display: block;
    margin:20vh auto;
}
/* 顶部切换 */
.projectDetails_top_tab{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.projectDetails_top_tab_li{
    width: 105px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid transparent;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
}
.projectDetails_top_tab_li.active{
    border: 1px solid #CCCCCC;
}
.projectDetails_top_tab_li img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.projectDetails_top_video{
    width: 100%;
    height: 359px;
}
.projectDetails_top_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}