.xk {
    width: 1200px;
    background-color: #f1f1f1;
    margin: 0px auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.xk>.wtly>div,.xk>.fwqy>div,.xk>.fwlx>div {
    color: rgb(183, 183, 183);
    
}
.xk {
    border-radius: 10px;
    overflow: hidden;
}
.xk .xg{
    padding: 24px 0px;
    border-bottom:1px #d3d3d3 dashed;
    position: relative;
}
.xk .xg:nth-of-type(3){
    border-bottom:0px;
}
.xk ul {
    width: 83%;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}
/* flex-wrap: wrap;换行 */
.rmnr{
    padding-right:10px;
}
.active{
    color: white !important;
    background-color: rgb(80, 135, 255);
    border-radius: 15px;
}
.active a{
    color: white !important;
}

.wtly,.fwqy,.fwlx {
    width: 1200px;
    background-color: #fff;
    box-sizing: border-box;
    /* padding: 0 31px; */
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
    
}
.wtly>div:nth-of-type(1){
    padding-left: 10px;
    margin-right: 34px;
}
.fwqy>div:nth-of-type(1){
    padding-left: 10px;
    margin-right: 34px;
}
.fwlx>div:nth-of-type(1){
    padding-left: 10px;
    margin-right: 34px;
}
.weizhi{
    margin: 0 auto;
    width: 1200px;
}
.xg ul li {
    font-size: 14px;
    color: rgba(0,0,0,1);
    padding: 7px 7px;
    margin: 5px 6px;
    list-style: none;
}

.xk a{
    padding: 5px 8px;
    display:inline;
    font-size: 15px;
    color:#333333!important;
    display: inline-block;
    margin-bottom: 10px;
}
.xk .active{
    color: #fff!important;
}
.fwlx_ul{
    white-space: normal;
}

.xg .xg_t{
    margin-left: 24px;

}
.wtly_ul {
    white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇br标签对象才换行。*/
    overflow: hidden;/*超出部分隐藏*/
}
.fwqy_ul {
    white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇br标签对象才换行。*/
    overflow: hidden;/*超出部分隐藏*/
}

.xk .button {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-top:-1px;
    color: white !important; 
    /* background-color: rgb(80, 135, 255); */
    border-color: transparent;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

/* 左边 */
.article {
    width: 840px;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
}
/* 右边 */
.aside {
    width: 340px;
}
/* 医院总和 */
.yy {
    background-color: #fff;
    border-radius: 6px;
}
/* 医院具体 */
.yy_item {
    padding: 20px 23px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
}
.yy_item:hover {
    background-color: #f8fdff;
}
.yy_item:hover .yyzl  .target {
    /*background-image: url(../csfz_image/orange_top.png);*/
}
/* 具体左边图片 */
.yy_item>a>img {
    display: block;
    width: 210px;
    height: 145px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 5px;
}
/* 具体右边医院资料标题 */
.yyzl>a {
    display: block;
    width: 578px;
    color: #555;
    font-size: 16px;
    padding-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yyzl>a>i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 25px;
    line-height: 20px;
    margin-right: 5px;
    background: url(../images/blue_top.png) no-repeat;
    color: white;
    background-size: cover;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    margin-right: 10px;
}
.yyzl>a>strong {
    color: #555;
    font-size: 18px;
}
.yyzl>a>b {
    font-weight: normal;
    font-size: 14px;
    color: #ff4e00;
}
/* 具体医院资料内容 */
.yyxq {
    display: flex;
    justify-content:flex-start;
}
/* 左边内容 */
.left {
    width:70%;
    overflow: hidden;
}
.left>span {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    color: #555;
    padding-right: 10px;
}
.left>span {
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.left>span:nth-of-type(1)>i {
    display: inline-block;
    width: 15px;
    height: 20px;
    line-height: 15px;
    margin: 0 9px 1px 6px;
    vertical-align: middle;
    background: url(../images/make_c.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-style: normal;
}
.left>span:nth-of-type(2)>i {
    display: inline-block;
    width: 19px;
    height: 20px;
    line-height: 15px;
    margin: 0 10px 1px 3px;
    vertical-align: middle;
    background: url(../images/make_b.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-style: normal;
}
.left>span:nth-of-type(3)>i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 15px;
    margin: 0 10px 1px 3px;
    vertical-align: middle;
    background: url(../images/calendar.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-style: normal;
}
.left>span:nth-of-type(3)>b {
    font-weight: normal;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 0.5px solid #ccc;
}
/* 右边内容 */
.right {
    width: 30%;
    /*margin-left: 20px;*/
    padding-left: 20px;
    border-left: 0.5px solid #ccc;
}
.right>span {
    display: block;
    color: #ff4e00;
    font-size: 14px;
    padding-bottom: 10px;
}
.right>span>strong {
    font-size: 24px;
}
.right>a {
    display: block;
    margin: auto;
    height: 38px;
    line-height: 38px;
    width: 116px;
    border-radius: 30px;
    font-size: 16px;
    background: #1CA4E5;
    color: white;
    transition: all .3s ease;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
}
.right>em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #5082ff;
    text-align: center;
    margin-top: 15px;
}
/* 跳转 */
.dht {
    width: 840px;
    line-height: 88px;
    text-align: center;
    background-color: #f5f5f5;
}
.dht>.num >li,.page-num{
    display: inline-block;
    width: 38px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f8f8f8;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 12px;
    padding: 0;
    text-decoration: none;
}
.dht>.num>li:hover,.page-num:hover{
    background-color: #4c6cfb;
    color:#fff;
}

.dht>.num>.click,.page-num-current{
    background-color: #4c6cfb;
    color:#fff;
}
.page-num-current{
    background-color: #4c6cfb;
    color:#fff;
}
/* 右边主要内容 */
/* 热门医院和最新医院 */
.aside_1 {
    background-color: #fff;
    border-radius: 6px;
}
/* 标题 */
.tab {
    height: 51px;
    line-height: 51px;
    border-bottom: 0.5px solid #ccc;
    font-size: 14px;
}
.tab>span {
    display: inline-block;
    height: 51px;
    margin-left: 27px;
    color: #333;
    cursor: pointer;
}
.tab>span:nth-of-type(1) {
    border-bottom: 2px solid #1CA4E5;
    color: #1ca4e5;
}
/* 热门医院 */
.rm {
    padding-bottom: 15px;
    /* display: none; */
}
/* 最新医院 */
.zx {
    padding-bottom: 15px;
    display: none;
}
.rmyy ,.zxyy{
    margin-top: 15px;
    display: flex;
}
.rmyy>a>img ,.zxyy>a>img{
    width: 110px;
    height: 75px;
    display: block; 
    padding: 0 12px;
    object-fit: cover;
}
.rmnr>a ,.zxnr>a{
    display: block;
    font-size: 14px;
    color: #333;
    width: 150px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rmnr>a:hover ,.zxnr>a:hover {
    color: #1ca4e5;
}
.rmnr>em,.zxnr>em {
    display: block;
    font-size: 12px;
    color: #999;
    font-style: normal;
    height: 28px;
    line-height: 28px;
}
.rmnr>span ,.zxnr>span{
    font-size: 12px;
    color: #333;
}
.rmnr>span>strong,.zxnr>span>strong {
    font-size: 14px;
    color: #ff4e00;
    margin-left: 5px;
}
/* 体检攻略和最新文章 */
.aside_2 {
    margin-top: 19px;
    background-color: #fff;
    border-radius: 6px;
}
/* 标题 */
.aside_2>.bt {
    height: 51px;
    line-height: 51px;
    border-bottom: 0.5px solid #ccc;
    font-size: 14px;
}
.bt>span {
    display: inline-block;
    height: 51px;
    margin-left: 27px;
    color: #333;
    cursor: pointer;
}
.bt>span:nth-of-type(1){
    border-bottom: 2px solid #1CA4E5;
    color: #1ca4e5;
}
/* 体检攻略和最新文章 */
.tjgl ,.zxwz{
    padding-bottom: 15px;
}
.zxwz {
    display: none;
}
.tjgl_item,.zxwz_item{
    height: 51px;
    line-height: 51px;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid #ccc;
}
.tjgl_item>a,.zxwz_item>a {
    display: block;
    width: 200px;
    height: 50px;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tjgl_item>span,.zxwz_item>span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #938f8d;
    font-size: 12px;
}

.doclist{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
}

/*机构详情*/
/*头部样式*/
.set_main {
    background-color: #F8F8F8;
}

.main,
.set_main {
    width: 1200px;
    margin: 0 auto;
}

.set_main_head {
    width: 100%;
    height: 100%;
    font-size: 0;
    background-color: #FFF;
    border: 1px solid #F1F1F1;
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px 0px #e5e5e5;
}

.merchandise {
    width: 907px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
}

.photo2019 {
    float: left;
    width: 386px;
}

.photo2019 img {
    width: 100%;
}

.commodity_right {
    float: left;
    width: 454px;
    /* height: 590px; */
    box-sizing: border-box;
}

.commodity_right>h1 {
    padding-left: 18px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    color:
        #333333;
}

.date-visits {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    padding-left: 18px;
}

.date-visits span{
    margin-right: 20px;
    color: #aaa;
    font-size: 14px;
}

.commodity_right_one {
    width: 474px;
    display: inline-block;
    padding-left: 18px;
    padding-top: 0px;
    text-align: justify;
    color: #999999;
    font-size: 14px;
    padding-bottom: 0px;
}

.commodity_right_time {
    width: 474px;
    display: inline-block;
    padding-left: 18px;
    padding-top: 14px;
    text-align: justify;
    color: #999999;
    font-size: 14px;
}

.commodity_right_two {
    margin-left: 19px;
    position: relative;
    width: 496px;
    height: 109px;
    background-color: #F8F8F8;
    margin-bottom: 17px;
}

.commodity_right_two>.right_two_a {}

.right_two_a>p {
    color: #999;
    font-size: 14px;
    padding-left: 26px;
    padding-top: 26px;
}

.right_two_a>p>del {
    padding-left: 9px;
}

.right_two_a>.right_two_a_a {
    padding-left: 26px;
    padding-top: 11px;
}

.right_two_a>.right_two_a_a>span:first-child {
    color: #333333;
    font-size: 14px;
    padding-right: 9px;
}

.right_two_a>.right_two_a_a>span:first-child+span {
    color: #FF4E00;
    font-size: 36px;
    font-weight: bold;
}

.right_two_a>.right_two_a_a>span:first-child+span i {
    font-size: 14px;
}

.right_two_a>.right_two_a_a>span:first-child+span+span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-left: 9px;
    margin-top: 4px;
}

.right_two_a>.right_two_a_a>span:first-child+span+span>img {
    width: 127px;
    height: 23px;
}

.right_two_a>.right_two_a_a>span:first-child+span+span>em {
    position: absolute;
    font-size: 12px;
    color: #FFF;
    top: 4px;
    bottom: 6px;
    left: 14px;
    right: 7px;
}

.right_two_line {
    display: inline-block;
    height: 31px;
    background-color: #CCCCCC;
    width: 1px;
    position: absolute;
    top: 40%;
    /* top: 0; */
    right: 114px;
}

.right_two_b {
    position: absolute;
    top: 34%;
    right: 25px;
    text-align: center;
}

.right_two_b>p:first-child {
    font-size: 18px;
    color: gray;
}

.right_two_b>p:first-child+p {
    color: #6C6C6C;
    font-size: 12px;
}

/* 性别婚否、预约日期、预约人数 */
.commodity_right_three>div {
    margin-bottom: 16px;
}

.right_three_a,
.right_three_b,
.right_three_c {
    display: inline-block;
}

.right_three_a,
.right_three_b,
.right_three_c>span {
    font-size: 12px;
    color: #999;
    padding-right: 11px;
    padding-left: 38px;
}

.right_three_a>div,
.right_three_b>div {
    display: inline-block;
    padding-left: 11px;
}

.right_three_a>div>a,
.right_three_b>div>a {
    border: 1px solid #F1F1F1;
    display: inline-block;
}

.right_three_b>div>a:hover {
    border: 1px solid #1CA4E5;
    color: #1CA4E5;
}

.right_three_a>div>a {
    padding: 9px 15px 10px 15px;
    margin-right: 7px;
}

.right_three_a>div>a.select,
.right_three_b>div>a.select {
    border: 1px solid #1ca4e5;
    color: #1ca4e5;
}

.right_three_b>div>a {
    padding: 9px 14px 10px 13px;
    margin-right: 7px;
}

/* .right_three_b>div>div{
    display: inline-block;
} */
.right_three_b>div>a:first-child+a+a {
    position: relative;
    z-index: 1;
    padding: 0;
}

.right_three_b>div>a>input {
    width: 130px;
    outline: none;
    border: none;
    height: auto;
    padding: 9px 14px 10px 13px;
    cursor: pointer;
}

.right_three_b>.right_three_b_expire {
    font-size: 15px;
    color: red;
    margin-left: 11px;
}

.right_three_b>.right_three_b_expire>a {
    font-size: 15px;
    color: #1CA4E5;
    text-decoration: underline;
}

/* 预约人数 */
.right_three_c>span {
    vertical-align: middle;
}

.right_three_c>div {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.right_three_c>div>a:first-child {
    background-color: #F1F1F1;
}

.right_three_c>div>a {
    padding: 6px 12px 5px 14px;
    display: inline-block;
    border: 1px solid #F1F1F1;
    font-size: 20px;
    vertical-align: middle;
}

.right_three_c>div>em {
    padding: 9px 23px 9px 27px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

/* 加入购物车、立即预约 */
.commodity_right_four {
    margin-left: 19px;
    margin-top: 5px;
    margin-bottom: 32px;
    display: inline-block;
    font-size: 0;
}

.commodity_right_four .commodity_right_four_show>a {
    font-size: 18px;
}

.commodity_right_four .commodity_right_four_show>a:first-child:hover {
    background-color: rgb(255, 217, 188);
}

.commodity_right_four .commodity_right_four_show>a:first-child+a:hover {
    background-color: rgb(242, 45, 0)
}

.commodity_right_four .commodity_right_four_show>a:first-child {
    padding: 14px 23px 14px 27px;
    color: #FFF;
    background-color: #EE5A16;
    margin-right: 23px;
    display: inline-block;
}

.commodity_right_four .commodity_right_four_show>a:first-child+a {
    padding: 13px 66px 14px 66px;
    color: #FFFFFF;
    background-color: #FF4E00;
    display: inline-block;
}

.commodity_right_four .commodity_right_four_hide a {
    width: 180px;
    height: 38px;
    display: inline-block;
    background-color: #bcbcbc;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
}

/* 承诺、支付 */
.commodity_right_five {
    margin-left: 19px;
    font-size: 12px;
    color: #555555;
}

.commodity_right_five>div {
    margin-bottom: 23px;
}
.commodity_right_five>div span{
    font-size: 16px;
    font-style: inherit;
}
.right_five_a>div,
.right_five_b>div {
    display: inline-block;
    margin-left: 14px;
}

.right_five_a>div>span>img,
.right_five_b>div>span>img {
    width: 16px;
    height: 14px;
    margin-right: 5px;
}

.right_five_a>div>span,
.right_five_b>div>span {
    margin-right: 23px;
}

/* 右侧 */
.set_main_right {
    float: left;
    width: 250px;
    box-sizing: border-box;
}

.main_right_head {
    width: 263px;
    margin: 20px 0 20px 0;
    padding: 0 20px;
    height: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    /* float: right; */
    display: inline-block;
    border-left: 1px solid #F1F1F1;
}

.main_right_head>p {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-bottom: 13px;
    cursor: pointer;
}

.main_right_head>div:first-child {
    text-align: center;
    padding-top: 19px;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 auto;
    padding-bottom: 17px;
}

.main_right_head>div:first-child a {
    display: block;
}

.main_right_head>div:first-child img {
    width: 100%;
    height: 139px;
}

.main_right_head>div:first-child p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-bottom: 0px;
    cursor: pointer;
}

/* 第二行div */
.main_right_head>div:first-child+div {
    padding-top: 19px;
    border-bottom: 1px dashed #e5e5e5;
    margin: 0 auto;
    padding-bottom: 17px;
}

.main_right_head>div:first-child+div>p:first-child {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding-bottom: 0px;

}

.main_right_head>div:first-child+div>p:first-child+p {
    color: #7F7F7F;
    font-size: 12px;
    padding-bottom: 11px;
}

.main_right_head>div:first-child+div>div {
    color: #7F7F7F;
    font-size: 12px;
    cursor: pointer;
}

.main_right_head>div:first-child+div>div>span {
    vertical-align: middle;
}

.main_right_head>div:first-child+div>div>i {
    display: inline-block;
    width: 87px;
    height: 14px;
    background-size: 175px 83px;
    background-position: left bottom;
    vertical-align: middle;
    margin: 0 8px 1px 8px;
}

.main_right_head>div:first-child+div>div>img {
    width: 81px;
    height: 14px;
    vertical-align: top;
    margin-left: 11px;
}

.main_right_head>div:first-child+div>div>span:first-child+img+span {
    color: #FF4E00;
}

/* 第三行 */
.main_right_head>div:first-child+div+div {
    border-bottom: 1px dashed #e5e5e5;
    padding: 14px 0;
}

.main_right_head>div:first-child+div+div>p {
    font-size: 14px;
    color:
        #333;
    font-weight: 500;
    padding-bottom: 13px;
}

/* 第四行 */
.main_right_head>div:first-child+div+div+div {
    border-bottom: 1px dashed #e5e5e5;
    padding: 14px 0;
}

.main_right_head>div:first-child+div+div+div>p {
    font-size: 14px;
    color: #333;
    text-align: justify;
    font-weight: 500;
    padding-bottom: 0px;
}

/* 第五行div */
.main_right_head>div:first-child+div+div+div+div {
    border-bottom: 1px dashed #e5e5e5;
    padding: 14px 0;
}

.main_right_head>div:first-child+div+div+div+div>p {
    font-size: 14px;
    color:
        #333;
    font-weight: 500;
    padding-bottom: 13px;
}

/* 第六行div */
.main_right_head>div:first-child+div+div+div+div+div {
    padding: 14px 0;
    color: #7F7F7F;
    font-size: 12px;
}

/* 正文 */
.set_main_left {
    width: 885px;
    height: 100%;
    float: left;
    border: 1px solid #F1F1F1;
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px 0px #e5e5e5;
    background-color: white;
}


.set_main_right {
    float: right;
    width: 335px;
    box-sizing: border-box;
}

.set_list_suspension>.set_list_right_setb {
    width: 335px;
    float: right;
    border: 1px solid #F1F1F1;
    background-color: #FFF;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
}

.set_list_suspension>.set_list_right_setb>.set_list_right_head {
    width: 100%;
    font-size: 14px;
    /* padding-bottom: 20px; */
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
}

.set_list_suspension>.set_list_right_setb>.set_list_right_head>li {
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    margin-left: 15px;
}

.set_list_suspension>.set_list_right_setb>.set_list_right_head>li.active {
    color: #1CA4E5 !important;
    border-bottom: 2px solid #1CA4E5 !important;
    /*! padding-bottom: 13px; */
    box-sizing: border-box;
}

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

.set_list_suspension>.set_list_right_setb .set_list_right_content .set_list_right_b_a {
    /* width: 250px; */
    margin-top: 15px;
    display: block;
    height: 85px;
}

.set_list_suspension>.set_list_right_setb .set_list_right_content .set_list_right_b_a img {
    width: 85px;
    height: 60px;
    float: left;
    margin-right: 10px;
    margin-left: 14px;
}

.set_list_suspension>.set_list_right_setb .set_list_right_content .set_list_right_b_a>div>.right_b_a_p1 {
    display: inline-block;
    /* width: 155px; */
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.set_list_suspension>.set_list_right_setb .set_list_right_content .set_list_right_b_b {
    margin-top: 20px;
    text-align: center;
}

.set_list_suspension>.set_list_right_setb .set_list_right_content .set_list_right_b_b>a {
    padding: 11px 56px 10px 56px;
    display: inline-block;
    background-color: #FFF;
}

.set_zhengwen {
    padding: 0px 30px 28px 30px;
}

.set_zhengwen p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}

.set_zhengwen img {
    max-width: 100%;
    height: 100%;
}

.set_zhengwen h2 {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
    background-repeat: no-repeat;
    font-size: 18px;
    background-image: url(/template/default/images/h2.png);
    padding-left: 25px;
    background-position: 0 7px;
}

.set_zhengwen ul {
    list-style: none;
    padding-left: 40px;
}

.set_zhengwen ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px
}

.set_zhengwen ul li:before {
    content: "·";
    color: #4370f5;
    margin-right: 6px;
    margin-bottom: 5px;
    font-size: 32px;
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 1
}

.hlist_box_right_suspension>.set_list_right_b,
.set_list_suspension>.set_list_right_b,
.piecemeal-right .set_list_right_b {
    margin-top: 19px;
    width: 100%;
    float: right;
    border: 1px solid #F1F1F1;
    background-color: #FFF;
}

.h2tab .list_h2_tab {
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #F1F1F1;
}

.h2tab .list_h2_tab h2 {
    margin-left: 27px;
    display: inline-block;
    cursor: pointer;
}

.h2tab .list_h2_tab h2.active {
    color: #1CA4E5;
    border-bottom: 2px solid #1CA4E5;
    /* padding-bottom: 13px; */
    box-sizing: border-box;
    cursor: pointer;
}

/*表格*/
.detail-table {
    padding: 28px 30px 0px 30px;
}

.table {
    width: 100%;
}

.detail-table caption {
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    background: #efefef;
    border: 1px solid #d3d3d3;
    border-bottom: none;
}

.detail-table span {
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    border-bottom: none;
    display: block;
}

.detail-table th {
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    line-height: 46px;
    background: #f6f6f6;
    border: 1px solid #d3d3d3;
}

.detail-table td {
    padding: 0 18px;
    font-size: 14px;
    line-height: 33px;
    border: 1px solid #d3d3d3;
}

.article-c p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 2em;
}


/**地区左侧**/.dqzc0{float: left;}
.dqzcwk{width: 907px;height: 100%;border: 1px solid #F1F1F1;margin-bottom: 15px;box-shadow: 0px 3px 10px 0px #e5e5e5;background-color: white;}
.dqzcwk h2{line-height: 22px;font-size: 22px;font-weight: bold;color:#333333;letter-spacing: 1px;padding: 30px 0 30px 25px;}
.dqzc{width: 100%;height: auto;}
.dqzc ul{}
.dqzc ul li{left: 27px;position: relative;margin-bottom: 8px;padding: 25px 0px 25px 25px;width: 825px;height: 132px;background-color: #ffffff;}
.dqzc ul li img{float: left ;display: block;width: 177px;height: 127px;}
.dqzc ul li a{display: block;}
.dqzc ul li .text{float: left;padding-left: 20px;width: 350px;}
.dqzc ul li h3{margin-top: 10px;margin-bottom: 15px;font-size: 16px;color: #44a4ec;line-height: 16px;}
.dqzc ul li p{font-size: 14px;color: #444444;line-height: 26px;text-overflow: ellipsis;/**显示省略号**/display: -webkit-box;/** 将对象作为伸缩盒子模型显示 **/-webkit-box-orient: vertical;/** 设置或检索伸缩盒对象的子元素的排列方式 **/-webkit-line-clamp: 2;/** 显示的行数 **/word-break: break-all;overflow: hidden;}
.dqzc ul li:hover{box-shadow: 0 0px 4px 0 rgba(0,0,0,0.2),0 2px 20px 0 rgba(0,0,0,0.19);}
.dqzc ul li .price{float: left;padding: 47px 0px 0 35px;width: 115px;}
.dqzc ul li .price span.nowpla{display: block;margin-bottom: 17px;line-height: 20px;font-size: 20px;font-weight: bold;color: #f57b4b}
.dqzc ul li .price span.bepla{display: block;line-height: 12px;font-size: 12px;color: #999999;text-decoration: line-through}
.dqzc ul li .detail{float: left;padding-top: 40px;width: 115px;text-align: right}
.dqzc ul li .detail a{display: block;margin:0 0 10px 20px;width: 87px;height: 30px;text-align: center;line-height: 30px;font-size: 14px;color: #ffffff;border-radius: 3px;background: linear-gradient(to right, #ff8f6a , #ff7672);/* 标准的语法*/}
.dqzc ul li .detail p{font-size: 12px;color: #999999}
.dqgsjs{width: 850px;margin: 0 auto;}
.dqgsjs p{line-height: 30px;}
.dqjdxz{padding: 0px 2px 30px 45px;width: 90%;}
.dqjdxz table{border: 1px #eeeeee solid;border-collapse: collapse;}
.dqjdxz tbody tr{border-bottom: 1px #e2e2e2 solid}
.dqjdxz tbody tr th{text-align: center;width: 20%;font-size: 16px;font-weight: bold;color: #333333;letter-spacing: 1px;background-color: #f5f5f5;}
.dqjdxz tbody tr td{padding: 35px 25px 35px 30px;width: 80%;line-height: 32px;font-size: 14px;color: #444444;letter-spacing: 1px;}
.dqjdxz tbody tr td p.cu{font-weight: bold}
.dqjdxz tbody tr td p em{color: #f57b4b}
/**地区右侧**/
.dqyc{float: right;width: 280px;box-sizing: border-box;}
.dqyc .dqyc_a{width: 100%;float: right;border: 1px solid #F1F1F1;background-color: #FFF;box-sizing: border-box;padding-bottom: 25px;}
.dqyc .dqyc_a .dqyc_a_hend{width: 100%;font-size: 22px;line-height: 50px;color: #1CA4E5 !important;border-bottom: 2px solid #1CA4E5 !important;padding: 10px 0 10px 0;box-sizing: border-box;}
.dqyc .dqyc_a .dqyc_a_hend p{display: inline-block;font-size: 22px;cursor: pointer;margin-left: 15px;}
.dqyc .dqyc_a .dqyc_a_content{}
.dqyc .dqyc_a .dqyc_a_content .dqyc_a_content_a{width: 250px;margin-top: 15px;display: block;height: 85px;}
.dqyc .dqyc_a .dqyc_a_content .dqyc_a_content_a img{width: 85px;height: 60px;float: left;margin-right: 10px;margin-left: 14px;}
.dqyc .dqyc_a .dqyc_a_content .dqyc_a_content_a div a{display: inline-block;width: 129px;color: #333;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.dqyc .dqyc_a .dqyc_a_content .dqyc_a_content_ckgd{margin-top: 20px;text-align: center;}
.dqyc .dqyc_a .dqyc_a_content .dqyc_a_content_ckgd a{padding: 11px 56px 10px 56px;display: inline-block;background-color: #FFF;}
.dqyc .dqyc_a .jdlc{padding: 20px 10px;width: 100%;height: auto;background-color:
#ffffff;box-sizing:border-box;}
.dqyc .dqyc_a .jdlc li:last-child{margin-bottom: 0}
.dqyc .dqyc_a .jdlc li:nth-child(1){background: url("/template/default/images/yuyue1.png") no-repeat 11px center/45px 45px;}
.dqyc .dqyc_a .jdlc li:nth-child(2){background: url("/template/default/images/yuyue2.png") no-repeat 11px center/45px 45px;}
.dqyc .dqyc_a .jdlc li:nth-child(3){background: url("/template/default/images/yuyue3.png") no-repeat 11px center/45px 45px;}
.dqyc .dqyc_a .jdlc li:nth-child(4){background: url("/template/default/images/yuyue4.png") no-repeat 11px center/45px 45px;}
.dqyc .dqyc_a .jdlc li:nth-child(5){background: url("/template/default/images/yuyue5.png") no-repeat 11px center/45px 45px;}
.dqyc .dqyc_a .jdlc li{padding-left: 11px;margin-bottom: 20px;}
.dqyc .dqyc_a .jdlc li span{line-height: 26px;font-size: 16px;color:#333333;}
.dqyc .dqyc_a .jdlc li span p{font-size: 14px;color:#444444;}
.dqgsjs h3 {
    font-size: 20px;
    margin: 0.8em 0;
    font-weight: bold;
    color: #44a4ec;
}

.everynone_see h2 {
    font-size: 18px;
    font-weight: normal;
    color: #4b4643;
}

.everynone_see {
    background-color: #ffffff;
    z-index: 100;
    float: left;
    margin-top: 20px;
}

.everynone_see .contents {
    width: 265px;
    border: 1px #ebebeb solid;
    padding: 9px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 1px 1px 3px #eaeaea;
    box-shadow: 1px 1px 3px #eaeaea;
}

.everynone_see div.detail_box>a {
    overflow: hidden;
    width: 96px;
    height: 72px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: block;
}

.everynone_see img {
    width: 96px;
    height: 72px;
    display: block;
}

.everynone_see a {
    color: #666666;
}

.everynone_see a:hover {
    color: #019eeb;
}

.everynone_see li {
    color: #666666;
    height: 30px;
    overflow: hidden;
    text-indent: 13px;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
}

.everynone_see ul {
    margin-top: 10px;
}

.everynone_see li p {
    float: left;
    width: 159px;
    color: #666666;
    text-indent: 26px;
}

.everynone_see .detail_box {
    margin-top: 10px;
    border-bottom: 1px #ebebeb solid;
}

.everynone_see li.cur {
    height: 123px;
}

.everynone_see li.cur:hover {
    color: #019eeb;
}

.everynone_see li.cur:hover a {
    color: #019eeb;
}

.everynone_see .detail_box a {
    color: #019eeb;
}

.everynone_see li>a {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.everynone_see li>a:after {
    position: absolute;
    top: 14px;
    content: "";
    display: block;
    background-image: url("../images/kkxt_li_icon.png");
    width: 4px;
    height: 4px;
}

.everynone_see li>a:hover:after {
    background-position: 0px 4px;
}
