* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
html, body {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x:visible;
    font-family: 'Microsoft YaHei',SimSun,Arial,Tahoma,Helvetica;
}
body {
    max-width: 1920px;
    min-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow-y: hidden;
}
img{
    vertical-align: middle;
}
.pc{
    background: #e4e6e9 url(//www.51cube.com/wp-content/themes/press/img/bg.jpg) center 0 no-repeat;
    background-attachment: fixed;
}
.mid{
	margin: 0 auto;
    width: 1000px;
    height: auto;
    min-height: 800px;
    overflow: visible;
}
.midCon::after{
	content: "";
	display: table;
	clear: both;
}
.midL{
    float: left;
    margin-right: 10px;
    width: 690px;
    overflow: visible;
}
.midR{
    float: right;
    width: 300px;
    overflow: visible;
    min-height: 1000px;
}
.conBox{
	margin-bottom: 10px;
    padding: 4px 20px;
    font-size: 14px;
    font-family: 'Microsoft YaHei',Arial,SimSun;
    background: #fff;
    border-radius: 4px;
    overflow: visible;
}
.list-bar{
    margin: 0 -20px;
    padding: 0 20px;
    width: auto;
    height: 40px;
    border-bottom: 1px solid #eee;
}
.list-bar .list-nav{
    float: left;
    width: auto;
    height: 40px;
}
.list-bar .list-nav a{
    float: left;
    margin-right: 20px;
    padding: 0 7px;
    display: inline-block;
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #666;
    font-size: 14px;
    box-sizing: content-box;
}
.list-bar .list-nav a.cur{
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #2786ed;
}
.list-bar .list-sort{
    float: right;
    width: 90px;
    height: 30px;
    padding-top: 5px;
}
.list-bar .list-sort .txt{
    padding-right: 14px;
    width: auto;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: right;
    cursor: pointer;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAMAAAAmGUT3AAAABGdBTUEAALGPC/xhBQAAAD9QTFRFAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMxUe1FAAAABR0Uk5TAIimogkMtCL5T/6dzgHaFG/wAzJmFjTPAAAAMElEQVQI12PgFoEAZgYWHjCDj5WBgV0QyOAQZgACTi4REQEGMGAUYeOFsISY+IEkAFJkAicGAJUAAAAAAElFTkSuQmCC") right center no-repeat;
}
.list-bar .list-sort.cur .txt{
    color: #2786ed;
}
.list-bar .list-sort .con {
    display: none;
    margin-left: 8px;
    width: 88px;
    height: auto;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.list-bar .list-sort.cur .con{
    display: block;
}
.list-bar .list-sort .con a{
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #555;
    font-size: 12px;
    text-indent: 13px;
}
.list-bar .list-sort .con a:hover {
    background: #f2f2f3;
}
.conBox .pg-wrap{
    padding: 20px 20px 20px;
    margin: 0 -20px;
    border-top: 1px solid #eee;
}
.conBox .pg-wrap .pg-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pg-wrap .pg-links::after{
    content: "";
    display: table;
    clear: both;
}
.pg-wrap .pg-links a,
.pg-wrap .pg-links span{
    font-size: 14px;
    text-decoration: none;
    padding: 6px 11px;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
    border-color: #ddd;
    color: #4285F4;
    background: #fff;
    display: block;
    float: left;
}
.pg-wrap .pg-links a:hover,
.pg-wrap .pg-links span:hover{
    background: #eee;
}
.pg-wrap .pg-links .current{
    border-color: #4285F4;
    background: #4285F4;
    color: #fff;
}
.pg-wrap .pg-links .current:hover{
    background: #4285F4;
}
.pg-wrap .pg-links .unavailable,
.pg-wrap .pg-links .dots{
    color: #ccc;
}
.pg-wrap .pg-links .unavailable:hover,
.pg-wrap .pg-links .dots:hover{
    background: #fff;
}
.pg-wrap .load-more{
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: auto;
    color: #fff;
    border-radius: 4px;
    background-color: #008cd6;
}
.pg-wrap .load-more:hover{
    background-color: #089ae7;
}
.pg-wrap .load-more.no-more,
.pg-wrap .load-more.no-more:hover{
    cursor:not-allowed;
    background: #9d9d9d;
}
.loading{
    display: none;
    padding: 10px 0;
    width: auto;
    text-align: center;
}
.loading img{
    border: 0;
    vertical-align: middle;
}