@CHARSET "UTF-8";
.rule-btn{
	width: 90%;
	margin: 0 auto;
	height: 80px;
	border-bottom: 2px solid #cccccc;
	margin-top: 2%;
	position: relative;
	cursor:pointer;
}

.btn-title{
	width:100%;
	height: 80px;
	line-height: 80px;
	font-size: 25px;
	font-weight: 500;
	text-align: center;

}

.fl{
	float: left;
}


.jiantou-down{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.rule-box{
	width: 90%;
	margin: 0 auto;
	margin-top: 2%;
	display: none;
	margin-bottom: 2%;
	background-color: #F3F3F3;
	padding-top: 2%;
	padding-bottom: 2%;
}

.rule-title{
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 2%;
}

.rule-item{
	line-height: 30px;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 500;
	width: 90%;
	margin: 0 auto;
	color: #464646;
	margin-bottom: 10px;
}

.rule-item-02{
	font-size: 14px;
	padding-left: 2%;
}

.tab-list{
	width: 90%;
	margin: 0 auto;
	border: 1px solid #9fcbef;
}

.notice-item{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #9fcbef;
}

.item-content{
	text-align: center;
	display: inline-block;
	font-size: 13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.search-box{
	width: 90%;
	height: 50px;
	margin: 0 auto;
	margin-top: 1%;
	background-color: #F3F3F3;

}

.search-title{
	height: 100%;
	line-height: 50px;
	margin-left: 2%;
	display: inline-block;
	font-size: 15px;
}

.search-box input{
	display: inline-block;
	height: 30px;
	width: 20%;
	border: 1px solid #cccccc;
}

.search-box select{
	display: inline-block;
	width: 6%;
	height: 60%;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.search-btn{
	display: inline-block;
	width: 8%;
	border: 1px solid #cccccc;
	height: 60%;
	background-color: #1a89df;
	border-radius: 3px;
	margin-left: 2%;
	color: white;

}

.tab-title-li{
	background-color: #D7E7F5;
	color: #0A53A5;
}

.duble-li{
	background-color: #F3F9FD;
}

.notice-item:last-child{
	border: none;
}

.light-red{
	color: #FF0000;
}

.light-blue{
	color: #0C53A7;
	font-weight: bold;
	padding-left: 1%;
}

.info-box{
	width: 90%;
	margin: 0 auto;
	margin-top: 1%;
}

.info-title{
	line-height: 30px;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	color: #0C53A7;
	font-weight: bold;
}

.info-table{
	width: 80%;
	margin-left: 8%;
	border-bottom: 1px solid #cccccc;
	margin-top: 2%;
	margin-bottom: 4%;
}

.info-table tr{
	height: 30px;
	width: 100%;
	text-align: center;
}

.td-left{
	width: 30%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-right: none;
	border-bottom: none;
	background-color: #F3F3F3;
}

.td-right{
	width: 65%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-bottom: none;
	text-align: left;
	padding-left: 5%;
}

.info-forbid-reason{
	font-size: 14px;
	line-height: 30px;
	width: 80%;
	margin-left: 5%;
	margin-top: 1%;
	text-indent:2em;
	margin-bottom: 3%;
}

.info-footer{
	width: 68%;
	font-size: 15px;
	line-height: 30px;
	margin: 0 auto;
	text-align: right;

}

.item-content a{
	color:#0C53A5 ;
}