@charset "utf-8";
/* CSS Document */

.wmain {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow: inherit;
    background: #f5f5f5;
}

.mar-top01 {
    margin-top: 0.60rem;
}content-kuangTwo

.mar-top02 {
    margin-top: 0.80rem;
}

.mar-top03 {
    margin-top: 0.40rem;
}

.title {
    height: 45px;
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
}

.back {
    height: 45px;
    float: left;
    display: flex;
    align-items: center;
}

.title .biaoti {
    padding-right: 20px;
}

.title a {
    line-height: 45px;
}

.biaoti {
    font-size: 15px;
    font-weight: bold;
}

.top-w {
    width: 100%;
    padding-left: 0.45rem;
    padding-right: 0.35rem;
    height: 1.24rem;
    background: #ffffff;
    padding-top: 0.3rem;
    position: relative;
}

.top-left {
    float: left;
}

    .top-left img {
        width: 0.33rem;
    }

.top-title {
    margin: 0 auto;
    font-size: 0.44rem;
    color: #0e63c3;
    position: absolute;
    width: 90%;
    overflow: hidden;
    text-align: center;
}

.top-right {
    float: right;
    text-align: right;
}

    .top-right a {
        border: #378cf6 0.03rem solid;
        padding: 0.05rem 0.2rem;
        color: #378cf6;
        border-radius: 0.1rem;
        display: inline-block;
        margin-right: 0.3rem;
    }

    .top-right img {
        width: 60px;
    }

.content-bg {
    background: url(../images/bjjd_bg01.png) no-repeat center top;
    background-size: 100%;
    width: 100%;
    height: 180px;
}

.content-center {
    margin: 0px auto;
    width: 1080px;
    margin-bottom: 20px;
    
}

.content-bg-font {
    padding-top: 50px;
    color: #ffffff;
    text-align: left;
    padding-left: 30px;
    font-size: 30px;
}

.content-kuang {
    background: #ffffff;
    border-radius: 6px;
    width: 100%;
    height: auto;
    overflow: inherit;
    margin-top: 50px;
    min-height: 600px;
}

.search-info {
    font-size: 24px;
    margin-bottom: 10px;
}

.content-kuangOne {
    height: 1.35rem;
    color: #9e9e9e;
    line-height: 1.35rem;
    text-align: left;
    padding-left: 0.3rem;
    border-bottom: #ececec 0.03rem solid;
}

.content-kuangTwo {
    height:38px;
    line-height:38px;
    border: 1px solid #ececec;
}
.content-kuangTwo span{
    padding-left: 10px;
}
.content-kuangTwo input[type="text"] {
    border: 0px;
	outline: none;
	overflow: hidden;
    padding-left: 20px;
	width: 60%;
}
.white:hover {
    color: black;
}

.botton-bg {
    width: 100%;
    margin-top: 0.3rem;
}

.botton-bg2 {
    width: 100%;
    margin-top: 0.3rem;
}

.botton-bg a {
    background: #297eff;
    display: block;
    padding: 0.3rem;
    color: #ffffff;
    font-size: 0.45rem;
    border-radius: 0.2rem;
    text-align: center;
}

    .botton-bg a:hover {
        color: #ffffff;
    }

.botton-bg2 a {
    background: #ffffff;
    display: block;
    padding: 0.3rem;
    color: #000000;
    font-size: 0.45rem;
    border-radius: 0.2rem;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.panel-tip {
    padding-left: 16px;
    font-size: 14px;
    margin-bottom: 10px;
}

.botton {
    width: 140px;
    font-size: 16px;
    border-radius: 5px;
}

.white {
    color: white;
}

.botton-bg2 a:hover {
    color: #000000;
}

.list-mar{
    margin-bottom: 5px;
    clear: both;
    display: flex;
}
.list-bg .list-mar{
     margin-bottom: 5px;
}
.spanTwo2{
    padding-left: 15px;
    color: #8a8a8a;
    border: 1px solid #eeeeee;
    display: inline-block;
    width: 840px;
}
.list-mar li{
  
    height: 50px;
    line-height: 50px;
    float: left;
}
.list-block .list-bg {
	    background: #ffffff;
	    width: 100%;
	    height: auto;
	    overflow: hidden;
	    padding-left: 10px;
}


.content-list .list-bg li .spanOne {
    width: 140px;
    height: 50px;
    display: inline-block;
    padding-left: 20px;
    background-color: #eee;
    border:1px solid #eeeeee
}
.content-list .list-bg li .spanTwo {
   padding-left: 15px;
    color: #8a8a8a;
    border:1px solid #eeeeee;
    display: inline-block;
    width:350px;
    
}
.content-kuangTwo>div{
    display: inline-block;
    width: 140px;
    background-color: #eeeeee;
    text-align: center;
}


/*弹出加载*/
.center-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-bg-hei {
    background: rgba(0, 0, 0, 0.5);
    width: 100px;
    height: 80px;
    border-radius: 6px;
    text-align: center;
    padding: 10px 10px;
    overflow: hidden;
}

.center-bg-hei img {
    width: 60px;
}

.center-bg-hei p {
    color: #ffffff;
    font-size: 0.36rem;
    padding-top: 0.4rem
}

.list-block .fild{
	color:#909090,
	margin-top:4px
}