.form_box {
    height: 135px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #306dd6;
    border-top: 8px solid #306dd6;
    /* box-shadow: 0 0 20px #ddd; */
    /* margin-bottom: 30px; */
    padding: 40px 40px 0px 40px;
    /* background: #f2f2f2; */
}
.form_box form {
    height: 47px;
    line-height: 45px;
	width: 800px;
	display: inline-block;
	vertical-align: middle;
}
.form_box form input[type="text"] {
    border: 1px solid #306dd6;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 100%;
    width: 83%;
    float: left;
    padding: 0 30px;
    font-size: 14px;
    border-right: 0;
    box-sizing: border-box;
    outline: none;
}
.form_box form input[type="submit"] {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    width: 17%;
    height: 100%;
    float: right;
    background: #306dd6;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 47px;
    outline: none;
	border: none;
}
.screenBox dl {
    padding: 10px 0;
    border-bottom: #9d9898 1px dashed;
    overflow: hidden;
    text-align: left;
}
.screenBox dl dt {
    float: left;
    height: 30px;
}
.screenBox dl dt {
    text-align: right;
    height: 22px;
    padding-top: 8px;
    font-size: 14px;
    color: #333;
}
.screenBox dl dd {
    position: relative;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 48px;
    float: left;
    overflow: hidden;
    padding-top: 0px;
}
.screenBox dl dd a {
    color: #666;
    font-size: 14px;
    line-height: 15px;
    margin: 9px 10px 0px 10px;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
	border: 1px solid #999;
	padding: 3px 5px;
	border-radius: 10px;
}
ul.UList {
    padding-top: 20px;
}
ul.UList li {
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
ul.UList li a {
    display: block;
}
ul.UList li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
ul.UList li .tit .fleft a.titleName, ul.UList li .tit .fleft a, ul.UList li .tit .fleft {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
ul.UList li .tit .fleft em.tag {
    height: 24px;
    vertical-align: middle;
    line-height: 24px;
    display: inline-block;
    margin-left: 20px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #508df6;
    font-style: normal;
    color: #fff;
    border-radius: 24px;
}
ul.UList li table, ul.UList li table td {
    border: 0;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
}
ul.UList li table, ul.UList li table {
    width: 100%;
}
ul.UList li table, ul.UList li table td {
    border: 0;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
}
ul.UList li table td em {
    font-size: 15px;
    color: #508df6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
}
ul.UList li p.detail {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 114px;
    overflow: hidden;
}
ul.UList li p.company {
    line-height: 40px;
    font-size: 15px;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
address, cite, dfn, em, var {
    font-style: normal;
}
.bassMess {
    position: relative;
    background: #f7f7f7;
    padding: 24px;
    border-top: 6px solid #0e86d1;
    /* box-shadow: 0 0 20px #ddd; */
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.bassMess h5 {
    color: #333;
    font-size: 24px;
    padding-bottom: 10px;
}
.bassMess p {
    color: #333;
    font-size: 15px;
    padding: 8px 0;
}
.bassMess p+p {
    width: 50%;
    float: left;
}
.bassMess p em {
    color: #ecb91f;
    font-size: 17px;
}
.bassMess i {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 172px;
    top: 60px;
    cursor: pointer;
}
.bassMess i img {
    width: 100%;
}
.bassMess button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #0e86d1;
	border: none;
	outline: none;
}
.levelMess {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.levelMess .levelTit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #0e86d1;
    margin: 20px 0;
    background: #f7f7f7;
}
.levelMess .levelTit p {
    float: left;
    padding: 0 20px;
    height: 40px;
    border-bottom: 2px solid #0e86d1;
    color: #fff;
    font-size: 18px;
    background: #0e86d1;
}
.levelTit em {
    font-size: 16px;
    color: #0e86d1;
    padding: 0 20px;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
	border: 1px solid #ddd;
}
.batch_table_class td, .showview td {
    color: #333;
    font-size: 14px;
    padding: 8px 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding:10px;
}
.showview td:nth-child(even) {
    color: #666;
}

.Valper {
    width: 50%;
    overflow: hidden;
    background: #e6e6e6;
    height: 50px;
    float: left;
}
.jsxmMess .Valper {
    width: 100%;
    font-size: 16px;
}
.Valper p {
    float: left;
    background: #84b7d7;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    width: 220px;
    text-align: center;
}
.Valper span {
    font-size: 16px;
    color: #9d2424;
    line-height: 50px;
    padding: 0 30px;
}