.bread-crumbs-nav{
    display:flex;
    align-items: center;
    margin-top: 30px;
}
.bread-crumbs-nav a{
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 99, 0.5);
    line-height: 20px;
}
.bread-crumbs-nav span{
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 1);
    line-height: 20px;
    margin-left: 8px;
}
/************************************************************************/
.section-news-box .main-box{
    display: flex;
    margin-top: 15px;
}
.section-news-box .left-main{
    flex: 1;
    margin-right: 30px;
    margin-bottom: 50px;
}
.section-news-box .left-main .tag-detail-box{
    margin-bottom: 50px;
    padding:20px;
    min-height: 148px;
    background:rgba(242, 247, 252, 0.75);
    border-radius: 4px;
    display: flex;
}
.section-news-box .left-main .tag-detail-box .tag-detail-img{
    padding-right: 20px;
}
.section-news-box .left-main .tag-detail-box .tag-detail-img img{
    width: 120px;
    height: 120px;
    border-radius: 4px;
}
.section-news-box .left-main .tag-detail-box .tag-detail-title{
    font-size: 20px;
    font-weight: bold;
    color: #223266;
    line-height: 48px;
}
.section-news-box .left-main .tag-detail-box .tag-detail-description{
    font-size: 14px;
    font-weight: 400;
    color:rgba(34, 50, 102, 0.84);
    line-height: 26px;
}
.section-news-box .left-main .article-title{
    font-size: 16px;
    line-height: 48px;
    border-bottom: 1px solid #EDEDED;

}
.section-news-box .left-main .data-box li{
    display: flex;
    border-bottom: 1px solid #E3E7EB;
    padding-top: 28px;
    padding-bottom: 28px;
}
.section-news-box .left-main .data-box li:first-child{
    padding-top:0px;
}

.section-news-box .left-main .data-box li .img-box{
    width: 210px;
    height: 144px;
    border-radius: 4px;
    margin-right: 20px;
    display: table-cell; /*主要是这个属性*/
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.section-news-box .left-main .data-box li .img-box img{
    width: 210px;
    height: 144px;
}
.section-news-box .left-main .data-box li .content-box{
     flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-news-box .left-main .data-box li .content-box .title-box a{
    font-size: 18px;
    font-weight: 600;
    color: #223266;
    line-height: 25px;
}
.section-news-box .left-main .data-box li .content-box .desc-box a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
    line-height: 24px;
}
.section-news-box .left-main .data-box li .content-box .date-box{
  display: flex;
}
.section-news-box .left-main .data-box li .content-box .date-box .tag-box span{
    min-width: 63px;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 10px;
    border: 1px solid rgba(34, 50, 102, 0.2);
    color:rgba(34, 50, 102, 0.85);
    text-align: center;
    display:inline-block;
    margin-right: 10px;
}
.section-news-box .left-main .data-box li .content-box .date-box .tag-box span:last-child{
    margin-right:0px;
}
.section-news-box .left-main .data-box li .content-box .date-box .time-box{
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
    line-height: 24px;
}
.section-news-box .left-main .data-box li .content-box .date-box .time-box>img{
    margin-right: 10px;
}
.load-more{
    width: 120px;
    height: 28px;
    line-height: 28px;
    margin: 30px auto;
    font-size: 14px;
    background-color: #F6F6F8;
    border-radius: 14px;
    text-align: center;
    color: #2269f0;
    cursor: pointer;
    display:none;
}
/*********************************************************/
.section-news-box .right-main{
    width: 300px;
    padding-bottom: 200px;

}
.section-news-box .right-main .right-main-tag{
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.section-news-box .right-main .h4-title{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 48px;
    padding:0 20px;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}
.section-news-box .right-main .layui-colla-icon{
    font-size:0;
    border:5px solid;
    width:0;
    height:0;
    border-color:rgba(34, 50, 102, 0.65)  transparent transparent transparent;
    bottom: 0;
    margin: auto;
    top: 8px;
    transition: all 0.3s;
}
.section-news-box .right-main .layui-colla-icon.active{
    transform: rotate(-90deg);
}
.section-news-box .right-main .layui-collapse{
    border-width:0px;

}
.section-news-box .right-main .layui-colla-title{
    background:unset;
    padding: 0 15px 0 40px;
    height: 40px;
    line-height: 40px;
}
.section-news-box .right-main .layui-colla-title a{
    font-size: 16px;
    font-weight: 500;
    color: #223266;
    line-height: 48px;
}
.section-news-box .right-main .layui-colla-content{
    padding: 0px 10px 10px 40px;
    border-width: 0;
}
.section-news-box .right-main .layui-colla-content p a{
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 50, 102, 0.65);
    line-height: 20px;
}
.section-news-box .right-main .layui-colla-content p a.active{
  color: rgba(36, 104, 242, 1);
}


