
.class_name{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
    margin-bottom: 0.15rem;
}
.class_en{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.24rem;
    color: #0099CD;
}




/* 新闻列表 */
.news{
    background: #F8F8F8;
    padding: 0.8rem 0 1rem;
    box-sizing: border-box;
}
.news_list{
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.2rem;
    row-gap: 0.25rem;
}
.news_list .news_item{
    width: calc(33.33% - 0.1333rem);
    height: 5.6rem;
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
    box-sizing: border-box;
}
.news_list .news_item .news_img{
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.news_list .news_item .news_img img{
    transition: all 0.5s;
}
.news_list .news_item .news_title{
    width: 100%;
    height: 0.6rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 0.2rem;
}
.news_list .news_item .news_cont{
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
    margin-bottom: 0.25rem;
}
.news_list .news_item .news_txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0.01rem solid #E2E2E2;
    padding-top: 0.25rem;
}
.news_list .news_item .news_txt .news_time{
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
}
.news_list .news_item .news_txt .news_more{
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    display: flex;
    align-items: center;
}
.news_list .news_item .news_txt .news_more i{
    margin-left: 0.08rem;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/jiantou3.png) center no-repeat;
    background-size: contain;
}
.news_list .news_item:hover .news_img img{
    transform:scale(1.1);
}
.news_list .news_item:hover .news_title,
.news_list .news_item:hover .news_txt .news_more{
    color: #0099CD;
}
.news_list .news_item:hover .news_txt .news_more i{
    background: url(../img/jiantou4.png) center no-repeat;
}







/* 新闻详情 */
.news_view{
    padding: 0.8rem 0 1rem;
    box-sizing: border-box;
}
.news_view .view_main{
    width: 14rem;
    margin: 0 auto;
}
.news_view .view_title{
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
}
.news_view .view_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.3rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.3rem;
    border-bottom: 0.01rem solid #C4C4C4;
}
.news_view .view_txt .view_time{
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}
.news_view .view_txt .view_url{
    display: flex;
    align-items: center;
} 
.news_view .view_txt .view_url span{
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
}
.news_view .view_txt .view_url a{
    width: 0.15rem;
    height: 0.15rem;
    display: block;
    margin-right: 0.1rem;
}


.view_cont{
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 0.01rem solid #C4C4C4;
}
.view_cont,
.view_cont p{
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}
.view_cont img{
    width: revert-layer;
    max-width: 100%;
    height: auto;
    display: inline;
}
.view_cont a{
    width: fit-content;
    height: fit-content;
    display: inline;
}
.view_cont ul,
.view_cont ol{
   display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.view_cont ul li,
.view_cont ol li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}


.next_prve{
    display: flex;
    align-items: center;
    position: relative;
}
.next_prve::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.3rem;
    background: #eaeaea;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.next_prve a{
    width: 50%;
    height: 0.7rem;
    background: #F8F8F8;
    padding: 0.25rem;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 0.16rem;
    color: #333333;
}
.next_prve a:hover{
    background: #0099CD;
    color: #fff;
}




/* 中标信息 */
.notice{
    background: #F8F8F8;
    padding: 0.8rem 0 1rem;
    box-sizing: border-box;
}
.notice_body{
    margin-top: 0.5rem;
    background: #FFFFFF;
    padding: 0.8rem;
    box-sizing: border-box;
}
.view_list{
	width: 100%;
	position: relative;
}
.view_list::before{
	content: "";
	position: absolute;
	top: 0.51rem;
	left: 0.09rem;
	width: 0.01rem;
	height: calc(100% - 0.68rem);
	background: #eee;
}
.view_list .view_item{
	width: 100%;
	height: 1.2rem;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.view_list .view_item::before{
	content: "";
	position: absolute;
	width: 13.92rem;
	height: 0.01rem;
	background: #D3D3D3;
	right: 0;
	bottom: 0;
}
.view_list .view_item i{
	width: 0.18rem;
	height: 0.18rem;
	background: #DFDFDF;
	border-radius: 50%;
}
.view_list .view_item .view_time{
	width: 0.7rem;
	height: 0.7rem;
	background: #C4C4C4;
	border-radius: 0.05rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}
.view_list .view_item .view_time .time_d{
	width: 100%;
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	text-align: center;
}
.view_list .view_item .view_time .time_ym{
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	text-align: center;
}

.view_list .view_item .view_title{
	width: 11.6rem;
	font-weight: bold;
	font-size: 0.2rem;
	color: #222222;
}
.view_list .view_item .view_more{
	width: 0.52rem;
	height: 0.24rem;
	background: #C4C4C4;
	border-radius: 0.12rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.8rem;
}
.view_list .view_item .view_more img{
	width: 0.19rem;
	height: 0.12rem;
	object-fit: contain;
}
.view_list .view_item:hover i,
.view_list .view_item:hover .view_time,
.view_list .view_item:hover .view_more{
	background: #0099CD;
}
.view_list .view_item:hover .view_title{
	color: #0099CD;
}










@media screen and (max-width: 1043px) {
    /*新闻列表*/
    .news_list .news_item{
        width: 100%;
        height: auto;
    }
    .news_list .news_item .news_img{
        width: 100%;
        height: auto;
    }
    .news_list .news_item .news_title{
        font-size: 0.3rem;
        height: auto;
    }
    .news_list .news_item .news_cont{
        font-size: 0.24rem;
    }
    .news_list .news_item .news_txt .news_time,
    .news_list .news_item .news_txt .news_more{
        font-size: 0.24rem;
    }
    
    
    
    /*新闻详情*/
    .news_view .view_main{
        width: 94%;
    }
    .news_view .view_title{
        font-size: 0.36rem;
    }
    .news_view .view_txt .view_time,
    .news_view .view_txt .view_url span{
        font-size: 0.26rem;
    }
    .news_view .view_txt .view_url a{
        width: 0.3rem;
        height: 0.3rem;
    }
    .view_cont, .view_cont p,.view_cont *{
        font-size: 0.3rem;
    }
    .next_prve{
        flex-wrap: wrap;
        padding: 0.2rem;
        background: #F8F8F8;
        row-gap: 0.15rem;
    }
    .next_prve a{
        font-size: 0.24rem;
        width: 100%;
        padding: 0;
        height: auto;
    }
    
    
    
    
    
    /*中标信息*/
    .notice_body{
        padding: 0.2rem;
    }
    .view_list .view_item{
        height: auto;
        padding: 0.3rem 0;
    }
    .view_list .view_item .view_time{
        width: 0.9rem;
        height: 0.9rem;
    }
    .view_list .view_item .view_time .time_d{
        font-size: 0.4rem;
    }
    .view_list .view_item .view_time .time_ym{
        font-size: 0.22rem;
    }
    .view_list .view_item::before{
         width: calc(100% - 0.5rem);
    }
    .view_list .view_item .view_title{
        width: calc(100% - 2.4rem);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        white-space: normal;
        line-height: 1.5;
        font-size: 0.3rem;
    }
    .view_list .view_item .view_more{
        margin-left: 0.2rem;
    }
}




