/* 页面自定义css样式 */




/* 页面主导航区样式 */
.content {
    background: url(bg.png) no-repeat center top;

}

.main {
    width: 75rem;
    margin: 0 auto;
}

/* 当前位置 */
.bt-place {
    line-height: 3.6875rem;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 1.375rem;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb a:last-child {
    color: #3a83e9;
}

.bt-breadcrumb span {
    margin: 0 .0625rem;
}

/* 当前位置end */

/* 主体内容 */
.jfxq-more{cursor: pointer; display:inline-block;width:10rem;height:3.125rem;border-radius:.25rem;background:#3a83e9;color:#fff!important;line-height:3.125rem;text-align:center;margin:.625rem 30.625rem 2.5rem;}

.dlzt {
    width: 100%;
    min-height: 616px;
    box-shadow: 0 0 1rem #e7edf5;
    background: url(mainbg.png)no-repeat bottom center #fff;
}

.dzzbdtp {
    background: url(dzzbd.png)no-repeat;
    height: 7.5rem;
    text-align: center;
    line-height: 7.5rem;
    font-size: 1.875rem;
    color: #FFFFFF;
    font-weight: 700;
}



/* 列表 */
.liebiao{
    padding: 0 1.875rem 1.875rem 1.875rem;
}
.lb{
    border-bottom: 1px solid #B1BBD9;
    padding:  1.875rem 0;
   
}
.slt{
width: 10rem;
border-radius: 0.5rem;
border: 1px solid #eee;

}
.slt img{
    width: 100%;
}
.xianqin {
    width: 950px;
    padding: 0  1.875rem;
}
.lbbt{
    padding-top: 1.25rem;
}
.lbbt li:nth-child(1){
font-weight: 700;
font-size: 1rem;
color: #3a83e9;
padding-right: 1.875rem;

}
.lbbt li:nth-child(2){
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #999;
  
}
ul.lbbt li a {
    color: #3a83e9;
}
.xianqin p{
    display: inline-block;
    font-size: .875rem;
   line-height: 1.75rem;
   color: #333;
   padding-top: 1.25rem;
   margin-bottom: 1.25rem;

}
.xianqin .anniu{
width: 96px;
height: 40px;
border-radius: 20px;
background: #fff;
border: 1px solid #3a83e9;
display: block;
line-height: 2.375rem;
text-align: center;
font-size: .875rem;
color: #3A83E9;
}

/* 模型框 */
.modalBox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.maskBox {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.45);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.modalContainer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.modalContentBox {
	background-color: #fff;
	box-shadow: 0 6px 16px 0 rgba(0,0,0,.08), 0 3px 6px -4px rgba(0,0,0,.12), 0 9px 28px 8px rgba(0,0,0,.05);
	box-sizing: border-box;
	width: 33.75rem;
    height: 15.5rem;
    text-align: center;
}
.contentBox h1{
    font-size: 1.375rem;
    margin-top: 2.5rem;
    color: #333333;


}
.contentBox span{
   font-size: 1.375rem;
   margin-top: 1.875rem;
   color: #333;
   display: block;
}

.modalFooter {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}
.modalFooter>button	{
	width: 9.875rem;
    height: 3rem;
    border-radius: 4px;
	border:1px solid #3A83E9;
	outline: none;
	margin-right: 20px;
    background: #fff;
    color: #3A83E9;
	
}
.modalFooter>button:last-child {
	margin-right: 6.875rem;
    background: #3a83e9;
    font-size: 1rem;
    color: #FFFFFF;
}
/* 适老化 */
/* 通用当前位置 */
.old_type .bt-breadcrumb {font-size:1.75rem;background-size:2%;padding:0 0 0 2.375rem;}
.old_type .bt-breadcrumb a{font-size: 1.75rem;}
.old_type .bt-place {line-height:5.6875rem;}
/* 通用当前位置end */
.old_type .lbbt li:nth-child(1){
    font-size: 2rem;
}
.old_type .lbbt li:nth-child(2){
    font-size: 1.75rem;
    line-height: 2.5rem;
}
.old_type .xianqin p{
    font-size: 1.75rem;
    line-height: 3rem;
}
.old_type .lb span{
    font-size: 1.75rem;
    line-height: 2.75rem;
}
.old_type .slt{
    width: 20%;
}
.old_type .xianqin{
    width: 80%;
}
.old_type .xianqin .anniu{
    width: 7.5rem;
    height: 3.125rem;
    font-size: 1.75rem;
}
.old_type .contentBox h1{
    font-size: 2rem;
}


/* 非pc端样式 */
@media   (max-width: 1200px){
	.main{
		width: 100%;
	}
	.slt{
		width: 12%;
	}
	.xianqin{
		width: 70%;
		padding-left: 4%;
		
	}
    
	.liebiao{
		padding: 2%;
	}
    /* 当前位置 */
    .bt-breadcrumb {padding: 0 0 0 2.5rem;background-size:4%;}
    .bt-breadcrumb a{font-size:1.5rem;}
    .bt-place {line-height: 6.75rem;font-size:1.5rem;}
    .bt-place span.dqwz{display:none;}
    /* 检索 */
     /* 手机端适老化样式 */
    /* 通用当前位置 */
    .old_type .bt-breadcrumb {font-size:2rem;background-size:4%;padding:0 0 0 3rem;}
    .old_type .bt-breadcrumb a{font-size: 2rem;}
    .old_type .bt-place {line-height:6.25rem;}
    /* 通用当前位置end */
	
}


@media  (max-width: 767px){
    .main{
        width: 100%;
    }
    .slt{
		width: 29%;
	}
	.xianqin{
		width: 70%;
		padding-left: 4%;
		
	}
    .liebiao{
    	padding: 2%;
    }
    .lbbt li:nth-child(1){
        font-size: 1.6rem;
    }
    .lbbt li:nth-child(2){
        font-size: 1.5rem;
    }
    .xianqin .anniu{
        width: 100%;
        font-size: 1.5rem;
    }
    .old_type .lbbt li:nth-child(1){
        font-size: 2rem;
    }
    .old_type .lbbt li:nth-child(2){
        font-size: 1.875rem;
    }
    .old_type .xianqin .anniu{
        width: 100%;
        font-size: 1.875rem;
    }
    .old_type .slt{
        width: 30%;
    }
    .old_type .xianqin{
        width: 69%;
    }
    
}
@media  (max-width: 414px){
    .main{
        width: 100%;
    }
    .bt-breadcrumb {
        padding: 0 0 0 4.5rem;
    }
    .bt-place {
        line-height: 6.75rem;
    }
    .xianqin p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.75rem;
    line-height: 3.5rem;
    }
    .lbbt li:nth-child(1){
        font-size: 1.5rem;
    }
    .lbbt li:nth-child(2){
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .lb span{
        font-size:1.5rem;
        line-height: 2.375rem;
    }
    .xianqin .anniu{
        width: 100%;
        height: 2.5rem;
    }
    .modalFooter{
        margin-top: 1.875rem;
    }
    
    .old_type .lbbt li:nth-child(2) {
        font-size: 1.75rem;
        line-height: 1.5rem;
    }
    
}