
/*整个社会使命*/
.detail-content {
    background: #F1F5FA;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 40px;
}
/*公共事业*/
.public-welfare{
    display: flex;
    background: #FFFFFF;
    padding: 54px 50px 58px 81px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px 1px rgba(0,103,237,0.16);
    border-radius: 5px 5px 5px 5px;
}
.public-welfare-info{
    margin-left: 94px;
    width: 823px;
}
.public-welfare img{
    flex-shrink: 0;
    width: 152px;
    height: 167px;

}
.public-welfare-text{
    font-weight: 400;
    font-size: 16px;
    color: #565872;
    line-height: 30px;
    margin-top: 33px;
}
.title-info{
    top: 10px;
    font-size: 34px;
}
/*移民内参安心助学区域*/
.detail-info{
    display: flex;
    margin-top: 24px;
}
/* 左侧内容*/
.detail-left-box{
    width: 806px;
    margin-right: 24px;
    /*height: 1000px;*/
    flex-shrink: 0;
}
.detail-left-item{
    padding: 20px 50px 20px 50px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 5px 5px 5px 5px;
}

.item-second{
    margin-top: 24px;
}
.detail-title{
    font-weight: bold;
    font-size: 24px;
    color: #29345C;
    line-height: 40px;
    margin-bottom: 4px;
}
.detail-info-time{
    font-weight: 400;
    font-size: 14px;
    color: #565872;
    line-height: 30px;
    text-align: right;
}
.line-bottom{
    margin-top: 66px;
    width: 100%;
    border-bottom: 1px dashed #CED5E0;
    margin-bottom: 26px;
}
.detail-info-text{
    font-weight: 400;
    font-size: 16px;
    color: #565872;
    line-height: 30px;
}
.right-news {
    width: 310px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    border-radius: 5px;
}
.right-latest-news {
    margin-top: 24px;
    width: 310px;
    padding: 24px 30px 30px;
    background: #FFFFFF;
    border-radius: 5px;
}
.latest-news-top {
    display: flex;
    justify-content: space-between;
}
.project-left {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #29345C;
}
.hot-box{
    margin-top: 7px;
}
.new-index-text{
    width: 100%;
    display: flex;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #9C9DAA;
}
.new-index-text .news-index-box {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F5F7FC;
    font-size: 12px;
    margin-top: 13px;
    border-radius: 2px;
    color: #565872;
}
.new-index-text .blue-box{
    background: #0067ED;
    color: #FFFFFF;
}

.new-hidden-text {
    max-width: calc(100% - 30px);
    font-size: 16px;
    color: #565872;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-index-text:hover .new-hidden-text {
    color: #0067ED;
}
/*视频预览*/
.video-play-box{
    width: 526px;
    height: 296px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 24px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.video-play-box video{
    width: 100%;
    /*height: 334px;*/
}
.video-play-box .play-btn{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 1;
}
/*视频预览部分*/
.shipin #cc {
    position: relative;
    overflow: hidden!important;
}
.video-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    color: black;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 9998;
}
.doings{
    width: 100%;height: 100%;
}
.fixed-btn-box {
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 637px;
    display: flex;
    justify-content: space-between;
    width: 110px;
    height: 45px;
}
.main-pic{
    width: 100%;
    display: flex;
    justify-content:center;
}
.pic-box{
    overflow-x: hidden;
    width: 526px;
    display: flex;
    gap: 18px;
    margin-top: 22px;
}
.pic-box img{
    width: 254px;
    height: 163px;
}

.pic-item{
    border-radius: 5px;
    overflow: hidden;
}
