﻿@charset "utf-8";

@media only screen and (max-width:1024px) {


    /* 公共样式 */
    body {
        margin: 0;
        padding: 0;
        font-size: 0.26rem;
    }

    .w1100 {
        width: 95%;
        margin: 0 auto;
    }

    a:hover {
        color: #1d5cbc;
    }

    .none {
        display: none;
    }

    .block {
        display: block;
    }

    /* header ===========================================================================
===================================================================================== */
    .header {
        width: 100%;
        height: 1.8rem;
        background: url(../images/banner-back.png) no-repeat top center;
        background-size: auto 100%;
        overflow: hidden;
    }

    .headerCont {
        width: 100%;
        height: 1.8rem;
        background: url(../images/banner.png) no-repeat top center;
        background-size: auto 100%;
        overflow: hidden;
    }

    .logo {
        width: auto;
        height: 0.8rem;
        margin-top: 0.5rem;
        display: inline-block;
    }

    .logo img {
        width: auto;
        height: 100%;
    }

    /* content ===========================================================================
===================================================================================== */

    .content {
        width: 100%;
        overflow: hidden;
    }

    /* 当前位置 */
    .locationNav {
        padding: 0.2rem;
        font-size: 0.23rem;
        color: #666666;
    }

    .locationNav a {
        color: #666666;
    }

    .locationNavIcon {
        /* color: #f1f4f9; */
        margin: 0 3px;
    }

    .locationNav a:hover {
        color: #1d5cbc;
    }

    .contentBox {
        height: auto;
        overflow: hidden;
        border: 1px solid #dee4ee;
        background: #ffffff;
        padding: 0.15rem;
        box-sizing: border-box;
    }

    .contentHead {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 10px;
    }

    .contentHead img {
        width: 100%;
        height: auto;
    }

    .contentSearch {
        padding: 0.3rem 0;
        text-align: center;
    }

    .searchIcon {
        height: 0.4rem;
        display: inline-block;
        vertical-align: middle;
    }

    .searchIcon img {
        height: 0.4rem;
        margin-right: 0.4rem;
        vertical-align: middle;
    }

    .searchBox {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0.2rem;
    }

    .searchBox input {
        width: 5.4rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border: 1px solid #3d7eff;
        border-radius: 3px;
        padding: 0 0.1rem;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        font-size:0.2rem;
    }

    .searchBtn {
        width: 1rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 3px;
        color: #ffffff;
        font-size: 0.26rem;
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle;
        background: linear-gradient(to right, #4b92ff, #3d85f1);
        cursor: pointer;
    }

    .searchBtn:hover {
        background: linear-gradient(to right, #3d85f1, #2b73e6);
    }

    .contSelect {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .selectNameBox {
        width: 100%;
        height: 0.65rem;
        line-height: 0.65rem;
        background: #efefef;
        padding: 0 0.1rem;
        box-sizing: border-box;
        border-radius: 3px;
        overflow: hidden;
        margin-top: 0.2rem;
    }

    .contSelectName {
        width: 2.5rem;
        color: #1d5cbc;
        font-size: 0.28rem;
        font-weight: bold;
        display: inline-block;
        float: left;
    }

    .selectLocation {
        width: auto;
        display: inline-block;
    }

    .selectLocation span {
        padding: 0 0.4rem;
        color: #000000;
        display: inline-block;
        cursor: pointer;
    }

    .selectLocation span.disabled-tab {
        color: #aaa;
        cursor: not-allowed;
    }

    .currentlySelect {
        display: inline-block;
        float: right;
        font-size: 0.23rem;
    }

    .currentlySelectName {
        font-weight: bold;
    }

    .selectCurrent {
        background: #ffffff;
        border-top: 3px solid #1d5cbc;
    }

    .selectContBox {
        padding: 0.2rem 0 0.1rem;
        overflow: hidden;
    }

    .selectContBox ul {
        font-size: 0;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: opacity 0.4s ease, height 0.4s ease;
    }

    .selectContBox ul.active-ul {
        opacity: 1;
        height: auto;
    }

    .selectContBox ul li {
        width: calc((100% - 0.15rem * 2) / 3);
        height: 0.65rem;
        padding: 0;
        box-sizing: border-box;
        overflow: hidden;
        border: 1px solid #dddddd;
        border-radius: 2px;
        margin: 0 0.15rem 0.15rem 0;
        color: #777777;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        font-size: 0.23rem;
        align-content: center;
    }

    .selectInforCurrent {
        background: #1d5cbc !important;
        color: #ffffff !important;
        border: 1px solid #1d5cbc !important;
    }

    .selectContBox ul li:hover {
        background: #1d5cbc !important;
        color: #ffffff !important;
        border: 1px solid #1d5cbc !important;
    }

    .selectContBox ul li:nth-child(3n) {
        margin-right: 0;
    }

    /* 展示查询到的数据 */
    .contQueryDataNone {
        padding: 0.2rem 0;
        position: relative;
        font-size: 0.23rem;
        overflow: hidden;
    }

    .returnPage {
        color: #ffffff;
        cursor: pointer;
        background: linear-gradient(to right, #4b92ff, #3d85f1);
        padding: 0.1rem 0.15rem;
        font-size: 0.23rem;
        border-radius: 3px;
        overflow: hidden;
        display: inline-block;
        position: initial;
        right: 0;
        top: 10px;
        display: block;
        margin-top: 0.2rem;
        width: fit-content;
        float: right;
    }

    .returnPage:hover {
        background: linear-gradient(to right, #3d85f1, #2b73e6);
    }

    .contQueryDataList ul {
        width: 100%;
    }

    .contQueryDataList ul li {
        text-align: left;
        border: none;
        border-bottom: 1px solid #e3e8ef;
        box-sizing: border-box;
        padding: 0.15rem;
    }

    .contQueryDataList ul li a {
        display: block;
    }

    .contQueryDataList ul li span {
        display: inline-block;
        margin: 0;
        box-sizing: border-box;
        word-break: break-all;
        text-align: center;
    }

    .recordId {
        width: 1rem;
    }

    .recordName {
        width: 2.2rem;
    }

    .recordCode {
        width: 2rem;
    }

    .recordStatus {
        width: 1rem;
    }

    .contQueryDataListHead {
        background: #e8f0fe;
        color: #222;
        font-weight: bold;
    }

    .contQueryDataList .abnormalState {
        background: #f8f8f8;
        color: #999999;
    }

    /* 翻页 */
    .contQueryDataPagin {
        padding: 20px 0 10px;
        text-align: center;
    }

    .contQueryDataPagin button {
        padding: 0.1rem 0.2rem;
        margin: 0 4px;
        background: #f4f4f5;
        border-radius: 3px;
        cursor: pointer;
        color: #606266;
    }

    .contQueryDataPagin .active {
        background: #409eff;
        color: #ffffff;
    }

    .contQueryDataPagin .total-text {
        margin-left: 15px;
        color: #666;
        font-size: 0.23rem;
    }

    .contQueryDataPagin button:hover {
        background: #409eff;
        color: #ffffff;
    }

    #pageNumWrap {
        display: inline-block;
    }

    /* 文章页 ===========================================================================
===================================================================================== */
    .contentMain {
        padding: 0.3rem;
    }

    .mainName {
        width: 100%;
        padding: 0.1rem 0 0.3rem;
        font-size: 0.3rem;
        font-weight: bold;
        text-align: center;
    }

    .mainList li {
        padding: 0.2rem 0;
        border-bottom: 1px solid #e3e8ef;
    }

    .mainList li:last-of-type {
        border-bottom: 0;
    }

    .mainList li span {
        display: inline-block;
        line-height: 1.5;
        vertical-align: middle;
    }

    .mainList li span:first-of-type {
        font-weight: bold;
        margin-right: 0.2rem;
        width: 2rem;
        text-align: right;
    }

    .mainList li span:last-of-type {
        width: 3.8rem;
    }

    .violationRecord {
        width: 100%;
        border: 1px solid #b33737;
        background: #fff5f5;
        padding: 0.2rem;
        box-sizing: border-box;
        border-radius: 3px;
        overflow: hidden;
        margin-top: 0.3rem;
    }

    .violationRecord p {
        padding-left: 0.4rem;
        font-size: 0.28rem;
        font-weight: bold;
        color: #b33737;
        position: relative;
    }

    .violationRecord p::after {
        content: '';
        width: 0.25rem;
        height: 0.25rem;
        display: inline-block;
        background: url(../images/icon-jingshi.png) no-repeat center center;
        background-size: 100%;
        position: absolute;
        left: 0;
        top: 0.06rem;
    }

    .violationRecord ul li {
        margin-top: 0.2rem;
        padding-left: 40px;
        color: #b33737;
    }

    /* footr ===========================================================================
===================================================================================== */
    .footer {
        padding: 0.2rem 0 0.3rem;
        text-align: center;
        color: #405d9e;
        font-size: 0.23rem;
    }

    .footer p {
        margin-top: 0.15rem;
    }

    .footer a {
        color: #405d9e;
        margin: 0 0.15rem;
    }

    .footer span {
        margin: 0 0.15rem;
    }

}
