﻿.layout {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.container {
	min-height: 400px;
}

.container-inner {
	padding: 30px 0 50px
}

.bgf2 {
	background-color: #f2f2f2
}

.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.green {
	color: #158064
}

.green:hover {
	color: #096
}

.orange {
	color: #d58016
}

.gray {
	color: #999
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.equipartition-1 > * {
	width: 100%
}

.equipartition-2 > * {
	width: 50%
}

.equipartition-3 > * {
	width: 33.3333%
}

.equipartition-4 > * {
	width: 25%
}

.equipartition-5 > * {
	width: 20%
}

.equipartition-6 > * {
	width: 16.6666%
}

.equipartition-7 > * {
	width: 14.2857%
}

.equipartition-8 > * {
	width: 12.5%
}

.equipartition-9 > * {
	width: 11.1111%
}

.equipartition-10 > * {
	width: 10%
}

.equipartition-11 > * {
	width: 9.0909%
}

.equipartition-12 > * {
	width: 8.3333%
}

a {
	color: #444;
	outline: none;
	transition: all .3s
}

a:hover {
	color: #600700;
	text-decoration: none
}

img {
	object-fit: cover
}

.btn {
	display: inline-block;
	border: none;
	text-align: center;
	background: #600700;
	color: #fff;
	line-height: 34px;
	transition: all .3s;
	border-radius: 3px
}

.btn:hover {
	background: #600700;
	color: #fff
}

.btn.white {
	background: #fff;
	color: #666;
	border: 1px solid #ddd
}

.btn.white:hover {
	background: #666;
	color: #fff;
	border: 1px solid #666
}

.btn.disabled {
	background: #f1f1f1;
	border-color: #aaa;
	color: #aaa;
	cursor: no-drop
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.mt25 {
	margin-top: 25px
}

.mt20 {
	margin-top: 20px
}

.mt35 {
	margin-top: 35px
}

.mt40 {
	margin-top: 40px
}

.mb10 {
	margin-bottom: 10px
}

.mb15 {
	margin-bottom: 15px
}

.mb25 {
	margin-bottom: 25px
}

.mb40 {
	margin-bottom: 40px
}

.ml10 {
	margin-left: 10px
}

.ml15 {
	margin-left: 15px
}

.ml20 {
	margin-left: 20px
}

.mr10 {
	margin-right: 10px
}

.mr15 {
	margin-right: 15px
}

.pt10 {
	padding-top: 10px
}

.pt40 {
	padding-top: 40px
}

.pt15 {
	padding-top: 15px
}

.pb50 {
	padding-bottom: 50px
}

.fl {
	float: left !important;
}

.fr {
	float: right !important
}

.clearfix {
	*zoom: 1
}

.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear: both
}

.inline {
	display: inline
}

.block {
	display: block
}

.inline-block {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.hidden {
	display: none
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: ""
}

.caret.up {
	border-top: none;
	border-bottom: 8px solid #ccc
}

.caret.down {
	border-top: 8px solid #ccc;
	border-bottom: none
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #c09853;
	font-size: 14px;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px
}

.alert h4 {
	color: inherit;
	margin: 0
}

.alert.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert.alert-danger, .alert.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7
}

.alert.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert.alert-block {
	padding-top: 14px;
	padding-bottom: 14px
}

.alert.alert-block > p, .alert.alert-block > ul {
	margin-bottom: 0
}

.alert.alert-block p + p {
	margin-top: 5px
}

.ajax .message {
	background: none
}

.message {
	height: 100%
}

.message .msg {
	display: block;
	text-align: center;
	padding: 15px 0
}

.message .msg i {
	font-size: 80px
}

.message .msg strong {
	display: block;
	font-size: 16px
}

.message .msg .success {
	color: #029C46
}

.message .msg .error {
	color: #e33
}

.message .msg .info {
	color: #56abe4
}

.message .msg .skip {
	color: #999
}

.message .msg .btn {
	border-radius: 8px;
	width: 200px;
	margin-top: 15px
}

.nodata {
	color: #999;
	padding: 25px 0
}

.nodata i {
	display: block;
	font-size: 80px;
	line-height: 1
}

.path {
	border-bottom: 1px solid #e4e4e4;
	padding: 20px 0;
	color: #999
}

.path i {
	font-size: 12px;
	vertical-align: middle;
	padding: 0 5px
}

.color-share .bdsharebuttonbox, .color-share span {
	display: inline-block;
	vertical-align: middle
}

.color-share a {
	margin: 0 0 0 5px !important;
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	display: inline-block
}

.bdshare-button-style0-24 a {
	background-image: url(../images/icons_0_24.png) !important;
	width: 24px;
	padding-left: 24px !important
}

.bd_weixin_popup {
	position: fixed !important;
	width: 240px !important;
	height: 320px !important;
	top: 50% !important;
	left: 50% !important;
	margin-left: -120px;
	margin-top: -160px
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}[dir='rtl'] .slick-slide {
	float: right
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	text-align: center
}

.slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background-color: #e6e6e6;
	transition: .38s
}

.slick-dots li.slick-active {
	background-color: #debd78 !important
}

.slick-dots li button {
	display: none
}

.slick-dots li:hover {
	background-color: #600700
}

.slick-dots li + li {
	margin-left: 20px
}

.help-inline, .help-block {
	color: #666;
	padding-left: 8px
}

.help-inline {
	display: inline
}

.help-block {
	display: block
}

.pic-preview a {
	position: relative;
	display: inline-block;
	background: url(../images/uploadify-cancel.png) 0 0 no-repeat #fff;
	width: 16px;
	height: 16px;
	margin-top: 12px;
	margin-left: -22px;
	text-indent: -9999px;
	vertical-align: top
}

.pic-preview img {
	max-width: 140px;
	max-height: 140px;
	margin-top: 10px
}

.imagesLoaded li img {
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s
}

.imagesLoaded .is-loading {
	background: url(../images/loading.gif) center no-repeat #000
}

.imagesLoaded .is-broken {
	background: url(../images/broken.png) center no-repeat #be3730
}

.imagesLoaded .is-loading img, .imagesLoaded .is-broken img {
	opacity: 0;
	filter: alpha(opacity=0)
}

body:after {
	content: url(../images/close.png) url(../images/loading-gray.gif) url(../images/prev.png) url(../images/next.png);
	display: none
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #000;
	filter: alpha(Opacity=80);
	opacity: .8;
	display: none
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: 400
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

.lightbox a img {
	border: none
}

.lb-outerContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-container {
	padding: 4px
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading-gray.gif) no-repeat
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}

.lb-container > .nav {
	left: 0
}

.lb-nav a {
	outline: 0;
	background-image: url(data:image/gif;
	base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
	height: 100%;
	cursor: pointer;
	display: block
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s
}

.lb-nav a.lb-next:hover {
	filter: alpha(Opacity=100);
	opacity: 1
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both
}

.lb-data {
	padding: 0 4px;
	color: #ccc
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: 700;
	line-height: 1em
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: 0;
	filter: alpha(Opacity=70);
	opacity: .7;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: alpha(Opacity=100);
	opacity: 1
}

.audioplayer {
	height: 2.5em;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	border: 1px solid #222;
	position: relative;
	z-index: 1;
	background: #333
}

.audioplayer-mini {
	width: 2.5em;
	margin: 0 auto
}

.audioplayer > div {
	position: absolute
}

.audioplayer-playpause {
	width: 2.5em;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	left: 0
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, 0.1)
}

.audioplayer-mini .audioplayer-playpause {
	width: 100%
}

.audioplayer-playpause:focus, .audioplayer-playpause:hover {
	background-color: #222
}

.audioplayer-playpause a {
	display: block
}

.audioplayer-stopped .audioplayer-playpause a {
	width: 0;
	height: 0;
	border: .5em solid transparent;
	border-right: none;
	border-left-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.5em 0 0 -.25em
}

.audioplayer-playing .audioplayer-playpause a {
	width: .75em;
	height: .75em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.375em 0 0 -.375em
}

.audioplayer-playing .audioplayer-playpause a:after, .audioplayer-playing .audioplayer-playpause a:before {
	width: 40%;
	height: 100%;
	background-color: #fff;
	content: '';
	position: absolute;
	top: 0
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0
}

.audioplayer-playing .audioplayer-playpause a:after {
	right: 0
}

.audioplayer-time {
	width: 4.375em;
	height: 100%;
	line-height: 2.375em;
	text-align: center;
	z-index: 2;
	top: 0
}

.audioplayer-time-current {
	border-left: 1px solid #111;
	border-left-color: rgba(0, 0, 0, 0.25);
	left: 2.5em
}

.audioplayer-time-duration {
	border-right: 1px solid #555;
	border-right-color: rgba(255, 255, 255, 0.1);
	right: 2.5em
}

.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0;
	right: 0
}

.audioplayer-bar {
	height: .875em;
	background-color: #222;
	cursor: pointer;
	z-index: 1;
	top: 50%;
	right: 6.875em;
	left: 6.875em;
	margin-top: -.438em
}

.audioplayer-novolume .audioplayer-bar {
	right: 4.375em
}

.audioplayer-bar div {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.audioplayer-bar-loaded {
	background-color: #333;
	z-index: 1
}

.audioplayer-bar-played {
	background: #007fd1;
	z-index: 2
}

.audioplayer-volume {
	width: 2.5em;
	height: 100%;
	border-left: 1px solid #111;
	border-left-color: rgba(0, 0, 0, 0.25);
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0
}

.audioplayer-volume:focus, .audioplayer-volume:hover {
	background-color: #222
}

.audioplayer-volume-button {
	width: 100%;
	height: 100%
}

.audioplayer-volume-button a {
	width: .313em;
	height: .375em;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 1;
	top: 40%;
	left: 35%
}

.audioplayer-volume-button a:after, .audioplayer-volume-button a:before {
	content: '';
	position: absolute
}

.audioplayer-volume-button a:before {
	width: 0;
	height: 0;
	border: .5em solid transparent;
	border-left: none;
	border-right-color: #fff;
	z-index: 2;
	top: 50%;
	right: -.25em;
	margin-top: -.5em
}

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
	width: .313em;
	height: .313em;
	border: .25em double #fff;
	border-width: .25em .25em 0 0;
	left: .563em;
	top: -.063em;
	-webkit-border-radius: 0 .938em 0 0;
	-moz-border-radius: 0 .938em 0 0;
	border-radius: 0 .938em 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.audioplayer-volume-adjust {
	height: 6.25em;
	cursor: default;
	position: absolute;
	left: 0;
	right: -1px;
	top: -9999px;
	background: #333
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
	top: auto;
	bottom: 100%
}

.audioplayer-volume-adjust > div {
	width: 40%;
	height: 80%;
	background-color: #222;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 30% auto 0
}

.audioplayer-volume-adjust div div {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #007fd1
}

.audioplayer-novolume .audioplayer-volume {
	display: none
}

.audioplayer-volume-adjust {
	-webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15)
}

.audioplayer-bar, .audioplayer-volume-adjust > div {
	-webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1)
}

.audioplayer-bar-played, .audioplayer-volume-adjust div div {
	-webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5)
}

.audioplayer-playpause, .audioplayer-volume a {
	-webkit-filter: drop-shadow(1px 1px 0 #000);
	-moz-filter: drop-shadow(1px 1px 0 #000);
	-ms-filter: drop-shadow(1px 1px 0 #000);
	-o-filter: drop-shadow(1px 1px 0 #000);
	filter: drop-shadow(1px 1px 0 #000)
}

.audioplayer, .audioplayer-volume-adjust {
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
	background: -webkit-linear-gradient(top, #444, #222);
	background: -moz-linear-gradient(top, #444, #222);
	background: -ms-radial-gradient(top, #444, #222);
	background: -o-linear-gradient(top, #444, #222);
	background: linear-gradient(to bottom, #444, #222)
}

.audioplayer-bar-played {
	background: -webkit-gradient(linear, left top, right top, from(#007fd1), to(#c600ff));
	background: -webkit-linear-gradient(left, #007fd1, #c600ff);
	background: -moz-linear-gradient(left, #007fd1, #c600ff);
	background: -ms-radial-gradient(left, #007fd1, #c600ff);
	background: -o-linear-gradient(left, #007fd1, #c600ff);
	background: linear-gradient(to right, #007fd1, #c600ff)
}

.audioplayer-volume-adjust div div {
	background: -webkit-gradient(linear, left bottom, left top, from(#007fd1), to(#c600ff));
	background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
	background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
	background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
	background: -o-linear-gradient(bottom, #007fd1, #c600ff);
	background: linear-gradient(to top, #007fd1, #c600ff)
}

.audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.audioplayer {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.audioplayer-volume-adjust {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.audioplayer *, .audioplayer :after, .audioplayer :before {
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease
}

.clinic-scheduling table {
	border: none;
	width: 100%
}

.clinic-scheduling .seleced {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	text-align: center
}

.clinic-scheduling .seleced:hover + .tips {
	display: block
}

.clinic-scheduling .seleced.red {
	background: #ea5a54
}

.clinic-scheduling .seleced.red:before {
	content: "特需"
}

.clinic-scheduling .seleced.blue {
	background: #54a0ea
}

.clinic-scheduling .seleced.blue:before {
	content: "专家"
}

.clinic-scheduling .seleced.green {
	background: #63b98c
}

.clinic-scheduling .seleced.green:before {
	content: "普通"
}

.clinic-scheduling .seleced.orange {
	background: #e49548
}

.clinic-scheduling .seleced.orange:before {
	content: "专科"
}

.clinic-scheduling .seleced.gray {
	background: #9e9e9e;
	cursor: default
}

.clinic-scheduling .seleced.gray:before {
	content: "停诊"
}

.clinic-scheduling .tips {
	display: none;
	white-space: nowrap;
	position: absolute;
	top: 52px;
	left: 50%;
	margin-left: -34px;
	min-width: 245px;
	background: #fff;
	text-align: left;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
	z-index: 4
}

.clinic-scheduling .tips:before, .clinic-scheduling .tips:after {
	content: "◆";
	color: #fff;
	font-family: simsun;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 20px
}

.clinic-scheduling .tips:before {
	color: #ddd;
	top: -1px
}

.clinic-scheduling .tips .red {
	color: #ea5a54
}

.color-info span {
	margin-right: 10px
}

.color-info i {
	font-size: 20px;
	margin-right: 5px
}

.color-info .red {
	color: #ea5a54
}

.color-info .blue {
	color: #54a0ea
}

.color-info .green {
	color: #63b98c
}

.color-info .orange {
	color: #e49548
}

.color-info .gray {
	color: #9e9e9e
}

.letter-box {
	display: none;
	line-height: 1.8;
	min-height: 150px;
	position: absolute;
	width: 452px;
	top: 32px;
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 3;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
	overflow: hidden
}

.letter-box .area-tit {
	overflow: hidden;
	background: #ddd;
	margin: -10px -10px 5px -10px
}

.letter-box .area-tit.span2 a {
	width: 50%
}

.letter-box .area-tit.span3 a {
	width: 33.33%
}

.letter-box .area-tit.span4 a {
	width: 25%
}

.letter-box .area-tit.span5 a {
	width: 20%
}

.letter-box .area-tit.span6 a {
	width: 16.66%
}

.letter-box .area-tit.span7 a {
	width: 14.28%
}

.letter-box .area-tit a {
	float: left;
	line-height: 45px;
	height: 45px;
	text-align: center;
	font-weight: normal
}

.letter-box .area-tit a.cur {
	background: #fff;
	color: #600700
}

.letter-box .area-letter .tabs {
	display: none
}

.letter-box .area-letter .tabs:first-child {
	display: block
}

.letter-box .area-letter .tabs .letter-tit {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd
}

.letter-box .area-letter .tabs .letter-tit li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 13px
}

.letter-box .area-letter .tabs .letter-tit li a {
	display: block
}

.letter-box .area-letter .tabs .letter-tit li.cur {
	font-weight: bold;
	border-bottom: 1px solid #600700;
	margin-bottom: -1px;
	position: relative
}

.letter-box .area-letter .tabs .letter-pannel li {
	display: none;
	overflow: hidden;
	padding: 10px 10px 0 10px;
	text-align: left;
	font-size: 13px
}

.letter-box .area-letter .tabs .letter-pannel li:first-child {
	display: block
}

.letter-box .area-letter .tabs .letter-pannel li a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 2px;
	margin-right: 2px
}

.color-sns.small-size {
	position: relative;
	top: -2px
}

.color-sns.small-size a {
	width: 34px;
	height: 34px;
	line-height: 34px
}

.color-sns.small-size a i {
	font-size: 24px
}

.color-sns a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f2f2f2;
	border-radius: 2px;
	color: #cbcbcb
}

.color-sns a:not(.active):hover {
	color: #cbcbcb
}

.color-sns a i {
	font-size: 28px
}

.color-sns a.iphone.active {
	color: #0096d7
}

.color-sns a.weibo.active {
	color: #e53048
}

.color-sns a.weixin.active {
	color: #01b30c
}

.color-sns a.haodf.active {
	color: #1596ea
}

.hoverShowImg {
	position: relative
}

.hoverShowImg:hover .img-wp {
	animation: popFadeIn .5S;
	display: block
}

.hoverShowImg .img-wp {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 5;
	background-color: #fff;
	margin-left: -68px;
	border-radius: 5px;
	border: 8px solid #fff;
	box-shadow: 5px 5px 20px rgba(174, 174, 174, 0.5)
}

.hoverShowImg .img-wp span {
	display: block;
	line-height: 1;
	margin-bottom: 8px
}

.hoverShowImg .img-wp:before {
	content: "";
	border: 8px solid transparent;
	border-bottom-color: #fff;
	display: block;
	position: absolute;
	top: -22px;
	margin-left: -8px;
	left: 50%
}

.hoverShowImg .img-wp img {
	width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 5px
}

@keyframes popFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes sonarEffect1 {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

@keyframes sonarEffect2 {
	from {
		opacity: 0;
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

@keyframes showFadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes rotata360deg {
	0% {
		transform: rotateZ(0deg)
	}

	100% {
		transform: rotateZ(360deg)
	}
}

@font-face {
	font-family: "iconfont";  src: url("font/iconfont.eot");  src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg")
}

.header {
	background-color: #fff
}

.header .header-top {
	font-family: 'Arial Normal', 'Arial';
	height: 30px;
	line-height: 30px;
	background-color: #600700
}

.header .header-top .version li {
	float: left;
	background-color: #274c55
}

.header .header-top .version li.cur {
	background-color: #600700
}

.header .header-top .version li a {
	display: block;
	padding: 0 15px;
	font-size: 13px;
	color: #fff
}

.header .header-top .version li a:hover {
	color: #ca4718
}

.header .header-top .patient {
	position: relative;
	margin-right: 50px
}

.header .header-top .patient:hover .login.logined:before {
	display: block
}

.header .header-top .patient:hover .login.logined:after {
	opacity: 1
}

.header .header-top .patient .login {
	position: relative;
	display: block;
	color: #fff;
	font-size: 12px
}

.header .header-top .patient .login.logined {
	font-size: 13px
}

.header .header-top .patient .login.logined:hover:before {
	display: block
}

.header .header-top .patient .login.logined:hover:after {
	opacity: 1;
	border-top-color: #7ae9c0
}

.header .header-top .patient .login.logined:before {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 20px;
	background-color: transparent;
	z-index: 4
}

.header .header-top .patient .login.logined:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -9px;
	width: 0;
	height: 0;
	border: 10px solid#600700;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 0;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	z-index: 5
}

.header .header-top .patient .login.logined i {
	color: #fff
}

.header .header-top .patient .login.logined i:first-of-type {
	font-size: 14px;
	margin-right: 2px
}

.header .header-top .patient .login.logined i:last-of-type {
	font-size: 18px;
	margin-left: 10px;
	vertical-align: bottom
}

.header .header-top .patient .login i {
	font-size: 13px;
	color: #600700
}

.header .header-top .patient .patient-menu {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid#600700;
	border-top: none;
	border-radius: 5px;
	z-index: 4;
	overflow: hidden
}

.header .header-top .patient .patient-menu a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #600700;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.header .header-top .patient .patient-menu a:hover {
	background-color: #7ae9c0;
	color: #fff
}

.header .logo-row {
	position: relative;
	height: 59px;
	box-sizing: border-box;
	padding: 7px 0 6px;
	z-index: 3
}

.header .logo-row .search {
	width: 46px;
	height: 46px;
	transition: width 0.38s cubic-bezier(0, 0.8, 0, 1)
}

.header .logo-row .search.open {
	width: 370px
}

.header .logo-row .search.open form {
	border-color: #600700;
	overflow: visible
}

.header .logo-row .search.open form .change-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1
}

.header .logo-row .search.open form .virtual-button {
	font-weight: 400;
	right: 12px;
	z-index: 0
}

.header .logo-row .search form {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 44px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.38s cubic-bezier(0, 0.8, 0, 1)
}

.header .logo-row .search form .change-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.33s cubic-bezier(0, 0.8, 0, 1) 0.38s
}

.header .logo-row .search form .change-wrap .searchtype {
	float: left;
	position: relative;
	width: 21.2%;
	height: 100%
}

.header .logo-row .search form .change-wrap .searchtype span {
	display: block;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden
}

.header .logo-row .search form .change-wrap .searchtype span:after {
	font-family: 'iconfont';
	content: '\e610';
	margin-left: 5px;
	font-size: 14px
}

.header .logo-row .search form .change-wrap .searchtype ul {
	display: none;
	width: 60px;
	line-height: 28px;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(107, 107, 107, 0.098)
}

.header .logo-row .search form .change-wrap .searchtype ul a {
	padding-left: 15px;
	display: block
}

.header .logo-row .search form .change-wrap .keyword {
	float: left;
	width: 66.85%;
	height: 100%;
	padding: 0;
	border: none;
	overflow: hidden
}

.header .logo-row .search form .change-wrap .search-submit {
	float: left;
	width: 11.95%;
	height: 100%;
	line-height: 44px;
	border-radius: 0;
	background-color: transparent;
	overflow: hidden
}

.header .logo-row .search form .virtual-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 44px;
	min-width: auto;
	background-color: transparent;
	color: #600700;
	font-weight: bold;
	z-index: 1;
	padding-left: 20px;
	background-color: #fff;
	transition: right 0.5s cubic-bezier(0, 0.8, 0, 1)
}

.header .logo-row .search form .virtual-button i {
	font-size: 27px
}

.header .header-nav {
	position: relative;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	z-index: 2;
	border-top: 1px solid #e4e4e4
}

.header .header-nav .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	z-index: 1000
}

.header .header-nav .logo img {
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 180px;
	height: 200px
}

.header .header-nav .nav {
	position: relative;
	height: 100%
}

.header .header-nav .nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #600700
}

.header .header-nav .nav.fixed .nav-ul {
	padding-left: 0
}

.header .header-nav .nav.fixed .nav-ul > li.cur > a {
	color: #600700
}

.header .header-nav .nav.fixed .nav-ul > li > a {
	color: #fff
}

.header .header-nav .nav.fixed .nav-ul > li > a:hover {
	color: #debd78 !important
}

.header .header-nav .nav.fixed .subnav .dropTitle h1 {
	display: block
}

.header .header-nav .nav.fixed .float-bg {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important
}

.header .header-nav .nav .nav-ul {
	height: 100%;
	box-sizing: border-box;
	padding-left: 205px;
	font-size: 0;
	text-align: justify;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
	text-justify: inter-ideograph
}

.header .header-nav .nav .nav-ul.page-nav {
	text-align: left;
	text-align-last: auto;
	-moz-text-align-last: auto;
	-webkit-text-align-last: auto;
	text-justify: auto
}

.header .header-nav .nav .nav-ul.page-nav > li + li {
	margin-left: 40px
}

.header .header-nav .nav .nav-ul:after {
	content: '';
	width: 100%;
	display: inline-block;
	overflow: hidden;
	height: 0
}

.header .header-nav .nav .nav-ul > li {
	display: inline-block;
	text-align: center;
	text-align-last: auto;
	-moz-text-align-last: auto;
	-webkit-text-align-last: auto;
	text-justify: auto
}

.header .header-nav .nav .nav-ul > li > a {
	color: #666;
	font-size: 18px;
	display: block;
	min-width: 65px;
	font-weight: bold
}

.subweb-header .logo-row {
	padding: 20px 0
}

.subweb-header .logo-row .logo img {
	display: block
}

.subweb-header .logo-row .subweb-title {
	height: 46px;
	width: 150px;
	line-height: 46px;
	display: block;
	margin-top: 9px;
	margin-left: 30px;
	position: relative;
	color: #ffffcc;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(135deg, #f33 0%, #fc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#FFFF3333', endColorstr='#FFFFCC00')
}

.subweb-header .logo-row .subweb-title:hover {
	background: linear-gradient(135deg, #ff0f0f 0%, #f0c000 100%)
}

.subweb-header .logo-row .subweb-title:before {
	content: '';
	display: block;
	border: 8px solid transparent;
	border-right-color: #f33;
	position: absolute;
	top: 18px;
	left: -16px
}

.subweb-header .logo-row .subweb-title-simple {
	margin-top: 9px;
	font-weight: bold;
	line-height: 46px;
	height: 46px;
	margin-left: 15px;
	max-width: 388px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
	padding-left: 15px;
	font-size: 30px;
	border-left: 1px solid #ddd
}

.subweb-header .logo-row .subname {
	width: 170px;
	height: 46px;
	line-height: 46px;
	margin-top: 8px
}

.subweb-header .logo-row .search {
	position: relative;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index: 3;
	border-radius: 5px
}

.subweb-header .logo-row .search .change-wrap {
	position: absolute;
	right: 0;
	top: -9px;
	padding: 9px 0;
	background-color: #fff;
	width: 46px;
	height: 46px;
	transition: width .38s;
	overflow: hidden
}

.subweb-header .logo-row .search .change-wrap .searchtype {
	width: 78px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 1
}

.subweb-header .logo-row .search .change-wrap .searchtype span {
	display: block;
	line-height: 46px;
	padding: 0 15px;
	cursor: pointer
}

.subweb-header .logo-row .search .change-wrap .searchtype span:after {
	font-family: 'iconfont';
	content: '\e610';
	margin-left: 5px;
	font-size: 14px
}

.subweb-header .logo-row .search .change-wrap .searchtype ul {
	display: none;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fff;
	line-height: 28px;
	padding-bottom: 10px;
	box-shadow: 0 0 5px rgba(107, 107, 107, 0.098)
}

.subweb-header .logo-row .search .change-wrap .searchtype ul a {
	padding-left: 15px;
	display: block
}

.subweb-header .logo-row .search .change-wrap .keyword {
	border: 1px solid #600700;
	height: 46px;
	width: 0;
	padding: 0 46px 0 80px;
	line-height: 46px;
	box-sizing: border-box;
	transition: width .38s;
	border-radius: 5px;
	position: absolute;
	right: 0
}

.subweb-header .logo-row .search .change-wrap .keyword:focus {
	box-shadow: 0 0 3px 0px rgba(57, 95, 100, 0.1)
}

.subweb-header .logo-row .search .change-wrap .search-submit {
	position: absolute;
	right: 1px;
	top: 10px;
	z-index: 1;
	height: 44px;
	width: 44px;
	line-height: 44px
}

.subweb-header .logo-row .search .change-wrap .search-submit i {
	font-size: 22px
}

.subweb-header .logo-row .search .change-wrap .search-submit:hover {
	color: #fff;
	background-color: #600700
}

.subweb-header .logo-row .search.open {
	overflow: visible
}

.subweb-header .logo-row .search.open .change-wrap {
	width: 575px;
	overflow: visible
}

.subweb-header .logo-row .search.open .change-wrap .keyword {
	width: 575px
}

.subweb-header .logo-row .search.open .virtual-button {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0
}

.subweb-header .logo-row .search .virtual-button {
	height: 46px;
	width: 46px;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	background-color: #999;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.subweb-header .logo-row .search .virtual-button i {
	font-size: 22px
}

.subweb-header .logo-row .search .virtual-button:hover {
	background-color: #600700
}

.subweb-header .logo-row .gohome-bar {
	height: 46px;
	line-height: 46px;
	width: 119px;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #999
}

.subweb-header .logo-row .gohome-bar:hover {
	color: #fff;
	background-color: #600700
}

.subweb-header .logo-row .gohome-bar:hover i {
	color: #fff
}

.subweb-header .logo-row .gohome-bar i {
	margin-right: 4px;
	color: #e6e5e5
}

.subweb-header .subweb-nav {
	height: 58px;
	line-height: 58px;
	background-color: #c50c11;
	position: relative;
	z-index: 2
}

.subweb-header .subweb-nav .subweb-nav-ul {
	font-size: 0
}

.subweb-header .subweb-nav .subweb-nav-ul > li {
	display: inline-block
}

.subweb-header .subweb-nav .subweb-nav-ul > li + li {
	margin-left: 52px
}

.subweb-header .subweb-nav .subweb-nav-ul > li > a {
	color: #fff;
	font-size: 16px;
	display: block
}

.subweb-header .subweb-nav .subweb-nav-ul > li > a:hover {
	position: relative
}

.subweb-header .subweb-nav .subweb-nav-ul > li > a:hover:after {
	content: '';
	background-color: #ff0;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0
}

.subweb-header .subweb-nav .subweb-nav-ul > li.cur {
	font-weight: bold
}

.subweb-header .subweb-nav .subweb-nav-ul > li.cur > a {
	position: relative
}

.subweb-header .subweb-nav .subweb-nav-ul > li.cur > a:after {
	content: '';
	background-color: #ff0;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0
}

.subweb-header .subweb-nav .subweb-nav-ul > li:hover .hover-menu-wrap {
	animation: popFadeIn .5s;
	display: block
}

.subweb-header .subweb-nav .hover-menu-wrap {
	position: absolute;
	width: 120px;
	left: 50%;
	right: 0;
	top: 50px;
	margin-left: -60px;
	z-index: 3;
	display: none;
	overflow: hidden;
	padding-top: 15px
}

.subweb-header .subweb-nav .hover-menu-wrap:before {
	content: "◆";
	font-family: "simsun";
	font-size: 20px;
	line-height: 0;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -10px;
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15)
}

.subweb-header .subweb-nav .hover-menu-wrap .hover-menu {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2)
}

.subweb-header .subweb-nav .hover-menu-wrap a {
	display: block;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
	padding: 8px 0
}

.subweb-header .subweb-nav .hover-menu-wrap a:hover {
	background-color: rgba(59, 185, 180, 0.085)
}

.member-subweb .subweb-header .logo-row .logo img {
	height: 57px
}

.subnav {
	color: #fff;
	font-size: 14px;
	position: absolute;
	display: none;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 999;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
	background-color: #600700
}

.subnav > .layout {
	width: 1200px;
	margin: 0 auto;
	min-height: 250px;
	position: relative;
	box-sizing: border-box
}

.subnav > .layout > * {
	padding: 40px 0 30px
}

.subnav .dropTitle {
	float: left;
	width: 14%;
	position: relative;
	height: 100%;
	letter-spacing: .2em
}

.subnav .dropTitle h1 {
	display: none;
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 30px;
	line-height: 1
}

.subnav .dropTitle h1:after {
	content: '';
	display: block;
	width: 36px;
	height: 5px;
	background-color: #fff;
	margin-top: 20px
}

.subnav .dropTitle h1 a {
	color: #fff
}

.subnav .dropMenu {
	overflow: hidden;
	float: left;
	width: 25.51%;
	box-sizing: border-box;
	padding-top: 35px
}

.subnav .dropMenu li {
	float: left;
	width: 50%;
	text-align: left
}

.subnav .dropMenu li a {
	line-height: 36px;
	height: 36px;
	font-size: 15px;
	padding-left: 30px;
	display: block;
	box-sizing: border-box;
	transition: none;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.subnav .dropMenu li a:before {
	content: '•';
	color: #fff;
	margin-right: 3px
}

.subnav .dropMenu li a:hover {
	background: url(../images/black30.png)
}

.subnav .menucontent {
	width: 37.2%;
	float: left;
	box-sizing: border-box;
	min-height: 250px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.subnav .menucontent > div {
	line-height: 1;
	padding: 0 40px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left
}

.subnav .menucontent .form-item select {
	color: #fff
}

.subnav .menucontent .form-item select option {
	color: #444
}

.subnav .menucontent .select .letter-box a {
	color: #444
}

.subnav .menucontent .clinic-form .select .letter-box {
	width: 382px
}

.subnav .menuFixed {
	position: absolute;
	top: 0;
	right: 0;
	width: 23.33%;
	height: 100%;
	padding-top: 37px;
	padding-left: 20px;
	box-sizing: border-box
}

.subnav .menuFixed a {
	width: 50%;
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	line-height: 40px
}

.subnav .menuFixed a:hover {
	color: rgba(255, 255, 255, 0.8)
}

.subnav .menuFixed a:hover i {
	animation-name: tada;
	transform-origin: center
}

.subnav .menuFixed a i {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	transition: .3s;
	display: block;
	height: 40px
}

.subnav .subcol {
	display: none
}

.subnav .subcol.cur {
	display: block
}

.subnav .subcol > h2 {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px
}

.subnav .subcol > h2 a {
	color: #fff
}

.subnav .subcol > h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 36px;
	height: 5px;
	background-color: #fff;
	bottom: -1px
}

.subnav .subcol .colpage-img {
	width: 404px
}

.subnav .subcol p {
	line-height: 1.5;
	margin-top: 8px;
	text-align: justify
}

.subnav .subcol .more {
	display: block;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ff8400;
	color: #fff;
	border-radius: 15px;
	margin-top: 15px
}

.subnav .subcol .more:hover {
	background-color: #ff8503
}

.subnav .subcol .img-list {
	overflow: hidden;
	margin-right: -30px
}

.subnav .subcol .img-list li {
	float: left;
	width: 187px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 30px
}

.subnav .subcol .img-list li img {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s
}

.subnav .subcol .img-list li a {
	display: block;
	overflow: hidden;
	position: relative;
	color: #fff
}

.subnav .subcol .img-list li a:hover {
	color: #d4ebef
}

.subnav .subcol .img-list li span {
	box-sizing: border-box;
	width: 100%;
	line-height: 19px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.subnav .subcol .imgtxt-list {
	margin-top: -10px
}

.subnav .subcol .imgtxt-list li {
	height: 28px;
	overflow: hidden
}

.subnav .subcol .imgtxt-list li a {
	display: inline-block;
	line-height: 28px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff
}

.subnav .subcol .imgtxt-list li a:before {
	content: "•";
	font-weight: bold;
	color: #fff;
	margin-right: 5px
}

.subnav .subcol .txt-list li {
	height: 30px;
	overflow: hidden
}

.subnav .subcol .txt-list li:last-child {
	border: none
}

.subnav .subcol .txt-list li a {
	display: inline-block;
	line-height: 29px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff
}

.subnav .subcol .txt-list li a:before {
	content: "•";
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
	opacity: .8
}

.subnav .subcol .specialist {
	height: 192px
}

.subnav .subcol .specialist li a {
	height: 50px;
	line-height: 50px;
	color: #fff
}

.subnav .department-subnav {
	padding: 30px 20px;
	float: left;
	width: 60.49%;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 0
}

.subnav .department-subnav dl {
	text-align: left;
	line-height: 1;
	padding-bottom: 15px
}

.subnav .department-subnav dl:last-child {
	padding-bottom: 0
}

.subnav .department-subnav dl a {
	display: inline;
	white-space: nowrap
}

.subnav .department-subnav dl dt {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
	font-size: 18px
}

.subnav .department-subnav dl dt span {
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 8px
}

.subnav .department-subnav dl dd {
	text-align: justify;
	padding-top: 6px
}

.subnav .department-subnav dl dd a {
	line-height: 1.8;
	margin: 0 10px 0 0;
	border-bottom: 1px dashed transparent;
	transition: all .38s;
	color: #fff
}

.subnav .department-subnav dl dd a:hover {
	border-bottom-color: #fff
}

.subnav .department-subnav .tab-tit {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #b3b181;
	background-color: rgba(255, 255, 255, 0.1)
}

.subnav .department-subnav .tab-tit.span2 a {
	width: 50%
}

.subnav .department-subnav .tab-tit.span3 a {
	width: 33.33%
}

.subnav .department-subnav .tab-tit.span4 a {
	width: 25%
}

.subnav .department-subnav .tab-tit.span5 a {
	width: 20%
}

.subnav .department-subnav .tab-tit a {
	display: block;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	float: left;
	letter-spacing: 3px;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-bottom: none
}

.subnav .department-subnav .tab-tit a.cur {
	background-color: #f0efe6;
	background-color: rgba(255, 255, 255, 0.8);
	color: #600700
}

.subnav .department-subnav .tab-tit a:nth-last-of-type(1), .subnav .department-subnav .tab-tit a:nth-last-of-type(2) {
	border-bottom: 1px solid #ccc
}

.subnav .department-subnav .tab-tit a:nth-last-of-type(1), .subnav .department-subnav .tab-tit a:nth-last-of-type(3) {
	border-left: none
}

.subnav .department-subnav .department-nav {
	display: none
}

.subnav .department-subnav .department-nav:first-child {
	display: block
}

.subnav .department-subnav .department-nav .tab-tit a.cur {
	color: #444;
	background: #fff;
	border-bottom-color: #fff;
	border-top: 2px solid #600700
}

.subnav .clinic-form .form-item {
	margin-bottom: 15px;
	width: 100%
}

.subnav .clinic-form .form-item .form-input .select-input {
	width: 100%
}

.subnav .clinic-form .form-item .form-input .select-input i {
	float: right
}

.subnav .clinic-form .form-item .form-input .btn {
	width: 100%;
	text-align: center
}

.subnav .clinic-form .form-item .form-input .btn i {
	float: none
}

.float-bg {
	width: 40px;
	height: 4px;
	background: #debd78;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0)
}

.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

html, body {
	height: 100%
}

#index {
	height: 100%
}

#index.done .wrapper .decoration {
	right: -15px;
	opacity: 1
}

#index.done .wrapper .subsites.subsites-2 li {
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform-origin: 273px 273px;
	-moz-transform-origin: 273px 273px;
	-ms-transform-origin: 273px 273px;
	-o-transform-origin: 273px 273px;
	transform-origin: 273px 273px;
	-webkit-transform: rotate(-285deg);
	-moz-transform: rotate(-285deg);
	-ms-transform: rotate(-285deg);
	-o-transform: rotate(-285deg);
	transform: rotate(-285deg)
}

#index.done .wrapper .subsites.subsites-2 li a {
	-webkit-transform: rotate(285deg);
	-moz-transform: rotate(285deg);
	-ms-transform: rotate(285deg);
	-o-transform: rotate(285deg);
	transform: rotate(285deg)
}

#index.done .wrapper .subsites.subsites-2 li:first-child {
	top: 286px;
	left: 286px;
	opacity: 1;
	-webkit-transform-origin: -13px -13px;
	-moz-transform-origin: -13px -13px;
	-ms-transform-origin: -13px -13px;
	-o-transform-origin: -13px -13px;
	transform-origin: -13px -13px;
	-webkit-transform: rotate(-285deg);
	-moz-transform: rotate(-285deg);
	-ms-transform: rotate(-285deg);
	-o-transform: rotate(-285deg);
	transform: rotate(-285deg)
}

#index.done .wrapper .subsites.ie8 li {
	top: 0;
	left: 286px
}

#index.done .wrapper .subsites.ie8 li:first-child {
	top: 286px;
	left: 0
}

#index .logo {
	display: inline-block;
	margin: 75px 0 12px
}

#index .logo img {
	width: auto;
	height: 80px
}

#index .wrapper {
	position: relative;
	width: 590px;
	height: 590px;
	margin: 0 auto
}

#index .wrapper .circle-out, #index .wrapper .circle-in {
	position: absolute;
	box-sizing: border-box;
	border: 2px solid transparent;
	border-radius: 50%
}

#index .wrapper .circle-out {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-color: #528989
}

#index .wrapper .circle-in {
	top: 20px;
	left: 20px;
	width: 550px;
	height: 550px;
	border-color: #fff
}

#index .wrapper .decoration {
	position: absolute;
	right: -100px;
	bottom: 90px;
	width: 210px;
	height: 120px;
	opacity: 0;
	transition: all 1.2s linear 2.2s;
	-webkit-transition: all 1.2s linear 2.2s;
	-moz-transition: all 1.2s linear 2.2s;
	-o-transition: all 1.2s linear 2.2s
}

#index .wrapper .subsites {
	position: absolute;
	left: 22px;
	top: 22px;
	width: 546px;
	height: 546px
}

#index .wrapper .subsites.subsites-2 li {
	opacity: 0;
	transition: all 1.2s linear 1s;
	-webkit-transition: all 1.2s linear 1s;
	-moz-transition: all 1.2s linear 1s;
	-o-transition: all 1.2s linear 1s
}

#index .wrapper .subsites.subsites-2 li a {
	transition: all 1.2s linear 1s;
	-webkit-transition: all 1.2s linear 1s;
	-moz-transition: all 1.2s linear 1s;
	-o-transition: all 1.2s linear 1s
}

#index .wrapper .subsites li {
	position: absolute;
	top: 143px;
	left: 143px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	overflow: hidden
}

#index .wrapper .subsites li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px
}

#index .wrapper .subsites li a .inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	text-align: center;
	line-height: 1;
	color: #fff
}

#index .wrapper .subsites li a .inner i {
	display: block;
	font-size: 110px;
	margin: 30px 0 25px
}

#index .wrapper .subsites li a .inner div {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-size: 28px
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1)
	}

	30% {
		transform: scale3d(1.25, 0.75, 1)
	}

	40% {
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, 0.85, 1)
	}

	65% {
		transform: scale3d(0.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, 0.95, 1)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

.common-arrow {
	display: none;
	position: absolute;
	top: 140px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000
}

.common-arrow:hover i {
	color: #600700
}

.common-arrow.prev {
	left: -28px
}

.common-arrow.next {
	right: -28px
}

.common-arrow i {
	font-size: 20px;
	color: #fff;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index .index-common-title {
	display: block;
	line-height: 1;
	margin-bottom: 15px
}

#category-index .index-common-title.no-border .index-tab-title {
	width: auto;
	border-bottom: none
}

#category-index .index-common-title.red .title {
	color: #ca4718
}

#category-index .index-common-title.red .index-tab-title a {
	color: #fff
}

#category-index .index-common-title.red .index-tab-title a.cur {
	color: #fff
}

#category-index .index-common-title.red .index-tab-title a.cur:after {
	background-color: #debd78
}

#category-index .index-common-title.white .title {
	color: #fff
}

#category-index .index-common-title.white .index-tab-title a {
	color: #fff
}

#category-index .index-common-title.white .index-tab-title a.cur {
	color: #fff
}

#category-index .index-common-title.bigger .index-tab-title a {
	font-size: 18px
}

#category-index .index-common-title.center {
	text-align: center;
	margin-bottom: 40px
}

#category-index .index-common-title.center .title {
	float: none;
}

#category-index .index-common-title a {
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index .index-common-title a:hover {
	color: #600700 !important;
}

#category-index .index-common-title .title {
  /*! float: left; */
	font-family: '思源宋体 CN Heavy', '思源宋体';
	font-size: 30px;
	font-weight: bold;
	color: #600700;
}

#category-index .index-common-title .index-tab-title {
	float: right;
	width: 1046px;
	line-height: 34px;
	text-align: right;
	border-bottom: 1px solid #f1f1f1
}

#category-index .index-common-title .index-tab-title a {
	position: relative;
	font-family: "思源黑体 CN Normal", "思源黑体 CN Regular", "思源黑体 CN";
	color: #808080;
	font-size: 16px
}

#category-index .index-common-title .index-tab-title a + a {
	margin-left: 25px
}

#category-index .index-common-title .index-tab-title a.cur {
	color: #600700
}

#category-index .index-common-title .index-tab-title a.cur:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 100%;
	height: 4px;
	background-color: #600700
}

#category-index .index-common-title .more {
	float: right;
	font-size: 14px;
	color: #555;
	margin-top: 9px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index .index-common-title .more span {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	margin-left: 7px;
	color: #fff;
	background-color: #600700;
	transition: background-color .5s linear 0s;
	-webkit-transition: background-color .5s linear 0s;
	-moz-transition: background-color .5s linear 0s;
	-o-transition: background-color .5s linear 0s
}

#category-index .index-common-title .more:hover {
	color: #600700 !important
}

#category-index .index-common-title .more:hover span {
	background-color: #600700 !important
}

#category-index .index-common-list {
	height: auto !important
}

#category-index .index-common-list.white li a:hover .title {
	color: #debd78 !important
}

#category-index .index-common-list.white li a .dot {
	background-image: url(../images/dot-title.png)
}

#category-index .index-common-list.white li a .title {
	color: #fff
}

#category-index .index-common-list.white li a .time {
	color: #92c4c4
}

#category-index .index-common-list li {
	height: 43px;
	line-height: 43px;
	box-sizing: border-box
}

#category-index .index-common-list li a {
	display: block;
	width: 100%;
	height: 100%
}

#category-index .index-common-list li a:hover .title {
	color: #600700 !important
}

#category-index .index-common-list li a .dot {
	float: left;
	width: 12px;
	height: 12px;
	margin: 16px 10px 0 0;
	background-image: url(../images/dot-title1.png)
}

#category-index .index-common-list li a .title {
	float: left;
	font-size: 14px;
	color: #666;
	max-width: 630px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index .index-common-list li a .time {
	font-family: "Arial Negreta", "Arial Normal", Arial;
	float: right;
	font-size: 14px;
	color: #666
}

#category-index .index-common-news {
	width: 100%;
	height: 52px
}

#category-index .index-common-news + .index-common-news {
	margin-top: 20px
}

#category-index .index-common-news.white a .time {
	color: #fff;
	border-color: #fff
}

#category-index .index-common-news.white a .title {
	color: #fff
}

#category-index .index-common-news a {
	display: block;
	width: 100%;
	height: 100%
}

#category-index .index-common-news a:hover .time {
	color: #600700 !important;
	border-color: #600700 !important
}

#category-index .index-common-news a:hover .title {
	color: #600700 !important
}

#category-index .index-common-news a .time {
	font-family: 'Arial Normal', 'Arial';
	float: left;
	width: 52px;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid #600700;
	text-align: center;
	line-height: 1;
	color: #600700;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index .index-common-news a .time .y-m {
	font-size: 12px;
	margin: 9px 0 3px
}

#category-index .index-common-news a .time .day {
	font-size: 24px
}

#category-index .index-common-news a .title {
	float: right;
	box-sizing: border-box;
	padding-top: 3px;
	width: 300px;
	font-size: 14px;
	color: #555;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index .index-common-intro {
	font-size: 12px;
	color: #666;
	text-indent: 2em;
	line-height: 22px;
	height: 132px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

#category-index .index-common-view-detail {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid#600700;
	font-size: 13px;
	color: #600700;
	margin-top: 36px;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index .index-common-view-detail.red {
	border-color: #ca4718;
	color: #ca4718;
	margin-top: 34px
}

#category-index .index-common-view-detail.red:hover {
	background-color: #ca4718;
	border-color: #ca4718
}

#category-index .index-common-view-detail:hover {
	background-color: #600700;
	border-color: #600700;
	color: #fff
}

#category-index .nodata {
	width: 100% !important;
	box-sizing: border-box;
	padding: 65px 0 0
}

#category-index #index-banner {
	position: relative;
	height: 660px;
	background: #e1ecee;
	overflow: hidden
}

#category-index #index-banner #slider {
	height: 660px;
	position: relative;
	width: 100%
}

#category-index #index-banner #slider .slick-track, #category-index #index-banner #slider .slick-list {
	transform: none !important
}

#category-index #index-banner #slider .slider-item {
	display: block;
	height: 660px;
	float: left;
	overflow: hidden;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0 !important
}

#category-index #index-banner #slider .slider-item:not(.slick-slide) {
	width: 100%
}

#category-index #index-banner #slider .slider-item.slick-active {
	z-index: 1 !important
}

#category-index #index-banner #slider .slider-item.slick-active .slide-txt {
	transform: translateX(0);
	filter: alpha(opacity=100);
	opacity: 1
}

#category-index #index-banner #slider .slider-item.slick-active .show-txt {
	filter: alpha(opacity=100);
	opacity: 1
}

#category-index #index-banner #slider .slider-item .slide-txt {
	height: 100%;
	transform: translateX(150px);
	transition: all 1s ease-out .3s;
	opacity: 0;
	filter: alpha(opacity=0)
}

#category-index #index-banner #slider .slider-item .slide-txt img {
	display: block
}

#category-index #index-banner #slider .slider-item .show-txt {
	position: relative;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1s ease-out .3s;
	-webkit-transition: opacity 1s ease-out .3s;
	-moz-transition: opacity 1s ease-out .3s;
	-o-transition: opacity 1s ease-out .3s
}

#category-index #index-banner #slider .slider-item .show-txt .txt-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 230px;
	box-sizing: border-box;
	padding-top: 65px;
	line-height: 1;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	color: #fff;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(bottom, transparent, #000);
	background: -moz-linear-gradient(bottom, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#00000000', endColorstr='#FF000000')
}

#category-index #index-banner #slider .slider-item .show-txt .txt-inner .name {
	position: relative;
	font-weight: 700;
	font-size: 20px
}

#category-index #index-banner #slider .slider-item .show-txt .txt-inner .name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 40px;
	height: 2px;
	background-color: #600700
}

#category-index #index-banner #slider .slider-item .show-txt .txt-inner .title {
	font-size: 28px;
	line-height: 36px;
	margin-top: 15px;
	font-weight: 700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#category-index #index-banner .slider-control {
	position: absolute;
	bottom: 40px;
	width: 100%;
	z-index: 1
}

#category-index #index-banner .slider-control .slick-dots {
	position: static;
	text-align: right;
	height: 0
}

#category-index #index-banner .slider-control .slick-dots li {
	width: 21px;
	height: 20px;
	background: transparent url("../images/dot.png") no-repeat;
	background-size: cover;
	border-radius: 0
}

#category-index #index-banner .slider-control .slick-dots li.slick-active {
	background-color: transparent !important;
	background-image: url("../images/dot-cur.png")
}

#category-index #index-news {
	position: relative;
	padding-bottom: 60px
}

#category-index #index-news .left-bottom-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 519px;
	height: 421px;
	opacity: .1;
	filter: alpha(opacity=10)
}

#category-index #index-news .layout {
	position: relative
}

#category-index #index-news .layout .top {
	position: relative
}

#category-index #index-news .layout .top .index-common-title .index-tab-title a + a {
	margin-left: 10px
}

#category-index #index-news .layout .top .left {
	position: relative;
	float: left;
	width: 790px;
	height: 480px;
	background-color: #f2f2f2;
	margin-top: -40px;
	z-index: 1;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

#category-index #index-news .layout .top .left .left-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 181px;
	height: 50px
}

#category-index #index-news .layout .top .left .slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 190px;
	overflow: hidden
}

#category-index #index-news .layout .top .left .slider .slider-inner {
	float: left;
	margin-bottom: 100px
}

#category-index #index-news .layout .top .left .slider .slider-inner a {
	display: block;
	width: 100%;
	height: 100%
}

#category-index #index-news .layout .top .left .slider .slider-inner a:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#category-index #index-news .layout .top .left .slider .slider-inner a .image {
	width: 100%;
	height: 338px;
	overflow: hidden
}

#category-index #index-news .layout .top .left .slider .slider-inner a .image img {
	width: 100%;
	height: 100%;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index #index-news .layout .top .left .slider .slider-inner a .title {
	font-size: 18px;
	line-height: 18px;
	color: #333;
	padding-left: 20px;
	margin: 20px 0 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#category-index #index-news .layout .top .left .slider .slider-inner a .content {
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

#category-index #index-news .layout .top .left .slider .slick-dots {
	padding-right: 210px;
	box-sizing: border-box;
	text-align: right;
	bottom: 154px
}

#category-index #index-news .layout .top .left .slider .slick-dots li {
	background-color: #a6a6a6
}

#category-index #index-news .layout .top .left .slider .slick-dots li + li {
	margin-left: 10px
}

#category-index #index-news .layout .top .left .slider .nodata {
	padding: 160px 0 0 0
}

#category-index #index-news .layout .top .right {
	position: absolute;
	top: 0;
	right: -30px;
	width: 590px;
	height: 400px;
	z-index: 1
}

#category-index #index-news .layout .top .right .box {
	width: 560px;
	height: 100%;
	box-sizing: border-box;
	padding: 40px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

#category-index #index-news .layout .top .right .box .index-common-list li a .title {
	max-width: 410px
}

#category-index #index-news .layout .top .right .box .index-tab-con {
	display: none
}

#category-index #index-news .layout .top .right .box .index-tab-con:first-child {
	display: block
}

#category-index #index-news .layout .bottom {
	margin-top: 65px
}

#category-index #index-news .layout .bottom .wrapper {
	height: 178px;
	margin-top: 40px;
	overflow: hidden
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider {
	width: 100%
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider .slider-inner {
	height: 124px;
	width: 1200px !important;
	margin-bottom: 74px
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider .slider-inner > ul {
	width: 100%
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider .slider-inner > ul .chunk {
	float: left;
	width: 372px;
	height: 100%;
	box-sizing: border-box;
	margin-bottom: 100px
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider .slider-inner > ul .chunk + .chunk {
	width: 392px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #e4e4e4
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider .slider-inner > ul .chunk > ul {
	width: 100%;
	height: 100%
}

#category-index #index-news .layout .bottom .wrapper .index-tab-con .slider .slick-dots {
	bottom: 14px
}

#category-index #index-news .layout .bottom .nodata {
	padding: 0
}

#category-index #index-area .top {
	position: relative;
	height: 240px
}

#category-index #index-area .top .layout {
	position: relative;
	height: 100%
}

#category-index #index-area .top .layout .index-common-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
	height: 180px;
	margin: 0
}

#category-index #index-area .top .layout .index-common-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #600700;
	opacity: .6;
	filter: alpha(opacity=60)
}

#category-index #index-area .top .layout .index-common-title .title {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 40px;
	line-height: 180px
}

#category-index #index-area .bottom {
  /* height: 395px */
}

#category-index #index-area .bottom .left {
	float: left;
	width: 300px;
	height: 360px;
	box-sizing: border-box;
	padding-top: 56px;
	margin-top: -20px
}

#category-index #index-area .bottom .left li {
	position: relative;
	height: 57px;
	line-height: 37px
}

#category-index #index-area .bottom .left li.cur:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -1.5px;
	width: 310px;
	height: 40px;
	background: url(../images/category-index-area-cur-bg.png) no-repeat
}

#category-index #index-area .bottom .left li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 60px 0 40px
}

#category-index #index-area .bottom .right {
	float: right
}

#category-index #index-area .bottom .right .index-tab-con {
	display: none;
	width: 800px
}

#category-index #index-area .bottom .right .index-tab-con:first-child {
	display: block
}

#category-index #index-area .bottom .right .index-tab-con .name {
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	color: #600700;
	line-height: 28px;
	margin: 39px 0 35px
}

#category-index #index-area .bottom .right .index-tab-con .name:hover {
	color: #600700
}

#category-index #index-area .bottom .right .index-tab-con .nodata {
	padding: 35px 0 0
}

#category-index #index-research {
	height: 600px;
	box-sizing: border-box;
	padding-top: 68px
}

#category-index #index-research .inner {
	height: 380px
}

#category-index #index-research .inner .left {
	position: relative;
	float: left;
	width: 790px;
	height: 100%;
	background-color: #f2f2f2;
	box-sizing: border-box;
	padding: 30px 40px
}

#category-index #index-research .inner .left .left-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 398px;
	height: 50px
}

#category-index #index-research .inner .left .left-title {
	line-height: 1;
	margin-bottom: 30px
}

#category-index #index-research .inner .left .left-title .title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index #index-research .inner .left .left-title .title:hover {
	color: #600700
}

#category-index #index-research .inner .left .left-title .more {
	float: right;
	font-size: 14px;
	color: #4e401f;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index #index-research .inner .left .left-title .more .iconfont {
	font-size: 14px
}

#category-index #index-research .inner .left .left-title .more:hover {
	color: #600700
}

#category-index #index-research .inner .left .top {
	display: block;
	width: 100%;
	height: 113px
}

#category-index #index-research .inner .left .top:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#category-index #index-research .inner .left .top:hover .info .title {
	color: #600700
}

#category-index #index-research .inner .left .top .image {
	float: left;
	width: 200px;
	height: 100%;
	overflow: hidden
}

#category-index #index-research .inner .left .top .image img {
	width: 100%;
	height: 100%;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index #index-research .inner .left .top .info {
	float: right;
	width: 482px;
	height: 100%
}

#category-index #index-research .inner .left .top .info .title {
	font-size: 16px;
	color: #600700;
	line-height: 26px;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index #index-research .inner .left .top .info .content {
	font-size: 12px;
	color: #828282;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

#category-index #index-research .inner .left .index-common-list {
	margin-top: 17px
}

#category-index #index-research .inner .left .index-common-list li {
	height: 32px;
	line-height: 32px
}

#category-index #index-research .inner .left .index-common-list li a .dot {
	margin-top: 10px
}

#category-index #index-research .inner .left .nodata {
	padding: 0
}

#category-index #index-research .inner .right {
	float: right;
	width: 380px;
	height: 100%
}

#category-index #index-research .inner .right li {
	width: 100%;
	height: 180px
}

#category-index #index-research .inner .right li + li {
	margin-top: 20px
}

#category-index #index-research .inner .right li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #fff;
	text-align: center
}

#category-index #index-research .inner .right li a:hover {
	color: #ff8400
}

#category-index #index-research .inner .right li a i {
	font-size: 50px;
	margin: 40px 0 30px
}

#category-index #index-research .inner .right li a .name {
	font-size: 18px
}

#category-index #index-party {
	padding-top: 70px
}

#category-index #index-party .party .index-common-title {
	margin-bottom: 0
}

#category-index #index-party .party .index-common-title .index-tab-title {
	padding-right: 30px;
	box-sizing: border-box
}

#category-index #index-party .party .box .left {
	float: left;
	width: 750px
}

#category-index #index-party .party .box .left .index-common-intro {
	margin-top: 30px;
	line-height: 22px;
	height: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

#category-index #index-party .party .box .left .nodata {
	padding: 43px 0 43px
}

#category-index #index-party .party .box .left .sub {
	margin-top: 52px
}

#category-index #index-party .party .box .left .sub li {
	float: left
}

#category-index #index-party .party .box .left .sub li + li {
	margin-left: 97px
}

#category-index #index-party .party .box .left .sub li a {
	display: inline-block;
	text-align: center;
	line-height: 1
}

#category-index #index-party .party .box .left .sub li a:hover i, #category-index #index-party .party .box .left .sub li a:hover .name {
	color: #ca4718
}

#category-index #index-party .party .box .left .sub li a i {
	font-size: 40px;
	color: #930;
	margin-bottom: 23px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index #index-party .party .box .left .sub li a .name {
	font-size: 16px;
	color: #444;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index #index-party .party .box .right {
	float: right;
	width: 380px
}

#category-index #index-party .party .box .right .top {
	width: 100%;
	height: 76px;
	margin-top: -77px;
	background-color: #930;
	border-bottom: 1px solid #d7947d
}

#category-index #index-party .party .box .right .wrapper {
	width: 100%;
	height: 412px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 52px 20px
}

#category-index #index-party .party .box .right .wrapper .nodata {
	color: #e4e4e4;
	padding: 73px 0 0
}

#category-index #index-party .party .box .right .wrapper .index-tab-con {
	display: none
}

#category-index #index-party .party .box .right .wrapper .index-tab-con:first-child {
	display: block
}

#category-index #index-party .party .box .right .wrapper .index-common-news + .index-common-news {
	margin-top: 30px
}

#category-index #index-party .party .box .right .wrapper .index-common-news a .title {
	width: 266px
}

#category-index #index-party .resource {
	padding: 70px 0
}

#category-index #index-party .resource .wrapper {
	height: 228px;
	margin-top: 25px;
	overflow: hidden
}

#category-index #index-party .resource .wrapper .layout {
	height: 100%
}

#category-index #index-party .resource .wrapper .layout .index-tab-con {
	height: 100%
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider {
	height: 100%;
	margin: 0 -11px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slick-list {
	padding: 15px 5px 0;
	margin: 0 -5px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner {
	width: 1200px !important;
	height: 170px;
	margin: 0 11px 100px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul {
	width: 100%;
	height: 100%
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background-color: #fff
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li:hover {
	height: 180px;
	top: -5px;
	padding: 5px 0;
	border: 1px solid#600700;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157)
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li:hover a .bg {
	opacity: .1;
	filter: alpha(opacity=10)
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li + li {
	border-left-color: transparent
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 18px 20px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a .bg {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 90px;
	height: 90px;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .5s linear 0s;
	-webkit-transition: opacity .5s linear 0s;
	-moz-transition: opacity .5s linear 0s;
	-o-transition: opacity .5s linear 0s
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a .info {
	position: relative;
	height: 100px;
	overflow: hidden
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a .info .title {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 9px;
	max-height: 52px;
	overflow: hidden
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a .info .content {
	font-size: 12px;
	color: #aeaeae;
	line-height: 22px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a .time {
	position: relative;
	font-size: 14px;
	color: #aeaeae;
	margin-top: 17px;
	line-height: 1
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slider-inner ul li a .time i {
	position: relative;
	top: -1px;
	color: #600700;
	font-size: 14px;
	margin-right: 10px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slick-dots {
	bottom: -7px
}

#category-index #index-party .resource .wrapper .layout .index-tab-con .slider .slick-dots li {
	background-color: #ccc
}

#category-index.category-index1 #index-banner .slider-control {
	bottom: 110px
}

#category-index.category-index1 #index-banner .slider-control .slick-dots {
	text-align: left
}

#category-index.category-index1 #index-top-notice {
	position: relative;
	height: 70px;
	line-height: 70px;
	margin-top: -70px;
	z-index: 1
}

#category-index.category-index1 #index-top-notice .layout {
	position: relative;
	height: 100%
}

#category-index.category-index1 #index-top-notice .layout .mask {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}

#category-index.category-index1 #index-top-notice .layout .wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 25px
}

#category-index.category-index1 #index-top-notice .layout .wrapper .title {
	float: left;
	height: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-right: 40px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-top-notice .layout .wrapper .title:hover {
	color: #600700
}

#category-index.category-index1 #index-top-notice .layout .wrapper .index-slider {
	float: left;
	width: 570px;
	height: 100%
}

#category-index.category-index1 #index-top-notice .layout .wrapper .index-slider .slick-slide {
	border: none
}

#category-index.category-index1 #index-top-notice .layout .wrapper .index-slider li {
	width: 570px;
	height: 70px;
	font-size: 14px;
	color: #ccc;
	text-align: center
}

#category-index.category-index1 #index-top-notice .layout .wrapper .index-slider li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-top-notice .layout .wrapper .index-slider li a:hover {
	color: #600700
}

#category-index.category-index1 #index-top-notice .layout .wrapper .notice-btn {
	position: absolute;
	left: 730px;
	top: 25px;
	height: 20px
}

#category-index.category-index1 #index-top-notice .layout .wrapper .notice-btn .arrow1 {
	display: none;
	float: left;
	width: 20px;
	height: 100%;
	line-height: 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 2px;
	border: 2px solid #fff;
	color: #fff;
	transition: border-color .5s linear 0s;
	-webkit-transition: border-color .5s linear 0s;
	-moz-transition: border-color .5s linear 0s;
	-o-transition: border-color .5s linear 0s;
	cursor: pointer
}

#category-index.category-index1 #index-top-notice .layout .wrapper .notice-btn .arrow1 + .arrow1 {
	margin-left: 5px
}

#category-index.category-index1 #index-top-notice .layout .wrapper .notice-btn .arrow1:hover {
	border-color: #600700
}

#category-index.category-index1 #index-top-notice .layout .wrapper .notice-btn .arrow1:hover i {
	color: #600700
}

#category-index.category-index1 #index-top-notice .layout .wrapper .notice-btn .arrow1 i {
	font-size: 12px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-service {
	position: relative;
	height: 160px;
	z-index: 1;
	background-color: #fff
}

#category-index.category-index1 #index-service .left-bg, #category-index.category-index1 #index-service .right-bg {
	position: absolute;
	bottom: 0
}

#category-index.category-index1 #index-service .left-bg {
	left: 0;
	width: 214px;
	height: 59px
}

#category-index.category-index1 #index-service .right-bg {
	right: 0;
	width: 794px;
	height: 100px
}

#category-index.category-index1 #index-service .layout {
	height: 100%
}

#category-index.category-index1 #index-service .layout .left {
	float: left;
	display: table;
	width: 860px;
	height: 100%;
	margin-left: -33px
}

#category-index.category-index1 #index-service .layout .left li {
	display: table-cell;
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: middle
}

#category-index.category-index1 #index-service .layout .left li > a {
	display: inline-block;
	line-height: 1
}

#category-index.category-index1 #index-service .layout .left li > a:hover .iconfont, #category-index.category-index1 #index-service .layout .left li > a:hover div {
	color: #600700
}

#category-index.category-index1 #index-service .layout .left li .iconfont {
	color: #600700;
	font-size: 40px;
	margin-bottom: 26px;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-service .layout .left li div {
	color: #333;
	font-size: 16px;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-service .layout .right {
	position: relative;
	float: right;
	max-width: 340px;
	height: 230px;
	margin-top: -70px;
	overflow: hidden
}

#category-index.category-index1 #index-service .layout .right li {
	float: left;
	width: 170px;
	height: 100%;
	box-sizing: border-box;
	padding: 4px
}

#category-index.category-index1 #index-service .layout .right li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 22px 15px;
	line-height: 1
}

#category-index.category-index1 #index-service .layout .right li a:hover div {
	color: #600700
}

#category-index.category-index1 #index-service .layout .right li a:hover i {
	animation: rubberBand 1s
}

#category-index.category-index1 #index-service .layout .right li a div {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-service .layout .right li a i {
	position: absolute;
	right: 13px;
	bottom: 15px;
	color: #fff;
	opacity: .4;
	font-size: 100px
}

#category-index.category-index1 #index-area {
	position: relative
}

#category-index.category-index1 #index-area .left-bottom-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 519px;
	height: 421px;
	opacity: .1;
	filter: alpha(opacity=10);
	z-index: 1
}

#category-index.category-index1 #index-area .top {
	height: 130px;
	background-color: #f2f2f2
}

#category-index.category-index1 #index-area .top .layout .index-common-title {
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

#category-index.category-index1 #index-area .top .layout .index-common-title:before {
	display: none
}

#category-index.category-index1 #index-area .top .layout .index-common-title .title {
	float: none;
	display: inline;
	padding: 0;
	line-height: 150px
}

#category-index.category-index1 #index-area .bottom {
	position: relative
}

#category-index.category-index1 #index-area .bottom .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e4e4e4;
	opacity: .5;
	filter: alpha(opacity=50)
}

#category-index.category-index1 #index-area .bottom .layout {
	position: relative;
	z-index: 1
}

#category-index.category-index1 #index-area .bottom .left {
	width: 280px;
	height: 350px;
	margin-top: 0;
	padding-top: 32px;
	border-right: 1px solid #ccc
}

#category-index.category-index1 #index-area .bottom .left li {
	width: 280px
}

#category-index.category-index1 #index-area .bottom .left li a {
	color: #333;
	padding: 0 0 0 50px
}

#category-index.category-index1 #index-area .bottom .left li.cur a {
	color: #fff
}

#category-index.category-index1 #index-area .bottom .left li.cur:before {
	left: 0;
	width: 300px;
	background: url(../images/category-index-area-cur-bg-1.png) no-repeat
}

#category-index.category-index1 #index-department {
	padding: 30px 0;
}

#category-index.category-index1 #index-department .wrapper {
	height: 380px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

#category-index.category-index1 #index-department .wrapper .inner {
	position: relative;
	float: left;
	width: 123px;
	height: 100%;
	background: none;
	cursor: pointer
}

#category-index.category-index1 #index-department .wrapper .inner.active {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

#category-index.category-index1 #index-department .wrapper .inner.active .cover {
	max-width: 0
}

#category-index.category-index1 #index-department .wrapper .inner.active .top-right {
	opacity: .2;
	filter: alpha(opacity=20)
}

#category-index.category-index1 #index-department .wrapper .inner.active .dp-container {
	opacity: 1;
	filter: alpha(opacity=100);
	max-width: 1120px;
	overflow: visible
}

#category-index.category-index1 #index-department .wrapper .inner:nth-last-of-type(3) .dp-container .name .name-wrapper {
	background-color: #B68E5A
}

#category-index.category-index1 #index-department .wrapper .inner:nth-last-of-type(2) .dp-container .name .name-wrapper {
	background-color: #B68E5A
}

#category-index.category-index1 #index-department .wrapper .inner:nth-last-of-type(1) .dp-container .name .name-wrapper {
	background-color: #B68E5A
}

#category-index.category-index1 #index-department .wrapper .inner .top-right {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 87px;
	height: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .3s linear 0s;
	-webkit-transition: opacity .3s linear 0s;
	-moz-transition: opacity .3s linear 0s;
	-o-transition: opacity .3s linear 0s
}

#category-index.category-index1 #index-department .wrapper .inner .top-right img {
	width: 87px
}

#category-index.category-index1 #index-department .wrapper .inner .cover {
	position: absolute;
	left: 0;
	right: 0;
	width: 123px;
	height: 100%;
	text-align: center;
	color: #fff;
	max-width: 121px;
	box-sizing: border-box;
	overflow: hidden
}

#category-index.category-index1 #index-department .wrapper .inner .cover:hover .icon .mask {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}

#category-index.category-index1 #index-department .wrapper .inner .cover:hover .icon .mask img {
	opacity: 1;
	filter: alpha(opacity=100);
	animation: rotata360deg 5s linear infinite
}

#category-index.category-index1 #index-department .wrapper .inner .cover:hover .arrow {
	opacity: 1;
	filter: alpha(opacity=100)
}

#category-index.category-index1 #index-department .wrapper .inner .cover .icon {
	position: relative;
	display: block;
	margin: 90px auto 64px;
	width: 70px;
	height: 70px;
	line-height: 70px
}

#category-index.category-index1 #index-department .wrapper .inner .cover .icon .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(16, 16, 16, 0.5) 0%, rgba(16, 16, 16, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#80101010', endColorstr='#80101010');
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s
}

#category-index.category-index1 #index-department .wrapper .inner .cover .icon .mask img {
	position: absolute;
	left: -5px;
	top: -15px;
	width: 123px;
	height: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s
}

#category-index.category-index1 #index-department .wrapper .inner .cover .icon i {
	position: relative;
	font-size: 36px
}

#category-index.category-index1 #index-department .wrapper .inner .cover .name {
	line-height: 1;
	font-size: 22px;
	color: #721E17;
}

#category-index.category-index1 #index-department .wrapper .inner .cover .arrow {
	margin: 36px auto 0;
	width: 40px;
	height: 23px;
	opacity: 0;
	transition: opacity .5s linear 0s;
	-webkit-transition: opacity .5s linear 0s;
	-moz-transition: opacity .5s linear 0s;
	-o-transition: opacity .5s linear 0s
}

#category-index.category-index1 #index-department .wrapper .inner .cover .arrow img {
	width: 40px
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container {
	position: absolute;
	left: 40px;
	top: 80px;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	max-width: 0;
	overflow: hidden;
	transition: opacity .3s linear .1s;
	-webkit-transition: opacity .3s linear .1s;
	-moz-transition: opacity .3s linear .1s;
	-o-transition: opacity .3s linear .1s
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name {
	position: relative;
	height: 0;
	border-bottom: 1px solid #ddd
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name .name-wrapper {
	position: absolute;
	left: -60px;
	top: -50px;
	width: 260px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 0;
	background-color: #B68E5A;
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name .name-wrapper .name-inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: rgba(255, 255, 255, 0.2)
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name .name-wrapper i {
	display: inline-block;
	font-size: 30px
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name .name-wrapper .dp-name {
	display: inline-block;
	font-size: 22px;
	margin-left: 15px;
	vertical-align: top
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name .name-wrapper .arrow {
	position: absolute;
	width: 10px;
	height: 18px;
	right: 10px;
	top: 22px;
	line-height: 1
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .name .name-wrapper .arrow img {
	width: 10px
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con {
	width: 100%;
	margin-top: 40px;
	overflow: hidden
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li {
	float: left;
	width: 25%;
	height: 60px;
	line-height: 60px
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a {
	display: block;
	width: 100%;
	height: 103%;
	font-size: 14px;
	overflow: hidden
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a:hover .dot, #category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a:hover .department-name {
	color: #600700
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a .dot {
	float: left;
	color: #274c55;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a .department-name {
	float: left;
	color: #721E17;
	font-weight: 600;
	margin-left: 4px;
	font-size: 20px;
  /*! max-width: 150px; */
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a .point {
	float: left;
	margin-left: 6px;
	margin-top: 11px
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a .point span {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	font-size: 12px
}

#category-index.category-index1 #index-department .wrapper .inner .dp-container .department-con li a .point span + span {
	margin-left: 2px
}

#category-index.category-index1 #index-studios .layout {
	position: relative
}

#category-index.category-index1 #index-studios .layout .wrapper {
	height: 224px;
	padding: 10px 10px 0;
	margin: -10px -10px 0;
	overflow: hidden
}

#category-index.category-index1 #index-studios .layout .wrapper .slider {
	margin: 0 -15px
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slick-list {
	overflow: visible
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner {
	float: left;
	width: 370px;
	height: 170px;
	margin: 0 15px 100px
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a:hover .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a:hover .info .title strong {
	color: #600700
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 218px;
	height: 60px
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .bg img {
	width: 218px
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .image {
	float: left;
	width: 93px;
	height: 100%;
	overflow: hidden
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .image img {
	width: 93px;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .info {
	float: right;
	width: 218px;
	height: 100%
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .info .title {
	position: relative;
	line-height: 1;
	margin-bottom: 5px
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .info .title strong {
	float: left;
	font-family: '思源宋体 CN Heavy', '思源宋体';
	font-size: 20px;
	color: #600700;
	font-weight: 400;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .info .title span {
	display: none;
	float: left;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin-left: 10px;
	margin-top: -2px
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slider-inner a .info .content {
	position: relative;
	font-size: 12px;
	color: #555;
	line-height: 18px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

#category-index.category-index1 #index-studios .layout .wrapper .slider .slick-dots {
	bottom: 38px
}

#category-index.category-index1 #index-studios .layout .wrapper .nodata {
	padding: 20px 0 0
}

#category-index.category-index1 #index-news .layout .bottom {
	margin-top: 58px
}

#category-index.category-index1 #index-doctor {
	height: 525px;
	box-sizing: border-box;
	padding-top: 48px;
	overflow: hidden
}

#category-index.category-index1 #index-doctor .layout {
	position: relative
}

#category-index.category-index1 #index-doctor .layout .common-arrow {
	top: 207px
}

#category-index.category-index1 #index-doctor .layout .wrapper {
	padding: 10px;
	margin: -10px;
	overflow: hidden
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor {
	margin: 0 -12px
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .slick-list {
	overflow: visible
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item {
	float: left;
	position: relative;
	width: 180px !important;
	height: 330px;
	margin: 0 12px;
	text-align: center;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 0
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a:hover .doctor-thumb:before {
	opacity: 1;
	filter: alpha(opacity=100);
	animation: rotata360deg 5s linear infinite
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a:hover .doctor-thumb .image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a:hover .doctor-infos div {
	color: #600700
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-thumb {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-thumb:before {
	content: "";
	position: absolute;
	top: -6.5px;
	left: -6.5px;
	width: 113px;
	height: 113px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: url(../images/category-index1-expert-hover-bg.png) no-repeat center;
	background-size: cover;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s;
	z-index: 1
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-thumb .image {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-thumb .image img {
	width: 100%;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-infos {
	line-height: 1;
	margin: 15px 0 18px
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-infos div {
	font-family: "思源宋体 Bold", 思源宋体;
	font-weight: 700;
	font-size: 18px;
	color: #600700;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-infos > span {
	display: block;
	margin-top: 15px;
	color: #666;
	font-size: 14px
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-infos > span span {
	color: #999
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-goodat {
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	height: 70px;
	box-sizing: border-box;
	padding-top: 15px;
	border-top: 1px solid #e4e4e4;
	text-align: left;
	font-size: 12px;
	color: #797979
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item > a .doctor-goodat span {
	color: #666
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item .doctor-department {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: url(../images/category-index1-expert-dp-bg.png) no-repeat center;
	background-size: cover
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item .doctor-department:hover .mask {
	background-color: #673834;
	color: #fff
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item .doctor-department .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #fff;
	transition: background-color .5s linear 0s;
	-webkit-transition: background-color .5s linear 0s;
	-moz-transition: background-color .5s linear 0s;
	-o-transition: background-color .5s linear 0s
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item .doctor-department .dp-inner {
	position: relative;
	width: 100%;
	height: 100%;
	color: #600700;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item .doctor-department .dp-inner a {
	position: relative;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	color: #600700
}

#category-index.category-index1 #index-doctor .layout .wrapper .home-doctor .doctor-list-item .doctor-department .dp-inner a:hover {
	color: #fff
}

#category-index.category-index1 #index-technology {
	padding-top: 58px;
	padding-bottom: 25px
}

#category-index.category-index1 #index-technology .wrapper {
	position: relative;
	height: 545px
}

#category-index.category-index1 #index-technology .wrapper .inner {
	position: relative;
	height: 0;
	z-index: 1
}

#category-index.category-index1 #index-technology .wrapper .inner .slider {
	height: 545px;
	padding: 10px 0;
	margin: -10px;
	overflow: hidden
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slick-list {
	overflow: visible
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner {
	position: relative;
	width: 1200px !important;
	height: 490px;
	margin: 0 10px
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box {
	width: 870px;
	height: 100%;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .left {
	float: left;
	width: 380px;
	height: 100%;
	overflow: hidden
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .left:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .left img {
	height: 100%;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .right {
	position: relative;
	float: right;
	width: 490px;
	height: 100%;
	box-sizing: border-box;
	padding: 82px 150px 0 40px
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .right .title {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 20px;
	color: #333
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .right .title:hover {
	color: #600700
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .right .content {
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 14px;
	color: #666;
	margin-top: 19px
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .right .view-detail {
	position: absolute;
	left: 40px;
	bottom: 100px;
	width: 140px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid#600700;
	color: #600700;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .left-box .right .view-detail:hover {
	background-color: #600700;
	color: #fff
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box {
	position: absolute;
	right: 0;
	top: 50px;
	width: 440px;
	height: 250px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .left {
	float: left;
	width: 194px;
	height: 100%;
	overflow: hidden
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .left:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .left img {
	height: 100%;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .right {
	float: right;
	width: 246px;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 38px 0 30px
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .right .title {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 16px;
	color: #333
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .right .title:hover {
	color: #600700
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slider-inner .right-box .right .content {
	line-height: 24px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 12px;
	color: #666;
	margin-top: 19px
}

#category-index.category-index1 #index-technology .wrapper .inner .slider .slick-dots {
	bottom: -6px
}

#category-index.category-index1 #index-technology .wrapper .learn-more {
	position: absolute;
	right: 30px;
	bottom: 95px;
	width: 360px;
	height: 200px;
	box-sizing: border-box;
	padding: 85px 0 0 80px;
	line-height: 1;
	color: #fff;
	background-color: #600700
}

#category-index.category-index1 #index-technology .wrapper .learn-more .more {
	font-size: 16px
}

#category-index.category-index1 #index-technology .wrapper .learn-more .name {
	font-weight: 700;
	font-size: 28px;
	margin-top: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#category-index.category-index1 #index-technology .wrapper .learn-more .link {
	position: absolute;
	right: 20px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	color: #458e8e;
	z-index: 1
}

#category-index.category-index1 #index-technology .wrapper .learn-more .link:hover {
	color: #600700
}

#category-index.category-index1 #index-technology .wrapper .learn-more .link i {
	font-size: 60px
}

#category-index.category-index1 #index-technology .index-common-title {
	margin-bottom: 46px
}

#category-index.category-index1 #index-technology .index-common-title + .nodata {
	padding: 0 0 50px 0
}

#category-index.category-index1 #index-research {
	height: 570px;
	padding-top: 30px;
	background-position: 10% 100%
}

#category-index.category-index1 #index-research .inner .left {
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157)
}

#category-index.category-index1 #index-research .inner .left .top .info .content {
	font-size: 14px
}

#category-index.category-index1 #index-research .inner .left .index-common-list li a .dot {
	margin: 1px 0 0 0;
	background: none;
	color: #baaa8b
}

#category-index.category-index1 #index-research .inner .left .index-common-list li a .title {
	font-size: 16px
}

#category-index.category-index1 #index-research .inner .right .bottom ul li {
	float: left;
	width: 180px;
	background-position: 100% center
}

#category-index.category-index1 #index-research .inner .right .bottom ul li + li {
	margin-left: 20px;
	margin-top: 0
}

.second-nav-wrap .second-nav {
  /*! background-color: #009092; */
	background-position: center 86%;
	background-repeat: no-repeat;
	background-size: cover
}

.second-nav-wrap h1 {
	height: 200px;
	line-height: 200px;
	color: #fff;
	font-size: 32px;
	letter-spacing: .0em;
	text-align: center
}

.second-nav-wrap h1.text-right {
	text-align: right
}

.second-nav-wrap h1.text-center {
	text-align: center;
	line-height: 183px
}

.second-nav-wrap .expert-banner h1 {
	float: right;
	height: 182px;
	line-height: 182px
}

.second-nav-wrap .doctor-search {
	margin-top: 68px
}

.second-nav-wrap .doctor-search i {
	line-height: 44px;
	position: relative;
	font-size: 26px;
	font-weight: bold
}

.second-nav-wrap .doctor-search input {
	line-height: 46px;
	padding: 0 10px;
	width: 280px;
	border: 1px solid #fff;
	border-right: none;
	background-color: transparent;
	height: 46px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 0
}

.second-nav-wrap .doctor-search input:focus {
	border: 1px solid #fff
}

.second-nav-wrap .doctor-search input:-moz-placeholder {
	color: #fff;
	font-size: 14px
}

.second-nav-wrap .doctor-search input::-moz-placeholder {
	color: #fff;
	font-size: 14px
}

.second-nav-wrap .doctor-search input::-webkit-input-placeholder {
	color: #fff;
	font-size: 14px
}

.second-nav-wrap .doctor-search input:-ms-input-placeholder {
	color: #fff;
	font-size: 14px
}

.second-nav-wrap .doctor-search .btn {
	width: 99px;
	height: 46px;
	line-height: 46px;
	background-color: #fff;
	color: #600700;
	text-align: center;
	border-radius: 0
}

.second-nav-wrap .doctor-search .btn:hover {
	background-color: #600700;
	color: #fff
}

.second-nav-wrap .second-nav-list {
	border-bottom: 1px solid #e4e4e4;
	background-color: #fff
}

.second-nav-wrap .second-nav-list > ul {
	position: relative;
	height: 56px
}

.second-nav-wrap .second-nav-list > ul > li {
	position: relative;
	float: left
}

.second-nav-wrap .second-nav-list > ul > li + li {
	margin-left: 52px
}

.second-nav-wrap .second-nav-list > ul > li + li > a:before {
	content: '';
	display: block;
	position: absolute;
	left: -28px;
	top: 20px;
	width: 1px;
	height: 20px;
	background-color: #e4e4e4
}

.second-nav-wrap .second-nav-list > ul > li > a {
	position: relative;
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #333
}

.second-nav-wrap .second-nav-list > ul > li:hover > a {
	color: #600700
}

.second-nav-wrap .second-nav-list > ul > li.cur > a {
	font-weight: bold
}

.second-nav-wrap .second-nav-list > ul > li.cur:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	background-color: #600700
}

.second-nav-wrap .second-nav-list > ul > li.more {
	position: relative;
	text-align: center
}

.second-nav-wrap .second-nav-list > ul > li.more.cur-more a {
	color: #ff8400
}

.second-nav-wrap .second-nav-list > ul > li.more .iconfont {
	font-size: 20px;
	vertical-align: middle
}

.second-nav-wrap .second-nav-list > ul > li.more .more-columns {
	max-height: 0;
	position: absolute;
	left: 50%;
	top: 90%;
	padding: 0 20px;
	line-height: 40px;
	background-color: #600700;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1000;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.second-nav-wrap .second-nav-list > ul > li.more .more-columns li > a {
	color: #fff;
	font-size: 16px;
	white-space: nowrap
}

.second-nav-wrap .second-nav-list > ul > li.more .more-columns li > a:hover .more-title {
	text-decoration: underline
}

.second-nav-wrap .second-nav-list > ul > li.more .more-columns li > a .dot {
	color: #febd00
}

.second-nav-wrap .second-nav-list > ul > li.more:hover .more-columns {
	max-height: 300px
}

.three-nav-wrap {
	padding-top: 30px;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 25px
}

.three-nav-wrap + .path {
	margin-top: -25px
}

.three-nav-wrap .three-nav {
	display: flex;
	background: #fff;
	top: 1px;
	position: relative;
	border-left: 1px solid #e4e4e4
}

.three-nav-wrap .three-nav li {
	flex: 1;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	border-left: none;
	height: 60px
}

.three-nav-wrap .three-nav li a {
	display: block;
	font-size: 16px
}

.three-nav-wrap .three-nav li.cur {
	border-top: 4px solid #600700;
	border-bottom-color: #fff
}

.three-nav-wrap .three-nav li.cur a {
	color: #600700
}

.studio-info {
	height: 100px;
	line-height: 100px;
	margin-bottom: 5px;
	background: linear-gradient(135deg,#600700 0%, #600700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#FF3BB9B4', endColorstr='#FF600700')
}

.studio-info .layout {
	height: 100%
}

.studio-info .layout .studio-name {
	height: 100%;
	color: #fff;
	font-size: 28px;
	font-weight: 700
}

.studio-info .layout .department-setting {
	width: 170px;
	height: 58px;
	position: relative;
	margin-top: 21px
}

.studio-info .layout .department-setting .btn {
	display: block;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
	height: 58px;
	line-height: 58px;
	font-size: 16px
}

.studio-info .layout .department-setting .btn i {
	font-size: 30px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px
}

.studio-info .layout .department-setting .department-menu {
	display: none;
	width: 480px;
	padding: 20px;
	position: absolute;
	border-radius: 3px;
	right: 0;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.15)
}

.studio-info .layout .department-setting .department-menu:before {
	content: "◆";
	font-family: "simsun";
	font-size: 35px;
	line-height: 0;
	position: absolute;
	top: 0;
	right: 48px;
	color: #fff;
	z-index: -1;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15)
}

.studio-info .layout .department-setting .department-menu .tab-con {
	font-size: 13px
}

.studio-info .layout .department-setting .department-menu .tab-con li {
	display: none;
	text-align: justify;
	margin-right: -10px;
	line-height: 2
}

.studio-info .layout .department-setting .department-menu .tab-con li:first-child {
	display: block
}

.studio-info .layout .department-setting .department-menu .tab-con li a {
	white-space: nowrap;
	margin-right: 10px;
	border-bottom: 1px dashed transparent
}

.studio-info .layout .department-setting .department-menu .tab-con li a:hover {
	border-color: #600700
}

.four-nav-wrap {
	margin-bottom: 25px
}

.four-nav-wrap + .path {
	margin-top: -25px
}

.four-nav-wrap .four-nav {
	display: flex;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #600700
}

.four-nav-wrap .four-nav li {
	flex: 1;
	float: left;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #600700
}

.four-nav-wrap .four-nav li.cur a {
	border-color: #9cafb1;
	color: #fff;
	background-color: #600700
}

.four-nav-wrap .four-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid transparent;
	line-height: 42px;
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: 700;
	color: #444
}

.four-nav-wrap .four-nav li a:hover {
	color: #600700 !important
}

.inner-list-item {
	position: relative
}

.inner-list-item .inner-list-tit {
	height: 20px;
	line-height: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e4e4
}

.inner-list-item .inner-list-tit .fl {
	line-height: 20px;
	color: #666;
	height: 20px;
	margin-bottom: 18px;
	position: relative;
	font-size: 20px
}

.inner-list-item .inner-list-tit .fl span {
	font-weight: normal
}

.inner-list-item .inner-list-tit a.fl i {
	font-size: 24px;
	color: #600700;
	position: relative;
	top: 2px;
	margin-right: 8px
}

.inner-list-item .inner-list-tit a.fl:hover {
	color: #600700
}

.inner-list-item .inner-list-tit a.fl:after {
	background-color: #600700;
	height: 5px;
	width: 32px;
	bottom: -19px;
	left: 0;
	position: absolute;
	content: ''
}

.inner-list-item .inner-list-tit a.more:after {
	content: '\e64d';
	font-family: "iconfont";
	color: #2f4266;
	margin-left: 8px;
	font-size: 22px;
	float: right
}

.inner-list-item .inner-list-tit .tab-tit {
	display: block;
	color: #555
}

.inner-list-item .inner-list-tit .tab-tit.related-tab-tit a.cur {
	color: #600700;
	font-weight: normal
}

.inner-list-item .inner-list-tit .tab-tit a {
	display: inline-block;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	height: 20px;
	font-size: 16px;
	margin-right: 21px;
	position: relative;
	margin-bottom: 18px
}

.inner-list-item .inner-list-tit .tab-tit a:last-child {
	margin-right: 0
}

.inner-list-item .inner-list-tit .tab-tit a:after {
	height: 5px;
	width: 32px;
	bottom: -18px;
	left: 0;
	position: absolute;
	content: ''
}

.inner-list-item .inner-list-tit .tab-tit a.cur {
	color: #363636;
	font-weight: bold
}

.inner-list-item .inner-list-tit .tab-tit a.cur:after {
	background-color: #600700
}

.inner-list-item .inner-list-content {
	position: relative;
	margin-top: 20px
}

.news-list-tit {
	height: 39px;
	margin-top: -10px
}

.news-list-tit.fixed .inner-list-tit {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	z-index: 2;
	border-bottom: 2px solid #600700;
	background-color: #f8f8f8
}

.news-list-tit.fixed .inner-list-tit .list-tit-fixed-layout {
	width: 1200px;
	margin: 0 auto
}

.news-list-tit.fixed .inner-list-tit .list-tit-fixed-layout .list-tit-fixed-content {
	width: 750px
}

.news-list-tit .inner-list-tit {
	padding-top: 10px;
	background-color: #fff
}

.department-hot-list-bar i {
	color: #c50c11;
	margin-right: 5px
}

.category-news {
	margin-bottom: 65px
}

.category-news .category-news-slide-wrap .news-img-news {
	width: 750px;
	height: 368px;
	position: relative;
	overflow: hidden
}

.category-news .category-news-slide-wrap .news-img-news .news-img-news-item {
	width: 750px;
	height: 368px;
	position: relative
}

.category-news .category-news-slide-wrap .news-img-news .news-img-news-item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px
}

.category-news .category-news-slide-wrap .news-img-news .news-img-news-item a img {
	display: block;
	width: 100%;
	height: 100%
}

.category-news .category-news-slide-wrap .news-img-news .news-img-news-item a span {
	height: 144px;
	background: url(../images/news-slide-mark.png);
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 104px 170px 16px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.category-news .category-news-slide-wrap .news-img-news .slick-dots {
	text-align: right;
	width: auto;
	padding: 0 20px;
	bottom: 10px;
	right: 0
}

.category-news .category-news-slide-wrap .news-img-news .slick-dots li {
	background-color: rgba(255, 255, 255, 0.6)
}

.category-news .category-news-slide-wrap .news-img-news .slick-dots li.slick-active {
	background-color: #ff8400
}

.category-news .category-news-slide-wrap .news-img-news-dots {
	width: 450px;
	background-color: #f2f2f2
}

.category-news .category-news-slide-wrap .news-img-news-dots .slick-list {
	overflow: visible
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot {
	height: 92px;
	display: block;
	position: relative;
	padding: 20px 40px;
	box-sizing: border-box;
	cursor: pointer
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot:last-child:after {
	display: none
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 40px;
	right: 40px;
	height: 1px;
	background-color: #e4e4e4
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot:before {
	content: '';
	border: 18px solid transparent;
	position: absolute;
	left: -36px;
	top: 50%;
	margin-top: -18px
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current {
	background-color: #600700;
	color: #fff
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current .news-dot-mark {
	color: #fff
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current .news-dot-title a {
	color: #fff
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current:before {
	border-right-color: #600700
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current:after {
	background-color: #600700
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot .news-dot-title {
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot .news-dot-mark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.category-news .category-news-slide-wrap .news-img-news-dots .news-dot .news-dot-mark u {
	position: relative;
	top: -1px;
	padding: 0 3px
}

.category-news .category-news-list-wrap > .fl {
	width: 750px
}

.category-news .category-news-list-wrap > .fr {
	width: 410px
}

.category-news .inner-news-row .inner-list-tit .tab-tit a:after {
	width: 100%
}

.category-news .inner-news-row .inner-news-more {
	height: 48px;
	line-height: 48px;
	border: 1px solid #e4e4e4;
	text-align: center;
	font-size: 16px;
	display: block;
	margin-top: 15px
}

.category-news .inner-news-row .inner-news-more:hover {
	background-color: #600700;
	color: #fff;
	border-color: #600700
}

.category-news .special-list-item {
	margin-top: 50px
}

.category-news .special-list-item .special-slide-wrap {
	margin-right: -32px
}

.category-news .special-list-item .special-slide-wrap .special-item {
	float: left;
	display: block;
	width: 190px;
	height: 105px;
	overflow: hidden;
	margin-right: 31px;
	margin-bottom: 21px;
	text-align: center
}

.category-news .special-list-item .special-slide-wrap .special-item:hover img {
	transform: scale(1.2)
}

.category-news .special-list-item .special-slide-wrap .special-item img {
	display: block;
	width: 100%;
	height: 70px;
	transition: transform 1s
}

.category-news .special-list-item .special-slide-wrap .special-item span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 8px;
	box-sizing: border-box
}

.category-news .special-list-item .special-slide-wrap .special-item.special-item-more {
	background: linear-gradient(135deg, #0a9e45 0%, #0067bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#FF0A9E45', endColorstr='#FF0067BB');
	line-height: 105px;
	color: #fff;
	font-size: 16px
}

.category-news .special-list-item .special-slide-wrap .special-item.special-item-more:hover {
	background: linear-gradient(135deg, #087c36 0%, #005fac 100%)
}

.category-news .special-list-item .special-slide-wrap .slick-dots {
	position: absolute;
	top: -62px;
	right: 0;
	width: auto
}

.category-news .special-list-item .special-slide-wrap .slick-dots li {
	background-color: #dfdfdf
}

.category-news .special-list-item .special-slide-wrap .slick-dots li.slick-active {
	background-color: #ff8400
}

.category-news .hot-news-list-item {
	margin-top: 57px;
	height: 658px
}

.category-news .news-report-list li {
	width: 190px;
	height: 257px;
	float: left
}

.category-news .news-report-list li + li {
	margin-left: 30px
}

.category-news .news-report-list li a {
	display: block;
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden
}

.category-news .news-report-list li a img {
	display: block;
	transition: transform 1s;
	width: 100%;
	height: 100%
}

.category-news .news-report-list li a:hover img {
	transform: scale(1.2)
}

.category-news .news-report-list li a span {
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #04a28e;
	background-color: rgba(4, 162, 142, 0.8)
}

.right-video-list li {
	padding-left: 150px;
	height: 90px;
	margin-bottom: 29px;
	position: relative
}

.right-video-list li .thumb {
	width: 135px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0
}

.right-video-list li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.right-video-list li .thumb:hover img {
	transform: scale(1.2)
}

.right-video-list li .thumb i {
	color: #fff;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 32px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	height: 70px;
	background: url(../images/news-slide-mark.png);
	padding: 31px 10px 10px
}

.right-video-list li .title {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 16px;
	margin-bottom: 25px
}

.right-video-list li .mark {
	color: #999
}

.right-video-list li .mark u {
	padding: 0 10px;
	font-size: 12px;
	color: #c7c5c5;
	position: relative;
	top: -1px
}

.science-news.youth-news {
	width: 770px
}

.science-news.youth-news .news-img-news {
	width: 420px;
	height: 292px
}

.science-news.youth-news .news-img-news .news-img-news-item {
	width: 420px;
	height: 292px
}

.science-news.youth-news .text-news-wrap {
	height: 292px;
	width: 320px;
	margin-left: 30px
}

.science-news .news-img-news {
	width: 700px;
	height: 368px;
	position: relative;
	overflow: hidden
}

.science-news .news-img-news .news-img-news-item {
	width: 700px;
	height: 368px;
	position: relative
}

.science-news .news-img-news .news-img-news-item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px
}

.science-news .news-img-news .news-img-news-item a img {
	display: block;
	width: 100%;
	height: 100%
}

.science-news .news-img-news .news-img-news-item a span {
	height: 144px;
	background: url(../images/news-slide-mark.png);
	box-sizing: border-box;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 104px 170px 16px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.science-news .news-img-news .slick-dots {
	text-align: right;
	width: auto;
	padding: 0 20px;
	bottom: 10px;
	right: 0
}

.science-news .news-img-news .slick-dots li {
	background-color: rgba(255, 255, 255, 0.6)
}

.science-news .news-img-news .slick-dots li.slick-active {
	background-color: #ff8400
}

.science-news .text-news-wrap {
	box-sizing: border-box;
	width: 450px;
	background-color: #fff;
	height: 368px
}

.science-news .text-news-wrap li {
	padding: 14px 0;
	border-bottom: 1px dashed #e4e4e4;
	transition: background-color .3s
}

.science-news .text-news-wrap li:hover {
	background-color: #f8f8f8
}

.science-news .text-news-wrap li:last-child {
	border-bottom: none
}

.science-news .text-news-wrap li .text-news-item {
	display: block;
	position: relative;
	padding-left: 74px
}

.science-news .text-news-wrap li .text-news-item .text-news-title {
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 15px;
	font-weight: normal
}

.science-news .text-news-wrap li .text-news-item .text-news-mark {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 50px;
	line-height: 1
}

.science-news .text-news-wrap li .text-news-item .text-news-mark b {
	font-size: 20px;
	color: #600700;
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 6px;
	margin-bottom: 5px
}

.science-news .text-news-wrap li .text-news-item .text-news-mark span {
	color: #999;
	font-size: 12px
}

.science-notice > .fl {
	width: 750px
}

.science-notice > .fr {
	width: 420px
}

.science-notice .science-notice-left.science-notice-column ul li {
	width: 380px;
	margin-bottom: 20px
}

.science-notice .science-notice-left.science-notice-column ul li:last-child, .science-notice .science-notice-left.science-notice-column ul li:nth-child(3n) {
	margin-bottom: 20px
}

.science-notice .science-notice-left ul {
	margin-right: -30px
}

.science-notice .science-notice-left ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	width: 360px;
	height: 100px;
	padding: 16px 14px;
	position: relative;
	padding-left: 80px;
	transition: border-color .3s, box-shadow .3s
}

.science-notice .science-notice-left ul li:hover {
	border-color: #600700;
	box-shadow: 0px 10px 10px rgba(57, 95, 100, 0.2)
}

.science-notice .science-notice-left ul li.nodate {
	padding-left: 14px
}

.science-notice .science-notice-left ul li:last-child, .science-notice .science-notice-left ul li:nth-child(3n) {
	margin-bottom: 0
}

.science-notice .science-notice-left ul li .tit {
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
	margin-top: -3px
}

.science-notice .science-notice-left ul li .tit a {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.science-notice .science-notice-left ul li .date {
	position: absolute;
	top: 14px;
	left: 14px;
	background-color: #600700;
	color: #fff;
	width: 54px;
	height: 68px;
	text-align: center
}

.science-notice .science-notice-left ul li .date b {
	font-size: 36px;
	display: block;
	line-height: 1;
	margin-top: 5px
}

.science-notice .science-notice-left ul li .date span {
	font-size: 12px
}

.science-notice .science-notice-left ul li .mark {
	line-height: 16px;
	height: 16px;
	margin-top: 10px
}

.science-notice .science-notice-left ul li .mark span {
	color: #999;
	width: 80%;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.science-notice .science-notice-left ul li .mark a {
	color: #600700
}

.science-notice .science-notice-left ul li .mark a:hover {
	color: #600700
}

.science-notice .science-notice-left ul li .mark a i {
	font-size: 17px;
	vertical-align: middle
}

.science-notice .science-notice-right a {
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap
}

.science-notice .science-notice-right a:before {
	content: '•';
	color: #600700;
	margin-right: 3px;
	font-family: 'Arial Normal', 'Arial'
}

.key-department {
	padding: 50px 0;
	background-color: #f2f2f2
}

.key-department .inner-list-content {
	padding: 35px 25px 20px;
	background-color: #fff
}

.key-department .key-department-item {
	margin-bottom: 15px;
	box-sizing: border-box;
	color: #fff
}

.key-department .key-department-item .tit {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	color: #600700
}

.key-department .key-department-item .list {
	margin-right: -22px
}

.key-department .key-department-item .list a {
	display: block;
	width: 173px;
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	text-align: center;
	margin-right: 22px;
	margin-bottom: 10px;
	float: left;
	overflow: hidden;
	transition: border-color .3s, box-shadow .3s;
	position: relative;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.key-department .key-department-item .list a span {
	position: relative;
	z-index: 3
}

.key-department .key-department-item .list a:before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	top: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.key-department .key-department-item .list a:hover {
	color: #fff;
	border-color: #600700;
	box-shadow: 0px 10px 10px rgba(57, 95, 100, 0.2)
}

.key-department .key-department-item .list a:hover:before {
	background-color: rgba(57, 95, 100, 0.9);
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.science-platform {
	margin-bottom: 50px
}

.science-platform > .fl {
	width: 750px
}

.science-platform > .fr {
	width: 420px
}

.science-platform .science-platform-left .inner-list-content {
	padding: 34px 0 15px
}

.science-platform .science-platform-left .science-platform-item {
	box-sizing: border-box;
	text-align: center
}

.science-platform .science-platform-left .science-platform-item .tit {
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
	color: #600700
}

.science-platform .science-platform-left .science-platform-item .list {
	line-height: 46px;
	margin-right: -23px
}

.science-platform .science-platform-left .science-platform-item .list.col3 li {
	width: 33.33%;
	float: left
}

.science-platform .science-platform-left .science-platform-item .list.col4 li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block
}

.science-platform .science-platform-left .science-platform-item .list.col6 li {
	width: 14.66%;
	float: left
}

.science-platform .science-platform-left .science-platform-item .list li {
	width: 385px;
	margin-right: 22px;
	margin-bottom: 22px;
	float: left
}

.science-platform .science-platform-left .science-platform-item .list li a {
	border: 1px solid #e4e4e4;
	text-align: center;
	display: block;
	width: 100%;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	transition: border-color .3s, box-shadow .3s;
	position: relative;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.science-platform .science-platform-left .science-platform-item .list li a span {
	position: relative;
	z-index: 3
}

.science-platform .science-platform-left .science-platform-item .list li a:before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	top: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.4s, opacity 0.4s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.science-platform .science-platform-left .science-platform-item .list li a:hover {
	color: #fff;
	border-color: #600700;
	box-shadow: 0px 10px 10px rgba(57, 95, 100, 0.2)
}

.science-platform .science-platform-left .science-platform-item .list li a:hover:before {
	background-color: rgba(57, 95, 100, 0.9);
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.science-platform .science-platform-right a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.science-platform .science-platform-right a:before {
	content: '•';
	color: #600700;
	margin-right: 3px;
	font-family: 'Arial Normal', 'Arial'
}

.youth-organization {
	width: 380px
}

.youth-organization p {
	text-align: justify;
	line-height: 27px;
	margin-bottom: 0
}

.youth-organization img {
	margin-right: 20px;
	margin-top: -2px
}

.youth-col-wrap > .youth-col-7 {
	width: 770px
}

.youth-col-wrap > .youth-col-5 {
	width: 380px
}

.youth-col-wrap .youth-volunteers .thumb {
	display: inline-block;
	margin-bottom: 10px
}

.youth-col-row-2 {
	padding: 50px 0;
	background-color: #f2f2f2
}

.youth-col-row-2 .youth-col-7, .youth-col-row-2 .youth-col-5 {
	height: 351px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px
}

.intro-info {
	padding-left: 650px;
	position: relative;
	box-sizing: border-box;
	height: 384px;
	margin: 10px auto 60px
}

.intro-info .video {
	width: 590px;
	height: 384px;
	position: absolute;
	left: 0;
	top: 0;
	background: #f2f2f2;
	overflow: hidden
}

.intro-info .video img {
	display: block;
	width: 590px;
	height: 384px;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .85s
}

.intro-info .video .video-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.intro-info .video .video-play i {
	width: 85px;
	height: 85px;
	display: block;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 60px;
	line-height: 85px;
	text-align: center;
	color: #fff;
	margin: 149px auto
}

.intro-info .video:hover img {
	transform: scale(1.2)
}

.intro-info .video:hover:before {
	color: #600700
}

.intro-info .video .video-player {
	width: 590px;
	height: 384px;
	position: absolute;
	top: 0;
	left: 0
}

.intro-info .detail h4 {
	font-size: 22px;
	margin: 25px 0 15px
}

.intro-info .detail p {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

.intro-info .detail .more-info {
	width: 123px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	display: block;
	margin-top: 27px;
	position: relative;
	box-sizing: border-box;
	padding-left: 37px;
	background-color: #600700
}

.intro-info .detail .more-info:hover {
	background-color: #48787e
}

.intro-info .detail .more-info:before {
	border: 9px solid #fff;
	background-color: inherit;
	padding: 2px;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	content: ''
}

.intro-info .detail .more-info i {
	padding-left: 5px
}

.intro-learder {
	background-color: #f2f2f2;
	padding: 40px 0
}

.intro-learder .leader-list-item {
	width: 140px;
	height: 240px;
	float: left
}

.intro-learder .leader-list-item + div {
	margin-left: 11px
}

.intro-learder .leader-list-item img {
	width: 140px;
	height: 190px;
	display: block
}

.intro-learder .leader-list-item h4 {
	height: 50px;
	line-height: 1.3;
	text-align: center;
	background-color: #2f4266;
	font-weight: normal;
	color: #fff;
	width: 140px;
	vertical-align: middle;
	display: table-cell;
	padding: 0 7px
}

.culture-info {
	padding-left: 650px;
	position: relative;
	box-sizing: border-box;
	height: 545px;
	margin: 60px auto;
	position: relative
}

.culture-info .audio {
	width: 590px;
	height: 545px;
	position: absolute;
	left: 0;
	top: 0;
	background: #f2f2f2 url(../images/culture-info-img.jpg)
}

.culture-info .audio .audio-wrap {
	width: 300px;
	height: 50px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -150px
}

.culture-info .audio .audio-wrap .audio-player {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 25px;
	position: absolute;
	top: 0;
	right: 0
}

.culture-info .audio .audio-wrap .audio-player .audioplayer {
	height: 50px;
	background: #2f4266 !important;
	text-shadow: none;
	border: none
}

.culture-info .audio .audio-wrap .audio-player .audioplayer .audioplayer-playpause {
	width: 50px;
	height: 50px;
	background-color: #2f4266
}

.culture-info .audio .audio-wrap .audio-player .audioplayer .audioplayer-volume, .culture-info .audio .audio-wrap .audio-player .audioplayer .audioplayer-time {
	display: none !important
}

.culture-info .audio .audio-wrap .audio-play {
	width: 300px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	background-color: #600700;
	background-color: rgba(57, 95, 100, 0.9);
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	padding-right: 50px;
	display: block;
	font-size: 16px
}

.culture-info .audio .audio-wrap .audio-play i {
	width: 50px;
	height: 50px;
	font-size: 28px;
	margin-right: 5px;
	vertical-align: middle
}

.culture-info .audio .audio-wrap .audio-play:after {
	content: '\e669';
	font-family: 'iconfont';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #2f4266;
	color: #fff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px
}

.culture-info .audio .audio-wrap .audio-play.playing:after {
	content: '\e669'
}

.culture-info .audio .audio-wrap .audio-play.playing i {
	animation: rotate 10s linear infinite
}

.culture-info .detail {
	line-height: 28px;
	color: #666;
	font-size: 16px
}

.culture-info .detail pre {
	white-space: pre-wrap;
	word-wrap: break-word
}

.intro-picture {
	height: 330px;
	padding: 64px 0;
	background: #f2f2f2 url(../images/intro-picture-bg.jpg)
}

.intro-picture .layout > div {
	width: 600px;
	height: 330px;
	background-color: #fff;
	box-sizing: border-box
}

.intro-picture .layout > .fl {
	padding: 79px 30px
}

.intro-picture .layout > .fl p {
	width: 309px;
	color: #765f4f;
	font-size: 16px;
	line-height: 28px
}

.intro-picture .fr {
	position: relative
}

.intro-picture h4 {
	font-size: 18px;
	text-align: center;
	width: 123px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	bottom: 0
}

.intro-picture h4 a {
	color: #fff;
	background-color: #600700;
	display: block
}

.intro-picture h4 a:hover {
	background-color: #600700
}

.intro-picture .picture-list-box {
	width: 600px;
	height: 280px;
	overflow: hidden
}

.intro-picture .picture-list-box.slick-slider {
	overflow: visible
}

.intro-picture .picture-list-box .picture-list-item {
	overflow: hidden
}

.intro-picture .picture-list-box .picture-list-item:hover img {
	transform: scale(1.2)
}

.intro-picture .picture-list-box .picture-list-item img {
	width: 600px;
	height: 280px;
	display: block;
	transition: transform 1s
}

.intro-picture .picture-list-box .slick-dots {
	text-align: right;
	bottom: -41px;
	padding-right: 15px;
	box-sizing: border-box
}

.intro-picture .picture-list-box .slick-dots li {
	background-color: #e4e4e4
}

.intro-picture .picture-list-box .slick-dots li.slick-active {
	background-color: #600700
}

.intro-picture .picture-list-box .slick-dots li:hover {
	background-color: #600700
}

.intro-honor {
	margin-bottom: 40px
}

.atlas {
	position: relative;
	height: 266px;
	margin-top: 15px
}

.atlas li {
	overflow: hidden;
	position: absolute
}

.atlas li.img0, .atlas li.img1, .atlas li.img2, .atlas li.img4, .atlas li.img5, .atlas li.img6 {
	width: 16%
}

.atlas li.img3 {
	width: 32.75%
}

.atlas li.img0, .atlas li.img3, .atlas li.img6 {
	height: 266px
}

.atlas li.img1, .atlas li.img2, .atlas li.img4, .atlas li.img5 {
	height: 128px
}

.atlas li.img0 {
	left: 0;
	top: 0
}

.atlas li.img1 {
	left: 16.75%;
	top: 0
}

.atlas li.img2 {
	left: 16.75%;
	top: 137px
}

.atlas li.img3 {
	left: 33.5%;
	top: 0;
	width: 32.75%
}

.atlas li.img4 {
	left: 67%;
	top: 0
}

.atlas li.img5 {
	left: 67%;
	top: 137px
}

.atlas li.img6 {
	right: 0;
	top: 0
}

.atlas li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.atlas li a:hover img {
	transform: scale(1.2)
}

.atlas li a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.atlas li a .img-tit {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	height: 144px;
	background: url(../images/news-slide-mark.png);
	padding: 110px 10px 10px
}

.atlas li a .img-tit span {
	display: block;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.cate-col-7 {
	width: 750px
}

.cate-col-6 {
	width: 580px
}

.cate-col-5 {
	width: 420px
}

.cate-col-4 {
	width: 380px
}

.cate-row-3 {
	padding: 50px 0;
	background-color: #f2f2f2
}

.cate-row-3 .cate-col-4 {
	height: 344px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px
}

.cate-row-3 .cate-col-4 + .cate-col-4 {
	margin-left: 30px
}

.cate-row-3 .cate-col-6 {
	height: 344px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px
}

.cate-row-3 .cate-col-6 + .cate-col-6 {
	margin-left: 40px
}

.cate-text-list li.has-date a {
	position: relative;
	padding-right: 90px
}

.cate-text-list li.has-date a span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	height: 40px;
	color: #999
}

.cate-text-list li a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.cate-text-list li a:before {
	content: '•';
	color: #600700;
	margin-right: 3px;
	font-family: 'Arial Normal', 'Arial'
}

.cate-text-list li a i {
	color: #999
}

.cate-img-list.imgs-list ul {
	margin-left: -1.5%;
	margin-right: -1.5%
}

.cate-img-list.imgs-list ul li {
	float: left;
	width: 22%;
	margin: 0 1.5% 25px 1.5%;
	height: 253px
}

.cate-img-list.imgs-list ul li .il-link .il-tit {
	color: inherit
}

.cate-img-list.imgs-list ul li .il-link .il-img {
	height: 213px
}

.cate-img-list.pic-list ul {
	margin-left: -1.5%;
	margin-right: -1.5%
}

.cate-img-list.pic-list ul li {
	float: left;
	width: 22%;
	margin: 0 1.5% 25px 1.5%;
	height: 253px
}

.cate-img-list.pic-list ul li .pl-link {
	height: 213px
}

.cat-download-list li a {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding-right: 40px
}

.cat-download-list li a:before {
	content: '•';
	color: #600700;
	margin-right: 3px;
	font-family: 'Arial Normal', 'Arial'
}

.cat-download-list li a i {
	color: #999;
	position: absolute;
	right: 0
}

.cat-download-list li a:hover i {
	color: #600700
}

.cate-teacher-wrap .teacher-list {
	margin-right: -32px
}

.cate-teacher-wrap .teacher-list li {
	width: 144px;
	height: 290px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	float: left;
	text-align: center;
	margin-right: 32px;
	margin-bottom: 32px;
	transition: border-color .3s, box-shadow .3s
}

.cate-teacher-wrap .teacher-list li:hover {
	box-shadow: 0px 10px 30px rgba(3, 165, 96, 0.2)
}

.cate-teacher-wrap .teacher-list li .thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative
}

.cate-teacher-wrap .teacher-list li .thumb:hover img {
	transform: scale(1.1)
}

.cate-teacher-wrap .teacher-list li .thumb img {
	width: 100%;
	height: 200px;
	display: block;
	transition: transform 1s
}

.cate-teacher-wrap .teacher-list li .tit {
	display: block;
	margin: 10px auto;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold
}

.cate-teacher-wrap .teacher-list li .tit:after {
	content: '';
	width: 24px;
	height: 2px;
	background-color: #600700;
	display: block;
	margin: 8px auto
}

.cate-teacher-wrap .teacher-list li p {
	color: #999
}

.teacher-detail {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
	padding-bottom: 30px
}

.teacher-detail .teacher-resume {
	width: 144px;
	position: relative;
	text-align: center
}

.teacher-detail .teacher-resume .doctor-img {
	width: 144px;
	height: 200px;
	overflow: hidden
}

.teacher-detail .teacher-resume .doctor-img img {
	width: 144px;
	height: 200px
}

.teacher-detail .teacher-resume h1 {
	font-size: 28px;
	color: #600700;
	line-height: 44px
}

.teacher-detail .teacher-resume p {
	line-height: 30px
}

.teacher-detail .teacher-resume p i {
	font-size: 16px;
	color: #600700;
	margin-left: 4px;
	position: relative;
	top: 1px
}

.teacher-detail .teacher-resume p u {
	color: #999
}

.teacher-detail .inner-list-item.fl {
	width: 1020px;
	margin-left: 36px
}

.teacher-detail .teacher-hr-table {
	width: 100%;
	margin-bottom: 25px
}

.teacher-detail .teacher-hr-table table {
	width: 100%
}

.teacher-detail .teacher-hr-table tr {
	border-color: #e4e4e4
}

.teacher-detail .teacher-hr-table tr:first-child {
	background-color: #f8f8f8
}

.teacher-detail .teacher-hr-table tr:first-child td span {
	display: block;
	color: #a8a8a8
}

.teacher-detail .teacher-hr-table tr td, .teacher-detail .teacher-hr-table tr th {
	line-height: 35px;
	padding: 5px 0;
	border: 1px solid #e4e4e4;
	text-align: center
}

@keyframes rotate {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(200deg)
	}

	100% {
		transform: rotate(0)
	}
}

.category-common-container {
	margin-bottom: 40px
}

.category-common-container.category-special-container .inner-row .fl {
	width: 64.5%
}

.category-common-container.category-special-container .inner-row .page-item .list-tit {
	text-align: center
}

.category-common-container.category-special-container .inner-row .page-item .list-tit h2 a {
	color: #600700
}

.category-common-container.category-special-container .inner-row .page-item .list-content .info {
	box-sizing: border-box;
	padding: 40px 0 36px;
	background-color: #600700;
	overflow: hidden
}

.category-common-container.category-special-container .inner-row .page-item .list-content .info div {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	text-align: center
}

.category-common-container.category-special-container .inner-row.three-columns .list-item {
	width: 29%
}

.category-common-container.category-special-container .inner-row.three-columns .list-item + .list-item {
	margin-left: 6.5%
}

.category-common-container.category-special-container .inner-row.two-columns .list-item + .list-item {
	width: 29%;
	margin-left: 6.5%
}

.category-common-container.category-special-container .inner-row.one-column .list-item {
	width: 100%
}

.category-common-container .ellipsis1, .category-common-container .list-content a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.category-common-container .nodata {
	padding: 40px 0 50px
}

.category-common-container .cc-fixed-window {
	position: fixed;
	z-index: 9999
}

.category-common-container .cc-fixed-window .close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	background-color: transparent;
	opacity: 0;
	z-index: 1000;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.category-common-container .cc-fixed-window .close-btn:hover {
	color: #600700
}

.category-common-container .cc-fixed-window li {
	position: relative
}

.category-common-container .cc-fixed-window li:hover .close-btn {
	opacity: 1
}

.category-common-container .cc-fixed-window li:hover .cc-tip {
	background-color: #600700
}

.category-common-container .cc-fixed-window li a {
	display: block
}

.category-common-container .cc-fixed-window li a .cc-tip-img, .category-common-container .cc-fixed-window li a img {
	width: 200px;
	height: 250px
}

.category-common-container .cc-fixed-window li a .cc-tip {
	width: 200px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 0 1em;
	background-color: #600700;
	transition: background-color .5s linear 0s;
	-webkit-transition: background-color .5s linear 0s;
	-moz-transition: background-color .5s linear 0s;
	-o-transition: background-color .5s linear 0s
}

.category-common-container .cc-fixed-window li + li {
	margin-top: 20px
}

.category-common-container #cc-left-fixed-window {
	left: 0;
	bottom: 120px
}

.category-common-container #cc-left-fixed-window li {
	opacity: .8;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.category-common-container #cc-left-fixed-window li:hover {
	opacity: 1
}

.category-common-container #cc-left-fixed-img-window {
	left: 0;
	bottom: 120px
}

.category-common-container #cc-left-fixed-img-window li {
	opacity: .8;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.category-common-container #cc-left-fixed-img-window li:hover {
	opacity: 1
}

.category-common-container #cc-left-fixed-img-window li a .cc-tip-img, .category-common-container #cc-left-fixed-img-window li img {
	width: 250px;
	height: 200px
}

.category-common-container .index-slider-wrap {
	height: 600px;
	overflow: hidden;
	background: #e1ecee;
	position: relative
}

.category-common-container .index-slider-wrap .index-slider {
	height: 600px;
	position: relative;
	width: 100%
}

.category-common-container .index-slider-wrap .index-slider .slick-track, .category-common-container .index-slider-wrap .index-slider .slick-list {
	transform: none !important
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item {
	display: block;
	height: 600px;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0 !important
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item.slick-active {
	z-index: 1 !important
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item.slick-active .slide-txt {
	transform: translateX(0);
	filter: alpha(opacity=100);
	opacity: 1
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item.slick-active .show-txt {
	filter: alpha(opacity=100);
	opacity: 1
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .slide-txt {
	height: 100%;
	transform: translateX(150px);
	transition: all 1s ease-out .3s;
	opacity: 0;
	filter: alpha(opacity=0)
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .slide-txt img {
	display: block
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .show-txt {
	position: relative;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1s ease-out .3s;
	-webkit-transition: opacity 1s ease-out .3s;
	-moz-transition: opacity 1s ease-out .3s;
	-o-transition: opacity 1s ease-out .3s
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .show-txt .txt-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	padding-top: 45px;
	line-height: 1;
	color: #fff;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(bottom, transparent, #000);
	background: -moz-linear-gradient(bottom, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#00000000', endColorstr='#FF000000')
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .show-txt .txt-inner .name {
	position: relative;
	font-weight: 700;
	font-size: 18px
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .show-txt .txt-inner .name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 40px;
	height: 2px;
	background-color: #dcc594
}

.category-common-container .index-slider-wrap .index-slider .index-slider-item .show-txt .txt-inner .title {
	font-size: 28px;
	line-height: 36px;
	margin-top: 18px
}

.category-common-container .index-slider-wrap .index-slider-control {
	position: absolute;
	bottom: 70px;
	width: 100%;
	z-index: 1
}

.category-common-container .index-slider-wrap .index-slider-control .slick-dots {
	position: static;
	text-align: center;
	height: 0
}

.category-common-container .index-slider-wrap .index-slider-control .slick-dots li {
	width: 97px;
	height: 5px;
	margin: 0;
	border-radius: 0
}

.category-common-container .index-slider-wrap .index-slider-control .slick-dots li.slick-active {
	width: 97px;
	background-color: #9ae097
}

.category-common-container .index-slider-wrap .index-slider-control .slick-dots li + li {
	margin-left: 25px
}

.category-common-container .inner-row > .fl {
	width: 69%
}

.category-common-container .inner-row > .fr {
	width: 29%
}

.category-common-container .inner-row .img-news {
	width: 400px;
	height: 260px !important;
	position: absolute;
	top: 0;
	overflow: hidden
}

.category-common-container .inner-row .img-news .dots {
	position: absolute;
	height: 10px;
	bottom: 15px;
	right: 0;
	padding: 0 15px
}

.category-common-container .inner-row .img-news .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	border-radius: 5px;
	background: #fff;
	opacity: .6;
	text-indent: -999px;
	cursor: pointer;
	transition: all .3s
}

.category-common-container .inner-row .img-news .dots li.active {
	background-color: #600700;
	opacity: .8;
	width: 30px
}

.category-common-container .inner-row .img-news .img-news-item .img-news-item-img {
	position: relative;
	width: 400px;
	height: 260px
}

.category-common-container .inner-row .img-news .img-news-item .img-news-item-img img {
	width: 100%;
	height: 260px
}

.category-common-container .inner-row .img-news .img-news-item .img-news-item-img .img-news-item-title {
	height: 97px;
	width: 100%;
	padding: 25px 15px 15px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(bottom, transparent, #000);
	background: -moz-linear-gradient(bottom, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#00000000', endColorstr='#FF000000')
}

.category-common-container .inner-row .img-news .img-news-item .img-news-item-img .img-news-item-title h4 {
	margin-top: 13px;
	font-size: 16px;
	color: #fff
}

.category-common-container .inner-row .img-news .img-news-item .img-news-item-img .img-news-item-title span {
	color: #acadb2;
	font-size: 12px
}

.category-common-container .inner-row .hp-news {
	margin-left: 420px;
	height: 262px
}

.category-common-container .inner-row .hp-news .top-news {
	height: 105px
}

.category-common-container .inner-row .hp-news .top-news p {
	height: 40px;
	-webkit-line-clamp: 2;
	line-height: 20px;
	color: #777;
	margin-top: 7px;
	overflow: hidden
}

.category-common-container .inner-row .hp-news .top-news a {
	font-size: 18px;
	white-space: normal;
	line-height: 24px;
	padding-right: 0;
	-webkit-line-clamp: 2;
	height: 48px;
	overflow: hidden
}

.category-common-container .inner-row .hp-news .top-news a::before {
	display: none
}

.category-common-container .inner-row .list-tit {
	height: 26px;
	line-height: 26px;
	position: relative;
	padding: 0;
	border: none
}

.category-common-container .inner-row .list-tit h2 {
	display: inline-block;
	font-size: 20px
}

.category-common-container .inner-row .list-tit h2 a {
	display: inline-block;
	color: #333;
	position: relative;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.category-common-container .inner-row .list-tit h2 a:hover {
	color: #600700
}

.category-common-container .inner-row .list-tit .more-news {
	width: 40px;
	height: 20px;
	background-color: #600700;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-top: 3px;
	font-size: 18px;
	transition: background-color .5s linear 0s;
	-webkit-transition: background-color .5s linear 0s;
	-moz-transition: background-color .5s linear 0s;
	-o-transition: background-color .5s linear 0s
}

.category-common-container .inner-row .list-tit .more-news:hover {
	background-color: #600700
}

.category-common-container .inner-row .list-item .list-content {
	margin-top: 20px;
	position: relative
}

.category-common-container .inner-row .research-item li {
	margin-bottom: 8px;
	text-align: center
}

.category-common-container .inner-row .research-item li:last-child {
	margin-bottom: 0
}

.category-common-container .inner-row .research-item a {
	height: 46px;
	width: 100%;
	line-height: 46px;
	display: block;
	text-align: center;
	border: 1px solid #dee9ea;
	color: #600700;
	box-sizing: border-box;
	transition: all .38s;
	background: #eef8f9
}

.category-common-container .inner-row .research-item a:after {
	content: "\e6b2";
	font-family: "iconfont";
	font-size: 12px;
	opacity: .5;
	filter: alpha(opacity=50);
	margin-left: 5px;
	font-weight: bold
}

.category-common-container .inner-row .research-item a:hover {
	background-color: #600700;
	color: #fff
}

.category-common-container .news-withdate li {
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden
}

.category-common-container .news-withdate li a {
	display: block;
	padding-right: 60px
}

.category-common-container .news-withdate li a:before {
	content: "•";
	font-weight: bold;
	color: #999;
	margin-right: 5px
}

.category-common-container .news-withdate li span {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999;
	font-size: 12px
}

.category-common-container .notice-withdate li {
	position: relative;
	height: 37px;
	line-height: 37px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden
}

.category-common-container .notice-withdate li:last-child {
	border: none
}

.category-common-container .notice-withdate li a {
	max-width: 88%;
	display: block
}

.category-common-container .notice-withdate li a:before {
	content: "•";
	font-weight: bold;
	color: #600700;
	margin-right: 5px
}

.category-common-container .notice-withdate li span {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #999;
	font-size: 12px
}

.category-common-container .right-inner .list-item.fl, .category-common-container .right-inner .list-item.fr, .category-common-container .left-inner .list-item.fl, .category-common-container .left-inner .list-item.fr {
	width: 48.5%
}

.category-common-container .common-video {
	margin-top: -20px;
	min-height: 270px
}

.category-common-container .common-video li {
	width: 32%;
	height: 250px;
	margin-top: 20px;
	float: left
}

.category-common-container .common-video li .vdimg {
	display: block;
	font-size: 0;
	line-height: 0;
	position: relative;
	height: 250px;
	overflow: hidden
}

.category-common-container .common-video li .vdimg i {
	background: url(../images/black30.png);
	font-size: 64px;
	color: #fff;
	text-align: center;
	height: 220px;
	line-height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s
}

.category-common-container .common-video li .vdimg i.img-icon {
	opacity: 0
}

.category-common-container .common-video li .vdimg .image {
	width: 100%;
	height: 220px;
	overflow: hidden
}

.category-common-container .common-video li .vdimg .image img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 1s
}

.category-common-container .common-video li .vdimg .title {
	font-size: 16px;
	line-height: 30px;
	display: block;
	color: #fff;
	background-color: #600700;
	text-align: center;
	transition: background-color .5s linear 0s;
	-webkit-transition: background-color .5s linear 0s;
	-moz-transition: background-color .5s linear 0s;
	-o-transition: background-color .5s linear 0s
}

.category-common-container .common-video li .vdimg:hover i {
	color: #600700
}

.category-common-container .common-video li .vdimg:hover i.img-icon {
	opacity: 1
}

.category-common-container .common-video li .vdimg:hover img {
	transform: scale(1.2)
}

.category-common-container .common-video li .vdimg:hover .title {
	background-color: #600700
}

.category-common-container .common-video li + li {
	margin-left: 2%
}

.category-common-container .news-report {
	margin-left: -1%;
	margin-right: -1%
}

.category-common-container .news-report li {
	float: left;
	width: 14.66%;
	margin-left: 1%;
	margin-right: 1%
}

.category-common-container .news-report li a {
	display: block;
	position: relative;
	background: #000;
	text-align: center
}

.category-common-container .news-report li a span {
	display: block;
	background: #0196ae;
	color: #fff;
	line-height: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background 0.3s;
	-webkit-transition: background 0.3s
}

.category-common-container .news-report li a img {
	width: 100%;
	height: 100%;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: .7;
	filter: alpha(opacity=70)
}

.category-common-container .news-report li a:hover span {
	background-color: #00c9d0
}

.category-common-container .news-report li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.category-common-container .fl .news-report li a span {
	font-size: 12px
}

.ie .common-video li .vdimg i {
	display: none
}

.color-tab-tit {
	display: flex;
	border-left: 1px solid #ddd
}

.color-tab-tit.visit-color-tab-tit a {
	width: 14.28%
}

.color-tab-tit.visit-color-tab-tit a i {
	margin-right: 0px
}

.color-tab-tit.visit-area-1 a {
	width: 100%
}

.color-tab-tit.visit-area-2 a {
	width: 50%
}

.color-tab-tit.visit-area-3 a {
	width: 33.33%
}

.color-tab-tit.visit-area-4 a {
	width: 25%
}

.color-tab-tit.visit-area-5 a {
	width: 20%
}

.color-tab-tit.visit-area-6 a {
	width: 16.66%
}

.color-tab-tit.visit-area-7 a {
	width: 14.2857%
}

.color-tab-tit.visit-area-8 a {
	width: 12.5%
}

.color-tab-tit a {
	flex: 1;
	display: block;
	width: 25%;
	font-weight: bold;
	font-size: 16px;
	line-height: 55px;
	height: 55px;
	border: 1px solid #ddd;
	border-left: none;
	box-sizing: border-box;
	text-align: center;
	float: left;
	background-color: #f2f2f2
}

.color-tab-tit a i {
	opacity: .3;
	filter: alpha(opacity=30);
	color: #c9c9c9;
	margin-right: 20px;
	font-size: 46px;
	font-weight: normal
}

.color-tab-tit a span {
	display: inline-block;
	position: relative;
	top: -11px
}

.color-tab-tit a.cur {
	color: #fff;
	border: none;
	background: linear-gradient(135deg, #09b78b 0%, #0067ce 61%, #0067ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr='#FF09B78B', endColorstr='#FF0067CE')
}

.color-tab-tit a.cur i {
	color: #cee7ff
}

.category-dp-container {
	position: relative;
	padding-top: 30px;
	background-color: #fff
}

.category-dp-container .cd-filter-type {
	position: relative;
	box-sizing: border-box;
	line-height: 32px
}

.category-dp-container .cd-filter-type .cd-filter-name {
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #999
}

.category-dp-container .cd-filter-type .cd-filter-sort {
	width: 140px;
	height: 32px;
	text-align: center;
	color: #555;
	font-size: 16px;
	background-color: #e4e4e4;
	cursor: pointer;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.category-dp-container .cd-filter-type .cd-filter-sort.cd-filter-cur {
	color: #fff;
	background-color: #600700
}

.category-dp-container .cd-filter-type .cd-filter-sort.no-dp {
	color: #999;
	background-color: #e4e4e4
}

.category-dp-container .cd-filter-type .cd-filter-sort + .cd-filter-sort {
	margin-left: 20px
}

.category-dp-container .cd-filter-type .layout {
	position: relative;
	box-sizing: border-box;
	padding-left: 80px
}

.category-dp-container #cd-filter-area {
	display: block
}

.category-dp-container .cd-area-con {
	min-height: 500px
}

.category-dp-container .cd-area-con:not(:first-of-type) {
	display: none
}

.category-dp-container .cd-area-con .cd-filter-type {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4
}

.category-dp-container .cd-area-con .cd-index {
	color: #e4e4e4;
	font-size: 0;
	padding: 30px 0
}

.category-dp-container .cd-area-con .cd-index span, .category-dp-container .cd-area-con .cd-index a {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 1
}

.category-dp-container .cd-area-con .cd-index span:last-child, .category-dp-container .cd-area-con .cd-index span:first-child, .category-dp-container .cd-area-con .cd-index a:last-child, .category-dp-container .cd-area-con .cd-index a:first-child {
	border: none
}

.category-dp-container .cd-area-con .cd-index span:last-child, .category-dp-container .cd-area-con .cd-index a:last-child {
	padding-right: 0
}

.category-dp-container .cd-area-con .cd-index span.cur-index, .category-dp-container .cd-area-con .cd-index a.cur-index {
	padding: 8px 16px;
	background: #600700;
	color: #fff;
	border: none
}

.category-dp-container .cd-area-con .cd-index span {
	color: #e4e4e4
}

.category-dp-container .cd-area-con .cd-index span:first-child {
	padding-left: 0;
	padding-right: 20px;
	font-size: 14px;
	color: #999
}

.category-dp-container .cd-area-con .cd-dp-con {
	margin: 0 -15px
}

.category-dp-container .cd-area-con .cd-dp-con > li {
	width: 380px;
	margin: 0 15px 30px
}

.category-dp-container .cd-area-con .cd-dp-con > li:hover {
	-moz-box-shadow: 0px 0px 10px rgba(57, 95, 100, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(57, 95, 100, 0.4);
	box-shadow: 0px 0px 10px rgba(57, 95, 100, 0.4)
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 30px 0;
	border: 1px solid #e4e4e4;
	overflow: hidden
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 13px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 5px;
	background-color: #1f7bd8
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name > a {
	display: inline-block;
	font-size: 20px;
	color: #555;
	line-height: 20px;
	font-weight: 700;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo {
	display: inline-block;
	margin-left: 8px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo > * {
	display: inline-block;
	vertical-align: top
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo > * + * {
	margin-left: 5px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .square-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background-color: #f2f2f2;
	font-size: 28px;
	cursor: pointer
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .cd-dp-weixin {
	position: relative
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .cd-dp-weixin .iconfont {
	color: #0c6
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .cd-dp-weixin .iconfont:hover + .cd-dp-weixin-img {
	max-height: none;
	opacity: 1
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .cd-dp-weixin .cd-dp-weixin-img {
	position: absolute;
	left: -50px;
	top: 45px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .5s, opacity .5s;
	-webkit-transition: max-height .5s, opacity .5s;
	-moz-transition: max-height .5s, opacity .5s;
	-o-transition: max-height .5s, opacity .5s
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .cd-dp-weixin .cd-dp-weixin-img img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	border: 5px solid #fff
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-weixin-weibo .cd-dp-weibo .iconfont {
	color: #f30
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-point {
	line-height: 1
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-point .point {
	height: 40px;
	object-fit: cover
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-point .point + .point {
	margin-left: 5px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-full-point-name {
	font-size: 14px;
	line-height: 24px;
	color: #1f7bd8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-intro {
	font-size: 14px;
	color: #797979;
	line-height: 24px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-intro p {
	color: #ccc;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding-top: 40px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-intro p.cd-no-point-name {
	padding-top: 20px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle {
	display: block;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	border-bottom: 1px solid #e4e4e4
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc {
	width: 100%;
	height: 74px;
	box-sizing: border-box;
	padding-top: 15px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc > li {
	float: left;
	width: 25%;
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc > li a {
	font-size: 14px;
	color: #555;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc > li a:hover {
	color: #1f7bd8
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc > li a span {
	color: #1f7bd8;
	padding-right: 5px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc > li.cd-doc-more a {
	padding-left: 10px;
	color: #1f7bd8
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc > li.cd-doc-more a .iconfont {
	padding-left: 5px;
	font-size: 12px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-doc .nodata {
	padding: 20px 0 0
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-address {
	display: block;
	width: 100%;
	height: 110px;
	box-sizing: border-box;
	padding-top: 15px
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-address p {
	margin: 0;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-address p span {
	color: #555
}

.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-address .nodata {
	padding: 35px 0 0
}

#category-dp-container1.category-dp-container .cd-area-con .cd-dp-con > li {
	height: 186px
}

#category-dp-container1.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name span {
	position: relative;
	top: 4px;
	display: inline-block;
	font-size: 20px;
	color: #555;
	line-height: 20px;
	font-weight: 700
}

#category-dp-container1.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-name .cd-dp-point .point + .point {
	margin-left: 10px
}

#category-dp-container1.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-intro p {
	padding-top: 20px
}

#category-dp-container1.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-intro p.cd-no-point-name {
	padding-top: 30px
}

#category-dp-container2.category-dp-container .cd-area-con .cd-dp-con > li {
	height: 300px
}

#category-dp-container3.category-dp-container .cd-area-con .cd-dp-con > li {
	height: 335px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con {
	margin: 0 -20px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li {
	width: 580px;
	height: 322px;
	margin: 0 20px 40px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle {
	height: 148px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle .cd-dp-inner-middle-left {
	float: left;
	width: 380px;
	height: 100%
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle .cd-dp-inner-middle-left .cd-dp-doc {
	padding-top: 10px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle .cd-dp-inner-middle-left .cd-dp-doc > li {
	line-height: 26px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle .cd-dp-inner-middle-right {
	float: right;
	width: 120px;
	height: 120px;
	margin-top: 6px
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-inner-middle .cd-dp-inner-middle-right img {
	width: 120px;
	object-fit: cover
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-address p {
	display: block;
	max-height: none;
	white-space: nowrap
}

#category-dp-container4.category-dp-container .cd-area-con .cd-dp-con > li .cd-dp-inner .cd-dp-address .nodata {
	padding: 15px 0 0
}

.filter {
	margin: 15px 0;
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 10px 15px
}

.filter dl {
	position: relative;
	font-size: 14px;
	border-top: 1px dashed #e4e4e4;
	padding-top: 15px
}

.filter dl:first-child {
	border-top: none
}

.filter dl.depart-all dt {
	top: 25px
}

.filter dl.depart-all .tabs .tab-tit {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e4e4e4
}

.filter dl.depart-all .tabs .tab-tit a {
	font-size: 16px;
	overflow: visible
}

.filter dl.depart-all .tabs .tab-tit a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -1px
}

.filter dl.depart-all .tabs .tab-tit a + a {
	margin-left: 55px
}

.filter dl.depart-all .tabs .tab-tit a.cur {
	color: #600700
}

.filter dl.depart-all .tabs .tab-tit a.cur:before {
	background-color: #600700
}

.filter dl.depart-all .tabs .tab-pannel {
	display: block;
	min-height: 52px;
	overflow: hidden
}

.filter dl.depart-all .tabs .tab-pannel li {
	display: none;
	overflow: hidden;
	padding: 15px 0px;
	text-align: justify;
	width: 100%
}

.filter dl.depart-all .tabs .tab-pannel li:first-child {
	display: block
}

.filter dl dt {
	font-size: 16px;
	height: 24px;
	color: #aeafaf;
	width: 110px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 0;
	transform: translateY(5px)
}

.filter dl dd {
	margin-left: 110px;
	overflow: hidden;
	box-sizing: border-box
}

.filter dl dd a {
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}

.filter dl dd > a, .filter dl dd .tab-pannel a {
	line-height: 24px;
	height: 24px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-top: 5px
}

.filter dl dd > a.gray, .filter dl dd .tab-pannel a.gray {
	background-color: #f8f8f8 !important;
	color: #b9b9b9 !important;
	cursor: default
}

.filter dl dd > a.cur, .filter dl dd .tab-pannel a.cur {
	background-color: #d7d7d7;
	color: #fff;
	padding: 0 8px
}

.filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
	color: #600700
}

.haschosen {
	padding: 15px 100px 15px 110px;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	min-height: 35px
}

.haschosen span, .haschosen .doctor-num {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	position: absolute;
	top: 15px
}

.haschosen span {
	left: 0
}

.haschosen .doctor-num {
	right: 0
}

.haschosen .doctor-num b {
	font-weight: 400;
	color: #600700
}

.haschosen a {
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
	line-height: 30px;
	border-radius: 3px;
	margin-bottom: 4px;
	padding: 0 10px;
	background: #406b71;
	color: #fff
}

.haschosen a:hover {
	background: #600700
}

.haschosen a i {
	font-size: 12px;
	margin-left: 5px
}

.doctor-list-wrap .doctor-list {
	margin-right: -32px
}

.doctor-list-wrap .doctor-list li {
	width: 276px;
	height: 263px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	padding: 19px;
	margin-right: 32px;
	margin-bottom: 30px;
	position: relative;
	transition: all .3s;
	transition: border-color .3s, box-shadow .3s
}

.doctor-list-wrap .doctor-list li:hover {
	border-color: #600700;
	box-shadow: 0px 10px 30px rgba(57, 95, 100, 0.2)
}

.doctor-list-wrap .doctor-list li .detail {
	position: relative;
	height: 122px;
	padding-left: 105px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5
}

.doctor-list-wrap .doctor-list li .detail .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 116px;
	overflow: hidden;
	border-radius: 5px
}

.doctor-list-wrap .doctor-list li .detail .thumb img {
	display: block;
	width: 100%;
	height: 100%
}

.doctor-list-wrap .doctor-list li .detail h2 {
	font-size: 18px
}

.doctor-list-wrap .doctor-list li .detail h2 a {
	color: #600700
}

.doctor-list-wrap .doctor-list li .detail h2 a:hover {
	color: #600700
}

.doctor-list-wrap .doctor-list li .detail .info {
	line-height: 27px
}

.doctor-list-wrap .doctor-list li .detail .info > div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
	font-size: 0
}

.doctor-list-wrap .doctor-list li .detail .info > div.depart-info u, .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
	font-size: 14px
}

.doctor-list-wrap .doctor-list li .detail .info u {
	color: #999
}

.doctor-list-wrap .doctor-list li p {
	color: #666;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.doctor-list-wrap .doctor-list li .code-box {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 32px;
	height: 32px;
	overflow: visible;
	cursor: pointer
}

.doctor-list-wrap .doctor-list li .code-box i {
	font-size: 32px;
	height: 32px;
	color: #a9a9a9;
	line-height: 1;
	transition: color .3s
}

.doctor-list-wrap .doctor-list li .code-box .code {
	display: none;
	position: absolute;
	right: 0;
	top: 1px;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #ccc;
	box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5)
}

.doctor-list-wrap .doctor-list li .code-box .code img {
	display: block;
	margin: 10px
}

.doctor-list-wrap .doctor-list li .code-box .code u {
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 5px;
	background-color: #f2f2f2
}

.doctor-list-wrap .doctor-list li .code-box:hover i {
	color: #600700
}

.doctor-list-wrap .doctor-list li .code-box:hover .code {
	display: block
}

.doctor-details {
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	margin-bottom: 40px;
	margin-top: -30px;
	min-height: 258px
}

.doctor-details > .layout {
	position: relative
}

.doctor-details .doctor-resume {
	padding: 29px 0;
	width: 535px;
	position: relative;
	padding-left: 165px
}

.doctor-details .doctor-resume .doctor-img {
	position: absolute;
	top: 29px;
	left: 0;
	width: 144px;
	height: 200px;
	overflow: hidden
}

.doctor-details .doctor-resume .doctor-img img {
	width: 144px;
	height: 200px
}

.doctor-details .doctor-resume h1 {
	font-size: 28px;
	color: #600700;
	line-height: 44px;
	margin-bottom: 8px
}

.doctor-details .doctor-resume p {
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 0
}

.doctor-details .doctor-resume p i {
	font-size: 16px;
	color: #600700;
	margin-left: 4px;
	position: relative;
	top: 1px
}

.doctor-details .doctor-resume p u {
	color: #999
}

.doctor-details .doctor-resume .good-at {
	line-height: 24px
}

.doctor-details .doctor-code {
	width: 468px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 0;
	min-height: 259px
}

.doctor-details .doctor-code .qr-img {
	width: 233px;
	min-height: 228px;
	border-left: 1px solid #e4e4e4;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding-top: 30px;
	color: #999;
	font-size: 15px;
	display: inline-block
}

.doctor-details .doctor-code .qr-img img {
	width: 157px;
	height: 157px;
	display: block;
	margin: 0 auto 15px
}

.doctor-items .doctor-items-intro {
	font-size: 16px;
	padding-bottom: 15px
}

.doctor-items .inner-list-tit .remark {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
	display: inline-block;
	color: #999
}

.doctor-items .apply-btn {
	width: 90px;
	height: 24px;
	border-radius: 3px;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
	background-color: #600700;
	color: #fff
}

.doctor-items .apply-btn i {
	font-size: 13px;
	opacity: .9
}

.doctor-items .apply-btn:hover {
	background-color: #600700;
	color: #fff
}

.doctor-items .doctor-clinic .clinic-table-wrap {
	min-height: 185px;
	padding-bottom: 15px
}

.doctor-items .doctor-clinic .loading {
	background: url(../images/loadingex.gif) center no-repeat;
	width: 100%;
	height: 138px;
	background-size: 4%;
	display: block
}

.doctor-items .doctor-clinic h3 {
	margin: 20px 0 10px;
	font-weight: normal
}

.doctor-items .doctor-clinic h3 span {
	color: #999
}

.doctor-items .doctor-clinic table tr {
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4
}

.doctor-items .doctor-clinic table tr td:first-child, .doctor-items .doctor-clinic table tr td:last-child {
	width: 99px
}

.doctor-items .doctor-clinic table td {
	height: 68px;
	width: 144px;
	text-align: center;
	border-left: 1px solid #e4e4e4
}

.doctor-items .doctor-clinic table td > div {
	position: relative
}

.doctor-items .week-list {
	position: relative;
	height: 80px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	background-color: #f2f2f2
}

.doctor-items .week-list a {
	position: absolute;
	top: 0;
	width: 99px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #ccc
}

.doctor-items .week-list a i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ccc;
	border-radius: 50%
}

.doctor-items .week-list a:not(.disabled) i {
	border-color: #600700;
	color: #600700
}

.doctor-items .week-list a.disabled {
	color: #ccc;
	cursor: default;
	border-color: #ccc
}

.doctor-items .week-list a.last-wk {
	left: 0
}

.doctor-items .week-list a.next-wk {
	right: 0
}

.doctor-items .week-list .week-wrap {
	overflow: hidden;
	height: 79px;
	width: 1003px;
	margin: 0 auto
}

.doctor-items .week-list .week-wrap ul {
	overflow: hidden;
	border-right: 1px solid #e4e4e4
}

.doctor-items .week-list .week-wrap ul li {
	float: left;
	width: 143px;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	border-left: 1px solid #e4e4e4
}

.doctor-items .week-list .week-wrap ul li:nth-child(7n) {
	width: 144px
}

.doctor-items .tab-pannel-wrap {
	height: 190px
}

.doctor-items .relation-list {
	margin-bottom: 30px
}

.doctor-items .relation-list.relation-paper-list li {
	padding-left: 0
}

.doctor-items .relation-list li {
	width: 48.5%;
	float: left;
	box-sizing: border-box;
	padding: 15px 0;
	padding-left: 113px;
	height: 95px;
	position: relative
}

.doctor-items .relation-list li.nothumb {
	padding-left: 0
}

.doctor-items .relation-list li:nth-child(2n+1) {
	padding-right: 40px;
	border-right: 1px solid #e4e4e4;
	margin-right: 3%
}

.doctor-items .relation-list li .thumb {
	width: 95px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 15px
}

.doctor-items .relation-list li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.doctor-items .relation-list li .thumb:hover img {
	transform: scale(1.2)
}

.doctor-items .relation-list li .thumb i {
	color: #fff;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 26px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	height: 70px;
	background: url(../images/news-slide-mark.png);
	padding: 40px 5px 10px
}

.doctor-items .relation-list li .title {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 18px;
	margin-bottom: 15px;
	color: #666
}

.doctor-items .relation-list li .title:hover {
	color: #600700
}

.doctor-items .relation-list li .mark {
	color: #999
}

.doctor-items .relation-list li .mark u {
	padding: 0 10px;
	font-size: 12px;
	color: #c7c5c5;
	position: relative;
	top: -1px
}

.inner-news-split > .fl {
	width: 860px
}

.inner-news-split > .fr {
	width: 280px
}

.news-list li {
	border-bottom: 1px dashed #cdcdcd;
	padding-top: 25px;
	padding-bottom: 24px;
	height: 150px;
	position: relative
}

.news-list li.hasthumb {
	padding-left: 285px
}

.news-list li.hasthumb .label {
	top: 37px
}

.news-list li:last-child {
	border-bottom: none
}

.news-list li .thumb {
	position: absolute;
	left: 0;
	top: 25px;
	width: 260px;
	height: 150px;
	overflow: hidden
}

.news-list li .thumb img {
	display: block;
	width: 100%;
	height: 100%
}

.news-list li .label {
	height: 24px;
	padding: 0 17px;
	line-height: 24px;
	border-radius: 12px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	background-color: #757070;
	background-color: rgba(51, 51, 51, 0.7);
	position: absolute;
	top: 26px;
	left: 10px
}

.news-list li .title {
	line-height: 26px;
	height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	margin-bottom: 20px
}

.news-list li h2 {
	font-size: 20px;
	margin-bottom: 15px
}

.news-list li h2.nothumb {
	padding-left: 108px
}

.news-list li p {
	color: #797979;
	line-height: 20px;
	margin-bottom: 0
}

.news-list li .info {
	font-size: 13px;
	color: #999;
	line-height: 29px
}

.news-list li .info .mark {
	color: #999
}

.news-list li .info .mark u {
	padding: 0 10px;
	font-size: 12px;
	color: #c7c5c5;
	position: relative;
	top: -1px
}

.news-list li .info .share {
	cursor: pointer;
	position: relative
}

.news-list li .info .share:hover span {
	background: #fff;
	border-color: #ddd
}

.news-list li .info .share:hover .bdsharebuttonbox {
	display: block
}

.news-list li .info .share i {
	margin-right: 5px;
	color: #084ba8
}

.news-list li .info .share span {
	display: block;
	height: 28px;
	position: relative;
	border: 1px solid transparent;
	border-bottom: none;
	padding: 0 10px;
	z-index: 2
}

.news-list li .info .share .bdsharebuttonbox {
	display: none;
	position: absolute;
	right: 0;
	top: 28px;
	z-index: 1;
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	width: 123px
}

.news-list li .info .share .bdsharebuttonbox a {
	display: block;
	float: none;
	font-size: 14px;
	margin-right: 0;
	width: 100%
}

.news-list li .info .share .bdsharebuttonbox a:before {
	content: attr(title);
	margin-left: 5px
}

#l-news-list-wrapper {
	margin-top: 20px
}

#l-news-list-wrapper #common-list-wrapper {
	width: 100%
}

#l-news-list-wrapper #common-list-wrapper .common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information {
	width: 900px
}

#l-news-list-wrapper #common-list-wrapper .common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-information {
	width: 100%
}

#l-news-list-wrapper #common-list-wrapper .common-list-inner.common-list-image .common-news-list {
	margin: 0 -13.333px
}

#l-news-list-wrapper #common-list-wrapper .common-list-inner.common-list-image .common-news-list .common-news-wrapper {
	margin: 0 13.333px 20px
}

#l-news-list-wrapper #common-list-wrapper .common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information {
	width: 1120px
}

#l-news-list-wrapper #common-list-wrapper .common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-title {
	width: 1030px
}

#l-news-list-wrapper #common-list-wrapper .nodata {
	top: 225px
}

#ln-news-list-wrapper {
	margin-top: 20px
}

#ln-news-list-wrapper #common-list-wrapper {
	float: left;
	width: 860px
}

.hot-news-list li {
	padding: 10px 0 9px;
	border-bottom: 1px dashed #cdcdcd
}

.hot-news-list li:last-child {
	border-bottom: none
}

.hot-news-list li a {
	padding-left: 48px;
	position: relative;
	white-space: normal;
	height: 40px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle
}

.hot-news-list li a em {
	position: absolute;
	left: 0;
	top: 4px;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #9a9a9a
}

.hot-news-list li a em.top1 {
	background-color: #ea5501
}

.hot-news-list li a em.top2 {
	background-color: #179ed8
}

.hot-news-list li a em.top3 {
	background-color: #04ca97
}

.video-news-list li + li {
	margin-top: 30px
}

.video-news-list li .thumb {
	width: 280px;
	height: 170px;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 10px
}

.video-news-list li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.video-news-list li .thumb:hover img {
	transform: scale(1.2)
}

.video-news-list li .thumb i {
	color: #fff;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 36px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	height: 70px;
	background: url(../images/news-slide-mark.png);
	padding: 25px 10px 10px
}

.video-news-list li .title {
	height: 40px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle
}

.img-news-list li + li {
	margin-top: 30px
}

.img-news-list li .thumb {
	width: 280px;
	height: 170px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px
}

.img-news-list li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.img-news-list li .thumb:hover img {
	transform: scale(1.2)
}

.img-news-list li .title {
	height: 40px;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle
}

.info-list li, .text-list li, .download-list li {
	padding: 15px 0;
	height: 55px;
	box-sizing: border-box;
	border-bottom: 1px dashed #e4e4e4;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
	font-size: 16px
}

.info-list li:last-child, .text-list li:last-child, .download-list li:last-child {
	border-bottom: none
}

.info-list li a, .text-list li a, .download-list li a {
	display: inline-block;
	max-width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.info-list li span, .text-list li span, .download-list li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 15px
}

.info-list li u, .text-list li u, .download-list li u {
	color: #e8e4e8;
	padding: 0 5px
}

.info-list li a:before {
	content: '•';
	color: #999;
	margin-right: 3px
}

.download-list li:hover a.dl-icon:before {
	color: #600700
}

.download-list li:hover a.dl-icon.doc:before, .download-list li:hover a.dl-icon.docx:before {
	color: #4568a0
}

.download-list li:hover a.dl-icon.xls:before, .download-list li:hover a.dl-icon.xlsx:before {
	color: #378458
}

.download-list li:hover a.dl-icon.ppt:before, .download-list li:hover a.dl-icon.pptx:before {
	color: #db6340
}

.download-list li:hover a.dl-icon.pdf:before {
	color: #e81f05
}

.download-list li:hover a.dl-icon.rar:before {
	color: #ff5056
}

.download-list li:hover a.dl-icon.zip:before {
	color: #a372db
}

.download-list li:hover a.dl-icon.swf:before {
	color: #bb041a
}

.download-list li:hover a.dl-icon.txt:before {
	color: #8fa4b5
}

.download-list li a.download {
	position: absolute;
	border-radius: 3px;
	top: 5px;
	right: 0;
	width: 70px;
	line-height: 24px;
	font-size: 12px;
	background: #600700;
	color: #fff;
	display: inline-block;
	padding: 3px 15px
}

.download-list li a.download:hover {
	background: #600700
}

.download-list li a.download i {
	margin-right: 5px
}

.download-list li a.dl-icon {
	padding-left: 30px;
	position: relative
}

.download-list li a.dl-icon:before {
	left: 0;
	font-size: 22px;
	color: #600700;
	content: "\e663";
	display: block;
	font-family: "iconfont";
	position: absolute;
	top: -7px
}

.download-list li a.dl-icon.doc:before, .download-list li a.dl-icon.docx:before {
	content: "\e667"
}

.download-list li a.dl-icon.xls:before, .download-list li a.dl-icon.xlsx:before {
	content: "\e668"
}

.download-list li a.dl-icon.ppt:before, .download-list li a.dl-icon.pptx:before {
	content: "\e660"
}

.download-list li a.dl-icon.pdf:before {
	content: "\e68f"
}

.download-list li a.dl-icon.rar:before {
	content: "\e665"
}

.download-list li a.dl-icon.zip:before {
	content: "\e661"
}

.download-list li a.dl-icon.swf:before {
	content: "\e7c0"
}

.download-list li a.dl-icon.txt:before {
	content: "\e664"
}

.paper-filter.filter .paper-form {
	border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 20px
}

.paper-filter.filter dl {
	border-top: none
}

.paper-filter.filter dl dt {
	height: 40px;
	line-height: 40px;
	top: 10px
}

.paper-filter.filter dl dd .paper-search {
	position: relative
}

.paper-filter.filter dl dd .paper-search .doctor-name {
	line-height: 40px;
	height: 40px;
	padding: 5px 15px;
	width: 370px;
	border: 1px solid #ddd;
	border-right: none;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.paper-filter.filter dl dd .paper-search .btn {
	width: 80px;
	box-sizing: border-box;
	line-height: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

.paper-filter.filter dl dd .paper-select {
	width: 118px;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	margin-right: 15px
}

.paper-filter.filter dl dd .paper-btn {
	width: 80px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	color: #fff
}

.paper-filter.filter dl dd > a {
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	padding: 0 15px
}

.paper-filter.filter dl dd > a.cur {
	background: #406b71;
	color: #fff
}

.newspaper-list {
	padding: 20px 0;
	margin-left: -1%;
	margin-right: -1%
}

.newspaper-list li {
	float: left;
	width: 14.66%;
	height: 264px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box
}

.newspaper-list li a {
	display: block;
	border: 1px solid #e4e4e4;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden
}

.newspaper-list li a:hover img {
	transform: scale(1.2)
}

.newspaper-list li a .newspaper-list-item-img {
	height: 100%;
	width: 100%
}

.newspaper-list li a .newspaper-list-item-img img {
	display: block;
	transition: transform 1s;
	width: 100%;
	height: 100%
}

.newspaper-list li a span {
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #04a28e;
	background-color: rgba(4, 162, 142, 0.8)
}

.video-list ul {
	margin-left: -0.5%;
	margin-right: -0.5%
}

.video-list ul li {
	width: 24%;
	margin-bottom: 11px;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%
}

.video-list ul li a {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 0 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.video-list ul li .vdimg {
	box-sizing: border-box;
	height: 221px;
	border: 1px solid #c9c9c9;
	padding: 6px;
	display: block;
	font-size: 0;
	line-height: 0;
	position: relative;
	overflow: hidden;
	position: relative
}

.video-list ul li .vdimg i {
	position: absolute;
	bottom: 12px;
	right: 12px;
	background-color: #600700;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	width: 47px;
	height: 47px;
	line-height: 47px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s
}

.video-list ul li .vdimg img {
	width: 100%;
	transition: transform .6s;
	height: 100%
}

.video-list ul li .vdimg > div {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.video-list ul li .vdimg :hover i {
	background-color: #600700
}

.video-list ul li .vdimg :hover img {
	transform: scale(1.1)
}

.imgs-list ul {
	margin-left: -2.5%;
	margin-right: -2.5%
}

.imgs-list ul li {
	float: left;
	width: 28.3%;
	margin: 0 2.5% 25px 2.5%;
	height: 306px
}

.imgs-list ul li .il-link {
	width: 100%;
	display: block;
	position: relative
}

.imgs-list ul li .il-link:hover img {
	transform: scale(1.2)
}

.imgs-list ul li .il-link:hover .il-img:after {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotate(90deg)
}

.imgs-list ul li .il-link:hover .il-img:before {
	opacity: .9;
	filter: alpha(opacity=90)
}

.imgs-list ul li .il-link .il-tit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d7d7d7;
	font-weight: normal
}

.imgs-list ul li .il-link .il-img {
	font-size: 0;
	line-height: 0;
	position: relative;
	height: 237px
}

.imgs-list ul li .il-link .il-img:after, .imgs-list ul li .il-link .il-img:before {
	transition: opacity .48s;
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0)
}

.imgs-list ul li .il-link .il-img:before {
	background-color: #600700;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 5px 5px rgba(148, 148, 148, 0.5)
}

.imgs-list ul li .il-link .il-img:after {
	transition: all .24s ease;
	z-index: 3;
	content: "\e650";
	width: 50px;
	height: 50px;
	line-height: 1;
	font-size: 50px;
	text-align: center;
	color: #fff;
	font-family: "iconfont";
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px
}

.imgs-list ul li .il-link .il-img .il-img-wp {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.imgs-list ul li .il-link .il-img .il-img-wp img {
	width: 100%;
	height: 100%;
	transition: transform 0.68s
}

.imgs-list ul li span {
	font-size: 12px;
	display: block;
	padding-top: 7px;
	color: #999
}

.imgs-list ul li span u {
	color: #e8e4e8;
	margin: 0 5px
}

.imgnews-list ul {
	margin-left: -2.5%;
	margin-right: -2.5%
}

.imgnews-list ul li {
	float: left;
	width: 28.3%;
	margin: 0 2.5% 25px 2.5%;
	height: 277px
}

.imgnews-list ul li .il-link {
	width: 100%;
	display: block;
	position: relative
}

.imgnews-list ul li .il-link:hover img {
	transform: scale(1.2)
}

.imgnews-list ul li .il-link .il-tit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-weight: normal
}

.imgnews-list ul li .il-link .il-img {
	font-size: 0;
	line-height: 0;
	position: relative;
	height: 237px
}

.imgnews-list ul li .il-link .il-img .il-img-wp {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.imgnews-list ul li .il-link .il-img .il-img-wp img {
	width: 100%;
	height: 100%;
	transition: transform 0.68s
}

.imgnews-list ul li span {
	font-size: 12px;
	display: block;
	padding-top: 7px;
	color: #999
}

.imgnews-list ul li span u {
	color: #e8e4e8;
	margin: 0 5px
}

.pic-list ul {
	margin-left: -2.5%;
	margin-right: -2.5%
}

.pic-list ul li {
	float: left;
	width: 28.3%;
	margin: 0 2.5% 40px 2.5%;
	overflow: hidden
}

.pic-list ul li .pl-link {
	position: relative;
	overflow: hidden;
	display: block;
	height: 260px;
	color: #fff
}

.pic-list ul li .pl-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/news-slide-mark.png) center 140px no-repeat;
	content: ''
}

.pic-list ul li .pl-link:hover i {
	transform: translateY(-20px);
	opacity: .8;
	filter: alpha(opacity=80)
}

.pic-list ul li .pl-link:hover .pl-tit span {
	transform: translateY(-20px)
}

.pic-list ul li .pl-link:hover .pl-tit h3 {
	transform: translateY(-20px)
}

.pic-list ul li .pl-link:hover .pl-tit {
	text-align: center;
	bottom: 48px;
	background: none
}

.pic-list ul li .pl-link:hover .pl-img img {
	transform: scale(1.2)
}

.pic-list ul li .pl-link:hover .pl-img:before {
	opacity: .8;
	filter: alpha(opacity=80)
}

.pic-list ul li .pl-link .pl-img {
	font-size: 0;
	line-height: 0;
	position: relative;
	overflow: hidden;
	height: 100%
}

.pic-list ul li .pl-link .pl-img:before {
	background-color: #600700;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.pic-list ul li .pl-link .pl-img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s;
	object-fit: cover
}

.pic-list ul li .pl-tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 15px;
	box-sizing: border-box;
	transition: 0.48s cubic-bezier(0.19, 1, 0.22, 1)
}

.pic-list ul li .pl-tit i {
	font-size: 44px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	filter: alpha(opacity=0);
	opacity: 0
}

.pic-list ul li .pl-tit span {
	display: block;
	font-size: 13px;
	transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transform: translateY(0);
	transition-delay: .1s;
	-webkit-transition-delay: .1s
}

.pic-list ul li .pl-tit h3 {
	text-overflow: ellipsis;
	line-height: 20px;
	font-weight: normal;
	font-size: 16px;
	margin-top: 5px;
	transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transform: translateY(0);
	transition-delay: .15s;
	-webkit-transition-delay: .15s
}

.pictxt-list li {
	position: relative;
	height: 110px;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e4e4e4
}

.pictxt-list li .item-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 165px;
	height: 110px;
	overflow: hidden
}

.pictxt-list li .item-pic img {
	width: 165px;
	height: 110px
}

.pictxt-list li .item-info {
	margin-left: 180px
}

.pictxt-list li .item-info h2 {
	font-size: 20px;
	font-weight: normal
}

.pictxt-list li .item-info p {
	color: #999;
	line-height: 1.5
}

.person-list {
	margin-right: -32px
}

.person-list ul li {
	width: 144px;
	height: 254px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	float: left;
	text-align: center;
	margin-right: 32px;
	margin-bottom: 32px
}

.person-list ul li .thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative
}

.person-list ul li .thumb:hover img {
	transform: scale(1.1)
}

.person-list ul li .thumb img {
	width: 100%;
	height: 200px;
	display: block;
	transition: transform 1s
}

.person-list ul li .tit {
	display: block;
	margin: 10px auto;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.doctor-min-list {
	margin-right: -32px
}

.doctor-min-list li {
	width: 144px;
	height: 290px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	float: left;
	text-align: center;
	margin-right: 32px;
	margin-bottom: 32px;
	transition: border-color .3s, box-shadow .3s
}

.doctor-min-list li:hover {
	box-shadow: 0px 10px 30px rgba(3, 165, 96, 0.2);
	border-color: #600700
}

.doctor-min-list li .thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
	display: block;
	position: relative
}

.doctor-min-list li .thumb:hover img {
	transform: scale(1.1)
}

.doctor-min-list li .thumb img {
	width: 100%;
	height: 200px;
	display: block;
	transition: transform 1s
}

.doctor-min-list li .tit {
	display: block;
	margin: 10px auto;
	line-height: 21px;
	font-size: 16px;
	font-weight: bold;
	color: #600700
}

.doctor-min-list li .tit:after {
	content: '';
	width: 24px;
	height: 2px;
	background-color: #600700;
	display: block;
	margin: 8px auto
}

.doctor-min-list li p {
	color: #999
}

.special-list ul {
	margin-left: -1%;
	margin-right: -1%
}

.special-list ul li {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 25px;
	float: left;
	overflow: hidden
}

.special-list ul li a {
	display: block;
	height: 143px;
	position: relative
}

.special-list ul li a:after {
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #600700;
	transition: .3s ease
}

.special-list ul li a:hover:after {
	width: 100%
}

.special-list ul li a img {
	width: 100%;
	height: 102px;
	display: block
}

.special-list ul li a span {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #d7d7d7;
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.history-journey {
	position: relative
}

.history-journey:after, .history-journey:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	bottom: -15px;
	left: 20px
}

.history-journey:before {
	background-color: #600700
}

.history-journey .history-time {
	font-size: 30px
}

.history-journey .history-detail {
	padding-bottom: 10px;
	background-size: cover;
	margin-left: 35px;
	border-left: 1px solid #999;
	padding-left: 112px;
	box-sizing: border-box
}

.history-journey .history-detail .history-pic {
	background-size: cover;
	position: relative
}

.history-journey .history-detail .history-pic:after {
	content: "";
	background-color: #600700;
	opacity: .9;
	filter: alpha(opacity=90);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.history-journey .history-detail .history-pic h3, .history-journey .history-detail .history-pic img {
	z-index: 2
}

.history-journey .history-detail .history-pic h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	position: relative;
	padding: 20px 270px 20px 20px;
	box-sizing: border-box
}

.history-journey .history-detail .history-pic img {
	position: absolute;
	right: 10px;
	top: -25px;
	width: 150px;
	height: 86px
}

.history-journey .history-detail ul {
	margin-top: 25px
}

.history-journey .history-detail ul li {
	font-size: 16px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 15px;
	line-height: 35px
}

.history-journey .history-detail ul li:after, .history-journey .history-detail ul li:before {
	content: "";
	display: block;
	position: absolute
}

.history-journey .history-detail ul li:after {
	width: 33px;
	height: 33px;
	background: url(../images/history-point.png) center no-repeat;
	top: 0;
	left: -130px
}

.history-journey .history-detail ul li:before {
	width: 70px;
	height: 0px;
	border-bottom: 1px dotted #999;
	top: 17px;
	left: -97px
}

.history-journey .history-detail ul li span {
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	color: #333
}

.leader-list .leader-list-box {
	text-align: center
}

.leader-list .leader-list-box .leader-list-item {
	width: 230px;
	height: 338px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	margin: 22px 22px;
	display: inline-block
}

.leader-list .leader-list-box .leader-list-item:hover img {
	transform: scale(1.2)
}

.leader-list .leader-list-box .leader-list-item a {
	display: block;
	padding: 15px;
	position: relative;
	cursor: default;
	box-sizing: border-box;
	cursor: default
}

.leader-list .leader-list-box .leader-list-item .thumb {
	width: 200px;
	height: 270px;
	overflow: hidden
}

.leader-list .leader-list-box .leader-list-item .thumb img {
	display: block;
	width: 200px;
	height: 270px;
	transition: transform 1s
}

.leader-list .leader-list-box .leader-list-item h2 {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px
}

.leader-list .leader-list-box .leader-list-item h2 b {
	color: #600700;
	padding-right: 5px
}

.leader-list.leader-list1 .leader-list-box .leader-list-item {
	padding: 15px;
	height: 358px
}

.leader-list.leader-list1 .leader-list-box .leader-list-item a {
	height: 100%;
	padding: 0;
	overflow: hidden
}

.leader-list.leader-list1 .leader-list-box .leader-list-item .thumb {
	height: 250px
}

.leader-list.leader-list1 .leader-list-box .leader-list-item .thumb img {
	height: 250px
}

.leader-list.leader-list1 .leader-list-box .leader-list-item .info {
	margin-top: 6px;
	height: 70px
}

.leader-list.leader-list1 .leader-list-box .leader-list-item .info .name {
	font-size: 16px;
	font-weight: 700;
	color: #600700
}

.leader-list.leader-list1 .leader-list-box .leader-list-item .info.long .post {
	margin-top: 5px
}

.leader-list.leader-list1 .leader-list-box .leader-list-item .info .post {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 15px
}

.leader-list .leadership-tit {
	line-height: 50px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px
}

.leader-list .leadership-list-box {
	margin-right: -24px
}

.leader-list .leadership-list-box .leader-list-item {
	width: 180px;
	height: 325px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	margin-right: 24px;
	margin-bottom: 24px;
	float: left
}

.leader-list .leadership-list-box .leader-list-item:hover img {
	transform: scale(1.2)
}

.leader-list .leadership-list-box .leader-list-item a {
	display: block;
	position: relative;
	box-sizing: border-box
}

.leader-list .leadership-list-box .leader-list-item .thumb {
	width: 180px;
	height: 240px;
	overflow: hidden
}

.leader-list .leadership-list-box .leader-list-item .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.leader-list .leadership-list-box .leader-list-item h2 {
	color: #999;
	font-weight: normal;
	margin-top: 10px;
	text-align: center
}

.leader-list .leadership-list-box .leader-list-item h2 b {
	color: #600700;
	padding-right: 5px;
	display: block;
	font-size: 15px
}

.leader-list .leadership-list-box .leader-list-item h2 span {
	display: block;
	line-height: 1.4;
	font-size: 12px;
	margin-top: 5px;
	padding: 0 5px
}

.leader-list .remember-banner {
	position: relative;
	background: url(../images/remember-bg.jpg) right center no-repeat #786051;
	height: 213px;
	margin-top: 15px
}

.leader-list .remember-banner img {
	position: absolute;
	top: 25px;
	left: 25px
}

.leader-list .remember-banner p {
	display: block;
	padding: 25px 500px 0 170px;
	color: #e8d3c5
}

.history-photo ul {
	margin-left: -.5%;
	margin-right: -.5%
}

.history-photo ul li {
	float: left;
	width: 24%;
	margin: 0 .5% 25px .5%
}

.history-photo ul li a, .history-photo ul li span {
	display: block
}

.history-photo ul li a {
	display: block;
	background: #e7e7e7;
	transition: background-color 0.3s, color 0.3s
}

.history-photo ul li a p {
	padding: 15px;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 0
}

.history-photo ul li a .thumb {
	transition: opacity 0.3s;
	overflow: hidden
}

.history-photo ul li a .thumb img {
	width: 100%;
	display: block;
	transition: transform 1s
}

.history-photo ul li a:hover {
	background-color: #600700;
	color: #fff
}

.history-photo ul li a:hover .thumb {
	opacity: .3;
	filter: alpha(opacity=30)
}

.history-photo ul li a:hover .thumb img {
	transform: scale(1.2)
}

.load-more {
	background: #e7e7e7;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.load-more a {
	display: block;
	height: 40px;
	line-height: 40px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s
}

.load-more a:hover {
	background: #ddd
}

.load-more a i {
	margin-right: 5px
}

.load-more a img {
	vertical-align: middle;
	margin-right: 5px
}

.key-list-wrap ul {
	margin-left: -1.5%;
	margin-right: -1.5%
}

.key-list-wrap ul li {
	float: left;
	width: 22%;
	margin: 0 1.5% 25px 1.5%;
	height: 225px;
	transition: border-color .3s, box-shadow .3s;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box
}

.key-list-wrap ul li:hover {
	border-color: #600700;
	box-shadow: 0px 10px 30px rgba(57, 95, 100, 0.2)
}

.key-list-wrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 25px
}

.key-list-wrap ul li a h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px auto;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.key-list-wrap ul li a p {
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	text-align: justify;
	margin-bottom: 20px
}

.key-list-wrap ul li a div {
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	color: #600700
}

.key-list-wrap ul li a div i {
	font-size: 12px
}

.teacher-list-wrap ul {
	margin-left: -1.5%;
	margin-right: -1.5%
}

.teacher-list-wrap ul li {
	float: left;
	width: 22%;
	margin: 0 1.5% 25px 1.5%;
	transition: border-color .3s, box-shadow .3s;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box
}

.teacher-list-wrap ul li:hover {
	border-color: #600700;
	box-shadow: 0px 10px 30px rgba(57, 95, 100, 0.2)
}

.teacher-list-wrap ul li a {
	display: block;
	height: 80px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px
}

.teacher-list-wrap ul li a:after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #600700;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -15px
}

.ranking ul .strong {
	font-weight: bold;
	background-color: #f8f8f8;
	line-height: 50px
}

.ranking ul li {
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
	padding: 0 10px
}

.ranking ul li span {
	display: block;
	float: left
}

.ranking ul li span.No {
	width: 80px
}

.site-map dl {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd
}

.site-map dl dt {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold
}

.site-map dl dd {
	overflow: hidden
}

.site-map dl dd span {
	display: block;
	margin-right: 10px;
	float: left
}

.site-map dl dd span a:after {
	content: "|";
	color: #ddd;
	margin-left: 10px
}

.site-map dl dd span:last-child a:after {
	content: ""
}

.site-map dl dd p {
	overflow: hidden
}

.site-map dl dd strong {
	display: block;
	color: #999
}

#common-list-wrapper .pager {
	text-align: center
}

#common-list-wrapper .pager a, #common-list-wrapper .pager button {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #444
}

#common-list-wrapper .pager a, #common-list-wrapper .pager span, #common-list-wrapper .pager input, #common-list-wrapper .pager button {
	min-width: 40px;
	height: 40px !important;
	line-height: 38px !important;
	padding: 0 5px !important;
	border-radius: 0
}

#common-list-wrapper .pager span, #common-list-wrapper .pager button {
	min-width: 40px;
	line-height: 40px !important
}

#common-list-wrapper .pager a {
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#common-list-wrapper .pager a.cur {
	background-color: #600700;
	border-color: #600700
}

#common-list-wrapper .pager a:hover {
	background-color: #600700;
	color: #fff;
	border-color: #600700
}

#common-list-wrapper .pager a.disabled, #common-list-wrapper .pager a.disabled:hover {
	background-color: #e5e5e5;
	color: #999;
	border-color: #e5e5e5
}

#common-list-wrapper .pager span {
	background-color: #e5e5e5
}

#common-list-wrapper .pager input {
	width: 60px !important;
	padding: 0 0 0 8px !important;
	line-height: 40px !important;
	height: 40px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#common-list-wrapper .pager button {
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#common-list-wrapper .pager button:hover {
	background-color: #600700;
	border-color: #600700;
	color: #fff
}

#common-list-wrapper .pager .pager-prev, #common-list-wrapper .pager .pager-next {
	background-color: #e5e5e5
}

.pager {
	overflow: hidden;
	text-align: right;
	padding: 20px 0 40px
}

.pager a, .pager button {
	background: #f1eff0;
	color: #999
}

.pager a, .pager span, .pager input, .pager button {
	display: inline-block;
	vertical-align: middle;
	line-height: 46px !important;
	height: 46px !important;
	padding: 0 18px !important;
	border-radius: 3px;
	margin-left: 5px;
	box-sizing: border-box
}

.pager a.cur {
	background: #600700;
	color: #fff !important
}

.pager a:hover {
	background: #ddd;
	color: #444
}

.pager a.disabled {
	background: #f1eff0;
	color: #ccc6c6;
	cursor: default
}

.pager a.disabled:hover {
	background: #f1eff0;
	color: #ddd;
	cursor: default
}

.pager span {
	background: #f1eff0
}

.pager input {
	padding-right: 0 !important;
	padding-left: 10px !important;
	width: 72px !important;
	border: 1px solid #e4e4e4
}

.pager button {
	transition: .3s;
	border: none
}

.pager button:hover {
	background-color: #2f4266;
	color: #fff
}

.reader-list .reader-list-item {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px
}

.reader-list .reader-list-item .mark {
	color: #999
}

.reader-list .reader-list-item .reader-question {
	position: relative;
	padding-right: 100px
}

.reader-list .reader-list-item .reader-question .switch-bar {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold
}

.reader-list .reader-list-item .reader-answer {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #ddd
}

.content, .pic-show {
	text-align: justify
}

.content .content-title, .pic-show .content-title {
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	padding: 8px 0;
	color: #555
}

.content .content-title span, .pic-show .content-title span {
	font-size: 14px;
	color: #666
}

.content .news-info, .pic-show .news-info {
	color: #999;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	overflow: hidden
}

.content .news-info .content-mark span, .pic-show .news-info .content-mark span {
	font-size: 14px;
	margin-right: 10px
}

.content .news-info .share a, .pic-show .news-info .share a {
	vertical-align: middle
}

.content .news-info .share span, .pic-show .news-info .share span {
	display: inline-block
}

.content .news-content, .pic-show .news-content {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	text-align: justify
}

.content .news-content img, .pic-show .news-content img {
	max-width: 100% !important;
	display: block;
	margin-right: auto;
	margin-left: auto
}

.content .news-content p, .pic-show .news-content p {
	margin: 0 0 9px !important
}

.content .news-content .keylink, .pic-show .news-content .keylink {
	color: #600700;
	border-bottom: 1px dashed #600700
}

.content .news-content p, .content .news-content span, .content .news-content p span, .pic-show .news-content p, .pic-show .news-content span, .pic-show .news-content p span {
	font-size: 16px;
	line-height: 1.8;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif !important
}

.news-code-wrap {
	text-align: center
}

.news-code-wrap .news-code {
	width: 132px;
	margin: 25px auto
}

.news-code-wrap .news-code p {
	color: #999;
	font-size: 12px
}

.news-code-wrap .news-code img {
	width: 132px;
	height: 132px
}

.page-content .news-content img {
	display: inline-block
}

.news-show > .fl, .video-show > .fl {
	width: 860px
}

.news-show > .fr, .video-show > .fr {
	width: 280px;
	margin-bottom: 50px
}

.news-footer-share {
	text-align: right;
	border-bottom: 3px solid #ccc;
	padding-bottom: 20px
}

.has-right .fox-video {
	min-height: 500px;
	margin-top: 25px
}

.has-right .fox-video .audio-box {
	height: 430px;
	background-size: cover
}

.has-right .fox-video .audio-box .audio-icon {
	height: 400px
}

.relate-document li {
	border-bottom: 1px solid #f2f2f2;
	height: 56px
}

.relate-document li:last-child {
	border: none
}

.relate-document li a {
	display: block;
	line-height: 56px;
	padding-left: 30px;
	padding-left: 60px;
	position: relative;
	font-size: 16px;
	height: 56px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.relate-document li a:after, .relate-document li a:before {
	display: block;
	font-family: "iconfont";
	position: absolute;
	top: 0
}

.relate-document li a:after {
	right: 0;
	color: #999;
	font-size: 18px;
	content: '\e612';
	opacity: 0;
	filter: alpha(opacity=0);
	transition: .3s
}

.relate-document li a:before {
	left: 0;
	font-size: 45px;
	color: #600700;
	content: "\e663"
}

.relate-document li a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

.relate-document li a:hover:before {
	color: #600700
}

.relate-document li a.doc:before, .relate-document li a.docx:before {
	content: "\e667";
	color: #295396
}

.relate-document li a.xls:before, .relate-document li a.xlsx:before {
	content: "\e668";
	color: #378458
}

.relate-document li a.ppt:before, .relate-document li a.pptx:before {
	content: "\e660";
	color: #db6340
}

.relate-document li a.pdf:before {
	content: "\e68f";
	color: #ae222f
}

.relate-document li a.rar:before {
	content: "\e665";
	color: #ff5056
}

.relate-document li a.zip:before {
	content: "\e661";
	color: #a372db
}

.relate-document li a.swf:before {
	content: "\e7c0";
	color: #bb041a
}

.relate-document li a.txt:before {
	content: "\e664";
	color: #8fa4b5
}

.news-mark {
	position: relative;
	line-height: 36px;
	color: #a1a1a1;
	padding-bottom: 20px
}

.news-mark > span {
	margin: 0 10px;
	font-size: 12px;
	position: relative;
	top: -1px
}

.news-mark .back-list {
	height: 68px;
	line-height: 68px;
	text-align: center;
	border-top: 1px solid #e4e4e4
}

.news-mark .back-list .bl-btn {
	display: inline-block;
	width: 140px;
	height: 40px;
	border-radius: 3px;
	background-color: #600700;
	color: #fff;
	text-align: center;
	line-height: 40px
}

.news-mark .back-list .bl-btn:hover {
	background-color: #600700
}

.news-mark .paging {
	height: 37px;
	line-height: 37px;
	border-top: 1px solid #e4e4e4
}

.news-mark .paging a {
	color: #333
}

.news-mark .paging a i {
	margin: 0 15px;
	opacity: .8
}

.news-mark .paging a:hover span {
	color: #600700
}

.related-news li {
	padding: 20px 0;
	padding-left: 153px;
	height: 78px;
	position: relative;
	border-bottom: 1px dashed #e4e4e4
}

.related-news li:last-child {
	border-bottom: none
}

.related-news li.nothumb {
	padding-left: 0
}

.related-news li .thumb {
	width: 132px;
	height: 78px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 20px
}

.related-news li .thumb img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.related-news li .thumb:hover img {
	transform: scale(1.2)
}

.related-news li .thumb i {
	color: #fff;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 26px;
	width: 100%;
	box-sizing: border-box;
	line-height: 1;
	height: 70px;
	background: url(../images/news-slide-mark.png);
	padding: 40px 5px 10px
}

.related-news li .title {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 20px;
	margin-bottom: 15px;
	color: #666
}

.related-news li .title:hover {
	color: #600700
}

.related-news li .mark {
	color: #999
}

.related-news li .mark u {
	padding: 0 10px;
	font-size: 12px;
	color: #c7c5c5;
	position: relative;
	top: -1px
}

.related-doc li {
	height: 100px;
	position: relative;
	padding: 20px 0 20px 90px;
	overflow: hidden;
	border-bottom: 1px dashed #e4e4e4
}

.related-doc li:last-child {
	border: none
}

.related-doc li .doctor-img {
	position: absolute;
	left: 0;
	top: 18px
}

.related-doc li .doctor-img img {
	width: 74px;
	height: 100px
}

.related-doc li h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 8px
}

.related-doc li p {
	height: 75px;
	overflow: hidden;
	font-size: 14px
}

.related-doc li p u {
	color: #999
}

.related-dmt .top-dm {
	overflow: hidden
}

.related-dmt .top-dm h2 {
	font-size: 20px;
	line-height: 36px;
	border-bottom: 1px dashed #e4e4e4;
	font-weight: normal
}

.related-dmt .top-dm p {
	line-height: 1.5;
	margin-top: 10px;
	color: #777
}

.related-dmt .more-dm {
	line-height: 30px;
	font-size: 16px;
	border-top: 1px dashed #e4e4e4;
	margin-top: 5px;
	padding: 10px 0
}

.related-dmt .more-dm a {
	margin-right: 10px;
	border-bottom: 1px dashed transparent;
	padding-bottom: 1px
}

.related-dmt .more-dm a:hover {
	border-bottom-color: #600700
}

.theme-cont {
	display: none;
	position: relative
}

.theme-cont img, .theme-cont a {
	display: block;
	width: 100%
}

.theme-cont.tm-700-140 {
	margin: 0 auto 25px;
	width: 700px
}

.theme-cont.tm-700-140 img {
	height: 140px;
	display: block
}

.theme-cont.tm-244-244 img {
	height: 244px
}

.theme-cont:after {
	content: "推荐";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #600700;
	background-color: rgba(57, 95, 100, 0.75);
	color: #fff
}

.video-show h1 {
	font-size: 24px;
	font-weight: normal
}

.editor-video {
	width: 100%;
	display: block
}

.fox-video {
	width: 100%;
	min-height: 675px;
	margin-top: 25px;
	background: url(../images/black30.png)
}

.fox-video .audio-box {
	height: 690px;
	background-size: cover
}

.fox-video .audio-box .audio-icon {
	color: #fff;
	height: 653px;
	background: url(../images/black30.png);
	position: relative
}

.fox-video .audio-box .audio-icon span {
	padding: 20px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	position: absolute;
	bottom: 0
}

.fox-video .audio-box .audio-icon span:before {
	content: '\e66f';
	font-family: "iconfont";
	font-size: 60px;
	line-height: 60px;
	height: 60px;
	display: block
}

.prism-player .prism-ErrorMessage, .prism-player .prism-cover {
	background-size: cover !important
}

.pic-show h1 {
	font-size: 24px;
	font-weight: normal
}

.pic-show .picinfo {
	line-height: 30px;
	color: #999
}

.pic-show .picinfo .fl span {
	margin-right: 10px
}

.pic-show .picplayer {
	position: relative;
	margin: 15px 0
}

.pic-show .picplayer .view {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-align: center;
	min-height: 400px;
	background: #000
}

.pic-show .picplayer .view img {
	max-width: 100%
}

.pic-show .picplayer .view .loading {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: url(../images/loading.gif) center no-repeat #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px
}

.pic-show .picplayer .imgtxt {
	background: #000;
	color: #fff;
	font-size: 14px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 15px
}

.pic-show .picplayer .prev, .pic-show .picplayer .next {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1
}

.pic-show .picplayer .prev:hover span, .pic-show .picplayer .next:hover span {
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.pic-show .picplayer .prev span, .pic-show .picplayer .next span {
	display: block;
	position: absolute;
	width: 70px;
	height: 96px;
	top: 50%;
	margin-top: -48px;
	text-align: center;
	line-height: 96px;
	font-size: 60px;
	font-family: simsun;
	background: #444;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	text-decoration: none;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s
}

.pic-show .picplayer .prev {
	left: 0px
}

.pic-show .picplayer .prev span {
	left: 0px
}

.pic-show .picplayer .next {
	right: 0px
}

.pic-show .picplayer .next span {
	right: 0px
}

.pic-show .thumbbox {
	height: 97px;
	margin-bottom: 20px;
	position: relative
}

.pic-show .thumbbox .thumblist {
	height: 97px;
	overflow: hidden;
	margin-left: 50px;
	margin-right: 50px;
	white-space: nowrap;
	font-size: 0
}

.pic-show .thumbbox .thumblist ul {
	display: inline-block;
	width: 100%
}

.pic-show .thumbbox .thumblist ul li {
	float: left;
	width: 11.3%;
	height: 100%;
	margin-left: .6%;
	margin-right: .6%;
	overflow: hidden;
	background: #600700
}

.pic-show .thumbbox .thumblist ul li a {
	display: block;
	font-size: 0;
	line-height: 0
}

.pic-show .thumbbox .thumblist ul li a img {
	height: 97px;
	width: 100%;
	display: block
}

.pic-show .thumbbox .thumblist ul li a.cur img {
	opacity: 0.3;
	filter: alpha(opacity=30)
}

.pic-show .thumbbox .prev, .pic-show .thumbbox .next {
	display: block;
	width: 40px;
	height: 97px;
	background: #444;
	color: #fff;
	font-family: simsun;
	text-decoration: none;
	font-size: 40px;
	line-height: 100px;
	text-align: center;
	position: absolute;
	top: 0
}

.pic-show .thumbbox .prev {
	left: 0
}

.pic-show .thumbbox .next {
	right: 0
}

.newspaper-show {
	padding: 20px 0;
	margin-left: -1%;
	margin-right: -1%
}

.newspaper-show li {
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px
}

.newspaper-show li a {
	display: block;
	position: relative;
	background: #000;
	text-align: center;
	overflow: hidden
}

.newspaper-show li a span {
	display: block;
	background: #600700;
	color: #fff;
	line-height: 30px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background 0.3s;
	-webkit-transition: background 0.3s
}

.newspaper-show li a img {
	height: 367px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	opacity: .7;
	filter: alpha(opacity=70)
}

.newspaper-show li a:hover span {
	background-color: #2f4266
}

.newspaper-show li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100)
}

.paper-detail {
	position: relative
}

.paper-detail .paper-pic {
	position: relative;
	padding: 40px 70px;
	width: 850px;
	background: #fff;
	box-sizing: border-box;
	min-height: 1220px;
	margin-right: 350px
}

.paper-detail .paper-pic.article-pic {
	padding: 30px;
	width: 345px;
	border-radius: 10px
}

.paper-detail .paper-pic .area-icon {
	width: 710px;
	position: relative
}

.paper-detail .paper-pic .area-icon img {
	width: 710px;
	display: block
}

.paper-detail .paper-pic .area-icon .area {
	position: absolute;
	opacity: 0;
	background: #04a28e;
	filter: alpha(opacity=0);
	transition: opacity .3s
}

.paper-detail .paper-pic .area-icon .area.cur-area-icon {
	filter: alpha(opacity=30);
	opacity: .3
}

.paper-detail .paper-pic .area-icon .area:hover {
	filter: alpha(opacity=20);
	opacity: .2
}

.paper-detail .paper-pic a.all {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 102px;
	text-align: center;
	color: #fff;
	background: #04a28e;
	box-sizing: border-box;
	padding: 27px 15px;
	transition: background-color .3s
}

.paper-detail .paper-pic a.all:hover {
	background-color: #600700
}

.paper-detail .paper-pic a.all:hover:before {
	color: #600700
}

.paper-detail .paper-pic a.all span {
	position: relative;
	z-index: 1
}

.paper-detail .paper-pic a.all:before {
	content: '\e6a8';
	position: absolute;
	top: 13px;
	color: #04a28e;
	font-family: 'iconfont';
	font-size: 113px;
	line-height: 1;
	left: -22px;
	transition: color .3s
}

.paper-detail .paper-pic a.controll {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 34px;
	background: #04a28e;
	opacity: .65;
	transition: opacity .3s;
	filter: alpha(opacity=0)
}

.paper-detail .paper-pic a.controll:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

.paper-detail .paper-pic a.controll.page-left {
	left: 0
}

.paper-detail .paper-pic a.controll.page-right {
	right: 0
}

.paper-detail .paper-article {
	padding: 20px;
	width: 310px;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden
}

.paper-detail .paper-article .paper-article-item {
	margin-bottom: 20px
}

.paper-detail .paper-article .paper-article-item.cur .h3-title {
	background-color: #04a28e
}

.paper-detail .paper-article .paper-article-item.cur .h3-title:before {
	display: block
}

.paper-detail .paper-article .paper-article-item.cur ul {
	display: block
}

.paper-detail .paper-article .paper-article-item .h3-title {
	width: 100%;
	color: #fff;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	display: block;
	border-radius: 5px;
	background-color: #666;
	box-sizing: border-box;
	font-size: 16px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
	transition: background-color .3s
}

.paper-detail .paper-article .paper-article-item .h3-title span {
	position: relative;
	z-index: 1
}

.paper-detail .paper-article .paper-article-item .h3-title:hover {
	background-color: #600700
}

.paper-detail .paper-article .paper-article-item .h3-title:hover:before {
	color: #600700
}

.paper-detail .paper-article .paper-article-item .h3-title:before {
	content: '\e67d';
	position: absolute;
	top: -1px;
	color: #04a28e;
	font-family: 'iconfont';
	font-size: 52px;
	line-height: 1;
	left: -20px;
	display: none;
	transition: color .3s
}

.paper-detail .paper-article .paper-article-item ul {
	display: none
}

.paper-detail .paper-article .paper-article-item ul li:last-child a {
	border-bottom: none
}

.paper-detail .paper-article .paper-article-item ul li a {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.paper-article-detail .paper-title {
	margin-bottom: 30px
}

.paper-article-detail .paper-title a {
	display: block;
	height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	width: 110px;
	background-color: #600700
}

.paper-article-detail .paper-title a.fl {
	background-color: #04a28e;
	width: 410px
}

.paper-article-detail .paper-title a.fr {
	margin-left: 20px
}

.paper-article-detail .paper-title a:hover {
	background-color: #600700
}

.paper-article-detail .picture-article {
	position: relative
}

.paper-article-detail .picture-article .picture {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
	width: 410px;
	background-color: #fff;
	padding: 26px
}

.paper-article-detail .picture-article .picture .area-icon {
	width: 358px;
	position: relative
}

.paper-article-detail .picture-article .picture .area-icon img {
	width: 358px;
	display: block
}

.paper-article-detail .picture-article .picture .area-icon .area {
	position: absolute;
	opacity: 0;
	background: #04a28e;
	filter: alpha(opacity=0);
	transition: opacity .3s
}

.paper-article-detail .picture-article .picture .area-icon .area.cur-area-icon {
	filter: alpha(opacity=30);
	opacity: .3
}

.paper-article-detail .picture-article .picture .area-icon .area:hover {
	filter: alpha(opacity=20);
	opacity: .2
}

.paper-article-detail .picture-article .picture .list-bar {
	font-size: 16px;
	padding-left: 56px;
	padding-right: 56px;
	position: relative;
	margin: 20px auto;
	height: 28px
}

.paper-article-detail .picture-article .picture .list-bar a {
	position: absolute;
	top: 0
}

.paper-article-detail .picture-article .picture .list-bar a.prev {
	left: 0
}

.paper-article-detail .picture-article .picture .list-bar a.next {
	right: 0
}

.paper-article-detail .picture-article .picture .list-bar span {
	color: #600700;
	font-weight: 700;
	display: block;
	text-align: center
}

.paper-article-detail .picture-article .picture ul li:last-child a {
	border-bottom: none
}

.paper-article-detail .picture-article .picture ul li.cur a {
	color: #600700
}

.paper-article-detail .picture-article .picture ul li a {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.paper-article-detail .picture-article .article {
	padding: 10px 25px 30px;
	width: 750px;
	min-height: 1220px;
	background-color: #fff;
	margin-left: 450px;
	box-sizing: border-box
}

.paper-review {
	margin-right: -30px
}

.paper-review .paper-review-item {
	width: 585px;
	height: 457px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 35px;
	float: left;
	margin-right: 30px
}

.paper-review .paper-review-item .thumb-article {
	margin-bottom: 16px
}

.paper-review .paper-review-item .thumb-article .thumb {
	width: 250px;
	height: 345px;
	overflow: hidden
}

.paper-review .paper-review-item .thumb-article .thumb a {
	display: block
}

.paper-review .paper-review-item .thumb-article .thumb a:hover img {
	transform: scale(1.2)
}

.paper-review .paper-review-item .thumb-article .thumb img {
	display: block;
	width: 250px;
	height: 345px;
	transition: transform .85s
}

.paper-review .paper-review-item .thumb-article .article {
	width: 270px;
	height: 345px;
	overflow: hidden
}

.paper-review .paper-review-item .thumb-article .article a {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 41px;
	line-height: 40px;
	box-sizing: border-box
}

.paper-review .paper-review-item .thumb-article .article a:first-child {
	margin-top: -12px
}

.paper-review .paper-review-item .thumb-article .article a:last-child {
	border-bottom: none
}

.paper-review .paper-review-item .title {
	border-radius: 3px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden
}

.paper-review .paper-review-item .title a {
	display: block;
	background-color: #04a28e;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 100%
}

.paper-review .paper-review-item .title a:hover {
	background-color: #600700
}

.map-search {
	font-size: 0;
	text-align: center
}

.map-search a {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	margin-left: 8px;
	margin-right: 8px
}

.map-search a:hover {
	background-color: #600700;
	border-color: #600700;
	color: #fff
}

.map-box {
	position: relative;
	border: 1px solid #e4e4e4
}

.map-box .map-search-result {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 50px;
	height: 100%;
	z-index: 2
}

.map-box .map-search-result .switch {
	width: 50px;
	height: 200px;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 0;
	background-color: #600700;
	color: #fff;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.09);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}

.map-box .map-search-result .switch:hover {
	background-color: #600700
}

.map-box .map-search-result .switch i {
	margin-top: 5px;
	font-size: 24px;
	opacity: .95
}

.map-box .map-search-result .result-list {
	height: 100%;
	min-width: 1px;
	overflow-y: auto;
	background-color: #fff
}

.map-box .position-map {
	height: 700px
}

.map-box .position-map img {
	max-width: none !important
}

.map-box .position-map input {
	box-sizing: border-box;
	padding: 3px;
	height: 26px !important;
	font-size: 12px;
	vertical-align: middle
}

.map-box .position-map .BMapLib_ap th, .map-box .position-map .BMapLib_ap td {
	padding: 3px
}

.map-box .position-map #BMapLib_is_remember_phone {
	margin-left: 5px
}

.map-box .position-map .BMapLib_SearchInfoWindow, .map-box .position-map .position-map .BMapLib_nav_tab_content li {
	font-family: inherit
}

.map-box .position-map .BMapLib_bubble_title {
	font-weight: bold
}

.map-box .position-map .BMapLib_bubble_content {
	line-height: 2
}

.map-box .position-map .BMapLib_trans {
	top: auto !important
}

.map-box .position-map .BMapLib_sms_declare_phone {
	font-size: 12px
}

.map-box .map-area-tab {
	position: absolute;
	top: 10px;
	left: 50%;
	text-align: center;
	opacity: 0;
	transition: opacity .5s linear 0s;
	-webkit-transition: opacity .5s linear 0s;
	-moz-transition: opacity .5s linear 0s;
	-o-transition: opacity .5s linear 0s
}

.map-box .map-area-tab li {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 16px;
	box-sizing: border-box;
	padding: 1em;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
	background-color: #600700;
	cursor: pointer;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	vertical-align: middle
}

.map-box .map-area-tab li.long-long-name {
	padding: 8px 7px 0
}

.map-box .map-area-tab li.long-name {
	padding: 1em 7px 0
}

.map-box .map-area-tab li.short-name {
	padding: 0;
	line-height: 60px
}

.map-box .map-area-tab li.cur {
	font-weight: 700;
	background-color: #600700
}

.map-box .map-area-tab li:hover {
	background-color: #600700
}

.map-box .map-area-tab li + li {
	margin-left: 10px
}

.floor {
	margin-top: 25px;
	margin-bottom: 25px
}

.floor th, .floor td {
	line-height: 1.8;
	padding: 10px;
	border: 1px solid rgba(57, 95, 100, 0.35)
}

.floor th {
	width: 40px;
	text-align: center;
	background: rgba(57, 95, 100, 0.35);
	font-weight: bold
}

.floor td span {
	margin-left: 20px;
	color: #999
}

.floor td ul {
	overflow: hidden
}

.floor td ul li {
	width: 48%;
	float: left
}

.mixture-box {
	background-color: rgba(245, 245, 245, 0.96);
	height: 488px;
	box-sizing: border-box;
	padding: 40px 0
}

.mixture-box .list-item .list-tit a.fl {
	font-weight: 400
}

.mixture-box .mixture-item {
	width: 370px;
	height: 396px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px
}

.mixture-box .mixture-item .mixture-item-img.loading {
	background: url(../images/loadingex.gif) center no-repeat;
	width: 100%;
	height: 138px;
	background-size: 20%
}

.mixture-box .mixture-item .mixture-item-img .thumb-wrap {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.mixture-box .mixture-item .mixture-item-img .thumb-wrap img {
	transition: transform 1s
}

.mixture-box .mixture-item .mixture-item-img a:hover img {
	transform: scale(1.2)
}

.mixture-box .mixture-item.couple {
	width: 400px
}

.mixture-box .mixture-item.couple .mixture-item-img a span {
	padding-right: 45px
}

.mixture-box .mixture-item.couple .mixture-item-img a:after {
	content: '\e61d';
	font-family: 'iconfont';
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 36px;
	width: 36px;
	height: 36px;
	line-height: 1
}

.mixture-box .mixture-item.fl {
	margin-right: 30px
}

.mixture-box .mixture-item .mixture-item-img {
	margin-bottom: 10px
}

.mixture-box .mixture-item .mixture-item-img a {
	display: block;
	position: relative;
	width: 330px;
	height: 138px;
	color: #fff
}

.mixture-box .mixture-item .mixture-item-img a img {
	display: block;
	width: 100%;
	height: 100%
}

.mixture-box .mixture-item .mixture-item-img a span {
	line-height: 38px;
	height: 66px;
	padding-top: 28px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	background: url(../images/news-slide-mark-small.png) center bottom
}

.mixture-box .mixture-item .mixture-item-img a:first-child {
	margin-right: 22px
}

.mixture-box .mixture-item .mixture-item-img.couple a {
	width: 169px;
	float: left
}

.mixture-box .mixture-item .mixture-item-img.couple a span {
	padding-top: 28px;
	height: 66px;
	background-position-y: center
}

.mixture-box .mixture-item .mixture-item-txt.loading {
	background: url(../images/loadingex.gif) center no-repeat;
	width: 100%;
	height: 132px;
	background-size: 20%
}

.mixture-box .mixture-item .mixture-item-txt a:before {
	content: '•';
	color: #600700;
	margin-right: 3px
}

#sn-detail-wrapper {
	margin-bottom: 40px
}

#sn-detail-wrapper #sn-left-wrapper {
	float: left;
	width: 860px;
	margin-top: 20px
}

#sn-detail-wrapper #common-right-wrapper {
	margin-top: -22px
}

#sn-detail-wrapper #common-right-wrapper .common-list-tit {
	height: 53px
}

#sn-detail-wrapper #common-right-wrapper .common-list-tit .common-list-name {
	font-size: 20px;
	color: #666
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-more {
	display: none
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-list {
	margin-bottom: 30px
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-paper-list, #sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-special-list, #sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-image-list, #sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-video-list {
	margin-top: 25px
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-image-list, #sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-video-list {
	margin-bottom: 43px
}

#sn-detail-wrapper #common-right-wrapper .common-right-list-item .common-right-paper-list {
	margin-bottom: 45px
}

article h1 {
	font-weight: 700;
	font-style: normal;
	color: #555;
	line-height: 46px;
	font-size: 32px;
	text-align: left
}

article .sn-news-info {
	line-height: 46px;
	margin-top: 12px;
	color: #999;
	border-bottom: 1px solid #e4e4e4
}

article .sn-news-info #common-share-wrapper {
	float: right
}

#sn-detail-wrapper .fox-video {
	min-height: 500px
}

#s-detail-container #sn-detail-wrapper .fox-video {
	min-height: 675px
}

#s-detail-container {
	margin-bottom: 40px
}

#s-detail-container #sn-detail-wrapper #sn-left-wrapper {
	float: inherit;
	width: 100%
}

.path-box-list .layout {
	margin-top: 5px;
	height: 35px;
	line-height: 60px;
	color: #999
}

.path-box-list .layout span {
	color: #999
}

.path-box-list .layout a {
	color: #555
}

.path-box-list .layout i {
	font-size: 12px;
	vertical-align: middle;
	padding: 0 5px;
	color: #ccc
}

.common-hos-history {
	height: 420px;
	box-sizing: border-box;
	padding: 60px 0 80px;
	overflow: hidden
}

.common-hos-history .layout {
	position: relative
}

.common-hos-history .layout .common-arrow {
	top: 110px
}

.common-hos-history .layout .common-arrow i {
	color: #fff
}

.common-hos-history .layout .common-arrow.prev {
	left: -70px
}

.common-hos-history .layout .common-arrow.next {
	right: -70px
}

.common-hos-history .layout .slider {
	width: 100%;
	height: 150px
}

.common-hos-history .layout .slider .slider-inner {
	width: 1200px;
	height: 150px;
	margin-bottom: 300px
}

.common-hos-history .layout .slider .slider-inner ul {
	width: 100%;
	height: 100%
}

.common-hos-history .layout .slider .slider-inner ul li {
	float: left;
	width: 282px;
	height: 100%;
	box-sizing: border-box
}

.common-hos-history .layout .slider .slider-inner ul li:first-child {
	width: 249px
}

.common-hos-history .layout .slider .slider-inner ul li + li {
	margin-left: 35px;
	padding-left: 27px;
	border-left: 1px solid #ccc
}

.common-hos-history .layout .slider .slider-inner ul li .time {
	font-family: '思源宋体 CN Heavy', '思源宋体';
	font-size: 28px;
	height: 40px;
	line-height: 40px;
	color: #600700
}

.common-hos-history .layout .slider .slider-inner ul li .detail {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.common-hos-history .layout .slider .slick-dots {
	display: flex;
	bottom: -59px;
	border-bottom: 1px solid #aa9373
}

.common-hos-history .layout .slider .slick-dots:before, .common-hos-history .layout .slider .slick-dots:after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 70px;
	height: 1px;
	background-color: #aa9373
}

.common-hos-history .layout .slider .slick-dots:before {
	left: -70px
}

.common-hos-history .layout .slider .slick-dots:after {
	right: -70px
}

.common-hos-history .layout .slider .slick-dots li {
	flex: 1;
	position: relative;
	top: -9px;
	height: 0;
	background-color: transparent !important;
	text-align: center;
	border-radius: 0;
	margin: 0
}

.common-hos-history .layout .slider .slick-dots li.slick-active:after {
	background-color: #aa9373;
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25)
}

.common-hos-history .layout .slider .slick-dots li:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #aa9373;
	background-color: #fff
}

.common-title-cp {
	font-family: '思源宋体 CN Heavy', '思源宋体';
	font-size: 32px;
	font-weight: 700;
	color: #600700;
	line-height: 1;
	text-align: center;
	margin-bottom: 28px
}

.page-hospital .content {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-indent: 2em
}

.page-hospital .hos-intro {
	padding: 70px 0 0px;
}

.page-hospital .hos-technology {
	height: 370px
}

.page-hospital .hos-technology .left {
	float: left;
	width: 316px;
	height: 400px;
	margin-top: -30px;
	box-sizing: border-box;
	padding: 30px 0 0 30px;
	color: #fff
}

.page-hospital .hos-technology .left .area {
	width: 256px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	margin: 60px 0 10px 0
}

.page-hospital .hos-technology .left .info {
	width: 256px;
	font-size: 14px;
	line-height: 24px
}

.page-hospital .hos-technology .right {
	float: right;
	width: 862px;
	height: 100%
}

.page-hospital .hos-technology .right .common-title-cp {
	color: #fff;
	text-align: left;
	margin: 58px 0 37px 0
}

.page-hospital .hos-technology .right .content {
	color: #fff
}

.page-hospital .hos-scale {
	margin-top: 40px
}

.page-hospital .hos-scale .layout {
	box-sizing: border-box;
	padding: 0 10px
}

.page-hospital .hos-scale .layout .list {
	margin: -10px
}

.page-hospital .hos-scale .layout .list .info {
	position: relative;
	float: left;
	width: 380px;
	height: 260px;
	margin: 10px;
	line-height: 1;
	box-sizing: border-box;
	padding: 22px 20px;
	background-color: #f2f2f2
}

.page-hospital .hos-scale .layout .list .info > * {
	position: relative
}

.page-hospital .hos-scale .layout .list .info img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px
}

.page-hospital .hos-scale .layout .list .info .num {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-size: 18px;
	color: #600700
}

.page-hospital .hos-scale .layout .list .info .num strong {
	position: relative;
	bottom: -2px;
	line-height: 38px;
	font-size: 60px;
	margin-right: 8px
}

.page-hospital .hos-scale .layout .list .info .title {
	font-weight: 700;
	font-size: 18px;
	color: #600700;
	line-height: 24px;
	margin: 11px 0 10px
}

.page-hospital .hos-scale .layout .list .info .title.short-name {
	margin-bottom: 24px
}

.page-hospital .hos-scale .layout .list .info .sorts ul {
	float: left;
	width: 50%;
	line-height: 24px
}

.page-hospital .hos-scale .layout .list .info .sorts ul li {
	font-size: 14px;
	color: #333
}

.page-hospital .hos-wish {
	margin: 60px 0 158px
}

.timeline-container .common-hos-history {
	height: 480px
}

.timeline-container .history-intro {
	margin-top: -60px
}

.timeline-container .history-intro .wrapper {
	position: relative;
	box-sizing: border-box;
	padding: 66px 80px 110px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0980392157)
}

.timeline-container .history-intro .wrapper > * {
	position: relative
}

.timeline-container .history-intro .wrapper img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 418px;
	height: 115px
}

.timeline-container .history-intro .wrapper .start-time {
	position: absolute;
	left: 29px;
	top: 37px;
	font-family: '思源宋体 CN Heavy', '思源宋体';
	font-weight: 700;
	font-size: 32px;
	color: #600700;
	line-height: 1;
	opacity: .2;
	filter: alpha(opacity=20)
}

.timeline-container .history-intro .wrapper .title {
	font-family: '思源宋体 CN Heavy', '思源宋体';
	font-weight: 700;
	font-size: 20px;
	color: #600700;
	line-height: 1
}

.timeline-container .history-intro .wrapper .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 40px;
	height: 2px;
	background-color: #baaa8b
}

.timeline-container .history-intro .wrapper .title + .content {
	margin-top: 35px
}

.timeline-container .history-intro .wrapper .content {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	margin-top: 10px
}

.timeline-container .history-intro .wrapper .content + .title {
	margin-top: 50px
}

.special-dp-container {
	margin-top: 0;
	background-color: #f2f2f2;
	padding: 20px 0 50px
}

.special-dp-container .area-con {
	margin: 0 -10px -20px
}

.special-dp-container .area-con li {
	position: relative;
	float: left;
	width: 285px;
	height: 225px;
	margin: 0 10px 20px
}

.special-dp-container .area-con li:before, .special-dp-container .area-con li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background-color: transparent;
	z-index: 1;
	transition: width .5s linear 0s;
	-webkit-transition: width .5s linear 0s;
	-moz-transition: width .5s linear 0s;
	-o-transition: width .5s linear 0s
}

.special-dp-container .area-con li:before {
	left: 0;
	top: 0
}

.special-dp-container .area-con li:after {
	right: 0;
	bottom: 0
}

.special-dp-container .area-con li:nth-of-type(2n):before, .special-dp-container .area-con li:nth-of-type(2n):after, .special-dp-container .area-con li:nth-of-type(2n) a .list-name, .special-dp-container .area-con li:nth-of-type(2n) a .link-special span, .special-dp-container .area-con li:nth-of-type(2n) a:before, .special-dp-container .area-con li:nth-of-type(2n) a:after {
	background-color: #600700
}

.special-dp-container .area-con li:nth-of-type(2n):hover a {
	color: #600700
}

.special-dp-container .area-con li:nth-of-type(2n+1):before, .special-dp-container .area-con li:nth-of-type(2n+1):after, .special-dp-container .area-con li:nth-of-type(2n+1) a .list-name, .special-dp-container .area-con li:nth-of-type(2n+1) a .link-special span, .special-dp-container .area-con li:nth-of-type(2n+1) a:before, .special-dp-container .area-con li:nth-of-type(2n+1) a:after {
	background-color: #600700
}

.special-dp-container .area-con li:nth-of-type(2n+1):hover a {
	color: #600700
}

.special-dp-container .area-con li:hover:before, .special-dp-container .area-con li:hover:after {
	width: 100%
}

.special-dp-container .area-con li:hover a:before, .special-dp-container .area-con li:hover a:after {
	height: 100%
}

.special-dp-container .area-con li:hover a .link-special {
	color: #fff
}

.special-dp-container .area-con li:hover a .link-special span {
	width: 100%
}

.special-dp-container .area-con li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
	text-align: center
}

.special-dp-container .area-con li a:before, .special-dp-container .area-con li a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 0;
	background-color: transparent;
	z-index: 1;
	transition: height .5s linear 0s;
	-webkit-transition: height .5s linear 0s;
	-moz-transition: height .5s linear 0s;
	-o-transition: height .5s linear 0s
}

.special-dp-container .area-con li a:before {
	top: 0;
	left: 0
}

.special-dp-container .area-con li a:after {
	bottom: 0;
	right: 0
}

.special-dp-container .area-con li a .list-name {
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: background-color .5s linear 0s;
	-webkit-transition: background-color .5s linear 0s;
	-moz-transition: background-color .5s linear 0s;
	-o-transition: background-color .5s linear 0s
}

.special-dp-container .area-con li a .patient-dp-special {
	box-sizing: border-box;
	padding: 0 30px;
	font-size: 14px;
	margin: 12px 0;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.special-dp-container .area-con li a .link-special {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 128px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	color: #555;
	font-size: 12px;
	box-sizing: border-box;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.special-dp-container .area-con li a .link-special span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 0;
	height: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	transition: 0.68s cubic-bezier(0.19, 1, 0.22, 1);
	transition-delay: .1s
}

.special-dp-container .area-con li a .link-special .iconfont {
	margin-right: 5px;
	font-size: 14px;
	position: relative;
	top: 1px
}

.suspend-list li {
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
	overflow: hidden
}

.suspend-list li > h3, .suspend-list li > span {
	float: left
}

.suspend-list li > span {
	width: 35%
}

.suspend-list li > span.fr {
	text-align: right
}

.suspend-list li h3 {
	width: 30%
}

.suspend-list li h3 a, .suspend-list li h3 span {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: normal
}

.suspend-list li h3 a {
	font-size: 16px;
	color: #600700
}

.suspend-list li h3 a:hover {
	color: #600700
}

.suspend-list li:hover {
	border-bottom: 1px dashed #600700
}

.order-search {
	position: relative;
	margin-bottom: 20px
}

.order-search .doctor-name {
	line-height: 45px;
	height: 45px;
	padding: 7px 6px 7px 40px;
	width: 92%;
	border: 1px solid #ddd;
	border-right: none;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.order-search i {
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 10px
}

.order-search .btn {
	width: 8%;
	box-sizing: border-box;
	line-height: 45px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.visit-tabs .tab-pannel {
	display: block
}

.visit-tabs .tab-pannel .visit-dp {
	display: none
}

.visit-tabs .tab-pannel .visit-dp:first-child {
	display: block
}

.visit-tabs .visit-dp {
	margin-bottom: 30px
}

.visit-tabs .visit-dp .visit-title {
	height: 45px;
	line-height: 45px;
	color: #600700;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px
}

.visit-tabs .visit-dp .visit-title i {
	display: inline-block;
	width: 45px;
	height: 45px;
	font-size: 26px;
	background-color: #600700;
	text-align: center;
	color: #fff;
	font-weight: normal;
	margin-right: 16px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.visit-tabs .visit-dp .visit-item {
	margin-bottom: 15px;
	border-bottom: 1px dashed #e5e7ea;
	padding-bottom: 10px
}

.visit-tabs .visit-dp .visit-item:hover .vis-tit {
	color: #600700
}

.visit-tabs .visit-dp .visit-item .vis-tit {
	width: 12%;
	font-size: 18px;
	color: #999
}

.visit-tabs .visit-dp .visit-item .vis-tit i {
	margin-right: 5px;
	font-size: 20px
}

.visit-tabs .visit-dp .visit-item .vis-cont {
	width: 88%
}

.visit-tabs .visit-dp .visit-item .vis-cont li {
	float: left;
	width: 24%;
	box-sizing: border-box;
	padding-left: .6%;
	padding-right: .6%;
	overflow: hidden
}

.visit-tabs .visit-dp .visit-item .vis-cont li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	color: #2f4266;
	display: block
}

.visit-tabs .visit-dp .visit-item .vis-cont li a:hover {
	color: #600700
}

.visit-tabs .visit-dp .visit-item .vis-cont li a u {
	color: #999
}

.visit-tabs .visit-dp .visit-item .vis-cont li a .sign-dp {
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	width: 27px;
	height: 16px;
	line-height: 16px;
	display: inline-block;
	padding-left: 11px;
	box-sizing: border-box;
	background: url(../images/sign-dp_1.png);
	position: relative;
	top: -1px
}

.visit-tabs .visit-dp .visit-item .vis-cont li a .sign-dp.sign-dp_1 {
	background: url(../images/sign-dp_1.png)
}

.visit-tabs .visit-dp .visit-item .vis-cont li a .sign-dp.sign-dp_2 {
	background: url(../images/sign-dp_2.png)
}

.visite-department h3 {
	font-size: 20px
}

.visite-department h3 b {
	color: #264044
}

.visite-department .btn {
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 15px
}

.schedule-doctor-filtrer {
	height: 76px;
	background-color: #fff
}

.schedule-doctor-filtrer .fixed-wrap {
	border-bottom: 1px solid #e4e4e4;
	height: 75px;
	background-color: #fff
}

.schedule-doctor-filtrer .fixed-wrap.fixed {
	position: fixed;
	z-index: 1;
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.02);
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box
}

.schedule-doctor-filtrer .haschosen {
	border-bottom: none
}

.schedule-doctor-filtrer .week-list {
	position: relative;
	margin-right: 68px;
	height: 75px
}

.schedule-doctor-filtrer .week-list a {
	position: absolute;
	top: 0;
	width: 68px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	color: #ccc
}

.schedule-doctor-filtrer .week-list a:not(.disabled) i {
	border-color: #600700;
	color: #600700
}

.schedule-doctor-filtrer .week-list a i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ccc;
	border-radius: 50%
}

.schedule-doctor-filtrer .week-list a.disabled {
	color: #ccc;
	cursor: default;
	border-color: #ccc
}

.schedule-doctor-filtrer .week-list a.last-wk {
	left: -68px
}

.schedule-doctor-filtrer .week-list a.next-wk {
	right: -68px
}

.schedule-doctor-filtrer .week-list .week-wrap {
	overflow: hidden;
	height: 75px;
	width: 476px
}

.schedule-doctor-filtrer .week-list .week-wrap ul {
	overflow: hidden;
	height: 75px
}

.schedule-doctor-filtrer .week-list .week-wrap ul li {
	float: left;
	width: 68px;
	text-align: center;
	padding: 12px 0
}

.schedule-doctor-filtrer .week-list .week-wrap ul li.weekend {
	color: #999
}

.list-schedule {
	position: relative
}

.list-schedule li {
	border-bottom: 1px solid #e4e4e4
}

.list-schedule li .doctor-info {
	padding: 20px 0;
	padding-left: 90px;
	height: 136px;
	position: relative;
	width: 44%;
	box-sizing: border-box
}

.list-schedule li .doctor-info .thumb {
	width: 70px;
	height: 96px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 0
}

.list-schedule li .doctor-info .thumb img {
	width: 70px;
	height: 96px
}

.list-schedule li .doctor-info h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 11px;
	height: 22px
}

.list-schedule li .doctor-info h2 a {
	color: #600700
}

.list-schedule li .doctor-info h2 a:hover {
	color: #600700
}

.list-schedule li .doctor-info h2 span {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	width: 90px;
	height: 22px;
	border-radius: 11px;
	margin-left: 10px;
	background-color: #ef8162;
	text-align: center;
	position: relative;
	top: -2px
}

.list-schedule li .doctor-info p {
	margin-bottom: 0
}

.list-schedule li .doctor-info p span {
	display: block;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.list-schedule li .doctor-info p strong {
	color: #999;
	font-weight: normal
}

.list-schedule li .doctor-clinic {
	width: 612px
}

.list-schedule li .doctor-clinic .loading {
	background: url(../images/loadingex.gif) center no-repeat;
	width: 100%;
	height: 137px;
	background-size: 5%;
	display: block
}

.list-schedule li .doctor-clinic tr {
	padding-right: 68px
}

.list-schedule li .doctor-clinic tr + tr td {
	border-top: 1px solid #e4e4e4
}

.list-schedule li .doctor-clinic td {
	height: 68px;
	width: 11.11%;
	text-align: center
}

.list-schedule li .doctor-clinic td:after {
	content: '';
	width: 0;
	height: 100% \0;
	height: calc(100% + 76px);
	background-color: #f2f2f2;
	position: absolute;
	top: 0px\0;
	top: -76px;
	display: block;
	z-index: -1
}

.list-schedule li .doctor-clinic td:hover:after {
	width: 68px
}

.list-schedule li .doctor-clinic td > div {
	position: relative
}

.department-tab .department-select {
	min-height: 68px
}

.department-tab .department-select li {
	display: none;
	min-height: 60px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-top: 15px;
	overflow: hidden
}

.department-tab .department-select li a {
	line-height: 30px;
	margin-right: 15px;
	white-space: nowrap
}

.department-tab .department-select li a span {
	padding: 3px 8px
}

.department-tab .department-select li a.cur span {
	background: #600700;
	color: #fff
}

.department-tab .department-select li a.cur span:after {
	content: "\e615";
	font-family: "iconfont"
}

.department-tab .department-select li:first-child {
	display: block
}

.question-main .sort {
	border-bottom: 1px solid #ddd
}

.sort a {
	float: left;
	display: block;
	border-bottom: none;
	margin-right: 20px;
	margin-bottom: -3px;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	font-weight: normal
}

.sort h2 a.cur {
	margin-bottom: -1px;
	border-bottom: 3px solid #600700;
	font-weight: bold
}

.sort .btn {
	width: 120px;
	height: 40px;
	line-height: 40px;
	margin-right: 0
}

.question-main > .fl {
	width: 67%
}

.question-main > .fr {
	width: 29%
}

.right-side .list-tit {
	position: relative
}

.right-side .list-tit h2 {
	font-weight: normal
}

.right-side .list-tit h2:before {
	content: '';
	position: absolute;
	width: 32px;
	height: 3px;
	overflow: hidden;
	left: 0;
	bottom: -19px;
	background: #03a560
}

.question-list li {
	overflow: hidden;
	height: 52px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	color: #999;
	position: relative;
	padding-left: 67px
}

.question-list li:before {
	content: '问';
	border-radius: 5px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 28px;
	position: absolute;
	left: 0
}

.col-tit {
	width: 70%;
	float: left
}

.col-tit .tit {
	font-size: 16px;
	display: block
}

.col-info {
	width: 30%;
	float: right;
	text-align: right
}

.col-info span {
	display: block
}

.col-state:before {
	content: "\e61f";
	font-family: "iconfont";
	color: #ccc;
	font-size: 16px;
	margin-right: 5px
}

.col-state.completed:before {
	content: "\e623";
	color: #7cc380
}

.col-cat {
	display: block
}

.col-cat a {
	color: #999
}

.myask-btn {
	margin-bottom: 15px
}

.myask-btn .btn {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 16px
}

.right-popularize .mdc-list a {
	color: #555;
	border-bottom: 1px dotted #e9e4e8;
	height: 39px;
	line-height: 38px;
	box-sizing: border-box;
	display: block;
	transition: all .28s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.right-popularize .mdc-list a:hover {
	color: #17a29b
}

.right-popularize .mdc-list a:before {
	content: "•";
	font-weight: bold;
	color: #c7d5d5;
	margin-right: 5px
}

.right-doctor {
	margin-top: 25px
}

.right-doctor li {
	position: relative;
	min-height: 120px;
	padding-left: 95px;
	margin-bottom: 20px
}

.right-doctor li .doctor-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 116px;
	overflow: hidden
}

.right-doctor li .doctor-img img {
	width: 85px;
	height: 116px
}

.right-doctor li h2 a {
	vertical-align: middle;
	font-size: 16px
}

.right-doctor li h2 span {
	vertical-align: middle;
	background: #600700;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	font-weight: normal;
	margin-left: 10px;
	border-radius: 3px
}

.right-doctor li p {
	color: #666;
	font-size: 13px;
	display: -webkit-box;
	max-height: 92px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	margin-bottom: 0;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.ask-show .ask-tit {
	position: relative;
	height: 52px;
	overflow: hidden;
	padding-left: 62px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}

.ask-show .ask-tit .ask-ico {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #600700;
	width: 52px;
	height: 52px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 52px
}

.ask-show .ask-tit h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	line-height: 1.3;
	margin-bottom: 5px
}

.ask-show .ask-tit .asker-info {
	color: #999
}

.ask-show .ask-tit .asker-info span {
	display: inline-block;
	line-height: 1;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #eee
}

.ask-show .ask-tit .asker-info span:last-child {
	border: none
}

.ask-show .ask-tit .ask-btn {
	position: absolute;
	top: 0;
	right: 0
}

.ask-show .ask-tit .ask-btn .btn {
	width: 230px
}

.ask-content {
	margin-top: 15px
}

.ask-content p {
	margin: 10px auto 15px auto
}

.ask-content i {
	display: block;
	color: #999
}

.ask-content span {
	display: block;
	color: #999
}

.ask-content .ask-reply {
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 15px
}

.ask-content .replay-info {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px
}

.ask-content .replay-info:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.ask-content .replay-info .btn {
	width: 120px;
	margin-top: 15px
}

.similar-ask li {
	float: left;
	width: 33.3%;
	height: 32px;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 15px
}

.similar-ask a {
	line-height: 32px;
	font-size: 15px
}

.similar-ask a:before {
	content: "•";
	font-weight: bold;
	color: #600700;
	margin-right: 5px
}

.ask-form dl {
	position: relative;
	margin-bottom: 10px
}

.ask-form dt {
	line-height: 50px;
	font-size: 16px
}

.ask-form dd {
	position: relative
}

.ask-form dt i {
	display: inline-block;
	width: 30px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	background: #600700;
	color: #fff
}

.ask-form .ask-input {
	padding-right: 365px
}

.ask-form .ask-input textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 5px 8px;
	line-height: 1.5
}

.ask-form .ask-input span {
	display: inline-block;
	margin-bottom: 10px
}

.ask-form .ask-tip {
	position: absolute;
	right: 0;
	top: 0;
	width: 312px;
	padding: 15px;
	background: #fcf1eb;
	border: 1px solid #f9e8e0;
	font-size: 12px;
	line-height: 1.5
}

.ask-form .ask-tip:before, .ask-form .ask-tip:after {
	content: "◆";
	color: #fcf1eb;
	font-family: simsun;
	font-size: 30px;
	line-height: 0;
	position: absolute;
	left: -15px;
	top: 22px
}

.ask-form .ask-tip:before {
	left: -16px;
	color: #f9e8e0
}

.ask-company, .ask-mail {
	width: 490px
}

.ask-input input {
	width: 120px
}

.ask-input .code-warp {
	position: relative
}

.ask-input .code-warp .btn {
	width: 120px
}

.ask-input .code-warp .btn, .ask-input .code-warp .codeimg {
	position: absolute;
	right: 1px;
	top: 1px;
	line-height: 38px;
	height: 38px
}

.ask-form .Validform_checktip {
	margin-left: 48px
}

.ask-form .ask-input .Validform_error {
	border-color: #c00
}

.ask-form .letter-pannel {
	overflow: hidden;
	font-size: 14px;
	background: #F8F8F8;
	border: 1px solid #ddd;
	padding: 15px
}

.ask-form .letter-pannel span {
	float: left;
	width: 10%
}

.ask-form .letter-pannel span a {
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ask-form .letter-pannel span.cur a {
	background: #009d6d;
	color: #fff;
	padding: 0 5px
}

.ask-area .area-tit {
	background: #ddd;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: -2px
}

.ask-area .area-tit a {
	line-height: 40px;
	text-align: center;
	float: left;
	font-weight: bold
}

.ask-area .area-tit a.cur {
	background: #F8F8F8;
	color: #600700
}

.ask-area .area-tit.span2 a {
	width: 50%
}

.ask-area .area-tit.span3 a {
	width: 33.33%
}

.ask-area .area-tit.span4 a {
	width: 25%
}

.ask-area .area-tit.span5 a {
	width: 20%
}

.ask-area .letter-pannel {
	display: none
}

.ask-area .letter-pannel:first-child {
	display: block
}

.ask-question {
	height: 177px
}

.ask-check {
	height: 104px
}

.radio {
	display: inline-block;
	padding: 0 5px;
	margin-left: 5px
}

.radio:before {
	display: inline-block;
	font-family: "iconfont";
	font-size: 19px;
	content: '\e620';
	margin-right: 5px;
	color: #600700;
	vertical-align: middle
}

.radio.checked:before {
	content: '\e61e'
}

.ask-form input.ask-age {
	width: 60px;
	padding: 5px;
	border: 1px solid #ddd
}

.ask-input .sel-age {
	border: 1px solid #ddd
}

.ask-form .ask-phone, .ask-form .ask-code {
	width: 340px
}

.ask-form .btn {
	width: 180px;
	line-height: 46px
}

.add-ask {
	display: none;
	margin-top: 15px
}

.add-ask textarea {
	width: 70%;
	border: 1px solid #ddd;
	padding: 5px 8px;
	line-height: 1.5
}

.login-dialog {
	display: none;
	background: url(../images/black70.png);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

.login-pop {
	background: #fff;
	border-top: 5px solid #600700;
	padding: 10px 30px;
	width: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -250px
}

.pop-tit {
	line-height: 50px;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}

.pop-tit a {
	display: block;
	width: 50%;
	float: left;
	text-align: center
}

.pop-tit a.cur {
	border-bottom: 1px solid #600700;
	margin-bottom: -1px;
	color: #600700
}

.login-dialog .close {
	position: absolute;
	top: 5px;
	right: 10px
}

.login-form p {
	padding: 5px 0;
	overflow: hidden
}

.login-form p .login-input {
	width: 278px
}

.login-form form .btn {
	width: 302px;
	line-height: 40px;
	font-size: 16px;
	display: block
}

.login-form a {
	color: #600700
}

.login-form a:hover {
	color: #600700
}

.login-form .text-center {
	word-spacing: 1em;
	color: #999
}

.login-form .login-qr {
	display: block;
	margin: auto;
	width: 200px;
	height: 200px;
	background: url(../images/loading-gray.gif) center no-repeat
}

.no-login {
	border-top: 1px solid #ddd;
	padding-top: 10px
}

.no-login .btn {
	width: 100%;
	background: #666
}

.no-login .btn:hover {
	background: #888
}

.no-login input {
	width: 278px
}

.guestbook-form {
	width: 500px;
	margin: auto
}

.guestbook-form .ruifox-form .ruifox-form-group {
	margin-bottom: 20px
}

.guestbook-form .ruifox-form input {
	display: block;
	width: 100%
}

.guestbook-form .getcode {
	position: absolute;
	top: 0;
	right: 0
}

.question-list .inner-list-tit .btn {
	width: 160px
}

.ckcode-dialog {
	display: none;
	background: url(../images/black70.png);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

.ckcode-dialog .ckcode-pop {
	background: #fff;
	border-top: 5px solid #600700;
	padding: 10px 30px 30px 30px;
	width: 300px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -250px
}

.ckcode-dialog .ckcode-pop p {
	font-size: 14px;
	line-height: 23px;
	color: #9B9B9B;
	padding-bottom: 0
}

.ckcode-dialog .ckcode-pop h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 50px
}

.ckcode-dialog .ckcode-pop .close {
	position: absolute;
	top: 5px;
	right: 10px
}

.ask-form .msg {
	display: inline-block;
	padding: 50px 100px
}

.ask-form .msg .fl {
	margin-right: 15px
}

.ask-form .msg .msg-info {
	min-width: 650px
}

.ask-form .msg .msg-info h1 {
	font-size: 18px;
	margin-bottom: 15px
}

.ask-form .msg .msg-info h1 i, .ask-form .msg .order-info > i {
	font-weight: normal;
	font-size: 110px;
	line-height: 1.5;
	margin-right: 10px;
	color: #00A539;
	display: block
}

.ask-form .msg .msg-info .red {
	color: #ea5a54
}

.ask-form .msg .msg-info .blue {
	color: #56abe4
}

.ask-form .msg .msg-info a {
	color: #600700;
	font-weight: normal
}

.ask-form .msg .msg-info a:hover {
	color: #600700
}

.ask-form .msg .msg-info .btn {
	width: 120px;
	font-size: 16px;
	line-height: 40px
}

.ask-form .msg .msg-info .btn, .ask-form .msg .msg-info .btn:hover {
	color: #fff
}

.ask-form .msg .msg-link {
	color: #ddd;
	word-spacing: .5em
}

.ask-form .msg .order-info {
	text-align: left;
	border: 1px solid #ddd;
	padding: 20px 100px;
	background: #f8f8f8
}

.ask-form .msg .order-info > i {
	float: left;
	margin-right: 50px;
	line-height: 240px
}

input::-webkit-input-placeholder {
	line-height: normal;
	color: #666
}

input[type="radio"] {
	vertical-align: middle;
	cursor: pointer
}

select {
	cursor: pointer
}

textarea, input[type="text"], input[type="number"], input[type="password"], input[type="search"], select {
	padding: 0 10px;
	line-height: 36px;
	height: 36px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	transition: all .3s;
	vertical-align: middle;
  /* border-radius: 4px; */
	display: inline-block;
	font-size: 14px;
	background-image: none;
	box-sizing: border-box
}

textarea:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, select:focus {
	border-color: #600700;
	outline: 0
}

.form-loading {
	background: url(../images/loadingex.gif) center no-repeat;
	width: 100%;
	height: 138px;
	background-size: 5%
}

.radio {
	display: inline-block;
	padding: 0 5px;
	margin-left: 5px
}

.radio:before {
	display: inline-block;
	font-family: "iconfont";
	font-size: 19px;
	content: '\e620';
	margin-right: 5px;
	color: #600700;
	vertical-align: middle
}

.radio.checked:before {
	content: '\e61e'
}

.ruifox-form-title {
	text-align: center;
	color: #600700;
	margin-bottom: 20px;
	font-size: 24px
}

.ruifox-form-info {
	border-radius: 4px;
	border: 1px solid #ffe58f;
	background-color: #fffbe6;
	margin-bottom: 20px;
	color: #777;
	line-height: 1.5;
	padding: 8px 15px
}

.ruifox-form {
	font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-variant: tabular-nums;
	line-height: 40px
}

.ruifox-form input, .ruifox-form select, .ruifox-form button, .ruifox-form btn {
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 4px
}

.ruifox-form.ruifox-form-application input[type="radio"] {
	vertical-align: middle;
	cursor: pointer
}

.ruifox-form.ruifox-form-application select {
	cursor: pointer
}

.ruifox-form.ruifox-form-application textarea {
	width: 80%
}

.ruifox-form .text-hidden {
	font-size: 0
}

.ruifox-form input.code {
	padding-right: 140px
}

.ruifox-form input.code + .code-img {
	position: absolute;
	right: 1px;
	top: 1px
}

.ruifox-form input.code + .code-img img {
	cursor: pointer;
	display: block;
	height: 38px
}

.ruifox-form input.laydate {
	padding-right: 40px;
	background-image: url(../images/datebg.png);
	background-size: 7%;
	background-position: center right;
	background-repeat: no-repeat
}

.ruifox-form .btn {
	padding: 0 15px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	background-image: none;
	text-align: center;
	white-space: nowrap;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	min-width: 80px
}

.ruifox-form .btn.disabled {
	background: #ddd !important;
	cursor: default
}

.ruifox-form .btn:hover {
	color: #600700;
	background-color: #fff;
	border-color: #600700
}

.ruifox-form .btn.btn-primary {
	color: #fff;
	background-color: #600700;
	border-color: #600700;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045)
}

.ruifox-form .btn.btn-primary:hover {
	background-color: #426e74;
	border-color: #426e74
}

.ruifox-form .label {
	text-align: right;
	vertical-align: middle;
	line-height: 39.9999px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap
}

.ruifox-form .label.hide-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.ruifox-form .Validform_checktip {
	display: block;
	line-height: 30px;
	min-height: 30px;
	color: #aaa
}

.ruifox-form .Validform_checktip:before {
	font-family: "iconfont";
	color: #007fd1;
	font-size: 18px;
	margin-right: 5px
}

.ruifox-form .Validform_checktip.Validform_wrong {
	color: #ec5645;
	font-size: 14px
}

.ruifox-form .Validform_checktip.Validform_wrong:before {
	color: #ec5645
}

.ruifox-form .Validform_checktip.Validform_right {
	color: #71b83d;
	font-size: 14px
}

.ruifox-form .Validform_checktip.Validform_right:before {
	color: #71b83d
}

.ruifox-form .img-preview {
	overflow: hidden;
	margin-top: 10px
}

.ruifox-form .img-preview li {
	float: left;
	padding: 10px;
	background: #f4f4f4;
	margin-right: 10px
}

.ruifox-form .img-preview li img {
	width: 80px;
	height: 80px
}

.ruifox-form .img-preview li span {
	display: block;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ruifox-form-group {
	margin-bottom: 5px;
	vertical-align: middle
}

.ruifox-form-group.required .label:before {
	display: inline-block;
	margin-right: 4px;
	content: '*';
	font-family: SimSun;
	line-height: 1;
	color: #c50c11
}

.ruifox-form-group .control {
	position: relative
}

.ruifox-form-group .control ul li {
	display: inline-block;
	margin-right: 10px
}

.ruifox-form-group .control textarea {
	min-height: 120px;
	resize: vertical
}

.ruifox-form-group .control.control-code {
	width: 30%
}

.ruifox-form-group .control.control-code #code-img {
	width: 100%
}

.ruifox-form-group .label label:after {
	content: ':';
	margin: 0 8px 0 2px;
	position: relative;
	top: -0.5px
}

.ruifox-form-inline .ruifox-form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 16px
}

.ruifox-form-inline .ruifox-form-group > .label, .ruifox-form-inline .ruifox-form-group > .control {
	display: inline-block;
	vertical-align: middle
}

.ruifox-form-vertical .ruifox-form-group {
	padding-bottom: 8px
}

.ruifox-form-vertical .ruifox-form-group > .label, .ruifox-form-vertical .ruifox-form-group > .control {
	margin: 0;
	display: block;
	text-align: left;
	line-height: 1.5
}

.ruifox-form-vertical .ruifox-form-group > .label {
	padding: 0 0 8px
}

.ruifox-form-horizontal .ruifox-form-group {
	padding-bottom: 0;
	margin-bottom: 5px
}

.ruifox-form-horizontal .ruifox-form-group:after {
	clear: both;
	display: table;
	content: ''
}

.ruifox-form-horizontal .ruifox-form-group > .label {
	float: left;
	width: 16.66666667%;
	padding-right: 30px
}

.ruifox-form-horizontal .ruifox-form-group > .control {
	float: left;
	width: 58.33333333%
}

.ruifox-form-horizontal .ruifox-form-group > .control.control-code {
	width: 20%
}

.ruifox-form-horizontal .ruifox-form-group > .control.col-offset {
	margin-left: 16.66666667%
}

.uploader-wrap .uploader {
	cursor: pointer;
	position: relative;
	display: inline-block
}

.uploader-wrap .uploader .uploader-button {
	padding-bottom: 8px
}

.uploader-wrap .uploader .uploader-button > div {
	width: 100%;
	height: 100%
}

.uploader-wrap .uploader .uploader-button i {
	position: relative;
	top: 2px;
	margin-right: 4px
}

.uploader-wrap .uploader .uploader-button input {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0
}

.uploader-wrap .upload-list {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative
}

.uploader-wrap .upload-list:after {
	position: absolute;
	top: -18px;
	left: 18px;
	content: '已上传文件';
	background-color: #fff;
	padding: 5px 8px
}

.uploader-wrap .upload-list .upload-list_item {
	margin-top: 8px;
	font-size: 14px;
	height: 44px;
	line-height: 34px;
	display: block;
	position: relative;
	padding: 5px;
	padding-left: 39px
}

.uploader-wrap .upload-list .upload-list_item:hover {
	background-color: #f8f8f8
}

.uploader-wrap .upload-list .upload-list_item.error {
	color: #cc0909
}

.uploader-wrap .upload-list .upload-list_item .info-text {
	position: absolute;
	top: 5px;
	left: 5px;
	line-height: 34px;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 0
}

.uploader-wrap .upload-list .upload-list_item .upload-list_item_name {
	display: inline-block;
	padding: 0 15px
}

.uploader-wrap .upload-list .upload-list_item .upload-list_item_progress {
	font-weight: normal;
	color: rgba(57, 95, 100, 0.5);
	padding: 0 10px;
	position: relative;
	top: 1px
}

.uploader-wrap .upload-list .upload-list_item .upload-list_item_delete {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 10px;
	height: 16px;
	width: 16px;
	opacity: 1;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #888;
	background-color: #f8f8f8
}

.uploader-wrap .upload-list .upload-list_item .upload-list_item_delete:hover {
	border-color: #cc0909;
	background-color: #cc0909;
	color: #fff
}

.uploader-wrap .upload-tip {
	font-size: 12px;
	opacity: .6;
	margin-bottom: 10px
}

.reader-form .col-4 {
	width: 30%;
	float: left;
	margin-right: 3%
}

.reader-form .col-4.ruifox-form-group {
	height: 110px
}

.reader-form .col-4.ruifox-form-group input[type="text"], .reader-form .col-4.ruifox-form-group select {
	height: 36px;
	line-height: 36px
}

.reader-form .col-4 .Validform_checktip {
	margin-left: 0
}

.ruifox-form-group .nc-container {
	min-height: 40px
}

.ruifox-form-group .nc-container .nc_scale {
	height: 40px
}

.ruifox-form-group .nc-container .nc_scale span {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	line-height: 40px
}

.ruifox-form-group .nc-container .nc_scale .scale_text {
	line-height: 40px
}

.clinic-form .form-item {
	display: inline-block;
	min-height: auto;
	margin-right: 4px;
	vertical-align: middle
}

.clinic-form .form-item .form-input .department-select {
	position: relative
}

.clinic-form .form-item .form-input .select-input, .clinic-form .form-item .form-input .btn {
	width: 112px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	overflow: hidden;
	border-radius: 15px;
	border: none;
	display: block;
	color: #fff;
	text-align: left;
	cursor: pointer;
	padding: 0 16px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.2)
}

.clinic-form .form-item .form-input a.select-input {
	padding-right: 27px
}

.clinic-form .form-item .form-input .select-input i {
	margin-left: 8px;
	position: relative;
	top: 1px;
	right: 10px;
	opacity: .4;
	filter: aplha(opacity=40);
	transform: scale(1.25);
	position: absolute
}

.clinic-form .form-item .form-input .btn {
	background-color: #ff8400
}

.clinic-form .form-item .form-input .btn i {
	margin-right: 5px
}

.clinic-form .form-item .form-input .btn:hover {
	background-color: #e67700
}

.clinic-form .form-item .form-input select::-ms-expand {
	display: none
}

.clinic-form .form-item .form-input select.select-input {
	padding-right: 30px;
	background-image: url(../images/select-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none
}

.clinic-form .form-item .form-input select.select-input option {
	color: #666
}

.regform {
	margin-top: 40px
}

.regform > .fl, .regform > .fr {
	width: 49%;
	height: 360px
}

.regform > .fr {
	border-left: 1px solid #ddd
}

.regform > .fr p {
	font-size: 16px;
	margin-left: 35px;
	margin-top: 35px
}

.regform .ruifox-form-horizontal .ruifox-form-group {
	margin-bottom: 15px
}

.regform .input-medium {
	display: block;
	width: 100%
}

.regform .input-medium#ckcode {
	padding-right: 120px
}

.regform #code_img {
	width: 110px;
	height: 34px;
	position: absolute;
	right: 2px;
	top: 3px;
	cursor: pointer
}

.regform .getcode {
	height: 38px;
	line-height: 38px;
	position: absolute;
	right: 1px;
	top: 1px
}

.regform .weixin-info span {
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
	height: 44px;
	margin-right: 5px
}

.regform .weixin-info .headimg img {
	width: 44px;
	height: 44px;
	border-radius: 5px
}

.regform .login {
	color: #600700
}

.member-subweb .logo-row {
	border-bottom: 1px solid #600700
}

.member-subweb .member-box {
	margin-top: 25px
}

.member-subweb .member-box > .fl, .member-subweb .member-box > .fr {
	min-height: 600px
}

.member-subweb .member-box > .fl {
	width: 18%;
	border-right: 1px solid #ddd
}

.member-subweb .member-box > .fr {
	width: 78%
}

.member-subweb .member-menu ul {
	border-top: 1px solid #ddd;
	padding: 10px 0
}

.member-subweb .member-menu ul li {
	line-height: 35px
}

.member-subweb .member-menu ul li a {
	display: block;
	padding: 0 10px
}

.member-subweb .member-menu ul li a.cur, .member-subweb .member-menu ul li a:hover {
	background: #600700;
	color: #fff
}

.member-subweb .member-menu ul li a.cur i, .member-subweb .member-menu ul li a:hover i {
	color: #fff
}

.member-subweb .member-menu ul li a i {
	width: 20px;
	text-align: center;
	font-size: 18px;
	margin-right: 10px;
	color: #600700
}

.member-subweb .Validform_checktip {
	display: inline
}

.member-subweb .Validform_checktip:before {
	content: "\e61a"
}

.member-subweb .member-info {
	padding-bottom: 15px
}

.member-subweb .member-info i {
	color: #ccc;
	margin: auto 2px;
	font-size: 22px;
	font-weight: normal
}

.member-subweb .member-info i.authed {
	color: #600700
}

.member-subweb .data-filter {
	padding-bottom: 10px
}

.member-subweb .data-filter input, .member-subweb .data-filter .btn, .member-subweb .data-filter select {
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 4px;
	line-height: 34px;
	height: 34px;
	width: 120px
}

.member-subweb .data-filter .btn {
	min-width: 110px
}

.member-subweb .data-filter .data-filter-item {
	margin-right: 10px
}

.member-subweb .data-filter .datatime {
	width: 110px
}

.member-subweb .data-list {
	margin-top: 18px
}

.member-subweb .data-list table {
	width: 100%
}

.member-subweb .data-list table tr {
	line-height: 24px;
	border-bottom: 1px solid #f2f2f2
}

.member-subweb .data-list table tr:hover td {
	background: #f9f9f9
}

.member-subweb .data-list table tr th {
	background: #eceff4;
	padding: 8px 10px;
	font-weight: bold
}

.member-subweb .data-list table tr td {
	padding: 8px 10px
}

.member-subweb .data-list table tr td:last-child {
	color: #ccc;
	word-spacing: .5em
}

.member-subweb .data-list table .price {
	color: #f90
}

.member-subweb .data-list table .red {
	color: #ea5a54
}

.member-subweb .data-list table .blue {
	color: #54a0ea
}

.member-subweb .data-list table .orange {
	color: #e49548
}

.member-subweb .data-list table .green {
	color: #63b98c
}

.member-subweb .data-list table .disabled {
	color: #ddd;
	cursor: default
}

.member-subweb .data-list table .handle {
	width: 20%
}

.member-subweb .data-list table td a {
	color: #600700
}

.member-subweb .data-list table td a:hover {
	text-decoration: underline
}

.member-subweb .list-tit h2 {
	font-size: 18px
}

.list-show {
	margin-bottom: 10px
}

.list-show h3 {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px
}

.list-show li {
	line-height: 34px
}

.list-show li:hover {
	background: #f4f4f4
}

.list-show li label {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	color: #999
}

.list-show li a {
	display: inline
}

.list-show .btn {
	width: 120px;
	line-height: 46px;
	margin-top: 20px
}

.nodata {
	color: #ccc;
	padding: 100px 0 50px
}

.nodata i {
	font-size: 100px;
	line-height: 1
}

.nodata span {
	display: block;
	font-size: 16px
}

.report {
	border: 1px solid #e4e4e4;
	margin: 20px 0
}

.report th {
	font-weight: bold;
	padding: 10px 10px
}

.report td {
	padding: 5px 10px
}

.report-head {
	font-size: 15px
}

.report-head span {
	color: #a6a4a4
}

.report-info tr {
	border-bottom: 1px solid #e4e4e4
}

.report-info tr:hover {
	background-color: #f9f9f9
}

.report .report-tit {
	background-color: #eceff4 !important;
	color: #797979
}

#common-list-wrapper .common-list-tit, #common-right-wrapper .common-list-tit {
	height: 56px;
	line-height: 46px;
	border-bottom: 1px solid #e4e4e4
}

#common-list-wrapper .common-list-tit .common-list-name, #common-right-wrapper .common-list-tit .common-list-name {
	font-size: 28px;
	color: #444;
	font-weight: 700;
	margin: 0
}

#common-list-wrapper .common-list-tit a, #common-right-wrapper .common-list-tit a {
	color: #333;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-list-wrapper .common-list-tit a:hover, #common-right-wrapper .common-list-tit a:hover {
	color: #600700 !important
}

#common-list-wrapper .common-list-tit a:hover i, #common-right-wrapper .common-list-tit a:hover i {
	color: #600700
}

#common-list-wrapper .common-list-tit a i, #common-right-wrapper .common-list-tit a i {
	margin-right: 4px;
	font-weight: normal;
	color: #666;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-list-wrapper .common-list-tit a.common-cur, #common-right-wrapper .common-list-tit a.common-cur {
	color: #600700
}

#common-list-wrapper .common-list-tit a.common-cur i, #common-right-wrapper .common-list-tit a.common-cur i {
	color: #600700
}

#common-list-wrapper .common-list-tit a.common-list-order-time, #common-list-wrapper .common-list-tit a.common-list-order-times, #common-right-wrapper .common-list-tit a.common-list-order-time, #common-right-wrapper .common-list-tit a.common-list-order-times {
	position: relative;
	top: 2px
}

#common-list-wrapper .common-list-tit a.common-list-order-time i, #common-list-wrapper .common-list-tit a.common-list-order-times i, #common-right-wrapper .common-list-tit a.common-list-order-time i, #common-right-wrapper .common-list-tit a.common-list-order-times i {
	font-size: 16px
}

#common-list-wrapper .common-list-tit a + a, #common-right-wrapper .common-list-tit a + a {
	margin-left: 16px
}

#common-list-wrapper .common-list-tit > span, #common-right-wrapper .common-list-tit > span {
	float: right;
	line-height: 1;
	margin-top: 9px
}

#common-list-wrapper .common-list-tit > span span, #common-right-wrapper .common-list-tit > span span {
	display: inline-block;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #600700;
	line-height: 28px;
	text-align: center;
	background-color: transparent;
	cursor: pointer
}

#common-list-wrapper .common-list-tit > span span .iconfont, #common-right-wrapper .common-list-tit > span span .iconfont {
	font-size: 20px;
	color: #600700
}

#common-list-wrapper .common-list-tit > span span + span, #common-right-wrapper .common-list-tit > span span + span {
	margin-left: 10px
}

#common-list-wrapper .common-list-tit > span span.common-cur, #common-right-wrapper .common-list-tit > span span.common-cur {
	background-color: #600700
}

#common-list-wrapper .common-list-tit > span span.common-cur .iconfont, #common-right-wrapper .common-list-tit > span span.common-cur .iconfont {
	color: #fff
}

#common-right-wrapper .common-list-tit .common-list-name {
	font-size: 20px;
	line-height: 40px
}

.noprint #common-share-wrapper .common-share-print {
	display: none
}

.nomobile #common-share-wrapper .common-news-mobile {
	display: none
}

.noshare #common-share-wrapper .common-news-share {
	display: none
}

.onlyshare #common-share-wrapper .common-share-print, .onlyshare #common-share-wrapper .common-news-mobile {
	display: none
}

#common-share-wrapper .common-share-print, #common-share-wrapper .common-news-mobile, #common-share-wrapper .common-news-share {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

#common-share-wrapper .common-share-print > i.iconfont, #common-share-wrapper .common-news-mobile > i.iconfont, #common-share-wrapper .common-news-share > i.iconfont {
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 20px;
	color: #555;
	cursor: pointer;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-share-wrapper .common-share-print {
	margin-right: 1px
}

#common-share-wrapper .common-share-print:hover .iconfont {
	color: #600700
}

#common-share-wrapper .common-share-print .iconfont {
	font-size: 20px;
	color: #555;
	line-height: 17px;
	padding-right: 7px;
	border-right: 1px solid #e4e4e4;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-share-wrapper .common-news-mobile {
	padding-right: 10px;
	border-right: 1px solid #e4e4e4
}

#common-share-wrapper .common-news-mobile > i.iconfont:hover {
	color: #600700
}

#common-share-wrapper .common-news-mobile > i.iconfont:hover + .common-news-mobile-qr-code {
	max-height: none;
	opacity: 1;
	padding: 9px 9px 0;
	border: 1px solid #e4e4e4
}

#common-share-wrapper .common-news-share {
	z-index: inherit !important
}

#common-share-wrapper .common-news-share:hover:before {
	content: "";
	display: block
}

#common-share-wrapper .common-news-share:hover .common-list-share {
	max-height: none;
	opacity: 1;
	border: 1px solid #e4e4e4;
	padding: 5px 10px 2px
}

#common-share-wrapper .common-news-share:hover > span, #common-share-wrapper .common-news-share:hover > i.iconfont {
	color: #600700
}

#common-share-wrapper .common-news-share:before {
	content: "";
	display: none;
	position: absolute;
	left: -30px;
	top: -7px;
	width: 97px;
	height: 10px;
	background-color: transparent
}

#common-share-wrapper .common-news-share > span {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-left: 6px;
	vertical-align: bottom;
	cursor: pointer;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-share-wrapper .common-news-mobile-qr-code, #common-share-wrapper .common-list-share {
	max-height: 0;
	position: absolute;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
	transition: max-height .5s, opacity .5s;
	-webkit-transition: max-height .5s, opacity .5s;
	-moz-transition: max-height .5s, opacity .5s;
	-o-transition: max-height .5s, opacity .5s
}

#common-share-wrapper .common-news-mobile-qr-code {
	left: -60px;
	bottom: 20px
}

#common-share-wrapper .common-news-mobile-qr-code .common-news-mobile-notice {
	font-size: 14px;
	color: #555;
	line-height: 30px;
	margin-top: -3px;
	text-align: center
}

#common-share-wrapper .common-news-mobile-qr-code img {
	width: 120px;
	height: 120px
}

#common-share-wrapper .common-list-share {
	width: 75px;
	left: -30px;
	bottom: 25px
}

#common-share-wrapper .common-list-share .title {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e4e4e4
}

#common-share-wrapper .common-list-share .bdsharebuttonbox a {
	background-image: none !important;
	background-position: 0% 0% !important;
	float: none !important;
	padding-left: 0 !important;
	width: 100% !important;
	height: 24px !important;
	margin: 0 !important
}

#common-share-wrapper .common-list-share a {
	display: block;
	line-height: 24px
}

#common-share-wrapper .common-list-share a:hover span {
	color: #600700
}

#common-share-wrapper .common-list-share a .iconfont {
	font-size: 20px;
	left: 1px
}

#common-share-wrapper .common-list-share a:nth-of-type(1) .iconfont {
	color: #46bb36
}

#common-share-wrapper .common-list-share a:nth-of-type(2) .iconfont {
	color: #ea5d5c
}

#common-share-wrapper .common-list-share a:nth-of-type(3) .iconfont {
	color: #f2a141
}

#common-share-wrapper .common-list-share a span {
	position: relative;
	z-index: -1;
	font-size: 12px;
	color: #333;
	padding-left: 10px;
	vertical-align: top;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-bottom-share {
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px
}

#common-bottom-share #common-share-wrapper {
	float: right
}

#common-bottom-share #common-share-wrapper .common-news-mobile {
	display: none
}

.common-list-inner {
	width: 100%
}

.common-list-inner .common-news-list {
	width: 100%
}

.common-list-inner .common-news-list .common-news-wrapper {
	position: relative;
	box-sizing: border-box;
	transition: height .5s, box-shadow .5s;
	-webkit-transition: height .5s, -webkit-box-shadow .5s;
	-moz-transition: height .5s, -moz-box-shadow .5s;
	-o-transition: height .5s, -o-box-shadow .5s
}

.common-list-inner .common-news-list .common-news-wrapper > * {
	position: absolute
}

.common-list-inner .common-news-list .common-news-wrapper #common-share-wrapper .common-share-print {
	display: none
}

.common-list-inner .common-news-thumb {
	width: 280px;
	height: 158px;
	overflow: hidden
}

.common-list-inner .common-news-thumb:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.common-list-inner .common-news-thumb img {
	width: 280px;
	height: 158px;
	object-fit: cover;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.common-list-inner .common-news-title {
	display: block;
	max-height: 52px;
	font-weight: 700;
	color: #555;
	line-height: 26px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.common-list-inner .common-news-title:hover {
	color: #600700
}

.common-list-inner .common-news-time, .common-list-inner .common-news-comefrom {
	font-size: 14px;
	color: #999;
	line-height: 16px
}

#common-list-wrapper {
	position: relative;
	min-height: 600px
}

#common-list-wrapper .nodata {
	position: absolute;
	left: 0;
	right: 0;
	top: 300px;
	padding: 0
}

.common-list-inner.common-list-image {
	margin-top: 30px
}

.common-list-inner.common-list-image .common-news-list {
	width: auto;
	margin: 0 -5px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper {
	float: left;
	width: 280px;
	height: 326px;
	margin: 0 5px 20px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper:hover {
	-moz-box-shadow: 0px 0px 10px rgba(57, 95, 100, 0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(57, 95, 100, 0.4);
	box-shadow: 0px 0px 10px rgba(57, 95, 100, 0.4)
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper:hover .common-news-information {
	border-bottom-color: #600700
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-thumb {
	left: 0;
	top: 0;
	z-index: 3
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-information {
	top: 205px;
	right: 20px;
	width: 240px;
	height: 68px;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	z-index: 1;
	transition: border-bottom-color .5s linear 0s;
	-webkit-transition: border-bottom-color .5s linear 0s;
	-moz-transition: border-bottom-color .5s linear 0s;
	-o-transition: border-bottom-color .5s linear 0s
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-information .common-news-title {
	font-size: 18px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-information .common-news-content {
	display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-time {
	left: 20px;
	bottom: 16px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-time .news-time-title {
	display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-comefrom {
	left: 20px;
	bottom: 135px;
	color: #600700;
	z-index: 2
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-comefrom:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 22px;
	height: 1px;
	background-color: #600700
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper .common-news-comefrom .common-news-comefrom-title {
	display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper {
	right: 20px;
	bottom: 15px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-mobile {
	padding-right: 5px;
	border-right: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-share:before {
	content: "";
	left: -40px;
	top: -9px
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-share > span {
	display: none
}

.common-list-inner.common-list-image .common-news-list .common-news-wrapper #common-share-wrapper .common-news-share .common-list-share {
	left: -35px
}

.common-list-inner.common-list-imgtxt {
	margin-top: 10px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper {
	width: 100%;
	height: 178px;
	padding-top: 20px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper + .common-news-wrapper {
	margin-top: 20px;
	border-top: 1px dashed #e4e4e4
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-thumb {
	left: 0;
	top: 20px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information {
	top: 20px;
	right: 0;
	width: 560px;
	max-height: 110px;
	overflow: hidden
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information .common-news-title {
	font-size: 20px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-information .common-news-content {
	max-height: 60px;
	font-size: 14px;
	color: #797979;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 0;
	margin: 18px 0 0;
	overflow: hidden
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-time {
	left: 300px;
	bottom: 2px
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper .common-news-comefrom {
	left: 432px;
	bottom: 2px;
	padding-left: 10px;
	border-left: 1px solid #e4e4e4
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper #common-share-wrapper {
	right: 0;
	bottom: 0
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-thumb {
	display: none
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-information {
	width: 100%
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-time {
	left: 0
}

.common-list-inner.common-list-imgtxt .common-news-list .common-news-wrapper.common-news-wrapper-nothumb .common-news-comefrom {
	left: 132px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper {
	width: 100%;
	height: 100px;
	border-bottom: 1px dashed #e4e4e4
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-thumb {
	display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information {
	top: 38px;
	right: 0;
	width: 100%
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-content {
	display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time {
	right: 0;
	bottom: 40px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time .common-news-time-title {
	display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-comefrom, .common-list-inner.common-list-text .common-news-list .common-news-wrapper #common-share-wrapper {
	display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper:hover .common-news-time {
	border-color: #600700
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper:hover .common-news-time .common-news-time-ym, .common-list-inner.common-list-text .common-news-list .common-news-wrapper:hover .common-news-time .common-news-time-day {
	color: #600700
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information {
	top: 20px;
	right: 0;
	width: 780px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-title {
	width: 678px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-information .common-news-content {
	display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time {
	left: 0;
	bottom: 20px;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: 1px solid #600700;
	text-align: center;
	transition: border-color .5s linear 0s;
	-webkit-transition: border-color .5s linear 0s;
	-moz-transition: border-color .5s linear 0s;
	-o-transition: border-color .5s linear 0s
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time .common-news-time-ym {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 20px;
	margin-top: 4px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time .common-news-time-line {
	display: none
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-time .common-news-time-day {
	display: block;
	font-size: 28px;
	color: #600700;
	line-height: 28px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper .common-news-comefrom {
	display: block;
	left: 80px;
	bottom: 20px
}

.common-list-inner.common-list-text .common-news-list .common-news-wrapper #common-share-wrapper {
	display: block;
	right: 0;
	bottom: 20px
}

#common-right-wrapper {
	float: right;
	width: 280px
}

#common-right-wrapper .common-right-list-item {
	width: 100%
}

#common-right-wrapper .common-right-list-item .common-more {
	font-size: 14px;
	color: #666;
	margin: 0
}

#common-right-wrapper .common-right-list-item .common-more:hover {
	color: #600700
}

#common-right-wrapper .common-right-list-item .common-more .iconfont {
	font-size: 19px;
	color: #600700;
	vertical-align: middle;
	margin: 0 0 0 7px
}

#common-right-wrapper .common-right-list-item .common-right-list {
	margin-top: 15px;
	margin-bottom: 35px
}

#common-right-wrapper .common-right-list-item .common-right-list li {
	height: 60px;
	line-height: 60px
}

#common-right-wrapper .common-right-list-item .common-right-list li a {
	display: inline-block;
	height: 100%
}

#common-right-wrapper .common-right-list-item .common-right-list li a:hover .common-right-news-title {
	color: #600700
}

#common-right-wrapper .common-right-list-item .common-right-list li a .common-right-news-order {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: #999;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	text-align: center
}

#common-right-wrapper .common-right-list-item .common-right-list li a .common-right-news-title {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 240px;
	max-height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	overflow: hidden;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-right-wrapper .common-right-list-item .common-right-list li + li {
	border-top: 1px dashed #e4e4e4
}

#common-right-wrapper .common-right-list-item .common-right-list li:nth-of-type(1) a .common-right-news-order {
	background-color: #ea5406
}

#common-right-wrapper .common-right-list-item .common-right-list li:nth-of-type(2) a .common-right-news-order {
	background-color: #199ed8
}

#common-right-wrapper .common-right-list-item .common-right-list li:nth-of-type(3) a .common-right-news-order {
	background-color: #0c9
}

#common-right-wrapper .common-right-list-item .common-right-paper-list, #common-right-wrapper .common-right-list-item .common-right-special-list, #common-right-wrapper .common-right-list-item .common-right-image-list, #common-right-wrapper .common-right-list-item .common-right-video-list {
	width: 100%;
	margin-top: 30px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a, #common-right-wrapper .common-right-list-item .common-right-special-list li a, #common-right-wrapper .common-right-list-item .common-right-image-list li a, #common-right-wrapper .common-right-list-item .common-right-video-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a:hover img, #common-right-wrapper .common-right-list-item .common-right-special-list li a:hover img, #common-right-wrapper .common-right-list-item .common-right-image-list li a:hover img, #common-right-wrapper .common-right-list-item .common-right-video-list li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a img, #common-right-wrapper .common-right-list-item .common-right-special-list li a img, #common-right-wrapper .common-right-list-item .common-right-image-list li a img, #common-right-wrapper .common-right-list-item .common-right-video-list li a img {
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a .common-right-news-tit, #common-right-wrapper .common-right-list-item .common-right-special-list li a .common-right-news-tit, #common-right-wrapper .common-right-list-item .common-right-image-list li a .common-right-news-tit, #common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#common-right-wrapper .common-right-list-item .common-right-paper-list {
	margin-bottom: 50px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li {
	float: left;
	width: 130px;
	height: 176px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li + li {
	margin-left: 20px
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a {
	border: 1px solid #e4e4e4
}

#common-right-wrapper .common-right-list-item .common-right-paper-list li a .common-right-news-tit {
	height: 34px;
	line-height: 34px;
	background-color: rgba(57, 95, 100, 0.4)
}

#common-right-wrapper .common-right-list-item .common-right-special-list li {
	width: 100%;
	height: 158px
}

#common-right-wrapper .common-right-list-item .common-right-special-list li + li {
	margin-top: 30px
}

#common-right-wrapper .common-right-list-item .common-right-special-list li a img.common-right-special-image {
	width: 280px;
	height: 102px
}

#common-right-wrapper .common-right-list-item .common-right-special-list li a .common-right-news-tit {
	height: 56px;
	line-height: 56px;
	background-color: #600700
}

#common-right-wrapper .common-right-list-item .common-right-image-list, #common-right-wrapper .common-right-list-item .common-right-video-list {
	margin-bottom: 45px
}

#common-right-wrapper .common-right-list-item .common-right-image-list li, #common-right-wrapper .common-right-list-item .common-right-video-list li {
	width: 100%
}

#common-right-wrapper .common-right-list-item .common-right-image-list li + li, #common-right-wrapper .common-right-list-item .common-right-video-list li + li {
	margin-top: 25px
}

#common-right-wrapper .common-right-list-item .common-right-image-list li a, #common-right-wrapper .common-right-list-item .common-right-video-list li a {
	height: auto
}

#common-right-wrapper .common-right-list-item .common-right-image-list li a .common-right-news-img, #common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-img {
	position: relative;
	width: 100%;
	height: 158px;
	overflow: hidden
}

#common-right-wrapper .common-right-list-item .common-right-image-list li a .common-right-news-tit, #common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-tit {
	position: inherit;
	max-height: 40px;
	line-height: 20px;
	color: #555;
	text-align: left;
	margin-top: 5px;
	overflow: hidden
}

#common-right-wrapper .common-right-list-item .common-right-video-list li a .common-right-news-img:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: -webkit-linear-gradient(top, transparent, #000);
	background: -o-linear-gradient(bottom, transparent, #000);
	background: -moz-linear-gradient(bottom, transparent, #000);
	background: linear-gradient(to bottom, transparent, #000);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#00000000', endColorstr='#FF000000')
}

#common-right-wrapper .common-right-list-item .common-right-video-list li a i {
	position: absolute;
	top: 106px;
	right: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.pager {
	overflow: hidden;
	text-align: center
}

.pager a, .pager button {
	border: 1px solid rgba(204, 204, 204, 0.5)
}

.pager a, .pager span, .pager input, .pager button {
	display: inline-block;
	vertical-align: middle;
	min-width: 38px;
	line-height: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	margin-left: 5px
}

.pager span, .pager button {
	min-width: 40px;
	line-height: 40px;
	padding: 0 16px
}

.pager a {
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.pager a.cur {
	background-color: #600700;
	color: #fff !important
}

.pager a:hover {
	background-color: #600700;
	color: #fff
}

.pager a.disabled, .pager a.disabled:hover {
	background-color: rgba(204, 204, 204, 0.5);
	color: #999;
	cursor: default
}

.pager span {
	background-color: rgba(204, 204, 204, 0.5)
}

.pager input {
	width: 60px;
	padding: 0 0 0 8px;
	line-height: 40px;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pager button {
	border: none;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.pager button:hover {
	background-color: #600700;
	color: #fff
}

.pager .pager-prev, .pager .pager-next {
	background-color: rgba(204, 204, 204, 0.5)
}

#common-news-detail-content {
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	overflow: hidden
}

#common-news-detail-content img {
	max-width: 100% !important
}

#common-news-detail-content div {
	text-indent: 0 !important
}

#common-news-detail-content .keylink {
	border-bottom: 1px dashed #ccc
}

#common-news-qrcode {
	text-align: center;
	margin-top: 20px
}

#common-news-qrcode p {
	font-size: 12px;
	color: #999
}

#common-news-qrcode img {
	width: 132px;
	height: 132px
}

#related-file {
	margin-top: 35px;
	margin-bottom: 50px
}

#related-file ul {
	margin-top: 13px
}

#related-file ul li {
	border-bottom: 1px solid #e4e4e4;
	height: 60px;
	line-height: 60px
}

#related-file ul li:last-child {
	border: none
}

#related-file ul li a {
	position: relative;
	display: block;
	padding-left: 65px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

#related-file ul li a:after, #related-file ul li a:before {
	position: absolute;
	top: 0;
	font-family: "iconfont"
}

#related-file ul li a:before {
	left: 0;
	font-size: 48px;
	color: #600700;
	content: "\e663";
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

#related-file ul li a:hover:before {
	color: #937768
}

#related-file ul li .doc:before, #related-file ul li .docx:before {
	content: "\e667";
	color: #4568a0
}

#related-file ul li .xls:before, #related-file ul li .xlsx:before {
	content: "\e668";
	color: #378458
}

#related-file ul li .ppt:before, #related-file ul li .pptx:before {
	content: "\e660";
	color: #db6340
}

#related-file ul li .pdf:before {
	content: "\e68f";
	color: #e81f05
}

#related-file ul li .rar:before {
	content: "\e665";
	color: #ff5056
}

#related-file ul li .zip:before {
	content: "\e661";
	color: #a372db
}

#related-file ul li .swf:before {
	content: "\e7c0";
	color: #bb041a
}

#related-file ul li .txt:before {
	content: "\e664";
	color: #8fa4b5
}

.common-related-list-tit {
	height: 20px;
	line-height: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e4e4
}

.common-related-list-tit .common-related-title {
	line-height: 20px;
	color: #666;
	height: 20px;
	margin-bottom: 18px;
	position: relative;
	font-size: 20px
}

.common-related-list-tit .common-related-title span {
	font-weight: normal
}

.common-related-list-tit .common-related-title.cur:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 32px;
	height: 5px;
	background-color: #600700
}

.common-related-list-tit .common-related-tab-tit {
	display: block;
	color: #555
}

.common-related-list-tit .common-related-tab-tit a {
	display: inline-block;
	line-height: 20px;
	color: #666;
	font-weight: normal;
	height: 20px;
	font-size: 16px;
	margin-right: 21px;
	position: relative;
	margin-bottom: 18px;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.common-related-list-tit .common-related-tab-tit a:after {
	height: 5px;
	width: 32px;
	bottom: -19px;
	left: 0;
	position: absolute;
	content: ''
}

.common-related-list-tit .common-related-tab-tit a:last-child {
	margin-right: 0
}

.common-related-list-tit .common-related-tab-tit a.cur {
	color: #600700
}

.common-related-list-tit .common-related-tab-tit a.cur:after {
	background-color: #600700
}

#related-list-wrap {
	position: relative;
	margin-top: 35px
}

.common-title {
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4
}

.common-title > *:first-child {
	font-weight: 700;
	font-size: 20px;
	color: #666
}

.common-title a.fr {
	font-size: 14px;
	color: #666
}

.common-title a.fr .iconfont {
	font-size: 20px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle
}

.common-title a {
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.common-title a:hover {
	color: #600700 !important
}

.party-subweb a:hover {
	color: #c50c11
}

.party-subweb .container a:hover {
	color: #c50c11 !important
}

.party-subweb .party-news-left a:hover {
	color: #ff0 !important
}

.party-subweb .subweb-header .subnav {
	background: linear-gradient(135deg, rgba(205, 48, 52, 0.95) 0%, rgba(228, 159, 110, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#F2CD3034', endColorstr='#F2E49F6E')
}

.party-subweb .subweb-header .logo-row .subweb-title {
	color: #ffffcc;
	background: linear-gradient(135deg, #f33 0%, #fc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#FFFF3333', endColorstr='#FFFFCC00')
}

.party-subweb .subweb-header .logo-row .subweb-title:hover {
	background: linear-gradient(135deg, #ff0f0f 0%, #f0c000 100%)
}

.party-subweb .subweb-header .logo-row .subweb-title:before {
	border-right-color: #f33
}

.party-subweb .subweb-header .logo-row .subweb-title-simple {
	color: #c50c11
}

.party-subweb .subweb-header .logo-row .search .change-wrap .keyword {
	border: 1px solid #c50c11
}

.party-subweb .subweb-header .logo-row .search .change-wrap .keyword:focus {
	box-shadow: 0 0 3px 0px rgba(197, 12, 17, 0.1)
}

.party-subweb .subweb-header .logo-row .search .change-wrap .search-submit {
	background-color: #c50c11
}

.party-subweb .subweb-header .logo-row .search .change-wrap .search-submit:hover {
	background-color: #eb0e14
}

.party-subweb .subweb-header .logo-row .search .virtual-button:hover {
	background-color: #c50c11
}

.party-subweb .subweb-header .logo-row .gohome-bar:hover {
	background-color: #c50c11
}

.party-subweb .subweb-header .subweb-nav {
	background-color: #c50c11;
	background-color: rgba(197, 12, 17, 0.85)
}

.party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li .hover-menu-wrap .hover-menu > a:hover {
	background-color: rgba(197, 12, 17, 0.085)
}

.party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li.cur > a {
	position: relative
}

.party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li.cur > a:after {
	content: '';
	background-color: #ff0;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0
}

.party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li > a:hover {
	position: relative
}

.party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li > a:hover:after {
	content: '';
	background-color: #ff0;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0
}

.party-subweb .list-item .list-tit a.fl:hover {
	color: #c50c11
}

.party-subweb .list-item .list-tit a.fl:after {
	background-color: #c50c11;
	height: 5px;
	width: 32px;
	bottom: -18px;
	left: 0;
	position: absolute;
	content: ''
}

.party-subweb .list-item .list-tit a.more:after {
	color: #c50c11
}

.party-subweb .list-item .list-tit .tab-tit a.cur:after {
	background-color: #c50c11
}

.party-subweb .inner-list-item .inner-list-tit a.fl i {
	color: #c50c11
}

.party-subweb .inner-list-item .inner-list-tit a.fl:hover {
	color: #c50c11
}

.party-subweb .inner-list-item .inner-list-tit a.fl:after {
	background-color: #c50c11
}

.party-subweb .inner-list-item .inner-list-tit a.more:after {
	color: #c50c11
}

.party-subweb .inner-list-item .inner-list-tit .tab-tit a.cur:after {
	background-color: #c50c11
}

.party-subweb .second-nav-wrap h1 {
	color: #c50c11
}

.party-subweb .second-nav-wrap .second-nav {
	background: rgba(239, 237, 229, 0.95)
}

.party-subweb .second-nav-wrap .second-nav-list {
	border-top-color: rgba(213, 209, 209, 0.95)
}

.party-subweb .second-nav-wrap .second-nav-list ul li a {
	color: #666
}

.party-subweb .second-nav-wrap .second-nav-list ul li:hover a {
	color: #c50c11
}

.party-subweb .second-nav-wrap .second-nav-list ul li.cur:after {
	background-color: #c50c11
}

.party-subweb .pager a.cur {
	background: #c50c11
}

.party-subweb .pager button:hover {
	background-color: #c50c11
}

.party-subweb .construction-item .const-item-txt a:before, .party-subweb .lecture-item .lect-item-txt a:before {
	color: #c50c11
}

.party-subweb .special-box .home-special li a:hover {
	border-color: #c50c11;
	box-shadow: 0px 10px 10px rgba(197, 12, 17, 0.2);
	color: #fff
}

.party-subweb .special-box .home-special li a .tit {
	background: #f8f8f8
}

.party-subweb .news-footer-share {
	border-bottom-color: #c50c11
}

.party-subweb .video-list ul li .vdimg i {
	background-color: #c50c11
}

.party-subweb .cate-text-list li a:before {
	color: #c50c11
}

.party-subweb .content .news-content .keylink {
	color: #c50c11;
	border-bottom-color: #c50c11
}

.youth-subweb a:hover {
	color: #084ba8
}

.youth-subweb .container a:hover {
	color: #084ba8 !important
}

.youth-subweb .party-news-left a:hover {
	color: #ff0 !important
}

.youth-subweb .subweb-header .subnav {
	background: linear-gradient(135deg, rgba(8, 75, 168, 0.95) 0%, rgba(75, 130, 202, 0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#F2084BA8', endColorstr='#F24B82CA')
}

.youth-subweb .subweb-header .logo-row .subweb-title {
	color: #eaf0f9;
	background: linear-gradient(135deg, #084ba8 0%, #4b82ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=1, startColorstr='#FF084BA8', endColorstr='#FF4B82CA')
}

.youth-subweb .subweb-header .logo-row .subweb-title:hover {
	background: linear-gradient(135deg, #063c86 0%, #3f7ac7 100%)
}

.youth-subweb .subweb-header .logo-row .subweb-title:before {
	border-right-color: #084ba8
}

.youth-subweb .subweb-header .logo-row .subweb-title-simple {
	color: #084ba8
}

.youth-subweb .subweb-header .logo-row .search .change-wrap .keyword {
	border: 1px solid #084ba8
}

.youth-subweb .subweb-header .logo-row .search .change-wrap .keyword:focus {
	box-shadow: 0 0 3px 0px rgba(8, 75, 168, 0.1)
}

.youth-subweb .subweb-header .logo-row .search .change-wrap .search-submit {
	background-color: #084ba8
}

.youth-subweb .subweb-header .logo-row .search .change-wrap .search-submit:hover {
	background-color: #0a5ccf
}

.youth-subweb .subweb-header .logo-row .search .virtual-button:hover {
	background-color: #084ba8
}

.youth-subweb .subweb-header .logo-row .gohome-bar:hover {
	background-color: #084ba8
}

.youth-subweb .subweb-header .subweb-nav {
	background-color: #084ba8;
	background-color: rgba(8, 75, 168, 0.85)
}

.youth-subweb .subweb-header .subweb-nav .subweb-nav-ul > li .hover-menu-wrap .hover-menu > a:hover {
	background-color: rgba(8, 75, 168, 0.085)
}

.youth-subweb .list-item .list-tit a.fl:hover {
	color: #084ba8
}

.youth-subweb .list-item .list-tit a.fl:after {
	background-color: #084ba8;
	height: 5px;
	width: 32px;
	bottom: -18px;
	left: 0;
	position: absolute;
	content: ''
}

.youth-subweb .list-item .list-tit a.more:after {
	color: #084ba8
}

.youth-subweb .list-item .list-tit .tab-tit a.cur:after {
	background-color: #084ba8
}

.youth-subweb .inner-list-item .inner-list-tit a.fl i {
	color: #084ba8
}

.youth-subweb .inner-list-item .inner-list-tit a.fl:hover {
	color: #084ba8
}

.youth-subweb .inner-list-item .inner-list-tit a.fl:after {
	background-color: #084ba8
}

.youth-subweb .inner-list-item .inner-list-tit a.more:after {
	color: #084ba8
}

.youth-subweb .inner-list-item .inner-list-tit .tab-tit a.cur:after {
	background-color: #084ba8
}

.youth-subweb .second-nav-wrap h1 {
	color: #084ba8
}

.youth-subweb .second-nav-wrap .second-nav {
	background: rgba(239, 237, 229, 0.95)
}

.youth-subweb .second-nav-wrap .second-nav-list {
	border-top-color: rgba(213, 209, 209, 0.95)
}

.youth-subweb .second-nav-wrap .second-nav-list ul li a {
	color: #666
}

.youth-subweb .second-nav-wrap .second-nav-list ul li:hover a {
	color: #084ba8
}

.youth-subweb .second-nav-wrap .second-nav-list ul li.cur:after {
	background-color: #084ba8
}

.youth-subweb .pager a.cur {
	background: #084ba8
}

.youth-subweb .pager button:hover {
	background-color: #084ba8
}

.youth-subweb .construction-item .const-item-txt a:before, .youth-subweb .lecture-item .lect-item-txt a:before {
	color: #084ba8
}

.youth-subweb .special-box .home-special li a:hover {
	border-color: #084ba8;
	box-shadow: 0px 10px 10px rgba(8, 75, 168, 0.2);
	color: #fff
}

.youth-subweb .special-box .home-special li a .tit {
	background: #f8f8f8
}

.youth-subweb .news-footer-share {
	border-bottom-color: #084ba8
}

.youth-subweb .video-list ul li .vdimg i {
	background-color: #084ba8
}

.youth-subweb .cate-text-list li a:before {
	color: #084ba8
}

.youth-subweb .content .news-content .keylink {
	color: #084ba8;
	border-bottom-color: #084ba8
}

.youth-subweb .science-news .text-news-wrap li .text-news-item .text-news-mark b {
	color: #084ba8
}

.subweb-slider-wrap {
	height: 550px;
	overflow: hidden;
	background: #f2f2f2;
	position: relative;
	margin-top: -58px
}

.subweb-slider-wrap .subweb-slider {
	height: 550px;
	position: relative;
	width: 100%
}

.subweb-slider-wrap .subweb-slider .subweb-slider-item {
	width: 100%;
	height: 550px;
	float: left;
	overflow: hidden;
	background-position: top;
	position: relative;
	background-attachment: fixed
}

.subweb-slider-wrap .subweb-slider .subweb-slider-item img {
	display: block
}

.subweb-slider-wrap .subweb-slider-control {
	position: absolute;
	bottom: 10px;
	width: 100%
}

.subweb-slider-wrap .subweb-slider-control .slick-dots {
	position: static;
	text-align: right
}

.subweb-slider-wrap .subweb-slider-control .slick-dots li.slick-active {
	background-color: #ff0
}

.party-news-left {
	width: 245px
}

.party-news-left a {
	display: block;
	width: 100%;
	height: 125px;
	border-radius: 10px;
	color: #ff0;
	text-align: center;
	line-height: 1.2;
	box-shadow: 0px 10px 30px rgba(197, 12, 17, 0.3);
	font-size: 20px
}

.party-news-left a:hover {
	opacity: .9
}

.party-news-left a:hover i {
	animation-name: tada;
	transform-origin: center
}

.party-news-left a i {
	display: block;
	font-size: 57px;
	line-height: 90px
}

.party-news-left a + a {
	margin-top: 17px
}

.party-news-right {
	width: 913px
}

.party-news-right .news-slide {
	overflow: hidden;
	height: 350px;
	position: relative;
	width: 550px
}

.party-news-right .news-slide .img-news ul {
	height: 350px
}

.party-news-right .news-slide .img-news-item {
	width: 100%;
	float: left;
	position: relative;
	height: 350px
}

.party-news-right .news-slide .img-news-item .img-news-item-img {
	display: block;
	width: 100%;
	height: 100%
}

.party-news-right .news-slide .img-news-item .img-news-item-img img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 1s
}

.party-news-right .news-slide .img-news-item .img-news-item-img:hover img {
	transform: scale(1.2)
}

.party-news-right .news-slide .img-news-item .img-news-item-title {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 68px 20px 23px;
	height: 44px;
	background: url(../images/news-slide-mark.png)
}

.party-news-right .news-slide .img-news-item .img-news-item-title p {
	position: relative;
	display: -webkit-box;
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.party-news-right .news-slide .img-news-item .img-news-item-title p span {
	position: absolute;
	right: 0;
	bottom: -2px;
	opacity: .6;
	color: #fff;
	font-size: 12px
}

.party-news-right .news-slide .img-news-item .img-news-item-title p span u {
	position: relative;
	top: -1px;
	padding: 0 3px
}

.party-news-right .news-slide .dots {
	position: absolute;
	left: 0;
	bottom: 12px;
	right: 0;
	height: 3px;
	text-align: center
}

.party-news-right .news-slide .dots li {
	display: inline-block;
	width: 15px;
	height: 3px;
	margin-left: 5px;
	background: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	text-indent: -999px;
	cursor: pointer;
	transition: all .3s
}

.party-news-right .news-slide .dots li.active {
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: #c50c11
}

.party-news-right .text-news-wrap {
	box-sizing: border-box;
	width: 335px;
	background-color: #fff;
	height: 350px
}

.party-news-right .text-news-wrap li {
	padding: 15px 0;
	border-bottom: 1px dashed #e4e4e4
}

.party-news-right .text-news-wrap li:first-child {
	padding-top: 0
}

.party-news-right .text-news-wrap li:last-child {
	border-bottom: none
}

.party-news-right .text-news-wrap li .text-news-item {
	display: block;
	position: relative;
	padding-left: 74px
}

.party-news-right .text-news-wrap li .text-news-item .text-news-title {
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	font-size: 15px;
	font-weight: normal
}

.party-news-right .text-news-wrap li .text-news-item .text-news-mark {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 50px;
	line-height: 1
}

.party-news-right .text-news-wrap li .text-news-item .text-news-mark b {
	font-size: 20px;
	color: #c50c11;
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 6px;
	margin-bottom: 5px
}

.party-news-right .text-news-wrap li .text-news-item .text-news-mark span {
	color: #999
}

.construction-item {
	width: 580px
}

.construction-item .const-item-img {
	height: 98px;
	position: relative;
	margin-bottom: 5px
}

.construction-item .const-item-img.const-item-img-thumb {
	padding-left: 159px
}

.construction-item .const-item-img .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 98px
}

.construction-item .const-item-img .thumb img {
	width: 140px;
	height: 98px
}

.construction-item .const-item-img .tit {
	font-size: 18px;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	margin-bottom: 10px
}

.construction-item .const-item-img p {
	color: #686868;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.construction-item .const-item-img .remark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.construction-item .const-item-txt li {
	line-height: 41px;
	border-bottom: 1px dashed #e4e4e4
}

.construction-item .const-item-txt li:last-child {
	border: none
}

.construction-item .const-item-txt a {
	display: block;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.construction-item .const-item-txt a:before {
	content: '•';
	color: #c50c11;
	margin-right: 3px;
	font-family: 'Arial Normal', 'Arial'
}

.example-box {
	padding: 40px 0;
	background-color: #f2f2f2
}

.example-box ul li {
	width: 224px;
	height: 242px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #f2f2f2;
	float: left
}

.example-box ul li + li {
	margin-left: 20px
}

.example-box ul li .thumb {
	width: 100%;
	height: 168px;
	overflow: hidden;
	position: relative;
	display: block
}

.example-box ul li .thumb:hover img {
	transform: scale(1.1)
}

.example-box ul li .thumb img {
	width: 100%;
	height: 165px;
	display: block;
	transition: transform 1s
}

.example-box ul li .tit {
	padding: 14px 20px;
	font-size: 15px;
	font-weight: normal;
	text-align: justify
}

.example-box ul li .tit a {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.lecture-item {
	width: 580px;
	height: 340px
}

.lecture-item .lect-item-img {
	width: 195px;
	position: relative
}

.lecture-item .lect-item-img .thumb {
	width: 100%;
	height: 115px;
	display: block;
	margin-bottom: 12px
}

.lecture-item .lect-item-img .thumb img {
	width: 100%;
	height: 115px
}

.lecture-item .lect-item-img .tit {
	font-size: 16px;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	margin-bottom: 12px
}

.lecture-item .lect-item-img p {
	color: #686868;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important
}

.lecture-item .lect-item-img .remark {
	color: #999;
	font-size: 13px;
	line-height: 1;
	height: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.lecture-item .lect-item-txt {
	width: 355px;
	position: relative;
	top: -12px
}

.lecture-item .lect-item-txt li {
	line-height: 41px;
	border-bottom: 1px dashed #e4e4e4
}

.lecture-item .lect-item-txt li:last-child {
	border-bottom: none
}

.lecture-item .lect-item-txt a {
	display: block;
	width: 85%
}

.lecture-item .lect-item-txt a:before {
	content: '•';
	color: #c50c11;
	margin-right: 3px;
	font-family: 'Arial Normal', 'Arial'
}

.footer {
	font-family: 'Arial Normal', 'Arial';
	color: #ccc;
	background-color: #721e17;
	margin-top: 45px;
}

.footer a {
	color: #f2f2f2;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.footer a:hover {
	color: #fff
}

.footer #links {
	height: 65px;
	line-height: 65px
}

.footer #links .links > li {
	position: relative;
	float: left
}

.footer #links .links > li:hover > a {
	color: #600700;
}

.footer #links .links > li:hover > a:after {
	transform: rotateZ(180deg)
}

.footer #links .links > li:hover .link-nav {
	max-height: none;
	opacity: 1
}

.footer #links .links > li + li {
	margin-left: 26px
}

.footer #links .links > li.solo > a:after {
	display: none
}

.footer #links .links > li > a {
	display: block;
	font-size: 14px;
	color: #f2f2f2;
	transition: color .5s linear 0s;
	-webkit-transition: color .5s linear 0s;
	-moz-transition: color .5s linear 0s;
	-o-transition: color .5s linear 0s
}

.footer #links .links > li .link-nav {
	position: absolute;
	left: 50%;
	bottom: 65px;
	line-height: 30px;
	width: 200px;
	margin-left: -100px;
	max-height: 0;
	overflow: hidden;
	text-align: left;
	background-color: #e4e4e4;
	z-index: 1000;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.footer #links .links > li .link-nav li + li a {
	border-top: 1px solid #999
}

.footer #links .links > li .link-nav a {
	display: block;
	color: #333;
	padding: 0px 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.footer #links .links > li .link-nav a:hover {
	color: #600700
}

.footer #links .share {
	margin-top: 23px;
	height: 20px
}

.footer #links .share .bdsharebuttonbox {
	height: 100%
}

.footer #links .share .bdsharebuttonbox a {
	width: 20px;
	height: 100%;
	padding-left: 0 !important;
	margin: 0
}

.footer #links .share .bdsharebuttonbox a.bds_weixin {
	background-position: -2px -1614px
}

.footer #links .share .bdsharebuttonbox a.bds_tsina {
	background-position: -2px -106px
}

.footer #links .share .bdsharebuttonbox a.bds_qzone {
	background-position: -2px -54px
}

.footer #links .share .bdsharebuttonbox a + a {
	margin-left: 8px
}

.footer .footer-info {
  /*! height: 271px; */
	box-sizing: border-box;
  /*! padding-top: 59px; */
	border-top: 1px solid 721e17;
}

.footer .footer-info .footer-left {
	height: 105px
}

.footer .footer-info .footer-left a {
	float: left;
	height: 100%
}

.footer .footer-info .footer-left a img {
	width: 100%;
	height: 100%
}

.footer .footer-info .footer-left a.si {
	width: 86px
}

.footer .footer-info dl {
	position: relative;
	line-height: 26px;
	color: #fff;
	font-size: 14px
}

.footer .footer-info dl + dl {
	margin-top: 3px
}

.footer .footer-info dl a {
	color: #fff
}

.footer .footer-info dl a:hover {
	color: #600700
}

.footer .footer-info dl dt {
	float: left
}

.footer .footer-info dl dd {
	white-space: nowrap;
}

.footer .footer-info .footer-middle {
	margin-top: 20px
}

.footer .footer-info .footer-middle .record-info-ps {
	position: relative;
	left: 5px;
	top: -2px;
	width: 16px;
	height: 17px;
	vertical-align: middle
}

.footer .footer-info .footer-middle dd i {
	margin-left: 10px
}

.footer .footer-info .footer-right {
  /*! margin-left: 266px; */
  width: 600px;
  margin-top: 20px;
}
.ly-f-list{
	margin-bottom: 15px;
	width: 600px;
	height: 45px;
}
.ly-f-list img{
	width: 45px;
	height: 45px;
}

.ly-f-list p{
	font-size: 16px; margin-left: 10px; height:45px; line-height:45px;
}

.ly-f-b{
	background-color: #000;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
}

.footer .footer-info .footer-right img{display: inline-block;}

.footer .footer-info .footer-right dl + dl {
	margin-top: 31px
}

.footer .footer-info .footer-right dl dt {
	color: #fff
}

.footer .footer-info .footer-right dl dd {
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}

.footer .footer-info .footer-right dl.two dd {
	margin-left: 70px
}

.footer .footer-info .footer-right dl.two dd.last {
	margin-top: 2px
}

.footer-wei {
	padding-left: 40px;
}

.footer-wei a {
	float: left;
	display: block
}

.footer-wei a + a {
	margin-left: 20px
}

.footer-wei a .image {
  /*! width: 100px; */
}

.footer-wei a .image img {
	display: block;
    /*! height: 120px; */
}

.footer-wei a > span {
	display: block;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
  /*! margin-top: 6px; */
}

.footer .footlinks {
	height: 63px;
	line-height: 63px;
	border-top: 1px solid #3c5e66
}

.footer .footlinks .quick-left {
	float: left
}

.footer .footlinks .quick-left a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #e4e4e4;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.footer .footlinks .quick-left a + a {
	margin-left: 25px
}

.footer .footlinks .quick-left a + a:before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 15px;
	margin: auto;
	background-color: #3c5e66
}

.footer .footlinks .quick-left a:hover {
	color: #600700
}

.footer .footlinks .builder {
	float: right;
	margin-left: 60px;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.footer .footlinks .builder a {
	color: #fff
}

.footer .footlinks .builder a.name {
	color: #ccc
}

.footer .footlinks .builder a:hover {
	color: #600700 !important
}

@-webkit-keyframes popFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes popFadeIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@media screen and (max-width: 1400px) {
	.aside {
		display: none !important
	}
}

.aside {
	display: block;
	position: fixed;
	top: 50%;
	right: 20px;
	z-index: 99;
	width: 80px;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0)
}

.aside li {
	width: 80px;
	height: 80px
}

.aside li + li {
	margin-top: 6px
}

.aside a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6196c7;
	border-radius: 4px;
	box-sizing: border-box;
	padding-top: 13px;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.aside a .img-wrap {
	display: none;
	position: absolute;
	left: -135px;
	top: -28px;
	width: 126px;
	height: 126px;
	background-color: #fff
}

.aside a .img-wrap:after {
	content: "";
	position: absolute;
	top: 47%;
	right: -5px;
	display: inline-block;
	border-width: 0px 10px 10px 0px;
	border-style: solid;
	border-color: transparent #fff;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.aside a .img-wrap img {
	width: 120px;
	height: 120px;
	border: 3px solid #fff
}

.aside a i {
	display: block;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.aside a small {
	display: block;
	margin-top: 7px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	transition: all .5s linear 0s;
	-webkit-transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s;
	-o-transition: all .5s linear 0s
}

.aside a:hover {
	background-color: #600700
}

.aside a:hover i, .aside a:hover small {
	color: #fff
}

.aside a.show-images:hover .img-wrap {
	display: block;
	-webkit-animation: popFadeIn .5s;
	animation: popFadeIn .5s
}

.aside .top-back-container {
	display: none
}

.aside .top-back-container .top-back i {
	line-height: 55px;
	font-size: 32px
}

.login-dialog {
	display: none;
	background: url(../images/black70.png);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100
}

.login-dialog .login-pop {
	background: #fff;
	border-top: 5px solid #600700;
	padding: 40px 30px 10px;
	width: 300px;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -160px
}

.login-dialog .login-pop .pop-tit {
	line-height: 50px;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px
}

.login-dialog .login-pop .pop-tit a {
	display: block;
	width: 50%;
	float: left;
	text-align: center
}

.login-dialog .login-pop .pop-tit a.cur {
	border-bottom: 1px solid#600700;
	margin-bottom: -1px;
	color: #600700
}

.login-dialog .login-pop .close {
	position: absolute;
	top: 5px;
	right: 10px
}

.login-dialog .login-pop .login-form a {
	color: #600700
}

.login-dialog .login-pop .login-form a:hover {
	color: #600700
}

.login-dialog .login-pop .login-form .ruifox-form-group {
	margin-bottom: 15px
}

.login-dialog .login-pop .login-form .ruifox-form-group .control {
	width: 100%
}

.login-dialog .login-pop .login-form .ruifox-form-group .control .input {
	width: 100%;
	display: block;
	padding-left: 36px
}

.login-dialog .login-pop .login-form .ruifox-form-group .control .btn {
	width: 100%;
	font-size: 16px
}

.login-dialog .login-pop .login-form .ruifox-form-group .control > span {
	position: absolute;
	top: 5px;
	text-align: center;
	left: 0;
	width: 34px;
	height: 34px;
	z-index: 2;
	line-height: 34px;
	color: #d5cccc
}

.login-dialog .login-pop .login-form p.text-center {
	word-spacing: 1em;
	color: #999
}

.login-dialog .login-pop .login-form .login-qr {
	display: block;
	margin: auto;
	width: 200px;
	height: 200px;
	background: url(../images/loading-gray.gif) center no-repeat
}

.login-dialog .login-pop .no-login {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	position: relative;
	margin-top: 15px
}

.login-dialog .login-pop .no-login:after {
	content: 'OR';
	position: absolute;
	padding: 0 15px;
	background-color: #fff;
	color: #999;
	top: -9px;
	left: 50%;
	margin-left: -25px;
	line-height: 18px
}

.login-dialog .login-pop .no-login input, .login-dialog .login-pop .no-login .btn, .login-dialog .login-pop .no-login .control {
	width: 100%
}

.login-dialog .login-pop .no-login .btn {
	background: #666;
	color: #fff
}

.login-dialog .login-pop .no-login .btn:hover {
	background: #888
}

.msg {
	display: inline-block;
	padding: 100px
}

.msg .fl {
	margin-right: 15px
}

.msg .msg-info {
	min-width: 650px
}

.msg .msg-info h1 {
	font-size: 18px;
	margin-bottom: 15px
}

.msg .msg-info h1 i {
	font-weight: normal;
	font-size: 110px;
	line-height: 1.5;
	margin-right: 10px;
	color: #00A539;
	display: block
}

.msg .msg-info .red {
	color: #ea5a54
}

.msg .msg-info a {
	color: #600700;
	font-weight: normal
}

.msg .msg-info .btn {
	width: 120px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #600700
}

.msg .msg-info .btn:hover {
	background-color: #600700
}

.msg .msg-link {
	color: #ddd;
	word-spacing: .5em
}

.order-info > i {
	font-weight: normal;
	font-size: 110px;
	line-height: 1.5;
	margin-right: 10px;
	color: #00A539;
	display: block
}

@media print {
	.header, .two-nav, .path, .news-show > .fr, .news-mark, .color-share, .banner, .aside-share, .related, .footer, .aside, .gotop, .login-dialog, .links, .gotop, .theme-cont, .second-nav-wrap, #related_list_wrap, .second-nav, .path-box-list, #common-right-wrapper, .link-box, #related-list-wrap, #common-share-wrapper {
		display: none !important
	}

	.layout, .news-show > .fl, #sn-detail-wrapper #sn-left-wrapper {
		float: none !important;
		width: auto
	}

	img {
		text-align: center
	}

	#common-news-detail-content .keylink {
		border-bottom: none
	}
}

@media (max-width: 1285px) {
	.aside {
		display: none
	}
}/* banner */.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute	display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 46%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	display: none;
}

.c-banner .nexImg:hover,.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,.c-banner .preImg img {
}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	background-color: #b07239;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}

@media screen and (max-width:768px) {
	.c-banner {
		width: 100%;
		height: 345px;
		overflow: hidden;
	}

	.c-banner .banner ul li img {
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}

.piclist li {
	width: 32%;
	margin: 0.6%;
	float: left;
	text-align: center;
}

.piclist li img {
	width: 98%;
}

.piclist .tiao {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.my_pages {
	clear: both!important;
	padding: 5px 0 0;
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
}

.my_pages ul {
	text-align: center;
	list-style: none;
}

.my_pages ul li {
	list-style: none;
	text-align: center;
	height: 24px;
	display: inline;
	margin: 0 2px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 13px;
}

.my_pages ul li a {
	background: #fff;
	color: #555;
	display: inline;
	height: 24px;
	overflow: hidden;
	padding: 6px 10px;
	margin: 0;
	border: #999 1px solid;
}

.my_pages ul li a:hover {
	color: #fff;
	background: #b68e5a;
	border: #b68e5a 1px solid;
	height: 24px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
}

.my_pages ul li.thisclass a {
	background: #b68e5a;
	border: #b68e5a 1px solid;
	height: 24px;
	overflow: hidden;
	color: #fff;
	font-weight: 700;
}
/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #b68e5a url(../images/fixcont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #b68e5a url(../images/fixcont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #b68e5a url(../images/fixcont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	background: #b68e5a url(../images/fixcont.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}