.cmcm-header{height: 180px;}
	
	.index-gg1216{background-color: #fff;height: 40px;}
	.index-gg1216>a{display: block;float:left;width: 85px;height: 40px; line-height:40px; text-align: center; font-size:16px;}
	.index-gg1216 .active{ color:#e35c57}
	.index_list_wrap {
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
}
.il_box {
    overflow: hidden;
    margin: 0 10px;
}
.il_box li {
    overflow: hidden;
    padding-bottom: 10px;
	width: 49%;
    float: left;
}
.il_box li:nth-child(2n){
float: right;
}
.il_box a {
    display: block;
}
.il_box img {
    display: block;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.il_words {
    font-size: 16px;
    padding-top: 5px;
    line-height: 24px;
    color: #333;
}
.il_number {
    overflow: hidden;
}
.il_number .look {
    position: relative;
    color: #b5b5b6;
    display: inline-block;
    padding-left: 32px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    font-size: 14px;
}
.il_number .look:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/y.png) no-repeat;
    width: 25px;
    height:15px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.il_number .zhun {
    position: relative;
    color: #b5b5b6;
    display: inline-block;
    margin-left: 10px;
    padding-left: 28px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.il_number .zhun:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/z.png) no-repeat;
    width: 25px;
    height: 25px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}