.box {
    width: 1200px;
}

.tip-content {
    margin: 0 auto;
}

.page {
    padding-bottom: 18px;
}

.p-list {
    background-color: #fff;
}
.slh-list {box-sizing: border-box;padding:14px 24px;}
.slh-p-item {
    border-bottom: 1px dashed #eceff5;
    padding: 10px 0;
    position: relative;
}

.slh-p-item .p-img {
    width: 200px;
    height: 150px;
}

.slh-p-item .p-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slh-p-item .p-content {
    padding: 20px 240px 20px 220px;

}

.slh-p-item .p-title {
    color: #333;
    font-size: 20px;
    margin: 0px 0 32px;
		font-weight:600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.slh-p-item .p-title:hover{
	color:#fe3303;
	text-decoration: underline;
}

.slh-p-item .p-des {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: -10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.slh-p-item .p-time {
    color: #aaa;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
}

.p-detail-content {
    background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.p-detail-title {
    color: #1e1f24;
    font-size: 24px;
    font-weight: 700;
		text-align:center;margin-bottom:30px;
}

.p-detail-name {
    font-size: 14px;
    color: #1e1f24;
    position: relative;
		padding-bottom:30px;
		border-bottom:dashed 1px #eee;
		text-align:center;
}
.p-detail-name a{color:#555;}
.p-detail-name a:hover{color:#FE3303;text-decoration:underline;}
.p-detail-name>div{display:inline-block;}
.p-detail-time {
    font-size: 12px;
    color: #848691;
		margin-left:30px;
}

.p-detail-img {
    width: 100%;
    text-align: center;
		margin:30px 0;
}

.p-detail-img img {
    max-width: 100%;
}

.p-detail-mainContent {
    color: rgb(6, 6, 7);
    font-size: 16px;
    line-height: 30px;
		margin-top:30px;
}

.p-detail-mainContent h3 {
    position: relative;
    padding-left: 10px;
    margin: 10px 0;
    font-weight: 400;
}

.p-detail-mainContent h3:before {
    content: "";
    width: 4px;
    height: 15px;
    border-radius: 6px;
    background-color: #4e6ef2;
		display:inline-block;
		vertical-align: middle;
		margin-right:5px;
}

.p-detail-mainContent ul {
    list-style: decimal inside;
    padding-inline-start: 2em;
    margin: 20px 0;
}

.p-list-title{
    font-size: 18px;
    font-weight: bolder;
    color: #1e1f24;
		padding:0 0 18px 0;
		border-bottom: 1px dashed #eee;
}

.p-detail-list{
    background-color: #fff;
    padding: 20px;
}
.p-detail-mainContent img{
	max-width:100%;
}
/* .p-detail-list .slh-p-item{
    width: 80%;
    margin: 20px  auto;
}
.p-detail-list .slh-p-item.noborder{
    border-bottom: 0 none;
}

.p-detail-list .p-content{
    padding: 20px 0;
}

.p-detail-list .slh-p-item .p-title{
    margin-bottom: 10px;
} */

/* @media screen and (min-width: 1552px) {
    .box {
        width: 1400px;
    }

} */


.zssj {
    width: 870px;
    max-height: 400px;
    overflow-y: auto;
    font-size: 0;
    left: -490px;
}

    .zssj a {
        display: inline-block;
        vertical-align: top;
        width: 85px;
        height: 30px;
        overflow: hidden;
        word-break: keep-all;
        margin: 0;
    }

        .zssj a span {
            display: inline-block;
            font-size: 12px;
            max-width: 60px;
            overflow: hidden;
            letter-spacing: 0;
        }

.zssj-link {
    float: right;
    color: #ff6300 !important;
    font-size: 14px;
    margin-left: 20px;
}

.list_bottom_class {
    width: 100%;
}
@media screen and (min-width: 1552px){
    .box {
        width: 1400px;
    }
}

@media screen and (max-width:1199px) {
    .topbar,.header a.headerPublish,.header .header_search, .logo a img,.nav .nav_hy_box,.footer{
		display: none;
	}
	body{
		min-width: 100%;
		padding-bottom: 40px;
	}
	.box{
		width: 100%;
	}
    .logo a{
		background: none;
		position: relative;
		font-size: 30px;
		font-weight: bold;
		padding: 0 10px;
	}
    .logo a::before{
		content:'搜了网';
		color:#fe3303
	}
	.nav{
		position: fixed;
		bottom: 0;
		background-color: #fff;
		width: 100%;
		z-index: 99999;
	}
    
    .nav .box .nav_r{
        width: 100%;
        border-bottom: 0 none;
        width: 100%;
		display: flex;
		justify-content: space-around;
    }
    .nav .box .nav_r li{
        height: 40px;
    }
    .nav .box .nav_r a{
		position: relative;
		font-size: 0;
        line-height: 40px;
        padding: 0 10px;
	}
	.nav .box .nav_r a img{
		display: none;
	}
	.nav .box .nav_r a::before{
		content: attr(title);
		font-size: 14px;
	}
    .logo,
    .header{
		height: 60px;
		line-height: 60px;
	}

    .bread-link{
        padding-left: 16px;
    }
}
@media screen and (max-width:1023px) {
    .slh-p-item .p-content {
        padding-right: 166px;
    }
}
@media screen and (max-width:767px) {
    .p-detail-content{
        padding: 16px;
    }
    .p-detail-name>div{
        line-height: 22px;
    }
    .slh-p-item>a{
        display: flex;
        gap: 10px;
    }
    .slh-p-item .p-time {
        bottom: 20px;
        top: initial;
        margin: 0;
    }
    .slh-p-item .p-img{
        width: 150px;
    }
    .slh-p-item .p-img img{
        object-fit: contain;
    }
    .slh-p-item .p-content {
        padding: 0;
        flex: 1;
    }
    .slh-p-item .p-title{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:413px) {
    .nav .box .nav_r a{
        display: none;
    }
   body{
    padding-bottom: 0;
   }
}
@media screen and (max-width:374px) {}