@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "arial";
	font-size: 14px;
	min-width: 1200px;
}

i,
em {
	font-style: normal;
}

input,
button {
	outline: none;
}

ul,
li,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
a {
	margin: 0;
	padding: 0;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

li a:hover {
	color: ;
}

img,
a {
	cursor: pointer;
}

img {
	border: none;
	max-width: 100%;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

ul,
li {
	list-style: none;
}

.clear {
	clear: both;
}


.container {
	width: 1110px;
	margin: 0 auto;
}

/*head*/

.head {
	width: 100%;
	background: #1f5079;
	position: relative;
	z-index: 100;
	height: 126px;
}

.top {}

/*logo*/

.logo {
	margin-top: 27px;
}

.logo a {
	display: block;
}

.jtzw {
	font-size: 12px;
	font-family: "微軟雅黑";
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	margin-right: 23px;
}

.top_right {
	margin-top: 52px;
}

.search {
	border-radius: 24px;
	height: 22px;
	padding-left: 10px;
	width: 150px;
	position: relative;
	z-index: 999;
	box-sizing: border-box;
	background: #dadada;
}

.search .text::-ms-input-placeholder {
	color: #666666;
}

.search .text::-webkit-input-placeholder {
	/*WebKit browsers*/
	color: #666666;
}

.search .text::-moz-input-placeholder {
	/*Mozilla Firefox*/
	color: #666666;
}

.search .text::-ms-input-placeholder {
	/*Internet Explorer*/
	color: #666666;
}

.search .text {
	border: none;
	height: 21px;
	width: 102px;
	line-height: 21px;
	font-size: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: none;
	color: #333;
	border-right: 1px solid #fff;
}

.search .sousuo {
	/* vertical-align: sub; */
	cursor: pointer;
	float: right;
	margin-right: 15px;
	margin-top: 4px;
}

/*menu*/

.menu {
	background: #ffffff;
	position: relative;
	z-index: 100;
}

#nav {
	display: block;
	width: 1110px;
	padding: 0px;
	margin: 0 auto;
}

#nav .mainlevel {
	float: left;
	position:  relative;
}

.mainlevel:hover,
.mainlevel .cur {
	background: #1e71c7;
}

#nav .mainlevel:hover a {
	color: #FFFFFF;
}

#nav .mainlevel a {
	color: #333;
	line-height: 54px;
	display: block;
	font-size: 16px;
	height: 54px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	padding: 0 11px;
}

#nav li.mainlevel a:hover {
	color: #FFFFFF;
}

#nav .mainlevel ul {
	display: none;
	z-index: 99;
	margin-top: 0px;
	top: 53px;
	width: 100%;
	position:  absolute;
}

#nav .mainlevel li {
	font-size: 14px;
	width: 100%;
}

#nav .mainlevel li a {
	display: block;
	height: auto;
	font-size: 14px;
	color: #FFF !important;
	background: #1e71c7;
	filter: alpha(opacity=90);
	opacity: 0.9;
	text-align: center;
	padding: 10px 8px;
	line-height: normal;
	width: 100%;
	box-sizing: border-box;
	font-weight: normal;
}

#nav .mainlevel li a:hover {
	color: #FFFFFF !important;
	background: #1f5079;
	opacity: 1;
}

/* banner */
/* 本例子css */
.focusBox {
	position: relative;
	width: 100%;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 100%;
	display: block;
}

.focusBox .txt {
	position: absolute;
	left: 0;
	top: 20%;
	z-index: 2;
	height: 310px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt ul{
	width: 875px;
	margin: 0 auto;
	background: url(../images/txt-li-bg.png);
	height: 310px;
}
.focusBox .txt li {

}

.focusBox .txt li a {
	display: block;
	color: #fff;
	padding: 16px 50px 0 85px;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
	line-height: 70px;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 70px;
	transform:translate(0,-50%);
}

.focusBox .num li {
	margin-left: -10px;
}
.focusBox .num li a{
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: url(../images/hd-li.png) no-repeat center;
	display: block;
	margin: 10px auto;
	transition: all 0.3s;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: url(../images/hd-li-on.png) no-repeat center;
	width: 17px;
	height: 17px;
	display: block !important;
}






.lm {
	font-size: 40px;
	font-family: arial;
	background: url(../images/lm-xbg.png) no-repeat center bottom;
	height: 80px;
	text-align: center;
	margin-bottom: 40px;
}

/*news*/
.news {
	margin-top: 62px;
}

.news .news-first {
	height: 326px;
}

.news .news-first a {
	height: 326px;
	display: block;
}

.news .news-first .news-first-tp {
	width: 580px;
	overflow: hidden;
}

.news .news-first .news-first-tp img {
	width: 580px;
	height: 326px;
	display: block;
	transition: 0.3s;
}

.news .news-first .news-first-tp:hover img {
	transform: scale(1.1);
}

.news .news-first .news-first-nr {
	width: 530px;
	background-color: #f3f3f1;
	padding: 35px 25px 29px 50px;
	box-sizing: border-box;
}

.news .news-first .news-first-nr .news-title {
	color: #1f5079;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	background: url(../images/news-tit-bg.jpg) no-repeat left bottom;
	display: block;
	padding-bottom: 22px;
}

.news .news-first .news-first-nr .news-zy {
	font-size: 14px;
	line-height: 24px;
	color: #797978;
	margin-top: 16px;
}

.news .news-first .news-first-nr .news-view {
	display: block;
	height: 45px;
	padding-left: 60px;
	background: url(../images/view-more.png) no-repeat left center;
	color: #1f5079;
	line-height: 45px;
	margin-top: 53px;
	transition: 0.3s;
}
.news .news-first:hover .news-view{
	background: url(../images/view-more.png) no-repeat 10px center;
}
.news-ul {
	margin-top: 55px;
}

.news-ul li {
	width: 520px;
	transition: 0.3s;
}
.news-ul li:hover{
	margin-left: -5px;
}
.news-ul li a {
	display: block;
}

.news-ul li a .news-li-tit {
	display: block;
	font-size: 18px;
	padding-bottom: 23px;
	border-bottom: 3px solid #787878;
}

.news-ul li a .news-li-zy {
	font-size: 14px;
	line-height: 24px;
	color: #7e7e7e;
	margin-top: 17px;
}

.news-ul li:hover .news-li-tit {
	color: #1f5079;
	border-bottom: 3px solid #1f5079;
}

/*中部三鍊接*/
.zbslj {
	margin-top: 55px;
}

.zbslj ul {}

.zbslj ul li {
	width: 350px;
	height: 181px;
	margin-right: 30px;
	overflow: hidden;
}

.zbslj ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 181px;
	transition: 0.3s;
}
.zbslj ul li a:hover{
	transform: scale(1.1);
}
.zbslj ul .zbslj-li1 a {
	background-color: #ebac76;
}

.zbslj ul .zbslj-li2 a {
	background-color: #234b7e;
}

.zbslj ul .zbslj-li3 a {
	background-color: #0e9cdc;
}

/* ACADEMIC ACTIVITIS */
.acad {
	height: 693px;
	background: url(../images/acad-bg.jpg) no-repeat;
	background-size: cover;
	margin-top: 60px;
	padding-top: 55px;
	box-sizing: border-box;
}

.acad ul {}

.acad ul li {
	width: 520px;
	background: url(../images/academic-li-bg.png) no-repeat left top;
	height: 196px;
	padding-top: 25px;
	box-sizing: border-box;
	margin-right: 66px;
	margin-bottom: 56px;
}

.acad ul li a {}

.acad ul li a .acad-tp {
	width: 145px;
	height: 205px;
}

.acad ul li a .acad-tp img {
	width: 145px;
	height: 205px;
}

.acad ul li a .acad-nr {
	width: 300px;
	margin-left: 30px;
	margin-top: -4px;
}

.acad ul li a .acad-nr .acad-tit {
	font-size: 20px;
	line-height: 30px;
	transition: 0.3s;
}
.acad ul li:hover .acad-nr .acad-tit{
	margin-left: -5px;
}
.acad ul li a .acad-nr .acad-kzzd {
	margin-top: 17px;
}

.acad ul li a .acad-nr span {
	display: block;
	color: #1f5079;
	padding-left: 27px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 27px;
}

.acad ul li a .acad-nr .zuozhe {
	background: url(../images/acad-zuozhe.png) no-repeat left center;
}

.acad ul li a .acad-nr .date {
	background: url(../images/acad-date.png) no-repeat left center;
}

.acad ul li a .acad-nr .dizhi {
	background: url(../images/acad-dizhi.png) no-repeat left center;
}

.acad ul li:hover .acad-tit {
	color: #1F5079;
}

.footer {
	height: 185px;
	background: #1f5079;
	padding-top: 40px;
	box-sizing: border-box;
}

.footer p {
	color: #fff;
	font-size: 15px;
	line-height: 36px;
}

.footer ul {}

.footer ul li {
	text-align: center;
	margin-left: 40px;
}

.footer ul li span {
	display: block;
	color: #Fff;
	font-size: 15px;
	margin-top: 6px;
}


.ej-banner img{
	display: block;
}
.list {
	padding-top: 51px;
	min-height: 500px;
}

.list-left {
	width: 240px;
	background: #f2f2f2;
	padding-top: 12px;
	border: 1px solid #d0d0d0;
}

.list-left>h2 {
	background: #065ac7;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	padding: 10px 5px;
	box-sizing:  border-box;
	border: 1px solid #065ac7;
}
.ej-slideBox,
.ej-head{
	height: 438px;
}
/* 側導航 */
.sideMenu {
	box-sizing: border-box;
	padding-bottom: 111px;
	position: relative;
	padding-top:  5px;
}
.sideMenu .sideMenu-xtp{
	position: absolute;
	bottom: -5px;
	left: -3px;
	background:  #fff;
	width: 255px;
}
.sideMenu h3 {
	width: 100%;
	cursor: pointer;
	margin: 0;
	box-sizing: border-box;
	transition: 0.2s;
}


.sideMenu h3>a {
	display: block;
	background: url(../images/list_16.png) no-repeat right center;
	font-size: 18px;
	font-weight: normal;
	box-sizing: border-box;
	width: 220px;
	border-bottom: 1px solid #dbd5d5;
	transition: 0.4s;
	margin:  0 auto;
	padding: 14.5px 15px 14.5px 0;
}

.sideMenu>.on,
.sideMenu h3:hover {
	color: #fff;
	border-left: none;
	box-sizing: border-box;
}

.sideMenu h3:hover a,
.sideMenu>.on a {
	color: #065ac7;
	background: url(../images/list_11.png) no-repeat right center;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.sideMenu ul {
	color: #999;
	font-size: 14px;

}

.sideMenu ul.has {
	padding: 15px 0 4px;
	width: 220px;
	box-sizing:  border-box;
	border-bottom:  1px solid #ccc;
	margin:  0 auto;
}

.sideMenu ul li {
	padding-left: 40px;
	background: url(../images/list_20.png) no-repeat 25px center;
	margin-bottom: 12px;
}

.sideMenu ul li a {
	display: block;
	color: #666666;
	font-size: 14px;
}

.sideMenu ul .on a {
	color: #065ac7;
}

.sideMenu ul .san-on {
	color: #065ac7;
}

.sideMenu ul li:hover a {
	color: #065ac7;
}

.sideMenu ul .on {
	color: #065ac7;
}/* 側導航結束 */
/* 右側開始 */
.list-right {
	min-height: 600px;
	width: 840px;
}

.list-right .titname {

border-bottom: 1px dashed #1f5079;

padding-bottom: 9px;
}

.list-right .titname h2 {
	height:22px;
	border-left: 2px solid #1f5079;
	font-size: 22px;
	font-weight: normal;
	padding-left: 7px;
	box-sizing: border-box;
	line-height: 21px;
}

 .navigation {
	font-size: 15px;
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 25px;
}

.navigation img {
	padding-right: 10px;
	width: 14px;
}
.navigation,
.navigation a {
	color: #888;
	font-size: 15px;
}
.list-con {
	margin-top: 10px;
}
.list-con ul li {
	padding-left: 20px;
	height: 55px;
	line-height: 55px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	background: url(../images/list-li.png) no-repeat left center;
}

.list-con ul li a {
	font-size: 16px;
	display: inline;
}
.list-con ul li:hover a{
	color: #1F5079;
}
.list-con ul li .date {
	float: right;
	color: #666666;
}

.list-con ul li:hover {
	margin-left: 10px;
	font-size: 16px;
	color: #0075CC;
}

.fanye {
	margin: 27px 0 0;
	text-align: center;
	font-size:  14px;
}

/* 正文頁 */
/*page-con*/
.page-con {
	margin: 0px auto;
	padding: 10px 0;
	min-height: 500px;
	height: auto;
	overflow: hidden;
}

.page-con .page-tit {
	font-size: 20px;
	color: #444;
	text-align: center;
	line-height: 150%;
	padding-top: 9px;
	font-weight: bold;
}

.page-con .fbt {
	font-size: 16px;
	color: #444444;
	text-align: center;
	line-height: 150%;
	padding: 14px 0 10px;
	font-weight: normal;
}

.page-con .page-date {
	font-size: 15px;
	color: #777777;
	text-align: center;
	line-height: 150%;
	padding: 16px 0 15px;
	border-bottom: 1px dashed #d9d9d9;
}

.page-con .zhengwen {
	padding: 30px 0;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
}

.page-con .zhengwen p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
	padding: 0 0 14px 0;
}

.page-con .zhengwen img,
.page-con .zhengwen p img {
	max-width: 600px;

}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
	text-indent: 0;
}

/*上一條、下一條*/

.other-title {
	padding: 30px 0 0px;
	border-top: 1px dashed #2076e0;
	margin-bottom: 40px;
}

.other-title a {
	color: #555555;
	font-size: 16px;
	display: block;
	line-height: 30px;
}

.other-title a:hover {
	color: #2076e0;
}

.article-con {
	padding: 20px 0;
}

.article-con h1 {
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con h2 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.article-con .article-date {
	font-size: 12px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
	text-indent: 2em;
	padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
	margin-left: -2em;
	max-width: 92%;
}

.article-con .updown ul {
	padding: 10px;
}

.article-con .updown ul li {
	font-size: 15px;
	line-height: 34px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-con .updown ul li a:hover {
	color: #0075cc;
}

.article-con .updown ul li:hover {
	margin-left: 10px;
	font-size: 16px;
}

/* 正文表格P不縮進 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
	text-indent: 0;
	padding: 0;
}




















.mr0 {
	margin-right: 0 !important;
}