@charset "utf-8";
@import url(/fxcs/font/stylesheet.css);
@import url(/fxcs/font/font.css);
.inner{width: 1400px;margin: 0px auto;}

.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
.l1{overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.l2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.l3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}


/* 头部*/
.top {
	transition: all 0.7s ease-out 0s;
	/* transform: translateY(-100%); */
	background: linear-gradient(to bottom, #2b2b2b, transparent);
	background-size: 100%;
	width: 100%;
	/* padding-bottom: 140px; */
	position: fixed;
	top: 0;
	z-index: 3;
	background: #066646;
}
.head.showdiv .top{z-index:5}
#header .inner {
	/* height: 143px; */
	position: relative;
	max-width: 100%;
	width: 1400px;
	margin: 0px auto;
}

.showdiv .top {
	opacity: 1;
	filter: Alpha(opacity=100);
	transform: none;
	display: block;

}

.sitelogo {
	padding: 30px 0px;
	max-width: 29%;
}
.sitelogo img{max-width:100%;}
.top_link {
	margin-top: 20px;
	margin-bottom: 0px;
}

.top_link ul li {
	float: left;
	line-height: 15px;
	border-right: 1px solid #7d8fb0;
	padding: 0px 20px;
}

.top_link ul li a {
	color: #fff;
	font-size: 16px;
}

.top_link .search,
.top_link .link_last {
	border-right: none;
}

.toplink1 a {
	padding-right: 15px;
}

.top_link .link_last {
	padding-right: 0px;
}

/* 搜索*/
.search {
	padding-left: 50px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.search input {
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	height: 28px;
	line-height: 28px;
	color: #fff;
	border-radius: 14px;
	margin-top: -20px;
	width: 0px;
	text-indent: 10px;
	opacity: 0;
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
}

.search button {
	display: none;
}

.search.active input {
	width: 150px;
	opacity: 1;
    padding-right: 30px;
}

.search.active i.active {
	position: absolute;
	right: 25px;
	top: 0px;
}


.icon-search:before {
	color: #fff;
	content: '';
	background: url(/fxcs/images/sous.png) center no-repeat;
	width: 23px;
	height: 21px;
	background-size: 23px 21px;
	margin-top: -3px;
}

.search.active i.active:before {
	content: '';
	background: url(/fxcs/images/gaunb.png) center no-repeat;
	width: 18px;
	height: 15px;
	background-size: 18px 15px;
	margin-top: 3px;
}

/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;

}

.nav ul>li {
	float: left;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.nav .nav_first {
	padding-left: 0px;
}

.nav .nav_last {
	padding-right: 0px;
}

.nav li a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.nav li ol {
	position: absolute;
	left: 0px;
	top: 43px;
	z-index: 9999;
	padding-top: 15px;
	min-width: 100%;
	display: none;
	border-left: 5px solid #066646;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99015934, endColorstr=#99015934);
}
.nav ul>li:nth-child(7n) ol{
    width: 180%;
}
.nav li ol li {
	width: 100%;
	/* height: 40px; */
	/* line-height: 40px; */
	padding: 5px 0;
}

.nav li ol li a {
	display: block;
	width: 96%;
	font-size: 14px;
	margin: 0px 2%;
	line-height: 28px;
	color: #333;
	text-align: center;
	/* text-indent: 15px; */
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}

.wp-window {
	margin-top: 10px;
}


.nav ul>li:hover ol{
display:block;} 















/* banner */
/**主页banner开始**/
.mbanner,
.mbanner .inner,
.mbanner .inner>div,
.focus,
.focus>ul,
.mbanner .slick-list,
.mbanner .slick-track {
	height: 100%;
}

.mbanner {
	width: 100%;
	overflow: hidden;
	padding-top: 117px;
}

#banner .inner {
	width: auto;
	max-width: 100%;
	text-align: center;
	position: relative;
}

#banner .slide {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: inline-block;
}

#banner .slide>a {
	display: block;
	width: 100%;
	height: 100%;
}

#banner .slide .slide_imgs {
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 20%;
}

#banner .slide .news_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}

#banner .slide_title {
	position: absolute;
	z-index: 29;
	/* bottom: 0.6rem; */
	bottom: 120px;
	left: 12%;
	padding: 0 15px;
	max-width: 57%;
}

#banner .slide_title .tit_con {
	/* font-size: 0.30rem; */
	font-size: 30px;
	font-weight: normal;
	/* line-height: 0.65rem; */
	line-height: 65px;
	color: #fff;
	font-family: "微软雅黑";
	z-index: 9;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#banner .slide_title .title_bg {
	background: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#banner .slick-dots {
	position: absolute;
	z-index: 9;
	/* bottom: 0.65rem; */
	bottom: 70px;
	left: 19%;
}

#banner .slick-dots li {
	/* font-size: 0.25rem; */
	/* font-size: 25px; */
	/* line-height: 0.34rem; */
	line-height: 34px;
	color: #fff;
	/* margin: 0 0.12rem; */
	margin: 0 10px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	
	display: inline-block;
	vertical-align: bottom;
}

#banner .slick-dots li.slick-active:after {
	/* width: 0.55rem; */
	width: 55px;
	height: 1px;
	/* background: url(/fxcs/img/dot.png) no-repeat left center; */
	/* margin-left: 0.13rem; */
	margin-left: 10px;
	content: " ";
	display: inline-block;
	/* margin-top: -10px; */
}

#banner .slick-dots li button {
	background: no-repeat;
	border: none;
	width: 15px;
	height: 15px;
	/* font-size: 0.25rem; */
	/* font-size: 25px; */
	/* line-height: 0.34rem; */
	/* line-height: 34px; */
	/* color: #fff; */
	color: transparent;
	background: url(/fxcs/img/dot2.png) no-repeat left center;
}

#banner .slick-dots li.slick-active button {
	/* font-size: 0.35rem; */
	/* font-size: 35px; */
	
	background: url(/fxcs/img/dot.png) no-repeat left center;
}

#banner .button_box {
	position: absolute;
	bottom: 45px;
	/* width: 0.7rem;
	height: 0.7rem; */
	width: 50px;
	height: 50px;
	opacity: 1;
	/* filter: alpha(opacity=0); */
	/* background: #000; */
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	display: block;
	z-index: 20;
	/* border-radius: 50%; */
	text-align: center;
	cursor: pointer;
	/* transition: all 0.4s ease; */
}

/* .head:hover #banner .button_box {
	opacity: 0.5;
	filter: alpha(opacity=50);
} */

#banner .button_box button {
	background: none;
	border: none;
	/* font-size: 0.4rem; */
	font-size: 40px;
	color: transparent;
	/* line-height: 0.7rem; */
	line-height: 70px;
	font-weight: bold;
}

#banner .button_box.prev {
	left: 12%;
	background: url(/fxcs/img/banner_left.png) no-repeat center;
}

#banner .button_box.next {
	left: 14.5%;
	background: url(/fxcs/img/banner_right.png) no-repeat center;
}

.bb {
	cursor: pointer;
	z-index: 10;
	animation: bb 2s linear 0s infinite;
	width: 44px;
	height: 34px;
	background: url(/fxcs/img/arr_btm.png) no-repeat center;
	position: fixed;
	left: 50%;
	bottom: 27px;
}

@keyframes bb {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	20% {
		transform: translate(-50%, 3px);
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 10px);
		opacity: 1;
	}

	90% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 10px);
		opacity: 0;
	}
}


/* 头部2 */

body::-webkit-scrollbar {
	display: none;
}

.body_b {
	outline: none;
	overflow: auto;
	position: fixed;
	z-index: 20;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
	background: #fff;
	overflow-x: hidden;
}

.list.body_b {
	position: static;
	overflow: hidden;
}

.body_b.showdiv {
	top: 0;
}

.body_b .top {
	padding: 0;
	background: #16529f;
	opacity: 0;
	filter: Alpha(opacity=00);
	/* z-index:3; */
	transform: translateY(-100%);
}

/* .head-top,
.header2 {
	background-color: #16529f;
	
} */

.body_b.showdiv .top {
	transition: all 0.7s ease-in-out 0.5s;
	transform: none;
	opacity: 1;
}

.body_b .top_link {
	margin-top: 15px;
}

.body_b .sitelogo {
	padding: 3px 0px;
	padding-bottom: 0px;
	max-width: 100%;
}
.body_b  .nav_l{max-width:30%;}
.body_b .sitelogo img {
	/* display: block; */
	/* margin-top: 5px; */
}

.body_b #header .inner,
.body_b .wrapper .inner,
.body_b .inner {
	width: 1400px;
	margin: 0px auto;
}

.body_b .nav {
	height: 56px;
	line-height: 56px;
}
.xiao_banner{display: none;}
.xiao_banner .rslide,.xiao_banner .rslide img{width: 100%;height: auto;}
/* 188bet体育_188体育在线-投注*官网要闻 */

.main1 {
	padding-top: 60px;
	background-color: #f3f1ec;
	padding-bottom: 20px;
}

.news {
	width: 66%;
	max-width: 920px;
	/* padding: 10px 0px 0px 0px; */
}

.news_title {
	/* height: 75px; */
	margin-bottom: 25px;
	line-height: 35px;
}

.news_title>h2 {
	color: #066646;
	/* height: 75px; */
	font-size: 30px;
	float: left;
}

.news_title>a {
	float: left;
	font-size: 20px;
	color: #596d87;
	display: block;
	padding-left: 15px;
	margin-left: 15px;
	background: url(/fxcs/img/line1.png) no-repeat left center;
}

.news_link {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 14px;
	background-color: #b90016;
	border-radius: 20px;
	margin-top: 25px;
}

.news_list ul li {
	float: left;
	max-width: 440px;
	/* height: 270px; */
	width: 48%;
	margin-right: 4%;
	overflow: hidden;
	position: relative;
}

.news_list ul li h3 {
	font-size: 18px;
	margin: 15px 0px;
	line-height: 27px;
}

.news_img {
	height: 270px;
	overflow: hidden;
}

.news_img,
.news_img img {
	width: 100%;
	transition: .5s;
}

.news .news_last,.foot_pic .news_last{
	margin-right: 0px;
}

.date1 {
	color: #888888;
	font-size: 16px;
}

.important {
	width: 100%;
	height: 152px;
	overflow: hidden;
	margin-top: 15px;
	background: url(/fxcs/img/bg1.png) no-repeat left top;
}

.important a {
	display: block;
	color: #fff;
}

.important h2 {
	float: left;
	width: 80%;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.important>div {
	width: 76%;
	margin-left: 21%;
	margin-top: 30px;
}

.impor_date {
	float: right;
	line-height: 30px;
}

.zhai {
	margin-top: 15px;
	color: #e9e9e9;
	line-height: 30px;
}



.news_list ul li a {
	display: block;
}

.news_list ul li:hover .news_img img {
	transform: scale(1.1, 1.1);
	transition: .5s;
}


/* 校园公告*/
.notice {
	/* margin-top: 30px; */
	max-width: 440px;
	width: 32%;
}

.news_date {
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #066646;
	color: #fff;
}

.news_date p {
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
}

.news_date div {
	font-size: 16px;
	margin-top: 7px;
}

.notice_list ul li {
	margin-bottom: 44px;
}

.notice_list ul li a {
	width: 80%;
}

.notice_list ul li a h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-top: -5px;
	height: 56px;
	overflow: hidden;
}

.notice_list ul li a p {
	color: #666666;
	font-size: 14px;
	line-height: 21px;
	height: 44px;
	overflow: hidden;
	margin-top: 9px;
}

.notice_list ul li a:hover h2,
.news_list a:hover h3,.option li a:hover h3 {
	color: #066646;
}


/* 学术交流 */
.main2 {
	background-color: #f3f1ec;
	overflow: hidden;
}

.main2 .inner {
	overflow: hidden;
	position: relative;
}

.xue_left {
	max-width: 750px;
	width: 54%;
	float: left;
	height: 425px;
	margin: 40px 50px 40px 0;
	overflow: hidden;
	position: relative;
}

.rslide li {
	position: relative;
	height: 100%;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav {
	position: absolute;
	right: 35px;
	z-index: 2;
	width: 32px;
	height: 40px;
	background-image: url(/fxcs/img/fontfl.png);
	overflow: hidden;
	color: transparent;
}

.xue_left .prev {
	background-position: center top;
	bottom: 40px;
}

.xue_left .next {
	bottom: 20px;
	/*left: 100%; */
	background-position: center bottom;
	
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 50px;
	right: 15%;
	margin-left: -115px;
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 8px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 30px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	*display: inline;
	*zoom: 1;
	/* background: url(/fxcs/img/dot2.png) no-repeat left center; */
}


.cap2 {
	width: 600px;
	font-size: 16px;
	color: #fff;
	/* padding: 15px 108px 0px 25px; */
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0%;
	height: 98px;

	background: url(/fxcs/img/bg2.png) no-repeat left top;
}

.cap2 p {
	width: 99%;
	height: 60px;
	overflow: hidden;
	margin: 20px 25px;
}

.xue_right {
width:41%;
	/* max-width: 569px;
	/* position: relative; */
	height: 425px;
	margin: 40px 0px 40px 0px;
}

.xue_right .centered-btns_nav {
	display: none;
}

.xue_title {
	color: #000000;
	font-size: 30px;
	line-height: 80px;
}

.xue_bottom a {
	color: #000000;
}

.xue_bottom h3 {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 30px;
}

.xue_bottom p {
	font-size: 16px;
	margin-top: 25px;
	line-height: 35px;
}

.mores {
	display: block;
	width: 165px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-indent: 28px;
	font-size: 16px;
	margin-top: 40px;
	/* position: absolute;
	bottom: 65px;
	left: 0px; */
	background: url(/fxcs/img/morebg1.png) no-repeat left top;
}






/* 教学科研 */
.main3{
	background-color: #ffffff;
}
.ke_tab{
	height: 122px;
	background-color: #e0ded9;
}
.main3 .inner{
	margin-top: -122px;
}
.tab-hd li{
	float: left;
	width: 25%;
	height: 122px;
	cursor: pointer;
	text-align: center;
	line-height: 122px;
	background: url(/fxcs/img/line2.png) no-repeat right 20px;
}

.tab-hd li a {
	font-size: 30px;
	color: #066646;
	font-weight: bold;
}


.tab-hd li img {
	position: absolute;
	left: 6px;
	top: 32px;
}


.tab-hd .active {
    background: #fff;
}

.option li{
	float: left;
	width: 33.3%;
	overflow: hidden;
	margin-bottom: 55px;
}
.option li a{display: block;}
.tab-bd>li{display: none;}
.tab-bd{
	margin-top: 40px;
    margin-bottom: 40px;
}
.tab-bd .active{display: block;}
.number{
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 57px;
	color: #fff;
	font-family: "TT1182M_";
	font-size: 30px;
	
	background: url(/fxcs/img/icon3.png) no-repeat center;
}
.number span{
	font-size: 20px;
	letter-spacing: 3px;
}
.number_right{
	width: 70%;
	float: left;
	margin-left: 4%;
	
}
.number_right h3{
	font-size: 18px;
	line-height: 28px;
height:56px;
}
.number_right .date1{
	margin-top: 13px;
}
.mores2{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-indent: 25px;
	background: url(/fxcs/img/morebg2.png) no-repeat left top;
}

/* 底部图片 */
.foot_pic{
	margin-bottom: 40px;
}
.foot_pic ul li{
	float: left;
	width: 23.5%;
	max-width: 328px;
	margin-right: 1.5%;
	height: 220px;
	position: relative;
}
.foot_tu,.foot_tu img{
	width: 100%;
	
}
.foot_zi{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 60px;
	text-align: center;
	padding: 0px 20px;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	background: rgba(0,33,71,0.73);
}



/* 页尾 */
.footer{
	/* border-top: 7px solid #7a0b0b; */
	background-color: #066646;
	padding: 25px 0;
}
.dilink{
	width: 20%;
	margin-left: 3%;
	/* margin: 25px 0px; */
}
.dilink h3{font-size:18px;color:#ffffff;}
.dilink,.addr{
	/* margin: 35px 2%; */
}
.dilink a{
	color: #fff;
	display: block;
	line-height: 30px;
	font-size: 16px;
	
}
.addr p{
	color: #fff;
	display: block;
	line-height: 45px;
	font-size: 16px;
	
}
.addr{
	width: 38%;
}
.code img{
    margin: 0px auto;
    display: block;
    width: 100px;
}


/* 内页 */
.neitop .header{
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
	/* padding-bottom: 200px; */
	/* background: linear-gradient(to bottom, rgb(51 51 51), transparent); */
	background: #066646;
}
.neibanner img{width: 100%;}
.nav_left {
	margin-top: 30px;
	max-width: 280px;
	width: 20%;
	background-color: #fff;
	
}

.nav_left>h2 {
	font-size: 24px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #fff;
    background: #066646;
	/*background:url(/fxcs/img/bg3.png) no-repeat left top ;*/
}


.nav_left ul li>a {
	font-size: 18px;
	display: block;
	text-indent: 30px;
	height: 59px;
	line-height: 59px;
	box-sizing: border-box;
	margin-top: 2px;
	    color: #066646;
    border-left: 4px solid #066646;
	border-bottom: 1px solid #f3f1ec;
	background-color: #fff;
}

.nav_left ul li:hover>a{
	color: #066646;
	font-weight: bold;
	border-left: none;
	background:url(/fxcs/img/icon51.png) no-repeat 240px center #e3ebf4 ;
}
.nav_left li.act>a {
	border-left: none;
	background:url(/fxcs/img/icon51.png) no-repeat 260px center #e3ebf4 ;

}
.nav_left li dl{display:none;}
.nav_left li.act dl{display:block;}
.nav_left dd>a{
    font-size: 16px;
    display: block;
    padding-left: 45px;
    line-height: 35px;
}
.nav_left dd>a.act{color: #066646;}




/*右侧*/
.nav_right {
	width: 78%;
	max-width: 1070px;
	margin-top: 30px;
	/* padding: 30px; */
	background-color: #fff;
}

.right_inner{margin: 20px 30px;}
.right_top{
	border-bottom:  5px solid #066646;
	padding-bottom: 17px;
	/* margin-top: 20px; */
}
.right_top>h3 {
	font-size: 22px;
	color: #066646;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	
}
.right_top>h3 span{
	display: inline-block;
	padding-left: 15px;
	font-size: 16px;color: #999999;}
.right_top>p,
.right_top>p a {
	font-size: 16px;
	color: #888888;
	margin-top: 13px;
}
.right_top>p{margin-right: 10px;}





/* 列表 */
.list>ul{margin-top: 20px;}

.list>ul li {
	height: 55px;
	line-height: 55px;
	/* transition: .5s; */
	border-bottom: 1px dashed #edecec;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 25px;
	box-sizing: border-box;
	background: url(/fxcs/img/icon61.png) no-repeat left center;
}
.list .date1{
	color: #757575;
	float: right;
}


.list,.neiinner {
	margin-bottom: 70px;
}
.list  .bg2{
	background-color: #f3f9ff;
	margin: 0px -30px;
	padding: 0px 30px;
}

/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont{margin-top: 30px;min-height:400px;}
.cont p img,.cont table{max-width:100%;margin: 0px auto;
    display: block;}

.cont p {
	
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen  .popup_renren{background-position: 1px -208px;}
.fen .popup_tqq {
    background-position: 1px -260px;}
.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #02864f;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}
.content{
	padding-bottom: 50px;
}
.dp{
	margin-bottom: 80px;
}



/* 师资 */
.shilist .shi{width: 100%;margin-top: 30px;/* height: 300px; */box-sizing: border-box;padding: 20px;border: 1px solid #dee1ec;}
.shilist .shi .shipic{width: 19%;height: 240px;}
.shilist .shi .shiright{width: 77%;}
.shilist .shi .shiright h2{font-size: 20px;color: #066646;line-height: 40px;margin-bottom: 20px;font-weight:bold;}
.shilist .shi .shiright p{color: #333333;font-size: 14px;line-height:32px;}
.shilist .shi .shiright p span{color: #066646;}
.shilist .shi .shiright img{float: right;margin-top: 20px;}
.shilist .shi:hover{box-shadow: 0 0 15px #cccccc;}


.instrument .inser_article {
    margin-left: 25px;
    margin-bottom: 125px;
}

 .instrument .inser_article ul {
    margin: 0;
    list-style-type: disc;
    list-style-position: outside;
}

 .instrument .inser_article ul li {
    display: list-item;
    padding: 2px 0;
}

 .instrument .inser_article .title {
    width: 975px;
    height: 90px;
    background-image: linear-gradient(to right, #b6cfff, #3676ee);
    margin-top: 38px;
    position: relative;
}

 .instrument .inser_article .title p.number {
    width: 95px;
    height: 90px;
    background-color: #f6f5f6;
    text-align: center;
    line-height: 90px;
    position: absolute;
    right: 24px;
    top: 0;
    color: #070706;
    font-size: 27px;
}

 .instrument .inser_article .title::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #ff6857;
}

 .instrument .inser_article .bt {
    padding-left: 20px;
}

 .instrument .inser_article .bt h1 {
    font-size: 33px;
    color: #070706;
    margin-top: 33px;
}

 .instrument .inser_article .bt p {
    margin-top: 24px;
    font-size: 31px;
    color: #070706;
}

 .instrument .inser_article .acticle_top {
    padding: 0 7px;
}

 .instrument .inser_article .acticle_top img {
    width: 553px;
    float: left;
    /* height: 200px; */
    margin-top: 48px;
}

 .instrument .inser_article .acticle_top .info {
    float: left;
    margin-left: 45px;
    width: 360px;
}

 .instrument .inser_article .acticle_top .info .cj {
    padding-bottom: 30px;
    border-bottom: 2px solid #e3e3e1;
}

 .instrument .inser_article .acticle_top .info .cj b {
    font-size: 24px;
    color: #a2a2a3;
    letter-spacing: 1px;
}

.instrument .inser_article .acticle_top .info .cj p {
    font-size: 15px;
    color: #070706;
    font-weight: bold;
    margin-top: 11px;
}

 .instrument .inser_article .acticle_top .info .pz {
    margin-top: 50px;
}

 .instrument .inser_article .acticle_top .info .pz b {
    font-size: 25px;
    color: #066646;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

 .instrument .inser_article .acticle_top .info .pz p {
    font-size: 15px;
    color: #070706;
    font-weight: bold;
    line-height: 26px;
}

 .instrument .inser_article .acticle_center {
    margin-top: 30px;
    padding: 0 7px;
}

 .instrument .inser_article .acticle_center .yt {
    width: 42%;
    padding-top: 50px;
}

 .instrument .inser_article .acticle_center .yt b {
    font-size: 25px;
    color: #066646;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

 .instrument .inser_article .acticle_center .yt p {
    font-size: 15px;
    color: #070706;
    font-weight: bold;
    line-height: 26px;
}
 .instrument .inser_article .acticle_center .tes {
    margin-left: 5%;
    width: 45%;
    min-height: 373px;
     background-image: linear-gradient(#066646, #239d74);
    padding: 0 35px;
    padding-top: 47px;
}

 .instrument .inser_article .acticle_center .tes b {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

 .instrument .inser_article .acticle_center .tes p {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}

 .instrument .inser_article .acticle_bottom {
    padding: 0 7px;
    margin-top: 6px;
}

 .instrument .inser_article .acticle_bottom .fw {
    width: 420px;
    /*height: 213px;*/
    background-color: #fafaf9;
    padding: 0 36px;
}

 .instrument .inser_article .acticle_bottom .fw b {
    color: #fe6957;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
    margin-top: 68px;
}

 .instrument .inser_article .acticle_bottom .fw p {
    font-size: 15px;
    color: #070706;
    font-weight: bold;
    line-height: 30px;
}

 .instrument .inser_article .acticle_bottom .peo {
    /*height: 71px;*/
    margin-left: 10px;
    /*margin-top: 142px;*/
    border-left: 10px solid #066646;
    padding-left: 25px;
}

 .instrument .inser_article .acticle_bottom .peo p {
    font-size: 15px;
    /*color: #a2a2a3;*/
    font-weight: bold;
    line-height: 24px;
}

 .instrument .inser_article .acticle_bottom .peo p i {
    margin-right: 10px;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #066646 !important;
    color: #fff;
    background-color: #066646 !important;
}