
.contenBd{
    display:flex;
    justify-content:space-between;
    align-items: flex-start;
}

.artLeft{
    width:860px;
}



.articleBox{
    padding: 20px;
    box-shadow: 0 6px 6px 3px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
}
.articleBox .txt-title{
    text-align: center;
    margin: 20px 0;
    padding: 0 60px;
    font-weight:700;
    line-height: 32px;
}

.detailTxt{
    margin-top:30px;
}

.detailTxt p{
    padding: 0 40px;
    font-size: 16px;
    line-height: 32px;
    text-indent: 30px;
    text-align: left;
    color:#333;
    padding: 10px 0px;
}

/* 添加表格样式以确保表格能正常显示 */
.detailTxt table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

.detailTxt table td,
.detailTxt table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.detailTxt table th {
    background-color: #f2f2f2;
}

.boxIntro {
    display:flex;
    align-items:center;
    margin-top:30px;
    justify-content: center;
}
.boxIntro p{
    font-size:12px;
    color:#999;
    color:#333;
    padding-left:25px;
}
.boxIntro p.see{
    border-right:1px solid #999;
    padding-right:30px;
    margin-right: 30px;
    background:url(../../images/pc/seeIcon.png)left center no-repeat;
    background-size:20px 20px;
}
.boxIntro p.time{
    background:url(../../images/pc/timeIcon.png)left center no-repeat;
    background-size:20px 20px;
}




.artRight{
    width:300px;
}

.anBottom{
    border-bottom: 1px solid #FD3028;
    margin-top: 40px;
    position:relative;
}

.downBox{
    display:flex;
    align-items:center;
    margin-top:50px;
    margin-bottom:30px;
    justify-content:space-between;
}
.downBox ul{
    display:flex;
    align-items:center;
}
.downBox ul li{
    display:flex;
    align-items: center;
    margin-right:30px;
}
.downBox ul li p{
    margin-left:10px;
}
.downBox ul li p span{
    display:block;
}
.downBox ul li button{
    border:none;
    background:none;
	cursor: pointer;
}
.downBox ul li button img{
    width:40px;
}


/* 文章解锁 */
.lock{
    width:160px;
    height:46px;
    line-height:46px;
    text-align: center;
	font-size:16px;
    font-weight:700;
    background:#D9534F;
    color:#fff;
    border-radius:4px;
    position:absolute;
    top:2px;
    left:50%;
    transform: translate(-50%,-50%);
    border:none;
	cursor: pointer;
}
.hyFree {
    margin-top:50px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.hyFree .butest{
    font-weight:700;
    border-radius:4px;
    color:#fff;
    height:46px;
    line-height:46px;
    margin:0 10px;
    border: none;
	cursor: pointer;
}
.hyFree .hyTip{
    /*width:360px;*/
    background:#D9534F;
    padding:0px 20px;
    color:#fff;
}
.hyFree .payGreen{
    width:180px;
    background:#5CB85C;
    padding:0px 20px;
}

.downLoad{
    width:120px;
    height:32px;
    line-height:32px;
    background:#5D98FF;
    text-align: center;
    color:#fff;
    border-radius:4px;
}



/* 相关文章 */
.relateArt{
    padding: 20px;
    box-shadow: 0 6px 6px 3px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
}
.relateArt .contWrap{
	margin-top:20px;
}
.lineWrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.lineWrap  ul li{
    width: 48%;
    height: 40px;
    line-height: 40px;
    background: url(../../images/pc/docx.png) left center no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
}

.noteBoxWrap  .pubLeftIcon ul li{
	background:none;
	position:relative;
}
.noteBoxWrap  .pubLeftIcon ul li:after{
	content:'';
	width:6px;
	height:6px;
	background:#D9534F;
	border-radius:100%;
	position:absolute;
	top:10px;
	left:0px;
}




/* 适配 */
@media (max-width: 1680px) {



}

@media (max-width: 1440px) {


}

@media (max-width: 1280px) {

}

@media (max-width: 992px) {

}

@media (max-width: 600px) {


}
