.yw_toutiao{
    display: flex;
    height: 88px;
    justify-content: space-around;
}
.yw_toutiao img{
    height: 60px;
	margin: 20px 0;
}
.yw_toutiao span{
    font-size: 30px;
    color: #a91728;
    font-weight: bold;
    line-height: 88px;
    height: 88px;
}
.xw_luobo{
    width: 1070px;
    margin: 10px auto;
    height: 400px;
}
.lunbo_wenzi{

	height: 370px;
	width: 490px;
	position: absolute;
	right: 30px;
	top: 178px;
    background-color: #ffeeee;

}
.luobo_wenzi_s{
    height: 370px;
	width: 490px;
    box-sizing: border-box;
	padding: 46px;
/*     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.luobo_wenzi_s h2{
    font-size: 22px;
    color: #cf0201;
    line-height: 42px;
}
.luobo_wenzi_s p{
    font-size: 16px;
    color: #666;
    line-height: 30px;

}
.luobo_wenzi_s h2>a:hover{

	    color: #cbb486;
}

.xinwe_yw{
    width: 1070px;
    height: 306px;
    margin: 10px auto;
}
.xinwe_yw_hd{
    width: 682px;
    height: 84px;
    margin: auto;

}
.xinwe_yw_hd ul{
    display: flex;
    justify-content: space-between;
}
.xinwe_yw_hd ul li{
    width: 159px;
	height: 50px;
	text-align: center;
	line-height: 50px;
    font-size: 18px;
    color: #000;
}
.xinwe_yw_hd ul li.on{
    color: #b41e2e;
    border-bottom: 3px solid #b41e2e;
}
.xinwe_yw .bd ul{
    width: 100%;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xinwe_yw .bd ul li{
    width: 49%;
    height: 66px;
    line-height: 66px;  
    float: left;
    font-size: 16px;
    color: #464545;
    box-sizing: border-box;
    padding: 0 20px;
    background: url(./20230627_icon.png)no-repeat left;
}
.xinwe_yw .bd ul li span{
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}
.fbh_lb{
    width: 1070px;
    margin: 10px auto;
    height: 376px;
}
.xwlb{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 20px;
}
.xwfbh{
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
}
.xwlb_nr{
    width: 525px;
    box-sizing: border-box;
    margin-top: 10px;
}
.xwfbh_nr{
    width: 525px;
    height: 320px;
    padding-top: 10px;
}
.xwfbh_nr ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xwfbh_nr ul li{
    width: 49%;
	margin: 5px 0;
}
.xwfbh_nr ul li img{
    width: 100%;
    height: 100%;
}