@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, "微軟正黑體", "新細明體";
}

/* 邊距樣式 */
.container{max-width: 990px;margin: 0 auto;box-sizing: border-box;}

/* 無障礙-focus樣式 */
*:focus { border: 3px solid #fff !important; outline: 3px solid #333 !important; }

/* 無障礙-跳到主要內容區塊 */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; z-index: 100; }
.sr-only-focusable:active, .sr-only-focusable:focus { width: auto; height: auto; margin: 0; overflow: visible; clip: auto; color: #333; left: 0; top: 0; }

/* 無障礙定位點 */
.alink {display: inline-block;line-height: 27px; transform: translateY(-2px); color: #333;text-decoration: none;margin-right: 10px;}

/* header */
.header {
	width: auto;
	height: 65px;
}

.header .boxs {
	width: 990px;
	height: 65px;
	margin: 0 auto;
}

.header .boxs .logos {
	float: left;
}

.header .boxs .logos img {
	width: 341px;
}

.header .boxs .funbox .menubtns {
	display: none;
}

.header .boxs .funbox {
	float: right;
	padding: 18px 0 0 0;
}

.header .boxs .funbox .searchbox {
	border: 1px solid #456cbc;
	height: 25px;
	width: 157px;
	float: right;
	overflow: hidden;
}

.header .boxs .funbox .searchbox .inputsty {
	border: none;
	width: 111px;
	height: 25px;
	padding: 0 2px;
}

.header .boxs .funbox .searchbox .fbtn {
	display: block;
	float: right;
}

.header .boxs .funbox .wordsize {
	display: flex;
	height: 27px;
	width: auto;
}

.header .boxs .funbox .sitemapBtn{
	line-height: 27px;
	text-decoration: none;
	color: #595959;
}

.header .boxs .funbox .sitemapBtn span{
	font-size: 1rem;
}

.header .boxs .funbox .wordsize .divider {
	border-left: 1px solid #456cbc;
	float: left;
	height: 20px;
	margin: 3px 0 0 9px;
	padding: 0 9px 0 0;
}

.header .boxs .funbox .wordsize .btn01 {
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(../images/sh/size01.jpg);
	float: left;
	margin: 0 0 0 4px;
}

.header .boxs .funbox .wordsize .btn02 {
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(../images/sh/size02.jpg);
	float: left;
	margin: 0 0 0 4px;
}

.header .boxs .funbox .wordsize .btn03 {
	display: block;
	width: 27px;
	height: 27px;
	background-image: url(../images/sh/size03.jpg);
	float: left;
	margin: 0 0 0 7px;
}

.header .boxs .funbox .wordsize .btn01:hover {
	background-image: url(../images/sh/size01s.jpg);
}

.header .boxs .funbox .wordsize .btn02:hover {
	background-image: url(../images/sh/size02s.jpg);
}

.header .boxs .funbox .wordsize .btn03:hover {
	background-image: url(../images/sh/size03s.jpg);
}

.header .boxs .funbox .wordsize .txts {
	height: 27px;
	text-align: center;
	line-height: 27px;
	font-size: 1rem;
	color: #595959;
	white-space: nowrap;
}

/* search */
.searchbox div {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.searchbox form{
	height: 100%;
	margin: 0 !important;
	position: relative;
}

.searchbox table{
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	bottom: 0;
	transform: translateY(-50%);
}

input.gsc-search-button {
	margin: 0px;
}

.searchbox table td.gsc-input {
	width: 100%;
}

.searchbox table td.gsc-search-button {
	width: 30px;
	margin: 0px;
	padding: 0px;
}

.searchbox table td div.gsc-input-box,
.searchbox div.gsc-input-box,
.searchbox div.gsc-input-box table {
	width: 100%;
}

.searchbox div.gsc-input-box table td.gsib_a {
	width: 100%;
	margin-top: -2px;
}

.searchbox div.gsc-input-box table td.gsib_a input {
	font-size: 1rem;
	color: #333;
	background: none !important;
	/*background-image:url(images/imgs/search_watermark.gif) !important;*/
}

.searchbox div.gsc-input-box table td.gsib_b {
	width: 0px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px;
}

table.gsc-search-box {
	width: 100%;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	padding: 7px;
	margin-top: -2px;
	margin-left: -5px;
}

.searchbox table td div.gsc-input-box,
.searchbox table td div.gsc-input-box-hover,
.searchbox table td div.gsc-input-box-focus {
	border: 0px;
	box-shadow: 0px;
}



/*banner & menu*/
.blockbox {
	width: auto;
	height: 450px;
	background-color: #ececec;
	position: relative;
}

.blockbox-f {
	background-color: #FFF;
	height: auto;
}

.menubox {
	width: 100%;
	height: 56px;
	background-image: url(../images/sh/bg.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

.menubox .menurange {
	width: 990px;
	height: 56px;
	margin: 0 auto;
}

.menubox .menurange .grids {
	float: left;
	width: 165px;
	height: 56px;
	position: relative;
	cursor: pointer;
}

.menubox .menurange .grids .names01 {
	width: 165px;
	height: 56px;
	background-image: url(../images/sh/me01.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.menubox .menurange .grids:hover .names01 {
	background-image: url(../images/sh/me01s.png);
}

.menubox .menurange .grids .names02 {
	width: 165px;
	height: 56px;
	background-image: url(../images/sh/me02.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.menubox .menurange .grids:hover .names02 {
	background-image: url(../images/sh/me02s.png);
}

.menubox .menurange .grids .names03 {
	width: 165px;
	height: 56px;
	background-image: url(../images/sh/me03.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.menubox .menurange .grids:hover .names03 {
	background-image: url(../images/sh/me03s.png);
}

.menubox .menurange .grids .names04 {
	width: 165px;
	height: 56px;
	background-image: url(../images/sh/me04.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.menubox .menurange .grids:hover .names04 {
	background-image: url(../images/sh/me04s.png);
}

.menubox .menurange .grids .names05 {
	width: 165px;
	height: 56px;
	background-image: url(../images/sh/me05.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.menubox .menurange .grids:hover .names05 {
	background-image: url(../images/sh/me05s.png);
}

.menubox .menurange .grids .names06 {
	width: 165px;
	height: 56px;
	background-image: url(../images/sh/me07.png);
	position: absolute;
	top: 0px;
	left: 0px;
}

.menubox .menurange .grids:hover .names06 {
	background-image: url(../images/sh/me07s.png);
}




.menubox .menurange .grids .dubox {
	display: none;
}

.menubox .menurange .grids:hover .dubox {
	display: block;
	width: 165px;
}

.menubox .menurange .grids .dubox .topbg {
	background-image: url(../images/sh/dubg01.png);
	width: 165px;
	height: 56px;
}

.menubox .menurange .grids .dubox .midbg {
	background-image: url(../images/sh/dubg02.png);
	width: 165px;
	height: auto;
}

.menubox .menurange .grids .dubox .bottombg {
	background-image: url(../images/sh/dubg03.png);
	width: 165px;
	height: 12px;
}

.menubox .menurange .grids .dubox .midbg .lists {
	border-top: 1px #c0c0c0 solid;
	padding: 7px 10px;
	color: #333;
	font-size: 1rem;
	margin: 0 4px;
}

.menubox .menurange .grids .dubox .midbg .lists a {
	color: #111;
	text-decoration: none;
	width: 100%;
	/*	height:100%;   */
	/*2019/03/28修改(網頁版Menu展開後有空格)*/
	display: block;
}

.menubox .menurange .grids .dubox .midbg .lists:hover {
	background-color: #1872df;
}

.menubox .menurange .grids .dubox .midbg .lists:hover a {
	color: #fff;
}

.menubox .menurange .grids .dubox .midbg .lists:first-child {
	border: none;
}


.menubox .menurange .grids a.linkblock {
	display: block;
	width: 100%;
	height: 100%;
}


.blockbox .banners {
	/*top:-4%;*/
	width: 990px;
	height: 450px;
	margin: 0 auto;
	position: relative;
}

.blockbox .banners .btns01 {
	position: absolute;
	width: 47px;
	height: 47px;
	top: 50%;
	left: 20px;
	margin-top: -23px;
}

.blockbox .banners .btns02 {
	position: absolute;
	width: 47px;
	height: 47px;
	top: 50%;
	right: 20px;
	margin-top: -23px;
}

.blockbox .banners_page {
	width: 990px;
	height: 186px;
	margin: 0 auto;
	padding: 56px 0 0 0;
	box-sizing: border-box;
}

/**/
.menudu {
	display: none;
}

/*topbtn*/
.topbtnbox {
	text-align: center;
	padding: 30px 0 0 0;
}

/*footer*/
.footer {
	background-color: #014f99;
	padding: 32px 0;
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 1rem;
}

/*網站地圖*/
.sitemap {
	background-color: #f7f7f7;
	/* background-image:url(../images/sh/shadow.png); */
	background-repeat: no-repeat;
	background-position: top center;
}

.sitemap .sitebox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px;

}

.sitemap .sitebox .listboxs {
	width: calc(33.33% - 15px);
	margin: 0 15px 20px 0;
	height: auto;
}

.sitemap .sitebox .listboxs .titles {
	width: auto;
	font-size: 1.125rem;
	color: #464b4e;
	padding: 0 0 15px 0;
	font-weight: bold;
}

.sitemap .sitebox .listboxs .titles a {
	color: #464b4e;
	text-decoration: none;
}

.sitemap .sitebox .listboxs .txts {
	font-size: 1rem;
	color: #64676b;
}

.sitemap .sitebox .listboxs .txts a {
	color: #64676b;
	text-decoration: none;
	line-height: 20px;
	margin: 0 0 15px 0;
	display: block;
}

/*內容*/
.contentbox {
	width: 990px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.contentbox .leftbox {
	float: left;
	width: 268px;
	height: auto;
	padding: 10px 0;
}

.contentbox .leftbox .gridsbox {
	width: 233px;
	height: auto;
	margin: 0 0 15px 0;
}

.contentbox .leftbox .gridsbox .titles {
	width: 233px;
	height: 45px;
	background-image: url(../images/sh/title_bg.jpg);
}

.contentbox .leftbox .gridsbox .titles img {
	width: 100%;
}

.contentbox .leftbox .gridsbox .listboxs {}

.contentbox .leftbox .gridsbox .listborder {
	border: 1px #ccc solid;
}

.contentbox .leftbox .gridsbox .listboxs .listgrid {
	border: 1px #ccc solid;
	border-top: none;
	padding: 5px 10px 7px 46px;
	background-image: url(../images/sh/be.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}

.contentbox .leftbox .gridsbox .listboxs .listgrid a {
	font-size:1rem;
	text-decoration: none;
	color: #595959;
}

.contentbox .leftbox .gridsbox .listboxs .listgrid_a {
	margin: 0 14px;
	border-bottom: 1px dashed #aaaaaa;
	padding: 10px 0;
}

.contentbox .leftbox .gridsbox .listboxs .listgrid_a a {
	text-decoration: none;
}

.contentbox .leftbox .gridsbox .listboxs .listgrid_a .datelist {
	width: auto;
	color: #595959;
	font-size: 1rem;
	margin: 0 0 2px 0;
}

.contentbox .leftbox .gridsbox .listboxs .listgrid_a .namelist {
	width: auto;
	color: #595959;
	font-size: 1rem;
}

.contentbox .leftbox .gridsbox .listboxs .morebtnm {
	margin: 0 auto;
	width: 192px;
	padding: 15px 0;
}

.contentbox .rightbox {
	width: 722px;
	height: auto;
	float: right;
	padding: 10px 0;
}

.contentbox .rightbox .titles_main {
	width: auto;
	height: auto;
	font-size: 1.25rem;
	color: #595959;
	font-weight: bold;
}

.contentbox .rightbox .titles_main img {
	vertical-align: middle;
}

.contentbox .rightbox .titles_main .new_message {
	position: absolute;
	left: 1%;
	width: 35%;
	height: 40px;
}

.contentbox .rightbox .titles_main .click {
	position: absolute;
	left: 31%;
	width: auto;
	height: 60px;
}

.contentbox .rightbox .newsboxs {}

.contentbox .rightbox .newsboxs .btnmore {
	width: auto;
	text-align: right;
	padding: 20px 0;
}

.contentbox .rightbox .newsboxs .btnmore a {
	display: inline-block;
	width: 89px;
}

.contentbox .rightbox .newsboxs .btnmore img {
	width: 100%;
}

.contentbox .rightbox .newslists {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
	overflow: auto;
}

.contentbox .rightbox .newslists .datebox {
	width: 75px;
	float: left;
	color: #014F99;
	font-size: 1.5rem;
	text-align: center;
}

.contentbox .rightbox .newslists .datebox .period {
	width: 62px;
	height: 25px;
	background-image: url(../images/news/databg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	line-height: 25px;
	font-family: "微軟正黑體", "新細明體";
}

.contentbox .rightbox .newslists .textbox {
	margin: 0 0 0 82px;
}

.contentbox .rightbox .newslists .textbox .titles_u {
	width: auto;
	font-size: 1.125rem;
	color: #278AD0;
	padding: 4px 0;
}

.contentbox .rightbox .newslists .textbox .titles_u a {
	color: #39c;
	text-decoration: none;
}

.contentbox .rightbox .newslists .textbox .txt_u {
	font-size: 1rem;
	color: #595959;
	width: auto;
}

/**/
.contentbox .rightbox .pagetitle {
	border-bottom: 2px solid #456cbc;
	overflow: hidden;
}

.contentbox .rightbox .pagetitle .titlename {
	float: left;
	font-size: 1.375rem;
	color: #014f99;
}

.contentbox .rightbox .pagetitle .titlename img.icons {
	width: 44px;
}


.contentbox .rightbox .navmob {
	text-align: right;
	font-size: 1rem;
	color: #333;
}

.contentbox .rightbox .navmob a {
	color: #999;
	text-decoration: none;
}

.contentbox .contenttxt {
	font-size: 1rem;
	color: #333;
	padding: 15px 0 0 0;
}

.contentbox .contenttxt p {
	margin: 5px 0;
}

.contentbox .contenttxt img {
	width: auto;
	margin: 10px auto;
}

.contentbox .contenttxt ul {
	margin: 0 0 0 25px;
}

.contentbox .contenttxt ol {
	margin: 0 0 0 25px;
}

.fintable {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fintable th {
	border: #ccc solid 1px;
	background-color: #F0F0F0;
	text-align: center;
	height: 30px;
	padding: 2px 2px;
}

.fintable td {
	border: #ccc solid 1px;
	padding: 2px 2px;
	background-color: #FFFFFF;
}

/*頁碼*/
.pagenum {
	text-align: center;
	padding: 15px 0;
}

.pagenum table {
	margin: 0 auto;
}

.pagenum a {
	width: 20px;
	height: 20px;
	text-decoration: none;
}

.pagenum .pagination {
	display: flex;
}

.pagenum .holds {
	color: #333 !important;
	font-size: 1rem;
	padding: 0 5px;
	font-family: "微軟正黑體", "新細明體";
	width: 20px;
	height: 20px;
}

.pagenum .btnleft {
	background-image: url(../images/sh/btn_left.jpg);
	vertical-align: middle;
	margin-right: 2px;
	display: block;
	/*margin-right:10px;*/
	width: 19px;
	height: 19px;
}

.pagenum .btnright {
	background-image: url(../images/sh/btn_right.jpg);
	vertical-align: middle;
	margin-left: 2px;
	display: block;
	/*margin-left:10px;*/
	width: 19px;
	height: 19px;
}

.pagenum .nu {
	display: inline-block;
	font-size: 1rem;
	color: #1366b5;
	text-decoration: none;
	padding: 0 5px;
	font-family: "微軟正黑體", "新細明體";
}


/*最新消息*/
.newsdetails {
	padding: 10px 0;
}

.newsdetails .titlebox_r {
	width: auto;
	font-size: 1.125rem;
	color: #000;
}

.newsdetails .titlebox_r .padleft {
	padding: 0 0 0 10px;
}

.newsdetails .titlebox_r .datebox {
	width: 75px;
	float: left;
	color: #014f99;
	font-size: 1.5rem;
	text-align: center;
}

.newsdetails .titlebox_r .datebox .period {
	width: 62px;
	height: 25px;
	background-image: url(../images/news/databg.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	font-size: 1rem;
	color: #fff;
	line-height: 25px;
	font-family: "微軟正黑體", "新細明體";
}

.newsdetails .shbox {
	height: 30px;
	width: auto;
	overflow: hidden;
}

.newsdetails .shbox .btns01 {
	width: 120px;
	height: 30px;
	float: right;
}

.newsdetails .shbox .btns02 {
	width: 106px;
	height: 25px;
	float: right;
	background-image: url(../images/news/sh02.jpg);
	margin: 0 0 0 10px;
	padding: 5px 0 0 48px;
}

.newsdetails .textboxs {
	width: auto;
	height: auto;
	color: #595959;
	padding: 20px 0;
	font-size: 1rem;
}

.newsdetails .btnsback {
	padding-top: 0px;
	text-align: right;
}

.btnsback {
	padding-top: 10px;
	text-align: right;
}


/*認識基金*/
.about_origin_box {
	border-bottom: 1px dashed #CCC;
	padding: 20px 0;
}

.about_origin_box .txts01 {
	color: #c6a52e;
	text-decoration: underline;
	font-size: 1.125rem;
	margin: 0 0 5px 0;
}

.about_origin_box .txts02 {
	font-size: 1rem;
	color: #333;
	line-height: 30px;
}

.under_txt {
	font-size: 1rem;
	color: #333;
	line-height: 30px;
	padding: 20px 0;
}

.undertableboz {}

.undertableboz table {
	width: 100%;
}

.undertableboz table td {
	padding: 5px;
	font-size: 1rem;
}

.undertableboz table td ul {
	margin: 0 0 0 20px;
}

.undertableboz table td ul li {
	margin: 5px 0;
}

.undertableboz table td.lines {
	border-bottom: 1px solid #eee;
}

.undertableboz table td.ww01 {
	width: 30%;
}

.undertableboz table td.ww02 {
	width: 28%;
}

.undertableboz table td.ww03 {
	width: 2%;
}

.undertableboz table td.ww04 {
	width: 18%;
}

.undertableboz table td.ww05 {
	width: 36%;
}

.undertableboz table td.ww06 {
	width: 42%;
}

.undertableboz table td.titlesname {
	background-color: #eee;
}

.undertableboz table td.titlesname01 {
	background-color: #f8f8f8;
}

.undertableboz table td.lines {
	border-bottom: 1px solid #e0e0e0;
}

.undertableboz table td.linesa {
	border-bottom: 1px solid #fff;
}

.under_titles {
	padding: 20px 0 0 0;
	font-size: 1.125rem;
	color: #c6a52e;
}

.under_finpie {
	text-align: center;
	padding: 20px 0;
}

.under_finpie img {
	width: auto;
}

.under_txts {
	font-size: 1rem;
	color: #333;
	line-height: 25px;
}

.under_txts ul {
	margin: 0 0 0 25px;
}

.under_txts ul li {
	list-style: decimal;
	margin: 0 0 10px 0;
}

.under_dividers {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}



/*規章條款*/
.pro_way {
	margin: 20px auto;
	background-color: #eee;
	border: dashed 1px #ccc;
	width: 90%;
	padding: 3%;
}

.pro_way h1 {
	font-size: 1.25rem;
	margin: 0 0 15px 0;
}

.pro_way ul {
	margin: 0 0 0 20px;
}

.pro_way ul li {
	margin: 0 0 10px 0;
	font-size: 1rem;
	color: #333;
}

.pro_op {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.pro_op .titles {
	color: #c6a52e;
	font-size: 1.125rem;
	padding: 0 0 3px 0;
}

.pro_op .texts {
	color: #595959;
	font-size: 1rem;
	line-height: 25px;
}


.pro_note {
	padding: 20px 0;
}

.pro_note .titles {
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}

.pro_note .dates {
	font-size: 1rem;
	color: #555;
	text-align: left;
	padding: 0 0 10px 0;
}

.pro_note .texts {
	font-size: 1rem;
	color: #595959;
}

.pro_note .texts td {
	padding: 10px 0px;
}

.pro_note .annex {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
}

.pro_note .annex .lists {
	font-size: 1rem;
	padding: 3px 10px;
	display: inline-block;
}

.pro_note .annex .lists a {
	text-decoration: none;
	color: #014f99;
}

/*基金動態*/
.reporet_tab {
	padding: 20px 0 20px 0;
	border-bottom: 2px dashed #ccc;
	border-top: 2px dashed #ccc;
	margin: 25px 0;
}

.reporet_noborder {
	border-bottom: none;
}

.reporet_tab .trboz {
	font-size: 1.125rem;
	color: #f27b2b;
	padding: 0 0 10px 0;
}

.reporet_tab .tdboz {
	font-size: 1rem;
	padding: 0 0 5px 0;
}

.reporet_tab .tableboz {}

.reporet_tab .tableboz table {
	width: 100%;
}

.reporet_tab .tableboz table td {
	padding: 5px;
	font-size: 1rem;
}

.reporet_tab .tableboz table td a {
	color: #2586CC;
	padding: 5px 0;
	display: block;
}

.reporet_tab .tableboz table td.lines {
	border-bottom: 1px solid #eee;
}

.reporet_tab .tableboz table td.ww01 {
	width: 70%;
}

.reporet_tab .tableboz table td.ww02 {
	width: 28%;
}

.reporet_tab .tableboz table td.ww03 {
	width: 23.5%;
}

.reporet_tab .tableboz table td.ww04 {
	width: 2%;
}

.reporet_tab .tableboz table td.titlesname {
	background-color: #eee;
}

.reporet_tab .tableboz table td .fh01 {
	font-size: 1.125rem;
}

.reporet_tab .tableboz table td .fh02 {
	font-size: 1rem;
}

.reporet_links {
	background-color: #ECECEC;
	padding: 10px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 1rem;
	display: block;
	text-decoration: none;
	color: #2586CC;
	margin: 5px 0;
}

.outlay_links {
	padding: 10px 20px;
	font-size: 1rem;
	text-decoration: none;
	color: #2586CC;
}


/*關於本會*/

.intableboz {
	padding: 20px 0;
}

.intableboz table {
	width: 100%;
}

.intableboz table td {
	padding: 5px;
	font-size: 1rem;
}

.intableboz table td.lines {
	border-bottom: 1px solid #eee;
}

.intableboz table td.ww01 {
	width: 15%;
}

.intableboz table td.ww02 {
	width: 66%;
}

.intableboz table td.ww03 {
	width: 2%;
}

.intableboz table td.ww04 {
	width: 15%;
}

.intableboz table td.titlesname {
	background-color: #eee;
}

.intableboz table td.lines {
	border-bottom: 1px solid #e0e0e0;
}

.organdivider {
	border-bottom: 1px dashed #7a756f;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
}

.organboximg {
	width: auto;
}

.organboximg img {
	width: 100%;
}

.organtxt {
	font-size: 1rem;
	color: #333;
	padding: 20px 0;
	line-height: 30px;
}

.osbox {
	padding: 20px 0;
}

.osbox .listsbox {
	border-bottom: 1px dashed #949494;
	padding: 12px 10px;
}

.osbox .bgs {
	background-color: #FFF9F2;
}

.osbox .listsbox .titlebtn {
	color: #1a60a3;
	font-size: 1rem;
}

.osbox .listsbox .titlebtn .texts {
	margin: 0 25px 0 0;
	font-weight: bold;
	font-size: 1rem;
	line-height: 40px;
}

.osbox .listsbox .titlebtn .btns {
	float: right;
}

.osbox .listsbox .txts {
	color: #959595;
	font-size: 1rem;
	margin: 8px 0 0 0;
	/*display:none;*/
}

.osbox .alink {
	margin: 0 0 5px 0;
}

.osbox a.yearbtn {
	border: 1px #3399cc solid;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 20px;
	color: #3399cc;
	display: inline-block;
	margin: 0 5px 5px 0;
}

.osbox a.yearbtn:hover {
	border: 1px #3399cc solid;
	color: #fff;
	background-color: #3399cc;
}

.osbox a.yearbtn.act {
	border: 1px #3399cc solid;
	color: #fff;
	background-color: #3399cc;
}

.pageShare {
	padding-top: 10px;
}

.pageShare .shbox {
	height: 30px;
	width: auto;
	overflow: hidden;
}

.pageShare .shbox .btns01 {
	width: 120px;
	height: 30px;
	float: right;
}

.pageShare .shbox .btns02 {
	width: 106px;
	height: 25px;
	float: right;
	background-image: url(../images/news/sh02.jpg);
	margin: 0 0 0 10px;
	padding: 5px 0 0 48px;
	box-sizing: initial;
}