* {
    box-sizing: border-box;
}

body,
html {
    min-width: 1200px;
}

#header {
    height: 240px;
}

.main {
    background: #fff;
    padding: 0 26px;
    margin-bottom: 26px;
    border-radius: 4px;
}

.main-title {
    height: 90px;
    text-align: center;
}

.main-title a {
    display: inline-block;
}

.title-item {
    width: 180px;
    height: 90px;
    line-height: 110px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 20px;
    letter-spacing: 1px;
    color: #8890a7;
    margin-right: 34px;
    text-align: center;
    background: url("../images/search_result/title_bg.png") center bottom 0px no-repeat;
    background-size: 180px 15px;
    cursor: pointer;
}

.title-item.active {
    color: #2556d8;
    background: url("../images/search_result/title_active_bg.png") center bottom 0px no-repeat;
    background-size: 180px 15px;
}

.image-logo {
    display: block;
    margin-top: 20px;
    margin-bottom: 28px;
}




.tabview-title {
    height: 67px;
    background: #eff4ff;
    border-radius: 4px;
}

.hdl {
    position: relative;
    width: 100px;
    height: 67px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    line-height: 67px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdl.active {
    font-family: "SourceHanSansCN-Bold";
}

.hdl.active::after {
    position: absolute;
    content: '';
    width: 81px;
    height: 3px;
    background: #2556d8;
    left: 10%;
   /* transform: translateX(-50%); */
    bottom: 0;
}


.bdl {
    display: none;
}

.tabview-title-search {
    width: 380px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dfe6f9;
    margin-top: 12px;
    margin-right: 20px;
	position: relative;
	z-index: 1;
}

.tabview-title-search input {
    width: 85%;
    font-family: "SourceHanSansCN-Regular";
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    padding-left: 16px;
    color: #333;
	height: 40px;
	background: 0 0;
}

.input-placeholder {
    position: absolute;
    top: -4px;
    left: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #999;
    z-index:-1;
    cursor: text;
}

.tabview-title-search input::placeholder {
    color: #999;
}

.tabview-title-search img {
    height: 20px;
    width: 20px;
    margin-top: 11px;
    margin-right: 14px;
}

.tabview-sel-wrap .chosen-container {
    margin-top: 12px;
    margin-right: 26px;
    border: solid 1px #dfe6f9;
    border-radius: 4px;
}

.tabview-sel-wrap .chosen-container-single .chosen-single div {
    height: 42px;
    width: 30px;
}

.tabview-sel-wrap .chosen-container-single .chosen-single div b {
    background: url("../images/xiala.png") center no-repeat;
}

.tabview-sel-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/xiala.png") center no-repeat;
}

.tabview-sel-wrap .chosen-container-single .chosen-drop {
    top: 40px;
}

.tabview-text {
    min-height: 525px;
    padding-top: 29px;
}


.market-list-item {
    height: 48px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.market-list-item:nth-child(odd) {
    background: #f3f6fe;
}

.market-list-item:hover {
    border: solid 1px #2c4fb1;
}

.market-list-item:hover .name {
    color: #2c4fb1;
}

.market-list span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    color: #666;
    font-size: 15px;
    font-family: "SourceHanSansCN-Regular";
    text-align: center;
    margin-right: -2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.market-list .name {
    width: 372px;
}

.market-list .code {
    width: 207px;
}

.market-list .type {
    width: 153px;
}

.market-list .place {
    width: 141px;
}

.market-list .time {
    width: 146px;
}

.market-list .query {
    width: 123px;
}

.market-item-first {
    background: #688ffa;
    border-radius: 4px;
    cursor: pointer;
}

.market-item-first span {
    color: #fff;
    position: relative;
}

.market-item-first span::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 46px;
    background: #fff;
    right: 0;
    top: 0;
}

.market-item-first span:last-child:after {
    display: none;
}

/* 分页 */
.pager {
    padding-bottom: 55px;
}

.m-pagination-size .chosen-container-single .chosen-single div b,
.m-pagination-size .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center;
}

.chosen-container-single .chosen-drop {
    top: 27px;
}

.m-pagination-page>li>a {
    border-radius: 2px;
}

.m-pagination-size .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 2px;
}

.m-pagination-jump {
    border-radius: 2px;
}

.m-pagination-page>li.active>a {
    background: #2c4fb1;
    color: #fff;
    border-radius: 2px;
}

.m-pagination-info>span {
    color: #2c4fb1;
}

.oldModel .title-item{
    font-size: 28px;
}

.oldModel .hdl{
    width: 120px;
    font-size: 30px;
}

.oldModel .market-list span{
    font-size: 28px;
}