html,body{
    background-color: #F9F9F9;
}
.main{
    padding-top: 126px;
}
.main .abanner{
    width: 1200px;
    height: 128px;
    margin-bottom: 20px;
}
.main .articles{
    background-color: #fff;
    position: relative;
    color: #333;
}
.articles h4{
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #ECECEC;
    padding: 0 35px;
}
.articles h4 .bline{
    position: absolute;
    left: 35px;
    top: 52px;
    width: 80px;
    height: 2px;
    background-color: #3F9BE7;
}
.articles .asearch{
    position: absolute;
    right: 35px;
    top: 9px;
    width: 380px;
    height: 36px;
}
.articles .artul{
    padding: 0 35px;
    min-height: 200px;
}
.articles .artul li{
    position: relative;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #ECECEC;
    cursor: pointer;
}
.articles li .num{
    position: absolute;
    left: 0;
    top: 30px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #FCFCFC;
    border: 1px solid #EBEBEB;
    font-size: 20px;
    color: #808186;
    font-weight: bold;
}
.articles li .title{
    padding-left: 85px;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}
.articles li .content{
    padding-left: 85px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    max-height: 96px;
}
.articles li .tap{
    line-height: 18px;
    color: #999;
    font-size: 14px;
    text-align: right;
}
.articles li .tap i{
    vertical-align: top;
    font-size: 16px;
    padding-top: 1px;
}
.articles .page{
    height: 64px;
    text-align: center;
    margin-bottom: 40px;
}
