﻿.headtagbox{
	border: 1px solid #E9E8E8;
	margin-top: 18px;
	padding: 18px;
}
.headtagbox h1{
	font-size: 18px;
	margin-top: 0px;
}
.headtagbox>div{
	display: flex;
	justify-content: space-between;
}
.headtagbox>div span{
	font-size: 12px;
	color: #483a32;
}
.headtagbox>div ul{
	display: flex;
}
.headtagbox>div ul li a{
	display: inline-block;
	line-height: 26px;
	font-size: 12px;
	border:1px solid #007ac1;
	border-radius: 5px;
	padding: 0px 6px;
	margin-right: 8px;
	color: #007ac1;
}
.discusswrap{
	display: flex;
	/* padding:12px 0px ; */
}
.discussboxleft{
	width: 180px;
	background-color: rgba(221, 221, 221, 0.3);;
}
.discussboxleft >img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 12px;
	box-sizing: border-box;
}
.discussboxright{
	width:616px;
}
.discussboxleft >p{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.discussboxright>div p{
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
.discussboxright>div{
	padding-left: 12px;
	margin-top: 12px;
	padding-right: 12px;
}
.discussboxright>p{
	font-size: 14px;
	color: #483a32;
	border-bottom: 1px solid #dadada;
	line-height: 32px;
	padding-left: 12px;
	box-sizing: border-box;
}
.topNav a {
	padding: 0 12px;
	line-height: 1;
	border-right: 1px solid #ccc;
}
.topNav a:last-child {
	border-right: none;
}
.head .logo {
	width: 183px;
	height: 60px;
}
.head{
	height: 88px;
}
.icon{
}
.iAuth{
	width: 18px;
	height: 18px;
	background: url(../../../rg/static/image/authentication.png) no-repeat;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;
}
.iState{
	width: 18px;
	height: 18px;
	background: url(../images/state_0.png) no-repeat;
	display: inline-block;
	background-size: contain;
	margin-right: 4px;  
}
.contentNav {
	height: 40px;
}
.contentNav a {
	margin-top: 9px;
}
.contentNav a.active {
	background: url(../images/icon_nav_bd.png) no-repeat center bottom;
}
.topbanner{
    background: url(../images/202303168014371151046.png) no-repeat 50% / cover;
    height: 208px;
    width: 100%;
}
.topbanner .top_box{
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    width: 1200px;
}
.topbanner .top_box .top_box_title{
    color: #333;
    font-size: 42px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 48px;
}
.topbanner .top_box .top_box_content{
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 25px;
    text-align: center;
    width: 748px;
}
.banner,.bannerImg,.bannerImg a img {
	width: 200px;
	height: 268px;
	border-radius: 6px;
	object-fit: cover;
}
.banner {
	position: relative;
}
.bannerBtn {
	position: absolute;
	bottom: 6px;
	right: 6px;
}
.bannerBtn span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin-left: 6px;
	display: inline-block;
}
.bannerBtn span.active {
	background: #007ac1;
}
.listNews li {
	width: 262px;
	float: left;
}
.listNews li:nth-of-type(even),.itemQa:nth-of-type(even) {
	float: right;
}
.listNews li:nth-child(1),.listNews li:nth-child(2),.itemQa:nth-child(1),.itemQa:nth-child(2) {
	margin-top: 12px;
}
.listNews li a {
	display: block;
	width: 182px;
	font-size: 14px;
	color: #666;
}
.checkDetails,.register {
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border-radius: 4px;
}
.checkDetails {
	width: 87px;
	height: 33px;
	border: 1px solid #007ac1;
	color: #007ac1;
}
.register {
	width: 89px;
	height: 35px;
	background: #007ac1;
	color: #fff;
	margin-top: 18px;
}
.allExpert {
	width: 82px;
	height: 72px;
	background: #F5F5F5;
	border-radius: 6px;
}
.listDocAvatar {
	width: 648px;
}
.itemQaTitle:before {
	content: '';
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../../../sjzivf/images/icon_ask.png) no-repeat center center;
	margin-right: 9px;
	margin-top: 2px;
}
.itemJingxuan:before {
	content: '';
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../images/icon_jingxuan.png) no-repeat center center;
	margin-right: 9px;
	margin-top: 2px;
	background-size: 100% 100%;
}
.wdtitle h1{
	font-size: 16px;
}
.wdtitles h1{
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wdtitles h1:before {
	content: '';
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../../../sjzivf/images/icon_ask.png) no-repeat center center;
	margin-right: 9px;
	margin-top: 2px;
}
.wdtitle h1:before {
	content: '';
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../../../sjzivf/images/icon_ask.png) no-repeat center center;
	margin-right: 9px;
	margin-top: 2px;
}
.docansw h2{
	font-size: 16px;
	color: #007ac1;
	font-weight:bold;
	border-bottom: 2px solid #007ac1;
}
.wdtitle h1:hover {
	color: #007ac1;
}
.itemQa {
	width: 370px;
	float: left;
	margin-top: 24px;
	/* flex: 0 0 48%; */
}
.titleList a {
	padding: 12px 0;
	border-bottom: 1px solid #E9E8E8;
}
.titleList a::before,.readList a::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	float: left;
	margin-right: 6px;
	margin-top: 6px;
	background: url(../images/jbzt_icon_mrsj.png) no-repeat;
}
.titleList a:hover::before {
	background: url(../images/jbzt-icon_zssj.png) no-repeat;
}
.titleList a:hover,.linkList a:hover,.itemQa p.itemQaTitle:hover {
	color: #007ac1;
}
.titleList a:last-child,.docItem:last-child {
	border-bottom: none;
}
.charList img {
	width: 168px;
	height: 117px;
}
.charList .charItemInfo {
	width: 336px;
}
.charList2 a {
	display: block;
	width: 185px;
	float: left;
	margin-left: 34px;
}
.charList2 a:nth-child(1),.charList2 a:nth-child(6),.charList2 a:nth-child(11),.charList2 a:nth-child(16),.charList2 a:nth-child(21),.charList2 a:nth-child(26),.charList2 a:nth-child(31),.linkList a:nth-child(1),.linkList a:nth-child(8),.linkList a:nth-child(15),.linkList a:nth-child(22),.linkList a:nth-child(29) {
	margin-left: 0;
}
.charList2 a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: 9px;
	margin-right: 12px;
	background: #999;
	float: left;
}
.hosImgsList img {
	width: 254px;
	height: 204px;
}
.tabBtnItem {
	color: #666;
	font-size: 16px;
	margin-right: 36px;
	line-height: 24px;
	display: inline-block;
}
.tabBtnItem.active {
	font-weight: bold;
	color: #007ac1;
	border-bottom: 2px solid #007ac1;
}
.linkList a {
	width: 136px;
}
.line {
	border-right: 1px solid #ddd;
}
.lineDashed {
	border-bottom: 1px dashed #E9E8E8;
}
.wdzxBtn {
	width: 62px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	color: #007ac1;
	border: 1px solid #007ac1;
	line-height: 22px;
	border-radius: 4px;
}
.artContent p {	
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.artContent p span{
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}
.artContent .qmlink{	
	display: inline-block;	
	font-size: 16px;
	color: #007ac1;	
	font-weight: 500;
}
.artContent li .qmlink{
    font-size: 14px;
}
.Qmtable td .qmlink{
	font-size: 15px;
	color:#007ac1;
}
.artContent strong .qmlink{	
	font-weight:700;
}
.artContent table .qmlink{
	font-size:15px;
}
.zxBtn {
	width: 62px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	color: #007ac1;
	border: 1px solid #007ac1;
	line-height: 22px;
	border-radius: 4px;
}
.rightAd {
	width: 286px;
	height: 238px;
}
.img150 {
	width: 150px;
	height: 112px;
}
.pageList a {
	display: block;
	padding: 7px 12px;
	border-radius: 4px;
	color: #999;
	font-size: 14px;
	background: #e9e8e8;
	margin-right: 4px;
}
.pageList span.current {
	background: #007ac1;
	color: #fff;
	display: block;
	padding: 7px 12px;
	border-radius: 4px;
	font-size: 14px;
	margin-right: 4px;
}
.btnList a {
	display: block;
	width: 72px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 6px;
	font-size: 12px;
	margin-left: 24px;
}
.btnList a:first-child {
	width: 70px;
	color: #FF9119;
	border: 1px solid #FF9119;
}
.btnList a:last-child {
	background: #007ac1;
	color: #fff;
	margin-top: 12px;
}
.btnList2 a {
	width: 154px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	border-radius: 6px;
	font-size: 14px;
}
.btnList2 a:first-child {
	border: 1px solid #007ac1;
	color: #007ac1;
}
.btnList2 a:last-child {
	border: 1px solid #FF9119;
	color: #fff;
	background: #FF9119;
	margin-left: 24px;
}
.icon9028 {
	display: block;
	width: 90px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	color: #fff;
	background: #0EB3C4;
	font-size: 14px;
}
.img7360 {
	width: 73px;
	height: 60px;
}
.img18524 {
	width: 185px;
	height: 24px;
}
.axisInfo {
	height: 92px;
	width: 144px;
	padding-left: 9px;
	border-left: 1px dotted #ddd;
	margin-left: 9px;
}
.axisInfo p:last-child {
	height: 60px;
	overflow-y: scroll;
}
.circle {
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #007ac1;
}
.axisItem .timeLine {
	width: 133px;
	border-top: 2px solid #007ac1;
	margin-top: 8px;
}
.axisItem2 .timeLine {
	height: 133px;
	border-left: 2px solid #007ac1;
	margin-left: 8px;
}
.timeAxis {
	position: relative;
	height: 320px;
}
.axisInfo,.axisItemList {
	position: absolute;
}
.axisItemList {
	top: 92px;
	flex-wrap: wrap;
}
.axisItemList .axisItem:nth-child(n+6){
    margin-top: 90px;
}
.axisInfo:nth-child(2) {
	top: 110px;
	left: 150px;
}
.axisInfo:nth-child(3) {
	top: 0;
	left: 302px;
}
.axisInfo:nth-child(4) {
	top: 110px;
	left: 453px;
}
.axisInfo:nth-child(5) {
	top: 0;
	left: 604px;
}
.axisInfo:nth-child(6) {
	top: 220px;
	left: 0;
}
.axisItemInfo {
	height: 151px;
}
.axisItemInfo:last-child {
	height: 50px;
}
.img390220 {
	width: 390px;
	height: 220px;
	float: left;
}
.enviList .img390220:nth-of-type(even) {
	float: right;
}
.enviList img:nth-child(1) ,.enviList img:nth-child(2){
	margin-top: 0px;
}
.addressImg {
	width: 796px;
	height: 450px;
}
.fix {
	position: fixed;
	left: 1%;
	top: 20%;
}
.fix img {
	width: 195px;
	height: 345px;
}
.fix_bot {
	cursor: pointer;
	height: 25px;
	background: #bfbebe;
	text-align: right;
	line-height: 25px;
	font-size: 12px;
	color: #000;
	padding-right: 10px;
}
.height42 {
	height: 42px;
}
.height63 {
	height: 63px;
}
.height260 {
	height: 260px;
}
.fixRight {
	position: fixed;
	right: 1%;
	top: 30%;
}
.fixRight img {
	width: 150px;
	height: 230px;
}
.listDocInfo {
	height: 160px;
}
.icon218137 {
	width: 218px;
	height: 137px;
}
.box_yt_404{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #6cbecf;
}
.imgbox_yt_404{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40vw;
	height: 40vw;
}
.imgbox_yt_404 img{
	width: 40vw;
	height: 40vw;
}
.docansw .docanswContent{
	font-size: 16px;
	color: #007ac1;
	font-weight:bold;
	border-bottom: 2px solid #007ac1;
}
.artContent p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.artContent h2{
	color: #262626;
	font-size:18px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	padding-left: 16px;
}
.artContent h2 span{
	font-size:18px;
	font-weight:700;
}
.artContent h2 a.qmlink{
	font-size:18px;
}
.artContent h2:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	margin-right: 10px;
	width: 6px;
	height: 22px;
	background: #007ac1;
	border-radius: 3px;
}
.artContent h3{
	color: #262626;
	font-size:16px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 600;
}
.artContent .Qmtips{
	margin: 20px 0;
	font-size: 15px;
	line-height: 27px;
	font-weight: 400;
	color: #383838;
	background: rgba(231,246,255,1);
	position: relative;
	padding: 50px 20px 20px;
	border-radius: 4px;
}
.artContent .Qmtips span{
	font-size: 15px;
}
.artContent .Qmtips:after {
	content: "Tips：";
	position: absolute;
	top: 15px;
	left: 20px;
	color: #007ac1;
	font-size: 18px;
	font-weight: 700;
}
.artContent .QmPreface{
    margin: 20px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    padding: 20px 20px 20px;
    border-radius: 4px;
    background: #f0f8ff;
    overflow: hidden;
    position: relative;
}
.artContent .QmPreface  a.qmlink{
    font-size: 15px;
    color: #007ac1;
    text-decoration: underline;
}
.artContent ol,.artContent ul{
	padding-left: 0;
	margin-left:30px;
}
.artContent ol li,.artContent ol li p,.artContent ul li,.artContent ul li p{
	font-size:14px;
	color: #999;
	line-height: 26px;
	margin-top:6px;
}
.artContent ul li{
	list-style: disc;
}
.artContent ol li{
	list-style: none;
}
.artContent p img{
	max-width: 600px;
	display: inline;
	border-radius: 5px;
	width: auto;
}
.artContent table,.Qmtable{
	margin: 10px 0;
}
.artContent .Qmtable-th td,.Qmtable thead td,.Qmtable thead th,.Qmtable .Qmtable-th td{
	font-size:16px!important;
	background: #e8f6ff;
}
.artContent table td,.Qmtable td,.Qmtable th{
	border: 1px solid #e5e5e5;
	padding: 10px 20px;
	word-break: break-all;
	font-size:15px;
}
.Qmtable td a,.Qmtable td span{
	font-size:15px;
}

.artContent .Qmqa{
	margin-top:10px;
}
.artContent .Qmqa .Qmqa-q{
	max-width: 100%;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 16px;
	color: #007ac1;
	font-weight:700;
}
.artContent .Qmqa .Qmqa-q::before {
    content: '';
    display: inline-block;
    background-image: url(../images/q_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.artContent .Qmqa .Qmqa-a{
	margin-bottom:15px;
}
.artContent .Qmqa .Qmqa-a p{
	font-size:15px;
	color: #333333;
	font-weight:500;
	line-height:28px;
}
/**.artContent .Qmqa .Qmqa-a::before {
    content: '';
    display: inline-block;
    background-image: url(../images/a_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    line-height: 25px;
    margin-right: 5px;
    margin-bottom: -5px;
}**/

.Qmdir{
	display: flex;
    background: #fbfbfb;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	margin:20px 0 15px 0;
}
.Qmdir .Qmdir-title{
	writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    padding: 4px 40px;
	font-size:18px;
	color:#333;
}
.Qmdir .Qmdir-link{
    border-left: 1px solid #ebebeb;
	padding: 15px;
}
.Qmdir .Qmdir-link a{
	line-height:28px;
	font-size:16px;
	color:#007ac1;
}
.fixed-left{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: calc(50% - 608px);
    position: fixed;
    bottom: 2%;
    width: 50px;
	display:none
}
.fixed-left .fixed-left-top{
	background: #f5f3f2;
    border-radius: 4px;
    color: #007ac1;
    font-size: 12px;
	text-align: center;
	padding:5px 0;
}

.wdtag {
	margin-top: 10px;
}
.wdclass {
	margin-right: 10px;
	background: #e7f6ff;
	border: 1px solid #007ac1;
	border-radius: 3px;
	padding: 3px 8px;
	line-height: 22px;
	display: initial;
}
.bdGray p a{
	font-size: 16px;
	display: initial;
	color: #007ac1;
}
/**医院**/
.sprite {
    background: url(../images/sprite.png) no-repeat;
}
.icon10 {
    width: 10px;
    height: 10px;
}
.icon_close {
    background-position: -20px 0;
    margin-top: 8px;
    margin-left: 6px;
}
.area_list a{
	width:80px;
}
.hospital_list img {
    width: 200px;
    height: 140px;
	object-fit: cover;
}
.hospital_info img {
    width: 184px;
    height: 138px;
	object-fit: cover;
}
.hospital_jianjie_desc{
	width:474px;
	-webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
	-webkit-line-clamp: 1;
}
.hospital_jianjie_tips{
	color: #0e89d1;
    font-size: 14px;
    font-weight: 400;
    height: 19px;
    line-height: 19px;
}
.hospital_pub_title::before{
    content: "";
    display: block;
    float: left;
    width: 4px;
    height: 24px;
    background: #0e89d1;
    border-radius: 4px;
    margin-right: 10px;
}
.hospital_pub_list div {
    padding: 16px 0;
    border-bottom: 1px dashed #dcdcdc;
    width: 50%;	
}
.hospital_pub_list div p{
	font-size:15px;
}
.hospital_pub_list div:nth-child(2n+1){
	margin-left: 0;
}
/*tags*/
.topic{
    border: 1px solid #ededed;
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000014;
}
.topic-img{
    width:160px;
    height: 120px;
}
.topic-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.topic-info h1{
    font-size: 22px;
    line-height: 34px;
    margin:0;
}
.topic-desc{
    line-height: 22px;
}
.topic-liks a{
    display: inline-block;
    padding: 3px 12px 3px 12px;
    background: #F5F5F5;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    word-wrap: break-word;
    word-break: break-all;
    margin-right: 8px;
    margin-top: 10px;
}
.topic-liks a:hover{
    color: #0e89d1;
}
/*jingxuan*/
.jx-container {
    
}
.jx-tabs {
    border-right: 1px solid #ddd;
    width: 172px;
}
.jx-tab {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #E9E8E8;
}
.jx-tab:last-child{
    border-bottom: 0;
}
.jx-tab .font{
    font-size:18px;
    width: 40px;
    text-align: center;
    font-weight: 500;
}
.jx-tab span{
    font-size: 15px;
    width: 100px;
    text-align: left;
    font-weight: 500;
}
.jx-tab.jx-active {
    background-color: #0e89d1;
}
.jx-tab.jx-active .font{
    color: #ffffff;
}
.jx-tab.jx-active span{
    color: #ffffff;
    font-weight: 700;
}
.jx-tab-content {
    flex: 1;
}
.jx-tab-pane {
    display: none;
}
.jx-tab-pane.jx-active {
    display: block;
}
.jx-tab-box{
    padding: 20px;
}

.jx-h2{
    height: 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #333;
    padding-left: 15px;
    position: relative;
}
.jx-h2:before {
    content: "";
    width: 4px;
    height: 18px;
    background: #08c;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 2px;
}
.jx-area-item {
    background: linear-gradient(180deg,#c7d8f2,#f0f0f2);
    border-radius: 6px;
    box-shadow: 0 2px 2px 1px #0000001a;
    height: 66px;
    padding: 18px 15px 0;
    position: relative;
    transition: all .3s;
}
.jx-area-cover{
    align-items: center;
    background: #7759b380;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    justify-content: center;
    position: relative;
    width: 45px;
    z-index: 1;
}
.jx-area-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.jx-area-h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.jx-area-li{
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}
.divider{
    background: #707070;
    display: inline-block;
    height: 13px;
    margin: 0 6px;
    transform: translateY(2px) scaleX(.5);
    width: 2px;
}

.jx-area .jx-tag{
    background: #f5f6f7;
    border-radius: 8px;
    height: 56px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 18px;
    margin-top: 20px;
}
.jx-area .jx-tag .font{
    display: block;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    margin-right: 6px;
    text-align: center;
    width: 26px;
}
.jx-area .jx-tag:hover{
    color: #0e89d1;
}
.jx-area .jx-tag:hover .font{
    color: #0e89d1;
}
/*jingxuan - news*/
.news-tab{
    padding: 20px;
}
.news-cont {
    display: none;
}
.news-active {
    display: block;
}
.news-btns div{
    border-radius: 14px;
    display: inline-block;
    line-height: 26px;
    margin-right: 15px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.news-btns .news-active{
    background: #08c;
    color: #fff!important;
}
.jx-links{
    height: 85px;
}
.jx-links .jx-jian{
    background-color: #ff9812;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 200;
    margin-left:4px;
}
.jx-links .jx-hot{
    background-color: #fe2d46;
    display: inline-block;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 200;
    margin-left:4px;
}
.jx-links .news-img{
    width: 128px;
    height: 85px;
}
.jx-links .news-img img{
    object-fit: cover;
}
.jx-links img.line-3{
    float: right;
    width: 1px;
    height: 100%;
    margin-left: 28px;
}
.jx-links .ellipsis2{
    font-size: 14px;
    color: #626675;
}
.jx-links .news-right{
    width: 149px;
}
.jx-links .news-right p{
    color: #999;
    font-size: 14px;
    font-weight: 500;
}
.jx-age .jx-age-title{
    width: 60px;
    height: 60px;
    line-height: 21px;
    font-size: 16px;
}
.jx-age .jx-age-item a{
    background: #eef6ff;
    border-radius: 15px;
    color: #007cff;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-bottom: 18px;
    margin-right: 15px;
    opacity: 1;
    padding: 0 16px;
}
.jx-hotsowd a{
    display: inline-block;
    padding: 3px 12px 3px 12px;
    background: #F5F5F5;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    word-wrap: break-word;
    word-break: break-all;
    margin-right: 8px;
    margin-top:18px;
}
.jx-hotsowd a:hover{
    color: #0e89d1;
}

/*图形表*/
#feiyong-chart,#sanjia-chart,#zhuanke-chart {
      width: 100%;
      height: 400px
}
.price-info {
  text-align: center;
}
.price-info span {
  color: red;
  font-size: 20px;
}
.yiyuan-table {
  width: 100%;
}
.neighbor-cities {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.artContent img{filter:blur(3px)}