.pic-list li{width: 50%;/* margin-right:34px; */float: left;margin-bottom:0;padding: 9px 0px;}
.pic-list li img{width: 86%;height: 206px;border: #efefef 1px solid;padding: 5px;}
.pic-list li img:hover{ border: #ccc 1px solid;padding: 5px;  }
.pic-list li a{}
.pic-list li a:hover{color: #000}
.pic-list li span{ text-align: center; width: 100%;line-height: 40px; color: #666; display: block}
.zicm{
    float: left;
    width: 237px;
}
.zicm{line-height:30px;}
.zicm p{padding:0px;margin:0px;line-height:38px;font-size: 15px;}
.zicm p strong{font-size: 15px;}
.lkimg{
    width: 183px;
    float: left;
}




.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}



.content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
    margin-bottom: 160px;

}

.content h1 {
    font-size: 40px;
    padding: 48px 0;
    font-weight: 500;
    border-bottom: solid 1px rgb(220, 220, 220);
}

.content_detail {
    width: 100%;

}

.content_detail::after {
    display: block;
    content: "";
    visibility: hidden;
    clear: both;

}

/* -----------------left--------------- */
.detail_left {
    width: 240px;
    float: left;
    outline: 4px solid rgb(248, 248, 248);
    padding: 8px;
    margin-top: 48px;
}

.detail_left ul {
    background-color: rgb(248, 248, 248);
}

.detail_left ul li {
    padding: 10px 16px;
}

.detail_left ul li:first-child {
    padding-top: 32px;
}

.detail_left ul li:last-child {
    padding-bottom: 32px;
}

.detail_left ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding-left: 16px;
    color: rgb(80, 80, 80);
    background-color: rgb(248, 248, 248);
    transition: all 300ms ease;
}

.detail_left ul li a:hover {
    background-color: #ff6600;
    color: rgb(248, 248, 248);
}

.detail_left ul li a.detail_left_now {
    background-color: #ff6600;
    color: rgb(248, 248, 248);
}


/* -----------------right--------------- */

.detail_right {
    width: 880px;
    margin-top: 48px;
    float: right;
}

.detail_right h2 {
    font-size: 28px;
    padding: 0 0 24px 0;
    /* text-align: center; */
}
.detail_right .inner{}
.detail_right .inner h2{
    font-size: 22px;
}
.detail_right .inner .bar{
    background: #F8F8F8;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 25px;
}
.rule_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: baseline;
}

.rule_link {
    transition: all 300ms ease;
    font-size: 20px;
    color: rgb(80, 80, 80);
}

.rule_link:hover {
    color: #ff6600;
}

.rule_date {
    font-size: 16px;
    color: rgb(160, 160, 160);
    margin-left: auto;
    white-space: nowrap;
}

/* -----------------pagination--------------- */

.pagination {
    width: 100%;
}

.pagination-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 48px;
    gap: 8px;
}

.pagination-list li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 50%;
    color: rgb(80, 80, 80);
    transition: all 300ms ease;
}

.pagination-list li a:hover,
.pagination-list li.active a {
    background-color: #ff6600;
    color: rgb(248, 248, 248);
    border: 1px solid #ff6600;
}

.pagination .prev a,
.pagination .next a {
    width: 80px;
    height: 40px;
    border-radius: 20px;
}


.nes_list li{
	padding: 20px 0;
}
.nes_list li .time {
    float: left;
    width: 59px;
    height: 60px;
    background:url(../images/time-left.png) no-repeat;
}
.nes_list li a {
    float: right;
    width: calc(100% - 95px);
}
.nes_list li .time p {
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s;
}
.nes_list li .time p:first-child {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.nes_list li .time p:nth-child(2) {
    font-size: 14px;
    line-height: 15px;
    color: #666666;
}
.nes_list li h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 26px;
    height: 26px;
}
.nes_list li a p {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nes_list li:hover .time p:first-child{
} 
.nes_list li:hover {
}
.nes_list li:hover h2{
	color: #ff6600;
	font-weight:bold;
}
.nes_list li:hover .time p:last-child{
}