
.shaixuan {
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    border-bottom: 0px;
}
.shaixuan + .shaixuan {
    border-top: 0px;
}
.shaixuan li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}
.shaixuan li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 10%;
    height: 1px;
    overflow: hidden;
    background: #3295e3;
}
.shaixuan li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: 10%;
    height: 1px;
    overflow: hidden;
    background: #e5e5e5;
}
.shaixuan li b {
    display: block;
    font: 15px/50px "???ии?беиж?бниж?бо";
    color: #fff;
	background: #015db9;
    text-align: center;
    border-radius: 0px;
}
.shaixuan li a {
    float: left;
    display: block;
	padding-top:13px;
	height:50px;
	width:15%;
	font-size:12px;
	text-align:center;
    color: #666;
	border:1px solid #e5e5e5;
}
.shaixuan li a.fieldandcss{ }
.shaixuan li a.changefieldandcss{ color:#fff; }
.shaixuan li a.del_jhx {
    display: block;
    height: 55px;
    float: left;
    width: 29%;
    padding: 0 15px;
    /* margin-bottom: 2px; */
    margin: 3px 14px;
    border: 1px solid #0a63bb;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    font: 14px/30px "??????????????????";
    text-align: center;
    color: #0f66bd;
}
.fieldandcss{}
.changefieldandcss{background:#4598D2;color:#fff;}