@charset "utf-8";

/* CSS Document */
body {
	font: 14px/24px "microsoft yahei", "微软雅黑";
	color: #222;
	background-color: #FFFFFF;
	margin: 0 auto;
	word-wrap: break-word;
	position: relative;
}

* {
	margin: 0 auto;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
}

ul,
ol,
li {
	list-style: none outside;
}

.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	color: #00418F;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.tx_l {
	text-align: left;
}

.tx_r {
	text-align: right;
}

.tx_2 {
	text-indent: 2em;
}

.bold {
	font-weight: bold;
}

img {
	border: medium none;
	vertical-align: top;
}

textarea {
	resize: none;
	vertical-align: middle;
}

input,
button,
textarea {
	border: medium none;
	background: none;
	outline: none;
}

input[type="button"] {
	cursor: pointer;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.clearfix:after {
	clear: both;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

/*多行省略*/
.overflow-normal {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.overflow-two {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.overflow-three {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*图片放大*/
.scaleBig {
	transition: all 1s;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.scaleBig:hover {
	transform: translate3d(-50%, -50%, 0) scale(1.12);
	border-radius: 2px;
}


/**头部和底部公共样式**/
/*header*/
.page-header {
	background: #FFFFFF;
	height: 74px;
	position: relative;
	z-index: 60;
}

.page-header-body {
	background: #FFFFFF;
	width: 100%;
	height: 74px;
	margin: 0 auto;
	position: fixed;
	left: 0;
	top: 0;
}

.page-header-inner {
	width: 1320px;
	height: 100%;
}

.medlive-logo {
	padding: 10px 0 12px 0;
	width: 252px;
	height: 52px;
	float: left;
}

.medlive-logo img {
	width: 446px;
	height: 52px;
}

.header-right {
	/* padding-top: 6px; */
	float: right;
}

.info-box {
	height: 74px;
	font-size: 0;
	float: right;
	position: relative;
}

.info-box a {
	float: left;
	vertical-align: middle;
	margin: 20px 0 21px 29px;
}

.icon-vip {
	background: url(../images/vip.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: relative;
}

.icon-vip-gray {
	background: url(../images/vip_gray.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.vip-info {
	background: url(../images/youxiaoqi.png) no-repeat;
	width: 194px;
	height: 30px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: absolute;
	top: 30px;
	left: -87px;
	font-size: 12px;
	color: #7B5D41;
	line-height: 32px;
	text-align: center;
	display: none;
}

.icon-vip:hover .vip-info {
	display: block;
}

.icon-msg {
	display: inline-block;
	background: url(../images/tongzhi.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: relative;
}

.icon-msg:hover {
	background: url(../images/tongzhi01.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.icon-msg:hover::after {
	content: attr(data-title);
	background: url(../images/title.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 44px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: -6px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.msg-num {
	height: 12px;
	padding: 0 3px;
	background: #F44C4C;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 12px;
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 12px;
	-webkit-transform-origin-x: 0;
	-webkit-transform: scale(0.75);
	/*谷歌浏览器默认最小字号为12px*/
}

.info-box a.icon-sign {
	background: url(../images/qiandao.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	margin: 20px 0 0 29px;
	padding: 0 0 26px 0;
	position: relative;
}

.info-box a.icon-sign:hover {
	background: url(../images/qiandao01.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.icon-sign:hover::after {
	content: attr(data-title);
	background: url(../images/title.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 44px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: -6px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.info-box a.signed {
	background: url(../images/yiqiandao.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.info-box a.signed:hover::after {
	display: none;
}

.icon-store {
	background: url(../images/mailishangcheng.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: relative;
}

.icon-store:hover {
	background: url(../images/mailishangcheng01.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.icon-store:hover::after {
	content: attr(data-title);
	background: url(../images/title_long.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 58px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: -11px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.icon-login {
	width: 46px;
	height: 26px;
	background: #00418F;
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: center;
	margin-top: 5px;
}

.icon-login:hover {
	color: #FFFFFF;
	background: #044CA3;
}

.info-box a.default-user-photo {
	background: url(../images/wode_moren.png) no-repeat;
	width: 36px;
	height: 36px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.default-user-photo:hover {
	background: url(../images/wode_moren01.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.info-box a.user-photo {
	/* float: left; */
	width: 36px;
	height: 36px;
	margin: 15px 0 0 31px;
	padding: 0 0 21px 0;
	position: relative;
}

.user-photo img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-bottom: 21px;
}

.icon-approve {
	background: url(../images/renzheng.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 23px;
}

.icon-noApprove {
	background: url(../images/renzhengNo.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 23px;
}

/* .username{
	background: url(../images/gengduo.png) no-repeat right center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	padding: 0 16px 0 8px;
	float: right;
	cursor: pointer;
} */
.user-set-box {
	width: 242px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: absolute;
	top: 74px;
	right: 0;
	z-index: 20;
}

.user-info-box {
	border-bottom: 1px solid #E1E3E7;
	padding: 16px 11px 21px 24px;
}

.basic-info {
	margin-bottom: 11px;
}

.left-user-photo {
	width: 46px;
	height: 46px;
	float: left;
	margin-right: 9px;
}

.left-user-photo img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
}

.right-user-info {
	width: 145px;
	float: left;
	font-size: 14px;
	color: #444444;
	line-height: 20px;
}

.right-user-info p {
	margin: 2px 0;
}

.info-box .user-set-box a {
	margin: 0;
}

.not-approve {
	float: left;
	width: 78px;
	height: 22px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E1E3E7;
}

.not-approve label {
	margin: 1px 2px;
	background: url(../images/renzheng00.png) no-repeat left center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	padding-left: 23px;
	font-size: 14px;
	color: #A9ACB4;
	line-height: 24px;
	cursor: pointer;
}

.had-approve {
	float: left;
	width: 78px;
	height: 22px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #F3DCC8;
}

.had-approve label {
	background: url(../images/renzheng01.png) no-repeat left center;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	padding-left: 23px;
	font-size: 14px;
	color: #D49058;
	line-height: 24px;
	cursor: pointer;
}

.user-ml {
	float: left;
	background: url(../images/maili.png) no-repeat left center;
	background-size: 22px 22px;
	-webkit-background-size: 22px 22px;
	padding-left: 24px;
	margin-left: 17px;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
}

.user-option-list {
	margin: 0 24px;
}

.user-option-list li {
	height: 51px;
	border-bottom: 1px solid #E1E3E7;
}

.user-option-list li:last-child {
	border-bottom: none;
}

.user-option-list .one-option {
	display: block;
	background: url(../images/chakan.png) no-repeat right center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	display: block;
	width: 100%;
}

.one-option:hover {
	background: url(../images/chakan01.png) no-repeat right center;
	background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
}

.one-option span {
	padding-left: 26px;
	font-size: 16px;
	line-height: 51px;
}

.account-set {
	background: url(../images/shezhi.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.one-option:hover .account-set {
	background: url(../images/shezhi01.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.ml-account {
	background: url(../images/mailizhanghu.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.one-option:hover .ml-account {
	background: url(../images/mailizhanghu01.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.ml-store {
	background: url(../images/mailishangcheng.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.one-option:hover .ml-store {
	background: url(../images/mailishangcheng01.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.system-note {
	background: url(../images/xitongtongzhi.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.one-option:hover .system-note {
	background: url(../images/xitongtongzhi01.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.log-out {
	background: url(../images/tuichu.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.one-option:hover .log-out {
	background: url(../images/tuichu01.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

/*下拉页面搜索*/
.info-box .icon-search {
	background: url(../images/sousuo.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	margin-left: 0;
	position: relative;
}

.icon-search:hover {
	background: url(../images/sousuo01.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.icon-search:hover::after {
	content: attr(data-title);
	background: url(../images/title.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 44px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: -6px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}

.info-box .icon-search-clicked {
	background: url(../images/close.png) no-repeat;
	width: 28px;
	height: 28px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.info-box .icon-search-clicked:hover {
	background: url(../images/close01.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

.info-box .icon-search-clicked:hover::after {
	background: none;
}


.searchBg {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 10000;
	overflow: hidden;
}

.big-search-box {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.big-search-box.opacity0 {
	opacity: 0;
}

.logo-close-box {
	height: 74px;
	margin-bottom: 90px;
}

.logo-close-box .info-box {
	margin-right: 42px;
}

.search-content {
	width: 924px;
	margin: 0 auto;
}

.search-input-box {
	width: 884px;
	padding: 14px 0;
}

.search-wrapper {
	position: relative;
}

.search-wrapper input {
	max-width: 812px;
	font-size: 28px;
	line-height: 28px;
	width: 100%;
}

.search-btns {
	position: absolute;
	top: 2px;
	right: 20px;
	font-size: 18px;
	line-height: 25px;
}

.search-btn {
	background: url(../images/search.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	padding-left: 26px;
}

.search-btn:hover {
	background: url(../images/search01.png) no-repeat left center;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
}

.justOneLine {
	background: #E1E3E7;
	width: 864px;
	height: 1px;
	margin-left: 20px;
}

.hot-words-box {
	margin-top: 34px;
}

.hot-words-box h1 {
	font-size: 24px;
	font-weight: 400;
	color: #444444;
	line-height: 33px;
	margin: 0 0 20px 20px;
}

.hot-word-item {
	max-width: 108px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	background: #F6F7FA;
	padding: 11px 40px 10px 40px;
	margin: 0 20px 30px 20px;
	font-size: 18px;
	color: #A9ACB4;
	line-height: 25px;
}

.hot-word-item:hover {
	background: #00418F;
	color: #FFFFFF;
}

/*下拉页面搜索end*/

/*底部*/
.page-footer {
	width: 100%;
	margin-top: 100px;
}

.about-medlive {
	background: #F6F7FA;
}

.about-medlive-body {
	background: #F6F7FA;
	width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
}

.about-box01 {
	float: left;
	width: 172px;
}

.box-title {
	height: 25px;
	position: relative;
	margin-bottom: 11px;
}

.box-title h4 {
	font-size: 16px;
	color: #444;
	line-height: 22px;
	font-weight: bold;
}

.link-list-box a {
	float: left;
	margin-top: 12px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}

.link-list-box a:hover {
	color: #00418F;
}

.about-box01 .link-list-box a {
	margin-right: 30px;
}

.just-line {
	float: left;
	width: 1px;
	height: 143px;
	background: #CBCED5;
	margin-top: 50px;
	margin-right: 30px;
}

.about-box02 {
	float: left;
	width: 418px;
}

.website-list01,
.website-list02,
.website-list03 {
	float: left;
}

.website-list01 {
	width: 121px;
	margin-right: 24px;
}

.website-list02 {
	width: 135px;
	margin-right: 24px;
}

.website-list03 {
	width: 84px;
	margin-right: 30px;
}

.about-box03 {
	float: left;
	width: 272px;
}

.about-box03 .box-title {
	height: 36px;
	margin-bottom: 0;
}

.total-wx {
	background: url(../images/quanbuweixin.png) no-repeat 91px 1px;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	padding-right: 20px;
	font-size: 14px;
	color: #777C8A;
	line-height: 22px;
	padding: 0 55px 14px 35px;
	float: right;
}

.total-wx:hover,
.total-wx-clicked {
	background: url(../images/quanbuweixin01.png) no-repeat 91px 1px;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	color: #00418F;
}

.about-box03 .link-list-box {
	float: left;
	width: 56px;
	margin-right: 39px;
}

.code-box {
	background: #FFFFFF;
	float: right;
	width: 97px;
	height: 97px;
	padding: 2px;
	margin-top: 14px;
	margin-right: 40px;
}

.code-box img {
	width: 97px;
	height: 97px;
}

/*全部微信弹框*/
.total-wx-box {
	display: none;
	width: 304px;
	padding: 14px 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: absolute;
	right: -304px;
	top: 4px;
	z-index: 20;
}

.total-wx-box a {
	float: left;
	margin: 6px 10px;
	font-size: 14px;
	line-height: 20px;
}


.about-box04 {
	float: left;
	width: 228px;
	padding-left: 9px;
}

.about-box04 .total-wx {
	padding: 0 50px 14px 33px;
}

.about-box04 .link-list-box {
	float: left;
	width: 84px;
	margin-right: 38px;
}

.about-box04 .code-box {
	margin-right: 0;
}

.friendly-link {
	background: #333;
}

.friendly-link-body {
	background: #333;
	width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
}

.friendly-link-body h4 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 11px;
}

.friendly-link-list a {
	float: left;
	margin-right: 25px;
	font-size: 13px;
	color: #CDCDCD;
	line-height: 18px;
}

.friendly-link-list a:hover {
	color: #F6F7FA;
}

.friendly-link-list .marginR0 {
	margin-right: 0;
}

.more-link {
	background: url(../images/gengduoxinxi.png) no-repeat right center;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	padding-right: 20px;
}

.more-link:hover {
	background: url(../images/gengduoxinxi01.png) no-repeat right center;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
}

.page-copyright {
	width: 100%;
	height: 56px;
	background: #121212;
}

.page-copyright-body {
	background: #121212;
	width: 1200px;
	padding: 18px 0;
	margin: 0 auto;
	font-size: 14px;
	color: #989CA6;
	line-height: 20px;
	text-align: center;
}

.page-copyright-body a {
	color: #989CA6;
}

.page-copyright-body a:hover {
	color: #989CA6;
}

.page-copyright-body span {
	padding: 0 5px;
}


/*签到*/
.sign-in-box {
	width: 458px;
	height: 311px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	position: absolute;
	top: 74px;
	right: 0;
	z-index: 2;
	display: none;
}

.sign-in-body {
	background: url(../images/signBg.png) no-repeat center top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 100%;
}

.sign-logo-box {
	height: 80px;
	margin-bottom: 8px;
	padding-right: 12px;
}

.signLogo {
	float: left;
	background: url(../images/signLogo.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 80px;
	height: 80px;
}

.helloBox {
	float: left;
	background: url(../images/helloBox.png) no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 150px;
	height: 31px;
	margin-top: 28px;
	padding-left: 15px;
	font-size: 22px;
	color: #262626;
	line-height: 31px;
}

.helloBox label {
	width: 84px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.sign-in-box .checkMore {
	float: right;
	margin: 33px 0 0 0;
	padding-right: 18px;
	background: url(../images/chakanrenwu.png) no-repeat right center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	font-size: 14px;
	color: #A9ACB4;
	line-height: 20px;
}

.checkMore:hover {
	background: url(../images/chakanrenwu01.png) no-repeat right center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	color: #00418F;
}

.sign-in-box .explainIcon {
	float: right;
	margin: 34px 0 0 16px;
	background: url(../images/shuoming.png) no-repeat;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	width: 18px;
	height: 18px;
}

.explainIcon:hover {
	background: url(../images/shuoming01.png) no-repeat;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
}

.sign-tip-box {
	font-size: 14px;
	color: #262626;
	line-height: 20px;
	padding: 0 43px 0 39px;
}

.sign-day-num {
	position: relative;
}

.signTitle {
	font-size: 18px;
	color: #262626;
	line-height: 25px;
	margin-bottom: 15px;
}

.signTitle span {
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	width: 2px;
	height: 16px;
	background: #262626;
	margin-right: 6px;
}

.signIconList {
	margin: 0 0 19px 5px;
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #E1E3E7;
	position: relative;
}

.signIconList ul {
	padding-left: 16px;
	margin-bottom: 10px;
}

.one-sign {
	float: left;
}

.one-sign span {
	display: block;
	width: 15px;
	height: 15px;
	background: #FFECC2;
	border-radius: 50%;
}

.signed-icon span,
.signing-icon span {
	background: #FFBF36;
}

.signing-icon {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border: 1px solid #FFBF36;
	border-radius: 50%;
	padding: 4px;
	margin-top: -5px;
}

.sign-line {
	float: left;
	margin-top: 7px;
	width: 38px;
	height: 1px;
	background: #FFEBC1;
}

.signed-line {
	background: #FFD336;
}

.firstThirty {
	padding-left: 7px;
}

.firstThirty img {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

/*2022-07-28修改*/
.new-icon {
	background: url(../images/nav_xin.png) no-repeat;
	background-size: 13px 16px;
	width: 13px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 6px;
}

.about-box04 .total-wx {
	padding-right: 18px;
}

.icon-old-version span {
	font-size: 13px;
	line-height: 32px;
}

.nav-popbox {
	position: fixed;
	left: 150px;
	z-index: 99;
}

.pop_nav {
	position: absolute;
	top: 0;
	left: 100%;
}

/*2022-08-29*/
.info-box a.icon-sign {
	padding: 0;
}

.icon-sign:hover::after {
	content: "点击签到";
	background: #00418F;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	width: 70px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border-radius: 4px;
}

.info-box a.signed {
	background: url(../images/sign.png) no-repeat;
	background-size: 100% 100%;
}

.info-box a.signed:hover {
	background: url(../images/sign.png) no-repeat;
	background-size: 100% 100%;
}

.sign_succeed {
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	border-radius: 4px;
	width: 150px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

/**头部和底部公共样式end**/








/****2022-09-16-科室-新版内容****/
.page-main {
	width: 1200px;
	margin: 0 auto;
}

/*左侧导航*/
.page-left-nav {
	width: 140px;
	background: #FFFFFF;
	float: left;
	position: fixed;
	top: 74px;
	z-index: 1;
}

.department-name-box {
	height: 34px;
	background: #00408F;
	border-radius: 2px;
	padding: 0 17px;
	cursor: pointer;
}

.department-name {
	background: url(../images/keshi-icon.png) no-repeat right center;
	background-size: 16px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 34px;
}

.nav-list {
	margin-top: 12px;
	border-top: 1px solid #E1E3E7;
}

.one-nav {
	width: 130px;
	padding: 0 5px;
	margin: 0;
	cursor: pointer;
	margin-top: 12px;
}

.nav-title {
	font-size: 16px;
	color: #262626;
	line-height: 34px;
	font-weight: bold;
	padding-left: 23px;
}

.current-nav,
.one-nav:hover {
	background: #F6F7FA;
	border-radius: 2px;
}

.current-nav .nav-title,
.nav-title:hover {
	color: #00408F;
}

.one-nav:first-child .nav-title {
	background: url(../images/nav1.png) no-repeat left center;
	background-size: 18px 18px;
}

.current-nav.one-nav:first-child .nav-title,
.one-nav:first-child .nav-title:hover {
	background: url(../images/nav1-c.png) no-repeat left center;
	background-size: 18px 18px;
}

.one-nav:nth-child(2) .nav-title {
	background: url(../images/nav2.png) no-repeat left center;
	background-size: 18px 18px;
}

.current-nav.one-nav:nth-child(2) .nav-title,
.one-nav:nth-child(2) .nav-title:hover {
	background: url(../images/nav2-c.png) no-repeat left center;
	background-size: 18px 18px;
}

.one-nav:nth-child(3) .nav-title {
	background: url(../images/nav3.png) no-repeat left center;
	background-size: 18px 18px;
}

.current-nav.one-nav:nth-child(3) .nav-title,
.one-nav:nth-child(3) .nav-title:hover {
	background: url(../images/nav3-c.png) no-repeat left center;
	background-size: 18px 18px;
}

.one-nav:nth-child(4) .nav-title {
	background: url(../images/nav4.png) no-repeat left center;
	background-size: 18px 18px;
}

.current-nav.one-nav:nth-child(4) .nav-title,
.one-nav:nth-child(4) .nav-title:hover {
	background: url(../images/nav4-c.png) no-repeat left center;
	background-size: 18px 18px;
}

.one-nav:nth-child(5) .nav-title {
	background: url(../images/nav5.png) no-repeat left center;
	background-size: 18px 18px;
}

.current-nav.one-nav:nth-child(5) .nav-title,
.one-nav:nth-child(5) .nav-title:hover {
	background: url(../images/nav5-c.png) no-repeat left center;
	background-size: 18px 18px;
}

.one-nav:nth-child(6) .nav-title {
	background: url(../images/nav6.png) no-repeat left center;
	background-size: 18px 18px;
}

.current-nav.one-nav:nth-child(6) .nav-title,
.one-nav:nth-child(6) .nav-title:hover {
	background: url(../images/nav6-c.png) no-repeat left center;
	background-size: 18px 18px;
}

.detail-list-box {
	position: absolute;
	width: 300px;
	padding: 20px 15px 6px 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	z-index: 20;
	left: 0;
	top: 46px;
}

.department-list-box {
	width: 409px;
}

.detail-list a {
	float: left;
	margin: 0 15px 14px 15px;
	width: 70px;
	font-size: 14px;
	color: #262626;
	line-height: 20px;
}

.detail-list a:hover {
	color: #00418F;
	font-weight: bold;
}

/***内容区***/
.page-right-content {
	width: 1030px;
	float: right;
}

.content-area {
	margin-bottom: 40px;
}

.content-area:nth-child(2) {
	margin-bottom: 30px;
}

.content-area:nth-child(4) {
	margin-bottom: 0;
}

.area-title {
	margin-bottom: 20px;
	/* padding: 0 10px; */
}

/* .content-area:nth-child(2n) .area-title {
	margin-bottom: 10px;
} */

.area-title h1 {
	font-size: 24px;
	font-weight: bold;
	color: #262626;
	line-height: 33px;
}

/**医学前沿**/
/*最新进展*/
.part-list-box {
	width: 497px;
	height: 379px;
}

/* .part-list-box.left {
	padding: 0 0 0 10px;
}

.part-list-box.right {
	padding: 0 10px 0 0;
} */

.part-area-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E3E7;
	margin-bottom: 15px;
}

.left-title {
	float: left;
	background: url(../images/title-bg.png) no-repeat left center;
	background-size: 4px 20px;
	padding-left: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #262626;
	line-height: 30px;
}

.right-btn {
	float: right;
	width: 54px;
	height: 30px;
	background: #F6F7FA;
	border-radius: 2px;
	text-align: center;
}

.right-btn a {
	display: inline-block;
	background: url(../images/quanbu.png) no-repeat right center;
	background-size: 12px 12px;
	padding-right: 14px;
	font-size: 14px;
	color: #A9ACB4;
	line-height: 30px;
}

.right-btn a:hover {
	background: url(../images/quanbu01.png) no-repeat right center;
	background-size: 12px 12px;
	color: #00418F;
}

.one-li {
	margin-bottom: 20px;
}

.li-title {
	display: block;
	font-size: 16px;
	color: #262626;
	line-height: 22px;
}

.li-detail {
	height: 40px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	display: none;
	margin-top: 6px;
}

.li-detail:hover {
	color: #999999;
}

.current-li .li-title {
	font-size: 18px;
	line-height: 25px;
}

.current-li .li-detail {
	display: block;
	animation: myshow 1.5s;
	-webkit-animation: myshow 1.5s;
	-moz-animation: myshow 1.5s;
	-ms-animation: myshow 1.5s;
}

@keyframes myshow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes myshow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes myshow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-ms-keyframes myshow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.one-li:last-child {
	margin-bottom: 0;
}

/*临床指南*/
.li-info {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-top: 6px;
}

.li-tag {
	float: left;
	width: 32px;
	height: 20px;
	margin-right: 8px;
}

.li-info label {
	float: left;
	margin-right: 8px;
}

.tag-guide {
	background: url(../images/guide_icon1.png) no-repeat;
	background-size: 32px 20px;
}

.tag-read {
	background: url(../images/guide_icon2.png) no-repeat;
	background-size: 32px 20px;
}

.tag-chinese {
	background: url(../images/guide_icon3.png) no-repeat;
	background-size: 32px 20px;
}

.tag-translate {
	background: url(../images/guide_icon4.png) no-repeat;
	background-size: 32px 20px;
}

.tag-agree {
	background: url(../images/guide_icon5.png) no-repeat;
	background-size: 32px 20px;
}


.one-live {
	width: 190px;
	height: 223px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	/* padding: 10px; */
}

.one-live:nth-child(5n) {
	margin-right: 0;
}

.live-img {
	width: 190px;
	height: 142px;
	margin-bottom: 10px;
}

.live-img a {
	width: 190px;
	height: 142px;
	background: #D8D8D8;
	border-radius: 2px;
	display: block;
	position: relative;
	overflow: hidden;

}

.live-img a img {
	width: 190px;
	height: 142px;
}

.live-state {
	padding: 0 6px;
	height: 24px;
	background: rgba(0, 0, 0, 0.46);
	border-radius: 2px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 11px;
	left: 10px;
}

.living-state label {
	background: url(../images/living.gif) no-repeat left center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	padding-left: 18px;
}

.live-play-icon {
	background: url(../images/shipin.png) no-repeat;
	width: 34px;
	height: 34px;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -17px 0 0 -17px;
}

.live-title,
.course-title {
	height: 44px;
	font-size: 16px;
	color: #262626;
	line-height: 22px;
	margin-bottom: 10px;
}

.live-info,
.course-info {
	font-size: 12px;
	color: #999999;
	line-height: 17px;
}


.one-course {
	width: 242px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	/* padding: 10px; */
}

.one-course:nth-child(4n) {
	margin-right: 0;
}

.course-img {
	width: 242px;
	height: 136px;
	margin-bottom: 10px;
}

.course-img a {
	width: 242px;
	height: 136px;
	background: #D8D8D8;
	border-radius: 2px;
	display: block;
	position: relative;
	overflow: hidden;
}

.course-img img {
	width: 242px;
	height: 136px;
}

.course-other-info {
	height: 28px;
	overflow: hidden;
	font-size: 12px;
	color: #999999;
	line-height: 28px;
	margin-top: 4px;
}

.learned-num {
	float: left;
}

.course-price {
	float: right;
	text-align: right;
}

.course-price label {
	display: inline-block;
	vertical-align: middle;
}

.price-gray {
	text-decoration: line-through;
}

.price-red {
	height: 28px;
	font-size: 20px;
	color: #F44C4C;
	line-height: 28px;
	margin-left: 6px;
}

/* .one-live:hover,
.one-course:hover {
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1000);
} */

/* 新增模块 */
.treat-title {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #262626;
	line-height: 33px;
}


.treat-zong {
	margin-top: 23px;


}

.treat-one {

	float: left;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	width: 35px;
	text-align: center;
	padding: 0 40px 0 0;
	cursor: pointer;
}

.treat-active {
	font-weight: bold;
	color: #00418F;
	/* border-bottom: 2px solid #00418F; */
	background: url(../images/100.png) left bottom no-repeat;
	background-size: 35px 4px;


}

.treat-middle {
	width: 1030px;
	margin: 0 auto;
	display: none;
}

.treat-middle.treat-show {
	display: block;
}

.treat-middle-one {
	float: left;
	width: 242px;
	height: 250px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #FFFFFF;
	padding: 0 0 12px 0;
	margin-bottom: 20px;
	position: relative;


}

.xin-hao {
	margin-left: 15px;
}



.treat-middle {
	margin-top: 19px;

}

.treat-top {
	height: 52px;
	background: #00408F;
	border-radius: 2px 2px 0px 0px;
}

.treat-top-title {
	float: left;
	width: 170px;
	height: 24px;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 14px;
	margin-left: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.treat-ten {
	padding: 14px 12px;
}

.treat-icon {
	width: 28px;
	height: 28px;
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}

.treat-two {
	padding: 12px 12px 0 12px;
	border: 1px solid #FFFFFF;
}

.treat-two-one {
	height: 32px;
}

.treat-jian {
	float: left;
	font-size: 14px;
	color: #222222;
	line-height: 20px;
	margin-right: 20px;
	cursor: pointer;
}

.top-active {
	font-weight: bold;
	color: #00408F;
	border-bottom: 2px solid #00418F;
}

.treat-three {
	width: 218px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.treat-three-one {
	width: 218px;
	min-height: 90px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	word-break: break-all;


}

.treat-four {
	margin-top: 14px;
}

.treat-img {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;

}

.treat-four-zong {
	float: left;
	margin-left: 11px;
}

.treat-five {
	/* float: left; */
	font-size: 12px;
	color: #222222;
	line-height: 17px;
}

.treat-seven {

	width: 10px;
	height: 14px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #00408F;
	font-size: 10px;
	padding: 0 1px;
	color: #00408F;
	line-height: 14px;
	margin-left: 7px;
}

.treat-six {
	font-size: 12px;
	width: 170px;
	color: #999999;
	line-height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.treat-kuan {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;

}

.treat-kuan-one {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: transparent;
	cursor: pointer;
}

.treat-kuan.kuan-tab {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: rgba(0, 0, 0, .5);
}



.treat-box {
	width: 202px;
	background: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 35px;
	z-index: 999;
	border-radius: 2px;
	/* margin-left: -148px;
	margin-top: -280px; */
}

.treat-box-one {
	padding: 16px 16px 14px 16px;

}

.treat-box-two {
	float: left;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 20px;

}

.two-box {
	margin-left: 16px;
}

.wei-box {
	display: none;
}

.wei-active {
	display: block;
}

.two-active {
	font-weight: bold;
	color: #00408F;
	border-bottom: 2px solid #00418F;
}

.wei-img {
	width: 98px;
	height: 98px;
	padding: 14px 52px;
}

.wei-bai {
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.treat-ha {
	display: none;
}

.treat-ha.treat-haone {
	display: block;
}

.history-words-box {
	margin-top: 0;
}

.history-words-del {
	font-size: 14px;
	color: #A9ACB4;
}

.history-words-del:hover {
	color: #A9ACB4;
}

.clear-text {
	position: absolute;
	display: none;
	width: 22px;
	height: 22px;
	background: url(../images/del-icon.png) no-repeat left center;
	background-size: 100%;
	right: 60px;
	top: 50%;
	transform: translate(-50%, -50%);
}


/* 2023-04-24-专栏 */
/* 专栏首页 */
.bg-gray {
	background: #F6F7FA;
}

.inner-top {
	padding-top: 27px;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eee;
}

.inner-top .nav-box {
	width: 1310px;
	/* padding-left: 120px; */
}

.inner-top .nav {
	float: left;
	margin-right: 40px;
	cursor: pointer;
}

.inner-top .nav p {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	line-height: 22px;
	padding-bottom: 27px;
}

.inner-top .nav-a p {
	color: #00479C;
}

.inner-top .nav:hover p {
	color: #00479C;
}

.inner-top .nav .line {
	width: 37px;
	height: 2px;
	background: #fff;
}

.inner-top .nav-a .line {
	background: #00479C;
}

.card-list-box {
	padding-top: 40px;
	width: 1320px;
	margin: 0 auto;
}

.card-list .card-one {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 360px;
}

.card-list .card-one .head-img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 20px;
	border-radius: 10px;
}

.card-list .card-one .card-right {
	float: left;
}

.card-list .card-one .card-right .title-box .title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	line-height: 22px;
	float: left;
	margin-top: 9px;
	max-width: 140px;
}

.card-list .card-one .card-right .title-box .btn {
	width: 120px;
	height: 34px;
	background: #49A2FC;
	border-radius: 17px;
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	float: right;
	margin-top: 4px;
	cursor: pointer;
}

.card-list .card-one .card-right .title-box .btn-a {
	background: #EEEEEE;
	color: #262626;
}

.card-list .card-one .card-right .card-text {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	margin-top: 14px;
	max-width: 260px;
}

/* 分页器 */
.page-box {
	/* width: 100%;
	height: 41px; */
	text-align: center;
	position: relative;
	/* margin-top: 80px;
	padding-bottom: 80px; */
	width: 100%;
}

.page {
	position: absolute;
	font-size: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.page-li {
	width: 41px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	display: inline-block;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	float: left;
	margin-right: 26px;
}

.page-pre {
	background: url("../images/page-pre.png") center no-repeat;
	background-size: 100% 100%;
}

.page-pre:hover {
	background: url("../images/page-pre2.png") center no-repeat;
	background-size: 100% 100%;
}

.page-next {
	background: url("../images/page-next.png") center no-repeat;
	background-size: 100% 100%;
	margin-right: 34px;
}

.page-next:hover {
	background: url("../images/page-next2.png") center no-repeat;
	background-size: 100% 100%;
}

.page-all {
	margin-right: 20px;
	text-align: left;
}

.page-num {
	background: url("../images/page-num.png") center no-repeat;
	background-size: 100% 100%;
}

.page-num:hover {
	color: #ffffff;
	background: url("../images/page-num2.png") center no-repeat;
	background-size: 100% 100%;
}

.active-page-num {
	color: #ffffff;
	background: url("../images/page-num2.png") center no-repeat;
	background-size: 100% 100%;
}

.page-code {
	float: left;
	font-size: 16px;
	line-height: 41px;
	color: #333;
}

/* 专栏详情 */
.top-details-box {
	width: 1380px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	margin-top: 40px;
}

.top-details-box .head-img {
	width: 160px;
	height: 160px;
	background: #FFFFFF;
	border: 4px solid #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(14, 5, 10, 0.3);
	border-radius: 50%;
	position: absolute;
	top: 225px;
	left: 40px;
	z-index: 3;
}

.top-30 {
	top: 30px !important;
}

.top-details-box .head-img img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.top-details-box .inner-box {
	padding: 30px 40px 30px 230px;
	min-height: 160px;
}

.top-details-box .inner-box .title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #262626;
	line-height: 22px;
	padding: 5px 0;
	float: left;
}

.top-details-box .inner-box .btn {
	width: 120px;
	height: 34px;
	background: #49A2FC;
	border-radius: 17px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	float: right;
	cursor: pointer;
}

.top-details-box .inner-box .btn-a {
	background: #eee;
	color: #262626;
}

.top-details-box .inner-box .p1 {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
	margin-top: 12px;
	margin-bottom: 20px;
}

.top-details-box .inner-box .details-text {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	margin-bottom: 28px;
}

.top-details-box .inner-box .unfold-btn {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	padding-left: 23px;
	background: url(../images/open-btn.png) no-repeat;
	background-size: 14px 14px;
	background-position: left center;
	cursor: pointer;
}

.top-details-box .inner-box .unfold-btn-a {
	background: url(../images/open-btn-a.png) no-repeat;
	background-size: 14px 14px;
	background-position: left center;
}

.details-content-box {
	width: 1381px;
	margin-top: 30px;
}

.left-list-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 36px 32px 30px;
	float: left;
	width: 850px;
}

.left-list-box .list-nav-box {
	width: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid #E9E9E9;
	padding-top: 34px;
}

.left-list-box .list-nav-box .nav-one {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #7A7A7A;
	line-height: 48px;
	float: left;
	margin-right: 41px;
	cursor: pointer;
}

.left-list-box .list-nav-box .nav-one-a {
	color: #43A0FF;
}

.left-list-box .list-nav-box .nav-one:hover {
	color: #43A0FF;
}

.left-list-box .list-nav-box .nav-one .line {
	margin-top: 12px;
	width: 30px;
	height: 2px;
	background: #fff;
}

.left-list-box .list-nav-box .nav-one-a .line {
	background: #43A0FF;
}

.left-list-box .list-one {
	padding: 30px 0;
	border-bottom: 1px solid #E9E9E9;
}

.left-list-box .list-one img {
	width: 221px;
	height: 125px;
	border-radius: 10px;
	float: left;
	margin-right: 15px;
}

.left-list-box .list-one .text-box {
	float: left;
}

.left-list-box .list-one .text-box .title {
	width: 612px;
	height: 48px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #131313;
	line-height: 24px;
	margin-top: 9px;
	margin-bottom: 40px;
}

.left-list-box .list-one .text-box .time-box {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 27px;
}

.left-list-box .list-one .text-box .time-box p:first-child {
	float: left;
}

.left-list-box .list-one .text-box .time-box p:last-child {
	float: right;
}

.right-list-box {
	float: right
}

.right-list-box .number-card {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 0;
}

.right-list-box .number-card .num-one {
	border-left: 1px solid #E9E9E9;
	width: 144px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	line-height: 22px;
	text-align: center;
	background: url(../images/line.png) no-repeat;
	background-size: 89px 3px;
	background-position: center;
	float: left;
}

.right-list-box .number-card .num-one:first-child {
	border-left: none;
}

.right-list-box .number-card .num-one .num {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #00479C;
	line-height: 22px;
	margin-top: 49px;
}

.right-list-box .title-box {
	padding-left: 40px;
	background: url(../images/book.png) no-repeat;
	background-size: 24px 24px;
	background-position: left center;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #121212;
	line-height: 45px;
	margin-top: 30px;
	margin-bottom: 28px;
}

.right-list-box .list-box {
	padding: 0 20px;
	background: #FFFFFF;
	border-radius: 10px;
}

.right-list-box .list-box .list-one {
	padding: 20px 0;
	background: #FFFFFF;
	border-radius: 10px;
	border-bottom: 1px solid #E9E9E9;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #131313;
	line-height: 30px;
	max-width: 387px;
}

.right-list-box .list-box .list-one:last-child {
	border-bottom: none;
}

.right-list-box .list-box .list-one .tap {
	width: 20px;
	height: 20px;
	background: #ACD5FF;
	border-radius: 50%;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	float: left;
	margin-right: 7px;
	margin-top: 3px;
}

.bg-yellow {
	background: #FFA81A !important;
}

.bg-green {
	background: #61D09B !important;
}

.bg-red {
	background: #F44C4C !important;
}

/* 文章详情 */
.assay-box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px 38px 30px 35px;
	width: 850px;
}

.assay-box .title {
	font-size: 28px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #262626;
	line-height: 48px;
	margin-bottom: 20px;
}

.assay-box .p1 {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 27px;
}

.assay-box .card-box {
	width: 688px;
	border-radius: 10px;
	margin: 20px 0;
	padding: 30px 128px 26px 30px;
	background: url(../images/arrow.png) no-repeat #F8F8F8;
	background-size: 11px 18px;
	background-position: 802px center;
}

.assay-box .card-box .card-img {
	width: 90px;
	height: 90px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(14, 5, 10, 0.3);
	border-radius: 50%;
	float: left;
	margin-right: 21px;
}

.assay-box .card-box .card-img img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.assay-box .card-box .p2 {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #262626;
	line-height: 24px;
	margin-bottom: 17px;
	margin-top: 14px;
}

.assay-box .card-box .p3 {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
}

.assay-box .video-box {
	width: 780px;
	height: 487px;
}

.assay-box .video-box img {
	width: 780px;
	height: 487px;
}

.assay-box .p4 {
	width: 846px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	line-height: 27px;
	margin-top: 26px;
	margin-bottom: 57px;
}

.assay-box .eva-box {
	padding: 20px 0;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

.assay-box .eva-box .reply-btn {
	width: 67px;
	height: 24px;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	border-radius: 23px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #43A0FF;
	line-height: 24px;
	padding: 11px 24px;
	float: left;
}

.assay-box .eva-box .reply-btn p {
	float: right;
}

.assay-box .eva-box .reply-btn .icon {
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/reply-icon.png) no-repeat;
	background-size: 100% 100%;
}

.assay-box .eva-box .star-btn {
	width: 67px;
	height: 24px;
	background: #EAEAEA;
	border-radius: 23px;
	padding: 11px 24px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
	float: right;
	margin-left: 30px;
}

.assay-box .eva-box .star-btn p {
	float: right;
}

.assay-box .eva-box .star-btn .icon1 {
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/star-icon.png) no-repeat;
	background-size: 100% 100%;
}

.assay-box .eva-box .star-btn .icon2 {
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/star-icon2.png) no-repeat;
	background-size: 100% 100%;
}

.assay-box .reply-box {
	padding: 28px 0 0 0;
}

.assay-box .reply-box .title-box .title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #121212;
	line-height: 48px;
	float: left;
}

.assay-box .reply-box .title-box .btn {
	width: 62px;
	height: 30px;
	background: #F8F8F8;
	border-radius: 15px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #121212;
	line-height: 30px;
	text-align: center;
	float: right;
	margin-left: 20px;
}

.bg-blue {
	background: #D5EAFF !important;
}

.assay-box .list-one {
	padding: 20px 0;
	border-bottom: 1px solid #D4D4D4;
}

.assay-box .list-one:last-child {
	border-bottom: none;
}

.assay-box .list-one .head-img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

.assay-box .list-one .content-box {
	float: left;
	width: 90%;
}

.assay-box .list-one .title-box {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 48px;
}

.assay-box .list-one .title-box p:first-child {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #0066CC;
	line-height: 48px;
	float: left;
}

.assay-box .list-one .title-box .icon {
	width: 21px;
	height: 21px;
	background: url(../images/blue-icon.png) no-repeat;
	background-size: 100% 100%;
	float: left;
	margin: 13.5px 8px;
}

.assay-box .list-one .p5 {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	line-height: 48px;
}

.assay-box .list-one .p6 {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 48px;
	float: left;
}

.assay-box .list-one .btn-box {
	float: right;
	margin-top: 12px;
}

.assay-box .list-one .btn-box .btn {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 27px;
	float: left;
	width: 100px;
}

.assay-box .list-one .btn-box .btn .icon1 {
	width: 24px;
	height: 21px;
	background: url(../images/reply-icon2.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 11px;
	float: left;
}

.assay-box .list-one .btn-box .btn .icon2 {
	width: 24px;
	height: 21px;
	background: url(../images/star-icon2.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 11px;
	float: left;
}

.assay-box .list-one .gray-arrow {
	width: 0;
	height: 0;
	border-bottom: 10px solid #F8F8F8;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	margin-left: 40px;
	margin-top: 10px;
}

.assay-box .list-one .gray-box {
	background: #F8F8F8;
	border-radius: 10px;
	padding: 30px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	max-width: 678px;
}

.assay-box .list-one .gray-box .blue-text {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #0066CC;
}

.right-list-box .title-box2 {
	background: url(../images/tap.png) no-repeat;
	background-size: 24px 19px;
	background-position: left center;
}

.right-list-box .top-card {
	width: 389px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 18px 24px 17px 22px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
}

.right-list-box .top-card .head-img {
	width: 84px;
	height: 84px;
	float: left;
	margin-right: 7px;
	border-radius: 50%;
}

.right-list-box .top-card .text {
	float: left;
}

.right-list-box .top-card .p1 {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #262626;
	line-height: 22px;
	margin-bottom: 20px;
}

.right-list-box .top-card .btn {
	float: right;
	width: 90px;
	height: 34px;
	background: #49A2FC;
	border-radius: 17px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
}

.right-list-box .tap-box {
	width: 390px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
}

.right-list-box .tap-box .tap-one {
	height: 36px;
	background: #F8F8F8;
	border-radius: 18px;
	padding: 0 18px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #262626;
	line-height: 36px;
	margin-right: 20px;
	float: left;
}

.left-box {
	float: left;
}

.input-box {
	width: 879px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	margin-top: 18px;
}

.input-box textarea {
	width: 839px;
	height: 100px;
	border: 1px solid #eee;
	padding: 20px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #262626;
	line-height: 22px;
}

.input-box textarea::placeholder {
	color: #AAAAAA;
}

.input-box .btn-box {
	margin-top: 20px;
}

.input-box .btn-box .face {
	background: url(../images/face-icon.png) no-repeat;
	background-size: 22px 20px;
	background-position: left center;
	padding-left: 30px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 22px;
	float: left;
}

.input-box .btn-box .btn {
	width: 120px;
	height: 34px;
	background: #49A2FC;
	border-radius: 17px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	float: right;
}

.center-box {
	margin: 0 auto;
	width: 1700px;
}

.left-nav-box {
	float: left;
	margin-top: 40px;
	margin-right: 30px;
	margin-left: -45px;
}

.inner-right-box {
	float: left;
}

.special-page {
	margin-left: -100px;
}

.left-nav-box .list {
	border-right: 5px solid #fff;
	width: 150px;
	width: 200px;
	max-height: 600px;
	overflow-y: auto;
	cursor: pointer;
}

::-webkit-scrollbar {
	width: 0 !important;
}

.left-nav-box .list .one {
	height: 50px;
	background: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
}

.left-nav-box .list .one-a {
	color: #49A2FC;
}

.left-nav-box .list .one-a {
	border-left: 5px solid #49A2FC;
}

/* 轮播图 */
.swiper-container {
	width: 1380px;
	height: 280px;
	border-radius: 10px 10px 0 0;
}


.width-850 {
	width: 850px !important;
}

.margin-top-25 {
	margin-top: 25px;
}

.top-details-box .inner-box-new {
	padding-left: 30px !important;
	min-height: 0;
}

.top-details-box .inner-box-new .details-text {
	margin-bottom: 0;
}




/********2023-09-22-专栏详情页修改*********/
.journal-article-item {
	display: block;
	padding: 22px 0;
	border-bottom: 1px solid #E1E3E7;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.journal-article-item:hover {
	color: #999;
}

.article-title {
	margin-bottom: 10px;
	font-size: 18px;
	color: #262626;
	font-weight: bold;
	line-height: 25px;
}
.article-title:hover {
    color: #00418F;
}
.article-intro {
	margin-bottom: 12px;
}

.academic-nav-list {
	margin-top: 22px;
	margin-bottom: 14px;
}

.academic-nav-tab {
	float: left;
	margin-right: 8px;
	padding: 10px 16px;
	font-size: 16px;
	color: #7A7A7A;
	line-height: 22px;
	cursor: pointer;
}

.current-academic-nav {
	background: #5BA9FC;
	border-radius: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.academic-info-item {
	margin-bottom: 22px;
	font-size: 14px;
	color: #7A7A7A;
	line-height: 20px;
}

.right-info-box {
	float: right;
	width: 664px;
	padding-bottom: 22px;
	border-bottom: 1px solid #E1E3E7;
}

.academic-info-item:last-child .right-info-box {
	border-bottom: none;
}

.academic-info-cont {
	margin-bottom: 16px;
}

.academic-info-cont:last-child {
	margin-bottom: 0;
}

.attendance-record-list {
	margin-top: 22px;
}

.record-year-box {
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 16px;
	border-radius: 20px;
	background: #5BA9FC;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 22px;
}

.record-date-li {
	padding-left: 19px;
	padding-bottom: 32px;
	position: relative;
}

.li-icon {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 3px;
}

.icon-line {
	display: block;
	width: 0;
	height: 100%;
	margin: 0 4px;
	border: 1px solid #E9E9E9;
}

.icon-circle {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border: 1px solid #5BA9FC;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.record-date-li:first-child .li-icon {
	top: 9px;
}

.record-date-li:first-child .icon-circle {
	top: 0;
}

.record-date-li:last-child .li-icon {
	height: 10px;
}

.li-time {
	float: left;
	width: 73px;
	height: 28px;
	background: #E9F4FF;
	border-radius: 20px;
	font-size: 14px;
	color: #5BA9FC;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

.li-cont {
	float: right;
	width: 746px;
	padding-top: 3px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.li-cont:hover {
	color: #999;
}

.meeting-name {
	margin-bottom: 16px;
	font-size: 16px;
	color: #262626;
	font-weight: bold;
	line-height: 22px;
}

.meeting-address {
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(../images/icon_address.png) no-repeat left center;
	background-size: 12px 14px;
}

.meeting-check-in {
	padding-left: 16px;
	background: url(../images/icon_check_in.png) no-repeat left center;
	background-size: 11px 12px;
}

.blue-text {
	color: #5BA9FC
}

/* 乐城视频相关 */
.short_video_list_box {
	background-color: #fff;
	padding: 15px 12px;
}

.short_video_list_box .short_video_block {
	float: left;
	width: 270px;
	margin: 0 2.5px 9px;
	position: relative;
	display: block;
}

.short_video_list_box .sv_pic {
	width: 270px;
	height: 408px;
	border-radius: 20px;
}

.short_video_list_box .sv_infor {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 9px 8px;
	box-sizing: border-box;
}

.short_video_list_box .sv_tit {
	font-size: 21px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}

.short_video_list_box .sv_company {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	vertical-align: middle;
}

.short_video_list_box .sv_logo {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.short_video_list_box .sv_play_num {
	background: url('../images/play.png') no-repeat left 0px;
	background-size: 23px 23px;
	padding-left: 30px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}

.short_video_list_box .sv_good_num {
	background: url('../images/good.png') no-repeat left 1px;
	background-size: 17px 18px;
	padding-left: 25px;
	float: right;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}

.short_video_list_box .sv_num {
	padding-top: 10px;
}

.paging_box {
	padding: 32px 0;
	text-align: center;
}

.paging_box ul {
	display: inline-block;
}

.paging_box ul li {
	float: left;
}

.paging_box ul li a {
	display: block;
	min-width: 26px;
	height: 26px;
	padding: 0 5px;
	box-sizing: border-box;
	background: #BEDDED;
	font-size: 15px;
	color: #00488B;
	line-height: 26px;
	margin: 0 7.5px;
	cursor: pointer;
}

.paging_box ul li a.active {
	background-color: #00488B;
	color: #fff;
}

.paging_box ul li a.turning {
	background-color: transparent;
	font-size: 15px;
	font-weight: 500;
	color: #C9CACA;
	line-height: 26px;
	width: auto;
}

.paging_box ul li a.turning.active {
	color: #00488B;
}

.black_bg {
	background-color: #000;
}

.short_video_infor {
	padding: 18px 14px;
}

.short_video_tit {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 22px;
	margin-bottom: 16px;
}

.short_video_time {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 17px;
}

.short_video_good_num {
	background: url('../images/good3.png') no-repeat left 0px;
	background-size: 20px 20px;
	padding-left: 30px;
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	margin-right: 30px;
}

.short_video_share_num {
	background: url('../images/share.png') no-repeat left 0px;
	background-size: 20px 20px;
	padding-left: 30px;
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 20px;
	margin-right: 30px;
}

.area_box {
	width: 389px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 18px 24px 17px 22px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
	margin-bottom: 20px;
}

.area_pic {
	width: 60px;
	height: 60px;
	margin-right: 15px;
	border-radius: 50%;
	float: left;
}

.area_infor {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	padding: 9px 0 0;
}

.area_tit {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 22px;
	margin-bottom: 4px;
}

.video_area_box {
	width: 389px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 18px 24px 17px 22px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
	margin-bottom: 20px;
}

.video_area_box .video_area_tit {
	padding: 16px 17px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 22px;
	font-weight: bold;
}

.video_area_box .video_area_cont {
	padding: 16px 0;
}

.video_area_box .video_area_block {
	width: 123px;
	position: relative;
	margin: 0 9px 10px 0;
	float: left;
	cursor: pointer;
}

.video_area_box .video_area_block:nth-child(3n) {
	margin-right: 0;
}

.video_area_box .video_area_pic {
	width: 123px;
	height: 190px;
	border-radius: 10px;
	border: 2px solid transparent;
	box-sizing: border-box;
}

.video_area_box .video_area_block.active .video_area_pic {
	border-color: #fff;
}

.video_area_box .video_area_num {
	position: absolute;
	left: 40px;
	bottom: 6px;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	background: url('../images/good.png') no-repeat left 0px;
	padding-left: 20px;
}

.list-tap{
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0 8px;
    border-radius: 2px;
    float: left;
    margin-right: 8px;
}
.list-tap.yellow{
    color: #EC6C00;
    background: #FFEFE2;
}
.list-tap.red{
    color: #F44C4C;
    background: #FBECEC;
}
.list-tap.blue{
    color: #36BBCB;
    background: #EBF8FA;
}
.left-list-box .cover_pic {
    overflow: hidden;
    position: relative;
    width: 221px;
    height: 125px;
    border-radius: 10px;
    float: left;
    margin-right: 15px;

}
.left-list-box .cover_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: none;
}
