@charset "UTF-8";

body {
	width: 100%;height: auto;
	background: url(../img/material.png) repeat fixed;
}

a ,.header-box .menu .sub-ul li,.enroll-box .item h2,
.news-box .cont .item h2,.box {
	transition: all .4s;
}


/*
背景#f4f4f4
標題#2F3238  標記#f78536
內文#9999AA
誆線#dcdcdc
*/




.boxInner {
	width: 100%; max-width: 1100px;
	height: auto; min-height:100%;
	margin: 0 auto; padding:0;
}




.bg-white	{ background-color: #fff; }
.bg-llight 	{ background-color: #fcfcfc; }
.bg-light 	{ background-color: #f4f4f4; }
.bg-dark 	{ background-color: #2F3238; }

.p00		{ padding: 0; }
.p30		{ padding:30px; }
.ptb15		{ padding:15px 0; }
.ptb30		{ padding:30px 0; }


.plr15		{ padding:0 15px; }
.pl15		{ padding-left: 15px; }
.pr15		{ padding-right: 15px; }
.pt15 		{ padding-top: 15px;}

.ptb4em		{ padding:4em 0; }




input[type="text"],input[type="search"],input[type="password"]
{
	width: 100%;height: 35px;
	margin: 6px 0;
	padding: .1em 1em;
	outline: none;
	font-size: .9em;
	border:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border:1px solid #ccc;
 }

select {
	width: 100%; height: 35px;

	padding: .1em 1em;
	font-size: .9em;
	outline: none;
	border:1px solid #ccc;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
 }


.selectBox {
	position: relative;
	z-index: 1;
	width: 100%; height: 35px;

	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
}

.selectBox:after {
	position: absolute;
	top:4px;right: 6px;
	z-index: 0;

	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: '\f107';

}

textarea {
	padding: 1em;
	outline: none;
	border: 1px solid #ccc;
	font-size: .9em;
 }


select:hover, select:focus,
input[type="text"]:hover,input[type="text"]:focus,
input[type="search"]:hover,input[type="search"]:focus,
textarea:focus,textarea:hover {
	border:1px solid #ab2036;
 }

a.sr-only {
    /**padding: .5rem;*/
    background: red;
    color: #fff;
    position: absolute;
    top: -2.5rem;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100
}

a.sr-only:focus {
    position: absolute;
    left: 0;
    top: 0;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    border: red solid .4rem;
    background: red;
    color: #fff;
    font-weight: 700
}


/*-------------------------------------header------------------------------------------*/

.header-box h1 {
	width: 0;height: 0;
	text-indent: -9999px;
}


.header-box {
	position: relative;
	width: 100%; height: 116px;
	margin:0 0 16px 0;
	background: rgba(255,255,255,0.8);
}

.header-box:before {
	position: absolute;
	top:0; left:0;
	content:'';
	width: 100%; height: 6px;
	background: #ab2036;
}

.header-box .boxInner {
	position: relative;
	padding:0;
}

.header-box .logo {
	display: block;
	/*width: 274px; height: 62px;*/
	width:330px;height:72px;
	padding-top: 6px;
}

.header-box .logo img {
	width: 100%; height: auto;
}

.header-box .top-nav {
	position: absolute;
	width: 628px; 
	height: 24px;
	top:0; right:0;
	background:#ab2036;
}

.index .header-box .top-nav {
	width: 558px; 
}

.index .header-box .top-nav.eng-top-nav {
	width: 350px;
}

.header-box .top-nav.eng-top-nav {
	width: 390px;
}

.header-box .top-nav ul {
	text-align: center;
}

.header-box .top-nav li {
	display: inline-block;
	width: calc((90% - 10px) / 8);
}


.index .header-box .top-nav li {
	width: calc((90% - 10px) / 7); 
}

.header-box .top-nav.eng-top-nav li {
	width: calc((90% - 10px) / 4); 
}

.index .header-box .top-nav.eng-top-nav li {
	width: calc((90% - 10px) / 3); 
}

.header-box .top-nav li > a {
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: .78rem;
	font-weight: 700;
	color:#fff;
}

.header-box .top-nav.eng-top-nav li.acc,
.header-box .top-nav li.acc {
	width: auto;
}

.header-box .top-nav.eng-top-nav li.search,
.header-box .top-nav li.search {
	position: relative;
	width: auto;
}

.header-box .top-nav li.search .top-google-search {
	position: absolute;
	right: 0;
	width: 250px;
	text-align: left;
	z-index: 100000;
}

.header-box .top-nav li.search .top-google-search.hide {
	display: none;
}

.header-box .menu {
	width: 100%; height: 24px;
	margin: 0 auto;
}

.header-box .menu .menu-line {
	position: absolute;
	left:0;bottom:0;
	width: 0; height: 2px;
	background: #ab2036;
}

.header-box .menu .main-ul > li {
	position: relative;
	float: left;
	width: calc(99%/7); height: 54px;
	text-align: center;
	cursor: pointer;
}

.header-box .menu .main-ul > li:before {
	position: absolute;
	left:0; top:22px;
	content:'';
	width: 2px; height: 10px;
	background:#333;
}

.header-box .menu .main-ul > li:last-child:after {
	position: absolute;
	right:0; top:22px;
	content:'';
	width: 2px; height: 10px;
	background:#333;
}


.header-box .menu .main-ul > li > a {
	width: 100%; height: 54px;
	line-height: 54px;
	font-weight: bold;
	color:#333;
}

.header-box .menu .main-ul > li:last-child > a {	
	color:#ab2036;
}

.header-box .menu .main-ul > li > a.international-exchange {
	font-size: 14px;
}

.header-box .menu .sub-ul {
	display: none;
	position:absolute; z-index: 9999;
	width: 100%;
	padding:10px 0 ;
	background: rgba(255,255,255,.9);
	/*box-shadow: -1px 0 4px rgba(0,0,0,0.18);*/
	box-shadow: 0 0 4px rgba(0,0,0,0.18);
}

.header-box .menu .sub-ul.eng-admin-menu {
	width: 200%;
}
.header-box .menu .sub-ul.eng-college-menu {
	width: 140%;
}

.header-box .menu .sub-ul li {
	position: relative;
	width: 100%; height: 30px;
	line-height: 30px;
	cursor: pointer;
}


.header-box .menu .sub-ul .sub-ul-ul {
	display: none;
	position: absolute; z-index: 9999;
	left:100%; top:0;
	/* 寬度調整100->125 */
	width: 125%; height: auto;
	padding:10px 0;
	background: rgba(255,255,255,.9);
	/*box-shadow: -1px 0 2px rgba(0,0,0,0.18);*/
	box-shadow: 0 0 2px rgba(0,0,0,0.18);
}

.header-box .menu .sub-ul .sub-ul-ul li {
	width: 100%; height: 30px;
	cursor: pointer;
}

.header-box .menu .sub-ul li:hover,
.header-box .menu .sub-ul .sub-ul-ul li:hover {
	background: #dedede;
}

.header-box .menu .sub-ul li:hover > a,
.header-box .menu .sub-ul .sub-ul-ul li:hover a {
	color:#333;
}

.ham-btn {
	display: none;
}






@media screen and (max-width: 1024px){


.header-box {
	height: auto;
	min-height: 60px;
}

.header-box:before {
	background: none;
}

.header-box .logo {
	width: 240px;height: auto;
	padding: 4px 20px 4px 20px;
}

.header-box .top-nav,
.index .header-box .top-nav,
.header-box .top-nav.eng-top-nav,
.index .header-box .top-nav.eng-top-nav {
	display: none;
	position: relative;
	width: 100%;height: auto;
	top:0;
}

.header-box .top-nav ul {
	width: 100%;
}

.header-box .top-nav li,
.index .header-box .top-nav li,
.header-box .top-nav.eng-top-nav li,
.index .header-box .top-nav.eng-top-nav li {
	float: left;
	width: calc(100%/3);
	border-bottom: 1px solid #820820;
	border-right: 1px solid #820820;
}
.header-box .top-nav li.acc {
	display: none;
}

.header-box .top-nav li.search,
.header-box .top-nav.eng-top-nav li.search {
	float: none;
	width: 100%;
}

.header-box .top-nav li.search > a {
	width: 24px;
	line-height: 35px;
	display: block;
	float: left;
}

.header-box .top-nav li.search .top-google-search,
.header-box .top-nav li.search .top-google-search.hide {
	position: relative;
	float: left;
	display:block;
	width: calc(99% - 24px);
	background: none;
	box-shadow: inherit;
}

.header-box .top-nav li.search .top-google-search .gsc-control-cse {
	background: none;
	border: none;
	padding: 4px 0 0;
}

.header-box .menu {
	display: none;
	position: relative;
	top:0;left:0;
	float: none;
	width: 100%;height: auto;
	background: #ab2036;
	/*opacity: 0;*/
}

.header-box .menu.show {
	display: block;
}

.header-box .menu .main-ul {
	height: auto;
}

.header-box .menu .main-ul > li {
	position: relative;
	float: none;
	width: 100%; height: auto;
	text-align: left;
	border-bottom:1px solid #820820;
	cursor: pointer;
}

.header-box .menu .main-ul > li:before {
	content:'';
	font-family: FontAwesome;
	background: none;
}

.header-box .menu .main-ul > li > a{
	display: block;
	width: 100%; height: 44px;
	padding:0 10px;
	line-height: 44px;
	color:#fff;
}

.header-box .menu .main-ul > li:last-child > a {	
	color:#fff;
}

.header-box .menu .main-ul > li > a.international-exchange {
	font-size: inherit;
}
	
.header-box .menu .main-ul > li.v > a:after {
	content:'\f107';
	font-family: FontAwesome;
	font-weight: bold;
	padding:0 0 0 5px;

}

.header-box .menu .main-ul > li:last-child:after {
	background: none;
}

.header-box .menu .sub-ul {
	/*display: block;*/
	position: relative;
	padding:0 0 20px 0;
	background: #ab2036;
	box-shadow: none;
}

.header-box .menu .sub-ul li {
	height: auto;
}

.header-box .menu .sub-ul a {
	display: block;
	width: 100%;height: 38px;
	padding:0 20px;
	line-height: 38px;
	color:#fff;
}

.header-box .menu .sub-ul > li.v > a:after {
	content:'\f107';
	font-family: FontAwesome;
	padding:0 0 0 5px;

}

.header-box .menu .sub-ul li:hover,
.header-box .menu .sub-ul .sub-ul-ul li:hover {
	background: #ab2036;
}

.header-box .menu .sub-ul li:hover > a,
.header-box .menu .sub-ul .sub-ul-ul li:hover a {
	color:#fff;
}

.header-box .menu .sub-ul .sub-ul-ul {
	display: none;
	position: relative;
	left:0;
	width: 100%; height: auto;
	padding:0 0 10px 0;
	background: #ab2036;
	box-shadow: none;
}

.header-box .menu .sub-ul .sub-ul-ul li {
	width: 100%; height: auto;
}

.header-box .menu .sub-ul .sub-ul-ul li a {
	display: block;
	width: 100%; 
	/*height: 20px;
	line-height: 20px;*/
	padding:0 30px;
	/*font-size: .88rem;*/
}

.header-box .menu .sub-ul .sub-ul-ul li:first-child {
	/*display: none;*/
}


.ham-box {
	position: absolute;
	top:0;right:0;
	width: 60px;height: 60px;
	background: #ab2036;
	cursor: pointer;
}

.ham-btn {
	display: block;
	position: absolute;
	width: 20px;height: 24px;
	top: 30px;
	right:10px;

	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);

}

.ham-btn .bars {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.ham-btn .bars span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
}




.ham-btn .bars span:first-child {
  margin-top: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ham-btn .bars span:nth-child(3) {
  width: 65%;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ham-btn .bars .other-bar {
  width: 1px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 15px;
  margin-left: -5px;
  -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10;
}
.ham-btn.is-menu-open .bars {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ham-btn.is-menu-open .bars span {
	background-color: #fff;
}
.ham-btn.is-menu-open .bars span:first-child {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.ham-btn.is-menu-open .bars span:nth-child(3) {
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.ham-btn.is-menu-open .bars .other-bar {
  height: 20px;
/*  -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;*/
}

}








/*------------------------------------- 主架構 ------------------------------------------*/

article section {
	width: 100%; height: auto;
	margin: 0 0 16px 0;
}

.box {
	background: #fff;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.box:hover {
	/*box-shadow: -2px 0 7px rgba(0,0,0,0.45);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.45);
}

.page-banner,
.page-banner img {
	width: 100%;height: auto;
}

.j-pagintaor {
	width: 100%; height: auto;
	text-align: center;
}

.j-pagintaor li {
	display: inline-block;
	width: 50px;height: 30px;
	margin:0 0 0 -1px;

}



.j-pagintaor li a {
	display: block;
	width: 100%; height: 30px;
	line-height: 30px;
	color:#333;
	border: 1px solid #ccc;
	background: #fff;
}

.j-pagintaor li.active a {
	font-weight: bold;
	color:#fff;
	background: #ab2036;
	border:1px solid #ab2036;
}

/*------------------------------------- 導盲磚 ------------------------------------------*/

.acc.mid,
.acc.btm {
	display: block;
	width: 100%;height: 16px;
	line-height: 16px;
	color:#ccc;
}

.acc.mid {
	margin:-16px 0 0 0 ;
}

.acc.btm {
	color:#fff;
}
/*--------------------------- .owlCarousel --------------------------------*/

.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav [class*=owl-]:hover  {
	background: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev i,
.owl-carousel .owl-controls .owl-nav .owl-next i {
	color:#ab2036;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
	color:#ab2036;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;height: 8px;
	border:2px solid  #ab2036;
	background: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
	width: 8px;height: 8px;
	border:2px solid  #ab2036;
	background: #ab2036;
}



/*--------------------------- .owlCarousel.theme-imgslide --------------------------------*/

.owl-box {
	float: left;
	/*width: calc(100% - 368px);height: 486px;*/
	width: calc(100% - 368px);height: 450px;
	margin:0 16px 0 0 ;
	background: #fff;
	overflow: hidden;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.owl-cover {
	position: relative;
	/*width: calc(100% - 12px);height: 412px;*/
	width: calc(100% - 12px);height: 387px;
	margin:6px auto;
	background: #333;
}

.theme-imgslide .img-cover {
	/*width: 100%; height: 412px;*/
	width: 100%; height: 387px;
	overflow: hidden;
}


.owl-theme.theme-imgslide .owl-nav [class*=owl-] {
	padding:20px 7px;
}

.owl-theme.theme-imgslide .owl-nav {
	position: absolute;
	right:0px; bottom:0px;
	width: 100px;height: 67px;
	margin: 0;
	background: #fff;
}

.owl-theme.theme-imgslide .item .title {
	width: 85%;height: 67px;
	padding:0 0 0 30px;
}

.owl-theme.theme-imgslide .item .title h2 {
	color:#333;
	line-height: 67px;
	font-size: 1.12rem;
	font-weight: bold;
	overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.owl-theme.theme-imgslide .item .title:before {
	content:'\f2de';
	font-family: FontAwesome;
	font-weight: bold;
	position: absolute;
	left:5px;bottom:28px;
	width: 14px; height:14px;
	color:#ab2036;
	/*background: url(../img/icon2.png) no-repeat left top;
	background-size: 100%;*/
}

/*--------------------------- .recruitment-box --------------------------------*/

.recruitment-box {
	/*line-height: 2.235;
	font-size: 1.4rem;*/
	line-height: 2.6;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.2rem;
	font-weight: bold;
}

.recruitment-box a {
	width: 49%;
	display: inline-block;
	color:#ab2036;
}

@media screen and (max-width: 1024px){
	.recruitment-box{
		letter-spacing: normal;
	}
}
/*
@media screen and (max-width: 768px){
	.recruitment-box {
		font-size: 1.2rem;
	}
}
*/
@media screen and (max-width: 640px){
	.recruitment-box {
		font-size: 1rem;
	}
}

@media screen and (max-width: 500px){
	.recruitment-box {
		line-height: 1.8;
	}
	
	.recruitment-box a {
		width: 100%;
		display: block;
	}
}

/*--------------------------- .enroll-box --------------------------------*/

.enroll-box {
	float: left;
	/*width: 352px; height: 486px;*/
	width: 352px; height:450px;
	/*padding:10px 25px;*/
	background: #fff;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.enroll-box .title {
	position: relative;
	width: 100%; height: 44px;
	/*border-bottom:2px solid #ccc;*/
	background-color:#ab2036;
	padding:0 25px;
}

.enroll-box .title h2 {
	padding:1.5px 0 0 0 ;
	line-height: 40px;
	/*color:#ab2036;*/
	color:#fff;
	font-size: .88rem;
	font-weight: bold;
}

.enroll-box .title a {
	position: absolute;
	/*right:0;top:0;*/
	right:25px;top:0;
	color:#fff;
	width: 36px;height: 44px;
	line-height: 44px;
	font-size: .88rem;
}

.enroll-box .title h2 a {
	position: relative;
	right: auto;
	padding-left: 5px;
	
}

.enroll-box .cont {
   padding:0 25px;
}

.enroll-box .item {
	display: block;
	/*width: 100%; height: 82px;*/
	width: 100%; height:63px;
	padding:12px 0 ;
	border-bottom: 1px dotted #ccc;
}

.enroll-box .item h2 {
	display: -webkit-box;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 1rem;
	color:#333;
	line-height: 1.3rem;
}

.enroll-box .item h2.priority{
	text-shadow: 0px 0px 2px #e09a5b, 0px 0px 2px #e09a5b, 0px 0px 2px #e09a5b, 0px 0px 2px #e09a5b;
}

.enroll-box .item .date {
	position: relative;
	margin: 0 0 4px 0;
	color:#ab2036;
	font-size: .75rem;
	font-weight: bold;
}

.enroll-box .item .date.theme-new:after,
.enroll-box .item .date.theme-hot:after {
	content:'NEW';
	font-size: .63rem;
	text-align: center;
	line-height: 16px;
	/*position: absolute;
	left:80px; top:-1px;*/
	position: relative;
	left:0; top:-1px;
	width: 38px; height: 16px;
	background: #eeba65;
}

.enroll-box .item .date.theme-hot:after {
	content:'HOT';
}

.enroll-box .item:hover {
	border-bottom: 1px solid #333;
}

.enroll-box .item:hover h2 {
	color:#000;
}


/*--------------------------- .focusnews-box --------------------------------*/

.focusnews-box {
	position: relative;
	float: left;
	width: calc(100% - 368px);height: 58px;
	margin:0 16px 0 0 ;
	padding:0 20px 0 20px;
	background: #fff;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.focusnews-box:after {
	content:'';
	position: absolute;
	left:0;top:0;
	width: 4px; height: 58px;
	background: #eeba65;
}
.focusnews-box .title {
   float:left;
   padding-top:16px;
   color:#0066cc;
}
.focusnews-box a {
	display: block;
	width: 100%; height: 58px;
}

.focusnews-box a .date {
	float: left;
	width: 120px;height: 58px;
	text-align: center;
	line-height: 56px;
	color:#ab2036;
	font-weight: bold;
}

.focusnews-box a .date i {
	margin:0 10px 0 0 ;
	color:#eeba65;
}

.focusnews-box a h2 {
	display: block;
	float: left;
	width: calc(100% - 225px); height: 58px;
	line-height: 56px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#333;
	font-size: 1rem;
}


/*--------------------------- .webnews-box --------------------------------*/

.webnews-box {
	position: relative;
	float: left;
	width: 352px; height: 58px;
	background: #fff;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.webnews-box:after {
	content:'';
	position: absolute;
	left:0;top:0;
	width: 4px; height: 58px;
	background: #eeba65;
}

.webnews-box a {
	display: block;
	width: 100%;height: 58px;
	padding:0 25px;
}

.webnews-box a h2 {
	float: left;
	width: 100px; height: 58px;
	margin:0 0 0 40px;
	line-height: 58px;
	font-size: 1rem;
	color:#333;
}

.webnews-box a h2:before {
	position: absolute;
	left:30px; bottom:0;top:0;
	content:'';
	width: 20px; height:20px;
	margin:auto;
	background: url(../img/icon3.png) no-repeat left top;
	background-size: 100%;
}

.webnews-box a > div {
	float: left;
	width: calc(100% - 140px); height: 58px;
}

.webnews-box a div div {
	display: inline-block;
	line-height: 58px;
	color:#333;
}

.webnews-box .aqi-info {
	padding: 16px 0 0 20px;
	height: 58px;
	font-size:0.88rem;
}

.webnews-box .aqi-info a {
	display: inline;
	padding: 0;
	width: auto;
	color:#0066cc;
	font-size:0.95rem;
}
.webnews-box .aqi-info > div {
	float: left;
}
.webnews-box .aqi-info .aqi {
	/*width: calc(((100% - 20px) / 2) + 40px);*/
	width: 196px;
}

.webnews-box .aqi-info img{
	vertical-align: top;
	margin-top: 5px;
	width: auto;
	display: inline-block;
}

.webnews-box .aqi-info .data {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.webnews-box .aqi-info .pm25 {
	float: left;
	padding-top: 1px;
}
.webnews-box .aqi-info .pm25 .data {
	text-align: left;
}
.webnews-box .aqi-info .pm25 .unit {
	font-size: 0.7rem;
	width: auto;
}


.webnews-box .lib-info {
	padding: 16px 0 0 20px;
	height: 58px;
	font-size:0.88rem;
}

.webnews-box .lib-info a {
	padding: 0 15px 0 0;
	width: auto;
	color:#0066cc;
	font-size:0.95rem;
}

.webnews-box .lib-info img{
	vertical-align: top;
	width: 330px; 
	height:30px;
	/*margin-top: 5px;
	
	display: inline-block;*/
}

/*--------------------------- .owlCarousel.owlfocus-box --------------------------------*/

.owlfocus-box {
	position: relative;
	width: 100%; /*height: 272px;*/
	height: 317px;
	overflow: hidden;
}

.owlfocus-box.reward-box {
	background-color: #fcebeb;
}

.owlfocus-box.highlight-box {
	height: calc(317px - 1.2rem);
	background-color: #f7e5dc;
}

.owlfocus-box > .title {
   /*position: absolute;
   background-color: #ab2036;*/
   /*opacity: 0.8;*/
   font-size: 0.88rem;
   font-weight: bold;
  /* z-index: 999;
   width:119px;*/height:45px;
   padding-left:20px;
   line-height:43px;
   /*border-radius: 0 0 18px 0;*/
}

.owlfocus-box > .title span,
.owlfocus-box > .title .more,
.owlfocus-box > .title .more a {
   /*color: #fff;*/
   color:#ab2036;
}

.owlfocus-box .item {
	float: left;
	width: 100%; height: auto;
	margin:0 16px 0 0 ;
	background: #fff;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.owlfocus-box .item.box:hover {
	/*box-shadow: -2px 0 8px rgba(0,0,0,0.45);*/
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
}


.owlfocus-box .item img {
	width: 100%; height: auto;
}

.owlfocus-box .item .title {
	width: 100%; height: 100px;
	/*padding:20px 15px;*/
	padding: 10px 15px;
	background-color: #ffdede;
}

.owlfocus-box.highlight-box .item .title {
	height: calc(100px - 1.2rem);
	background-color: #f5c4ac;
}

.owlfocus-box .item .title .date {
	color:#ab2036;
	line-height: 1.2rem;
	font-size: .75rem;
	font-weight: bold;
}

.owlfocus-box .item .title h2 {
	display: -webkit-box;
	width: 100%;height: auto;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3rem;
	font-size: 1rem;
	color:#333;
}

.owlfocus-box .owl-controls {
	display: none;
}

.theme-focusbox-nav {
	position: absolute;z-index: 10;
	top:0;bottom:0;
	width: 28px; height: 30px;
	margin:auto;
	text-align: center;
	line-height: 30px;
	color:#ab2036;
	background: rgba(255,255,255,.6);
}

.theme-focusbox-nav:hover {
	background: rgba(255,255,255,1);
}

.theme-focusbox-prev {
	left:-28px;
}

.theme-focusbox-next {
	right:-28px;
}


/*--------------------------- .news-box --------------------------------*/

.news-box {
	float: left;
	width: 542px; height: 356px;
	margin:0 16px 0 0 ;
	background: #fff;
	overflow: hidden;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.news-box.theme-parents {
	height: 445px;
}

.news-box.theme-mid:last-child {
	margin: 0;
}

.news-box.theme-student,
.news-box.theme-teacher,
.news-box.theme-parents {
	float: right;
	width: calc(100% - 368px);
}

.news-box .title {
	position: relative;
	width: 100%; height: 44px;
	padding:0 20px;
	background: #ab2036;
}

.news-box .title.theme-2 {
	background: #ebecec;
}

.news-box .title a h2,
.news-box.eng-text-box .title h2 {
	line-height: 44px;
	font-size: .88rem;
	font-weight: bold;
	color:#fff;
}

.news-box .title.theme-2 a h2 {
	color:#333;
}

.news-box .title .btnbox {
	position: absolute;
	top:0;bottom:0;right:0;
	width: 230px;height: 30px;
	margin:auto;
}

.news-box.theme-student .title .btnbox {
	width: 580px;
	left:-130px;
}

.news-box.theme-student .title .moreRightBlock {
   position: absolute;
   right: 10px;
   top: 10px;
   color:#fff;
}



.news-box.theme-teacher .title .btnbox {
	width: 140px;
}


.news-box.theme-parents .title .btnbox {
	width: 580px;
	left:-130px;
}

.news-box.theme-parents .title .moreRightBlock {
   position: absolute;
   right: 10px;
   top: 10px;
   color:#fff;
}

.news-box.theme-mid .title .btnbox.theme-3 {
	width: 200px;
	left:-320px;
}

.news-box.theme-mid .title .moreRightBlock {
   position: absolute;
   right: 10px;
   top: 10px;
   color:#fff;
}

.news-box .title .btnbox li {
	float: left;
	margin:0 18px 0 0 ;
}

.news-box .title .btnbox a {
	margin:0 7px;
	text-align: center;
	font-size: .88rem;
	line-height: 30px;
	color:#fff;
	cursor: pointer;
}

.news-box.theme-mid .btnbox.theme-2 li.active a,
.news-box.theme-mid .btnbox.theme-3 li.active a {
	font-weight: bold;
	/*color:#000;*/
}

.news-box .title.theme-2 .btnbox a {
	color:#333;
}

a.jp-current{
	font-weight: bold;
}

.news-box .cont {
	width: 100%;height: auto;
	padding: 9px 16px 9px 16px;
}

.news-box .cont .item {
	display: block;
	overflow: hidden;
	width: 100%; height: 59px;
	padding: 9px 0;
	border-bottom: 1px dotted #ccc;
}

.news-box .cont .item .date {
	position: relative;
	margin: 0 0 4px 0;
	color: #ab2036;
	font-size: .75rem;
	font-weight: bold;
}

.news-box .cont .item .date span {
	display: inline-block;
	margin:0 0 0 .5rem;
	padding:0 .5rem;
	font-weight: bold;
	color:#333;
	background: #ffb400
}

.news-box .cont .item h2 {
	/*display: -webkit-box;*/
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 1rem;
	color: #333;
	line-height: 1.6rem;
	/*yida*/
	white-space:nowrap;
}

.news-box .cont .item:hover {
	border-bottom: 1px solid #333;
}

.news-box .cont .item:hover h2 {
	color:#000;
}

.news-box .more {
	display: block;
	width: 100%; height: 19px;
	padding:0 0 4px 0 ;
	line-height: 19px;
	text-align: center;
	font-size: .8rem;
	font-weight: bold;
}

#hust_news_block i.fa-plus{
   display:none;
}
/*<a class="more" href="#">more</a>*/

/*--------------------------- .owlCarousel.video-box --------------------------------*/

.video-box {
	float: left;
	width: 542px; height: 356px;
	background: #fff;
	overflow: hidden;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.video-box .owl-item {
	visibility: hidden;
}

.video-box .owl-item.active {
	visibility: visible;
}

.video-cover {
	position: relative;
	width: calc(100% - 12px);
	/*height: 306px;*/
	margin: 6px auto 0;
	/* background: #333; */
}

.video-cover .theme-videoslide {
	display: -ms-grid;
	display: grid;
	/* -ms-grid-rows: 1fr 34px; */
}

.video-cover .theme-videoslide .owl-controls {
	position: absolute;
	bottom: 7px;
	right: 0;
}

.video-cover .theme-videoslide .owl-dots {
	position: absolute;
	bottom: 7px;
	right: 0;
}

.video-box .owl-item .item {
	display: -ms-grid;
	display: grid;
}

.video-box .owl-item .item .ytb-overlay {
	z-index: 2;
}

.video-box .owl-item .item .ytb-title {
	-ms-grid-row: 2;
	grid-row: 2 / 3;
}

.video-box .owl-item .item .ytb-overlay,
.video-box .owl-item .item .ytb {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.ytb-overlay .playbtn {
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	width: 90px;height: 90px;
	margin:auto;
	border-radius: 50%;
	border:3px solid #fff;
	background: rgba(0,0,0,.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
}

.ytb-overlay .playbtn:after {
	content: "";
	position: absolute;
	right: 0;left: 4px;top: 50%;
	width: 0;height: 0;
	margin: -15px auto 0;
	border: solid transparent;
	border-left-color: #fff;
	border-width: 15px 0 15px 20px;
}

.ytb-overlay:hover .playbtn{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background: #b31b1b
}

.video-box .owl-item .item .ytb-title h2{
	font-size: .88rem;
	font-weight: bold;
	color:#333;
	line-height: 44px;
}

/*------------------------- pis_sis 登入畫面的視訊 -------------------------*/
.video-box.teacher{
	float: right;
	width: 195px; 
	height: 122px;
	padding: 0px;
}

.video-box.teacher .video-cover {
	position: relative;
	width: calc(100% - 12px);
	/*height: 306px;*/
	/*margin: 0px 12px;*/
	/* background: #333; */
}

.video-box.teacher .video-cover .theme-videoslide .owl-controls {
	position: absolute;
	bottom: -7px;
	right: 0;
}

.video-box.teacher .owl-item .item .ytb-title {
	-ms-grid-row: 2;
	grid-row: 2 / 3;
	height: 14px;
}

.video-box.teacher .owl-item .item .ytb-title h2{
	font-size: .7rem;
	font-weight: bold;
	color:#333;
	line-height: 4px;
	padding-left:5px;
}

.video-box.teacher video{
	height: 100px;
	padding-left: 1px;
}

/*--------------------------- .login-box --------------------------------*/

.login-box {
	position: relative;
	float: right;
	width: 352px; height: 356px;
	padding:6px;
}

.login-box.theme-parents {
	height: 445px;
	padding:0;
}

.login-box .title {
	position: relative;
	width: 100%; height: 120px;
}

.login-box.theme-parents .title {
	height: 44px;
}


.login-box .title .title-box {
	position: absolute;
	left:0; top:0;
	width: 138px; height: 120px;
	background: #333;
}

.login-box.theme-parents .title .title-box {
	width: 100%; height: 44px;
	padding:0 20px;
}

.login-box .title .title-box h2 {
	text-align: center;
	line-height: 120px;
	font-size: 1rem;
	font-weight: bold;
	color:#fff;
}

.login-box.theme-parents .title .title-box h2 {
	line-height: 44px;
	text-align: left;
}

.login-box .title img {
	float: right;
}

.login-box form input {
	width: 92%; height: 38px;
	margin:6px 0 0 0;
}

.login-box form label {
	width: 6%;
	color: #9e2036;
	display: inline-block;
	padding-top: 10px;
	float: left;
}

.login-box form input[type="submit"] {
	width: 100%;
	border:0;
	font-weight: bold;
	color:#fff;
	background: #9e2036;
}

.login-box.theme-parents form {
	padding:10px 6px 2px 6px;
}

.login-box .cont {
	margin:1rem 0 ;
	color: #999;
}

.login-box .cont div {
	text-align: left;
	font-size: 0.8rem;	
}

.login-box.theme-parents .cont {
	margin:.5rem 0;
	padding: 0 6px;
}

.login-box.theme-parents .cont li {
	font-size: .9rem;
	text-align: center;
	font-weight: bold;
	color:#999;
}

.login-box .cant {
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.6rem;
	color: #999;
}

.login-box .cant div {
	text-align: left;
	font-size: 0.8rem;
}


.login-box .cant a {
	position: relative;
	font-weight:600;
	/*display: inline-block;*/
	margin:2rem .5rem;
}

.login-box .cant a:last-child:before {
	position: absolute;
	left:-11px;top:6px;
	content:'';
	width: 2px; height: 10px;
	background: #ccc;
}

.login-box.theme-parents .cont a {
	display: block;
	width: 100%; height: 30px;
	margin: 0 0 .5rem 0;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

/*--------------------------- .link-box --------------------------------*/

.link-section {
	margin:0;
}

.link-box1 {
	float: left;
	width: 542px; height: 230px;
	margin: 0 16px 0 0;
	padding:12px;
	border:6px solid #ebecec;
}

.link-box1:last-child {
	margin: 0;
}

.link-box1 .title {
	margin:0 0 .2rem 0;
}

.link-box1 .title i {
	font-weight: bold;
}

.link-box1 .title h2 {
	font-size: 1.12rem;
	font-weight: bold;
}

.link-box1 .cont-box .item,
.link-box2 .cont-box .item {
	float: left;
	width: 50%; height: 150px;
	overflow: hidden;
	padding:.5rem;
}

.link-box1.theme-4 {
	width: 263px; height: 220px;
}

.link-box1.theme-4 .item {
	height: 160px;
}

.link-box1.theme-4 .cont-box .item {
	width: 100%;
}

.link-box2 .cont-box .item {
	height: 160px;
	margin:.2rem 0 0 0 ;
}

.link-box1 .cont-box .item a,
.link-box2 .cont-box .item a {
	display: block;
	width: 100%; 
	min-height: 30px;
	color:#555;
}

.link-box1 .cont-box .item a:hover,
.link-box2 .cont-box .item a:hover {
	color:#ffb400;
}

.link-box1 .cont-box .item i,
.link-box2 .cont-box .item i {
	padding:0 .2rem 0 0;
	color:#ffb400;
}

.link-box1 .cont-box .item .moreRightBlock,
.link-box2 .cont-box .item .moreRightBlock {
	text-align: right;
}

.link-box2 {
	float: left;
	width: 356px; height: 294px;
	margin:0 16px 0 0 ;
	padding:6px;
}

.link-box2:nth-child(3n+3) {
	margin: 0 0 16px 0;
}



.link-box2 .title {
	position: relative;
	width: 100%; height: 120px;
	overflow: hidden;
}

.link-box2 .title .title-box {
	position: absolute;
	left:0;top:0;
	width: 138px; height: 120px;
	background: #ebecec;
}

.link-box2 .title .title-box h2 {
	widows: 100%; height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 1.12rem;
	font-weight: bold;
}

.link-box2 .title .title-box h2 i {
	margin:0 .5rem 0 0 ;
}

.link-box2 .title img {
	float: right;
}

.link-box2 .cont-box {
	position: relative;
	width: 100%; height: auto;
}

.link-box3 {
	float: left;
	/*width: calc(1036px/5); height: 206px; */
	margin:0 16px 0 0 ;
	width:100%;
}

.link-box3:last-child {
	margin: 0;
}

.link-box3 img {
	width: 100%; height: auto;
}

.link-box3 .cont {
	width: 100%; height: 59px;
	padding:.2rem .5rem;
}

.link-box3 h2 {
	display: block;
	width: 100%; height: 25px;
	overflow: hidden;
	font-size: 1rem;
	font-weight: bold;
	color:#9e2036;
}

.link-box3 p {
	display: block;
	width: 100%; height: 25px;
	color:#333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.link-box3:hover {
	background: #9e2036;
}

.link-box3:hover h2,
.link-box3:hover p {
	color:#fff;
}


.student_links_box1{
   position:relative;
}
.student_links_box1 .title{
   position:absolute; top:0; left:0;
   background-color:#9e2036;
   color:#fff;
   width:100%;
   /*text-align:center;*/
}
.student_links_box1 .cont-box{
   padding-top:20px;
}

.student_links_box2.link-box2 .title .title-box{
   background-color:#fbfad0;
}

.student_links_box2.link-box2 .title .title-box h2{
   font-size:1.4rem;
}

.student_links_box2 .title-box h2 i{
   font-size: 1.8rem;
   color:#ffb04e;
}

.unit-link-section {
    display: flex;
    flex-direction: row;
    margin-bottom: 16px;
}

.is-en .unit-link-section {
	display: block;
}

.is-en .unit-link-section .link-box1 {
	width: 100%;
    margin-bottom: 16px;
}

.unit-link-section .link-box1 hr {
	margin: 7px;
	border: 0;
	border-top: 1px solid #eee;
}

.unit-link-section .link-box1,
.unit-link-section .link-box1 .cont-box .item {
	height: auto;
}

@media screen and (min-width: 768px){
	.is-en .unit-link-section .link-box1 .cont-box .item {
		width: 70%;
	}
	.is-en .unit-link-section .link-box1 .cont-box .item:first-child {
		width: 30%;
	}
}

.unit-link-section.link-box1 {
	flex: 1;
}

.unit-link-section .link-box1 .title {
	font-weight: bolder;
}

.unit-link-section .link-box1 img {
	padding: 6px;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
	width: 100%;
}

/*--------------------------- .owl-linkbox --------------------------------*/

.owl-linkbox-group {
	position: relative;
	width: 100%; /*height: 146px;*/
	height: 152px;
	overflow: hidden;
}

.owl-linkbox3-group {
	position: relative;
	width: 100%; height: 208px;
	overflow: hidden;
}

.owl-pagebanner-group {
	position: relative;
	width: 100%; height: 300px;
	overflow: hidden;
}

.owl-pagebanner-group .owl-controls {
   display:none;
}

.owl-linkbox .item {
	position: relative;
	display: block;
	width: 100%; /*height: 146px;*/
	height: 152px;
	padding:1rem;
	border-top:4px solid #ab2036;
}

.owl-linkbox .item .date {
	position: relative;
	margin: 0 0 4px 0;
	color: #ab2036;
	font-size: .75rem;
	font-weight: bold;
}

.owl-linkbox .item h2 {
	display: block;
	width: 100%; height: 66px;
	line-height: 1.4rem;
	font-size: 0.9rem;
	font-weight: normal;
	color:#333;
	overflow:hidden;
}

.owl-linkbox .item span {
	position: absolute;
	left:16px;bottom:16px;
	padding: .3em 1rem;
	color:#fff;
	font-size: .8rem;
	font-weight: bold;
	background: #333;
}

.owl-linkbox .owl-nav {
	margin-top: 0;
}

.owl-linkbox .item:hover {
	background: #ab2036;
}

.owl-linkbox .item:hover h2,
.owl-linkbox .item:hover .date {
	color:#fff;
}

.owl-linkbox .item:hover span {
	background: none;
}

/*--------------------------- .notice-box --------------------------------*/

.notice-box {
	position: relative;
	width: 100%; height: 54px;
	overflow: hidden;
}

.notice-box .item {
	display: block;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.notice-box .item.box:hover {
	/*box-shadow: -2px 0 8px rgba(0,0,0,0.45);*/
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
}

.notice-box .owl-controls {
	display: none;
}

.theme-notice-nav {
	position: absolute;z-index: 10;
	top:0;bottom:0;
	width: 28px; height: 30px;
	margin:auto;
	text-align: center;
	line-height: 30px;
	color:#ab2036;
	background: rgba(255,255,255,.6);
}

.theme-notice-nav:hover {
	background: rgba(255,255,255,1);
}

.theme-notice-prev {
	left:-28px;
}

.theme-notice-next {
	right:-28px;
}


/*--------------------------- .bread-box --------------------------------*/

.bread-box {
	width: 100%;height: auto;
	background: none;
}

.bread-box .bread,.bread-box .page-menu {
	margin: 0 0 16px 0;
}
/*--------------------------- .bread --------------------------------*/

.bread-box .bread {
	width: 100%; height: auto;
	padding:.8rem 2rem;
	background: rgba(255,255,255,.7);
	border:1px solid #ddd;
	border-top:4px solid #333;

}

.bread-box .bread .title,.bread-box .bread .path {
	float: left;
	width: 30%; height: 24px;
}

.bread-box .bread .path {
	width: 70%; height: 24px;
}

.bread-box .bread .title h2 {
	float: left;
	margin:0 1rem 0 0 ;
	color:#333;
	line-height: 24px;
	font-size: .9rem;
	font-weight: bold;
}

.bread-box .bread .title h2 i {
	margin: 0 .5rem 0 0;
}

.bread-box .bread .title form span{
	display: inline-block;
	font-size: .9rem;
	font-weight: bold;
	line-height: 24px;
}

.bread-box .bread .title form .search-open {
	cursor: pointer;
}

.bread-box .bread .title form span a {
	color:#333;
}

.bread-box .bread .title form span i {
	margin: 0 .2rem 0 0;
}


.bread-box .bread .title #search {
	width: 0;height: 1.4rem;
	margin: 0;
	padding: 0 ;
	border:0;
	border-bottom: 2px solid #333;
	background: none;
	transition: all .4s;
}

.bread-box .bread .title .open #search {
	width: 150px;
	padding:0 .5rem;
}

.bread-box .bread .path .item-box {
	float: right;
	height: 24px;
	overflow: hidden;
}

.bread-box .bread .path .item-box .item {

}

.bread-box .bread .path .item-box .item:after {
	content:'\f105';
	margin:0 .7rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	text-decoration: inherit;
	color:#999;
}

.bread-box .bread .item-box .item:last-child:after {
	content:'';
	margin: 0;
}

.bread-box .bread .path ul {
	float: right;
	width: 100%; height: 24px;
	overflow: hidden;
}

.bread-box .bread .path li {
	float: left;
}

.bread-box .bread .path li:after {
	content:'\f105';
	margin:0 .7rem;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	text-decoration: inherit;
	color:#999;
}

.bread-box .bread .path li:last-child:after {
	content:'';
	margin: 0;
}

.bread-box .bread .path a {
	color:#999;
	font-size: .9rem;
	font-weight: bold;
}

.bread-box .bread .path li:last-child a {
	color:#333;
}

.bread-box .bread .path .item-box .item:last-child a {
	color:#333;
}

/*--------------------------- .page-menu --------------------------------*/

.bread-box .page-menu {
	width: 100%; height: auto;
	margin:-16px 0 16px 0 ;
	padding:0 2rem;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

.bread-box .page-menu ul {
	width: 100%; height: auto;
	padding: .6rem 0;
}

.bread-box .page-menu li {
	float: left;
	width: calc(100%/6); height: auto;
	padding:.2rem 0;
}

.bread-box .page-menu a {
	color:#555;
}


/*--------------------------- .part-box --------------------------------*/

.part-box {
	width: 100%;
	padding:1rem 2rem;
}

.part-box .title {
	margin:0 0 1rem 0;
}

.part-box .title h2{
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color:#ab2036;
}

.part-box.first {
	border-top:4px solid #ab2036;
}

.part-box.first .title h2 {

}

.part-box .edit-box {

}

.edit-box p {
	margin:1rem 0  ;
	color:#333;
}

.part-box .edit-box img {
	width: 100%; height:auto;
	margin:.5em 0;
}

.part-box .edit-box li {
	position: relative;
	padding:0 0 0 1rem;
	font-size: 1rem;
}

.part-box .edit-box li:before {
	position: absolute;
	left:.2rem; top:.5rem;
	content:'';
	width: 4px; height: 4px;
	background: #333;
	border-radius: 50%;
}

.part-box .more {
	display: block;
	width: 100%; height: 19px;
	padding:0 0 4px 0 ;
	line-height: 19px;
	text-align: center;
	font-size: .8rem;
	font-weight: bold;
}

.part-box .filter {
	margin:0 0 1.5rem 0;
}

.part-box.theme-focus .filter {
	margin:.5rem 0;
}

.part-box .filter ul {
	height: 24px;
}

.part-box .filter li {
	display: inline-block;
}

.part-box .filter li:after {
	content:'｜';
	font-size: .9rem;
	color:#ccc;
}

.part-box .filter li:last-child:after {
	display: none;
}

.part-box .filter a {
	padding:0 .5rem;
	line-height: 24px;
	color:#ccc;
}

.part-box .filter a.active {
	color:#333;
	font-weight: bold;
}

.part-box .filter.theme-1 ul {
	width: 100%;
	text-align: center;
}

.part-box .filter.theme-2 label {
	margin:0 .5rem 0 0 ;
	font-weight: bold;
}

.part-box .filter.theme-2 ul {
	float: left;
	margin: 0 2rem 0 0 ;
}

.part-box .filter.theme-2 select {
	width: 70px; height: 24px;
	padding:.1rem 1rem;
	font-size:1rem;
	border:0;
	border-bottom: 1px solid #ccc;
	background: none;
}

.part-box .filter.theme-2 select:hover,
.part-box .filter.theme-2 select:focus {
	border-bottom: 1px solid #ab2036;
}



/*--------------------------- .part-box.theme-circle --------------------------------*/

.part-box.theme-circle .circle-box {
	width: 100%; height: auto;
	margin:2rem 0;
	text-align: center;
}

.part-box.theme-circle .circle-box .circle {
	display: inline-block;
	width: 170px;height: 170px;
	margin: 0 1rem;
	/*background: #ccc;*/

}

.part-box.theme-circle .circle-box .circle img {
	width: 100%; height: auto;
}

/*--------------------------- .part-box .fx-box --------------------------------*/

.part-box .fx-box {
	margin: 0 0 1rem 0;
}

.part-box .fx-box .fx-cont {
	display: inline-flex;
	/*width: 100%; height: 90px;	*/
	width: 100%; min-height:60px;
	align-items: center;
	border-bottom: 1px dotted #ccc;
	background: #f2f3f3;
}

.part-box .fx-box .fx-cont:nth-child(2n+1) {
	background: #f7f7f7
}

.part-box .fx-box .fx-cont .item1 {
	flex:1;
}

.part-box .fx-box .fx-cont .item15 {
	flex:1.5;
}

.part-box .fx-box .fx-cont .item2 {
	flex:2;
}

.part-box .fx-box .fx-cont .item3 {
	flex:3;
}

.part-box .fx-box .fx-cont .item5 {
	flex:5;
}

.part-box .fx-box .fx-cont .item6 {
	flex:6;
}

.part-box .fx-box .fx-cont .item7 {
	flex:7;
}

.part-box .fx-box .fx-cont .item75 {
	flex:7.5;
}

.part-box .fx-box .fx-cont .item8 {
	flex: 8;
}

.part-box .fx-box .fx-cont .item9 {
	flex: 9;
}


/*--------------------------- .part-box.theme-history --------------------------------*/


.part-box .fx-box .fx-cont .date-part-box  {
	display: inline-flex;
	flex-wrap:nowrap;
}

.part-box .fx-box .fx-cont .theme-date {
	padding:0 0 0 1.5rem ;
	color:#ab2036;
}

.part-box .fx-box .fx-cont.fx-title .theme-date,
.part-box .fx-box .fx-cont.fx-title .theme-cont,
.part-box .fx-box .fx-cont.fx-title .theme-file {
	color:#333;
	font-weight: bold;
}

.part-box .fx-box .fx-cont .theme-part {
	padding:0 0 0 1rem;
}

.part-box .fx-box .fx-cont .theme-part span {
	padding:.3em 1rem;
	font-size: .8rem;
	font-weight: bold;
	background: #e8b465;
}

.part-box .fx-box .fx-cont.fx-title .theme-part span {
	padding: 0;
	background: none;
	font-size: 1rem;
}

.part-box.theme-history .fx-box .fx-cont .theme-cont {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding:0 2rem 0 2rem ;
}

.part-box.theme-meet .fx-box .fx-cont .theme-cont,
.part-box.theme-meet .fx-box .fx-cont .theme-file {
	text-align: center;
}



/*--------------------------- .part-box.theme-focusnews --------------------------------*/


.part-box.theme-focusnews {
	position: relative;
	width: 100%; height: auto;
	padding: 0;
}

.part-box.theme-focusnews .item {
	float: left;
	width: 263px; height: auto;
	margin:0 16px 16px 0 ;
	background: #fff;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
}

.part-box.theme-focusnews .item.box:hover {
	/*box-shadow: -2px 0 8px rgba(0,0,0,0.45);*/
	box-shadow: 0 0 8px rgba(0,0,0,0.45);
}

.part-box.theme-focusnews .item:nth-child(4n+4) {
	margin: 0 0 16px 0;
}

.part-box.theme-focusnews .item img {
	width: 100%; height: auto;
}

.part-box.theme-focusnews .item .title {
	width: 100%; height: 100px;
	padding:20px 15px;
}

.part-box.theme-focusnews .item .title .date {
	color:#ab2036;
	line-height: 1.2rem;
	font-size: .75rem;
	font-weight: bold;
}

.part-box.theme-focusnews .item .title h2 {
	display: -webkit-box;
	width: 100%;height: auto;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3rem;
	font-size: 1rem;
	color:#333;
}


/*--------------------------- .part-box.theme-view --------------------------------*/

.part-box.theme-view .title img {
	width: 100%; height:auto;
	margin: 0 0 1rem 0
}

.part-box.theme-view .title h2 {
	margin:0 0 .2rem 0;
	line-height: 2.2rem;
	text-align: left;
	font-size: 1.75rem;
	font-weight: normal;
	color:#333;
}

.part-box.theme-view .title .date {
	color:#ab2036;
	font-weight: bold;
}

.part-box.theme-view .title span {
	display: block;
	color:#999;
}

.part-box.theme-view .impt-box {
	padding:1rem;
	background: #f7f7f7;
}



/*--------------------------- #siteMap --------------------------------*/
.sitemap-list-box{
}

.sitemap-list-item-box{
   width: calc(99%/3);
   height: auto;
   display:inline-block;
   vertical-align:top;
}

.sitemap-list-item-box.eng-sitemap {
	width: 100%;
}

.sitemap-list-item-box h5{
   color:#ab2036;
   border-bottom:1px solid #ab2036;
}

.sitemap-list-item-box ul{
   margin-left:20px;
}

.sitemap-list-item-box .top{
   text-align:right;
}
.sitemap-list-item-box .top a{
   color:#ab2036;
}



/*--------------------------- #googleMap --------------------------------*/

#googleMap {
	display: block;
	width: 100%;height: 500px;
}


/*--------------------------- footer --------------------------------*/

footer {
	background: #fff;
}

.webmap-box {
	width: 100%;height: auto;
	border-top: 4px solid #ab2036;
	border-bottom: 2px solid #ccc;
	padding:16px 0;
}

.webmap-box .item {
	float: left;
	width: 20%; height: auto;
}

.webmap-box .item li {
	font-size: .88rem;
}

.webmap-box .item li:first-child,
.webmap-box .item .google-search-title {
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1rem;
}
.webmap-box .item li:first-child a,
.webmap-box .item .google-search-title{
   background-color:#ab2036;
   color:#fff;
   padding:3px 10px;
}

.is-en .webmap-box .item li:not(:first-child) {
	line-height: 1.2;
	padding-top: 5px;
}

.is-en .webmap-box .item li:not(:first-child) a:hover {
	text-decoration: underline;
}

.is-en .webmap-box .item li:nth-child(odd):not(:first-child) a {
	color: #000;
}

.webmap-box .item .google-search {
	margin-bottom: 16px;
}

.webmap-box .item .google-search .google-search-title {
	display: inline-block;
}

.webmap-box .item .google-search .gsc-control-cse {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
}

.info-box {
	width: 100%; height: auto;
	padding:10px 0;
}

.info-box .logo {
	float: left;
	width: 274px; height: 62px;
}

.info-box .logo img {
	width: 100%; height: auto;
}

.info-box .qrcode {
	float: left;
	width: 62px;height: 62px;
	margin:0 0 0 10px;
	background: url(../img/qr.png) no-repeat left top;
	background-size: 100%;
}

.info-box .qrcode img {
	width: 100%; height: auto;
}

.info-box .cont {
	float: left;
	width: calc(100% - 592px);height: 62px;
	margin:0 0 0 10px;
	padding:3px 0;
	font-size: .88rem;
}

.info-box .cont div span:first-child {
	margin: 0 5px 0 0;
}

.info-box .handicap {
	float: left;
	width: 88px; height: 31px;
	padding:15px 0 0 0 ;
}

.info-box .handicap img {
	width: 100%; height: auto;
}

.copyright {
	width: 100%; height: 44px;
	background: #333;
}

.copyright p {
	line-height: 44px;
	font-size: .88rem;
}

footer #goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 1.5em;
}

footer #recruitmentQrcode {
	display:none;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 5px;
    font-size: 0.9em;
    text-align: center;
    border-radius: 3px;
    
    background-color: #fffd93;
}

footer #recruitmentQrcode a {
    /*color:#ab2036;*/
    color: #ff0028;
}

footer #recruitmentQrcode a.close {
	display:block;
	text-align:right;
	font-size: 0.95em;
}

footer #recruitmentQrcode img {
	display: block;
	/* margin: 5px 0; */
	margin: 5px auto;
}

/*--------------------------- .principal --------------------------------*/

.principal article {
	position: relative;
	width: 100%; height: auto;
}

.principal article:before {
	position: absolute;
	content:'';
	width: 100%; height: 4px;
	background: #ab2036;
}

.principal article .inner {
	width: 100%; height: auto;
	max-width: 540px;
	margin:auto;
	padding:0 1rem 1rem 1rem;
	background: #fff;
}

.principal article .inner img {
	width: 100%; height: auto;
	margin: 0 0 1rem 0;
}

.principal article .inner .title {
	text-align: center;
}

.principal article .inner .title h2 {
	position: relative;
	padding:1.5rem 0;
	color:#ab2036;
	font-size: 2rem;
	font-weight: bold;
}

.principal article .inner .title h2:after {
	position: absolute;
	top:100%; left:0;right:0;
	content:'';
	width: 40px; height: 3px;
	margin:auto;
	background: #999;
}

.principal article .inner .title2 h2,
.principal article .inner .title3 h2 {
	text-align: center;
	font-size: 1rem;
}

.principal article .inner .title2 h2 {
	margin:1.5rem 0 0 0 ;
	color:#333;
	font-weight: bold;
}

.principal article .inner .title3 h2 {
	margin:0 0 1rem 0;
	color:#999;
}

.principal article .inner .p-video {
	position: relative;
	width: 100%; height: 306px;
	margin: 0 0 4rem 0;
}

.principal article .inner .p-video  .ytb-overlay {
	height: 316px;
}

.principal article .inner .p-video  .ytb-title {
	z-index: 1;
	text-align: center;
}


@media screen and (max-width: 1100px){
/*-------------------------------------pad------------------------------------------*/

.columns .col1-sm 	{ width: 8.33333333333%; 	}
.columns .col2-sm 	{ width: 16.6666666667%; 	}
.columns .col3-sm 	{ width: 25%; 				}
.columns .col4-sm 	{ width: 33.3333333333%; 	}
.columns .col5-sm 	{ width: 41.6666666667%; 	}
.columns .col6-sm 	{ width: 50%; 				}
.columns .col7-sm 	{ width: 58.3333333333%; 	}
.columns .col8-sm 	{ width: 66.6666666667%; 	}
.columns .col9-sm 	{ width: 75%; 				}
.columns .col10-sm 	{ width: 83.3333333333%; 	}
.columns .col11-sm 	{ width: 91.6666666667%; 	}
.columns .col12-sm 	{ width: 100%; 				}

.boxInner {
	padding:0 16px;
}

/*--------------------------- .page-menu --------------------------------*/

.bread-box .page-menu li {
	width: calc(100%/4);
}

/*--------------------------- .owlCarousel.theme-imgslide --------------------------------*/

.owl-box {
	float: none;
	width: 100%;height: auto;
	padding:10px;
	margin: 0 0 16px 0;
}

.owl-cover {
	width: 100%; height: auto;
	margin: 0;
	background: #fff;
}

.theme-imgslide .img-cover {
	height: auto;
}

.owl-theme.theme-imgslide .item .title {
	background: #fff;
	width:70%;
}



/*--------------------------- .enroll-box box --------------------------------*/

.enroll-box {
	float: none;
	width: 100%;height: auto;
	margin: 0 0 16px 0;
}

/*--------------------------- .owlfocus-box --------------------------------*/

.owlfocus-box,
.owlfocus-box.highlight-box {
	height: auto;
}

.owlfocus-box .owl-controls {
	display: block;
}

/*--------------------------- .news-box  --------------------------------*/

.news-box {
	float: none;
	width: 100%;height: auto;
	margin:0 0 16px 0;
}

.news-box.theme-student,
.news-box.theme-teacher,
.news-box.theme-parents {
	float: none;
	width: 100%;
	margin: 0;
}

.news-box.theme-student .title .btnbox {
	left:16px;
	width: auto;
}

.news-box.theme-parents .title .btnbox {
	left:16px;
	width: auto;
}

.news-box.theme-mid .title .btnbox.theme-3 {
	left:16px;
	width: auto;
}



/*--------------------------- .login-box --------------------------------*/

.login-box {
	position: relative;
	float: none;
	width: 100%; height: auto;
	margin:0 0 16px 0;
	padding:6px;
}

.login-box .title {
	float: left;
	width: 340px; height: 120px;
}

.login-box form {
	float: left;
	width: calc(100% - 346px);height: 120px;
	margin:0 0 0 6px;
}

.login-box form input {
	margin: 0 0 3px 0 ;
}

.login-box .cant a {
	margin:.5rem .5rem;
}

.login-box.theme-parents {
	text-align: center;
}

.login-box.theme-parents .title {
	float: none;
	width: 100%;
}

.login-box.theme-parents form {
	float: none;
	display: inline-block;
	width: 80%;
}

.login-box.theme-parents .cont {
	margin:1rem 0;
}

.login-box.theme-parents .cont a {
	border:0;
}

/*--------------------------- .link-box --------------------------------*/

.link-box1{
	float: none;
	width: 100%;
	margin:0 0 16px 0;
}

.link-box1.theme-4 {
	float: left;
	width: calc( 50% - 8px); height: 220px;
	margin:0 16px 0 0;
}

.link-box1.theme-4:nth-child(2n+2) {
	margin: 0 0 16px 0;
}

.link-box1.theme-4:last-child {
	margin: 0;
}

.link-box2 {
	width: calc(50% - 8px);
	margin:0 16px 16px 0 ;
}

.link-box2:nth-child(3n+3) {
	margin: 0 16px 16px 0;
}

.link-box2:nth-child(2n+2) {
	margin: 0 0 16px 0;
}

.owl-linkbox3-group {
	height: auto;
}

.owl-pagebanner-group {
   height: auto;
}

.link-box3 {
	height: auto;
}

.unit-link-section {
	display: block;
}

.unit-link-section .link-box1 {
	flex: none;
}

.unit-link-section .link-box1 img {
	width: 95%;
	margin: 10px;
}

/*--------------------------- .video-box  --------------------------------*/

.video-box {
	float: none;
	width: 100%; height: auto;
	padding:10px;
}

.video-cover {
	width: 100%; height: auto;
	margin: 0px auto ;
	background: #fff;
}

.ytb-overlay {
	width: 100%;/* height: auto;*/
}

.ytb-title {
	z-index: 2;
}

.video-box.teacher.ie video{
	padding-left: 10px;
}

.video-box.teacher .owl-item.active{
	/*width: 200px  !important;
    margin-right: -20px  !important;*/
}

.video-box.teacher .owl-item .item .ytb-title h2{
	padding-left: 12px;
}
/*--------------------------- .part-box --------------------------------*/

.part-box .fx-box .fx-cont .item1-s {
	/*flex:1; 20170629*/
	flex:none;
}

.part-box .fx-box .fx-cont .item15-s {
	flex:1.5;
}

.part-box .fx-box .fx-cont .item2-s {
	flex:2;
}

.part-box .fx-box .fx-cont .item3-s {
	flex:3;
}

.part-box .fx-box .fx-cont .item6-s {
	flex:6;
}

.part-box .fx-box .fx-cont .item7-s {
	flex:7;
}

.part-box .fx-box .fx-cont .item75-s {
	flex:7.5;
}

.part-box .fx-box .fx-cont .item8-s {
	flex: 8;
}

.part-box .fx-box .fx-cont .date-part-box  {
	display: block;
	padding:0 1rem;
}

.part-box .fx-box .fx-cont .theme-date,
.part-box .fx-box .fx-cont .theme-part {
	padding: 0;
}

.part-box .fx-box .fx-cont .theme-part span {
	padding: 0;
	background: none;
}


/*--------------------------- #siteMap --------------------------------*/
.sitemap-list-item-box{
   width: calc(99%/2);
}


/*--------------------------- .notice-box  --------------------------------*/

.notice-box {
	width: 100%; height: auto;
}

.notice-box .owl-controls {
	display: block;
}




/*--------------------------- footer  --------------------------------*/
.webmap-box .item{
   width:50%;
   padding-bottom:15px;
   /*text-align:center;*/
}
.webmap-box .item li:first-child{
   /*border-top:1px solid #acacac;*/
}
/*.webmap-box .item {
   width:100%;
   padding:0 0 20px;
}
.webmap-box .item li:first-child{
   margin:0 5px 0 0;
   font-size:2rem;
   display:block;
   float:left;
   padding:40px 10px 70px 0;
   border-right:1px solid #acacac;
}
.webmap-box .item li{
   float:left;
   padding:0 15px 0 0;
   display:inline-block;
}*/
.info-box span{
   display:block;
}

/*.info-box .logo {
	float: none;
	margin: 0 auto 20px auto ;
}*/
.info-box .logo {
	display: block;
	float: none;
	width: 260px;height: auto;
	margin: 0 auto 20px auto;
}


.info-box .qrcode {
	float: none;
	width: 140px;height: 140px;
	margin:0 auto 20px auto ;
}

.info-box .cont {
	float: none;
	width: 300px;
	margin: 0 auto;
	text-align: center;
   height:99px;
}

.info-box .handicap {
	float: none;
	margin:0 auto 20px auto ;
}

.copyright p {
	text-align: center;
}


}





@media screen and (max-width: 768px){
/*-------------------------------------mobile------------------------------------------*/

.columns .col1-xs 	{ width: 8.33333333333%; 	}
.columns .col2-xs 	{ width: 16.6666666667%; 	}
.columns .col3-xs 	{ width: 25%; 				}
.columns .col4-xs 	{ width: 33.3333333333%; 	}
.columns .col5-xs 	{ width: 41.6666666667%; 	}
.columns .col6-xs 	{ width: 50%; 				}
.columns .col7-xs 	{ width: 58.3333333333%; 	}
.columns .col8-xs 	{ width: 66.6666666667%; 	}
.columns .col9-xs 	{ width: 75%; 				}
.columns .col10-xs 	{ width: 83.3333333333%; 	}
.columns .col11-xs 	{ width: 91.6666666667%; 	}
.columns .col12-xs 	{ width: 100%; 				}


/** 20150522 增加 */
.bread-box .bread {

	padding:.6rem .4rem;
}

/** 20150522 調整width 和增加 float:left;*/
.bread-box .bread .title {
	float:left;
	width: 55%;
	text-align: left;
}

.bread-box .bread .title h2 {
	float: none;
	display: inline-block;
}

.bread-box .bread .title form {
	float: none;
	display: inline-block;
}

/** 20150522 調整width 和增加 float:right;*/
.bread-box .bread .path {
	float:right;
	width: 40%;
	text-align: right;
}

.bread-box .bread .path .item-box {
	float: none;
	display: inline-block;
	padding: 0;
}

.bread-box .bread .path ul {
	float: none;
	display: inline-block;
	padding: 0;
}

.bread-box .page-menu {
	padding: 0;
}

.bread-box .page-menu ul {
	padding: 0;
}

.bread-box .page-menu li {
	width: 100%; min-height: 30px;
	padding: 0;
}

.bread-box .page-menu a {
	display: block;
	width: 100%; min-height: 30px;
	padding:0 1rem;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}

/*--------------------------- .page-menu --------------------------------*/

.bread-box .page-menu li {
	width: calc(100%);
}


/*--------------------------- .enroll-box --------------------------------*/

.enroll-box {
	margin: 0;
}


/*--------------------------- .focusnews-box --------------------------------*/

.focusnews-box {
	float: none;
	width: 100%;
	margin:0 0 16px 0;
}


/*--------------------------- .news-box --------------------------------*/
#hust_news_block small{
   display:none;
}
#hust_news_block i.fa-plus{
   display:inline-block;
}

.news-box.theme-student .title .btnbox a {
   display:inline-block;
   width:30px;
   overflow:hidden;
}

.news-box.theme-parents .title .btnbox a {
   display:inline-block;
   width:30px;
   overflow:hidden;
}


/*--------------------------- .webnews-box --------------------------------*/

.webnews-box {
	float: none;
	width: 100%;
}

.webnews-box .lib-info svg{
	vertical-align: top;
	width: 330px; 
	height:30px;
	/*margin-top: 5px;
	
	display: inline-block;*/
}

/*
.webnews-box .lib-info {
    padding: 0px 0px 0px 0px;
    height: 58px;
    font-size: 0.88rem;
}
.webnews-box .lib-info a {
	padding: 0px 20px 0px 20px;	
}
*/


/*--------------------------- .part-box --------------------------------*/

.part-box {
	padding:1rem;
}

.part-box .filter.theme-2 ul {
	width: 100%;
}

.part-box .filter.theme-2 form {
	width: 100%;
	padding:0 0 0 .5rem;
}

/*.part-box.theme-circle .circle-box .circle {
	width: 100%;height: auto;
	margin: 0;
}*/

/*--------------------------- .login-box --------------------------------*/


.login-box .title {
	float: none;
	width: 100%; height: 44px;
}

.login-box .title .title-box {
	width: 100%; height: 44px;
}

.login-box .title .title-box h2 {
	line-height: 44px;
}

.login-box .title img {
	display: none;
}

.login-box form {
	float: none;
	width: 100%; height: 120px;
	margin:6px 0 0 0 ;
}

.login-box.theme-parents form {
	width: 100%;
}

.login-box.teacher .title {
	height: 100%;
}

.login-box.teacher .title .title-box {
	position: relative;
    width: 100%;
    height: 100%;
}

/*--------------------------- .video-box -------------------------------*/
.video-box.teacher{
	float: none;
	width: 100%;
    height: 300px;
}

.video-box.teacher video{
	height: 280px;
	width: 100%;
}

.video-box.teacher .owl-item.active {
    /*width: 632px !important;
    margin: 0px auto !important;*/
}

/*--------------------------- .link-box --------------------------------*/

.link-box1.theme-4 {
	float: left;
	width: 100%; height: 220px;
	margin:0 0 16px 0;
}

.link-box1.theme-4:nth-child(2n+2) {
	margin: 0 0 16px 0;
}

.link-box1.theme-4:last-child {
	margin: 0;
}

.link-box2 {
	width: 100%;
	margin:0 16px 16px 0 ;
}

.link-box2:nth-child(3n+3) {
	margin: 0 0 16px 0;
}

.link-box2:nth-child(2n+2) {
	margin: 0 0 16px 0;
}


.info-box .logo {
	display: block;
	float: none;
	width: 260px;height: auto;
}

.copyright p {
	font-size: .5rem
}


.link-box1{
   height:auto;
}
.link-box1 .cont-box .item, .link-box1.theme-4{
   float:none;
   width:100%;
   height:auto;
}
.link-box1 .cont-box .item{
   padding:0;
}
.link-box1.theme-4{
   padding:12px;
}

.link-box1 .cont-box .item li{
   padding:6px 0;
}

.unit-link-section .link-box1 .item li {
	padding: 0;
}

/*--------------------------- #siteMap --------------------------------*/
.sitemap-list-item-box{
   width: 100%;
}


}
/** 20150522 增加 */
@media screen and (max-width: 640px){

	.bread-box .bread {

		padding:.5rem .25rem;
	}

	.bread-box .bread .title {
		float:left;
		width: 100%;
		text-align: left;
	}

	.bread-box .bread .path {
		display:none;
		width: 0%;
	}
	
	/*--------------------------- .webnews-box --------------------------------*/
	.webnews-box .lib-info svg{
		vertical-align: top;
		width: 310px; 
		height:30px;
		/*margin-top: 5px;
		
		display: inline-block;*/
	}
	.webnews-box .lib-info img{
		vertical-align: top;
		width: 310px; 
		height:30px;
		/*margin-top: 5px;
		
		display: inline-block;*/
	}
}

.eng-text-box {
	height: auto;
}

.eng-text-box .cont {
	color: #717980;
	text-align: left;
}

.eng-text-box .cont h2.cont-title {
	font-size:1.8rem;
	line-height: 2.3rem;
}

.eng-text-box .cont .cont-title {
	margin: 0 0 .5rem 0;
	line-height: 1.8rem;
	/*text-align: left;*/
	font-size: 1.3rem;
	font-weight: normal;
	color: #ab2036;
}

.eng-text-box .cont p {
	text-indent: 2rem;
	margin-bottom: .5rem;
	color: #717980;
}

.eng-text-box .cont p.link {
	text-indent: inherit;
	clear:both;
}

.eng-text-box .cont p.link a{
	color: #0066cc;
}

.eng-text-box .cont p.link a:hover{
	text-decoration: underline;
}

.eng-text-box .cont .pic {
	padding: 6px;
	margin: 10px;
	/*box-shadow: -1px 0 7px rgba(0,0,0,0.15);*/
	box-shadow: 0 0 7px rgba(0,0,0,0.15);
	float:left;
	min-width: 200px;
	width: calc((90% - 64px) / 3);
}

.eng-text-box .cont .pic.right {
	float: right;
}

.eng-text-box .cont .pic.row2 {
	width: calc((90% - 64px) / 2);
}

.eng-text-box .cont .pic.row2_5 {
	width: calc((90% - 64px) / 2.5);
}

.eng-text-box .cont .pic.row4 {
	width: calc((90% - 64px) / 4);
}

.eng-text-box .cont .centerPic {
	clear: both;
	text-align: center;
}

.eng-text-box .cont .centerPic .pic {
	float: none;
}

.eng-text-box .cont ol {
	padding-left: 2rem;
}

.eng-text-box .cont ol li {
	list-style: decimal;
	margin-bottom: .5rem;
}

.eng-text-box .cont .cont-list-title {
	color: #ab2036;
}
