@charset "utf-8";



html {
	width: 100%;
}

body {
	/* background: #F5F5F5 url(../picture/body_bg2.jpg) no-repeat center bottom; */
	background-attachment: fixed;
	min-width: 80%;
}

#erwei img {
	width: 183px;
}

span.en {
	font-family: '微软雅黑';
	font-weight: 600;
}

a {
	color: #444444;
	cursor: pointer;
}

.logo {
	height: 100%;
	float: left;
}


.search {
	float: right;
	margin: 50px 0;
	width: 250px;
	line-height: 21px;
	color: #fff;
	padding-left: 15px;
	position: relative;
	display: none;
}

.search .enText {
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	display: block;
	color: #FFF;
}

.search a.enText:hover {
	color: #FFF;
	text-decoration: underline;
}

.search input.key {
	width: 190px;
	border-radius: 20px;
	border: 0;
	height: 20px;
	float: left;
	margin-right: 10px;
	padding: 0 10px;
}

.search .btn-sc {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(../picture/search.png) no-repeat;
	background-size: 100%;
	border: 0;
}

.search i {
	font-size: 20px;
	float: left;
	margin-right: 10px;
	position: absolute;
	left: 15px;
	z-index: 1;
}

.gradient {
	/* color: #FFF;
  background: #38BADE; 
  background: -moz-linear-gradient(top, #38BADE 0%, #0BA6D6 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38BADE), color-stop(100%,#0BA6D6)); 
  background: -webkit-linear-gradient(top, #38BADE 0%,#0BA6D6 100%); 
  background: -o-linear-gradient(top, #38BADE 0%,#0BA6D6 100%); 
  background: -ms-linear-gradient(top, #38BADE 0%,#0BA6D6 100%); 
  background: linear-gradient(to bottom, #38BADE 0%,#0BA6D6 100%);  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38BADE', endColorstr='#0BA6D6', GradientType=0);
}

.gradient .font_anim {
	height: 7px;
	width: 91%;
	position: absolute;
	bottom: -7px;
	background: url(../picture/tit_bg.png) no-repeat center center;
	left: 45%;
	background-size: 100% 100%;
	z-index: 1;
	margin-left: -40%;
}

.concont_box {
	padding: 11px 0 6px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.logo_font {
	float: left;
	color: #333;
	font-size: 28.2px;
	margin-top: 3.5%;
	font-weight: 600;
}

.logo-img {
	margin-right: 15px;
	width: 110px;
	margin-top: 20px;
}

:root .gradient {
	filter: none;
}

.sj_but {
	background-color: #238daa;
	border: none;
	transform: translateX(388%);
	color: #fff;
	padding: 5px;
}

.shadow {
	margin-bottom: 25px;
	-moz-box-shadow: 0 5px 10px #e4e4e4;
	-webkit-box-shadow: 0 5px 10px #e4e4e4;
	box-shadow: 0 5px 10px #e4e4e4;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4')";

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4');
}

.weight_wz {

	font-size: 14px;
	line-height: 35px;
	font-weight: 700;
	width: 75%;
	display: block;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.m_top {
	margin-top: 25px;
}

.top_bos {
	/* background: url(../image/nav_bg.png) no-repeat right bottom; */
	/* background-color: #0BA6D6; */
	height: 149px;
	display: block;
	width: 100%;
}

.bottom_box {
	background: #006699;
	height: 149px;
	width: 100%;
	margin-top: 25px;
}

.flex-box a {
	color: #fff;
}

.con_box {
	width: 70%;
	min-width: 1200px;
	margin: 0 auto;
	display: block;
	zoom: 1;
	position: relative;
}

.date_box b {
	display: block;
	font-size: 36px;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
	/* margin-bottom: 10px; */
}

.date_box p {
	line-height: 24px;
	font-size: 12px !important;
	color: #666;
}

.date_box {
	float: left;
	height: 75px;
	width: 60px;
	text-align: center;
	margin: 0 20px;
	font-size: 14px;
}

/* #continuedEducation li p {font-size:12px; line-height: 24px;} */
img.enlarge {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

img.enlarge:hover {
	transform: scale(1.05);
}

.img_boxs a img {
	object-fit: cover;
	transition: all 1s;
}

.img_boxs a img:hover {
	transform: scale(1.1);
}

.div_box {
	position: relative;
	width: 100%;
	
	border: 1px #eee solid;
	padding-top: 0;
	margin-top: 27px;
	-moz-box-shadow: 0 5px 10px #e4e4e4;
	-webkit-box-shadow: 0 5px 10px #e4e4e4;
	box-shadow: 0 5px 10px #e4e4e4;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4')";

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4');
}

.news_list li:after,
.div_box:after,
.con_box:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

i.mound {
	height: 22px;
	font-size: 12px;
	border-radius: 3px;
	
	color: #1F67AF;
	line-height: 20px;
	text-align: center;
}

.border-i {
	border: 1px solid #888 !important;
	width: 25px;

}

.nav_box {
	width: 100%;
	height: 54px;
	background-color: #006699;
}

.nav {
	height: 54px;
	line-height: 50px;
	position: relative;
	padding: 12px 0;
	z-index: 100;

}

.nav .list_box {
	float: left;
	text-align: center;
	font-size: 16px;
}

.nav>li {
	height: 30px;
	width: 80px;
	line-height: 30px;
}

.nav>li:nth-last-child(1) {
	width: 130px;
}

.nav>li:nth-last-child(2) {
	width: 130px;
}

.nav>li:nth-last-child(3) {
	width: 130px;
}

.nav>li:nth-last-child(4) {
	width: 130px;
}

.nav>li:nth-last-child(5) {
	width: 130px;
}

.nav>li:nth-last-child(6) {
	width: 130px;
}

.nav>li:nth-last-child(7) {
	width: 130px;
}

.nav>li:nth-last-child(8) {
	width: 130px;
}

.nav>li:nth-last-child(9) {
	width: 130px;
}

.nav>li~li {
	border-left: 1px solid #fff;
}

.nav>li>a {
	color: #FFF;
	height: 100%;
	display: inline-block;
	font-size: 17px;
}

.nav>li.curr>a,
.nav>li.on>a {
	display: block;
	background-color: #6699cc;
	height: 36px;
	line-height: 36px;
	border-radius: 9px;
	margin-top: -4px;
	margin-left: 3px;
	margin-right: 3px;
	color: #fff;
}

#hover_zx {
	display: none;
	flex-wrap: wrap;
}

.bule {
	
	margin-left: 10px;
	border-radius: 1px !important;

}

.nav .son_nav {
	border-top: solid 9px #006699;
	display: none;
	z-index: 120;
	height: 67px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.nav .son_nav>li {
	background: #38BADE;
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
	position: relative;
}

.son_nav li {
	text-align: left;
}

.nav .son_nav>.on {
	background: #6699cc;
}

.nav .son_nav>li:last-child {
	/* padding-right: 30px; */
}

.nav .son_nav>li>a {
	color: #fff;
	height: 100%;
	display: inline-block;
	font-size: 14px;
}

.nav .son_nav>li>.son_nav_nav {
	position: absolute;
	top: 48px;
	left: 30px;
	border-top: solid 9px #789BC3;
	display: none;
	z-index: 120;
	background: #78787A;
	height: 67px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.nav .son_nav>li.on>.son_nav_nav {
	display: block;
	border-top: 0;
	z-index: 120;
	background: #78787A;
	height: auto;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.nav .son_nav>li.on>.son_nav_nav>li {
	width: 100px;
}

.nav .son_nav>li.on>.son_nav_nav>li {
	float: inherit;
}

.nav .son_nav>li.on>.son_nav_nav>li>a {
	color: #fff;
	font-size: 14px;
}

.nav.english>li {
	width: 150px;
}

.nav.english>li>a {
	text-transform: inherit;
	font-size: 16px;
}

.nav.english>li:nth-child(4) {
	width: 170px;
}

.nav.english>li:nth-child(5) {
	width: 170px;
}

.nav.english>li:nth-child(6) {
	width: 170px;
}

.tong_zhi.achievement {
	margin-left: 20px;
}

.tong_zhi.publication {
	width: 100%;
}

.publication_left {
	width: 660px;
	float: left;
	border-right: 1px solid #F0EFF4;
	padding-right: 20px
}

.publication_right {
	width: 260px;
	float: right;
}

.publication_left>div {
	height: 169px;
}

.publication_left>div~div {
	margin-top: 15px;
}

.publication_left .img_box {
	width: 200;
	height: 169px;
	overflow: hidden;
	float: left;
}

.publication_left .img_con {
	float: right;
	width: 420px;
	height: 169px;
	color: #919191;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 4;
}

.publication_left .img_con>h3 {
	color: #10A2D1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.publication_left .img_con>div {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.publication_left .img_con>.more {
	position: absolute;
	bottom: 10px;
	right: 0;
}


.publication_right>li {
	padding: 11px 0 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.publication_right>li~li {
	border-top: 1px solid #E5E4EC;
}

.biaoshi_box {
	width: 70%;
	margin: 15px auto;
	height: auto;
	min-width: 1200px;
	font-family: "宋体";
}

.nav_biaoshi>li>a,
.nav_biaoshi1>li>a {
	margin: 0 8px;
}

.nav_biaoshi>li,
.nav_biaoshi1>li {
	float: left;
	line-height: 30px;
}

#on_serchbox {
	position: absolute;
	right: 0;
	top: 90px;
}

#lists_box {
	flex: 1;
}

#on_serchbox input {
	/* 	width: 200px;
	height: 30px;
	border: 1px solid #006699; */
	border: 1px solid #0167ac;
	float: left;
	height: 30px;
	padding: 0 10px;
	width: 200px;
	color: #0068ac;
	line-height: 30px;
}

#on_serchbox button {
	background: #0167ac url(http://ncrcgd.xwhosp.com.cn/Content/Areas/Common/images/seach.png) no-repeat center;
	width: 40px;
	height: 30px;
	float: left;
	border: none;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

#isimg_box li .fzx_a {
	height: 190px;
	width: 24.6%;
	margin: 0 2px;
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
	float: left;
}

#isimg_box li .fzx_a img {
	width: 100%;
	height: 100%;
}

#isimg_box .img_boxs .img_boxs1 {
	/* display: flex; */
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 20px;
}

#isimg_box .img_boxs .img_boxs1 div {
	
	display: flex;
	align-items: center;
}

.img_boxs1 span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #666;
	margin: 0 10px;
	border-radius: 50%;
}

#isimg_box .img_boxs .yjtd_box {
	height: 190px;
	width: 24.6%;
	margin: 0px 2px;
	position: relative;
	margin-bottom: 4px;
	overflow: hidden;
	float: left;
}

#isimg_box .img_boxs .yjtd_box img {
	width: 100%;
	height: 100%;
}

.union_banner.flexslider {
	height: 370px;
}

.flexslider {
	position: relative;
	z-index: 2;
	height: 370px;
	overflow: hidden;
	margin: auto;
}

.slides {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	min-width: 1100px;
	width: 100%;
}

.slides li {
	height: 370px;
	background-repeat: no-repeat;
	background-size: 99% 370px;
}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #F1F1F1;
	cursor: pointer;
	-ms-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
	transition: background-color 500ms, margin-top 500ms;
	transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
	-webkit-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
	-moz-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
	-o-transition: background-color 1000ms, margin-top 500ms, border-color 1000ms;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-color: #8D8B96;
	border-color: #8D8B96;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
}

.flex-direction-nav li a {
	font-family: "iconfont" !important;
	font-size: 24px;
	color: #E1E1E1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	display: block;
	border-radius: 50%;
	border: 2px solid #E1E1E1;
}

.flex-direction-nav li a.flex-prev:before {
	content: "\e660";
}

.flex-direction-nav li a.flex-next:before {
	content: "\e65f";
}


#scroll {
	overflow: hidden;
	height: 45px;
	padding-left: 20px;
}

.scroll_title {
	float: left;
	height: 45px;
	line-height: 45px;
	color: #E2010F
}

.scroll_box {
	height: 45px;
	background-color: #fff;
}

.scroll_div {
	height: 45px;
	overflow: hidden;
	float: left;
	position: relative;
}

.scroll_div li {
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
}

.scroll_div li>a {
	color: #666666;
}

.scroll_btn {
	float: right;
}

.scroll_btn>i {
	width: 45px;
	height: 45px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	text-align: center;
	line-height: 45px;
}

.scroll_btn>i~i {
	margin-left: -1px;
}

.important_nav {
	height: 75px;
	width: 100%;
	float: left;
}

.important_nav li {
	float: left;
	width: 20%;
	padding: 20px 0;
	height: 100%;
	position: relative;
}

.important_nav li~li {
	border-left: 1px solid #17ACD7;
}

.important_nav li~li>a {
	border-left: 1px solid #5BCBE3;
}

.important_nav li a {
	color: #fff;
	height: 100%;
	width: 100%;
	line-height: 88px;
	display: inline-block;
	text-align: center;
}

.important_nav i {
	position: absolute;
	right: 22px;
	bottom: 28px;
}

.important_nav li a:hover i {
	color: #FF0000;
}

.important_nav li span {
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: left;
	padding-left: 24px;
	line-height: 30px;
	font-size: 22px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}

.important_nav li span.en {
	font-size: 16px;
	margin-top: 13px;
}

#centre_box li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
}

#centre_box li div span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #666;
	margin: 0 10px;
	border-radius: 50%;
}

#centre_box li span:nth-child(2) {
	margin-right: 15px;
}



.tong_zhi {
	width: 490px;
	display: block;
	float: left;
	margin-top: 25px;
}

.tong_zhi.tong_zong {
	width: 75%;
}

.tong_zhi.tong_zong .date_list h5 {
	/* width: 240px; */
	padding-left: 30px;
}

.tong_zhi.tong_zong .date_list .more {
	display: none;
}

.tong_zong~.tong_zong {
	margin-left: 20px;
}

.xin_xi {
	width: 212px;
	display: block;
	float: right;
	margin-top: 25px;
}

.xin_xi .tel_box {
	display: block;
	width: 212px;
	height: 258px;
	color: #FFF;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	padding: 47px 28px;
	background: #8F9CA4;
	background: -moz-linear-gradient(top, #9DA7B0 0%, #7C8D94 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9DA7B0), color-stop(100%, #7C8D94));
	background: -webkit-linear-gradient(top, #9DA7B0 0%, #7C8D94 100%);
	background: -o-linear-gradient(top, #9DA7B0 0%, #7C8D94 100%);
	background: -ms-linear-gradient(top, #9DA7B0 0%, #7C8D94 100%);
	background: linear-gradient(to bottom, #9DA7B0 0%, #7C8D94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9DA7B0', endColorstr='#7C8D94', GradientType=0);
}

.xin_xi .tel_box:hover {
	background: #38BADE;
	background: -moz-linear-gradient(top, #38BADE 0%, #0BA6D6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38BADE), color-stop(100%, #0BA6D6));
	background: -webkit-linear-gradient(top, #38BADE 0%, #0BA6D6 100%);
	background: -o-linear-gradient(top, #38BADE 0%, #0BA6D6 100%);
	background: -ms-linear-gradient(top, #38BADE 0%, #0BA6D6 100%);
	background: linear-gradient(to bottom, #38BADE 0%, #0BA6D6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38BADE', endColorstr='#0BA6D6', GradientType=0);
}

.xin_xi .tel_box:hover i {
	color: #FFF;
}

.xin_xi .tel_box i {
	color: #34A3DA;
	margin-right: 5px;
	font-size: 20px;
}

.xin_xi .tel_box .en {
	font-size: 38px;
	line-height: 40px;
	margin: 15px 0;
	display: inline-block;
}


.ru_kou {
	width: 23%;
	display: block;
	float: right;
	margin: 25px 0 0 20px;
}

.ru_kou li {
	padding: 0 23px;
	font-size: 16px;
}

.ru_kou li>a {
	color: #FFF;
	display: block;
	padding: 17px 0 17px;
	position: relative;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}

.ru_kou li>a>span {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
}

.ru_kou li~li>a {
	border-top: 1px solid #5AC9E4;
}

.ru_kou li i {
	position: absolute;
	right: 5px;
	bottom: 15px;
}

.ru_kou li a:hover i {
	color: #FF0000;
}

.ru_kou>.div_box,
.xin_xi>.div_box {
	border-radius: 10px 10px 0 0;
	padding: 0;
}

.ke_yan {
	width: 100%;
	display: block;
	float: left;
	margin-top: 25px;
}


.tab_head,
.tab_head_no {
	width: 100%;
	height: 35px;
	display: block;
}

.tab_head>li,
.tab_head_no>li {
	float: left;
	line-height: 35px;
	min-width: 100px;
	padding: 0 15px;
	margin-right: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	/* margin-left: -10px; */
}

.tab_head a,
.tab_head a:hover,
.tab_head_no a,
.tab_head_no a:hover {
	color: #333;
}

.tab_head>li.on,
.tab_head_no>li.on {
	color: #666666;
	background: #fff;
}

.tab_head>li.on a,
.tab_head_no>li.on a {
	color: #666666;
}

.tab_head>li.on a:hover,
.tab_head_no>li.on a {
	color: #666666;
}


a:hover {
	color: #4BBDE6;
}

.more:hover,
.more:hover>i,
a:hover .more,
a:hover .more>i {
	color: #4BBDE6;
}

.more {
	display: inline-block;
	color: #ff0000;
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	right: 20px;
}

.more>i {
	color: #ff0000;
	font-size: 10px;
}

.queue_about_img {
	width: 240px;
	height: 170px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.queue_about {

	overflow: hidden;
	height: 245px;
}

.queue_about>h3 {
	color: #4BBDE1;
	margin-bottom: 15px;
}

.queue_about>p {
	text-indent: 2em;
	text-align: justify;
	line-height: 1.6em;
	color: #666666;
	margin-bottom: 15px;
}

.date_list.queue .more {
	margin-top: 23px;
}

.date_list {
	display: none;
}

.date_list.show {
	display: block;
}

.date_list>li {
	padding: 6px 0;
	list-style-type: none;
}

.date_list>li~li {
	/* border-top: 1px solid #F0EFF4; */
	width: 100%;
	float: left;
}

.date_list .date {
	float: left;
	width: 45px;
	height: 40px;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	color: #4BBDE1;
	display: inline-block;
	background-color: #F3F3F3;
	font-size: 14px;
	text-align: center;
}

.date_list .date>span {
	background-color: #4BBDE1;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-radius: 0 0 5px 5px;
}

.date_list h5 {
	float: left;
	width: 330px;
	padding: 5px 0;
	height: 49px;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 2;
}

.date_list.no_date h5 {
	padding-left: 0;
}

.tel_img {
	height: 258px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.date_list .more {
	margin-top: 33px;
}

.ke_yan_box {
	display: none;
}

.ke_yan_box.show {
	display: block;
	background-color: #fafbfd;
}

.img_list {
	float: left;
	width: 66.66%;
	border-right: 1px solid #E5E4EC;
	padding: 27px 30px;
	margin-top: 10px;
}

.img_list>li {
	padding-right: 40px;
	height: 169px;
}

.img_list>li~li {
	margin-top: 15px;
}

.img_list .img_box {
	width: 46%;
	height: 169px;
	overflow: hidden;
	float: left;
}

.img_list .img_con {
	float: right;
	width: 49%;
	color: #919191;
	overflow: hidden;
	margin-top: -5px;
	height: 170px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	/* -webkit-line-clamp: 4; */
}

.font-span {
	font-weight: bold;
	margin-right: 15px;
}

.img_list .img_con>.hon {
	display: block;
	color: #10A2D1;
	padding-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 1;
	height: 35px;
	white-space: nowrap;
	word-wrap: break-word;
	overflow: hidden;

	text-overflow: ellipsis;
}

.img_list .more {
	margin-top: 28px;
}


.single_list {
	float: right;
	width: 33.33%;
	padding-left: 15px;
	background-color: #fafbfd;
	/* border: 1px solid #eee; */
	padding: 27px 30px;
	border-left: none;
}

.single_list>li {
	padding: 11px 0 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.single_list>li~li {
	/* border-top: 1px solid #E5E4EC; */
}

.keYan.round_box {
	margin-top: 30px;
	margin-left: 10px;
	width: 240px;
	height: 240px;
}

.keYan.round_box .more {
	margin-top: 0;
}

.keYan.round_box>p {
	-webkit-line-clamp: 4;
	height: 84px;
}

.round_box {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 1px solid #E5E4EC;
	display: block;
	text-align: center;
	background-color: #fff;
	margin-top: 40px;
}

.round_box .hode {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: inline-block;
	font-size: 38px;
	line-height: 70px;
	text-align: center;
	margin-top: -35px;
}

.round_box .hode .camera {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../static/picture/camera.png) no-repeat;
	background-size: 100%;
	margin-top: 15px;
}

.round_box>h4 {
	margin: 15px 40px 8px;
	border-bottom: 1px solid #E5E4EC;
	color: #676767;
}

.round_box>p {
	margin: 15px 40px;
	text-align: left;
	height: 104px;
	overflow: hidden;
	color: #656565;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 5;
}

.round_box>.more {
	float: none;
	margin-top: 25px;
}

.download_float {
	z-index: 5;
	height: auto;
	width: 180px;
	/* margin-left: 520px; */
	right: 0;
	position: fixed;
	bottom: 300px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: flex-end;
	-webkit-align-items: flex-end;

}

.download_float .new_url {
	width: 180px;
	display: block;
	margin-bottom: 5px;
	border-radius: 35px;
	background: #12AED4;
}

.download_float .new_url>a {
	display: block;
	text-align: center;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
	color: #FFF;
}

.download_float dl {
	cursor: pointer;
	float: right;
	width: 180px;
	height: 60px;
	padding: 0 20px;
	border-radius: 35px 0 0 35px;
	background: #006699;
}

.download_float dl dt,
.download_float dl dd {
	float: left;
}

.download_float dl dt {
	width: 30px;
	padding: 17px 0;
}

.download_float dl dd span {
	display: block;
}

.download_float dl dd {
	width: 100px;
	padding: 3px 0 3px 15px;
	font-size: 18px;
	margin-top: 12px;
}

.download_float dl dd.en_download {
	width: 100px;
	padding: 15px 0 3px 15px;
	font-size: 18px;
}

.download_float i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #fff;
	color: #0054B4;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
}

.link {
	float: left;
	color: #fff;
	margin-left: 29px;
	width: 660px;
}

.link i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #009DE0;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 7px;
	float: left;
}

.link dl {
	padding-top: 10px;
}

.link dl>dt {
	line-height: 40px;
}

.link dl>dt,
.link dl>dd {
	float: left;
}

.link dl>dd {
	width: 540px;
	padding-left: 20px;
}

.link dl>dd>span>a {
	color: #fff;
	display: inline-block;
}

.link dl>dd>span>a:hover {
	color: #fff;
	display: inline-block;
	text-decoration: underline;
}

.bei_an {
	float: right;
	color: #fff;
	margin-top: 45px;
	margin-right: 29px;
}

.bei_an dt,
.bei_an dd {
	float: left;
	height: 64px;
}

.bei_an dt {
	padding: 10px 25px 10px 0;
}

.bei_an img {
	width: 52px;
	height: 64px;
}

.onlink {
	width: 40%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.islink {
	width: 40%;
	margin-right: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.guide .img_boxs {
	width: 100%;
	box-shadow: 0 5px 10px #e4e4e4;
	height: auto;
	margin-right: 10px;
	/* display: flex; */
	min-height: 190px;
	/* padding-bottom: 15px; */
	border: 1px #eee solid;
	padding: 5px 5px 0;
	background-color: #fafbfd;
}

.guide .img_boxs .wenzi_img {
	position: absolute;
	color: #fff;
	/* left: 33%; */
	bottom: 42%;
	text-align: center;
	margin-bottom: 0%;
	z-index: 999;
	margin-left: 0%;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
}

.guide .changyong_box {
	position: relative;
	width: 36%;
	box-shadow: 0 5px 10px #e4e4e4;
	padding: 0 20px;
	margin-left: 10px;
	padding-bottom: 18px;
	padding-top: 24px;
}

.guide .changyong_box .zhandian_box {
	width: 33%;
	position: absolute;
	top: 0;
	margin-top: -38px;
	margin-left: -20px;
}

/* .guide .img_boxs a {float: left;} */
.nav_bg {
	background-color: #fff;
}

.nav_bg>.nav>li:first-of-type {
	width: 140px;
}

.guide {
	height: auto;
	margin-top: 20px;
}

.guide li {
	float: left;
	width: 33.333%;
}

.guide_img {
	width: 130px;
	height: 152px;
	background: url(../static/picture/sign.png) no-repeat;
	float: left;
}

.guide_img.core {
	background-position: -330px 0;
}

.guide_img.network {
	background-position: -660px 0;
}

.guide_con {
	float: left;
	width: 125px;
	margin-left: 25px;
	margin-top: 35px;
}

.guide_con>h3 {
	color: #E20111;
	font-size: 18px;
}

.guide_con>p {
	color: #B0B0B0;
	margin: 0;
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 3;
}

.union_img_news {
	width: 430px;
	height: 130px;
	margin-bottom: 20px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
}

.union_img_news .img_box {
	width: 130px;
	height: 130px;
	display: block;
	float: left;
	overflow: hidden;
}

.union_img_news .brief {
	width: 300px;
	float: left;
	padding-left: 15px;
}

.union_img_news .brief h4 {
	border-bottom: 1px dashed #AFAFAF;
	text-overflow: ellipsis;
	color: #403E3F;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 2;
}

.union_img_news .brief p {
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 3;
}

#researchProject.date_list li {
	border-top: 1px solid #F0EFF4;
}

.union_telemedicine {
	width: 664px;
	margin-top: 25px;
	float: left;
}

.union_list {
	display: none;
}

.union_list.show {
	display: block;
}


.union_list li.union_list_img {
	display: block;
	height: 179px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #AFAFAF;
}

.union_list li.union_list_img .img_box {
	width: 200;
	height: 150px;
	overflow: hidden;
	float: left;
}

.union_list li.union_list_img .img_con {
	float: right;
	width: 380px;
	height: 130px;
	color: #919191;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-flex: 1;
	-webkit-line-clamp: 4;
}

.union_list li.union_list_img .img_con>h3 {
	color: #10A2D1;
}

.union_list li.union_list_img .more {
	margin-top: 10px;
}

.union_list li {
	padding: 8px 0;
}

.union_list li~li {
	border-top: 1px solid #F0EFF4;
}

.union_round {
	position: relative;
	float: right;
	width: 300px;
	margin-top: 25px;
}

.union_tel {
	height: 320px;
	width: 220px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.xin_xi.union_xin_xi ul {
	padding-bottom: 4px;
}

.xin_xi.union_xin_xi li {
	padding: 9px 24px;
}

.icon-fanzhuan::before {
	content: "\e65d";
	color: red;
	font-size: 16px;
	width: 25px !important;
}


.page_bgimg {
	background: url(../static/picture/page_bgimg.jpg) no-repeat center;
	height: 102px;
	width: 100%;
	display: block;
}

.page_bgimg>div>div {
	display: none;
}

.page_bgimg>div>div.curr {
	display: block;
}

.page_bgimg span {
	font-size: 40px;
	float: right;
	padding-top: 19px;
	color: #C5BFCD;
}

.text_box {
	min-height: 700px;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}


.text_left_box {
	width: 230px;
	float: left;
	margin-right: 30px;
	/* border: 1px #eee solid; */
	border-radius: 5px;
}

.text_right_box {
	flex: 1;
	min-height: 700px;
	float: left;
	background-color: #fff;
	padding: 50px;
	/* 	-moz-box-shadow: 0 5px 10px #e4e4e4 inset;
	-webkit-box-shadow: 0 5px 10px #e4e4e4 inset;
	box-shadow: 0 5px 10px #e4e4e4 inset; */
	border: 1px solid #e4e4e4;
	border-top: 2px solid #e4e4e4;
	position: relative;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4')";

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4');
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 740px;
}

#myPage {
	margin-top: 10px;
}

.link .link_youqing {
	line-height: 45px;
	margin-top: 10px;
}

.flex-box div {
	margin-right: 20px;
	line-height: 2em;
	flex: 24%;
}

/* .flex-box .flex-link{flex: 34%;} */
.text_left_box .yjts {
	margin-bottom: -15px;
	display: block;
}


#zoom_tz {
	padding: 20px;
	/* background-color: pink; */
	border: 1px solid #e4e4e4;
	border-top: 2px solid #e4e4e4;
	line-height: 25px;
	border-radius: 5px;
	min-height: 200px;
}

#zoom_tz .wenzi_zt {
	line-height: 2em;
	padding-bottom: 10px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.lis-img {
	float: left;
	margin: -1px 10px 10px 0px;
	overflow: hidden;
}

.title_boxs {
	height: 32px;
}

.concont {
	float: left;
	color: #666;
	line-height: 24px;
	width: 80%;
	height: 75%;
	overflow: hidden;
}

.concont p:nth-child(2),
.concont p:nth-child(1) {
	text-overflow: -o-ellipsis-lastline;

	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	line-height: 27px !important;
	-webkit-box-orient: vertical;
}

#centre_box li div {
	width: 68%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
	word-wrap: break-word;
}

#continuedEducation li p:nth-child(3) {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.img_con p:nth-child(2) {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

#zoom_tz div:nth-child(2) {
	text-align: left !important;
}

#zoom_tz .img_tz {
	width: 150px;
	height: 75px;
}

#zoom_tz .titie_tz {
	float: left;
	font-weight: 700;
}

#zoom_tz .date_time {
	float: right;
}

#zoom_tz li {
	padding-left: 10px;
	line-height: 32px;
	width: 100%;
	padding: 10px 0;
	height: 130px;
	overflow: hidden;
	border-bottom: 1px dashed #999;
}

.next_box a {
	color: #1994b6;
}

.next_box {
	margin-top: 30px;
	text-align: left;
	line-height: 30px;
}

.next_box span {
	margin-right: 20px;

}

#myPage div {
	float: right;
}

.box_shadow {
	-moz-box-shadow: 0 5px 10px #e4e4e4 inset;
	-webkit-box-shadow: 0 5px 10px #e4e4e4 inset;
	box-shadow: 0 5px 10px #e4e4e4 inset;

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4')";

	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#e4e4e4');
}

.text_right_box:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.text_left_box>li {
	position: relative;
	line-height: 38px;
	padding-left: 35px;
	border-bottom: 1px solid #fff;
	background-color: #eee;
}

.text_left_box>li>a {
	display: inline-block;
	width: 100%;
}

.text_left_box>li.curr {
	background: #238daa;
	line-height: 49px;
	text-align: center;
	padding: 0;

	/* background: #0066ac; 
  background: -moz-linear-gradient(top, #38BADE 0%, #0BA6D6 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38BADE), color-stop(100%,#0BA6D6)); 
  background: -webkit-linear-gradient(top, #38BADE 0%,#0BA6D6 100%); 
  background: -o-linear-gradient(top, #38BADE 0%,#0BA6D6 100%); 
  background: -ms-linear-gradient(top, #38BADE 0%,#0BA6D6 100%); 
  background: linear-gradient(to bottom, #38BADE 0%,#0BA6D6 100%);  */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38BADE', endColorstr='#0BA6D6', GradientType=0);
}

.article_title {
	font-size: 24px;
	line-height: 1.8em;
	text-align: center;
	color: #0066ac;
	padding: 15px 0;
}

.wenzi_box {
	display: flex;
	align-items: center;
}

.img_icon {
	width: 30px;
	margin-right: 20px;
}

.text_left_box>li.curr span {
	color: #fff;
}

.text_left_box>li.curr i {
	display: block;
	bottom: 30px;
}

.text_left_box>li span {
	display: block;
	font-size: 16px;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}

.text_left_box>li i {
	display: none;
	right: 15px;
	bottom: 20px;
	position: absolute;

}

.content img {
	max-width: 90%;
	width: inherit;
	height: inherit;
	margin: 15px auto;
}

.content_info {
	font-size: 12px;
	text-align: center;
	padding: 10px 30px;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	margin-bottom: 40px;
}

.content_info>span {
	margin-left: 15px;
}

.quote .annextitle {
	font-size: 14px;
	display: none;
}

.quote img {
	width: 16px;
	height: 16px;
	margin: 2px 15px 0 0;
}

.quote table th,
.quote table td {
	border: 0;
}

.text_right_box h3 {
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	padding-top: 12px;
	padding-bottom: 3px;
	font-family: "宋体";
	font-weight: bold;
	text-align: center;
}

.text_right_box p {
	line-height: 22px;
	color: #444444;
	font-size: 14px;
	font-family: "宋体";
	text-align: justify;
	word-wrap: break-word;
}

.text_right_box strong {
	color: #222222;
}

.text_right_box .quote table th,
.text_right_box .quote table td {
	border: 0;
}

.text_right_box table th,
.text_right_box table td {
	border: 1px solid #444444;
}

.text_right_box table {
	color: #444444;
	border-bottom: 0;
}

.text_right_box table p {
	padding: 10px;
}

.up_down {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 30px 0;
	border-bottom: 1px dotted #AFAFAF;
	border-top: 1px dotted #AFAFAF;
	color: #666666;

}

.relatedNews {
	border-bottom: 2px solid #E1E1E1;
}

.relatedNews span {
	padding: 0 10px 8px;
	border-bottom: 3px solid #C8142D;
	display: block;
	width: 80px;
	margin-bottom: -2px;
}

.relatedNews_list li {
	margin: 10px 15px 0px 12px;
}


.news_list {}

.news_list li {
	padding-bottom: 30px;
}

.news_list li~li {
	padding-top: 30px;
	border-top: 1px solid #F0F0F0;
}

.news_list li .img {
	height: 195px;
	width: 270px;
	display: inline-block;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}

.news_list li .img img {
	width: 270px;
	min-height: 195px;
}

.news_list li .name {
	line-height: 35px;
	font-weight: 400;
}

.news_list li .name a {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li .info {
	height: 25px;
	margin: 15px 0 10px 0;
	font-size: 14px;
}

.news_list li .info span {
	padding-right: 20px;
}

.news_list li .info span font {
	color: #5086be;
}

.news_list li .info .ask i {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;

	margin-right: 5px;
}

.news_list li .intro {
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	height: 95px;
	overflow: hidden;
}


#fenye {
	clear: both;
	margin: 15px;
	height: 35px;
	text-align: right;
}

#fenye table {
	width: 100%;
	border: 0;
}

#fenye table td {
	width: 100%;
	border: 0;
}

#fenye img {
	margin: 0px 2px;
	vertical-align: top;
	margin-top: 15px;
}

#fenye a {
	text-decoration: none;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	width: 35px;
	border-radius: 2px;
	text-align: center;
	color: #666;
	margin-left: 5px;
	border: 1px solid #e5e5e5;
	background: #fff;
	display: inline-block;
}

#fenye .prev,
#fenye .next {
	text-align: center;
	vertical-align: middle;
	font-family: "iconfont" !important;
	font-size: 24px;
	color: #E1E1E1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#fenye .prev,
#fenye .next:nth-child(2):before {
	content: "\e660";
}

#fenye .prev,
#fenye .next:before {
	content: "\e65f";
}

#fenye .prev,
#fenye .next img {
	display: none;
}

#fenye a.curr {
	color: #fff;
	text-align: center;
	background: #237DD7;
}

#fenye a.curr:hover {
	color: #fff;
}

#fenye a:hover {
	color: #333;
	text-decoration: none;
}

#fenye span {
	line-height: 30px;
	padding-left: 5px;
}


.sc_list {
	background: #fff;
	padding: 30px;
}

.sc_list .scjg {
	clear: both;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #f3f3f3;
}

.sc_list .sc_list_l {
	margin-top: 15px;
}

.sc_list .sc_list_l h4 {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}

.sc_list .sc_list_l li {
	border-bottom: 1px dashed #ddd;
	padding: 30px 0px;
	line-height: 22px;
}

.sc_list .sc_list_l li a.title {
	font-size: 16px;
	float: left;
}

.sc_list .sc_list_l li div {
	padding-top: 8px;
}

.sc_list .sc_list_l li span.date {
	padding-left: 20px;
	color: #666;
	float: left
}

.sc_list .sc_list_l li.fyys {
	border: 0px;
	text-align: right;
	margin-top: 10px
}

.sc_list .sc_list_l li.fyys:hover {
	background: none
}

.sc_list .sc_list_r {
	width: 250px;
	float: left;
	margin: 25px 0px 0px 20px;
}

.sc_list .sc_list_r h4 {
	font-size: 17px;
	border-bottom: 1px solid #e1e1e1;
	height: 28px;
	font-weight: normal
}

.sc_list .sc_list_r ul {
	padding: 13px 15px 15px 2px
}

.sc_list .sc_list_r ul li {
	line-height: 26px;
	height: 26px;
	padding-left: 2px
}

.sc_list .sc_list_r ul li a {
	color: #007bbb
}

.sc_list .sc_list_r ul .pic {
	line-height: 19px;
	color: #666;
	height: 72px;
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 10px;
	padding-left: 0px
}

.sc_list .sc_list_r ul .pic img {
	width: 55px;
	height: 50px;
	margin: 5px 15px 0px 0px;
}

.sc_list .sc_list_r ul .pic span a {
	padding-left: 0px;
}

.sc_list .sc_list_r ul .pic a {
	padding-left: 5px;
	line-height: 20px
}

.sc_list .sc_list_r ul .pic .into {
	padding-top: 3px
}

#download_box {
	display: flex;
	align-items: center;
	height: 50px !important;
}

#download_box img {
	width: 30px;
}

#download_box span:nth-child(2) {
	flex: 1;
	margin-left: 20px;
}

#download_box span:nth-child(3) {
	margin: 0 20px;
}

#download_box button:nth-child(4) {
	background-color: #238daa;
	border: none;
	padding: 3px 5px;
	color: #fff;
	text-align: center;
}

.text_list li {
	border-bottom: 1px dashed #cccccc;
	padding: 5px;
}

.text_list li>span {
	float: right;
}

.xz_list {
	padding: 5px 0;
}

.xz_list>img {
	margin: 0;
	padding-right: 5px;
}

.ywbx>.queue_about {
	height: 153px;
}

.list_leader1 {
	width: 100%;
	float: left;
}

.list_leader1 li {
	width: 50%;
	padding: 20px 20px 0px 0px;
	float: left;
	line-height: 22px;
	color: #444444;
	max-height: 195px;
	overflow: hidden;
}

.list_leader1 h1 {
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 7px;
}

.list_leader1 h1 a {
	color: #d11212;
}

.list_leader1 dl {
	float: left;
	width: 128px;
	margin-right: 15px;
}

.list_leader2 {
	width: 100%;
	float: left;
}

.list_leader2 li {
	width: 33%;
	float: left;
	line-height: 22px;
	color: #444444;
	padding-top: 20px;
}

.list_leader2 h1 {
	font-size: 16px;
	padding-top: 80px;
}

.list_leader2 h1 a {
	color: #d11212;
}

.list_leader2 dl {
	float: left;
	width: 110px;
	margin-right: 15px;
}

#qiehuan_box {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 150px;
	text-align: right;
	height: 30px;
	/* border: 1px solid #238daa; */
	outline: none;
	line-height: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 3px;
}

.text_right_box p img {
	display: block;
	margin: 0 auto;
}

.orange,
.isred {
	float: right;
	color: red;
	font-family: 宋体;
	/* border: 1px solid #aaa;s */
	width: 25px;
	text-align: center;
}

.tp1 {
	border: 1px solid #c6c6c6;
	padding: 2px;
	/* height: 20%; */
	height: 180px;
}

.text_p hr,
.text_right_box hr {
	border-top: 1px dashed #cccccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: 20px 0;
}

.publication_table td {
	font-size: 12px;
	text-align: center;
}

.publication_table tr>td:first-of-type {
	text-align: left;
}

.table_li_box {
	width: 100%;
	min-height: 700px;
	background-color: #fff;
	padding: 50px;
	-moz-box-shadow: 0 5px 10px #e4e4e4 inset;
	-webkit-box-shadow: 0 5px 10px #e4e4e4 inset;
	box-shadow: 0 5px 10px #e4e4e4 inset;
}

.table_li_box table thead {
	background-color: #F4F4f4;
	color: #999999;
	font-size: 12px;
}

.table_li_box table th,
.table_li_box table td {
	border: 1px solid #F0F0F0;
}

.table_li_box table {
	color: #444444;
	border-bottom: 0;
}

.table_li_box tbody tr:nth-child(2n) {
	background: #fafafa;
}

.table_li_box tbody tr:hover {
	background: #F8F8F8;
}

.table_li_box table p {
	padding: 10px;
}

.table_li_box tbody a {
	color: #12AED4;
}

.table_li_box tbody a:hover {
	color: #6287F2;
}

.en_content {
	font-family: 'Times New Roman', "微软雅黑";
}

.en_content.text_right_box h3 {
	font-size: 24px;
	line-height: 30px;
	color: #222222;
	padding-top: 12px;
	padding-bottom: 3px;
	font-family: "Times New Roman", "微软雅黑";
	font-weight: bold;
	text-align: center;
}

.en_content.text_right_box p {
	line-height: 30px;
	color: #444444;
	font-size: 14px;
	font-family: "Times New Roman", "微软雅黑";
	text-align: justify;
	word-wrap: break-word;
}