.main-content{
    width: 100%;
    height: auto;
    /*padding-top: 10px;*/
    background: #f8f9fc;
    padding-bottom: 96px;
    overflow: hidden; /* 确保包裹浮动内容 */
    zoom: 1;           /* IE 专属触发 hasLayout */
    position: relative; /* 防止渲染 bug */
}

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

.information-text{
   /* width: 892px;*/
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
}
.recommend-brand{
    /*width: 892px;*/
}

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

.recommend-brand-content{
    /*width: 892px;*/
    height:auto;
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 8px ;
}

.information-card{
    background: white;
    border-radius: 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%;
}
.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;*/
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    padding: 15px ;
    border-bottom: 1px dashed #e0e0e0;
}
.information-card .card-item:last-child{
    border-bottom: none;
}

a{
    text-decoration: none;
    outline: none;
}


.information-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 96%;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 11px 0;
}
.information-title a{
    font-weight: 400;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.62);
    line-height: 44px;
}
.information-title span {
    display: inline-block;
    line-height: 1.2;
}

.information-title span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 16px;
    background: #0A55A6;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE10 */
}
.information-text h2{
    font-weight: bold;
    font-size: 23px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.information-text-author{
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin: 20px 0 0 0 ;
}
.author-name{
    display: -ms-flexbox;
    display: flex;
}
.author-date{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}
.author-name{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 24px;

}
.author-name span:first-child{
    margin-right: 10px;
}
.news-list-container {
    /*width: 880px;*/
    margin: auto;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.news-item {
    width: 406px;
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.news-item:nth-child(2n) {
    margin-right: 0;
}

.news-index {
    width: 27px;
    height: 27px;
    color: #fff;
    margin-right: 8px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    flex-shrink: 0;
    background: url("../image/backgroundIcon.png") no-repeat center center;
    background-size: contain;
    box-sizing: border-box;
    text-indent: 3px;
}


.information-news-title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: calc(100% - 36px); /* 留出编号位置 */
    font-weight: 400;
    font-size: 16px;
    color: #094BAE;
    line-height: 30px;
}
.information-news-title a{
    color: #094BAE;
    text-decoration: none;
}
/* 清除浮动兼容 IE10 */
.news-list-container::after {
    content: '';
    display: table;
    clear: both;
}


.reference{
    /*width: 847px;*/
    height: auto;
    background: #F1F5FB;
    position: relative;
    margin: 15px 0;
    background-image: url("../image/line2.png"), url("../image/line1.png");
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 7px 100%, 7px 100%; 
}
.reference p{
    text-indent: 2em;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    width: 97%;
    margin: auto;
    padding-top: 7px;
}
.reference-img-left{
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
}
.reference-img-right{
    width: 7px;
    height: 100%;
    position: absolute;
    right: 0;
}
.text-desc{
    text-indent: 2em;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin: 10px 0;
}
.text-desc p {
	margin-bottom: 15px;
}
.text-title{
    text-indent: 2em;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.information-text hr{
    width: 836px;
    height: 1px;
    border: 1px dashed rgba(153, 153, 153, 0.3);
}
.reference a{
    text-decoration: none;
    color: #094bae
}

.detail-card img{
    width: 143px;
    height: 96px;
    margin-right: 15px;

}
.detail-card{
    margin: 16px 0;
    display: flex;
    display: -ms-flexbox;

}
.company{
    display: flex;
    display: -ms-flexbox;
}
.detail-card-text{
    padding-top: 10px;
    width: 100%;
}
span.company-nickname{
    margin-right: 15px;
    font-weight: bold;
    font-size: 25px;
    color: #094BAE;
    line-height: 30px;
}
span.company-nickname a{
    color: #094BAE;
}
span.company-name{
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}
span.company-name a{
    color: #333333;
}
.tag{
    display: flex;
    display: -ms-flexbox;
    margin-top: 15px;
    justify-content: space-between;
}

.tag-item-button{
    width: auto;
    height: 27px;
    border-radius: 4px;
    border: 1px solid #094BAE;
    margin-right: 16px;
    padding: 0 12px;
}
.tag-item-button a{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.tag-item-button a span{
    font-weight: 400;
    font-size: 14px;
    color: #094BAE;
    line-height: 24px;
}
.tag-item-button .tag-item-button-icon{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.tag-item-button .tag-item-button-icon.jd{
    background: url("../image/icon6.png") no-repeat 100% 100%;
}
.tag-item-button .tag-item-button-icon.tb{
    background: url("../image/icon7.png") no-repeat 100% 100%;
}
.tag-item-button .tag-item-button-icon.zs{
    background: url("../image/icon8.png") no-repeat 100% 100%;
}

.tag-item{
    display: flex;
    display: -ms-flexbox;
    /*margin-right: 40px;*/
    /*align-items: center;*/
    width: 50%;
}

.tag-item-icon{
    width: 18px ;
    height: 18px ;
    margin-right: 10px;
}
.tag-item-icon.dz{
    background: url("../image/icon19.png") no-repeat 100% 100%;
}
.tag-item-icon.sj {
    background: url("../image/icon20.png") no-repeat 100% 100%;
}
.tag-item-icon.zb {
    background: url("../image/icon21.png") no-repeat 100% 100%;
}
.tag-cloud {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline; /* 对齐基线 */
    font-size: 0; /* 去除 inline-block 间隙 */
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.tag-cloud:last-child{
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 10px;
}


.tag-tiele {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
    line-height:2;
    vertical-align: baseline;
}

.tag-cloud-tag {
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #333;
    border: 1px solid #333;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    line-height: 2;
    vertical-align: baseline;
}
.tag-cloud a{
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #333;
    border: 1px solid #333;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    line-height: 2;
    vertical-align: baseline;
    text-decoration: none;
}
.tag-cloud a:hover {
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #094BAE;
    border-radius: 2px;
    white-space: nowrap;
    display: inline-block;
    line-height: 2;
    vertical-align: baseline;
    border: 1px solid #094BAE;
    text-decoration: none; /* 如果你想去掉默认下划线 */
}
