.Title_Text{font-weight: bold;
    padding-left: .28rem;font-weight: bold;
    border-left: 2px solid #f90;
    color: #333333;}
			.Analyseul{display: flex;margin-top: .22rem;
    justify-content: start;
    flex-wrap: wrap;}
    .Analyseul li {
    background: #fff;
    width: .82rem;
    margin-right: .19rem;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    font-size: .24rem;
    color: #333;
    margin-bottom: .2rem;
    float: left;
}
.Analyseul .active{background: #f90;color: #fff;}
.Analyseul  .active a{color: #fff;}
.Analyseul li a{color: #333333;}
.Analyseul li:nth-child(7n){margin-right: 0;}
.numerous{background: #fff;padding: 0 .3rem;padding-top: .36rem;}
.specific {
    background: #fff;
    width: 100%;
    padding: .25rem .25rem .2rem .2rem;
    margin-top: .24rem;
}
.specific .specificBorder:first-child {
    border-top: 1px solid #e4e4e4;
}
.specificBorder {
    border: 1px solid #e4e4e4;
    width: 100%;
    background: #f8f8f8;
    border-top: none;
}
.BorderHeadline {
    width: 1.5rem;
    height: 100%;
    text-align: center;
    background: #f8f8f8;
    padding-top: .2rem;
    float: left;
}
.BorderHeadline p {
    font-weight: bold;
    width: .44rem;height: .44rem;background: #f90;color: #fff;font-size: .24rem;margin: 0 auto;border-radius: 50%;line-height: .44rem;
}
.BorderHeadline img {
    display: inline-block;
    height: 128px;
}
.HeadlineUl {
    /*min-height: 170px;*/
    float: left;
    width: 5.5rem;
    padding: .35rem 0;
    background: #fff;
    border-left: 1px solid #e4e4e4;
}
.HeadlineUl li {
    padding-left: .4rem;
    width: 2.2rem;
    color: #666666;
    height: .5rem;
    line-height: .5rem;
    /*margin-right: .2rem;*/
   width: 49%;
    padding-right: .2rem;
    font-size: .22rem;
    float: left;
    display: inline-block;
	overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap
}
.HeadlineUl li a {
    display: inline-block;
    color: #666;
    width: 100%;
    height: 100%;
}
.HeadlineUl li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: .1rem;
}
			