body{
    background-color: #F7F7F7;
}

.news_head{
    width: 100%;
    max-height: 730px;
}
.news_head_image{
    margin-top: 70px;
    height: 100%;
    width: 100%;
}
.news_panle{
    width: 80vw;
    padding-top: 20px;
    padding-left: 10vw;
}
.news_panle_title{
    margin: 20px 0 ;
    height: 27px;
    font-size: 14px;
    font-family: pingfang;
    color: #777777;
    line-height: 27px;
}
.news_panle_card{
    /*width: 858px;*/
    background: #FFFFFF;
    padding: 10px;
    position: relative;
}
.news_panle_card_head{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
}
.news_panle_card_head_item{
    width: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.news_panle_card_head_item a{
    color: #333333;
}
.news_panle_card_head_item a:hover{
    color: #417bfc;
}
.news_panle_card_head_item .active{
    color: #417bfc;
}
.news_panle_card_head_item a::after{
    content: '';
    border-left: 1px solid #777;
    position: absolute;
    right: 0;
    height: 120%;
}
.news_panle_card_head_item:last-child a::after{
    display: none;
}
.news_panle_card_content_item{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-top: 1px solid #EBEEF5;
    cursor: pointer;
}

.news_panle_card_content_item div{
    color: #333333;
    font-size: 16px;
    font-family: pingfang;
    font-weight: 400;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_panle_card_content_item .title{
    width: 70%;
}
.news_panle_card_content_item div:hover{
    color: #417bfc;
}
.news_panle_card_pagination{
    height: 60px;
    width: 100%;
	padding-top: 10px;
	text-align: center;
}
.news_panle_card_pagination li{
    list-style: none;
    width: 40px;
    height: 40px;
    background-color: #F0F4FE;
    font-size: 14px;
    font-family: pingfang;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.news_panle_card_pagination li:hover{
    background-color: #417bfc;
}
.news_panle_card_pagination li.active{
    background-color: #8ea7e7;
}
.pageination{
    cursor: pointer;
}

.news_left_card{
    width: 100%;
    margin-left: 30px;
}
.news_left_card_title{
    width: calc(100% - 10px);
    height: 30px;
    background-color: #2D2D2D;
    font-family: pingfang;
    line-height: 30px;
    color: #fff;
    padding-left: 10px;
    margin-right: -10px;
}
.news_left_card_content{
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #fff;
}
.news_left_card_content_item{
    padding-left: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.news_left_card_content_item_content{
    height: 20px;
    font-size: 14px;
    font-family: pingfang;
    font-weight: 400;
    color: #3C3C3C;
    line-height: 20px;
    /* -webkit-text-stroke: 1px #979797; */
    text-stroke: 1px #979797;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.number{
    font-size: 24px;
	padding-right: 5px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    line-height: 33px;
}
.news_left_card_product{
    margin-top: 30px;
    width: 100%;
    margin-left: 30px;
    background-color: #fff;
    padding-bottom: 10px;
}
.news_left_card_product_title{
    width: calc(100% - 10px);
    padding-left: 10px;
    background-color: #FE6A38;
    color: #fff;
    font-family: pingfang;
    height: 30px;
    line-height: 30px;
}
.news_left_card_product_item{
    margin: 10px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.news_left_card_product_item:hover{
    color: #417bfc;
    border: 1px solid rgba(65,126,252, 0.6);
}
.news_left_card_btn{
    margin-left: 30px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.news_title{
    padding: 10px;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
	text-align:center
}
.flex_between{
	padding:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_dot{
    height: 17px;
    font-size: 12px;
    font-family: pingfang;
    font-weight: 400;
    color: #777777;
    line-height: 17px;
}

.news_content{
    margin: 10px;
	line-height: 26px
}

.news_content a{
    color: #000;
}

.news_content a:hover{
    color: #000;
}
.news_content img{
    max-width: 100%;
}
.news_panle_card_foot{
    width: 100%;
    height: 70px;
    background: #fff;
    border-top: 1px solid #F5F7FA;
}
.news_panle_card_foot_item{
    /* width: calc(100% - 20px); */
    height: 100%;
    display: flex;
    padding: 0 10px;
    justify-content: space-between;
    align-items: center;
    color: #777777;
    font-family: pingfang;
}
