/**左侧菜单栏*/
.page_left {
	width: 185px;
	float: left;
}

.menu_list {
	width: 100%;
	margin: 0 auto;
}
.menu_list > li .menu_head{
	font-size: 18px;
	color: #fff;
	background: #80C7F5;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
}

ul, li {
	list-style-type: none;
}

.menu_head {
	height: 53px;
	line-height: 55px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	text-align: left;
	border-bottom: 1px dotted #d8d6d6;
	text-indent: 40px;
}
.menu_list > a .menu_head::after{
    content: '>';
    line-height: 53px;
    position: absolute;
    right: 10px;
}

.menu_body li {
	position: relative;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #d8d6d6;
	cursor: pointer;
}

.menu_list > a {
	text-decoration: none;
}

.menu_body li.on {
	border-right: 1px solid #fff;
}

.menu_list li.on a {
	color: #fff;
	background: #a01a1a;
	font-size: 14px;
}

.menu_body li.on:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 17px;
	right: 0;
}

.menu_list .active{
	color: #C00!important;
	font-size: 17px;
}

.menu-gcjs {
	/*background: url(../images/pit.png) no-repeat;*/
}

/**右侧列表*/
.page_right {
	border: 1px solid #ddd;
	border-top: 2px solid #17559E;
	overflow: hidden;
	width: calc(100% - 288px);
	padding: 10px 40px;
	float: left;
	margin-left: 20px;
	min-height: 450px;
}

.page_right > ul > li {
	margin: 10px 0;
	clear: both;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px dotted #ddd;
}

ul.nav-search > li > div {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 100px;
	font-weight: bold;
	color: #555;
}

.page_right > ul > li > ul {
	float: left;
	width: 600px;
}

.page_right > ul > li > ul > li.active {
	color: #fff;
	/*background: #006ea6;*/
	background: #17559E;
	border-radius: 5px;
}

.page_right > ul > li > ul > li {
	float: left;
	margin: 0 10px;
	font-size: 13px;
	padding: 0px 10px;
	line-height: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 3px;
	margin-bottom: 15px;
}

.content-search {
	box-sizing: content-box;
	font-size: 14px;
	color: #303030;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-left: 110px;
}

.content-search > input {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 400px;
	border: 1px solid #ddd;
	padding: 0 10px;
	box-sizing: content-box;
	outline: none;
}

.btn-search{
	float: left;
	width: 82px;
	height: 35px;
	line-height: 35px;
	/*border: 1px solid #006ea6;*/
	/*background-color: #006ea6;*/
	border: 1px solid #17559E;
	background-color: #17559E;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.btn-search:hover{
	background-color: #1a7daf;
}

/**列表样式*/
.data_page{padding-top: 20px;}
.data-table{position: relative;}
.data-table, .data-table > ul{
	width: 100%;
}

.data-table > ul li{
	position: relative;
	margin: 0;
	padding: 10px 0;
	list-style-position:inside;
	list-style-type: square;
	color: #a01a1a;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
.data-table > ul li:hover{
	background-color: #f7f7f7;
}

.data-table > ul li > div > *{display: inline-block; color: #333;}
.data-table > ul li > div + div{
	padding-top: 15px;
}
.data-table > ul li > div:first-child{width: 96%;float: right;}
.data-table > ul li > div:first-child > a:nth-child(1){
	width: 78%;
	color: #17559E
}
.data-table > ul li > div:first-child > a:nth-child(1) > div{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	letter-spacing: 1px;
}
.data-table > ul li > div:first-child > a:nth-child(1) > div span{
	color: red;
}
.data-table > ul li > div:first-child > div:nth-child(2){
	float: right;
	margin-right: 10px;
}
.data-table > ul li > div:nth-child(2) > div{
	float: left;
	width: 29%;
	color:#777;
	padding-left: 4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.data-table > ul .error{text-align: center;font-weight: bold;}
.data-table > ul li:has(.error){list-style-type: none;}

.data-table .countdown {
	text-align: right;
}
.data-table .countdown span{
	color: red;
	font-size: 20px;
}


/*详情页样式*/
.notice_info {
	border: 1px solid #ccc;
	border-top: 2px solid #17559E;
	padding: 30px;
	min-height: 400px;
	position: relative;
}
.notice_info .toolbar{position: absolute; right: 10px; top: 5px;}
.notice_info .toolbar .btn{position: relative; float: left; background-color: #17559E; border: 1px solid #3a84dc; color: #fff;
	display: inline-block;padding: 4px 8px;font-size:14px;font-weight: normal;white-space: nowrap;vertical-align: middle;
	cursor: pointer;user-select: none;margin-left: -1px;width: auto;}
.notice_info .toolbar .btn:hover{background-color: #3a84dc;}
.notice_info .countdown span{color: red;}
.page_right > .notice_info{
	padding: 0;
	border: none;
}
.notice_info > center > h1{font-size: 28px;}
.notice_info > center:nth-child(3){color:#999;margin-top: 10px;}
.notice_info > .info_content{padding-top:30px;}
.notice_info hr{
	margin: 20px 0;
	background: #ccc;
	height: 1px;
	border: none;
}
.notice_info ul{
	margin: 0 30px;
}
.notice_info ul li {
	margin: 10px 0;
	list-style-type: decimal;
	color: #a01a1a;
}
.notice_info img{
	max-width: 100%;
}



.timeLine{
	width: 120px;
	height: 100%;
	float: left;
}
.noticeContent{
	margin-left: 160px;
}
.btn{
	background-color: white;
	color: #1a7daf;
	width: 120px;
	margin-bottom: 10px;
}
.btn.active,.btn:hover{
	background-color: #17559E;
	color: white;
}
.hide{
	display: none;
}
article.notice_info table td {
	border: 1px solid;
}

.info_content .imgview{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 1381px;
	/*border: 2px solid #ddd;*/
}
.info_content .imgview img{
	width: 100%;
	cursor: zoom-in;
	position: absolute;
	margin: 0px;
	z-index: 1010;
	left: 0px;
	top: -5px;
}
/* loading 样式 */
.loadEffect{
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0 auto;
	margin-top:100px;
}
.loadEffect span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #a01a1a;
	position: absolute;
	-webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
	0%{
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(.3);
		opacity: 0.5;
	}
}
.loadEffect span:nth-child(1){
	left: 0;
	top: 50%;
	margin-top:-10px;
	-webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
	left: 14px;
	top: 14px;
	-webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
	left: 50%;
	top: 0;
	margin-left: -10px;
	-webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
	top: 14px;
	right:14px;
	-webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
	right: 0;
	top: 50%;
	margin-top:-10px;
	-webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
	right: 14px;
	bottom:14px;
	-webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	-webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
	bottom: 14px;
	left: 14px;
	-webkit-animation-delay:1.04s;
}