.box-list-container,
.body_box {
	margin: 10px auto;
	margin-bottom: 150px;
}

.box-list-content {
	margin: 0px 30px;
	padding-top: 30px;
}

.list-title {
	margin-bottom: 29px;
	border-left: 10px solid #006e8f;
	padding-left: 20px;
}

.list-title h1 {
	font-size: 24px;
	line-height: 40px;
}

.box-list-content .list {
	margin-bottom: 49px;
	border-top: 1px solid #e8e8e8;
	overflow: hidden;
}

.box-list-content .list li {
	position: relative;
	padding: 17px 0 14px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 1.5;
}

.box-list-content .date {
	float: right;
	margin-left: 20px;
}


/* 分页器 */
.xpage {
	text-align: center;
	width: 100%;
	font-size: 0;
}

.xpage ul {
	display: inline-block;
	overflow: hidden;
}

.xpage li {
	float: left;
	min-width: 34px;
	padding: 0 3px;
	color: #707070;
	line-height: 34px;
	font-size: 16px;
}

.xpage .cur {
	color: #fff;
	background-color: #006e8f;
	border-color: #006e8f;
}

.xpage li a:not(:last-child) {
	color: #fff;
	background-color: #006e8f;
	border-color: #006e8f;
}

.xpage li a {
	display: block;
	min-width: 34px;
	height: 34px;
	line-height: 34px;
	color: #474747;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.xpage .next {
	background-image: ;
}

.xpage .input {
	float: left;
	margin: 8px 0;
	padding: 0 8px;
	width: 30px;
	border-right: 1px solid #e2e2e2;
}

.xpage .btn {
	float: left;
	width: 50px;
	height: 100%;
	background: none;
	border: 0;
	font-size: 16px;
	cursor: pointer;
}

.xpage .input input {
	display: block;
	width: 100%;
	text-align: center;
}


/* 引进专家团队列表 */
.content-title {
	padding-bottom: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}


.doctorList .list {
	margin-top: 30px;
	width: 102%;
	margin-left: -0.8%;
	margin-bottom: 50px;
}

.doctorList .list .item {
	width: 237px;
	height: 347px;
	overflow: hidden;
	position: relative;
	margin-left: 11px;
	margin-bottom: 11px;
	float: left;
}

img {
	max-width: 100%;
}

.doctorList .list .item .info {
	background: url(../img/mask40.png);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	text-align: center;
	min-height: 80px;
}

.doctorList .list .item .inline {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 15px;
	min-height: 86px;
}

.doctorList .list .item .h2 {
	font-size: 18px;
	color: #fff;
}

.doctorList .list .item .p {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin-top: 8px;
}

/* 科研动态详情 */
.tabs_box {
	margin-top: 20px;
}

.block {
	margin: 0 auto;
	position: relative;
}

.tabs_box .tbleft {
	float: left;
	width: 66%;
}

.tabs_box .tbright {
	margin-left: 66%;
	padding: 0 2%;
	background: #fff;
}

.tabs_box .tbleft .inner {
	padding: 28px 20px;
	padding-right: 15px;
}

.tabs_box .tbleft .inner .title {
	margin-bottom: 40px;
	font-size: 30px;
	color: #333333;
}

.content-message {
	padding: 15px 0;
}

.content-message p {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	margin-right: 16px;
}


.banner-img {
	background: url(../img/rightNewsBg.png) no-repeat center;
	color: #eee;
	font-size: 32px;
	text-align: center;
	height: 190px;
}

.banner-img p {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tbright .list {
	background-color: #ffffff;
	border: solid 1px #e2e2e2;
}

.tbright .list .item {
	/* padding-left: 17px; */
	padding-top: 36px;
	padding-bottom: 31px;
	/* padding: 36px 17px;	 */
	border-top: solid 1px #e2e2e2;
	font-size: 16px;
	color: #666;
}

.tbright .list .item p {
	padding: 0 17px;
}

/* 教学动态 */
.col-list .item {
	min-height: 220px;
	float: left;
	width: 45%;
	padding: 30px 2% 22px;
	behavior: url(css/PIE.htc);
}

.col-list .t {
	border-bottom: 1px solid #dadada;
	line-height: 10px;
}

.col-list .more,
.list-title .more {
	float: right;
	margin-top: 10px;
	padding: 0 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
	font-size: 12px;
	line-height: 22px;
	color: #474747;
	text-align: center;
}

.h1 {
	display: inline-block;
	font-size: 22px;
	line-height: 40px;
	border-bottom: 4px solid #006e8f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cut-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.col-list .list {
	margin-top: 6px;
}

.col-list .list li {
	padding: 15px 0 14px;
}

.item .list li {
	position: relative;
	padding: 17px 0 14px;
	font-size: 14px;
	line-height: 1.5;
}

.item .date {
	float: right;
	margin-left: 20px;
}

/*引进专家团队*/
.body_box .part1 {
	margin-top: 20px;
}

.body_box .part1 .title1 {
	font-size: 24px;
	color: #333333;
	text-align: center;

}

.body_box .part2.p1 {
	padding-top: 40px;
	margin: 0;
}

.body_box .part2 .box {
	padding-top: 20px;

	width: 102%;
	margin-left: -1%;
}

.body_box .part2 .item {
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 23%;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.body_box .part2 .item .inner {
	display: block;
	padding: 18px 20px;
}

.body_box .part2 .item:hover {
	background-color: #016f8c;
	border-color: #016f8c;
}

.body_box .part2 .item:hover .h2 {
	color: #fff !important;
	background-image: url(../img/moreRight-seclect.png) !important;
	border-color: #fff !important;
}

.body_box .part2 .item:hover .inner-box a {
	color: #fff !important;
}

.body_box .part2 .item .inner-box a:hover {
	color: #40d0f6 !important;
}

.body_box .part2 .item .h2 {
	font-size: 18px;
	color: #006e8f;
	background: url(../img/morerRight.png) no-repeat right 2px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 18px;
	margin: 0;
}

.body_box .part2 .item .inner-box {
	padding: 8px 0;
	padding-bottom: 0;
}

.body_box .part2 .item .inner-box a {
	display: block;
	width: 33.3333%;
	float: left;
	font-size: 14px;
	color: #474747;
	padding: 6px 0;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.part2 .item .h2 a {
	color: inherit;
	display: block;
}
