@charset "UTF-8";
td{

	padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    color: rgb(95, 74, 121);
}
body,table{
font-size:12px;
}
table{ 
margin:0 auto; 
 font-size: 16px; 
 width: 90%; 
}
.tdtitle{
    font-family: Verdana;
    color: rgb(95, 74, 121);
    width: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(230, 230, 230);  
    background-color: #f2f2f2;
}
table caption{
    text-align: left;
    margin-bottom: 5px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 17px;
}
  .xxbgtitle {
	width: 1100px;
	height: 64px;
	display: flex;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #d2eeff;
}
 .xxbgtitle select {
	border: none;
	width: 206px;
	height: 35px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #514c4b;
	background: #f3f7f9;
	padding-left: 10px;
	margin-left: 16px;
	border: 1px solid #e9f0f3;
	border-radius: 3px 3px 3px 3px;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(/jssc/htmljssc/shouye/images/down.png) right center no-repeat;
	background-size: 14px;
	background-position: 95% 50%;
}

.xxbgtitle select::-ms-expand {
	display: none;
}

.xxbgtitle input {
	width: 250px;
	height: 35px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	background: #f3f7f9;
	padding-left: 10px;
	margin-left: 20px;
	border: 1px solid #e9f0f3;
	border-radius: 4px 4px 4px 4px;
}
.xxbgtitle span {
	margin-left: 10px;
	font-size: 16px;
}

.xxbgtitle span a {
	display: inline-block;
    width: 63px;
    height: 35px;
    line-height: 35px;
    color: white;
    font-size: 14px;
    background-color: #244585;
    text-align: center;
    border-radius: 4px;
}
.xxbgtitle img {
	width: 5px;
	height: 20px;
	margin-left: 20px;
}
.msg{
	width:100%;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.msg span{
	 color: red; 
	 margin-right: 50px;
}
.msgs{
	width:100%;
	text-align: center;
	font-size: 18px;
	margin-top: 20px;
}
.msgs span{ 
     color: #999999;
	 margin-right: 50px;
}