﻿﻿@charset "utf-8";
/*
 * @Name: base
 * @Overview: Reset & Global
 * @Author: mittya & Nikki
 */

/** Reset **/
a, blockquote, button, body, code, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, hr, html, i, input, iframe, img, label, li, legend, object, ol, p, pre, small, span, strong, sub, sup, table, tbody, td, th, thead, tr, ul {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark {
	display: block;
	margin: 0;
	padding: 0;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
mark {
	color: #000;
	background: #ff0;
}
html {
	color: #000;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, button, input, select, textarea {
	margin: 0;
	font: 12px/1.5 Tahoma, Arial, '\5b8b\4f53', sans-serif;
}
button, input, select, textarea {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}
b, strong {
	font-weight: 700;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: Tahoma, Arial;
}
small {
	font-size: 12px;
}
ul, ol, li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
sup, sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
legend {
	color: #000; /*for IE6*/
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%\9;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: inherit; /*IE bug fixed: th is not inherit text-align*/
}
fieldset, img {
	border: 0;
}
a img {
	border-width: 0;
	vertical-align: middle;
}
iframe {
	display: block;
}
del {
	text-decoration: line-through;
}
/* float */
.fn-left, .fn-right {
	display: inline; /*for IE6 double margin*/
}
.fn-left {
	float: left;
}
.fn-right {
	float: right;
}
/* hide for js */
.fn-hide {
	display: none;
}
/* clear */
.fn-clearfix:after {
	display: block;
	font-size: 0;
	content: '\0020';
	clear: both;
	height: 0;
}
.fn-clearfix {
	zoom: 1; /*for IE6 IE7*/
}
.fn-clear {
	visibility: hidden;
	clear: both;
}
/* chrome-zh font size */
.fn-font-chrome {
	-webkit-text-size-adjust: none;
}
/*html{ background:#fff; }*/
* {
	padding: 0;
	margin: 0;
}
/** Golbal **/
/** header **/

.ui-header {
	height: 100px;
	height: 180px;
	background: url(base_res/db.jpg) repeat-x;
}
.ui-header .ui-head {
	width: 1200px;
	height: 134px;
	margin: 0 auto;
	display: block;
}
.ui-header .ui-nav {
	width: 1200px;
	margin: 0 auto;
	display: block;
	height: 46px;
}
.nav {
	margin-top: 0px;
}
.nav * {
	text-decoration: none;
}
.nav * a:hover {/*background-color:#82ce18;*/
	color: #f00;/* background:#014b7c;*/
	text-decoration: none;/* 鼠标經過時的紅色背景，可自定義 */
}
.nav * a.liv {
	color: #FFF;
	color: #f00;
}
.menu {
	list-style: none;
	height: 46px;
	width: 100%;/*background-color:#333;*/
	margin-top: 0px;
}
.nav {
	list-style: none;
height:46px/*;width:900px;*/margin:0 auto;
	background-color: #333;
}
.nav li {
	float: left;/*border-left:1px solid #4a4a4a;border-right:1px solid #242424;border-top:1px solid #4a4a4a;border-bottom:1px solid #242424;*/
	position: relative;
}
.nav li.lv {
	background: url(http://ee.hrbust.edu.cn/assets/images/liv.jpg) no-repeat;
	height: 46px;
	width: 15px;
}
a.i12 {
    width: 135px !important;
}
.nav li a {
	color: #003262;
	height: 46px;
	line-height: 46px;
	width: 96px;
	text-align: center;
	padding: 0 0px;
blr:expression(this.onFocus=this.close());
blr:expression(this.onFocus=this.blur());
	display: block;
	font-size: 14pt;
	font-family: '微軟雅黑';
}
.nav li a:focus {
	-moz-outline-style: none;
}
.nav li .sub-nav {
	position: absolute;
	top: 46px;
	left: -18px;
	list-style: none;
	background-color: #eeeeee;
	display: none;
	z-index: 333;
}
.nav li .sub-nav li {
	text-align: center;
	clear: left;
	width: 145px;
	height: 46px;
	line-height: 35px;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
.nav li .sub-nav li a {
	height: 46px;
	line-height: 46px;
	color: #000;
	width: 145px;
	padding: 0;
	display: inline-block;
	font-size: 12pt;
	font-family: '微軟雅黑';
}
.nav li .sub-nav li a:hover {
	background: #fff;
	clear: #fff;
}
/*導航*/
.nav li .sub-nav- {
	position: absolute;
	top: 46px;
	left: -33px;
	list-style: none;
	background-color: #eeeeee;
	display: none;
	z-index: 333;
}
.nav li .sub-nav- li {
	text-align: center;
	clear: left;
	width: 175px;
	height: 46px;
	line-height: 35px;
	position: relative;
	border-bottom: 1px solid #cacaca;
}
.nav li .sub-nav- li a {
	height: 46px;
	line-height: 46px;
	color: #000;
	width: 175px;
	padding: 0;
	display: inline-block;
	font-size: 12pt;
	font-family: '微軟雅黑';
}
.nav li .sub-nav- li a:hover {
	background: #fff;
	clear: #fff;
}
/*主體内容*/
.ui-k {
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.ui-k .ui-k-z {
	width: 711px;
	float: left;
position: relative;
}
.ui-k .ui-k-z .k-z-text {
	display: block;
	height: 40px;
	margin: 12px 0;
position: relative;
}
.ui-k .ui-k-z .k-z-text h3 {
	float: left;
	height: 40px;
	background: url(base_res/yw-pic.jpg) no-repeat;
	padding-left: 40px;
	line-height: 40px;
	font-size: 16pt;
	font-weight: bold;
	color: #003262;
	font-family: '微軟雅黑';
}
.ui-k .ui-k-z .k-z-text h4 {
	float: left;
	height: 40px;
	background: url(base_res/gg-pic.jpg) no-repeat;
	padding-left: 40px;
	line-height: 40px;
	font-size: 16pt;
	font-weight: bold;
	color: #003262;
	font-family: '微軟雅黑';
}
.ui-k .ui-k-z .k-z-text a {
	float: right;
	display: block;
	line-height: 40px;
	font-size: 12pt;
	color: #aba7a7;
	font-family: '微軟雅黑';
}
.ui-k .ui-k-z .k-z-text a:hover {
	text-decoration: none;
	color: #F00;
}
/*圖切換*/
.kj-qie {
	float: left;
	width: 358px;
}
.play-2 {
	width: 358px;
	height: 275px;
	overflow: hidden;
	position: relative;
	margin: 0px auto 0;
}
.play-2 .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
}
.play-2 .text div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
filter:alpha(opacity:40);
	opacity: 0.4;
	z-index: 99;
}
.play-2 .text span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: white;
	z-index: 999;
	text-align: center;
	font-size: 20px;
}
.play-2 .fu-qie {
	position: absolute;
	bottom: 5px;
	z-index: 9;
	background: url(http://ee.hrbust.edu.cn/assets/images/ui-qie.jpg) no-repeat;
	width: 358px;
	height: 24px;
}
.fu-qie5-3 {
	position: absolute;
	background: #003262;
	opacity: 0.85;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	font-family: "å®‹ä½“";
	bottom: 0px;
	width: 358px;
	height: 30px;
}
.play-2 ol {
	position: absolute;
	right: 5px;
	bottom: -5px;
	z-index: 99999;
	height: 24px;
}
.play-2 ol li {
	float: left;
	margin-right: 3px;
	display: block;
	text-align: center;
	cursor: pointer;
	background: #fff;
	width: 8px;
	height: 8px;
	padding: 0px 1px;
	color: #fff;
	font-family: arial;
	font-size: 0px;
}
.play-2 ol li.active {
	display: block;
	font-weight: bold;
	color: #dc783c;
	background: #dc783c;
	position: relative;
	bottom: 0px;
}
.play-2 ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.play-2 ul li {
	width: 358px;
	height: 275px;
	float: left;
}
.play-2 ul img {
	float: left;
	width: 358px;
}
#next {
	display: block;
	position: absolute;
	top: 38%;
	right: 0;
	width: 30px;
	height: 54px;
	text-align: center;
	color: #fff;
	background-color: #000;
	z-index: 999;
	line-height: 50px;
	text-decoration: none;
}
#prev {
	display: block;
	position: absolute;
	top: 38%;
	left: 0;
	width: 30px;
	height: 54px;
	text-align: center;
	color: #fff;
	background-color: #000;
	z-index: 999;
	line-height: 50px;
	text-decoration: none;
}
.prevImg {
	height: 54px;
	width: 80px;
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 30px;
}
.nextImg {
	height: 54px;
	width: 80px;
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 30px;
}
/*1*/
.k-z-l {
	width: 323px;
	margin-left: 15px;
	float: right;
}
.k-z-l li {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #d7d7d7;
}
.k-z-l li p {
	line-height: 38px;
	font-size: 12px;
	color: #030303;
	font-family: '微軟雅黑';
	float: right;
}
.k-z-l li a {
	float: left;
	line-height: 38px;
	font-size: 15px;
	color: #030303;
	font-family: '微軟雅黑';
}
.k-z-l li a:hover {
	text-decoration: none;
	color: #F00;
}
/*<!--要聞結束-->*/

.ui-k .ui-k-y {
	width: 457px;
	float: right;
}
.ui-k .ui-k-y .k-z-text {
	display: block;
	height: 40px;
	margin: 12px 0;
}
.ui-k .ui-k-y .k-z-text h3 {
	float: left;
	height: 40px;
	background: url(base_res/xs-pic.jpg) no-repeat;
	padding-left: 40px;
	line-height: 40px;
	font-size: 16pt;
	font-weight: bold;
	color: #003262;
	font-family: '微軟雅黑';
}
.ui-k .ui-k-y .k-z-text h4 {
	float: left;
	height: 40px;
	background: url(base_res/xs-tu.jpg) no-repeat;
	padding-left: 40px;
	line-height: 40px;
	font-size: 16pt;
	font-weight: bold;
	color: #003262;
	font-family: '微軟雅黑';
}
.ui-k .ui-k-y .k-z-text a {
	float: right;
	display: block;
	line-height: 40px;
	font-size: 12pt;
	color: #aba7a7;
	font-family: '微軟雅黑';
}
.ui-k .ui-k-y .k-z-text a:hover {
	text-decoration: none;
	color: #F00;
}
.k-z-l- {
	width: 459px;
	margin-left: 5px;
	float: right;
}
.k-z-l- li {
	height: 40px;
	line-height: 40px; /*border-bottom:1px solid #d7d7d7;*/
}
.k-z-l- li p {
	background: #03356f;
	text-align: center;
	width: 70px;
	border-radius: 5px;
	height: 28px;
	line-height: 28px;
	font-size: 11pt;
	color: #fff;
	font-family: 'amerika alternates';
	font-weight: 600;
	float: left;
}
.k-z-l- li a {
	float: left;
	padding-left: 15px;
	line-height: 28px;
	font-size: 15px;
	color: #030303;
	font-family: '微軟雅黑';
}
.k-z-l- li a:hover {
	text-decoration: none;
	color: #F00;
}
.wrap {
	border: 1px dashed #ccc;
	background: #f8f8f8;
	padding: 20px;
}
/* 本案例需要的css樣式 */
.tab {
	width: 711px;
	margin: 0 auto 10px;
}
.tab-hd {
	background: #e2e2e2;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 27px;
}
.tab-hd li {
	float: left;
	width: 101px;
	font-size: 16px;
	font-weight: bold;
	font-family: '微軟雅黑';
	line-height: 49px;
	height: 49px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.tab-hd li.active {
	background: #002147;
	color: #FFF;
}
.tab-bd li {
	display: none;
	padding: 0px; /*border:1px solid #ddd; */
	border-top: 0 none;
	font-size: 24px;
}
.tab-bd li.thisclass {
	display: list-item;
}
.tab-bd li dd {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #d7d7d7;
}
.tab-bd li dd span {
	float: left;
	font-size: 15px;
	color: #002147;
	font-family: '微軟雅黑';
	margin-right: 5px;
}
.tab-bd li dd p {
	line-height: 38px;
	font-size: 11pt;
	color: #030303;
	font-family: '微軟雅黑';
	float: right;
}
.tab-bd li dd a {
	float: left;
	line-height: 38px;
	font-size: 15px;
	color: #030303;
	font-family: '微軟雅黑';
}
.tab-bd li dd a:hover {
	text-decoration: none;
	color: #F00;
}
/*切換*/

.ui-k .ui-zx {
	width: 1200px;
	height: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cecece;
}
.ui-k .ui-dt-k {
	width: 457px;
	margin-bottom: 17px;
	float: right;
	margin-top: 0px;
}
.ui-k .ui-dt-k .dt-z {
	float: left;
	width: 70px;
	height: 65px;
}
.ui-k .ui-dt-k .dt-z h3 {
	line-height: 25px;
	background: #03356f;
	font-size: 12pt;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	font-family: 'amerika alternates';
}
.ui-k .ui-dt-k .dt-z h4 {
	line-height: 25px;
	background: #ededed;
	font-size: 11pt;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: 600;
	text-align: center;
	color: #03356f;
	font-family: 'amerika alternates';
}
.ui-k .ui-dt-k .dt-y {
	float: right;
	width: 366px;
	margin-left: 15px;
}
.ui-k .ui-dt-k .dt-y a {
	font-size: 15px;
	line-height: 14px;
	color: #030303;
	font-family: '微軟雅黑';
}
.ui-k .ui-dt-k .dt-y a:hover {
	text-decoration: none;
	color: #F00;
}
.ui-k .ui-dt-k .dt-y h3 {
	font-size: 12px;
	line-height: 30px;
	color: #030303;
	font-family: '微軟雅黑';
	background: url(base_res/sj.jpg) no-repeat;
	padding-left: 18px;
}
.ui-k .ui-dt-k .dt-y h4 {
	font-size: 12px;
	line-height: 45px;
	color: #030303;
	font-family: '微軟雅黑';
	background: url(base_res/wz.jpg) no-repeat;
	padding-left: 18px;
}
/*學術動态結束*/

.ui-pt {
	width: 100%;
	height: px;
	background: #f5f4f4;
	padding-top: 15px;
}
.ui-pt .ui-pt- {
	width: 1200px;
	margin: 0 auto;
}
.ui-pt .ui-pt- .ui-pt-text {
	display: block;
	height: 40px;
	margin: 12px 0;
}
.ui-pt .ui-pt- .ui-pt-text h3 {
	float: left;
	height: 40px;
	background: url(base_res/pt-tu.jpg) no-repeat;
	padding-left: 40px;
	line-height: 40px;
	font-size: 16pt;
	font-weight: bold;
	color: #003262;
	font-family: '微軟雅黑';
}
.ui-pt .ui-pt- .ui-pt-text a {
	float: right;
	display: block;
	line-height: 40px;
	font-size: 12pt;
	color: #aba7a7;
	font-family: '微軟雅黑';
}
.ui-pt .ui-pt- .ui-pt-text a:hover {
	text-decoration: none;
	color: #F00;
}
.mt14 {
	margin-top: 14px;
}
.mr_t1 {
	background: url(http://ee.hrbust.edu.cn/assets/images/mr_1px.jpg) repeat-x left bottom;
	height: 40px;
	padding-right: 16px;
}
.mr_t1name {
	font: bold 16px/40px "微軟雅黑";
	color: #FFF;
	background: #2257A2 url(http://ee.hrbust.edu.cn/assets/images/mr_t1bg.jpg) no-repeat right top;
	height: 40px;
	width: 120px;
	padding-left: 21px;
	float: left;
}
.mr_t1name img {
	float: left;
	margin-top: 9px;
	margin-right: 6px;
	display: inline;
}
.mr_frbox {
	height: 197px;/* border-right: 1px solid #DEDEDE; border-bottom: 1px solid #DEDEDE; border-left: 1px solid #DEDEDE; padding: 24px 22px 0px;*/
}
.mr_frBtnL {
	float: left;
	margin: 58px 8px 0px 0px;
	cursor: pointer;
	display: inline;
}
.mr_frUl {
	float: left;
	height: 130px;
	width: 940px;
}
.mr_frBtnR {
	float: right;
	margin-top: 58px;
	cursor: pointer;
}
.mr_frUl ul li {
	display: inline;
	float: left;
	height: 197px;
	width: 273px;
	margin-right: 13px;
	overflow: hidden;
}
.mr_frUl ul li img {
	display: block;
	margin-bottom: 7px;
	border: 3px solid #dddddd;
}
.mr_frUl ul li p {
	display: block;
	text-align: center;
	font: bold 15px/30px "微軟雅黑";
}
.mr_frUl ul li a:hover {
	text-decoration: none;
	color: #F00;
}
/*主頁結束*/

/* .ban{ width:100%; background:url(base_res/ban.jpg) center no-repeat; height:281px;} */
.ban {
	width: 100%;
	height: 281px;
}
.bann img {
	max-width: 100%;
}
.ind-k {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.ind-k .ind-k-z {
	float: left;
	width: 250px;
}
/*左側導航開始*/
.m-menu {
	width: 250px;
	float: left;
}
.m-menu h2 {
	width: 220px;
	height: 62px;
	padding-left: 30px;
	line-height: 62px;
	font-size: 24px;
	color: #fff;
	font-family: '微軟雅黑';
	background: #9e9e9e;
}
.m-menu .list {/* margin-top: 20px;*/
}
.m-menu li {
	margin-bottom: 5px;
}
.m-menu h3 a {
	display: block;
	height: 45px;
	font-size: 16px;
	color: #003262;
	font-weight: bold;
	font-family: '微軟雅黑';
	line-height: 45px;
	padding: 0 45px 0 36px;
	background: #eee url(base_res/_lzy3.png) no-repeat 210px center;
}
.m-menu .child {
	display: none;
	margin-top: 4px;
	background: #fafafa;
}
.m-menu .child a {
	display: block;
	height: 40px;
	font-family: '微軟雅黑';
	font-size: 16px;
	line-height: 40px;
	padding: 0 24px 0 44px;
	border-left: 5px solid #fafafa;
	background: url(base_res/_lzy5.png) no-repeat 34px center;
	border-bottom: 1px dotted #c6c6c6;
}
.m-menu .child a:hover {
	text-decoration: none;
	color: #003262;
	font-weight: bold;
	border-left: 5px solid #144357;
	background-color: #d6dee6
}
.m-menu li.on .child {
	display: block;
}
.m-menu .child .on {
	color: #003262;
	font-weight: bold;
	border-left: 5px solid #144357;
	background-color: #d6dee6
}
.m-menu h3 a:hover, .m-menu li.on h3 a {
	font-family: '微軟雅黑';
	color: #fff;
	background: #003262 url(base_res/_lzy4.png) no-repeat 210px center;
	text-decoration: none;
}
.m-page {
	margin: 10px 0 0;
	text-align: center;
	line-height: 32px;
	font-size: 0px;
	letter-spacing: -0.307em;
*letter-spacing: normal;
*word-spacing: -1px;
	word-wrap: normal;
	white-space: nowrap;
	color: #999;
}
.m-page a, .m-page i {
	display: inline-block;
*display: inline;
*zoom: 1;
}
/*左側導航結束*/



.ind-k .ind-k-y {
	float: right;
	width: 903px;
	display: block;
	margin-bottom: 30px;
}
.ind-k .ind-k-y .k-y-text {
	border-bottom: 2px solid #002147;
	height: 45px;
	margin-bottom: 30px;
}
.ind-k .ind-k-y .k-y-text h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	color: #333;
	font-family: "微軟雅黑";
}
.ind-k .ind-k-y .k-y-text ul {
	float: right;
	text-align: left;
}
.ind-k .ind-k-y .k-y-text li.ejt {
	background: url(base_res/ejt.jpg) no-repeat;
	padding-left: 30px;
}
.ind-k .ind-k-y .k-y-text li {
	float: left;
	margin: 0 2px;
	font-size: 14px;
	line-height: 45px;
	color: #002147;
	font-family: "微軟雅黑";
}
.ind-k .ind-k-y .k-y-text li a {
	font-size: 14px;
	line-height: 45px;
	color: #002147;
	font-family: "微軟雅黑";
}
.ind-k .ind-k-y .k-y-text li a:hover {
	text-decoration: none;
	color: #F00;
}
<!--
右側欄目--> .ind-k .ind-k-y .con {
	width: 903px;
}
.ind-k .ind-k-y .con p {
	font-size: 14px;
	line-height: 36px;
	color: #0f0e0e;
	font-family: "微軟雅黑";
	text-indent: 8mm;
	margin-bottom: 15px;
}
.danye {
	font-size: 14px;
	line-height: 36px;
	color: #0f0e0e;
	font-family: "微軟雅黑"; /*text-indent:8mm;*/
	margin-bottom: 15px;
}
.ind-k .ind-k-y .con- {
	width: 903px;
}
.ind-k .ind-k-y .con- .sz-1 {
	clear: both;
	margin-bottom: 15px;
}
.ind-k .ind-k-y .con- .sz-1 h2 {
	height: 60px;
	width: 885px;
	padding-left: 15px;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	color: #002147;
	font-family: "微軟雅黑";
	margin: 15px 0;
	background: url(base_res/sz-text.jpg) no-repeat;
}
.ind-k .ind-k-y .con- .sz-1 li {
	font-size: 18px;
	line-height: 42px;
	color: #333;
	font-family: "微軟雅黑";
	clear: both;
}
.ind-k .ind-k-y .con- .sz-1 li span {
	float: left;
	display: block;
	margin: 0 15px;
	width: 70px;
	padding: 0 5px;
	font-weight: 800;
	display: block;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
}
.ind-k .ind-k-y .con- .sz-1 li a {
	float: left;
	margin: 0 15px;
	width: 70px;
	padding: 0 5px;
	display: block;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
}
.ind-k .ind-k-y .con- .sz-1 li a:hover {
	text-decoration: none;
	color: #F00;
}
.ind-k .ind-k-y .con- .sz-1 li p {
	float: left;
	display: block;
	margin: 0 15px;
	width: 180px;
}
.ind-k .ind-k-y .con- .sz-1 dl {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	font-family: "微軟雅黑";
	margin-top: 20px;
}
/*.ind-k .ind-k-y .con- .sz-1 dd{text-justify:inter-ideograph;  box-sizing:border-box;		-webkit-box-sizing:border-box; margin:0 ; padding:0;}
*/.ind-k .ind-k-y .con- .sz-1 dd span {
	float: left;
	display: block;
	margin: 0 15px;
	width: 60px;
	padding: 0 5px;
	font-weight: 800;
	display: block;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
}
.ind-k .ind-k-y .con- .sz-1 dd a {
	float: left;
	margin: 0 15px;
	width: 60px;
	padding: 0 5px;
	display: block;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
}
/*.ind-k .ind-k-y .con- .sz-1 dd span{ float:left; display:block; margin:0 15px; width:60px; padding:0 5px; font-weight:800; display: inline-block;

    text-align: justify;
    text-align-last: justify;}
.ind-k .ind-k-y .con- .sz-1 dd a{float:left;margin:0 15px;width:60px;padding:0 5px;display: inline-block;text-align: justify;text-align-last: justify;}
*/

.ind-k .ind-k-y .con- .sz-1 dd a:hover {
	text-decoration: none;
	color: #F00;
}
/*發展*/
.edit_con_original {
	font-size: 1em;
	line-height: 2.2em;
	padding: 0 0;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}/*text-justify:inter-word; */
.edit_con_original p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.2em;
}
.edit_con_original span {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.2em;
}
.edit_con_original p span {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.2em;
}
.edit_con_original div { /*text-align:justify;*/
	text-justify: inter-ideograph;
}
.edit_con_original div p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.edit_con_original div span {
	text-align: justify;
	text-justify: inter-ideograph;
}
.timebox {
	width: 880px;
	margin: 0px auto 0 auto;
}
.event_list {
	width: 880px;
	float: right;
	background: url('base_res/dian3.png') 19px 0 repeat-y;
	margin: 10px 0 20px 0;
}
.event_list h3 {
	margin: 10px 0 10px 12px;
	font-size: 22px;
	font-family: Georgia;
	color: #0066ff;
	padding-left: 25px;
	background: url('base_res/jian.png') 0 -45px no-repeat;
	height: 38px;
	line-height: 30px;
	font-style: italic;
}
.event_list li {
	background: url('base_res/jian.png') 16px -80px no-repeat;
}
.event_list li span {
	width: 5px;
	text-align: right;
	display: block;
	float: left;
	margin-top: 10px;
}
.event_list li p {
	width: 880px;
	margin-left: 30px;
	display: inline-block;
	padding-left: 10px;
	background: url('base_res/jian.png') -21px 0 no-repeat;
	line-height: 25px;
	_float: left;
}
.event_list li p span {
	width: 555px;
	height: 162px;
	text-align: left;
	float: left;
	border-bottom: 1px solid #DDD;
	padding: 10px 0 10px 15px;
	background: #fafafa;
	margin: 0;
}
.event_list li p img {
	float: left;
}
/*新聞*/
.ind-k .ind-k-y .con-1 {
	width: 903px;
}
.ccc {
	font-size: 16px;
	line-height: 26px;
	color: #6e6e6e;
}
.ind-k .ind-k-y .con-1 li {
	font-family: "微軟雅黑";
	border-bottom: 1px solid #c0c0c0;
	margin: 15px 0;
}
.ind-k .ind-k-y .con-1 li h3 {
	font-size: 18px;
	line-height: 35px;
	color: #0a0a0a;
	font-weight: 600;
}
.ind-k .ind-k-y .con-1 li span {
	font-size: 14px;
	line-height: 35px;
	color: #003262;
	margin-right: 15px;
}
.ind-k .ind-k-y .con-1 li p {
	font-size: 14px;
	line-height: 26px;
	color: #6e6e6e;
}
.ind-k .ind-k-y .con-1 li en {
	font-size: 14px;
	line-height: 35px;
	color: #003262;
}
.ind-k .ind-k-y .con-1 li a:hover {
	text-decoration: none;
}
.ind-k .ind-k-y .con-1 li a:hover h3 {
	color: #003262;
}
.ind-k .ind-k-y .con-1 li a:hover en {
	color: #F00;
}
/*校友*/
.ind-k .ind-k-y .con-2 {
	width: 903px;
}
.ind-k .ind-k-y .con-2 .xy {
	width: 900px; /*height:313px;*/
	overflow: auto;/* border:1px solid #999;*//* padding-top:15px;*/
	padding: 10px 0 0 12px;
	min-height: 400px;
}
.ind-k .ind-k-y .con-2 .xy li {
	font-family: "微軟雅黑";
	margin: 11px 13px;
	float: left;
}
.ind-k .ind-k-y .con-2 .xy li a {
	width: 120px;
	display: block;
	height: 38px;
	background: url(base_res/xy-li.jpg) center;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	color: #333;
	font-family: "微軟雅黑";
}
.ind-k .ind-k-y .con-2 .xy li a:hover {
	width: 120px;
	height: 38px;
	text-decoration: none;
	background: url(base_res/xy-liv.jpg) center;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	font-family: "微軟雅黑";
}
.ind-k .ind-k-y .con-2 .xy li a.liv {
	width: 120px;
	height: 38px;
	background: url(base_res/xy-liv.jpg) center;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	font-family: "微軟雅黑";
}
.ind-k .ind-k-y .con-2 .xy-1 {
	width: 870px;
	border: 1px solid #999;
	display: block;
	clear: both;
	margin-top: 15px;
	padding: 15px;
}
.ind-k .ind-k-y .con-2 .xy-1 h2 {
	font-size: 16px;
	line-height: 30px;
	color: #0984e4;
	font-family: "微軟雅黑";
	float: left;
	display: block;
	clear: both;
}
.ind-k .ind-k-y .con-2 .xy-1 .yx-x {
	height: 5px;
	border-bottom: 1px solid #999;
	clear: both;
}
.ind-k .ind-k-y .con-2 .xy-1 li {
	line-height: 36px;
	font-size: 14px;
	color: #333;
	font-family: "微軟雅黑";
	clear: both;
	margin-left: 50px;
	list-style-type: square;
}
.ind-k .ind-k-y .con-2 .xy-1 .lie {
	line-height: 36px;
	font-size: 14px;
	color: #333;
	font-family: "微軟雅黑";
	clear: both;
	list-style-type: square;
}
.ind-k .ind-k-y .con-2 .xy-1 p {
	line-height: 26px;
	font-size: 14px;
	color: #333;
	font-family: "微軟雅黑";
	text-indent: 8mm;
	margin: 10px 0;
}
.ind-k .ind-k-y .con-2 .xy-1 img {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.ind-k .xy-z- {
	float: left;
	width: 255px;
}
.ind-k .xy-z- .xy-z {
	float: left;
	width: 255px;
	border: 1px solid #c0c0c0;
	margin: 15px 0;
	padding: 12px 15px;
}
.ind-k .xy-z- .xy-z h2 {
	font-size: 16px;
	line-height: 30px;
	color: #0984e4;
	font-family: "微軟雅黑";
	float: left;
	display: block;
	clear: both;
}
.ind-k .xy-z- .xy-z img {
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.ind-k .xy-z- .xy-z p {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	font-family: "微軟雅黑";
	margin: 10px 0;
}
.ind-k .yx-xk {
	width: 1170px;
	border: 1px solid #c0c0c0;
	margin: 10px 0;
	padding: 15px 15px;
	display: block;
	clear: both;
}
.ind-k .yx-xk h2 {
	font-size: 16px;
	line-height: 30px;
	color: #0984e4;
	font-family: "微軟雅黑";
	font-weight: 600;
	display: block;
	clear: both;
}
.ind-k .yx-xk h3 {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-family: "微軟雅黑";
	font-weight: 600;
	display: block;
	clear: both;
}
.ind-k .yx-xk p {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	font-family: "微軟雅黑";
	margin: 10px 0;
}
.ind-k .yx-xk .p111 {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	font-family: "微軟雅黑";
	margin: 10px 0;
}
/** footer **/
.ui-footer {
	width: 100%;
	height: 198px;/* margin-top:15px;*/
	background: url(base_res/db-bg.jpg) repeat-x;
}
.ui-footer .ui-fot {
	width: 1200px;
	margin: 0 auto;
}
.ui-footer .ui-fot .foot-y { /* padding-top:32px;*/
	width: 1200px;
}
.ui-footer .ui-fot .foot-y dl {
	display: block; /*height:150px;*/
}
.ui-footer .ui-fot .foot-y h3 {
	text-align: center;
	display: block;
	width: 536px;
	margin: 0 auto;
}
.ui-footer .ui-fot .foot-y dl dd {
	float: left;
	font-size: 14px;
	width: 170px;
	line-height: 47px;
	color: #fff;
	font-family: "微軟雅黑";
	display: block;
}
.ui-footer .ui-fot .foot-y dl dd a {
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	font-family: "微軟雅黑"; /*margin:0 22px;*/
	display: block;
}
.ui-footer .ui-fot .foot-y dl dd a:hover {
	text-decoration: none;
}
.ui-footer .ui-fot .ui-h {
	width: 1200px;
	height: 46px;
	margin-top: 8px;
}
.ui-footer .ui-fot .ui-h ul li {
	font-size: 13px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-family: "微軟雅黑";
}
.wp_listcolumn .wp_column a.selected {
	color: #fff;
	background: #003262 url(base_res/_lzy4.png) no-repeat 210px center;
}
.wp_listcolumn .wp_column a:hover {
	color: #fff;
	background: #003262 url(base_res/_lzy4.png) no-repeat 210px center;
}
.wp_listcolumn .wp_column a {
	height: 45px;
	width: auto;
	font-size: 16px;
	border: none;
	color: #003262;
	line-height: 45px;
	padding: 0 45px 0 36px;
	background: #eee url(base_res/_lzy3.png) no-repeat 210px center;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
	width: auto;
	height: 40px;
	font-family: '微軟雅黑';
	font-size: 16px;
	line-height: 40px;
	font-weight: 100;
	padding: 0 24px 0 44px;
	border-left: 5px solid #fafafa;
	background: url(base_res/_lzy5.png) no-repeat 34px center;
	border-bottom: 1px dotted #c6c6c6;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected {
	color: #003262;
	font-weight: bold;
	border-left: 5px solid #144357;
	background-color: #d6dee6;
	background-image: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover {
	color: #003262;
	font-weight: bold;
	border-left: 5px solid #144357;
	background-color: #d6dee6;
	background-image: none;
}
.wp_listcolumn .wp_column a .column-name {
	line-height: 0px;
	padding: 0px;
}
.ban img {
	width: 100%;
	height: 281px;
}
.more_btn{ position: absolute; top: 18px; right: 0;}
.more_btn a{ font-size: 14px;}
.ind-k .ind-k-y .con-1 li a,.ind-k .ind-k-y .con-1 li span{text-decoration: none !important;}