body{background:#F0F2F5;}
.position{width:1200px;margin:5px auto;height:35px;line-height:35px;font-size:12px;}
.position a{color:#0A86EA;}
.position a:hover{text-decoration:underline;color:#EE9A2C;}
.main{width:1200px;margin:auto;overflow:hidden;}
.litem{    
    width: 915px;
    border-top: 3px solid #0A86EA;
    background: #FFFFFF;
    font-size: 12px;
    float: left;
}
.list{
    width: 865px;
    padding: 0 20px;
    color: #666666;
}
.show{
    width: 865px;
    height: 3em;
    padding: 20px 0;

    border-top: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.show a,.show .createTime {
    font-size: 16px;
    color: #0A86EA;
    font-weight: bold;
}
.page{
    width: 865px;
    margin: auto;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #DEDEDE;
}
.page a {
    margin: 0 5px;
    padding: 5px 11px;
    border: 1px #DEDEDE solid;
    color: #666666;
}

/*右侧栏*/
.ritem{float:right;width:250px;padding:0 10px;background:#FFFFFF;border-top:3px solid #0A86EA;overflow:hidden;}
.ritem a{display:block;height:80px;width:250px;margin-top:10px;padding-bottom:10px;border-bottom:1px solid #DEDEDE;}
.ritem .img{float:left;display:block;height:80px;width:80px;background-size:cover;background-position:center;}
.ritem span{float:right;display:block;line-height:20px;width:165px;overflow:hidden;}
.ritem .tit{height:20px;color:#0A86EA;font-weight:bold;}
.ritem .text{height:40px;color:#666666;}
.ritem .price{height:20px;color:#999999;font-size:12px;font-weight:bold;}
.ritem .price b{font-size:14px;color:#F08300;}