.header{
    width: 100%;
}

.search{
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.input{
	
    background-image: url(../jxscx_searchBg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    margin-top: 3%;
    height: 1rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.searchBtn{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 10%;
}


.input input{
	position: absolute;
	top: 0;
    margin-left: 3%;
    margin-top: 1%;
    width: 85%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
    border: 0px;
    padding-left: 0.3rem;
}

.tip{
    background-color: #f3f3f3;
    padding: 0.4rem;
    color: #636363;
    line-height: 0.6rem;
    font-size: 0.25rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;     
    text-align: center;
}



.title{
    color: #242424;
    font-size: 0.5rem;
}

.text2{
    color: #242424;
    font-size: 0.45rem;
}

.bold{
    color: #006cc2;
    font-weight: bold;
}

table{
    font-size: 0.4rem;
    width: 100%;
    border: 1px solid #f2f2f2;
    margin-top: 0.4rem;
}

thead{
    background-color: #006cc2;
    color: #fff;
    

}

table th{
    text-align: center;
}

table tr > td:first-child{
    text-align: center;
}

td{
    background-color: #ffffff;
    color: #7d8082;
}



table th,td{ 
    border-right: 1px solid #f2f2f2;
    vertical-align: middle;
    font-size: 0.35rem;
    text-align: center;
    padding: 0.2rem;
}


table th:last-of-type{
    border-right: 0px solid #fff;
}

table td:last-of-type{
    border-right: 0px solid #fff;
}

.odd td{
    background-color: #e7e6e6;
    border: 0px;
}

.line2{
    background-image: url(../jxscx_line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1rem;
}


 

 

.list{ 
    padding-top: 4.5%;
    font-size: 0.35rem; 
}


.list .item{
    display: block;
    width: 98%;
    min-height: 1rem;
    margin-left: 1%;
    margin-bottom: 4%;
    padding-left: 8%; 
    font-size: 0.4rem;  
    padding-top: 3%;
    padding-bottom: 3%;
    position: relative;
    padding-right: 15%;
    background-color: rgba(255, 255, 255, 0.64);
    border-radius: 10px;
}

.item img{
    position: absolute;
    right: 3%;
    top: 50%;
    width: 10%; 
    margin-top: -4%;
}

.list .item.last{
    margin-bottom: 0px;
}

 

.list .item .top{
    border-bottom: 1px solid #006dc2;
    font-size: 0.4rem;
    padding-bottom: 2%;
}


.list .item .bottom{
    padding-top: 4%;
    font-size: 0.4rem;
    line-height: 0.5rem;
}

.searchKey{
    overflow: hidden;
}

.searchKey .keyWord{
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 0.45rem;
    color: #006dc2;
}

.searchKey .keyWord.red{
    color: red;
}



.nav{
    overflow: hidden;
}


.nav .nav-item{
	font-size: 0.9rem;
    float: left;
    width: 33.333%;
    height: 0.9rem;
    background-color: #3d3d3d;
    color: #fff;
    border-right: 1px solid #fff;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
	vertical-align: middle;
}

.nav-item:last-of-type{
    border-right: 0px solid #fff;
}

.selectValue{
	display: inline-block;
    line-height: 16px;
	font-size: 16px;
	vertical-align: 12px;
}

.nav-item .icon{
    height: 100%; 
    float: right;
}

.nav-item .open{
     display: none; 
}

.nav-item .close{
     display: inline-block; 
}


.nav-item.open .open{
     display: inline-block; 
}

.nav-item.open .close{
     display: none; 
}



.selList{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #e9e9e9;
    color: #8b8e90;
    display: none;
}

.selList.show{
    display: block;
}

.selList .selItem{
    border-bottom: 1px solid #fff;
    font-size: 0.45rem;
    padding: 0.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.selItem:last-of-type{
    border-bottom: 0px solid #fff;
}