body {
    background: url(http://www.tjbh.gov.cn/images/first/zfxxgk_bg.jpg);
    background-size: 100%;
    background-color: #f7fbfe;
    background-repeat: no-repeat;
    font-family: "微软雅黑" !important;
    overflow-x: hidden;
}

a {
    font-family: "微软雅黑";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.top_con {
    margin-top: 108px;
    text-align: center;
}

.top_con>div {
    display: inline-block;
    margin: 32px auto 40px;
    border: 1px #1b4e91 solid;
    box-sizing: border-box;
    width: 711px;
    border-radius: 8px;
    background-color: #FFF;
    font-size: 0;
    overflow: hidden;
    vertical-align: middle;
}

.top_con>div input {
    height: 48px;
    line-height: 48px;
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    font-size: 18px;
    text-indent: 10px;
    color: #666666;
}

.top_con>div i {
    display: inline-block;
    width: 10%;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #2060b7;
    vertical-align: top;
}

.store_box {
    font-size: 0;
    margin-bottom: 50px;
}

.store_box .right {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    background-color: #FFF;
    padding: 15px 34px 40px 40px;
    box-sizing: border-box;
    min-height: 680px;
    border-radius: 8px;
}

.store_box .right h1 {
    line-height: 62px;
    display: flex;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
}

.store_box .right h1::before {
    content: '';
    height: 21px;
    width: 5px;
    background-color: #c10000;
    display: inline-block;
    margin-right: 10px;
}

.store_box .right .search_condition {
    border-bottom: 1px #007ff8 solid;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.search_item {
    margin-bottom: 10px;
    position: relative;
}

.search_item span {
	min-width:83px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    margin-right: 10px;
}

.search_box {
    width: calc(100% - 94px);
    display: inline-block;
}

.search_box#search_mainType {
    height: 100px;
    overflow: auto;
}

.search_box label {
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    min-width: 60px;
    text-align: center;
    margin: 0px 3px 0 0;
    font-size: 18px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 5px;
}

.search_box#search_mainType label {
    width: 155px;
    text-align: left;
}

.search_box#search_mainType label:nth-last-of-type(2) {
    width: auto;
}

.search_box#search_mainType label:last-of-type {
    width: auto;
}

.search_box label.hover,
.search_item_list label.hover {
    background: url(../images/policyStore_BtnBg.png) no-repeat right bottom;
    border: 1px solid #1492ff;
    height: 40px;
    line-height: 40px;
    background-size: 21px 21px;
    color: #1492ff;
}

.search_item_list {
    padding: 11px 15px;
    box-sizing: border-box;
    border: 1px #2a87ff solid;
    position: relative;
    margin-top: 24px;
    margin-bottom: 15px;
}

.search_item_list label {
    color: #666;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    min-width: 60px;
    text-align: center;
    margin: 0px 10px 0 0;
    font-size: 18px;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 5px;
}

.search_item_list i {
    color: #2a87ff;
    font-size: 30px;
    position: absolute;
    background-color: #FFF;
    top: -23px;
    left: 306px;
}

.search_item_list#search_wenhaoBox i {
    left: 193px;
}
.search_item_list#search_PublishmentSystemID_jz i {
    left: 415px;
}

.search_item input {
    width: 240px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}

.search_item .search_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.search_item .search_btn span {
    width: 96px;
    height: 38px;
    line-height: 38px;
    background-color: #007ff8;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.search_item .search_btn span:hover {
    background-color: rgba(0, 127, 248, 0.8);
}

.search_item .search_btn span:last-of-type {
    margin-right: 0;
}

.filewarehouse .layui-laydate .layui-this {
    background-color: #2f5db8 !important;
}

.filewarehouse .layui-laydate-content td.laydate-selected {
    background-color: #deebfe;
}

.filewarehouse .layui-laydate-footer span:hover {
    color: #2f5db8;
}

.filewarehouse .layui-laydate-header i:hover,
.filewarehouse .layui-laydate-header span:hover {
    color: #2f5db8;
}

.filewarehouse .laydate-selected:hover {
    background-color: #5e7dff!important;
    color: #FFF;
}

.store_box .right ul li {
    display: flex;
    border-bottom: 1px #d6d6d6 dashed;
    font-size: 18px;
    margin-top: 20px;
}

.store_box .right ul li h2 {
    display: inline-block;
    margin-right: 15px;
}

.store_box .right ul li>div {
    font-size: 0;
}

.store_box .right ul li>div:nth-of-type(1) {
    width: calc(100% - 125px);
    margin-right: 15px;
}

.store_box .right ul li>div:nth-of-type(1).full_width {
    width: calc(100% - 27px);
    margin-right: 0;
}

.store_box .right ul li>div>a {
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    display: block;
}

.store_box .right ul li>div:nth-of-type(1) a:hover {
    color: #2f5db8;
}

.store_box .right ul li>div>div:first-of-type {
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.store_box .right ul li>div>div:first-of-type>span {
    display: inline-block;
    line-height: 55px;
    min-width: 195px;
    font-size: 18px;
    color: #2f5db8;
    margin-right: 20px;
    line-height: 60px;
}

.store_box .right ul li>div>div:first-of-type>span i {
    font-size: 22px;
    margin-right: 8px;
}

.store_box .right ul li>div>div>span:nth-of-type(2) {
    width: 300px;
}

.store_box .right ul li>div>div>span:nth-of-type(3) {
    width: 150px;
}

.store_box .right ul li>div>div:last-of-type a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 0 7px;
    box-sizing: border-box;
    line-height: 28px;
    background-color: #e8e8e8;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 30px;
}

.store_box .right ul li>div>div:last-of-type a:hover {
    background-color: #2f5db8;
    color: #FFF;
}

.store_box .right ul li>div>div:first-of-type a.blue_btn {
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border: 1px #007ff8 solid;
    color: #007ff8;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 12px;
    right: 93px;
}

.store_box .right ul li>div>div:first-of-type a.blue_btn.r0 {
    right: 0 !important;
}

.store_box .right ul li>div>div:first-of-type a.blue_btn:hover {
    background-color: #007ff8;
    color: #FFF;
}

.store_box .right ul li>div>div:first-of-type a.yellow_btn {
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    border: 1px #ff9a22 solid;
    color: #ff9a22;
    display: inline-block;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 12px;
}

.store_box .right ul li>div>div:first-of-type a.yellow_btn:hover {
    background-color: #ff9a22;
    color: #FFF;
}

.store_box .right ul .nothing {
    font-size: 32px;
    margin-top: 35px;
    text-align: center;
}


/* 长者模式 */

.oldPeople .top_con>div {
    width: 100% !important;
}

.oldPeople .top_con>div input {
    height: 104px !important;
    line-height: 104px !important;
    font-size: 40px !important;
    width: calc(100% - 115px) !important;
}

.oldPeople .top_con>div i {
    font-size: 62px !important;
    line-height: 104px !important;
    margin-left: 30px;
    margin-right: 23px;
    position: relative;
    width: 60px;
}

.oldPeople .store_box .right h1 {
    font-size: 45px !important;
    line-height: 75px !important;
    white-space: normal;
    margin: 20px 0;
}

.oldPeople .store_box .right h1::before {
    width: 13px;
    height: 50px;
    margin-right: 31px;
}

.oldPeople .search_box {
    width: calc(100% - 175px);
}

.oldPeople .search_item {
    margin-bottom: 25px;
}

.oldPeople .search_item span {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
}

.oldPeople .search_box label {
    font-size: 36px;
    height: 60px;
    line-height: 60px;
}

.oldPeople .search_box label.hover,
.oldPeople .search_item_list label.hover {
    height: 60px;
    line-height: 60px;
}

.oldPeople .search_box#search_mainType label {
    width: 350px;
    margin-bottom: 15px;
}

.oldPeople .search_box#search_mainType {
    height: 200px;
}

.oldPeople .search_item input {
    height: 60px;
    line-height: 60px;
    font-size: 28px;
}

.oldPeople .store_box .right ul li h2 {
    font-size: 38px;
}

.oldPeople .store_box .right ul li>div>a {
    font-size: 38px;
    line-height: 58px;
}

.oldPeople .store_box .right ul li>div>div:first-of-type {
    margin: 15px 0;
}

.oldPeople .store_box .right ul li>div>div:first-of-type>span {
    font-size: 28px;
    width: auto;
}

.oldPeople .store_box .right ul li>div>div:first-of-type>span i {
    font-size: 32px;
}

.oldPeople .store_box .right ul li>div>div:last-of-type a {
    font-size: 28px;
    padding: 0 25px;
    line-height: 64px;
}

.oldPeople .store_box .right ul li>div>div:first-of-type a.blue_btn {
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    right: 135px;
}

.oldPeople .store_box .right ul li>div>div:first-of-type a.yellow_btn {
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
}

.oldPeople .page,
.oldPeople #page {
    margin: 25px auto !important;
}

.oldPeople .page li,
.oldPeople #page li {
    margin-bottom: 15px;
}

.oldPeople .page li span,
.oldPeople #page li span {
    font-size: 34px;
    margin-right: 10px;
    padding: 0 24px;
}

.oldPeople .page li a,
.oldPeople #page li a {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 34px !important;
    margin-right: 10px;
    padding: 0 24px;
}

.oldPeople #page .page span {
    height: 60px;
    line-height: 60px !important;
}

.oldPeople .page a,
.oldPeople #page a {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 34px !important;
    margin-right: 10px;
    padding: 0 24px;
}

.oldPeople #page .layui-laypage span {
    height: 60px !important;
    line-height: 60px !important;
    font-size: 34px !important;
    margin-right: 10px;
    padding: 0 20px;
}

.oldPeople #page .layui-laypage span input,
.oldPeople #page .layui-laypage span button {
    height: 60px !important;
    line-height: 60px !important;
}

.oldPeople #page .layui-laypage span.layui-laypage-skip {
    padding-right: 0;
}

@media screen and (max-width:768px) {
    body {
        background: url(http://www.tjbh.gov.cn/images/first/zfxxgk_bg.jpg) !important;
        background-position: top !important;
        background-size: 100% !important;
        background-color: #f7fbfe !important;
        background-repeat: no-repeat !important;
    }
    .top_con {
        margin-top: 30px;
    }
    .top_con img {
        width: 95%;
    }
    .top_con>div {
        width: 95%;
    }
    .store_box .right {
        padding: 0 10px;
    }
    .search_box label {
        padding: 0 5px;
    }
    .search_box#search_mainType label {
        width: auto !important;
    }
    .search_item_list {
        padding: 10px;
        margin-top: 0px;
    }
    .search_item_list i {
        display: none;
    }
    .search_item_list#search_PublishmentSystemID_jz i {
        left: 373px;
    }
    .search_item input {
        width: 100%;
    }
    .search_item .search_btn {
        position: relative;
        display: block;
        margin: 20px auto 0;
        text-align: center;
    }
    .store_box .right ul li h2 {
        margin-right: 10px;
        padding-top: 7px;
    }
    .store_box .right ul li>div:nth-of-type(1).full_width {
        width: calc(100% - 20px);
    }
    .store_box .right ul li>div>div:first-of-type {
        display: none;
    }
    .store_box .right ul li>div>div:nth-of-type(2) {
        display: none;
    }
    .store_box .right ul li {
        margin-top: 0;
        font-size: 1.02rem;
    }
    .store_box .right ul li>div>a {
        font-size: 1.02rem;
        line-height: normal;
        padding: 15px 0;
    }
}