.headWrap{
    width:100%;
    height:92px;
    border-bottom:1px solid #dedede;
}
.articlecon{
    width:1000px;
    margin:0 auto;
}
.articlecon h2{
    font-size:18px;
    margin:46px 0 32px 0;
    font-weight:normal;
}
.articlecon ul{
    margin-bottom:44px;
}
.articlecon ul li{
    width:1000px;
    height:172px;
    border-bottom:1px dashed #fad3c2;
    overflow: hidden;
    cursor: pointer;
}
.articlecon ul li:hover{
    background: #fff9f0;
}
.articlecon ul li:hover .li-right h3{
    color: #ea5404;
}
.articlecon ul li:hover .li-left{
    background: #ea5404;
    color: #fff;
}
.articlecon ul li:last-child{
    border-bottom:none;
}

.articlecon ul li .li-left{
    width:108px;
    height:112px;
    background: #fff2df;
    margin-top:44px;
    font-size:24px;
    text-align: center;
    padding-top:22px;
    *height:90px;
    line-height:24px;
    font-weight:bold;
    color: #ea5404;
    float: left;
}
.articlecon ul li .li-left span{
    font-size:44px;
    line-height:54px;
}
.articlecon ul li .li-right{
    width:826px;
    float: left;
    margin-left:22px;
}
.articlecon ul li .li-right h3{
    font-size:24px;
    color: #282828;
    line-height:24px;
    margin-top:44px;
}
.articlecon ul li .li-right p{
    font-size:16px;
    color: #8b8b8a;
    line-height:28px;
    margin-top:14px;
}
.articlecon ul li .li-right span{
    font-size:14px;
    color: #b7b7b7;
    line-height:14px;
    display: block;
    margin-top:8px;
}
.more{
    width:1000px;
    height:50px;
    overflow: hidden;
    margin-bottom:74px;
}
.more .more-top{
    width:1000px;
    height:50px;
    background: #f5f5f5;
    font-size:24px;
    color: #8c8c8c;
    text-align: center;
    line-height:50px;
    cursor: pointer;
}
.more .more-bottom{
    width:1000px;
    height:50px;
    background: url("../images/loading.gif") no-repeat center center #f5f5f5;
    -webkit-background-size:100px;
    background-size:100px;
}