.contbox{display:flex}
.sub-nav {
    width: 280px;
    border: 1px solid #edecec;
    background: #ffffff;
}

.sub-nav .sub-cur-nav {
    width: 100%;
    height: 120px;
    background: url("../img/list_nav.png") no-repeat 100% 100%;
}
.sub-nav .sub-cur-nav .sub-cur-title {
    padding-left: 20px;
    font-size: 20px;
    color: #333333;
}

.sub-nav .sub-cur-nav .sub-cur-title:first-letter {
    font-family: 'å®‹ä½“';
    font-size: 36px;
    font-weight: 700;
}
.sub-nav .sub-cur-nav .sub-cur-title:after {
    content: "。";
    font-size: 60px;
    color: #d71f1f;
}
.sub-nav .sub-nav-list {
    padding: 30px 30px 0;
}
.sub-nav .sub-nav-list .sub-nav-btn {
    width: 100%;
    height: 45px;
    border: 1px solid #f1f1f1;
    border-radius: 22px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
}
.sub-nav .sub-nav-list .sub-nav-btn a{
    color: #333333;
}
.sub-nav .sub-nav-list .sub-nav-btn.active {
    background: #d71f1f;
    border: 1px solid #d71f1f;
}
.sub-nav .sub-nav-list .sub-nav-btn.active a{
    color: #fff;
}

.hot-list {
    width: 280px;
    margin-top: 15px;
    background: #ffffff;
}
.hot-list .hot-title-img, .hot-list .hot-title-img img {
    width: 100%;
}

.hot-list .hot-list-box {
    padding: 20px;
    border: 1px solid #edecec;
    border-top: none;
}
.hot-list .hot-list-box .hot-list-title{
    font-size: 16px;
    font-weight: 700;
}
.hot-list .hot-list-box .hot-list-title span{
    color: #d71f1f;
}

/*å·¦è¾¹çƒ­ç‚¹èµ„è®¯åˆ—è¡¨*/
.hot-list-wrap {
    margin-top: 20px;
}
.hot-list-wrap li a{
    display: block;
}
.hot-list-wrap .hot-list-item{
    display: flex;
    align-items: center;
}
.hot-list-wrap .hot-list-item .title-tips{
    width: 5px;
    height: 5px;
    background: #efe7e7;
    flex-shrink: 0;
    margin-right: 10px;
}
.hot-list-wrap .hot-list-item .title{
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    line-height: 2.5em;
    text-overflow: ellipsis;
    color: #555555;
}
.hot-list-wrap li:hover .hot-list-item .title-tips{
    background: #f8aaaa;
}
.hot-list-wrap li:hover .hot-list-item .title{
    color: #111111;
}
/*å³è¾¹åˆ—è¡¨*/
.article-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #f4f3f3;
}
.article-item .article-item-icon{
    width: 30px;
    flex-shrink: 0;
    padding-right: 30px;
}
.article-item .article-item-left{
    flex: 1;
    padding-right: 30px;
}
.article-item .article-item-left div:first-child{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}
.article-item .article-item-left div:last-child{
    margin-top: 20px;
    font-size: 12px;
    color: #777777;
}
.article-item .article-item-right{
    width: 60px;
    height: 70px;
    border: 1px solid #ececec;
    border-radius: 5px;
    flex-shrink: 0;
    text-align: center;
}
.article-item .article-item-right div:first-child{
    font-size: 30px;
    font-weight: 700;
    color: #dfcbcb;
}
.article-item .article-item-right div:last-child{
    margin-top: 5px;
    font-size: 12px;
    color: #777777;
}
/*å³è¾¹åˆ—è¡¨æ¯6ä¸ªæ¢è¡Œ*/
.article-list {
    padding: 30px 25px;
    background-color: #ffffff;
    background-image: url('../img/article-list-top.png');
    background-repeat: no-repeat;
    background-size: 100% 8px;
}

.article-list a:hover .news-date-item .title-box .title{
    color:#111;
}
.article-list a:hover .news-date-item .title-box .title-tips{
    width: 5px;
    height: 5px;
    background: #f8aaaa;
    flex-shrink: 0;
    margin-right: 10px;
}
.article-list a{
    display: block;
}
.article-list a .news-date-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 2.5em ;
}
.article-list a .news-date-item .title-box{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 70%;
}
.article-list a .news-date-item .title-box .title-tips{
    width: 5px;
    height: 5px;
    background: #efe7e7;
    flex-shrink: 0;
    margin-right: 10px;
}
.article-list a .news-date-item .title-box .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555555;
}
.article-list a .news-date-item .create-time{
    flex-shrink: 0;
    width: 30%;
    color: #a8a8a8;
    text-align: right;
    font-weight: 400;
}
.article-list-new:nth-child(5n){
    border-bottom: 1px dashed #e4e4e4;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

/*å³è¾¹è¯¦æƒ…*/
.article-title-box {
    position: relative;
    width: 100%;
    min-height: 135px;
    background: url("../img/show-title.png") repeat-x;
    box-sizing: border-box;
    padding: 30px;
}
.article-title-box .article-title{
    font-size: 24px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 30px;
}
.article-title-box .article-title-sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #939393;
}
.article-title-box .article-title-sub div:last-child{
    display: flex;
    align-items: center;
}
.number{
	width: 800px;
	height: 60px;
	margin: 0 auto;
}
.number a{
	color: #fff;
	background:#777;
	padding:5px 8px;
	font-size:14px;
	font-family:"微软雅黑";
	margin-left: 5px;
	border-radius: 3px;
}
.number a:hover{	
	background:#d7000f;
}
.number span{
	background:#d7000f;
	color:#fff;
	font-size:14px;
	padding:5px 8px;
	font-family:"微软雅黑";
	margin-left: 5px;
	border-radius: 3px;
}
.see{
	float:left;
	margin-top: -20px;
	font-size:14px;
	font-family:"微软雅黑";
	color: #c7c7c7;
	height: 20px;
	margin-left: 500px;
}
.seenumber{
	width: 20px;
	margin-top: -5px;
}

.datecss-no{
	margin-left: 460px;
	margin-top: -15px;
	width: 55px;
	height: 59px;
}
.datecss-1-no{
	line-height:30px;
	font-size:20px;
}
.datecss-2-no{
	line-height:0px;
}
.box100px{
    margin-left:-90px;
}
.article-content {
    font-size: 14px;
    line-height: 28px;
}
.wscnph{width:96%; margin:10px auto; box-sizing :border-box }
.text-change-box {
    display: flex;
    margin: 15px 0;
    border: 1px solid #ececec;
    background: #f9f8f8;
    border-radius: 5px;
    width: 160px;
    height: 40px;
    cursor: pointer;
    color: #b8b8b8;
}
.text-change-box .text-print{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.text-change-box .text-print:hover{
   background: #7b7b7b;
    color: #ffffff;
}
.text-change-box .text-print i{
    font-size: 2em;
}
.text-change {
    display: flex;
}
.text-change div{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 12px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-weight: 700;
}
.text-change div:hover{
    background: #7b7b7b;
    color: #ffffff;
}
.text-change div.active{
    color: #2c2c2c;
}
.slider-container {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        .slider-list {
            display: flex;
            transition: transform 0.5s ease;
        }
 .slider-list li {
            flex-shrink: 0; /* 禁止压缩，确保宽度由内容决定 */
            padding: 0 10px; /* 可调整间距 */
            text-align: center;
            line-height:24px;
        }
        .slider-list img {
            height: 69px; /* 固定高度（按需调整） */
            width: auto;   /* 宽度自适应 */
            display: block;
        }