
body, html {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}
.w1200{
    width: 1200px;
}


.hotTopic > span {
    font-size: 15px;
    color: red;
    display: inline-block;
    vertical-align: top;
}

.hotTopic > ul {
    display: inline-block;
    color: #666666;
    width: 75%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.hotTopic > ul > li {
    /*   height:0.5rem; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.hotAction{
    height: 1rem;
    line-height: 1rem;
    background: #fff;
    padding: 0 0.5rem;

}
.hotAction>h3{
    font-size: 15px;
    float:left;
}
.hotAction>span{
    float:right;
    color: #888;
}

.list {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 0.25rem;
    background: #ffffff;
}

.list li {
    width: 23%;
    float: left;
    text-align: center;
    border: 1px solid #f5f5f5;
    padding: 20px;
    /* margin: 20px; */
    box-sizing: border-box;
    margin: 0 32px 20px 0;
    /* padding: 20px 41px; */
    cursor: pointer;

}
.list li:hover{
    border: 1px solid  #faacac;

}

.list li:nth-child(4),.list li:nth-child(8){
    margin-right: 0;
}

.list li > em {
    display: inline-block;
    margin: 5px auto 0;
    width: 60px;
    height: 60px;
    vertical-align: middle;

}

.list > :nth-child(1) em {
    background: url("/a/images/ycNewModule/talk.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(2) em {
    background: url("/a/images/ycNewModule/gift.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(3) em {
    background: url("/a/images/ycNewModule/newOneprice.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(4) em {
    background: url("/a/images/ycNewModule/Commemorative.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(5) em {
    background: url("/a/images/ycNewModule/newFirst.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(6) em {
    background: url("/a/images/ycNewModule/bulkcollection.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(7) em {
    background: url("/a/images/ycNewModule/Museum.png") no-repeat center;
    background-size: contain;
}

.list > :nth-child(8) em {
    background: url("/a/images/ycNewModule/Surrogate.png") no-repeat center;
    background-size: contain;
}

.list li span {
    display: inline-block;
    margin-left: 10px;
}
.hotTopic{
    padding: 40px 0;
}
.talkWrap{
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.hotTopic ul{
    display: inline-block;
}
.active {
    line-height: 50px;
    color: #e8b122;
    border-bottom: 1px solid #ccc;

}

.active > span {
    border-bottom: 2px solid #e8b122;
}
#news>li{
    cursor: pointer;
}

.listWrap li{
    cursor: pointer;
}