@charset "utf-8";
/***************
TsingStone Info&Art Design Studio
the Academy of Arts & Design, Tsinghua University
Author:Jason Woo 
***************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,figure,figcaption,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tf,tr,th {
	border: 0px;
	padding: 0px; 
	font-size: 100%; 	
	margin: 0px; 
	font-family: inherit; 
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight:normal;
}


body {
	/*background:#22132d ;*/
	color: #444;
	line-height: 20px;
	font-size: 12px;
	font-family:"Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
	margin: 0px;
}


input,textarea,select
{
	font-family: "Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:12px;
	outline:none;
}

.content
{
	background:#fff;
	min-width:320px;
}

img {
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}

a,a:link {
	text-decoration: none;
	/*color:#4F608C;*/
	color:#444;
}

a:hover
{
	text-decoration:none;
	color:#304174;
}

ul, li {
	list-style-type:none;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;
}

.yahei{
	font-family:"\5FAE\8F6F\96C5\9ED1";
}


h1,h2,h3,h4
{
	font-family:"\5FAE\8F6F\96C5\9ED1";
}

.relative
{
	position:relative;
}

.clearfix {
*display:table;
*zoom:1;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:0;	
}

*::selection {
    background:#ffc000;
    color: #FFFFFF;
    text-shadow: none;
}

*::-moz-selection
{
    background:#ffc000;
    color: #FFFFFF;
    text-shadow: none;
}


.ie6
{
	text-align:center;
	font-size:14px;
	background:#FC6;
	line-height:60px;
}

.ie6 span
{
	float:right;
	margin-right:30px;
	cursor:pointer;
}


.blankspace
{
	height:1.5em;
	overflow:hidden;
	margin:0;
	padding:0;
	clear:both;
}

/*comm used header,content,footer*/
#top-nav {
    background: #304174;
    height: 5px;
}

.mainWrap {
	max-width:1000px;
	margin:auto;
	min-width:320px;
}
.mainInfoWrap {
	max-width:980px;
	margin:auto;
	min-width:320px;
}

.header{	
	background: #304174;
	/*background:#fff url(../images/bg.jpg) repeat-x top*/
}

.header .topLine
{
	border-top:7px solid #304174;
}

.header .topWrap
{
	height:124px;
}

.header .logo {
	float:right;
	_display:inline;
	margin-top:20px;
}

.header .thu-logo{
	float:left;
	_display:inline;
	margin-top:20px;
}

.header .name{
    display: block;
    text-align: right;
    float: right;
    padding-right: 30px;
    color: #fff;
    margin-top: 55px;
}
.header .chinese-name{
	color:#fff;
	font-size: 28px;
}
.header .english-name{
	display: block;
    color: #A8AA94;
    font-family: Arial, Tahoma, Verdana;
    text-align: right;
    font-size:14px;
}
.header .logo img{   
	max-height: 100px;
}

.header .thu-logo img{
    width: 270px;
    padding: 5px 0px 15px 30px;
}

.header .search
{
	float:right;
	_display:inline;
}

.header .search .ext
{
	visibility:hidden;
	padding:16px 0 10px 0;
	text-align:right;
}

.header .search .ext a
{
	color:#4d1379;
	text-align:right;
}

.header .search .inp
{
	height:18px;
	width:140px;
	border:1px solid #b1b1b1;
	padding:5px;
	float:left;
	_display:inline;
	border-right:0;
	-webkit-appearance:none
}

.header .search .btn
{
	background:#304174;
	height:30px;
	padding:0 8px;
	*padding:0 8px 0 12px;
	line-height:29px;
	text-align:center;
	border:0;
	float:left;
	font-size:16px;
	_display:inline;
	color:#fff;
	cursor:pointer;
}

.header .search .btn:hover
{
	background:#22132d;
}

.header .nav
{
	border-top:1px solid #dedede;
	padding-top: 15px;
	border-bottom: 1px solid #e7e7e7;
}

.header .nav .menu
{
	display:none;
}


.header .nav li
{
	float:left;
	_display:inline;
	padding:5px 2px 5px 3px;
	position:relative;
	z-index:999;
	zoom:1;
	/*min-width: 9%;*/    
	min-width: 12%;
    text-align: center;
}

.header .nav li a
{
	display:block;
	line-height:42px;
	font-size:15px;
	color:#333;
	padding:0 0px;
	/*padding:0 14px;*/
	/**padding:0 13px;*/
}

.header .nav li a:hover,.header .nav li a.hover
{
/*	background:#304174;
	color:#fff;*/
	color:#559bea;
}

.header .nav li a i
{
	padding:0;
	*margin:0 -3px 0 6px;
}

.header .nav li a i:before
{
	margin-right:-2px;
}

#nav ul
{
	background:#304174;
	position:absolute;
	top:42px;
	width:180px;
	z-index:2;
	padding:5px 0;
	display:none;
}

#nav ul.last
{
	right:2px;
}


#nav ul li
{
	float:none;
	display:block;
	padding:0;
	margin:0;
	width: 100%;
    text-align: left;
}

#nav ul li a
{
	line-height:38px;
	font-size:14px;
	color:#fff;
	padding:0 0 0 20px;
}

#nav ul li a:hover
{
	background:#3d1c55
}


.content
{
	padding-bottom:40px;
}

.content .thuimg 
{
	text-align:center;
}

.content .thuimg .thuimgWrap
{
	min-width:1000px;
	overflow:hidden;
	background:url(../themes/WingTecherResearch/assets/images/loading.gif) no-repeat center center;
	*height:400px;
}



.breadcrumbs {
	margin-top: -20px;
    display: inline-block;
    font-family: "microsoft YaHei";
}
.breadcrumbs ul {
	
    margin: 0;
}

.breadcrumbs ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #aaaaaa;
}

.breadcrumbs ul li a:hover {
    color: #b668f0;
}

.breadcrumbs ul li.breadcrumbs-label {
    padding-right: 0;
    color: #aaaaaa;
}
.breadcrumbs ul li {
    color: #aaaaaa;
    font-size: 12px;
    float: left;
    list-style: none;
    display: inline-block;
}
.pull-right {
    float: right!important;
}

.footer .footWrap
{
	background:#e0e0e0;
	padding:40px 0;
}

.footer .footWrap li
{
	width:125px;
	float:left;
	_display:inline;
}

.footer .footWrap h4 
{
	padding-bottom:8px;
}

.footer .footWrap h4 a
{
	font-size:15px;
	color:#22132d;
}

.footer .footWrap h4 a:hover
{
	color:#4F608C
}
.footer .footWrap a
{
	color:#585858;
	display:block;
	line-height:24px;
	text-align:center;
}

.footer .footWrap a:hover
{
	color:#4F608C
}

.footer .copyrights
{
	color:#a5a2a7;
	padding:20px 0;
	line-height:22px;
}

.footer .copyrights .info
{
	float:left;
}

.footer .copyrights .info span
{
	padding-right:24px;
}

.footer .copyrights .icp
{
	float:right;
}
.footer .copyrights .copy
{
	color:#6f6a74;
	display:block;
}




/*plugin*/

._plugMasklayer {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
	filter:alpha(opacity=80);
	 _position: absolute;
    position:fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
	bottom:0;
}

._plugLayer {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    left: 50%;
    top: 50%;
	border:1px solid #609;
    _position: absolute;
	position:fixed;
    z-index: 9999;
}

    
@media screen and (min-width:800px) {
	.detailContent .column_v2{
		padding: 0 30px 0 230px;
		/*max-width: 770px;*/
	    width: 100%;
	    top: 0px;
	    position: absolute;
	}
	.detailContent .column_v2 .articleContent{
		/*margin:5px 0px 5px 0px;*/
		margin:20px 30px 10px 30px;
	}
}
@media screen and (max-width:800px) {
	
	body{line-height: 18px;}

	.mainWrap
	{
		max-width: 760px;
	}
	.header .nav li
	{
		padding:5px 2px 5px 2px;
	}
	.header .nav li a
	{
		font-size:12px;
		padding:0 0px;
	}
	.header .thu-logo{
		display:none;
	}
	
	#nav ul
	{
		width:150px;
	}
	
	#nav ul li a
	{
		font-size:12px;
		line-height:32px;
		padding: 0 0 0 14px;
	}
	
	.content
	{
		padding-bottom: 100px;
	}
	
	.footer .footWrap li
	{
		width:190px;
		height:200px;
	}
	
	.footer .copyrights
	{
		text-align:center;
	}
	
	.footer .copyrights .info
	{
		float:none;
		display:block;
	}
	
	
	.footer .copyrights .icp
	{
		float:none;
		display:block;
	}
	

	.detailContent .column_v2{
		padding: 0px 30px 0 180px;
		width:100%;
		position:absolute;
		top:0;
	}
	.detailContent .column_v2 .articleContent{
		margin:5px 0px 5px 0px;
		/*margin:50px 30px 10px 30px;*/
	}
}


@media screen and (max-width:640px) {
	
	.mainWrap
	{
		width: 100%;
	}
	
	.header .topWrap
	{
		position:relative;	
	}
	
	.group-info-section
	{
		position:relative;	
	}

	.header .thu-logo{
		display:none;
	}

	.header .logo
	{
		float:none;
		margin:auto;
		display:block;
		position:absolute;
		top:20px;
		left:30%;
		margin-left:-100px;
	}
	.header .name{
	    display: block;
	    text-align: right;
	    float: right;
	    padding-right: 30px;
	    color: #fff;
	    margin-top: 20px;
	}
	.header .chinese-name{
		color:#fff;
		font-size: 24px;
	}
	.header .english-name{
		display: block;
	    color: #A8AA94;
	    font-family: Arial, Tahoma, Verdana;
	    text-align: center;
	    font-size:14px;
	}
	
	.header .search
	{
		float:none;
		position:absolute;
		width:100%;
		top:0px;
		background:#304174;
	}
	
	.header .search .ext
	{
		float:right;
		padding:4px 30px 10px 0;
	}
	.header .search .ext a
	{
		color:#fff;
	}
	
	.header .search .inp
	{
		border:0;
		margin-left:20px;
		height:14px;
		width:130px;
	}
	
	.header .search .btn
	{
		background:#22132d;
		height:24px;
		line-height:24px;
		font-size:14px;
	}
	
	.header .topWrap
	{
		height: 130px;
	}
	
	.header .nav
	{
		background:#efefef;
		border:0;
		padding-top: 15px;
	}
		
	.header .nav .menu
	{
		display:block;
		line-height:44px;
		font-size:18px;
		padding:0 20px;
		cursor:pointer;
		color:#22132d;
	}
	.header .nav .menu .menuicon
	{
		float:right;
		color:#22132d;
		/*margin-top:15px;*/
	}
	
	.header .nav ul
	{
		display:none;
	}
	
	.header .nav li
	{
		float:none;
		padding:0;
		border-top:1px solid #ddd;
		background:#fff;
		overflow:hidden;
	    width: 100%;
	    text-align: center;
	}

	.header .nav li a
	{
		font-size:15px;
		text-indent:20px;
	}
	
	.header .nav li a .thuicon-angle-down
	{
		display:none;
	}
	
	.content
	{
		padding-bottom: 50px;
	}
	.detailContent .column_v2{
		padding: 0px 0px 0 0px;
		width:100%;
		position:relative;
		/*position:absolute;*/
		/*top:0;*/
	}
	.detailContent .column_v2 .articleContent{
		margin:5px 0px 5px 0px;
		/*margin:50px 30px 10px 30px;*/
	}
	
	.footer .footWrap
	{
		padding:14px 0;
	}
	
	.footer .footWrap li
	{
		width:25%;
		height:auto;
	}
	
	.footer .footWrap a
	{
		display:none;
	}
	
	.footer .footWrap h4 a
	{
		display:block;
		font-size:12px;
		line-height:30px;
	}
	
	.footer .footWrap h4
	{
		padding-bottom:0;
	}
	
	.footer .copyrights
	{
		text-align:center;
	}
	
	.footer .copyrights .info
	{
		float:none;
		display:block;
		padding:0 30px;
	}
	
	.footer .copyrights .info span
	{
		display:block;
		padding:0;
	}
	
	.footer .copyrights .icp
	{
		float:none;
		display:block;
	}
	
}

@media screen and (max-width:360px) {
	.content { 
		padding-bottom: 30px;
	}	
}

@media screen and (max-width:320px) {

/*	.header .logo img{
		width:150px;
	}*/
	.header .thu-logo{
		display:none;
	}
	
	.header .logo {
		margin-left:-80px;
	}
	
	.header .topWrap
	{
		height:110px;
	}
	
	.header .search .inp
	{
		width:100px;
	}

	.header .nav .menu
	{
		line-height:40px;
		font-size:16px;
	}


}


/*action*/
.fadein
{
	transition:all .3s ease-in;
}


.phptomargin {
    padding: 0;
    margin-bottom: 65px;
    position: relative;
    background: #fff;
    /*height: 250px;*/
}
.abdivstyle {
    top: 0px;
    left: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 3;
    background: #fff;
    height: 15px;
}
.abdivstyle .w120-img {
    width: 160px;
    height: 60px;
    margin: 0 auto;
}
.abdivstyle .w120-img img{
    /*border-radius:200px;*/
} 
.img-w100 {
    max-width: 100%;
    display: block;
}
.abdivstyle .ceo-name {
    margin-top: 8px;
    font-size: 18px;
    color: #5c307d;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.abdivstyle .line-bottom {
    width: 20px;
    height: 4px;
    margin: 0 auto;
    background: #5c307d;
    margin-top: 3px;
    padding:0;
}
.abdivstyle .job-detail {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    color: #595E61;
    font-size: 14px;
    padding:0;
    text-align: center;
}
.abdivstyle .job-email {
    height: 20px;
    margin-top: 2px;
    color: #787D81;
    padding:0;
    text-align: center;
}
.post-list{
	/*min-height:300px;    */
	margin-top: -20px;
}

.newslink {
    margin: auto;
    width: 100%;
    height: auto;
}
.sign {
    margin-top: -2px;
    width: 40px;
    /*height: 40px;*/
    float: left;
    text-align: center;
    vertical-align: middle;
}
.sign img{
    vertical-align: middle;
}
.newslink .title {
    margin: auto;
    width: 100%;
    /*height: 40px;*/
    /*font-family: Helvetica,Simsun;*/
    font-size: 15px;
    color:#000;
    margin-top: 15px;
    /*line-height: 40px;*/
    /*float: left;*/
}
.newslink .newsinfo {
	margin: auto;
    width: 100%;
    font-family: Helvetica,Simsun;
    color: #000;
    /* line-height: 40px; */
    float: left;
    color: #555;
    font-size: 13px;
    line-height: normal;
    margin-left: 40px;
    margin-bottom: 5px;
    padding: 0px;
}
.newslink .time {
    margin: auto;
    width: 100%;
    /* font-family: Helvetica,Simsun; */
    font-size: 14px;
    color: #666;
    float: left;
    margin-left: 40px;
}
