* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	border: 0;
}

a {
	border: 0;
         word-break: break-all;
}
p,li,h4,h5{
word-break: break-all;
}

body {
	background-size: cover;
	-ms-background-size: cover;
	background-color: #f2f2f2;
}

.flex-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 0;
}

.text-center{
	text-align: center;
}

.flex-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	/*float: left;*/
}
.col-sm-3 {
	width: 240px;
	display: inline-block;
}
.col-sm-9{
	width: 945px;
	display: inline-block;
}

/*头部*/
.top {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	margin: 0 auto;
	background: rgba(85, 119, 130, .55);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF929da5, endColorstr=#BF929da5);
}

.navbar-nav {
	width: auto;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	float: left;
}

.navbar-nav li{
	display: inline-block;
	padding: 0 7px;
	height: 100%;
	text-align: center;
	float: left;
}

.navbar-nav li a{
	font-size: 14px;
	color: #fff;
}

.dropdown{
	position: relative;
}

.navbar-nav .dropdown{
	vertical-align: text-bottom;
	background: url(../images/sanjiao.jpg) no-repeat 0px 23px;
	padding-left: 20px;
}

.dropdown-menu{
	width: 80px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(85, 119, 130, .95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF9da8b0, endColorstr=#BF9da8b0);
	display: none;
}

.dropdown-menu li{
	text-align: center;
	float: none;
}

.seek{
	width: 270px;
	height: 26px;
	margin-top: 13px;
	font-size: 0;
	padding: 5px 0;
	border: 1px solid #fff;
}

.seek-soushuo{
	display: inline-block;
	width: 40px;
	height: 26px;
	padding: 0 10px;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #fff;
	background: url(../images/sousuo.jpg) no-repeat 6px 0;
	cursor: pointer;
}

.form-control{
	width: 200px;
	/*height: 100%;*/
	font-size: 14px;
	padding: 3px 10px;
	color: #fff;
	border: none;
	background: transparent;
}

.seek-soushuo:focus,input.form-control:focus{
	border: none !important;
	border-color: transparent !important;
	box-shadow: none;
}

/*hd-logo*/
.hd-logo{
	width: 510px;
	margin-top: 30px;
}


/*主体内容*/

.content {
	width: 100%;
	height: auto;
	margin-top: 235px;
	padding: 20px 0;
}

/*左侧*/

.figure{
	background-color: #fff;
	margin-bottom: 10px;
	padding: 20px;
}

.left-figure{
	width: 90px;
	height: 90px;
	padding-bottom: 10px;
	margin: 0 auto;
}
.left-figure images{
	width: 100%;
	height: 100%;
}

.caption h4 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 5px;
}

.caption p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.caption .iconfont-zan{
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/zan.jpg) no-repeat;
}

.doctoral {
	display: inline-block;
	padding: 3px 30px;
	border: 1px solid #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.doctoral a{
          color:#000;
}
/*栏目导航*/
.panel-group{
	background-color: #fff;
	/*padding: 20px 0;*/
}
.panel-group .collapse{
           display:inline-block;
           width:210px;
}
.panel-heading {
	height: 100%;
	line-height: 60px;
	padding: 0 15px;
	border-bottom: 1px solid #f2f2f2;
}

.panel-title a, .panel-heading .copy{
	color: #333;
}
.panel-heading .copy{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 19px;
	background: url(../images/copy1.png) no-repeat;
	cursor: pointer;
	float: right;
}

.panel-heading .copy-active{
	background: url(../images/copy2.png) no-repeat;
}

.panel-active {
	background: #557782;
}

.panel-active .panel-title a, .panel-active .copy{
	color: #fff;
}

.panel-collapse{
	height: auto;
	display: none;
}

.in{
	display: block;
}

.panel-collapse .list-group-item{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 48px;
	padding-left: 85px;
	background: url(../images/liebiao_bj.png) no-repeat 20px -29px;
}

.caption-image{
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.caption{
	font-size: 14px;
	line-height: 30px;
}

/*内容右侧*/

.currentPosition {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	padding: 0 20px;
	background: #fff;
	margin-bottom: 10px;
}

.currentPosition a {
	display: inline-block;
	width: 32px;
	height: 100%;
	padding-right: 10px;
	float: left;
	background: url(../images/shouye.jpg) no-repeat 0 17px;
}

.currentPosition p {
	display: inline-block;
	float: left;
}
.currentPosition p a {
	display:inline;
	width:auto;
	height:auto;
	background:none;
	float:none;
	padding:0;
	color:#000;
}
.panel-right{
	background-color: #fff;
	margin-bottom: 15px;
}

.panel-right .panel-heading{
	height: 46px;
	line-height: 46px;
	background: #557782;
}

.panel-qi .panel-heading{
	background-color: #678189;
}

.panel-listTitle,.panel-listTitle a{
	color: #fff;
}

.bookmark{
	display: inline-block;
	width: 36px;
	height: 36px;
	padding-right: 15px;
	vertical-align: middle;
}

.panel-listTitle a span{
	font-size: 16px;
	color: #bdcbde;
	font-weight: 500;
	padding-left: 10px;
}

.table {
	width: 100%;
	background: #fafafa;
	box-sizing: border-box;
}

.table tr td {
	width: 50%;
	line-height: 34px;
	font-size: 14px;
}

.table>tbody>tr>td {
	padding-left: 30px;
	border-top: none;
}

.panel-body{
	padding: 0 30px;
}

.nameofteam{
     line-height: 36px;
     text-indent: 2em;
     font-weight: bold;
     margin-top: 10px;
}

.introduce{
	line-height: 36px;
	text-indent: 2em;
text-align: justify;
}

.panel-introduce{
	text-align: -moz-center;
	text-align: -webkit-center;
	text-align: center;
	margin: 0 auto;
}

.panel-album{
	display: inline-block;
	width: 100px;
	/*height: 150px;*/
	margin: 18px;
	float: left;
}

.panel-album a{
	width: 100%;
	height: 120px;
          display:inline-block;
}

.panel-album images{
	width: 100%;
	height: 100%;
}
.panel-album p{
	line-height: 32px;
	font-size: 14px;
}

.work {
	font-size: 14px;
	margin-top: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.work:last-child {
	border-bottom: none;
}

.work p {
	display: inline-block;
}

.work .work-dat {
	font-size: 14px;
	color: #3a5141;
	font-weight: 700;
}

.work span {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #999;
	vertical-align: middle;
	padding: 4px 11px;
             margin-top: 5px;
}

.yanj li{
	line-height: 36px;
	font-size: 14px;
}



/*底部*/

footer {
	width: 100%;
	min-width: 1200px;
	height: auto;
	padding: 25px 0;
	background: #557782;
}

.foot-copyright p {
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	text-align: right;
}

/*我的相册*/
.content-zw{

}

.col-sm-4{
	display: inline-block;
	width: 285px;
	padding: 0 15px;
	float: left;
}

.album-image{
	width: 285px;
	height: 190px;
	float: left;
}

.album-image images{
	width: 100%;
	height: 100%;
}
.album-image div{
    vertical-align: middle;
    height: 190px;
    display: table-cell;
    text-align: center;
    width: 285px;
    border:1px solid #ccc;
    box-sizing: border-box;
    padding: 3px;
}
.sm-caption{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pagination{
	width: 460px;
	margin: 0 auto;
	padding: 20px 0;
}
.pagination li{
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px;
	border: 1px solid #f2f2f2;
	float: left;
}

.pagination li a{
	color: #333;
}

.pagination .active{
	background-color: #557782;
}
.pagination .active a{
	color: #fff;
}

/*内容列表页*/

.section{
	padding-bottom: 15px;
}
.list-panel-text{
	padding: 10px 30px;
}

.list-panel-text li{
	width: 100%;
	line-height: 36px;
	
}

.list-panel-text li a,.panel-moune a{
	font-size: 14px;
	color: #333;
}

.panel-moune{
	padding: 5px 30px;
	text-align: right;
}

/*正文内容——a*/
.main-body{
	padding: 25px;
          overflow:hidden;
}

.content-text{

}
.content-text p{
	font-size: 16px;
	color: #333;
	line-height: 34px;
	/* text-indent: 2em;*/
}

.issue{
	padding: 20px 0;
}

.issue p{
	display: inline-block;
}

.issue p span{
	font-size: 14px !important;
	color: #666;
}

.content-image{
	display: inline-block;
	width: 415px;
	height: 250px;
	margin: 10px 15px 15px;
	overflow: hidden;
	float: left;
}
.content-image images{
	width: 100%;
	height: 100%;
}
.content-image div{
    vertical-align: middle;
    height: 248px;
    display: table-cell;
    text-align: center;
    width: 415px;
      border: 1px solid #ccc;
}
.accessory a{
	color: #333;
}

.paging{
	padding-top: 20px;
          clear: both;
}

.paging	a{
	font-size: 14px;
	color: #333;
}

/*研究团队*/
.team-title{
	padding: 10px 0;
	font-size: 16px;
         text-indent: 2em;
}

.team-explain{
	font-size: 14px;
	line-height: 34px;
}

.tram-image{
	font-size: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}

.team-pad{
	width: 268px;
}

.member-image{
	width: 300px;
	height: 250px;
	padding-left: 25px;
	padding-right: 25px;
    display: inline-block;
}

.member-image images{
	width: 100%;
	height: 100%;
}

.member-image div{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

/*标题列表*/
.list-conteat .list-group-item{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	padding: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-conteat .list-group-item h5{
	font-size: 15px;
	line-height: 34px;
}
.list-conteat .results h5 span{
           color:#000;
}

.list-conteat .list-group-item p{
	font-size: 13px;
	color: #666;
	text-indent: 1em;
}

   /*团队成员*/
.member {    padding: 0 10px 0 20px;}
.team h3{line-height: 32px;color: #333;font-size: 16px;margin-bottom: 15px;}
.team h4{line-height: 26px;margin-bottom: 15px;margin-top: -15px;}
.team ul li{float: left;width: 130px;margin: 0 27.14px 20px 0;}
.team .img-wp{width: 120px;height: 144px;padding: 4px;border: 1px solid #ccc;  display: table-cell; text-align: center;vertical-align: middle;}
.team .img-wp img{max-width: 116px;max-height: 140px;}
.team ul li p{line-height: 18px;padding: 8px 0;text-align: center;color:#000;}

.resume{
	width:100%;
	background: #fafafa;
	box-sizing: border-box;
	padding-left: 30px;
           padding-right:20px;
}

.resume li{
	float:left;
	width:50%;
	line-height: 34px;
	font-size: 14px;
}

/* xueshengxinxi*/
.rightconside h2 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #286fb7;
}
.rightconsidexsxx h2 {
    width: 100%;
    height: 35px;
    font-size: 16px;
   color: #50cacf;
}
.rightconsidexsxx {
    width: 93%;
    margin: 0 auto;
}
.xsxxtit {
    width: 100%;
    height: 30px;
    background: #f7f6f6;
    border: 1px solid #f1f1f1;
}
.xsxxtit h2 {
    width: 165px;
    height: 30px;
    line-height: 30px;
    text-indent: 12px;
    color: #FFF;
    background: #50cacf;
    border: 1px solid #50cacf;
}
.xsxxfei1 {
    width: 100%;
    padding-top: 13px;
}
.xsxxfei1 h2 {
    width: 100%;
    font-size: 16px;
    text-indent: 16px;
    background: ;
}
.xsxxfei1 h2 span {
    color: #F60;
}
.namelist {
    width: 100%;
    padding: 5px 0px;
    background: #fcfcfc;
    border: 1px solid #f6f6f6;
}
.namelist a {
    display: block;
    float: left;
    width: 135px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 5px;
}
.clear {
    clear: both;
}
.mat20 {
    margin-top: 20px;
}
.rightconside {
    width: 93%;
    margin: 0 auto;
    min-height: 800px;
}
.xsxxtit {
    width: 100%;
    height: 30px;
    background: #f7f6f6;
    border: 1px solid #f1f1f1;
}
.bggreen h2 {
    background: #0e766d;
    border: 1px solid #127d73;
    width: 200px;
}
.padtop6 {
    padding-top: 6px;
}
.listej {
    width: 100%;
    clear: both;
}
.listej li {
    width: 100%;
    line-height: 36px;
    font-size: 15px;
    word-break: break-word;
}
.listej a {
    color: #000;
    word-wrap: break-word;
    word-break: break-word;
}

.fanye table table div input[size]{   
BORDER: #AFD5F5 1px solid !important;
    line-height: 13px;
    height: 13px;
    padding-bottom: 5px;
}
