html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
img{display: block;}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#000;font-family:"微软雅黑";}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
/*img {
	max-width: 100%;
	height: auto;
	width: auto;
	}*/
	body,html{
		font-size:14px; 
		font-family: sans-serif,'Microsoft Yahei';
	}
	/* CSS空白 */
	.blank1 { margin:0 auto; height:1px; font-size:1px; clear:both; overflow:hidden }
	.blank2 { margin:0 auto; height:2px; font-size:1px; clear:both; overflow:hidden }
	.blank3 { margin:0 auto; height:3px; font-size:1px; clear:both; overflow:hidden }
	.blank5 { margin:0 auto; height:5px; font-size:1px; clear:both; overflow:hidden }
	.blank8 { margin:0 auto; height:8px; font-size:1px; clear:both; overflow:hidden }
	.blank10 { margin:0 auto; height:10px; font-size:1px; clear:both; overflow:hidden }
	.blank11 { margin:0 auto; height:11px; font-size:1px; clear:both; overflow:hidden }
	.blank12 { margin:0 auto; height:12px; font-size:1px; clear:both; overflow:hidden }
	.blank13 { margin:0 auto; height:13px; font-size:1px; clear:both; overflow:hidden }
	.blank14 { margin:0 auto; height:14px; font-size:1px; clear:both; overflow:hidden }
	.blank15 { margin:0 auto; height:15px; font-size:1px; clear:both; overflow:hidden }
	.blank16 { margin:0 auto; height:16px; font-size:1px; clear:both; overflow:hidden }
	.blank18 { margin:0 auto; height:18px; font-size:1px; clear:both; overflow:hidden }
	.blank20 { margin:0 auto; height:20px; font-size:1px; clear:both; overflow:hidden }
	.blank23 { margin:0 auto; height:23px; font-size:1px; clear:both; overflow:hidden }
	.blank25 { margin:0 auto; height:25px; font-size:1px; clear:both; overflow:hidden }
	.blank30 { margin:0 auto; height:30px; font-size:1px; clear:both; overflow:hidden }
	.blank35 { margin:0 auto; height:35px; font-size:1px; clear:both; overflow:hidden }
	.blank50 { margin:0 auto; height:50px; font-size:1px; clear:both; overflow:hidden }

	.w1200{
		width: 1200px;
		margin: 0 auto;
	}
	.col-md-3 {
		width: 27%;
	}
	/*外框*/
	.g-box {
		width: 100%;
	}
	/*路径 面包屑导航*/
	.g-crumb {
		background:none;
		margin-bottom:10px;
	}
	.g-crumb .breadcrumb {
		margin:40px 0 0 0;
		background:none;
		font-size: 14px;
		/*border-bottom: 1px solid #ccc;*/
		/*border-radius: 0;*/
	}
	.g-crumb .breadcrumb > li + li:before {
		color: #767676;
		content: "> ";
		padding: 0 5px;
	}
	.g-crumb .breadcrumb  li a{
		color: #666;
	}
	/****************统一列表*****************/
	.list {
		width:100%;
		overflow:hidden;
		margin-top: 20px;
	}
	.list ul {
		color:#575757;
		font-size:12px;
		padding:0;
		margin:0;
	}
	.list ul li {
		position:relative;
		font-size:16px;
		line-height:34px;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}

	.list ul li a {
		display:block;
		float:left;
		width:90%;
		color:#575757;
		text-decoration:none;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}

	.list ul li a:hover {
		color:#015293;
	}
	.list ul li span {
		float:right;
		color:#015293;
		font-size:12px;
	}

	/*********************/
	/*二级列表页*/

	.m-wrap7 .m-text4 .list-group-item{
		padding-top:15px;
		border-bottom:1px solid #eee;
	}
	.m-wrap7 .m-text4 .list-group-item:hover {
		background-color: #f5f5f5;
	}
	.m-wrap7 .m-text4 h5 {
		color:#9f9f9f;
		font-size: 14px;
		padding: 10px 0 5px;
	}
	.m-wrap7 .m-text4 h5 span{
		color:#ff4e00;
	}

	/*人物介绍部分样式 配合m-wrap6  */
	.m-text4 {
		border:none;
	}
	.m-text4 a.list-group-item {
		border:none;
		background:none;
	}
	.m-text4 h4 {
		font-size:20px;
		color:#575757;
		font-weight:bolder;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
	}
	.m-text4 a:hover h4  {
		color:#015293;
		text-decoration:none;
	}
	.m-text4 h4 a:hover {
		color:#015293;
		text-decoration:none;
	}
	.m-text4 a p {
		font-size:14px;
		color:#9f9f9f;
		line-height:20px;
		height:40px;
		text-indent: 2em;
		text-overflow:ellipsis;
		overflow:hidden;
	}

	/*标题3*/
	.m-title3 {
		position:relative;
		width:100%;
		border-bottom:1px solid #c3c3c3;
		/*margin-bottom:30px;*/
	}
	.m-title3 h3 {
		font-size: 20px;
		color:#015293;
		font-weight: bold;
		float:left;
		margin:0;
		/*padding-top:15px;*/
		padding-bottom:15px;
		/*border-bottom:2px solid #0d8ab4;*/
		margin-bottom:-1px;
	}
	.m-title3 h3 a {
		color:#015293;
	}
	.m-title3 .m-more {
		display:block;
		float:left;
		width:60px;
		height:35px;
		background:url(/English/img/more1.png) center bottom no-repeat;
	}

	/*内容页*/
	.content{
	}
	.content h2{
		line-height: 40px;
		font-size: 32px;
		color: #252525;
		margin: 0px;
		font-weight: bold;
		border-bottom: 1px solid #c3c3c3;
		padding-bottom: 20px;
		padding-top: 15px;
		margin-bottom: 20px;

	}
	.content p{
		font-size: 16px;
		line-height: 34px;
		margin-bottom: 15px;
		color: #000;

	}
	.content img{
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.content p.conP{
		color: #666;
		text-align: right;
	}
	.content p.conP span{
		padding: 0 5px;
	}
	.content p.conP .conShare a{
		display: inline-block;
	}
	.content p.conP .conShare img{
		padding-bottom: 0;
		margin-bottom: -2px;
	}
	.flip{
		width: 530px;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.flip li{
		display: inline;
		float: left;
		padding: 0 2px;
	}
	.flip a{
		border: 1px solid #cecece;
		border-radius: 5px;
		padding: 5px 10px;
	}

	.flip a.on{
		border: none;
		background-color: #2d49c2;
		color: white;
		border-radius: 5px;
		padding: 5px 10px;
	}
	/*二级页——学术期刊*/
	.journal-box{
		position: relative;
	}
	.journal{
		width: 40%;
		float: left;
		margin:0 20px;
		padding: 20px 0;
		box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
	}
	.journal img{
		transform: translateX(30%);
	}
	.journal h2{
		text-align: center;
	}
	.journal h2 a{
		font-size: 18px;
	}
	.journal h2 a:hover{
		color: #996c33;
	}
	.journal p{
		font-size: 14px;
		margin-top: 15px;
		color: #666;
		line-height: 1.5em;
		padding: 0 15px;
		text-align: justify;
		/*display: none;*/
	}
	.journal p .bookIntr{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:3;
		-webkit-box-orient:vertical;
	}
	.journal p .bookmore a{
		color: #666;
		margin-right: 10px;
		float: right;
	}
	.journal p .bookmore a:hover{
		color: #2d49c2;
	}
	/*新闻列表页*/
	.newsListImg{
		margin-top: 30px;
	}
	.newsListImg .media-left{
		padding-right: 15px;
	}
	.media{
		padding: 7px 0 10px;
		border-bottom: 1px solid #ccc;
	}
	.media-body:hover .media-heading{
		color: #2d49c2;
	}
	.media-body:hover .newsCon{
		color: #2d49c2;
	}
	.media-heading{
		width: 540px;
		font-size: 20px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsCon{
		font-size: 14px;
		color: #333;
		margin-top: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:4;
		-webkit-box-orient:vertical;
	}
	.newsTime{
		font-size: 14px;
		color: #999;
		margin-top: 10px;
		float: right;
	}

	.notice-box{
		margin-top: 35px;
		box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
	}
	.title-box{
		background: #f2f5f8;
	}
	.t-bg{
		background: url(/English/img/tibg1.png) center left no-repeat;
		background-size: contain;
		height: 50px;
	}
	.t-bg .t-title{
		position: absolute;
		font-size: 22px;
		color: #fff;
		/*font-weight: bold;*/
		line-height: 50px;
		text-align: center;
		margin-left: 50px;
	}
	.t-bg .t-more a{
		font-size: 16px;
		color:#2d49c2;
		float: right;
		line-height: 50px;
		margin-right: 20px;
	}
	.phone-more{
		display: none;
	}
	.common-ul{
		position: relative;
		box-sizing:content-box;
		top:5px;
		padding-bottom: 20px;
	}
	.c-ul{
		padding-left: 40px;
		box-sizing: border-box;
	}
	.common-ul li{
		width: 100%;
		font-size: 30px;
		overflow: visible !important;
		list-style: square outside !important;
		color: #ffb701;
	}
	.common-ul li a {
		display: block;
		font-size: 16px;
		font-weight: 500;
		color: #333335;
		text-decoration: none;
		float: left;
		width: 93%;
		margin-top: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.rightImg{
		margin-top: 15px;
	}
	.rightImg img{
		margin:15px 0;
	}
	.newsEwm{
		margin:0 auto;
		text-align: center;
	}
	.news_ewm1{
		position: relative;
		background: url(/English/img/newsImg9.png) center left no-repeat;
		background-size: contain;
		width: 100px;
		height: 100px;
		float: left;
		left: 4%;
		transform: translateX(50%);
	}
	.news_ewm2{
		position: relative;
		background: url(/English/img/newsImg10.png) center left no-repeat;
		background-size: contain;
		width: 100px;
		height: 100px;
		float: left;
		left: 13%;
		transform: translateX(50%);
	}
	/*中心简介*/
	.nav-tabs{
		border-bottom: 5px #2d49c2 solid;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
		color: #fff;
		cursor: default;
		background-color: #2d49c2;
	}
	.nav-tabs>li.active:after {
		content: '';
		width: 0px;
		height: 0;
		position: absolute;
		left: calc(50% - 15px);
		bottom: -15px;
		border-top: 15px solid #2d49c2;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
	}
	ul.nav-tabs>li{
		margin: 0 18px -1px;
	}
	ul.nav-tabs>li:first-child{
		margin-left: -2px;
	}
	ul.nav-tabs>li:last-child{
		margin-right: 0;
	}
	.nav-tabs>li>a{
		font-size: 24px;
		color: #2d49c2;
		padding-right: 70px;
		padding-left: 70px;
	}
	.introductTitle {
		text-align: center;
		margin-top: 30px;
	}
	.introductTitle .line {
		display: inline-block;
		width: 20%;
		border-top: 1px solid #ccc ;
	}
	.introductTitle .txt {
		color: #333335;
		vertical-align: -7px;
		font-size: 22px;
		padding: 0 20px;
	}
	.introductCon{
		margin: 20px 0;
	}
	.introductCon p{
		font-size: 16px;
		color: #333335;
		line-height: 1.5em;
		text-indent: 2em;
		padding: 20px 10px;
	}
	.fzxNav{
		margin-top: 20px;
	}
	.fzxNav .dq{
		color: #333335;
		font-size: 16px;
	}
	ul.citySelect{
		display: inline-block;
		position: relative;
		width: 95%;
		left: 50%;
		transform: translateX(-50%);
		margin: -27px 0 15px 60px;
	}
	ul.citySelect>li{
		float: left;
		padding: 5px 3px;

	}
	ul.citySelect>li a{
		font-size: 16px;
		color: #333335;
		padding: 5px;
		border:1px rgba(0,0,0,0) solid;
		border-radius: 3px;
	}
	ul.citySelect>li a:hover{
		color: #fff;
		background: #2d49c2;
	}
	ul.fzxButtonGroup{
		display: inline-block;
		position: relative;
		width: 95%;
		left: 50%;
		transform: translateX(-50%);
		margin: -10px 0 15px 51px;
	}
	ul.fzxButtonGroup>li{
		float: left;
		padding:15px;
	}
	ul.fzxButtonGroup>li a{
		font-size: 16px;
		color: #333335;
		padding: 5px 8px;
		border:1px #ccc solid;
		border-radius: 3px;
	}
	ul.fzxButtonGroup>li a:hover{
		color: #2d49c2;
		border:1px #2d49c2 solid;
	}
	/*专家库列表*/
	.expertFilter{
		margin-top: 20px;
	}
	.expertFilter span{
		font-size: 16px;
		color: #333335;
		padding: 3px 5px;
	}
	.expertFilter .filterBy a{
		padding: 0 5px;
		color: #2d49c2;
		border: 1px rgba(0,0,0,0) solid;
		border-radius: 3px;
	}
	.expertFilter .filterBy a:hover{
		color: #fff;
		background: #2d49c2;
	}
	.expertFilter input{
		float: right;
		width: 20%;
		height: 35px;
		border:1px #ccc solid;
		border-radius: 5px;
		outline: none;
		color: #333335;
		background: url(/English/img/searchExpert.png) center left no-repeat;
		background-size: 10%;
		padding: 0 0 0 30px;
	}
	.expertFilter button{
		float: right;
		position: absolute;
		right: 0.8vw;
		height: 35px;
		width: 55px;
		border: 1px #2d49c2 solid;
		border-radius: 5px;
		background: #2d49c2;
		color: #fff;
	}

	.expertPic a span{
		top: 3px;
		position: relative;
		font-size: 14px;
		color: #333335;
		text-align: center;
		left: 20%;
		transform: translateX(50%);
	}
	.expertPic{
		margin-top: 30px;
	}
	.epic{
		margin:15px -15px;
	}
	/*学术研究*/
	.trendsBox .newsTime{
		padding-right: 30px;
	}

	.styBox .styLeft{
		width: 790px;
		float: left;
	}

	.styBox .styNav{
		width: 100%;
		height: 50px;
		background-color: #f2f5f8;
		position: relative;
	}

	.styBox .navHead{
		background: url(/English/img/tibg1.png) center top no-repeat;
		background-size: cover;
		width: 160px;
		height: 50px;

		position: absolute;
		top: 0;
		left: 0;

		color: white;
		font-size: 24px;
		line-height: 50px;
		padding-left: 40px;
	}

	.styBox .styTab{
		padding-left: 230px;
		float: left;
	}

	.styBox .styTab .sty{
		float: left;
		font-size: 20px;
		color: #333335;
		padding-top: 12px;
		margin-right: 50px;
		cursor: pointer;
	}

	.styBox .styTab .sty:hover{
		text-decoration: underline;
	}

	.styBox .styTab .sty.lactive{
		color: #2d49c2;
		font-weight: bold;
		border-bottom: 3px solid #2d49c2;
	}

	.styBox .more{
		font-size: 16px;
	}

	.styBox .more a{
		color: #2d49c2;
		float: right;
		line-height: 50px;
		padding-right: 20px;
	}

	.styBox .styRight{
		float: left;
		margin-left: 30px;
		width: 380px;
	}

	.styBox .styRight .navHead{
		width: 189px;
	}

	.styTabBox{
		margin-top: 20px;
	}

	.styTabBox .styTabLeft{
		width: 380px;
		box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
		float: left;
		padding-bottom: 10px;
	}

	.styTabBox .styRiTab:nth-child(1){
		display: none;
	}

	.styTabBox .styRiTab:nth-child(2){
		display: none;
	}

	.styTabBox .styLb{
		width: 380px;
		height: 214px;
	}

	.styTabBox .styTabLeft h1{
		padding: 0 20px;
		font-size: 18px;
		color: #333335;
		text-align: center;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		margin: 20px 0;
	}

	.styTabBox .styTabLeft h1 a:hover{
		color: #996c33;
	}

	.styTabRight h1 a:hover{
		color: #996c33;
	}

	.styTabRight ul li a:hover{
		color: #996c33;
	}

	.styRight .styTabTwoBox ul li a:hover{
		color: #996c33;
	}

	.styTabTwo .styRi:hover{
		text-decoration: underline;
	}

	.styTabBox .styTabLeft p{
		padding: 0 20px 0;
		font-size: 14px;
		color: #666;
		line-height: 24px;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.styTabRight{
		margin-left: 30px;
		width: 380px;
		float: left;
	}

	.styTabRight h1 img{
		display: inline;
		margin-bottom: -5px;
		margin-right: 10px; /*11.28修改*/
	}

	.styTabRight h1{
		font-size: 18px;
		color: #333;
		line-height: 30px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient: vertical;
		width: 100%;
	}

	.styTabRight h1 a{
		font-size: 18px;
		color: #333;
		line-height: 30px;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient: vertical;
		width: 100%;
	}

	.styTabRight p{
		font-size: 14px;
		color: #666;
		padding: 15px 0 5px; /*11.28修改*/
		line-height: 24px; /*11.28修改*/
		border-bottom: 1px solid #eeeeee;
		text-align: left;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		width: 100%;
	}

	.styTabRight ul{
		margin-top: 5px; /*11.28修改*/
	}

	.styTabRight ul li{
		font-size: 16px; /*11.28修改*/
		color: #333335;
		padding: 5px 0;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.styTabRight ul li a{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		width: 100%;
	}

	.styTabRight ul li span{
		color: #2d49c2;
	}

	.styTabTwo .styRi{
		width: 45%;
		float: left;
		text-align: center;
		font-size: 18px;
		color: #666;
		font-weight: bold;
		cursor: pointer;
	}

	.styTabTwo .styRi.lactive{
		color: #2d49c2;
		text-decoration: underline;
	}

	.styTabTwoBox .styTwoTab:last-child{
		display: none;
	}

	.styTabTwo span{
		float: left;
		width: 10%;
		text-align: center;
		font-size: 16px;
		color: #666;
	}

	.styRight .styTabTwoBox{
		box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
	}

	.styRight .styTabTwo{
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.styRight .styTabTwoBox .styRiLb{
		width: 380px;
		height: 214px;
	}

	.styRight .styTabTwoBox ul{
		padding-bottom: 10px;
		padding-top: 8px;
	}

	.styRight .styTabTwoBox ul li{
		font-size: 16px;
		color: #333335;
		padding: 7px 0;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}

	.styRight .styTabTwoBox ul li span{
		width: 13px;
		height: 13px;
		background-color: #ffb701;
		float: left;
		margin: 5px 10px 0 10px;
	}

	.trendsBox .styTabBox .styTabRight{
		width: 320px;
	}

	.trendsBox .styTabBox .styTabRight img{
		width: 100%;
		height: 170px;
	}

	.trendsBox .styTabBox .styTabRight h1 a{
		-webkit-line-clamp: 1;
	}

	.trendsBox .styTabBox .styTabRight p{
		-webkit-line-clamp: 2;
	}

	.trendsBox .styTabBox .styTabLeft p{
		-webkit-line-clamp: 2;
	}

	.trendsBox .styLeft{
		margin-bottom: 30px;
	}

	.trendsBox .styRight p{
		padding-bottom: 20px;
	}

	.trendsBox .listTop ul li .text1{
		background: url(/English/img/listtop.png) center left no-repeat;
		background-size: unset;
		padding-left: 20px;
		font-size: 16px;
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		float: left;
	}

	.trendsBox .listTop ul li .text2{
		font-size: 16px;
		color: #999;
		float: right;
	}

	.trendsBox .listTop ul{
		margin-top: 20px;
	}

	.trendsBox .listTop ul li{
		padding: 15px 0;
		border-bottom: 1px solid #ebebeb;
	}
	/*专家页详情*/
	.expertInfo .expertIntr{
		font-size: 16px;
		line-height: 1.5em;
		color: #333;
		margin-top: 15px;
		color: #333335;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;*/
}
.expertInfo .media-heading{
	font-size: 24px;
	color: #333335;
	margin-top: 15px;
}
.expertInfo .media-left{
	padding-right: 25px;
}
.expertInfo .media-top{
	display: none;
}
/*首页搜索*/
.searchLogo{
	position: absolute;
	background: url(/English/img/search_logo.png) center center no-repeat;
	background-size: contain;
	height: 48px;
	width: 236px;
	margin: 15% 0 0 35%;
}
.searchBox{
	/*position: absolute;*/
	margin: 20% 0 0 23%;
}
.searchBox input{
	height: 53px;
	width: 586px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	background: url(/English/img/searchExpert.png) center left no-repeat;
	background-size: 6% 50%;
	padding-left: 9%;
}
.searchBox input['placeholder']{
	text-align: center;
}
.searchBox button{
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	width: 95px;
	background: #2d49c2;
	border: 1px solid #2d49c2;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
}
.keyWord{
	position: absolute;
	margin: 25% 0 0 29%;
}
.keyWord p{
	color: #999;
	font-size: 16px;
}
.keyWord p>span{
	padding: 0 10px;
}
.indexSearch .newsListImg{
	margin-top: 120px;
}
.indexSearch .notice-box{
	margin-top: 20px;
}
.indexSearch ul#list li{
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}
.indexSearch ul#list li h4 a{
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	color: #333335;
}
.indexSearch ul#list li h4 a:hover{
	color: #2d49c2;
}
.indexSearch ul#list li .lieb_nrr p{
	font-size: 16px;
	line-height: 1.5em;
	color: #4a4a4a;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.indexSearch ul#list li .shijian{
	font-size: 16px;
	color: #666;
	float: right;
	margin-top: 8px;
}
.indexSearch .flip{
	width: 640px;
}
.indexSearch .flip #page li a:hover{
	background: #2d49c2;
	color: #fff;
}
/*搜索二*/
.searchConBox{
	position: absolute;
	margin: 3% 0 0 5%;
}
.searchConkeyWord{
	position: absolute;
	margin: 11% 0 0 12%;
}
/*分中心建设*/
.subPage .jsBox .media-left img{
	float: right;
}
.subPage .media .media-top{
	display: none;
}
.subPage .jsBox .media{
	border: none;
}

.subPage .jsBox{
	margin-bottom: 30px;
}

.subPage .jsBox .media-body{
	padding-right: 15px;
}

.subPage .jsBox .media-heading{
	width: 350px;
}

.subPage .jsBox .media-heading a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subPage .styTabTwoBox .styTwoTab:last-child{
	display: block;
}

.subPage .styTabTwoBox{
	box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
}

.subPage .styTabTwo{
	margin-top: 8px;
	margin-bottom: 8px;
}

.subPage .styTabTwoBox .styTwoTab .sw31 a img{
	width: 100%;
	height: 214px;
}

.subPage .styTabTwoBox .styTwoTab .sw31 a img{
	width: 100%;
	height: 214px;
}

.subPage .styTabTwoBox ul{
	padding-bottom: 10px;
	padding-top: 8px;
}

.subPage .styTabTwoBox ul li{
	font-size: 16px;
	color: #333335;
	padding: 7px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.subPage .styTabTwoBox ul li span{
	width: 13px;
	height: 13px;
	background-color: #ffb701;
	float: left;
	margin: 5px 10px 0 10px;
}

.subPage .styTabTwoBox .sw31 h1 {
	width: 100%;
	color: white;
	text-align: left;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.subPage .styTabTwoBox .sw31 h1 span {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
	display: block;
	font-size: 16px;
}

.subPage .styTabTwoBox .sw31{
	position: relative;
}

.subPage .jsText{
	margin: 30px 0;
}

.subPage .jsText h1{
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subPage .jsText p{
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.subPage .newsCon{
	-webkit-line-clamp: 3;
}

.subPage .hdBox h1{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.subPage .hdBox .hdImg img{
	width: 48%;
	height: 110px;
	float: left;
}

.subPage .hdBox .hdImg .hdText{
	width: 48%;
	float: right;
}

.subPage .hdBox .hdImg .hdText p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #a8a8a8;

}

.subPage .hdBox .hdImg .hdText span{
	color: #a8a8a8;
	margin-top: 20px;
	display: block;
}

.subPage .hdBox{
	box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
	padding:20px 10px;
	margin-top: 20px;
}

.subPage .t-bg .t-title{
	margin-left: 35px;
}

/*儒学名家*/
.confuMaster .row{
	margin-top: 20px;
}
.acadCommittee-box{
	box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
}
.confuMaster .swiper-container{
	padding-bottom: 20px;
}
.confuMaster .confucian-table {
	margin: 0 -35px;
	text-align: center;
	border-collapse:separate;
	border-spacing:60px 25px;
}
.confucian-table tr{
	padding: 20px 0
}
.confucian-table tr span{
	position: relative;
	font-size: 20px;
	color: #323335;
	top: 10px;
}
.confuMaster .swiper-button-next, .confuMaster .swiper-button-prev{
	background-size: 25px 30px;
	top: 96%;
	/*margin-top: -30px;*/
}
.swiper-pagination-bullet{
	background: #f4f4f4;
}
.swiper-pagination-bullet-active{
	background: #f4f4f4;
}
.confuMaster .swiper-button-next{
	position: absolute;
	right: 45%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
}
.confuMaster .swiper-button-prev{
	left: 45%;
}
.famousColumn-box{
	box-shadow: 0px 4px 6px 0px rgba(45, 77, 164, 0.1);
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.famousLb .swiper-slide h1{
	width: 100%;
	color: white;
	text-align: left;
	height: 45px;
	line-height: 45px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.famousLb .swiper-slide h1 span{
	padding-left: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 70%;
	display: block;
	font-size: 16px;
}
.famousLb .swiper-pagination-bullet{
	background-color: #d5bdbb;
}

.famousLb .swiper-pagination-bullet-active{
	padding: 0 10px;
	border-radius: 3px;
}

.famousLb .swiper-pagination-bullet{
	background-color: #fff;
}

.famousLb .swiper-slide{
	position: relative;
}
.famousLb .swiper-pagination{
	text-align: right;
}
.famousColumn-box ul{
	padding-bottom: 38px;
	padding-top: 0px;
}

.famousColumn-box ul li{
	font-size: 16px;
	color: #333335;
	padding: 7px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.famousColumn-box ul li span{
	width: 13px;
	height: 13px;
	background-color: #ffb701;
	float: left;
	margin: 5px 10px 0 10px;
}
.zhuanjiaku-box{
	margin-top: 15px;
}
.guoxueBox{
	margin-top: 20px;
}
.guoxueItem{
	margin-top: 20px;
}
.guoxueItem h1{
	font-size: 18px;
	color: #333335;
}
.guoxueItem .media{
	background: #f4faff;
	border-bottom: none;
}
.guoxueItem .media-body{
	padding: 5px 0 0 0;
}
.guoxueItem .media-heading{
	font-size: 16px;
	color: #333335;
}
.newWordsItem .media{
	margin-top: 15px;
	/*width: 35%;*/
	border-bottom: none;
	padding: 15px 0;
}
.newWordsItem .media-body{
	/*width: 70%;*/
}
.newWordsItem .media-heading{
	font-size: 18px;
	color: #333335;
	margin-top: 10px;
}
.newWordsItem .newsCon{
	width: 33%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newWordsRight {
	position: relative;
	margin: -28% 0 0 37%;
	/* left: 36%; */
	width: 100%;
}
.newWordsRight .media{
	width: 63%;
	border-bottom:1px solid #ccc;
}
.newWordsRight .media-body{
	float: left;
	width: 100%;
	margin: 15px 0;
}
.newWordsRight .newsCon{
	width: 100%;
}
.interviewBox{
	margin-top: 15px;
}
.interviewBox .media-top{
	display: none;
}
.interviewBox .media-heading{
	width: 100%;
	font-size: 18px;
	color: #333335;
}
.interviewBox .newsCon{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media(max-width:768px){
	.col-xs-12{
		width:100%;
	}
	.t-bg {
		height: 9.3vw;
	}
	.t-bg .t-title {
		font-size: 4vw;
		line-height: 9.3vw;
		margin-left: 30px;
	}
	.t-more{
		display:none;
	}
	.phone-more{
		display: block;
		background: url(/English/img/more.png) center right no-repeat;
		background-size: contain;
		height: 9.3vw;
		float: right;
		width: 30%;
	}
	.phone-more a{
		display: block;
		height: 9.3vw;
	}
	.newsListImg{
		width: 100vw;
	}
	.indexSearch .newsListImg{
		margin-top: 110px;
	}
	.newsListImg .media a img{
		width: 90px;
		height: 75px;
	}
	.media{
		width: 93vw;
	}
	.media-body{
		padding: 10px 0 0 0; 
	}
	.media-heading{
		width: 64vw;
		font-size: 12px;
	}
	.newsCon{
		font-size: 12px;
		margin-top: 5px;
		-webkit-line-clamp: 2;
	}
	.newsTime{
		font-size: 12px;
	}
	ul.nav-tabs>li{
		margin: 0;
	}
	.nav-tabs>li>a{
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
	}
	ul.nav-tabs>li:first-child{
		margin-left: 0px;
	}
	.introductTitle .txt {
		vertical-align: -4px;
		font-size: 14px;
	}
	.introductCon p {
		font-size: 12px;
		line-height: 2em;
		padding: 10px 0px;
	}
	.introductCon {
		margin: 0px 0;
	}
	.fzxNav .dq {
		font-size: 14px;
	}
	ul.citySelect {
		width: 80%;
		margin: -20px 0 15px 33px;
	}
	ul.citySelect>li {
		padding: 2px 5px;
	}
	ul.citySelect>li a{
		font-size: 12px;
	}
	ul.fzxButtonGroup>li a {
		font-size: 12px;
		padding: 5px 4px;
	}
	ul.fzxButtonGroup>li {
		padding: 7px 3px;
	}
	ul.fzxButtonGroup {
		width: 80%;
		margin: -10px 0 15px 30px;
		left: 53%;
	}
	.nav-tabs>li.active:after {
		left: calc(50% - 8px);
	}
	.expertFilter span {
		font-size: 12px;
		padding: 3px 1px;
	}
	.expertFilter input {
		float: none; 
		clear: both;
		width: 95%;
	}
	.expertFilter button {
		float: right;
		position: absolute;
		right: 8.8vw;
	}
	.trendsBox .styTabBox .styTabLeft{
		width: 99%;
		margin-bottom: 20px;
	}
	.trendsBox .styTabBox .styTabLeft a img{
		width: 100%;
		height: auto;
	}
	.trendsBox .styTabBox .styTabRight{
		margin-left: 0;
		width: 99%;
		margin-bottom: 20px;
	}
	.trendsBox .styTabRight{
		margin-left: 0;
		width: 99%;
	}
	.trendsBox .styRight p{
		padding-bottom: 0;
	}
	.trendsBox .listTop ul li .text2{
		font-size: 12px;
	}
	.trendsBox .listTop ul li .text1{
		width: 100%;
	}
	.trendsBox .listTop ul{
		margin-top: 0;
	}
	.trendsBox .styTabRight ul li a{
		display: block;
	}
	.trendsBox .styTabLeft .xs h1 a{
		display: block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.trendsBox .flip{
		width: 100%;
	}
	.trendsBox .media{
		width: 100%;
	}
	.trendsBox .newsListImg{
		width: 100%;
	}
	.trendsBox .flip a{
		padding: 0 2px;
	}
	.trendsBox .t-bg{
		background-size: 160px 60px;
	}
	.trendsBox .styTabBox .styTabRight img{
		height: auto;
	}
	.trendsBox .t-bg .t-title{
		margin-left: 20px;
	}
	.journal {
		width: 90%;
		margin: 10px 20px;
	}
	.journal h2 a {
		font-size: 12px;
	}
	.journal p {
		font-size: 12px;
	}
	.expertInfo .media-top{
		display: block;
	}
	.expertInfo .media-top img{
		width: 91vw;
		height: 55vw;
	}
	.expertInfo .media-left{
		display: none;
	}
	.expertInfo .media-body{
		width: 90vw;
		text-align: justify;
	}
	.g-crumb .breadcrumb{
		width: 96vw;
	}
	.searchLogo {
		margin: 35% 0 0 15%;
	}
	.searchBox.searchConBox {
		
		margin: 0% 0 0 5%;
	}
	.searchBox{
		margin: 53% 0 0 5%;
	}
	.keyWord {
		position: absolute;
		margin: 70% 0 0 7%;
	}
	.searchBox input {
		width: 87vw;	
	}
	.searchBox button {
		width: 70px;
		font-size: 16px;
	}
	.indexSearch ul#list li{
		width: 95vw;
	}
	.indexSearch ul#list li h4 a{
		font-size: 14px;
	}
	
	.indexSearch ul#list li .lieb_nrr p{
		font-size: 12px;
		
	}
	.indexSearch ul#list li .shijian{
		font-size: 12px;
		
	}

	.indexSearch .flip {
	    width: 100vw;
	}
	.flip li {
	    padding: 10px 2px;
	}
	.keyWord p {
		font-size: 12px;
	}
	.searchConkeyWord {
		margin: 19% 0 0 7%;
	}
	.subPage .jsBox .media-heading{
		width: 100%;
	}
	.subPage .newsListImg{
		width: auto;
	}
	.subPage .media{
		width: auto;
	}
	.subPage .media .media-top{
		display: block;
	}
	.subPage .newsListImg .media a img{
		width: 100%;
		height: auto;
	}
	.subPage .jsBox .media-body{
		padding-right: unset;
	}
	.subPage .newsListImg .media-left{
		display: none;
	}
	.subPage .t-bg .t-title{
		margin-left: 25px;
	}
	.subPage .t-more{
		display: block;
	}
	.subPage .t-more a{
		font-size: 12px;
		line-height: 9vw;
	}
	.confucian-table img{
		width: 20vw;
		height: 24vw;
	}
	.confuMaster .confucian-table {
		border-spacing: 13px 20px;
	}
	.confucian-table tr span {
		font-size: 12px;
		top: 0px; 
	}
	.confuMaster .swiper-button-prev{
		left: 40%;
	}
	.newWordsRight {
		margin: 0;
	}
	.newWordsItem .newsCon{
		width: 100%
	}
	.newWordsRight .media {
	    width: 100%;
	}
	.interviewBox .media-body{
		width: 85vw;
	}
	.interviewBox .media-top{
		display: block;
	}
	.interviewBox .media-left{
		display: none;
	}
	.famousLb .swiper-pagination {
	    margin: 0 0 20px 0;
	}
	.famousColumn-box{
		margin-top: 15px;
	}
	@media only screen and (max-width: 320px) {
		.media{
			width: 100vw;
		}
	}
}