	.popevent{
		width: 1000px;
    	height: 650px;
    	margin:auto;
    	overflow: hidden;
    	color: #222;
    	background-color: #F8F8F8;
    	box-shadow: 0 0 25px rgba(0, 0, 0, 1);
    	position: fixed;
    	left:0;
    	right: 0;
    	top:0;
    	bottom:0;
    	z-index: 1000;
    	counter-reset: section;
    	border-radius: 3px;
	}
	.popevent h2{
		height: 60px;
    	line-height: 60px;
    	font-size: 26px;
    	margin: 0;
    	padding: 0 15px;
    	/* border-top: solid 3px #105079; */
        /* background-color: #2493da; */
        background-color: #0b7f60;
        font-weight: normal;
        position: relative;
        color: #fff;
       	box-sizing: border-box;
	}
	.popevent h2 .pop_close{
		position: absolute;
		right:10px;
		top: 0;
		bottom:0;
		margin:auto 0;
		width: 25px;
		height: 25px;
		font-family: "微软雅黑",arial;
		font-size: 25px;
		line-height: 25px;
		cursor: pointer;
	}
	.popevent h2 .pop_close:hover{
		color: #ff0;
	}
	.left_menu{
		width: 300px;
		height: 540px;
		float: left;
		overflow: auto;
	}
	.right_content{
		width: 700px;
		height: 540px;
		float:left;
		overflow: hidden;

		box-sizing: border-box;
		background-color: #fff;
	}
	.right_content img{
		max-width: 100%;
	}
	.tab_list{
		width: 100%;
		height: 540px;
    	/* background-color: #F2F2EA; */
    	background-color: #f5f5f5;
	}
	.tab_list li{
		font-size: 15px;
		padding: 0 10px;
    	height: 48px;
    	line-height: 48px;
    	/* border-left: 3px solid #adc9d9;
    	border-top: 1px solid #fff;
    	border-bottom: 1px solid #dfdfdf; */
    	color: #5f5f5f;
    	cursor: pointer;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;

	}
	.tab_list li::before {
		display: inline-block;
        width: 20px;
        height: 20px;
  		counter-increment: section;
  		content: counter(section);
  		font-size: 14px;
  		border-radius: 10px;
  		border: 1px solid #5f5f5f;
  		line-height: 20px;
  		margin:14px 10px 0 0;
  		text-align: center;
	}
	.tab_list li:hover,.tab_list li.on{
		/* background-color: #105079; */
		background-color: #095740;
    	color: #fff;
	}
	.tab_list li:hover::before,.tab_list li.on::before{
		border: 1px solid #fff;
    	color: #fff;
	}
	.tab_div{
		height: 100%;
		overflow-y:auto;
		white-space: pre-wrap;
		box-sizing: border-box;
    	word-wrap: break-word;
    	margin: 0;
    	padding:0 10px;
	}
	.tab_div table,.tab_div img {
		max-width: 100%;
	}

/* 關閉視窗按鈕-2020-06-07 新增 */

button{outline: none;}

.button_close{ display: flex; align-items: center; justify-content: center; background: #f3f3f3; height: 51px;}
.button_close button{line-height: 1em; padding:8px; border-radius: 3px; border:1px solid transparent; margin-right: 5px;}
/* .button_close button.pop_close{ background-color: #2493da; color: #fff; border-color:#1573af;} */
.button_close button.pop_close{ background-color: #0b7f60; color: #fff; border-color:#095740; cursor: pointer;}
.button_close button.webinfo1_btn_no{ background-color: #f5f5f5; color: #636363; border-color: #919191;cursor: pointer;}