.main-content{
    width: 100%;
    height: auto;
    background: #f8f9fc;
    padding-bottom: 60px;
}

.information-layout{
    width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}
.information-layout-left{
    width: 885px;
    height: auto;
    margin-right: 17px;
    border-radius: 8px;
}
.information-layout-right{
    width: 300px;
    height: auto;
}

.information-card{
    background: white;
    border-radius: 8px ;
    /*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: 13px;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    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;
}
.card-item hr{
    /*border-bottom: 1px dashed  rgba(9,75,174,0.15);*/
    border: none;
    border-top: 1px dashed  rgba(9,75,174,0.15);
    margin-top: 13px;
    width: 100%;
}
.card-item hr:last-child{
    display:none ;
}
/*.card-item:nth-child(1){*/
/*    padding: 20px 16px 5px 16px;*/

/*}*/
a{
    text-decoration: none;
    outline: none;
}
/*.card-img {*/
/*    width: 180px;*/
/*    height: 134px;*/
/*    object-fit: cover;*/
/*    border-radius: 4px;*/
/*    float: left;*/
/*}*/
/*.card-content {*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    width: 670px;*/
/*    padding-left: 18px;*/
/*}*/
/*.card-content a {*/
/*    text-decoration: none;*/
/*}*/
/*!* 标题样式 *!*/
/*.card-title {*/
/*    margin-bottom: 10px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 668px;*/
/*    height: 27px;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    color: #000000;*/
/*}*/

/*.card-title-text{*/
/*    margin-bottom: 10px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 644px;*/
/*    height: 27px;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    color: #000000;*/
/*}*/

/*!* 描述文字 *!*/
/*.card-desc {*/
/*    max-height: 45px;*/
/*    font-weight: 400;*/
/*    color: #000000;*/
/*    line-height: 24px;*/
/*    opacity: 0.75;*/
/*    width: 654px;*/
/*    font-size: 16px;*/
/*    height: 48px;       !* 22px * 2 行 *!*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    margin-bottom: 26px;*/
/*}*/
/*p.card-desc:after {*/
/*    content: '...';*/
/*    position: absolute;*/
/*    right: 6px;*/
/*    bottom: -4px;*/
/*    background: #fff; !* 或与背景一致 *!*/
/*    padding-left: 10px;*/
/*}*/
/*!* 底部信息 *!*/
/*.card-meta {*/
/*    width: 95%;*/
/*    margin-top: 4px;*/
/*    display: flex;*/
/*    display: -ms-flexbox;*/
/*    justify-content: space-between;*/
/*    align-items: end;*/
/*    -ms-flex-align: end;*/

/*}*/
/*.card-meta-tag{*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/

/*}*/
/*.card-tag {*/
/*    width: auto;*/
/*    height: 29px;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #094BAE;*/
/*    padding: 2px 11px;*/
/*    margin-right: 6px;*/
/*}*/

/*.card-tag a{*/
/*    text-decoration: none;*/
/*    outline: none;*/
/*}*/

/*.card-tag span{*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    color: #094BAE;*/
/*    line-height: 24px;*/
/*}*/
/*.tag-number img{*/
/*    width: 14px;*/
/*    height: 10px;*/
/*}*/
/*.tag-number span{*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    color: #094BAE;*/
/*    line-height: 24px;*/
/*}*/


.no-brand-news {
	text-align: center;
}

.no-brand-news h2 {
	height: 100px;
	line-height: 100px;
	color: #333;
}
.brand-news-rank{
    width: 100%;
    margin: auto;
}
.brand-news-rank-title{
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.brand-news-rank-title h2{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 53px;
}
.brand-news-rank-title .icon{
    width: 19px;
    height: 21px;
    margin-right: 5px;
    background: url("../image/icon17.png") no-repeat 100% 100%;
}
