
.content {
    width: 990px;
    margin: 0 auto;
}

/* 列表页 */
.header-menu-tab {
    width: 100%;
    height: 60px;

}

.header-menu-tab ul {
    /* overflow-x: scroll; */
    /* white-space: nowrap; */
    text-align: center;
    vertical-align: middle;
}

.header-menu-tab ul li {
    display: inline-block;
    position: relative;
    color: #555;
    height: 44px;
    line-height: 42px;
    
    text-align: center;
    font-family: PingFangSC-Medium;
    margin-right: 20px;
    margin-left: 20px;
}

.header-menu-tab ul li a{
    font-size: 16px;
    color: #333333;
}

.header-menu-tab ul li.selected {
    color: #222;
    font-size: 16px;
    color: #DD4F50;
    text-align: center;
    font-weight:600;
    
}
.header-menu-tab ul li.selected a{
    font-size: 16px;
    color: #DD4F50;
}

.header-menu-tab ul li.selected em {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #F6483E;
    bottom: 5px;
    left: 50%;
    margin-left: -15px;
    border-radius: 1px;
}


.famous-case-list {}

.famous-case-list ul {
    width: 1200px;
}

.famous-case-list ul li {
    margin: 0 20px 30px 0;
    /* padding: 5px 5px 15px; */
    width: 580px;
    float: left;
    background: #fff;
}

.famous-case-list .cover-pic {
    width: 580px;
    height: 310px;
    display: block;
    overflow: hidden;
    position: relative;
}

.famous-case-list .icon-hot {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 20px;
    line-height: 20px;
    background: #F75E61;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-bottom-right-radius: 5px;
    z-index: 10;
}

.famous-case-list .cover-pic img {
    width: 580px;
    height: 310px;
}

.famous-case-list .sjs-head {
    margin: 15px 15px 0 15px;
    width: 48px;
    height: 48px;
    display: block;
    float: left;
}

.famous-case-list .sjs-head img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

.famous-case-list .info {
    /* float: left; */
    margin-top: 15px;
    width: 570px;
    height: 115px;
}

.famous-case-list .info .title {
    margin-left: 15px;
    width: 100%;
    display: block;
    font-size: 20px;
    color: #333333;
}

.famous-case-list .info .info-detail {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #666;
}

.famous-case-list .info .parameter {
    margin-left: 15px;
    /* width: 250px; */
    /* float: right; */
    /* text-align: right; */
}

.activity-info {
    height: 15px;
    margin-top: 10px;
}

.activity-info span {
    font-size: 12px;
    color: #999999;
}

.info-bottom {
    width: 545px;
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 15px;
}

.info-bottom .applybtn{
    float: right;
    background: #EEEEEE;
    height: 20px;
    padding:2px 15px 0px 15px;
    text-align: center;
    margin-top: -3px;
}

.info-bottom .red{
    background: #FFFFFF;
    border: 1px solid #DD4F50;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #DD4F50;
}

.info-bottom .gray{
    font-size: 12px;
    color: #999999;
    background: #EEEEEE;
}


.no-data{ 
	width: 100%;
}
.no-data p{ 
	margin:60px 0 0 0; 
	width: 100%;
	height: auto;
	color: #666; 
	font-size: 14px; 
	font-weight: normal; 
	line-height: 20px;
	text-align: center;
}
