/*焦点图*/
.focus {
    width: 590px;
    height: 340px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.focus_pics {
    position: absolute;
    left: 0;
    top: 0;
}

.focus_pics>.pics_list {
    float: left;
}

.focus_pics>.pics_list img {
    width: 590px;
    height: 340px;
}

.focus-pics>.pics_list>h2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.pics_list {
    position: relative;
}

h2.pics_text {
    margin: 0;
    padding: 0;
}

.pics_text {
    position: absolute;
    height: 40px;
    width: 100%;
    text-indent: 1em;
    background-color: rgba(51, 51, 51, 0.6);
    bottom: 0px;
    left: 0;
    font-size: 15px;
    color: #fff;
}

.pics_text a {
    color: #fff;
    line-height: 36px;
}

.num {
    float: right;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    margin-right: 1.5em;
}

.focus-num {
    font-size: 20px;
    color: #01ADFF;
}

.focus_handle {
    width: 100%;
}

.focus_handle .focus-btn {
    position: absolute;
    top: 130px;
    height: 100px;
    width: 40px;
    text-align: center;
    line-height: 100px;
}

.focus_handle .focus-btn#btnPrev {
    left: 20px;
}

.focus_handle .focus-btn#btnNext {
    right: 20px;
}

/*研究快报*/
.yjkb-box {
    float: left;
    width: 590px;
    margin-left: 10px;
}

.yjkb-tab {
    border-bottom: 2px solid #EEEEEE;
    width: 570px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background-size: 31px 35px;
}

.yjkb-tab li {
    display: inline-block;
    padding: 0 15px;
    width: 80px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #999;
    font-family: Source Han Serif CN;
}

.yjkb-tab li.cur {
    border-bottom: 4px solid #89181D;
    margin-bottom: 2px;
    font-size: 20px;
    color: #C72128;
    font-weight: bold;
}

.yjkb-more,
.more {
    float: right;
    font-size: 12px;
    background: url("https://ess.leju.com/house/photo/42-1-QpdANKx9SZ3NiaXlSqmPB0HSmPFxEtlYMZHm9Wass0SLJycTSWhZM723e6VguFOytEMt5plVCN602uNK.png") no-repeat 30px 21px;
    background-size: 10px 10px;
    padding-right: 20px;
}

.yjkb-list {
    margin-top: 18px;
}

.yjkb-list li {
    width: 570px;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.yjkb-list li::before {
    content: "·";
    font-size: 2.25rem;
    position: absolute;
    top: 0px;
    left: 0px;
    color: rgb(201, 201, 201);
}

.yjkb-list li a {
    width: 85%;
}

.yjkb-list li .date {
    font-size: 14px;
    width: 15%;
}


/*main*/
.main-box {
    margin-top: 0;
}

.left-box {
    width: 780px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-box {
    width: 400px;
    float: right;
}

.top500-title-box{
    background: url("https://ess.leju.com/house/photo/42-1-62IsZVSKmQMd3gDzrhYrK7cKRY5U9kow0yNb1WvlFkl5P8aEsI3duqk4wNDsIea8lociTurmSzeQ1fZ5.png") no-repeat;
    background-size:213px 30px;
    width:380px;
    height:33px;
    line-height: 33px;
    font-size: 12px;
    color: #999;
    margin-bottom:10px;
}
.top500-content-box{
    border:2px solid #f0f0f0;
    margin-bottom:40px;
    width:380px;
    float:left;
    position: relative;
}
.top500-select-box{
    background-color:#f0f0f0;
    height:40px;
    padding:14px 17px;
}
.select{
    width:280px;
    margin:0 auto;
}
.top500-list, .top100-list, .pp-list{
    height: 415px;
    padding: 23px 20px;
    overflow-x:hidden;
    overflow-y:scroll;
}
.top500-list li, .top100-list li, .pp-list li{
    width:380px;
    font-size:16px;
    height:43px;
    display:flex;
    align-items: center;
}
.top500-list li span, .top100-list li span, .pp-list li span{
    margin-right:10px;
}
.top500-list li span.projectname{
    padding:6px;
    font-size:12px;
    display:inline-block;
    background: #EEE;
    width:100px;
    border-radius: 10px;
    text-align: center;
}
.top500-list li span.qname{
    display:inline-block;
}
.pp-list li span.brandvalue{
    padding:6px;
    font-size:12px;
    display:inline-block;
    color:#ff6a00;
    border-radius: 10px;
    text-align: center;
}
.top500-list li span.order, .top100-list li span.order, .pp-list li span.order{
    display:inline-block;
    font-size:12px;
    margin-right:38px;
    width: 21px;
    height: 21px;
    line-height:21px;
    text-align: center;;
    border-radius: 50%;
    background:#999;
    color:#fff;
}
.top500-list li span.order.point, .top100-list li span.order.point, .pp-list li span.order.point{
    background: #C72128;
}
.award-name{
    width:100%;
    text-align: center;
    margin-bottom:10px;
    height:21px;
}
.top500-title-box .more, .top100-title-box .more, .pp-title-box .more{
    background-position: 30px 12px;
}

.top500-list::-webkit-scrollbar, .top100-list::-webkit-scrollbar, .pp-list::-webkit-scrollbar{
    width: 6px;
}
.top500-list::-webkit-scrollbar-thumb, .top100-list::-webkit-scrollbar-thumb, .pp-list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: rgba(238, 238, 238, 1);
}
.top500-list::-webkit-scrollbar-track, .top100-list::-webkit-scrollbar-track, .pp-list::-webkit-scrollbar-track{
    border-radius: 0;
    background:#fff;
}
.zb .form-control, .top100-content-title-box .form-control, .pp-content-title-box .form-control, .fb .form-control{
    background: url("https://ess.leju.com/house/photo/42-1-k1GaIkIov1VU37e0meTmu6j67nNUHOd8v3TyKe1wPTCTYbLV546f51lDHZes0jj4KsiQHsvez5aWyDyc.png") no-repeat #fff 107px 12px;
    background-size: 10px 10px;
    cursor: pointer;
}

.fb{
    width:100%;
}

.fb input.form-control[name=fbyear]{
    width:80px;
}
.fb input.form-control[name=award]{
    width:240px;
    background-position:200px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;  
}

.fb-title-box{
    background:url("https://ess.leju.com/house/photo/42-1-3DycenxLTQSwB14SCk2AINanku9vNBrPrLCegqgkopcw4Ecwwm8oFY9n7H0kOGhyfaWHPpaJO3ZLutVL.png") no-repeat;
    background-size:183px 30px;
}
.fb-title-box .more{
    padding-right:0px;
    background-position: -100px -100px;
}
.year-list, .sort-list, .award-list{
    display: none;
    position: absolute;
    background-color: #fafafa;
    width: 100px;
    height: 180px;
    top: 50px;
    left: 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 8 32 / 30%);
    box-shadow: 0px 0px 10px 0px rgb(0 8 32 / 20%);
    z-index: 10;
    border: 1px solid;
    border-color: #66afe9;
    overflow: hidden;
    overflow-y: scroll;
}
.sort-list, .award-list{
   left:130px;
   width:220px;
}
.year-list li, .sort-list li, .award-list li{
    width:100%;
    padding:10px;
    height:24px;
    cursor: pointer;
}
.year-list li:hover, .sort-list li:hover, .award-list li:hover{
    background-color:#f0f0f0;
}

.fb-year-list{
    left:18px;
    width:100px;
}
.year-list::-webkit-scrollbar, .sort-list::-webkit-scrollbar, .award-list::-webkit-scrollbar{
    width: 6px;
}
.year-list::-webkit-scrollbar-thumb, .sort-list::-webkit-scrollbar-thumb, .award-list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: rgba(238, 238, 238, 1);
}
.year-list::-webkit-scrollbar-track, .sort-list::-webkit-scrollbar-track, .award-list::-webkit-scrollbar-track{
    border-radius: 0;
    background:#f0f0f0;
}

.top500-box, .top100-box, .pp-box{
    width:380px;
}
.top100-box{
    float:left;
}
.top100-title-box{
    background: url("https://ess.leju.com/house/photo/42-1-3s28TfQfnFoTVgHDJiZ3IAXGosptzDy6CnnSu155j3yR7RlABUSGzzcCGZcMpPD6GUFiXBH08wioFHIn.png") no-repeat;
    background-size: 213px 30px;
    width:380px;
    height:33px;
    line-height:33px;
    font-size:12px;
    color: #999;
    margin-bottom: 12px;
}
.top100-content-box, .pp-content-box{
    border:2px solid #f0f0f0;
    margin-bottom:40px;
    width:380px;
    position: relative;
}
.top100-content-title-box, .pp-content-title-box{
    background-color:#f0f0f0;
    height:40px;
    line-height:40px;
    padding:15px 16px;
    font-size:14px;
    color:#999;
}
.top100-list, .pp-list{
    height:415px;
}
.top100-list li, .pp-list li{
    height:43px;
}

input.form-control[name=year], input.form-control[name=fbyear]{
    width:80px;
    background-position: 80px 12px;
}
input.form-control[name=sort]{
    background-position: 200px 12px;
}

.pp-box{
    float:right;
}
.pp-title-box{
    background: url("https://ess.leju.com/house/photo/42-1-E7NYamXW7M0wtM2xvQ2VBpGLNwTASQwPUqMN9MkwX4GvJLBZcLL1KWDRC5r9FT4E3QvAkO3Yy7xqaxNV.png") no-repeat;
    background-size: 176px 31px;
    width:380px;
    height:33px;
    line-height:33px;
    font-size:12px;
    color: #999;
    margin-bottom: 12px;
}

.data-box{margin-bottom:36px;}
.data-title-box{
    margin-top:0;
}
.data-zljg-title{
    background: url("https://ess.leju.com/house/photo/42-1-xNb1boPXF6YROgzraSQxFUXEPOUI5uJOk3iurESbGivdyJTVG5LBJd0EMDvHQamTgBeh3QmpuuhmHEgm.png") no-repeat;
    background-size: 191px 33px;
    height: 33px;
    line-height: 33px;
}
.data-zljg-title .more{
    background-position: 30px 12px;
}

/* 研究报告 */
.report-box{
    width:100%;
    float:left;
}
.report-title-box{
    display:block;
    background: url('https://ess.leju.com/house/photo/42-1-riPmorWfz1uUk0LM5xhCG9dgKoTnjnlWOpm3d3sRVXmNCF9Jpr1EbHlE3G2wto8ooYgFi6MESmha8uNa.png') no-repeat;
    background-size: 122px 33px;
    height:50px;
    border-bottom:2px solid #EEEEEE;
    width:100%;
}

.report-list{
    width:100%;
    margin-bottom:30px;
}
.report-list li{
    display:inline-block;
    /* width:372px; */
    width:48%;
}

/*通用要闻列表*/
.important-news-top{
    overflow: hidden;
    margin-top:30px;
    display: flex;
}

.important-news-top .important-news-img{
    width: 150px;
    height: 88px;
    display: inline-block;
    background-color: #9acfea;
    margin-right: 20px;
}

.important-news-top .important-news-img img{
    width: 150px;
    height: 88px;
    cursor: pointer;
    transition: all 0.6s;
}

.important-news-top h2{
    width: 207px;
    height: 33px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding:0;
    margin:0;
}

.important-news-top p{
    width:207px;
    font-size: 14px;
    color: #999999;
}

/* 测评资讯 */
.news-box{
    width:400px;

}
.news-title-box{
    background: url('https://ess.leju.com/house/photo/42-1-1bZcHcQYzePFKt5wUdTz0yKu2f8EU1SwKY1cnDQCwxn6VICuMJm5tTx4knZKG3e8h3NvRSl1JSVmivTZ.png') no-repeat;
    background-size:120px 33px;
    height:50px;
    line-height:50px;
}
.news-title-box .more{
    float: right;
    font-size: 12px;
    background: url("https://ess.leju.com/house/photo/42-1-QpdANKx9SZ3NiaXlSqmPB0HSmPFxEtlYMZHm9Wass0SLJycTSWhZM723e6VguFOytEMt5plVCN602uNK.png") no-repeat 30px 21px;
    background-size: 10px 10px;
    padding-right: 20px;
}
.news-list{
    background-color: #EEE;
    width: 360px;
    padding: 20px;
    margin-bottom:30px;
}
.news-list li{
    width: 360px;
    margin-bottom: 14px;
    font-size: 16px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* form */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-group {
    display: flex;
    vertical-align: middle;
    position: relative;
    justify-content: space-between;
}

.form-group:before,
.form-group:after {
    display: table;
    content: " ";
}

.form-group:after {
    clear: both;
}

.form-group label {
    display: inline;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    vertical-align: baseline;
    color: #999;
    padding-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 22px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    margin-right:10px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .01);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .01);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

input[type="search"] {
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    height: 33px;
    width: 280px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: -1px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #999999;
    background-color: #fff;
    border-color: #DBDBDB;
}

.btn-default:focus,
.btn-default.focus {
    color: #666;
    background-color: #fff;
    border-color: #DBDBDB;
}

.btn-default:hover {
    color: #666;
    background-color: #fff;
    border-color: #DBDBDB;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #666;
    background-color: #fff;
    border-color: #DBDBDB;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #fff;
    border-color: #DBDBDB;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #999999;
}

.btn-default .badge {
    color: #fff;
    background-color: #DBDBDB;
}

.btn-primary {
    color: #fff;
    background-color: #1A97F7;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0071f5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0071f5;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0071f5;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #0071f5;
    border-color: #1A97F7;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #1A97F7;
}

.btn-primary .badge {
    color: #1A97F7;
    background-color: #fff;
}


.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}