	@charset "UTF-8"; 



	/* 全站样式*/


	* {zoom:1;}
	a img {border:none;}
	input:focus,button:focus {outline:none}
	textarea,input[type="text"],input[type="button"],input[type="submit"] {-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
	html {text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;min-width: 1200px;overflow-y:scroll;font: 300 12px "Helvetica Neue",Helvetica, Arial,"Hiragino Sans GB","STHeiti","Microsoft YaHei",SimHei,sans-serif;max-height: 9999999999px;}
	::-webkit-scrollbar-track-piece{background:rgba(255,255,255,.8)}
	::-webkit-scrollbar{width:8px;height:8px}
	::-webkit-scrollbar-thumb{height:20px;-webkit-border-radius:4px;border-radius:4px;background-color:rgba(0,0,0,.15)}
	::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}
	body,h1,h2,h3,h4,h5,p,form,ol,ul,li {margin:0;list-style:none}
	ol,ul {padding:0;}
	a {color:#333;text-decoration:none;outline:0;cursor:pointer;}
	a:hover {color: #b30000;}
	/* reset end*/


	/* 头部 */
	#global-header {margin:0 auto;position: relative;}
		#top-wrap {background: none;position: absolute;z-index: 233;width: 100%;}
		#top-panel {/* max-width:1200px; */position: relative;right: 0;z-index: 2333;color:#fff;margin:auto;height: 32px;/* background: #333333; */}

		/* 搜索 */
		.search {position:absolute;right:0;width: auto;*width:210px;display:block;line-height: 32px;top: 0;background: rgba(97, 97, 97, 0.2);overflow:hidden;margin-right: 3em;border-radius: 0 0 6px 6px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
		.search .text {line-height: 32px;height: 32px;width: 112px;*width:162px;border: none;background: none;color:#fff;padding:0 5px;float: right;-webkit-transition:width .3s ease;-o-transition:width .3s ease;-moz-transition:width .3s ease;transition: width .3s ease;}
		.search .text:focus{width:172px;}
		.search .submit {opacity:.8;cursor:pointer;height: 32px;border: none;border-right:none;padding:0;vertical-align:top;font-size:0;width: 32px;background-color: transparent;display:inline-block;*display:inline;background-image:url("../tora/img/sprite.png");-webkit-background-size:800px 340px;-moz-background-size:800px 340px;-o-background-size:800px 340px;background-size:800px 340px;background-position: 7px -228px;}
		.search .submit:hover{-webkit-transition:-webkit-filter .1s linear;transition:-webkit-filter .1s linear;-o-transition:filter .1s linear;-moz-transition:filter .1s linear;transition:filter .1s linear;transition:filter .1s linear, -webkit-filter .1s linear;-webkit-filter: invert(1);filter: invert(1);}
		/* 搜索 END */

		/* 中间栏 */
		#middle-bar {position:relative;background-image: url('../tora/img/bg_b.jpg');-webkit-background-size: 100% auto;-moz-background-size: 100% auto;-o-background-size: 100% auto;background-size: 100% auto;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-repeat: no-repeat;background-position: center;height: 250px;}
			#top-wrap #info {margin:auto;max-width: 1200px;position: relative;font-size: 0!important;}
			#top-wrap #info a {margin-top: 12px;height: 84px;width: 664px;max-width:100%;display:inline-block;*display:inline;background-image: url("../tora/img/sprite.png");-webkit-background-size:800px 340px;-moz-background-size:800px 340px;-o-background-size:800px 340px;background-size:800px 340px;background-position: 0 -8px;-webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.2));filter: drop-shadow(0 0 6px rgba(0,0,0,.2));}


		/* 导航 */
		#global-nav {font-size:0;max-width:100%;background: #222;background: rgba(20, 20, 20, 0.65);margin:auto;display:block;position:relative;z-index:233;white-space: nowrap;}
			#global-nav .navbar-toggle {display:none;}
			#global-nav #nav-list {line-height: 38px;width: 1190px;max-width: 100%;margin: auto;margin-top: -42px;}
			#global-nav #nav-list>li {display:inline-block;*display:inline;font-size:14px;line-height: 42px;height: 42px;position:relative;vertical-align: middle;/* ie 7 hover 导致高度位置变动*/}
			#global-nav #nav-list>li:hover,#global-nav #nav-list>li.current{background: #222;background: rgba(0, 0, 0, .5);-webkit-transition:background .3s ease-out;-o-transition:background .3s ease-out;-moz-transition:background .3s ease-out;transition:background .3s ease-out;color:#fff;text-decoration:none;color:#fff;}
			#global-nav #nav-list>li>a {padding: 0 20px;height: 42px;color: #fff;display:block;}
			/* 二级菜单 */
			.sub-menu {display:none;min-width: 100%;/* padding-top: 10px; */position: absolute;left: 0;z-index: 23333;}
				#global-nav #nav-list li:hover .sub-menu{display:block}
				#global-nav #nav-list li .sub-menu{background: #1f1f1f\0;*background:#073f80;*text-align:left;}
				#global-nav #nav-list li:hover .sub-menu li:hover{background: #0c0c0c;}
				#global-nav #nav-list li .sub-menu li{*min-width:100%;/* ie7 li width 100%*/background: #222222;background: rgba(0, 0, 0, 0.8);}
				#global-nav #nav-list li .sub-menu a {font-size:12px;color:#fff;line-height: 3em;text-align:left;padding: 0 24px;white-space:nowrap;display:block;-webkit-transition:padding .1s linear;-o-transition:padding .1s linear;-moz-transition:padding .1s linear;transition:padding .1s linear;}
				#global-nav #nav-list li .sub-menu a:hover{padding:0 15px 0 33px;}
			/* 二级菜单 END*/
		/* 导航 END */
	/* 头部 END */		

	/* 首页新闻轮播 */
	#slider-wrap {margin: auto;*margin-top:0;padding-bottom:0;position:relative;z-index:3;max-width: 100%;margin: auto;}
		#slide-name {position:absolute;left: 28px;z-index:4;top: 12px;font-size:29px;color: #555;}
	#slides #mv_slider .active{top:0;left:0;z-index:233;}
		#slides {height: 300px;position: relative;overflow:hidden;/* -webkit-box-shadow: inset 0 0 0 1px #f1f1f1; */-moz-box-shadow: inset 0 0 0 1px #f1f1f1;/* box-shadow: inset 0 0 0 1px #f1f1f1; */background: #f1f1f1;margin: 20px auto;}
	#slides #mv_slider li{position:absolute;}
		#slides #mv_bg{
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		background-size: 100%;
		D
		opacity: .5;
		-webkit-filter: blur(6px);
		filter: blur(6px);
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
		opacity: .7;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		overflow: hidden;
		background-position: -12px -12px;
		padding: 10px;
		top: -5px;
		left: -5px;
		display: none;
		}
		#slides #mv_slider li .mv_txt {position:absolute;left: 0px;top: 64px;}
		#slides #mv_slider li  .mv_txt .mv_title {padding-bottom:10px}
		#slides #mv_slider li  .mv_txt .mv_topic {font-size: 20px;float:left;background: #ad2c2c;background: rgba(162, 10, 10, 0.85);color:#fff;padding:16px;}
		#slides #mv_slider li .mv_txt .mv_topic img {padding:20px}
		#slides #mv_slider li .mv_txt .mv_outline {clear:both;font-size:12px;line-height:24px;background: #3c3c3c;background: rgba(0, 0, 0, .75);color:#fff;}
		#slides #mv_slider li .mv_txt .mv_outline p {padding:15px 20px;height:auto;width:372px;}
		#slides #mv_slider li {height: 350px;position:relative;width:100%;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
		#slides #mv_slider{-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;}
		#slides #mv_slider:hover{opacity:.9}
		#slides #mv_slider {width: 1080px;max-width:100%;margin:auto;position:relative;}
		#slides #mv_slider li .mv_pic {position:absolute;top:0;right:0;height:100%;-webkit-box-shadow:inset 0 0 15px #fff;-moz-box-shadow:inset 0 0 15px #fff;box-shadow:inset 0 0 15px #fff;overflow:hidden;}
		.slick-dots {position:absolute;bottom: 10px;z-index:233;left: 81px;}
		.slick-dots li {display:inline-block;*display:inline;margin: 6px 18px;border: 1px solid #ccc;background: #ccc;cursor:pointer;padding:0;}
		.slick-dots li button {background:none;display:block;font-size:0;border:none;cursor:pointer;height: 10px;width: 12px;\: 12px;}
		.slick-dots li:hover,.slick-dots li.active {background: #c62828;border: 1px solid #c62828;}

	#slides:hover #slider-panel{opacity:1;}
		#slider-prev {
		width: 92px;
		z-index: 233;
		cursor: pointer;
		height: 260px;
		border: none;
		padding: 0;
		left: -8px;
		background: none;
		position: absolute;
	}
	button#slider-prev:before{
		content:'';
		width: 68px;
		height:80px;
		display: block;
		background-image: url('../tora/img/sprite.png');
		-webkit-background-size: 800px 340px;
		   -moz-background-size: 800px 340px;
			 -o-background-size: 800px 340px;
				background-size: 800px 340px;
		background-position: 14px 78px;
	}
	button#slider-next:before {
		content: '';
		width: 68px;
		height: 80px;
		float: right;
		display: block;
		background-image: url('../tora/img/sprite.png');
		-webkit-background-size: 800px 340px;
		   -moz-background-size: 800px 340px;
			 -o-background-size: 800px 340px;
				background-size: 800px 340px;
		background-position: -40px 78px;
	}
	#slider-next {
		width: 92px;
		padding: 0;
		cursor: pointer;
		z-index: 233;
		right: -8px;
		background: none;
		border: none;
		height: 260px;
		position: absolute;
	}

	#slider-panel {
		z-index:233;
		-webkit-transition:opacity .3s ease;
		-o-transition:opacity .3s ease;
		-moz-transition:opacity .3s ease;
		transition:opacity .3s ease;
		position: absolute;
		width: 100%;
		top: 52px;
		opacity: .2;
		z-index: 2333;
		filter: drop-shadow(0 0 1px rgba(0,0,0,.5));
	}
	/* 首页新闻轮播 END */

	/* 讲座标题列表 */
		#lectures li {position:relative;display:inline-block;*display:inline;margin-right: 5px;/* display: inline; */width: 236px;overflow:hidden;-webkit-transition:background .3s ease;-o-transition:background .3s ease;-moz-transition:background .3s ease;-webkit-transition:background .3s linear;-o-transition:background .3s linear;-moz-transition:background .3s linear;transition: background .3s linear;vertical-align:top;*margin-left:3px;font-size: 12px;}
		#lectures li:hover {color:#fff;}
		#lectures li a {position:relative;height:32px;color:#000000;white-space: normal;font-size: 12px;background: #ddd;display:block;-webkit-transition: color .1s ease;-o-transition: color .1s ease;-moz-transition: color .1s ease;transition: color .1s ease;z-index:2;padding:10px;}
		#lectures {font-size: 0;margin: 25px auto;margin-top: 5px;white-space: nowrap;max-width: 100%;overflow: hidden;}
		#lectures li .time {background: #f1f1f1;display: block;position: relative;text-align: right;line-height: 32px;padding-right: 10px;color: #000;z-index: 1;}
		#lectures li:hover a {background: #424242;background: rgba(0, 0, 0, 0.6);color:#fff;}
		#lectures li:hover .time{background: #b3b3b3;background: rgba(0, 0, 0, 0.3);color: #fff;}
		#lectures img {position:absolute;float:left;height: auto;left:-6px;top:-6px;width:110%;-webkit-filter: blur(2px);will-change: opacity;filter: blur(2px);-ms-filter: blur(2px);filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');opacity:0;-webkit-transition: opacity .3s ease;-o-transition: opacity .3s ease;-moz-transition: opacity .3s ease;transition: opacity .3s ease;}
		#lectures li:hover img {opacity:1;}
	/* 讲座标题列表 END */

	/*首页内容主体 各栏目列表*/
	#main{background:#fff;max-width:100%;width:1200px;margin:auto;*margin-top:30px;}
	#main-sub-wrap {position:relative;margin:auto;overflow:auto;}
		#kuaijiedaohang {position:absolute;width:145px;font-family:microsoft yahei,sans-serif;/* height:224px; */bottom: 12px;font-size:20px;color:#fff;right:0;}
		#kuaijiedaohang-title {color: #b83131;line-height:1.8;font-weight:bold;border-bottom: 1px dotted #dadada;margin-bottom:10px;max-width:100%!important;}
		#kuaijiedaohang span {margin-left:5px;margin-bottom:24px;font-size:18px;display:block;/* max-width:112px; */}
		#kuaijiedaohang div {white-space:nowrap;}
		#kuaijiedaohang span a {color:#788a98;height:24px;*font-size:15px;display:block;position:relative;max-width: 112px;}
		#kuaijiedaohang span a {font-size:0;font-size:15px \9;}
		:root #kuaijiedaohang span a {font-size:0;}
		#kuaijiedaohang span a:hover {opacity:.5;}

		#kuaijiedaohang span a:hover:before {content:'';left:0;width:100%;-webkit-transition:width .3s;-o-transition:width .3s;-moz-transition:width .3s;transition:width .3s;}
		#kuaijiedaohang span a:before {position:absolute;content:"";width:0;bottom:-3px;left:100%;border-bottom:1px solid #ddd;-webkit-transition:width .3s,left .3s;-o-transition:width .3s,left .3s;-moz-transition:width .3s,left .3s;transition:width .3s,left .3s;}
		#kuaijiedaohang span .library {background-image:url("../tora/img/sprite.png");-webkit-background-size:700px 270px;-moz-background-size:700px 270px;-o-background-size:700px 270px;background-size:700px 270px;background-position:-110px 156px;}
		#kuaijiedaohang span .hqu {background-image:url("../tora/img/sprite.png");-webkit-background-size:700px 270px;-moz-background-size:700px 270px;-o-background-size:700px 270px;background-size:700px 270px;background-position: -226px 158px;}
		#kuaijiedaohang span .information {background-image:url("../tora/img/sprite.png");-webkit-background-size:700px 270px;-moz-background-size:700px 270px;-o-background-size:700px 270px;background-size:700px 270px;background-position:-355px 156px;}
		#kuaijiedaohang span .email {background-image:url("../tora/img/sprite.png");-webkit-background-size:700px 270px;-moz-background-size:700px 270px;-o-background-size:700px 270px;background-size:700px 270px;background-position:-469px 156px;}

		#list-wrap {padding-bottom:30px;display:inline-block;*display:inline;max-width:100%;width: 1200px;}
		#jiuyegongzuo .column-name {left:100px;position:relative;}
		#xuegongdongtai {margin-right: 0;margin-left: 0;width: 100%;}
		#xuegongdongtai .list a,#jiuyegongzuo .list a{max-width: 365px;}
		#jiuyegongzuo {display:none;position:absolute;left:0;width: 100%;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;margin: 0;}
		#tz-xw-wrap {width: 654px;margin-right: 27px;float:left;overflow:hidden;margin-left: 8px;position: relative;display: inline-block;*display:inline;max-width: 100%;}
		div#tongzhigonggao {
		width: 100%;
		margin-left: 0;
	}

	div#xueyuanxinwen {
		width: 100%;
		display: none;
		margin-left: 0;
	}
	#tz-xw-wrap .wenzhangliebiao .list a {max-width: 520px;}
		#gungonggao {position:relative;}
		#gungonggao .list>div {padding-left:5px;}
		#tongzhigonggao .list>div.new:before{
		content: '';
		width: 10px;
		height: 10px;
		background: #b83131;
		display: inline-block;
		margin-right: 5px;
	}
		#gungonggao a {max-width:560px;}
		.wenzhangliebiao {display:inline-block;*display:inline;margin-right: 9px;width:330px;position:relative;margin-left: 8px;}
		.wenzhangliebiao .list a {max-width:290px;vertical-align:middle;display:inline-block;*display:inline;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
		.hebing_sub a {top: -36px;position: absolute;right: 0;line-height: 36px;padding: 0 10px;height: 36px;}
		.wenzhangliebiao .list div {border-bottom: 1px dotted #ddd;line-height:30px;height:30px;color: #757575;position:relative;white-space:nowrap;}
		.wenzhangliebiao .list div {padding:0 5px;-webkit-transition:background .1s linear;-o-transition:background .1s linear;-moz-transition:background .1s linear;transition:background .1s linear;position:relative;}
		.wenzhangliebiao .list div:first-child {}

		.wenzhangliebiao .list div:hover {background:#f8f8f8;background: rgba(0, 0, 0, 0.02);}

		.hebing_sub {border:none!important;}
		.hebing_sub a {font-size:14px;}
		.column-name .more {font-size:14px;position:absolute;right: 0;font-weight:normal;line-height: 36px;height: 36px;padding: 0 10px;-webkit-transition:.2s ease;-o-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;top: 0;}
		.column-name .more:hover, .hebing_sub .more:hover {background: #555;color:#fff;border-color: #555;}
		.wenzhangliebiao .column-name {font-family:microsoft yahei,sans-serif;border-left: 16px solid #b83131;font-size:17px;line-height: 2;height: 36px;background: #f1f1f1;position:RELATIVE;z-index:2;padding-left:10px;border-bottom:none;}
		.column-name a {color: #555;}
		.column-name a:hover {color:#000;}
		.hebing:before, .column-name:before {content:'';display:inline-block;*display:inline;margin-right:8px;position:relative;top:6px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:none;}
		.wenzhangliebiao span.time {position:absolute;color:#aaa;display:inline-block;*display:inline;right:5px;top:0;}
		#bk-yjs-wrap {margin-bottom:20px;width: 465px;max-width:100%;display:inline-block;*display:inline;height: 222px;float: left;position:relative;}
		.hebing {height: 36px;border-left: 16px solid #b83131;background: #f1f1f1;font-family:microsoft yahei,sans-serif;}
		.hebing .active a:after {content: '';font-size:0;width:0;height:0;border-style:solid;border-color:transparent;display:block;border-bottom-color: #ffffff;border-width: 8px 9px;position:absolute;z-index: 1;bottom: -1px;left:50%;margin-left: -9px;}
		.hebing span {position: relative;line-height: 2;cursor:default;font-size: 17px;padding: 0 10px;display:inline-block;*display:inline;color:#777;height: 36px;}
		#entry-wrap {max-width:1200px;margin:auto;padding-bottom:30px;}
	/*首页内容主体 各栏目列表 END*/

	/* 面包屑 */
		#breadcrumb a {margin:0 5px;color: #333;line-height:18px;display:inline-block;*display:inline;}
		#breadcrumb a:hover {color: #b30000;}
		#breadcrumb {margin-top: 25px;*margin-top:0;margin-bottom: 36px;position:relative;color: #555;padding: 8px 24px;background-color: #f1f1f1;background-color: rgba(0, 0, 0, 0.05);}/* ie8兼容 去除背景图片 */
	/* 面包屑 END*/

	/* 侧边栏 */
	#side-menu {float:left;width: 126px;/* overflow:hidden; *//*!  */}
		#side-menu li {padding: 5px 12px;height:30px;display: block;*display:inline;width: 100%;line-height:2em;font-size:14px;font-weight:600;}
		#side-menu .current{background-color: #b30000;}
		#side-menu li:hover {background-color: #b30000;}
		#side-menu li a {text-decoration:none;color: #777;white-space:nowrap;overflow:hidden;max-width:100%;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:block;}
		#side-menu li.current a,#side-menu li:hover a {color:#fff;padding-left:12px;-webkit-transition:padding .1s linear;-o-transition:padding .1s linear;-moz-transition:padding .1s linear;transition:padding .1s linear;}
	/* 侧边栏 END*/

	/* 文章列表 */
	.article-title {font-size:2em;margin-bottom:16px;line-height:1;padding-left:8px;border-left: 16px solid #b30000;color: #000000;}
	#article-lists li.article-list {border-bottom:1px solid #eee;display:block;position:relative;line-height:36px;padding:0 6px;}
	#article-lists li:hover {background:#f8f8f8;}
	#article-lists li a {max-width:720px;white-space:nowrap;vertical-align:middle;overflow:hidden;display:inline-block;*display:inline;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
	#article-lists {max-width:820px;margin-bottom:20px;}
	/* 文章列表 END */

	/* 文章内容 */
	.article-content {margin-left:150px;padding-left:42px;padding-right:12px;line-height:1.5;text-align:justify;border-left:1px solid #ddd;position:relative;min-height:300px;max-width:100%;word-wrap:break-word;word-break:break-all;}
		.article-content.single-content {/*margin: 0 auto;padding-left: 10px;max-width: 920px;border-left: 0;*//*新闻单页*/}
		.article-content p {line-height:1.5;margin-bottom:1em;}
		.article-content td p{margin-bottom:0}
	/* 文章内容 END */

	/* 旧文章兼容处理 */
	#vsb_content {overflow:auto;}
		#vsb_content table {border-collapse:collapse;}
		#vsb_content table,#vsb_content  th,#vsb_content  td {}
	  #vsb_content  th td,#vsb_content  td td{padding:10px}
		#vsb_content>div {height:auto!important;width:auto!important;overflow:inherit!important;}
		.article-content img {height:auto!important;}
	/* 旧文章兼容处理 END*/

	/*文章信息*/
	#single-article-meta {font-size:15px;color:#999;margin-bottom:10px;text-align:right;}
		#single-article-meta span {padding:0 6px;line-height:24px;background:#fafafa;display:inline-block;*display:inline;-webkit-box-shadow:inset 0 0 1px #ccc;-moz-box-shadow:inset 0 0 1px #ccc;box-shadow:inset 0 0 1px #ccc;margin:2px;}
		.article-content .time {margin-left:10px;}
		#article-lists li .time {color:#999;position:absolute;right:5px;}
	/*文章信息 END */

	/*文章附件*/
	#attach-panel {line-height:2em;padding: 20px;margin:5px;margin-bottom: 20px;border-top: 8px solid #b30000;box-shadow: 0 1px 0 1px #eee;}
		#attach-panel .attach-title {font-size:15px;font-weight:bold;color: #b30000;}
		#article-attachs li a {margin-right:10px;color:#3273aa;}
		#article-attachs li {margin-left:30px;list-style-type:decimal;list-style-type:cjk-ideographic;}
		#article-attachs li a:hover {color: #b30000;}
		#article-attachs li span {color:#999;}
	/*文章附件 END*/

	/*文章分页*/
	#page-nav {display:block;height:auto;word-break:break-all;}
		#page-nav * {font-family:inherit;}/*字体脏处理*/
		#page-nav td, #page-nav spa, #page-nav a {display:inline-block;*display:inline;font-size:12px;font-family:inherit;line-height:32px;}
		#page-nav * {font-family:inherit;border:none;width:auto;margin:0;line-height:32px;height:32px;background:none;}
		#page-nav #gotopagebut {border:none!important;}
		#page-nav input {border:1px solid #666!important;line-height:18px!important;height:18px!important;margin:0 6px!important;}
	/*文章分页 END */


	/* 导师分类页面 */
	#daoshiliebiao li div {background: #e4e4e4;line-height:42px;margin:2px;font-size:16px;color: #424242;padding:0 12px;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-left: 12px solid #424242;width:620px;}
	#daoshiliebiao li {overflow:hidden}
	#daoshiliebiao>li{margin-bottom: 30px;}
	#daoshiliebiao li>div a {color: #424242;line-height: 20px;}
	#daoshiliebiao li>div a:hover {color:#000}
	#daoshiliebiao li ul {background:#fafafa;max-width:100%;width:658px;}
	#daoshiliebiao ul li p {margin-left:32px;line-height:24px;}
	#daoshiliebiao ul li div {border-left: 10px solid #616161;margin: 15px 0 6px 20px;line-height: 20px;padding-left:8px;font-size: 15px;max-width:608px;background: none;}
	ul#ssdslb {
		margin-bottom: 20px;
		margin-top: -32px;
		background: #f1f1f1;
		margin-left: 14px;
	}

	ul#daoshiliebiao {
		max-width: 620px;
		overflow: hidden;
	}

	/* 导师分类页面 END */

	/*导师列表*/
	#daoshi-list li .info img {width:120px;display:block;max-width:100%;}
	#daoshi-list li {padding:10px;max-width:820px;border:none!important;background:#fafafa;margin-bottom:6px;}
	#daoshi-list li span {display:inline-block;*display:inline;vertical-align:top;}
	#daoshi-list li:hover {background:#f1f1f1;}
	#daoshi-list li:hover .content {color:#000;}
	#daoshi-list li .info {width:120px;-webkit-box-shadow:0 0 2px rgba(0,0,0,.2);-moz-box-shadow:0 0 2px rgba(0,0,0,.2);box-shadow:0 0 2px rgba(0,0,0,.2);}
	#daoshi-list li .content {margin-left:18px;width:642px;max-width:100%;line-height:24px;color:#727272;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	#daoshi-list li .name {font-weight:bold;line-height:24px;height:24px;background:#eee;width:100%;text-align:center;}
	/*导师列表 END*/

	/*底部*/
	#footer {margin:0 auto;border-top:1px solid #ddd;color:#fff;position:relative;line-height:25px;background: #383838;}#footer a {white-space:nowrap;margin-right:10px;color: #a9a9a9;margin: 10px 15px 0 0;}
		#footer-link-wrap,#footer-other-wrap{max-width:1200px;margin: auto;margin-top: 24px;}
		#footer-hr{border-bottom: 1px solid #4d4d4d;padding-bottom: 24px;padding-top: 18px;}
		#footer a:hover {color: #FFC107;}
		#links {margin-right: 56px;width: 66px;padding:0 10px;display:inline-block;*display:inline;float: left;}
		.link-title {font-size: 1.1em;color: #ddd;font-weight: bold;margin-bottom: 8px;}
		.links {max-width: 556px;color: #a9a9a9;}
		#gezhonglianxi {width:240px;font-size:0;right:100px;bottom:60px;text-align:right;}
		#gezhonglianxi i {margin:0 5px;height: 38px;width: 38px;display:inline-block;*display:inline;background-image:url("../tora/img/contact-icon.png");_display:none;-webkit-background-size: 216px 36px;-moz-background-size: 216px 36px;-o-background-size: 216px 36px;background-size: 216px 36px;}
		#gezhonglianxi .weixin {background-position: -36px 0;}
		#gezhonglianxi .weibo {background-position: -109px 0;}
		#gezhonglianxi .phone {background-position: -178px 0;}
		#gezhonglianxi .weixin:hover {background-position: 1px 0;}
		#gezhonglianxi .weibo:hover {background-position: -72px 0;}
		#gezhonglianxi .phone:hover {background-position: -142px 0;}
		#outlinks {display:inline-block;*display:inline;float: left;margin-right: 52px;}
		#hiring {display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:2;/*!  *//*!  */}
		#hiring a{margin-left:5px;}
		#outlinksa {display:inline-block;*display:inline;}
		#copyright {color: #a9a9a9;float: right;}
		/* 微信扫码 */
		#wechat-cover {display:none;position:fixed;top:0%;left:0%;width:100%;height:133%;background-color: rgba(0, 0, 0, 0.4);z-index:233;}
		#wechat {width:250px;height:320px;max-width:100%;background-color:#fff;display:none;z-index:2333;}
		.close1 {height:32px;background: #2c2c2c;}
		#closebt:hover{color:#fff}
		#closebt {float:right;font-size: 19px;color: #af1111;margin: 6px;line-height:1;}
		#closebt img {width:20px;}
		.wechat-txt {text-align:center;}
		.wechat-txt p {height:30px;line-height:30px;font-size:16px;color:#000;font-weight:600;}
		.wechat-img {width:200px;margin:10px auto 0 auto;}
		.wechat-img img {width:200px;max-width:100%;}
		/* 微信扫码 END */

	/*底部 END */

	@media screen and (min-width:1500px){
		body{background-image: url('../tora/img/bo.png'),url('../tora/img/qie.png');background-position: right 52px top 380px,left 52px top 380px;background-repeat: no-repeat;}
		#main{min-height: 580px;}
		#middle-bar #info {
			height: 246px;
		}
		#middle-bar #info a {
		   margin-top: 52px;
		  }
	}
	@media screen and (min-width:1800px){
		html{font-size:13px;}
		body{background-position: right 7% top 420px,left 7% top 420px;}
		#main{width: 1400px;}
		#top-panel {
		/* max-width: 1400px; */
		}
		#middle-bar #info {
		max-width: 1400px;
		}#top-wrap #info {
		max-width: 1400px;
	}
	#footer-link-wrap,#footer-other-wrap{max-width:1400px}
		#global-nav #nav-list{width: 1400px;}
		#global-nav #nav-list>li>a {
		padding: 0 29px;
		}
		#global-nav #nav-list li .sub-menu a {padding: 0 34px;}
		#global-nav #nav-list li .sub-menu a:hover {padding: 0 28px 0 40px;}
		#slides #mv_slider {
		width: 1200px;}
		#slider-prev{left:0} #slider-next{right:0}
		#article-lists li.article-list {
		line-height: 46px;}
		#article-lists {
		max-width: 1100px;}
		#lectures{
	}
		#lectures li {width: 276px;}
		#entry-wrap{max-width:1400px;}
		.wenzhangliebiao {max-height: 258px;width: 390px;font-size: 13px;margin-right: 16px;}
		#list-wrap {width: 1400px;}
		.wenzhangliebiao .list div {line-height: 38px;height: 36px;}
		.wenzhangliebiao .list a {max-width: 342px;}
		#xuegongdongtai .list a, #jiuyegongzuo .list a {
		max-width: 570px;
	}
	#kuaijiedaohang {bottom: 47px;}
		#bk-yjs-wrap {height: 258px;width: 680px;}
		#tz-xw-wrap{width: 676px;}
	#daoshi-list li {
		max-width: 1120px;}
		#daoshi-list li .content {
		width: 942px;}
	}
	@media screen and (max-width:1500px) {
		#footer {padding: 24px 0;}
		#gezhonglianxi{right:20px;}
		#copyright{}
	}


	@media screen and (min-width:1250px){
		#global-header.fixed #top-wrap {position:fixed;top:0;margin:auto;width:100%;z-index:23333;height: 42px;}
		#global-header.fixed #top-panel {width:1200px;max-width:100%;height:0;margin:auto;left:0;}
		#global-header.fixed #top-panel #logo{height: 42px;width:200px;background-color:transparent;overflow:hidden;background-image:url(../tora/img/sprite.png);-webkit-background-size:265px 115px;-moz-background-size:265px 115px;-o-background-size:265px 115px;background-repeat:no-repeat;background-size:265px 115px;background-position:-55px 6px;}
		#global-header.fixed #top-panel #logo {opacity: .5;-webkit-transition: background-position-x .3s ease,opacity .5s linear;-o-transition: background-position-x .3s ease,opacity .5s linear;-moz-transition: background-position-x .3s ease,opacity .5s linear;transition: background-position-x .3s ease,opacity .5s linear;}
		#global-header.fixed #top-panel #logo {display:inline-block;display:none\9;}
		#global-header.fixed #top-panel #logo:hover{-webkit-filter: invert();filter: invert();}
		:root #global-header.fixed #top-panel #logo {display:inline-block;}
		#global-header.fixed .search{display:none}
		#global-header.fixed #middle-bar {margin-top:141px;z-index:-1;}
		#global-header.fixed{height:auto;}
	}
	@media screen and (max-width:1400px){

	}
	@media screen and (max-width:1250px) {
		#nav-list {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;/* width:100%; */text-align:left!important;}
		#nav-list li {width: 97px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;}
		#global-nav #nav-list>li>a{padding: 0 10px;}
	#list-wrap {margin-right:0;width:100%;}
		#middle-bar {-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
		#footer {padding: 30px 0;}
	}
	@media screen and (min-width: 1500px)
	body {
		background-image: url(../tora/img/bo.png),url(../tora/img/qie.png);
		background-position: right 52px top 380px,left 52px top 380px;
		background-repeat: no-repeat;
	}
	@media screen and (max-width: 516px) {
		html{background:#fff;min-width:100%;}
		#global-header {background: #a42525;height:auto;overflow:visible;-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
		#top-wrap{position: relative;height:auto;-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
		#top-panel {height:52px;/* position:relative; *//* z-index:-13;*/}
		#global-nav #nav-list {width:100%;overflow:hidden;height:0;left: 0;position:absolute;}
		#global-nav .navbar-toggle {display:block;position:absolute;top: -102px;z-index:2333;right:12px;height: 36px;width: 36px;background-color: transparent;outline: none;border:none;background-image:url("../tora/img/xuebi.png");-webkit-background-size:800px 340px;-moz-background-size:800px 340px;-o-background-size:800px 340px;background-size:800px 340px;background-position: -108px -227px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;-moz-transition:transform .3s ease, -moz-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);image-rendering: pixelated;}
		#global-nav.active #nav-list {margin-top: -1px;border: 0;background: #a42525;height: 260px;-webkit-transition:height .3s linear;-o-transition:height .3s linear;-moz-transition:height .3s linear;transition:height .3s linear;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotate(0);-o-transform:rotateZ(0);transform:rotateZ(0);}
		#global-nav.active .navbar-toggle {background-image:url("../tora/img/xuebi.png");-webkit-background-size:800px 340px;-moz-background-size:800px 340px;-o-background-size:800px 340px;background-size:800px 340px;background-position: -138px -227px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;-moz-transition:transform .3s ease, -moz-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease;background-color: transparent;outline: none;}
		#entry-wrap{position:relative;padding:10px;}
		.sub-menu {display:none!important;}
		#breadcrumb {margin:0;padding: 6px 10px;/* color: #fff; */}
		.search {left:10px;width: 223px;top: 8px;-webkit-border-radius: 0;-moz-border-radius: 0;background: rgba(255, 255, 255, 0.05);border-radius: 16px;box-shadow: none;}
		.search .text{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width: 172px;}
		#middle-bar {
		display: none;
	}
		#top-wrap #info{height: auto;}
		#top-wrap #info a {height: 56px;color:#fff;margin-top: 0;-webkit-background-size:400px 170px;-moz-background-size:400px 170px;-o-background-size:400px 170px;background-size: 400px 170px;background-position: 8px 0;background-repeat:no-repeat;background-image: url(../tora/img/sprite.png);-webkit-filter: none;filter: none;}
		.college-name {margin:0;width:100%;}
		#list-wrap {margin:0;width:100%;}
		.wenzhangliebiao .list div:first-child {padding-top:0;}
		.wenzhangliebiao .list a {display:block;max-width:100%;padding-right:36px;}
		#global-nav #nav-list li {border:none!important;display:block;text-align:left;float:left;line-height: 28px;width:50%;}
		#global-nav #nav-list>li>a {font-size:12px;text-align:center;line-height: 42px;color: #fff;}
		#main {background:#fff;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;outline: none;}
		#main-sub-wrap {padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
		#slides #mv_slider:hover {opacity:1;}
		#slides {border-bottom: none;height: 342px;border-top:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;margin: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:100%;background:none;-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);}
		#slides #mv_bg{display:none;}
		#slides #mv_slider li .mv_txt {max-width:100%;left:0;margin-top: 136px;position:absolute;width:100%;background: #aaa;}
		#slides #mv_slider li .mv_pic {width:100%;max-height:200px;overflow:hidden;}
		.slick-dots {width:100%;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;bottom: 0;left:0;text-align:center;/* padding:5px 0;*/}
		#slides #mv_slider li a {}
		#slides #mv_slider li .mv_pic img {width:100%;}
		#slides #mv_slider li  .mv_txt .mv_topic {font-size:13px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
		#slides #mv_slider li .mv_txt .mv_outline p {padding:8px 16px;width:100%;height: 60px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
		#slider-wrap {margin:0;padding:0;max-width:100%;overflow:hidden;background:none;}
		#slide-name {display:none}
		#slider-panel{-webkit-filter: drop-shadow(0 0 2px rgba(0,0,0,.3));filter: drop-shadow(0 0 2px rgba(0,0,0,.3));top: 0;opacity: .2;}
			#slider-prev{height: 200px;}
			#slider-next{height: 200px;}
		#slides:hover #slider-panel {opacity: .2;}
		#slides:active #slider-panel {opacity: 1;}		
		#tongzhigonggao {float:none}
		.hebing {}
		#article-lists li a {max-width:100%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;*display:inline;line-height:1.5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:63px;}
		#tongzhigonggao .list a,#xuegongdongtai .list a {max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-left:62px;position:absolute;left:0;top:0;padding-right:36px;}
		#tongzhigonggao .list .new a{padding-left: 77px;}
		#tz-xw-wrap .wenzhangliebiao .list a {max-width:72%}
		.article-content {border-left:0;margin:0;padding:5px;}
		.article-content img {height:auto!important;max-width:90%;/*word导入的文章p标签内的indent（大部分为24px） 撑开文章标签出现横向滚动条 缩小img 320*0.1=32 */}
		.article-title {font-size:16px;border-left-width:12px;}#single-article-meta span {font-size:12px}#daoshiliebiao {}#daoshi-list li .content {margin:0!important;}
		#side-menu {float:none;margin-top: 5px;margin-bottom:20px;width: 100%;}
		#side-menu ul {border-left:5px solid #999;background:#eee;padding:5px;}
		#side-menu li {display:inline-block;*display:inline;font-size:12px;padding:0;*display:inline;width:32%;height:24px;text-align:center;margin:0;}
		#side-menu li:hover a,#side-menu li a {padding: 0!important;}

		#footer {background: #222;color:#fff;padding-bottom:20px;padding: 0;max-width:100%;overflow:hidden;}
		#footer-hr{padding:0;border: none;}
		#footer #copyright a{white-space:normal;}
		#kuaijiedaohang {position:relative;top:-24px;height:124px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;}
		#kuaijiedaohang-title {display:block!important;}
		#kuaijiedaohang div {margin:0;padding:0;*display:inline;/* padding:0 10px; */width: 90%;margin-left: 8px;}
		#kuaijiedaohang span {display: inline-block;*display:inline;width:98px;margin: 0;width: 50%;}
		#lectures {border-left:none;/* border-top: 8px solid #dadada; */margin-top: 0;white-space: normal;}
		#lectures li {width:100%;height: 52px;border-bottom: 1px solid #f1f1f1;}
		#lectures li img{display:none}
		#links {margin:0;margin-top: 24px;padding: 0 10px 10px 10px;display:block;border:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
		#links div {display: block;}
		#footer a {color:#ded9d9;}
		#outlinks {border:none;padding:10px;}
		.links{margin-left: 10px;}
		#hiring {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding: 10px;position:relative;z-index:2;background:none;color:#fff;width:100%;}
		#footer-link-wrap, #footer-other-wrap{margin-top:0}
		#lectures li a {padding-right:56px;background: none;}
		#lectures li .time {top: 3px;position: absolute;z-index: 2;right: 0;background: none!important;}
		#bk-yjs-wrap {max-width:100%;margin:0;margin-bottom:20px;width:100%;}
		.wenzhangliebiao {margin:0;margin-bottom:15px;width:100%!important;}
		#tongzhigonggao {width:initial;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin: 0;margin-bottom: 15px;}
		#gezhonglianxi {position:relative;top:0;height:68px;margin-bottom:20px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 20px;left:0;text-align:left;white-space:nowrap;padding-top:10px;}
		#gezhonglianxi i {margin-right: 36px;display:inline-block;*display:inline;width:36px;height:36px;margin-left:0;}
		#gezhonglianxi i {-webkit-background-size:243px 40px;-moz-background-size:243px 40px;-o-background-size:243px 40px;background-size:243px 40px;}
		#gezhonglianxi .weixin {background-position: -43px 0;}
		#gezhonglianxi .weibo {background-position: -124px 0;}
		#gezhonglianxi .phone {background-position: -206px 0;}
		#gezhonglianxi .weixin:hover {background-position:-2px 0;}
		#gezhonglianxi .weibo:hover {background-position:-82px 0;}
		#gezhonglianxi .phone:hover {background-position:-165px 0;}
		#gezhonglianxi i:hover {opacity:.8}
		#copyright {left:0;text-align:center;position:relative;padding: 0 10px;margin-top:0;top:0;}

	}
div#dangjiandongtai {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}