@charset "utf-8";
/* CSS Document */
body {
	font-family: "微軟正黑體" !important;
	background-image: url(../images/all/bannerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #dedae4;
}
body a:focus,body input:focus,body .fat_box .ui-accordion .ui-accordion-header:focus{
    outline: 3px #ff0707 dotted;
}
body input[type="text"]:focus{
    background-color: #ffeb3b !important;
}
ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1; /*For IE 6&7 only*/
}
body .into a:focus {
    color: #555;
}
body .into a:focus {
    color: #fff;
    font-size: 120%;
}

body .into a {
    position: absolute;
    color: transparent;
}
a.accesskey {
	position: absolute;
	color: #000000 !important;
}
/*----------------------------------*/
body .container, body .home_box, body .menu_box, body .menu_box .navbar-default, body .footerbanner_box, body .fat_box, body .footer_box, body .footer_box .footer {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
body .event, body .footerbanner_box {
	
	margin-top: 15px;
	float: left;
}
.row {
	margin-right: 10px;
	margin-left: 10px;
}
body .top {
	position: relative;
	/* height: 380px; */
}

body .home_box .content .sub .pic img,
body .top img,
body .link_box li img{
	width: 100%;
	position:  relative;
}
/*-----------------top----------------------*/
body .top h1 {
	margin: 15px;
	max-width: 509px;
	float: left;
	position: absolute;
	z-index: 9999;
	/* display: block; */
}
body .top h1 a {
	display: block;
	margin-right: 50px;
	/* width: 100%; */
}

body .top h1 a:focus {
}

body .menu_box input[type="button"]
{
	background: #ab97d6;
	border: 0;
	text-indent: -9999px;
	background-image: url(../images/all/icon_search.png);
	background-position: 50%;
	background-repeat: no-repeat;
	width: 50px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	right: 0;
	top: 0;
}
body .menu_box input[type="button"]:focus {
    border: 2px dotted #26C5CB !important;
}
body .menu_box input[type="button"]:hover{
	background-color: #e8c41d;
}
body .menu_box .search_box {
	width: 100%;
	position: absolute;
	right: 6px;
	top: 50px;
	padding-left: 640px;
	padding-right: 55px;
}

body .menu_box .search_box .keyin {
    position: relative;
}

body .menu_box .search_box label {
    position: absolute;
    color: #fff;
    left: -55px;
    top: 4px;
}
body .menu_box .search_box .subtitle {
	color: #419ec9;
	margin: 0;
	background-image: url(../images/all/arrow01.png);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 15px;
}

body .menu_box .search_box input[type="text"] {
	border: 0;
	background-color: rgba(255, 255, 255, 0.6);
	height: 30px;
	width: 100%;
	margin-right: 0;
	border-radius: 15px;
	padding: 0px 15px;
}
body .menu_box .calendar {
	background-image: url(../images/all/icon_calendar.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	color: #2b93c3;
	padding-left: 35px;
	top: -52px;
	left: 530px;
}
body .menu_box .calendar p {
	margin: 0;
	line-height: 15px;
}
/*------------------menu--------------------*/
body .menu_box {
	position: absolute;
	/* height: 380px; */
	top:0px;
}

body .smaller .menu_box {
    background-color: #34628a;
    height: 30px;
}
body .navbar-collapse {
    text-align: center;
    position: relative;
    /* bottom: 25px; */
    padding: 0;
    z-index: 999;
}

body .smaller .navbar-collapse.collapse {
    margin-top: 0;
}
body .menu_box .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 110%;
	padding: 13px 30px 13px 20px;
	white-space: nowrap;
	display: block;
	background-color: #b3b60a;
	border-radius: 100px;
	box-shadow: 0px -4px 0px rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	background-image: url(../images/all/nav_bg01.png);
	background-repeat: no-repeat;
	background-position: right top;
}
body .menu_box .navbar-default .navbar-nav>li.n02>a {background-color: #f7b64b;}
body .menu_box .navbar-default .navbar-nav>li.n03>a {background-color: #cf5ba8;}
body .menu_box .navbar-default .navbar-nav>li.n04>a {background-color: #7b4b9c;}
body .menu_box .navbar-default .navbar-nav>li.n05>a {background-color: #ce4f6a;}
body .menu_box .navbar-default .navbar-nav>li.n06>a {background-color: #35b699;}
body .menu_box .navbar-default .navbar-nav>li.n07>a {background-color: #35a5b6;}

body .menu_box .navbar-default .navbar-nav>li {
	text-align: center;
}
body .menu_box .navbar-default .navbar-nav {
	display: inline-block;
	float: none;
	margin-top: 323px;
}

body .menu_box .navbar-default .accesskey {
    left: 0;
    /*top: -30px;*/
    position: relative;
}

body .menu_box.smaller .navbar-default .navbar-nav {
    margin-top: 0;
    position: relative;
    top: 28px;
}

body .menu_box .menu {
    position: absolute;
    width: 100%;
    bottom: 0;
}
body .menu_box .navbar-default .navbar-nav>li>a:focus, body .menu_box .navbar-default .navbar-nav>li>a:hover {
	background-color: #675490;
}
/*-------------------------nav---------------------------*/
body .menu_box .top_link {
	
position: absolute;
	
/* width: 148px; */
	
top: 0;
	
padding:  0 20px;
	
right: 0;
	
line-height: 28px;
	
color: #675490;
	
background-color: #fff;
	
border-bottom-left-radius: 50px;
	
border-bottom-right-radius: 50px;
}

body .menu_box .top_link a {
    color: #675490;
    margin: 0 5px;
    display: inline-block;
}

body .menu_box .top_link .accesskey {
    left: -18px;
    position: absolute;
	left: 7px;
}

body .menu_box .top_link a:hover {
    color: #ce4f6a;
}


body .menu_box .navbar-default {
	background: none;
	border: 0;
	z-index: 999;
	margin-bottom: 0;
	min-height: initial;
}
body .menu_box .navbar-nav>li .end a {
	border: none;
}
body .menu_box .navbar-nav .caret {
	position: absolute;
	color: #fff;
	right: 15px;
	top: 23px;
}
body .menu_box .navbar-nav:not(.sm-collapsible) ul .caret {
	top: auto !important;
	margin-top: -25px;
}
body .menu_box .navbar-default .navbar-nav>.open>a, body .menu_box .navbar-default .navbar-nav>.open>a:focus, body .menu_box .navbar-default .navbar-nav>.open>a:hover {
	background-color: #675490;
	color: #fff;
}
body .menu_box .navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	padding: 0 0;
	border: 0;
	background-color: transparent;
	padding: 0 4px;
}
body .menu_box .navbar-nav>li>ul .dropdown-menu {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	margin-top: -43px !important;
	border: 0;
}
body .menu_box .dropdown-menu>li>a {
	color: #fff;
	line-height: 35px;
	font-size: 115%;
	border-radius: 100px;
	background-color: #675490;
	margin: 1px 0;
}

body .menu_box .dropdown-menu .dropdown-menu>li>a {
    margin-left: 8px;
    background-color: #87ceef;
}

body .navbar-nav.sm-collapsible ul .dropdown-menu > li > a {
    background-color: #87ceef;
    padding-left: 16px;
}

body .menu_box .dropdown-menu>li {}
body .menu_box .dropdown-menu>li>a:focus, body .menu_box .dropdown-menu>li>a:hover, body .menu_box .dropdown-menu .open>a, body .menu_box .dropdown-menu .open>a:focus, body .menu_box .dropdown-menu .open>a:hover {
	background-color: #ab97d7 !important;
}
body .menu_box .dropdown-menu ul>li>a:focus, body .menu_box .dropdown-menu ul>li>a:hover {
	background-color: #e85e00 !important;
}
body .home_box .main .gotop a {
    display: block;
    background-color: #32aebd;
    position: absolute;
    border-radius: 50px;
    background-image: url(../images/index/top.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    z-index: 9999999;
    right: 20px;
}

body .home_box .main .gotop a:hover {
    background-color: #f7b64b;
}
/*----------抬頭顯示器-------------------*/
body .menu_box.smaller {
	position: fixed;
	transition: height 0.3s;
	z-index: 999;
	bottom: initial;
	width: 100%;
	background-color: #8c62a7;
}

body .menu_box.smaller .top_link,body .menu_box.smaller .search_box {
    display: none;
}
body .menu_box.smaller .calendar, body .menu_box.smaller .search_box {
/* display: none; */
}
/*pad*/

body .menu_box .navbar-default .navbar-toggle {
	border: none;
	background-color: #44395f;
	top: -10px;
	z-index: 9999;
	position: absolute;
	right: 0;
	padding: 5px 10px;
	margin-right: 0;
}
body .menu_box .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 30px;
	height: 2px;
	margin: 5px 0;
	display: block;
}
/*-----------------Main --------------*/
body .row {
	padding: 0;
	margin: 50px 0 0 0;
}
/*----------跑馬燈-----------------------*/
body .main .marquee_box {
    font-size: 115%;
    padding: 30px 10px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    margin-top: -15px;
}
body .main .marquee_box .marquee{
    font-size: 100%;
    margin: -25px 5px 5px 5px;
}
body .main .marquee_box .marquee_icon {
    position: absolute;
    top: 5px;
    background-image: url(../images/all/icon_marguee.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 45px;
    height: 28px;
    background-color: #fff;
}
/*banner*/
body .main {
    padding: 20px 10px 10px 10px;
    margin-top: 35px !important;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
}
body .slick-initialized .slick-slide a:focus {
    outline: 3px #6c0daf solid;
    display: block;
}

body .main .accesskey {
    left: 1px;
}
body .main .banner .slick-slide {
	position: relative;
	max-width: 1000px;
}

body .main .banner .slick-slide img {width: 100%;}
body .main .banner .slick-slide .title {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px 10px;
	color: #fff;
	font-size: 140%;
}
body .main .banner .slick-list {
	width: 100%;
	margin-bottom: 15px;
	border: 3px #7bcad3 solid;
}
body .main .banner .slick-prev, body .main .banner .slick-next {
	width: 15px;
	height: 25px;
	top: inherit;
	right: inherit;
	left: inherit;
	text-indent: -9999px;
	opacity: 0.5;
	bottom: 5px;
	z-index: 99;
}
body .main .banner .slick-prev:hover, .slick-prev:focus, body .main .banner .slick-next:hover, .slick-next:focus {
	opacity: 1;
}
body .main .banner .slick-prev {
	background: url(../images/index/banner_pre.png) !important;
	right: 29px;
}
body .main .banner .slick-next {
	background: url(../images/index/banner_next.png) !important;
	right: 5px;
}
body .main .banner.slick-dotted.slick-slider {
    margin-bottom: 0;
}
body .banner .slick-dots {
    top: 0;
    right: 20px;
    width: auto;
	bottom: inherit;
}
/*氣象資訊*/
body .main .life_info .calendar_box,
body .main .life_info .pm_box,
body .main .life_info .weather_box,
body .main .life_info .china_box {
     background-color: #a488b3;
     text-align: center;
     color: #fff;
     margin: 0px 0 7px 0;
     min-height: 125px;
}

body .main .life_info .calendar_box .icon {
    padding-top: 14px;
    padding-bottom: 12px;
}

body .main .life_info .pm_box .icon {
    padding-top: 13px;
    /* padding-bottom: 12px; */
}
body .main .life_info .weather_box a{
    font-size:90%;
	color:#fff;
}
body .main .life_info .weather_box .icon {
    padding-top: 8px;
}

body .main .life_info .pm_box .num {
    font-size: 200%;
}

body .main .life_info .weather_box .tem {
      font-size: 150%;
    letter-spacing: -1px;
}

body .main .life_info {
    /* padding: 0; */
    margin-top: -40px;
}

body .main .life_info div {
    padding: 0 5px;
}

body .main .life_info .china_box {
    text-align: left;
    padding: 0 10px;
    line-height: 15px;
    min-height: 107px;
}

body .main .life_info  .china_box div {
    margin-bottom: 10px;
    margin-left: 25px;
}

body .main .life_info .china_box .date {
    font-size: 140%;
    padding: 3px 0 20px 0;
    line-height: 22px;
}

body .main .life_info .china_box .green,body .main .life_info .china_box .red {
    background-color: #24a20b;
    border: 1px #fff solid;
    text-align: center;
    width: 23px;
    line-height: 20px;
    display: inline-block;
    margin: -4px 5px 0 -28px;
    float: left;
}

body .main .life_info .china_box .red {
    background-color: #a20b0b;
}
/*link_box*/
body .link_box li {
	padding: 0 5px;
	margin-bottom: 10px;
}
body .link_box li img {
	/* border-radius: 10px; */
}
body .link_box li a:hover {
	opacity: 0.7;
}
/*訊息*/
body .event .slick-slide {
	background-color: #ffffff;
	margin: 0 5px;
	height: 400px;
	border: 1px #d8d8d8 solid;
	overflow: hidden;
	position: relative;
}

body .event .more a {
    clear: both;
    background-color: #eaa229;
    color: #fff;
    padding: 8px 0;
    width: 109px;
    margin: 10px auto;
    display: block;
    text-align: center;
    font-size: 115%;
    border-radius: 50px;
}

body .event .more a:hover {
    background-color: #e0244c;
    text-decoration: none;
}
body .event.pic .slick-slide {
	height: 310px;
}
body .event .title {
	color: #007aa5;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	height: 50px;
	overflow: hidden;
	padding: 5px 10px;
}
body .event.list .title {
	background-image: url(../images/index/event_icon.png);
	text-align: left;
	background-repeat: no-repeat;
	background-position: 10px;
	background-color: #a388b3;
	color: #fff;
	font-size: 130%;
	font-weight: normal;
	padding: 0 0 0 36px;
	height: 45px;
	line-height: 45px;
	position: relative;
	border-radius: 50px;
}
body .event.list .title h3 {
    /* padding: 13px 0 0 0; */
}
body .event.list {
	/* background-color: #f0f0f0; */
	padding: 0 5px;
}

body .event.list ul {}
body .event.list li a {
	display: block;
	/* border-bottom-width: 1px; */
	/* border-bottom-style: dashed; */
	/* border-bottom-color: #cdcdcd; */
	/* margin: 0 10px; */
	color: #000;
	position: relative;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	padding-left: 36px;
	font-size: 100%;
}

body .event.list li:nth-child(2n+2) a {
    background-color: #e8e8e8;
}
body .event.list li.last a {
	border: none;
}
body .event.list li a:hover {
	background-color: #dedae4;
	text-decoration: none;
}
body .event.list .date {
	color: #44395f;
	margin-right: 15px;
	font-size: 90%;
}
body .event.list .title .more a {
	width: auto;
	right: 15px;
	top: 0;
}
body .event.list .more a {
    position: absolute;
    border-radius: 30px;
    font-size: 80%;
    padding: 0 15px;
    margin: 0;
    right: 0 !important;
}
body .event .txt {
	padding: 5px 10px;
	line-height: 22px;
}

body .event .txt a {
    color: #000;
}
body .event .pic {
	/* padding: 5px; */
	height: 51%;
	overflow: hidden;
	/* margin-bottom: 15px; */
}

body .event.pic .pic {
    height: 67%;
}

body .event .pic img {height: 100% !important;width: 100% !important;}
body .event .box .more a {
	background-image: url(../images/index/bt_more.png);
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	bottom: 0;
	/* z-index: 99; */
	width: 100%;
	background-color: #a2ccdb;
	text-indent: -9999px;
	height: 40px;
	padding: 0;
	margin: 0;
}
body .event .box .more a:hover {
	background-image: url(../images/index/bt_morehover.png);
}
body .event .slick-prev, body .event .slick-next {
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	opacity: 0.2;
	z-index: 99;
	opacity: 0.7;
}
body .event .slick-prev:hover, .slick-prev:focus, body .event .slick-next:hover, .slick-next:focus {
	opacity: 1;
}
body .event .slick-prev {
	background: url(../images/index/event_pre.png) !important;
	left: -10px;
}
body .event .slick-next {
	background: url(../images/index/event_next.png) !important;
	right: -10px;
}
/*廣告專區*/
body .footerbanner_box {
	background-color: #a388b3;
	padding: 10px;
	border-radius: 20px;
}
body .footerbanner_box .title {
	background-image: url(../images/index/footerbanner_icon.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	color: #fff;
	font-size: 130%;
	padding-bottom: 15px;
}
body .footerbanner_box .title h3 {
    padding: 5px 0 0 0;
}
body .footerbanner_box .slick-prev, body .footerbanner_box .slick-next {
	display: none !important;
}
body .footerbanner_box .slick-track {
	background-color: #fff;
	padding: 10px 0;
}
body .footerbanner_box .slick-slide img {
	border: 1px #d2d2d2 solid;
	margin: auto;
	width: 158px !important;
    height: 50px !important;
}
body .ad .slick-slide a:focus {
    display: block;
}
body .footerbanner_box .slick-dots {
	top: -40px;
	text-align: right;
	bottom: inherit;
}
body .footerbanner_box .slick-dots li {
	margin: 0;
}
body .footerbanner_box .slick-dotted.slick-slider {
	margin: 0;
}
/*------------------ fat -----------------------*/
body .fat_box {
	background-color: #ffffff;
	//
	background-image: url(../images/all/footbg.gif);
	//
	background-repeat: repeat-x;
	padding-top: 90px;
	padding-bottom: 35px;
	margin-top: 30px;
}
body .fat_box .fat {
	font-family: "微軟正黑體" !important;
}
body .fat_box .ui-accordion .ui-accordion-header {
	padding: 0;
	border: 1px #6c94b7 solid;
	height: 29px;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 60px;
	border-radius: 5px;
	float: right;
	right: 15px;
}
body .fat_box .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}
body .fat_box .ui-state-active, body .fat_box .ui-widget-content .ui-state-active, body .fat_box .ui-widget-header .ui-state-active {
	background-image: url(../images/all/fat_close.png) !important;
}
body .fat_box .ui-state-default, body .fat_box .ui-widget-content .ui-state-default, body .fat_box .ui-widget-header .ui-state-default {
	background-image: url(../images/all/fat_open.png);
}
body .fat_box .ui-widget-content {
	border-radius: 0;
	background: none;
	border: none;
	padding: 20px 0 10px 0;
	height: auto !important;
	clear: both;
}
body .fat ul {
    float: left;
    margin: 0 10px 0 10px;
    white-space: nowrap;
    min-height: 300px;
}

body .fat ul li {
    width: 120px;
    white-space: normal;
    margin: 10px 0;
}
body .fat ul li a {
    color: #705682;
    font-size: 90%;
}
body .fat ul li a:hover {
	color: #705682;
}
body .fat ul .title {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 105%;
	color: #fff;
}
/*----------footer----------*/
body .footer_box {
	background-image: url(../images/all/footerbg.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #ffffff;
	height: 100%;
}
body .footer_box .footer {
	position: relative;
	padding: 10px;
	color: #000;
	line-height: 24px;
	padding-top: 150px;
	padding-left: 50px;
}
body .footer_box .footer p {
	margin: 0;
}
body .footer_box .footer .txt_link a {
	color: rgba(0, 0, 0, 0.8);
	padding: 0 10px;
	white-space: nowrap;
}
body .footer_box .footer .txt_link a.first {
	padding-left: 0;
}
body .footer_box .footer .txt_link {
	/* padding: 0 10px; */
	margin-bottom: 10px;
}
body .footer_box .footer .link {
	right: 25px;
	bottom: 34px;
}
body .footer_box .footer .txt_link {
	color: #76bbe0;
	right: 10px;
	bottom: 0;
}
body .footer_box .footer .txt_link, body .footer_box .footer .link {
	position: absolute;
}
body .footer_box .footer .link .qrcode {
	float: right;
}
body .footer_box .footer .link .icon01 {
	float: left;
}
body .footer_box .footer .link li {
	float: left;
	margin-left: 10px;
	border: none;
	margin-bottom: 5px;
}
body .footer_box .footer .link .qr {
	width: 75px;
	height: 77px;
	margin-bottom: 41px;
}
body .footer_box .footer .link .qr a, body .footer_box .footer .link .qr .nsblock {
	border-radius: 0 !important;
}
body .footer_box .footer .link .qr p {
	width: 100%;
	text-align: center;
}
body .footer_box .footer .link .qr .nsoverlay {
	height: 77px !important;
	border-radius: 0 !important;
	background-image: url(../images/all/link_hover.png) !important;
	background-size: 37% !important;
}
body .footer_box .footer .link .qr a:hover {
	opacity: 0.7;
}
body .footer_box .footer_box .footer .link li p {
	text-align: center;
	width: 100%;
}
/*-------------內頁------------------------*/
body .home_box .content {
	background-color: #fff;
	padding: 15px 25px 0 25px;
	display: inline-block;
	width:100%;
	border-radius: 22px;
}
body .home_box .content .title {
	background-image: url(../images/home/title_icon.png);
	background-repeat: no-repeat;
	color: #6f6094;
	padding: 6px 0 10px 50px;
	font-size: 155%;
	font-weight: bold;
	margin: 30px 0 5px 0;
	line-height: 25px;
	background-position: left top;
	letter-spacing: 1px;
}
.content .title h3 {
    font-weight: bold;
}
body .home_box .content .sub {
	padding: 10px;
}

body .home_box .content .sub .pic {
    border: 1px #d2d2d2 solid;
}

body .home_box .content .sub .name {
    text-align: center;
    color: #2b93c3;
    font-size: 130%;
    margin: 10px 0;
    font-weight: 500;
}

body .home_box .content .sub .title {
    background-image: url(../images/home/arrow03.png);
    line-height: normal;
    padding-left: 20px;
    margin: 0;
    background-position: 0 12px;
}

body .home_box .content .sub ul li {
    background-image: url(../images/home/dot02.png);
    background-position: 5px 7px;
    font-size: 100%;
    line-height: normal;
    margin: 8px 0;
}

body .home_box .content .sub ul {
    margin-bottom: 20px;
}

body .home_box .content .sub .pic_news .frame {
	border: 1px #e6e6e6 solid;
	margin: 5px;
	padding: 10px;
	width: 48%;
	float: left;
}
body .content.large #printdata {
    font-size: 110%;
}
body .content.medium #printdata {
    font-size: 100%;
}
body .content.small #printdata {
    font-size: 95%;
}
body .small, body small {
    font-size: 100%;
}
body .home_box .content .sub .pic_news {
	margin-top: 15px;
}
body .home_box .content .sub .pic_news .frame p {
	overflow: hidden;
	height: 25px;
	margin: 0;
}
body .home_box .content .sub .pic_news .frame .txt {
	line-height: 30px;
}
body .home_box .content .sub .pic_news .frame .date {
	font-size: 90%;
	color: #555;
}
body .home_box .content .sub .pic_news img {
	width: 100%;
}
body.home .main .content .con .list a {
    color: #7b68a7;
}
body .home_box .content .sub li {
	background-image: url(../images/home/arrow03.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 30px;
	background-position: 0 7px;
}
body .home_box .content .annex li {
	background-image: url(../images/all/arrow01.png) !important;
	background-position: 10px 10px !important;
	border-bottom: 1px #e4e4e4 solid;
	line-height: 20px;
	padding: 5px 5px 5px 20px;
}
body .home_box .content .annex li .icon {
	margin-left: 5px;
}
body .home_box .content .sub .con {
	background: none;
}
body .home_box .content .sub .min_title {
	color: #675490;
}
body .home_box .content .title .plug {
	position: absolute;
	right: 0;
	top: -20px;
}

body .home_box .content .title .plug li {
	float: left;
	font-size: 50%;
	color: #8c8b8b;
	margin-right: 5px;
	line-height: normal;
	font-weight: normal;
}
body .home_box .content .title .plug li a {
	background-image: url(../images/home/icon_plug.png);
	text-indent: -9999px;
	background-position-y: -3px;
	width: 16px;
	height: 16px;
	display: block;
}
body .home_box .content .title .plug li a.skip {
    background: none;
}
body .home_box .content .title .plug .word a {
	background-position-y: 0;
	width: 17px;
	height: 19px;
}
body .home_box .content .title .plug .fb a {
	background-position-x: 0;
}
body .home_box .content .title .plug a:hover {
	/*background-position-y: -19px !important;*/
}
body.home .content.large .plug .s a, body.home .content.small .plug .l a, body.home .content.medium .plug .m a {
    background-position-y: -19px;
}
body .home_box .content .title .plug .plurk a {
	background-position-x: -16px;
}
body .home_box .content .title .plug .twitter a {
	background-position-x: -32px;
}

body .home_box .content .title .plug .print a {
    background-image: url(../images/home/icon_print.png);
    background-position-y: 0;
}
body .home_box .content .title .plug .l a {
	background-position-x: 51px;
}
body .home_box .content .title .plug .m a {
	background-position-x: 34px;
}
body .home_box .content .title .plug .s a {
	background-position-x: 17px;
}
body .home_box .bread {
	font-size: 90%;
	color: #979797;
}
body .home_box .bread a{
    color: #675490;
}
body .home_box .bread a.accesskey {
	color: #979797 !important;
	position: relative;
}
body .home_box .content .headlines {
	background-color: #675490;
	padding: 10px;
	color: #fff;
	font-size: 125%;
	border-radius: 25px;
}

body .home_box .content .lines {
    border-top: 5px #2b93c3 solid;
    text-indent: -9999px;
}
body .home_box .content .annex, body .home_box .content .opera {
	float: left;
	width: 100%;
	margin-top: 20px;
}
body .home_box .content .annex .stitle,body .home_box .content .annex .faqstitle  {
	font-size: 120%;
	background-color: #deb90f;
	padding: 5px 10px;
	color: #fff;
	border-radius: 25px;
}

/*------按鈕列-------------*/
body .home_box .content .opera li{
    background: none;
    float: left;
    background-position: 4px 0;
    padding: 0;
    margin-left: 5px;
}

body .home_box .content .opera ul {
    float: right;
    margin: 10px 0;
}

body .home_box .content .opera .note {
	color: #2b93c3;
	background-image: url(../images/home/dot01.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 5px 0 5px 20px;
	margin-left: 16px;
}

body .home_box .content .opera li a {
    background-color: #675490;
    display: block;
    color: #fff;
    padding: 5px 10px 5px 30px;
    background-image: url(../images/home/icon_print.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-radius: 25px;
}

body .home_box .content .opera li a:hover {
    background-color: #ffa200;
    text-decoration: none;
}

body .home_box .content .opera .home a {
    background-image: url(../images/home/icon_home.png);
    background-position: 7px 8px;
}

body .home_box .content .opera .back a {
    background-image: url(../images/home/icon_back.png);
    background-position: 7px 9px;
}

body .home_box .content .opera .gotop a {
    background-image: url(../images/home/icon_top.png);
    background-position: 8px 11px;
    text-indent: initial;
    position: static;
    height: auto;
    width: auto;
}
/*-------------detail----------*/
body .content .detail {
    padding: 20px;
    display: inline-block;
}

body .content .detail.news {
	width:100%;
    padding: 5px 0;
}

body .content .detail div {
    margin-bottom: 35px;
}

body .content .detail .list .con {
    border-bottom: 2px #7d7d7d solid;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

body .content .detail .con .list {
    margin: 0;
    /* border-bottom: 1px #c7c7c7 solid; */
    /* border-radius: 50px; */
}

body .content .detail .list.B {
    background-color: #d7ebef;
}

body .content .detail .list a {
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 0;
    padding:  10px 0;
    border-bottom: 1px #c7c7c7 solid;
}

body .content .detail .list.last a {
    border: none;
}

body .content .detail .con .list a:hover {
    background-color: #fbe8a7;
    border-bottom: 1px #ecc84b solid;
}

body .content .detail .list .title {
    margin: 0;
    padding: 0;
    background-image: none;
    display: inline-block;
    width: 100%;
}

body .content .detail .list .title span {
    border: 0;
    color: #fff;
    text-align: center;
    font-size: 70%;
    font-weight: normal;
    padding: 0;
    /* white-space: nowrap; */
    background-image: none;
    margin: 0;
    line-height: 35px;
    background-color: #675490;
    border-radius: 25px;
}
body .content .detail.news .con .stitle {
    font-weight: normal;
    font-size: 120%;
    margin: 25px 0 0 0;
    /* line-height: 40px; */
    position:  relative;
    /* padding: 30px 0 0 0; */
    display: block;
}
body .content .detail.news .con .faqstitle {
    font-weight: normal;
    font-size: 120%;
    margin: 25px 0 0 15px;
	display: block;
  
}
body .content .detail.news .con .mtitle {
    font-weight: normal;
    font-size: 110%;
    margin: 0;
}
body .content .detail .con .issued, 
body .content .detail .con .date{
    position:  absolute;
}
body .content .detail .con .issued{
    left: 85px;
    white-space: nowrap;
}
body .content .detail .con .issued, body .content .detail .con .num,body .content .detail .con .date {
    /* white-space: nowrap; */
    color: #676767;
    font-size: 95%;
    /* line-height: 40px; */
    letter-spacing: -1px;
}

body .content .detail .con .date {
    color: #675490;
    text-align: left;
    left: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
}

body .content .detail .con .stitle,body .content .detail .con .faqstitle {
    color: #000;
    /* overflow: hidden; */
    /* line-height: 40px; */
    /* height: 40px; */
    background-position: 15px;
    background-repeat: no-repeat;
}

body .content .detail .con .mtitle {
    color: #000;
    
    line-height: 40px;
    height: 40px;
    background-position: 15px;
    background-repeat: no-repeat;
}
body .content .detail .search_box,body .content .detail .search_box div {
    margin: 4px 0 0 0;
}

body .content .detail .search_box {
    background-color: #e6e6e6;
    display: inline-block;
    padding: 15px 10px;
    margin-bottom: 10px;
    top: 0;
    position: relative;
    right: 0;
    width: 100%;
    border-radius: 15px;
}

body .content .detail .search_box .keyin,body .content .detail .search_box .opt {
    position: relative !important;
    width: 100%;
}

body .content .detail .search_box .opt {
    padding: 0 0 0 30px;
}

body .content .detail .search_box .search01 .keyin {
    padding: 0 30px 0 65px;
}

body .content .detail .search_box .search02 .keyin {
    padding: 0 150px 0 50px;
}

body .content .detail .search_box .keyword .keyin {
    padding: 0 63px 0 66px;
}

body .content .detail .search_box span {
    float: left;
}

body .content .detail .search_box .icon, body .content .detail .search_box .w02,body .content .detail .search_box .w03, body .content .detail .search_box .button {
    position: absolute;
}

body .content .detail .search_box .search01 .icon {
    right: 20px;
}

body .content .detail .search_box .search02 .icon {
    right: 135px;
}

body .content .detail .search_box .search02 .w02 {
    left: 30px;
    top: 0;
    z-index: 999;
}

body .content .detail .search_box .search02 .w03 {
    right: 40px;
    color: #675490;
    font-size: 85%;
    top: 2px;
    white-space: nowrap;
}

body .content .detail .search_box .keyword .ok {
    right: 42px;
}

body .content .detail .search_box .keyword .clean {
    right: 5px;
}

body .content .detail .search_box .w01 {
    position: absolute;
    z-index:999;
    left: 0;
}

body .content .detail .search_box input, body .content .detail .search_box select {
    width: 100%;
}

body .content .detail .search_box .keyword .w01 {
    background-image: url(../images/all/icon_search.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
	/*z-index:999;*/
}

body .content .detail .pic img {
    border: 1px #d6d6d6 solid;
}

body .content .detail .pic {
    margin: 10px 0;
}

body .content .detail .name {
    text-align: center;
    color: #385590;
    font-size: 160%;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 20px;
    white-space: nowrap;
}
body .content .detail img {
    width: 100%;
}

body .content .detail.news img {
    width: inherit;
}

body .content .detail .page, body .content .detail .page_info {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    vertical-align: middle;
    line-height: 14px;
}

body .content .detail .page_info div {
    margin: 0 10px 5px 0;
    display: inline-block;
}

body .content .detail .page .num a {
    display: inline-block;
    height: 12px;
    padding: 0 5px;
    font-size: 90%;
    width: auto;
    border: none;
}

body .content .detail .page .bt a {text-indent: -9999px;background-repeat: no-repeat;width: 15px;background-position-y: 0;height: 15px;display: inline-block;margin-right: 5px;padding:  0;border: none;}

body .content .detail .page span {
    display: inline-block;
}

body .content .detail .page .bt a:hover {
    background-position-y: -15px;
}

body .content .detail .page .first a {
    background-image: url(../images/all/page_first.png);
}

body .content .detail .page .pre a {
    background-image: url(../images/all/page_pre.png);
}

body .content .detail .page .next a {
    background-image: url(../images/all/page_next.png);
}

body .content .detail .page .last a {
    background-image: url(../images/all/page_last.png);
}
body .main .gotop a {
    display: block;
    background-color: rgb(162, 136, 179);
    position: absolute;
    border-radius: 50px;
    background-image: url(../images/index/top.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    z-index: 9999999;
    right: 20px;
    bottom: -80px;
}


body .main .gotop a:hover {
    background-color: #f7b64b;
}
body .content .detail .pic_news.newsimg .frame {
    border: none;
    margin: 0;
    padding: 5px;
    width: 33%;
    float: left;
}
body .content .detail .pic_news .frame .pic {
    margin: 0;
    height: 150px;
    background-color: #000;
    vertical-align: middle;
    display: flex;
    text-align: center;
}
body .content .detail.news img, body .content .detail .pic_news.newsimg img {
    position: static;
    border: none;
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto;
    margin: auto;
    vertical-align: middle;
}
body .content .detail .pic_news .frame .txt {
    height: 23px;
    overflow: hidden;
}
body .content .detail .pic_news .frame p {
    padding-top: 5px;
}
#home_content #printdata .visitors {
    margin-top: 15px;
}