.main-content{
    width: 100%;
    height: auto;
    /*padding-top: 10px;*/
    background: #f8f9fc;
    padding-bottom: 96px;
}
.information-layout{
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}
.information-layout-left{
    width: 885px;
    height: auto;
    margin-right: 17px;
}
.information-layout-right{
    width: 300px;
    height: auto;
}



.information-card{
    background: white;
    border-radius: 8px 4px 8px 8px;
    /*padding-bottom: 15px;*/
    margin-bottom: 20px;
}
.card-item-no{
    /*width: 888px;*/
    padding: 10px 0 5px 0;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}
.card-item-no:last-child{
    border-bottom: none;
}

.card-content-no {
    overflow: hidden;
    height: 100%;
    width: 99%;
    padding-left: 18px;
}
.card-content-no a {
    text-decoration: none;
}
/* 标题样式 */
.card-title-no {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 850px;*/
    height: 27px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}
.card-desc-no{
    max-height: 45px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
    line-height: 24px;
    /*width: 850px;*/
    font-size: 16px;
    height: 48px;       /* 22px * 2 行 */
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}
p.card-desc-no:after {
    content: '...';
    position: absolute;
    right: 6px;
    bottom: -4px;
    background: #fff; /* 或与背景一致 */
    padding-left: 10px;
}
.card-item {
    /*width: 888px;*/
    padding: 15px ;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}
.information-card .card-item:last-child{
    border-bottom: none;
}
.card-img-opacity{
    width: 180px;
    height: 134px;
    object-fit: cover;
    border-radius: 4px;
    float: left;
    opacity: 0.5;
}
a{
    text-decoration: none;
    outline: none;
}

.recommend{
    width: 100%;
    height: auto;
}

.recommend-title a{
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.62);
    line-height: 44px;
}

.recommend-title{
    width: 100%;
    margin: auto;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
}
.recommend-title-left{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.recommend-title h2{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 53px;
}
.recommend-title .icon{
    width: 19px;
    height: 21px;
    margin-right: 5px;
    background: url("../image/icon17.png") no-repeat 100% 100%;
}
.recommend-content{
    width: 891px;
    height: 337px;
    margin-top: 10px;
    padding: 15px;
    background: white;
    border-radius: 8px;
}

.industry-content-header{
    width: 98%;
    height: 40px;
    background: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #094BAE;
}
.industry-button{
    /*width: 70px;*/
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 53px;
    padding: 0 15px;
}
.industry-button.active{
    background: #094BAE;
    color:white;
    font-weight: 400;
    font-size: 16px;
    line-height: 53px;
}

.btn-row {
    display: flex;
    gap: 5px;
}
.btn-row div {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    cursor: pointer;
}
.btn-row div.active {
    background: #094BAE;
    color: #fff;
}
.content-box {
    margin-top: 20px;
    display: none;
}
.content-box.active{
    display: block;
}
.content-box-content-item{
    width: 160px;
    height: 116px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.content-box-content-item img{
    width: 160px;
    height: 116px;
	border: 1px solid #E8E8E8;
}
.content-box-content-item:nth-child(5n){
    margin-right: 0;
}