i{
	font-style: normal;
}
.news{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.news_main{
    width: 100%;
    height: auto;
}
.news_left_tpye{
    width: 96%;
    height: auto;
    background: #f9f9f9;
    padding: 2% 2% 0% 2%;
    overflow: hidden;
}
.news_left_tpye i{
    float: left;
    width: auto;
    font-style: normal;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #b7b7b7;
    padding-left: 4%;
}
.news_left_tpye li{
    float: left;
    width: auto;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
    margin-left: 0.2rem;
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}
.news_left_tpye li.cur {
    background: #ffd00a;
}
.news_left_main{
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    margin-left: 2%;
    margin-top: 0.2rem;
}
.news_left_main a{ 
    float: left;
    width: 96%;
    height: auto;
    border-bottom:0.02rem solid #f3f3f3;
    padding: 2%;
}

.news_left_main li{
    width: 100%;
    height: auto;
}
.news_left_main_ioc{
    float: left;
    width: 30%;
    height: 1.3rem;
}
.news_left_main_ioc img{
	width: 100%;
    height: 100%;
    border-radius:0.1rem;
    object-fit: cover;
}
.news_left_main_name{
    float: left;
    width: 67%;
    height: 0.5rem;
    padding-left: 3%;
}
.news_left_main_name h1{
    float: left;
    width: 100%;
    height:0.4rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    font-weight: bold;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_left_main_xx{
    float: left;
    width: 67%;
    padding-left: 3%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #989696;
    font-size: 0.22rem;
}

.news_right{
    width: 96%;
    height: auto;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
    margin-left: 2%;
}
.news_hot{
    background: #fff;
    width:94%;
    height: auto;
    overflow: hidden;
    border-radius: 0.15rem;
    padding: 3%;
}
.news_hot a{ 
    float: left;
    width: 100%;
    height: 1rem;
}

.news_hot li{ 
    width: 100%;
    height:1rem;
    line-height:1rem;
}
.news_hot li i{ 
    float: left;
    width: 5%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    background: #eaeaea;
    height: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.52rem;
    margin-top: 0.15rem;
    border-radius: 0.15rem;
    margin-right: 2%;
    color: #000;
    text-align: center;
}
.news_hot li i.num1{ 
    background:#ff390a;
    color: #fff;
}
.news_hot li i.num2{ 
	background: #ff7f61;
    color: #fff;
}
.news_hot li i.num3{ 
    background: #fba692;
    color: #fff;
}
.news_hot li h1{ 
    float: left;
    width: 90%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_right_nr{
    width: 94%;
    height: auto;
    background: #fff;
    padding: 3%;
    border-radius: 0.15rem;
    overflow: hidden;
}
.news_right_nr a{ 
    float: left;
    width: 49%;
    height: auto;
    margin-right: 2%;
}
.news_right_nr a:nth-child(2n+2) {
    margin-right: 0;
}
.news_right_nr li{ 
	float: left;
    width: 100%;
    height: auto;

}
.news_right_nr li em{ 
    float: left;
    width: 100%;
    height: 2rem;
}
.news_right_nr li em img{ 
    float: left;
    width: 100%;
    height: 2rem;
    object-fit: cover;
    border-radius: 0.1rem;
}
.news_right_nr li span{ 
    float: left;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.3rem;
    overflow: hidden;
}
.news_right_nr a.zne{ 
    float: left;
    width: 100%;
    height: 1rem;
    line-height:1rem;
}
.news_right_nr h1{ 
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.3rem;
}

