@font-face {
	font-family: 'iconfont'; /* project id 625633 */
	src: url('//at.alicdn.com/t/font_625633_0n9ycb5e7xq.eot');
	src: url('//at.alicdn.com/t/font_625633_0n9ycb5e7xq.eot?#iefix')
		format('embedded-opentype'),
		url('//at.alicdn.com/t/font_625633_0n9ycb5e7xq.woff2') format('woff2'),
		url('//at.alicdn.com/t/font_625633_0n9ycb5e7xq.woff') format('woff'),
		url('//at.alicdn.com/t/font_625633_0n9ycb5e7xq.ttf')
		format('truetype'),
		url('//at.alicdn.com/t/font_625633_0n9ycb5e7xq.svg#iconfont')
		format('svg');
}

.icon {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*美化滚动条*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #ddd;
}

::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar-track {
	background-color: f0f0f0;
}

::-webkit-scrollbar-track-piece {
	background-color: ddd;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 6px
}

::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-thumb:active {
	background-color: #35c672;
}

* {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑'
}

body {
	overflow-x: hidden;
}

.top-white {
	width: 100%;
	height: 100px;
	vertical-align: middle;
	background-color: #fff;
}

.top-white table img {
	height: 62px;
	width: auto;
}

.middle {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}

.logo {
	min-width:100px;
	height: 62px;
	width: auto;
}

.logo table img{
         position:absolute;
         top:18px;
         height: 62px;
         width: auto; 
}

#pcRightBtn {
	position: relative;
	float: right;
	padding-right: 180px;
	margin-top: -20px;
}

#pcRightBtn table {
	position: absolute;
	right: 0;
	top: 1px;
}

#openRight{
	position:relative;
	float:right;
	right:0;
	top:0;
	line-height:2.2rem;
	font-size:1.2rem;
	color:#666;
	width:2rem;
	height:2.2rem;  
	text-align:center;
           display:none;  
}

.topBtn {
	margin-left: 30px;
	font-size: 16px
}

.topNavBg {
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	vertical-align: middle;
	background-color: #a14ef8;
	position: relative;
	z-index: 97
}

#rightNav{
	width: 6rem;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background-color:#fff;
	transition: all 0.2s ease-in-out;  
	z-index:9999;
           display:none; 
}

#mask{
	width:100%;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,.2);  
	transition: all 0.2s ease-in-out;   
	z-index:9998;
          display:none;  
}

.HBox{
	height:2.2rem;
	line-height:2.2rem;
	position:relative; 
	margin-bottom: 1rem; 
}

.NBox{
          height:calc(100% - 2.2rem);
          overflow-y:auto; 
}

.close{
	display:inline-block;
	width: 2.2rem;
	height:2.2rem;
	text-align:center;
	background-color:rgba(0,0,0,.1);
	font-size:1rem;
	color:#fff;
	position:absolute;
	right:0;
	top:0;     
}

.nli {
	float: left;
	position: relative;
	display: inline;
}

.navBtn {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	height: 58px;
	padding: 0 25px;
	margin-right: 10px
}

.navBtn:hover, .active {
	color: #00f6ff;
	cursor: pointer;
	border-bottom: 2px solid #00f6ff;
}

.nli:hover .subNav {
	display: block;
}

.subNav {
	position: absolute;
	top: 60px;
	width: 600px;
	border: 1px solid #ddd;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	padding: 20px 15px;
	background-color: #fff;
	z-index: 99999;
	display: none;
}

.navImg {
	width: 310px;
	height: 160px;
	background-position: center;
	background-size: cover;
}

.navTitle {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	max-height: 22px;
	line-height: 22px;
	margin-top: 10px;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 1;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.navText {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	margin-top: 5px;
	max-height: 44px;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 2;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.subNavBtn {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	margin-left: 30px;
	display: inline-block;
}

.subNavBtn:hover {
	color: #00f6ff;
	cursor: pointer;
	border-color: #00f6ff;
}

.bannerWapper {
	width: 100% !important;
           height: 60%;
	text-align: center;
}

#bannerSwiper table{
	width: 100% !important;
           height: 100% !important;
}

#bannerSwiper table td{
           height: 80;
}

.banner {
	width: 100% !important;
           height: 60%;
	background-position: center;
	background-size: cover;
}

.bannerWapper img {
	width: 100% !important;
	height: 100% !important;
}

#flashBoxu_u3_ {
        width: 100% !important;
        height: 100% !important; 
}

#flashBoxu_u3_ ul {
	position: absolute;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

#flashBoxu_u3_ ul li {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 15px;
	background: #f0f0f0;
	color: #f0f0f0;
	margin: 0 5px;
}

#flashBoxu_u3_ ul li.hover {
	background: #007aff !important;
	color: #007aff !important;
}

.moduleTitle {
	margin-top: 60px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.titleChinese {
	font-size: 24px;
	color: #a14ef8;
}

.titleEnglish {
	font-size: 16px;
	color: #999;
	font-style: italic;
}

.more {
	font-size: 14px;
	color: #999;
	text-align: right;
}

.more a {
	color: #999;
}

.newsBox {
	padding: 0 10px;
	margin-top: 20px;
	margin-bottom: 15px;
	cursor: pointer;
	overflow: hidden;
}

.newsImgBox {
	width: 95%;
	height: 253px;
	margin-left: 2.5%;
	overflow: hidden;
	border: 1px solid #f0f0f0;
}

.newsImgBox:hover .newsImg {
	transform: scale(1.2);
}

.newsImg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: all 0.6s;
}

.newsText {
	margin-top: 10px;
}

.newsTitle {
	width: 95%;
	margin-left: 2.5%;
	height: 21px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 1;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.newsSubTitle {
	width: 95%;
	margin-left: 2.5%;
	font-size: 15px;
	color: #888;
	margin-top: 8px;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 2;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	max-height: 38px;
}

.newsSource{
          min-height:40px; 
          line-height:40px; 
          background:#f0f0f0; 
          font-size:17px; 
          text-align:center; 
          margin:10px 0;
}

.mobileNewsTitle{
          font-size:20px; 
          color:#333; 
          margin-top:20px; 
          text-align:center;
}

.prev{
         padding-right:40px;
          font-size:17px;
}

.next{
         padding-left:40px;
         font-size:17px;
}

.time {
	float: right;
	font-size: 15px;
	color: #888;
	margin-left: 30px;
}

.noticeBox {
	padding-right: 20px;
	margin-top: 30px;
	height: 70px;
	cursor: pointer;
}

.noticeBox:hover {
	transition: all .2s ease-in-out;
	transform: translateY(-3px);
}

.noticeBox:hover .noticeTimeBg {
	transition: all 1s ease-out 0s;
	transform: rotateY(360deg);
}

.noticeTimeBg {
	background-color: #a14ef8;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 70px;
	color: #fff;
	text-align: center;
	float: left;
}

.noticeYM {
	font-size: 15px;
}

.col {
	float: left;
	margin-left: 22px;
	width: 480px;
}

.noticeTitle {
	height: 21px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 1;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.noticeSubTitle {
	max-height: 38px;
	font-size: 15px;
	color: #888;
	margin-top: 8px;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 2;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

#teacherBox {
	padding-right: 40px;
}

#teacherSwiper {
	height: 300px;
}

.teacherImgBox {
	position: relative;
	float: left;
	overflow: hidden;
	width: 350px;
	height: 300px;
	margin-right: 30px;
}

.teacherImg {
	width: 350px;
	height: 300px;
	background-position: center;
	background-size: cover;
}

.titleBg {
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	font-size: 17px;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 1;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.intoBtn {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #a14ef8;
	display: inline-block;
}

.intoText {
	font-size: 15px;
	color: #a14ef8;
}

.downloadTitle {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	cursor: pointer;
}

.downloadTitle:hover {
	transition: all .2s ease-in-out;
	transform: translateY(-3px);
}

.type {
	color: red;
}

.footer {
	background-color: #a14ef8;
	width: 100%;
	padding: 30px 0;
	margin-top: 60px;
	color: #fff;
}

.fChinese {
	font-size: 24px;
	color: #fff;
}

.fEnglish {
	font-size: 15px;
	color: #fff;
	font-style: italic;
}

.linkNav {
	margin-right: 30px;
	color: #fff;
	margin-top: 20px;
	display: inline-block;
}

.linkNav:hover {
	color: #00f6ff;
}

.marginRight {
	margin: 0 20px;
}

.subBanner {
	width: 100%;
	height: 280px;
	background-position: center;
	background-size: cover;
}

.subBanner img{
          width: 100%;
          height: 280px;
}

.currentPath {
	height: 50px;
	line-height: 50px;
	background-color: #f0f0f0;
}

.subMenuBox {
	position: absolute;
	top: -110px;
	left: 0;
	transition: all .2s ease-in-out;
}

.menuBgDark {
	background-color: #a14ef8;
	position: relative;
	width: 220px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.menuBgWhite {
	background-color: #fff;
	margin-left: 10px;
	min-height: 255px;
}

.mainMenu {
	font-size: 20px;
	color: #fff;
	margin-left: 25px;
	height: 50px;
	line-height: 50px;
}

.subMenu {
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	cursor: pointer;
	display: block;
}

.subMenu:hover, .activeSub {
	border-left: 2px solid #f69518;
}

.menuText {
	height: 50px;
	line-height: 50px;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 1;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.threeBox {
	display: none;
}

.threeMenu {
	height: 50px;
	line-height: 50px;
	padding-left: 35px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	cursor: pointer;
}

.detailsBox {
	padding-left: 250px;
           min-height:500px;
}

.listSel {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
	font-size: 18px;
}

.listSel:hover {
	transition: all .2s ease-in-out;
	transform: translateY(-3px);
}

.infoTitle {
	width: 800px;
	height: 50px;
	float: left;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	-webkit-line-clamp: 1;
	display: -moz-box;
	display: -webkit-box;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.infoTime {
	width: 150px;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #888;
}

.newsContent {
	line-height: 30px !important;
	text-align: justify;
	/* word-break: break-all; */
	font-size: 17px !important;
	color: #666;
	padding-bottom: 20px;
}

#vsb_content p span{
          font-size:17px !important;
          line-height: 30px !important;
}

.newsContent img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.changeArticle {
	font-size: 15px;
	color: #666;
}

.footer table {
	margin-top: 15px;
}

.menuBgWhite table {
	width: 210px !important;
           margin-top:-20px;
}

#webfx-tree-object-2 {
	position: absolute;
	top: 0;
}

.webfx-tree-item {
	height: 50px !important;
	line-height: 50px !important;
	font-size: 18px !important;
	cursor: pointer !important;
	display: block;
	border-bottom: 1px solid #ddd !important;
}

.webfx-tree-item:last-child {
	border: 0;
}

.webfx-tree-item:hover {
	border-left: 2px solid #f69518;
}

.webfx-tree-item a {
	margin-left: 15px !important;
}

#mobileTeacher{
          display:none;
}

.pcCurrentPath{
         margin-left:250px; 
         font-size:18px;
}

.mobileSubNav{
         position:relative;
         height:2.1rem;
         line-height:2.1rem;
}

.openSubNav{
         position:absolute;
         right:0.5rem;
         top:0;
         font-size:1rem;
         color:#333;
}

#mobileSubNav{
         display:none;
}

#openSubNav{
        display:none;
}

.pageTurning{
        font-size:15px; 
        margin-top:15px;
}

#moTowNav{
       display:none;
}

.detailsBox table table td{
      font-size:17px !important;
}

.detailsBox table table td span, .detailsBox table table td a{
      font-size:16px !important;
      height:22px !important; 
      line-height:22px !important;
}