.news_part{
    background: #F5F5F5;
    width: 75%;
    margin: 0 auto;
}
.news{
    background: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_title{
    line-height: 65px;
    border-bottom: 2px solid #50A0FD;
    margin-bottom: 15px;
}
.news_title>p:first-child{
    font-size: 26px;
    color: #333333;
}
.news_title>p:first-child>span{
    font-size: 18px;
    color: #999;
    padding-left: 10px;
}
.news_title>div:nth-child(2){
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.news_title>div:nth-child(2)>img{
    width: 18px;
    margin-right: 5px;
}
.news_title>div:nth-child(2)>a{
    font-size: 14px;
    color: #666;
}
.news>div:nth-child(2){
    align-items: start;
}
.news_left{
    width: 18%;
}
.news_left>div:first-child{
    background: #50A0FD;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 20px 20px 0 0;
}
.news_left>div>p:first-child{
    font-size: 25px;
}
.news_left>div>p:nth-child(2){
    font-size: 14px;
    font-weight: bolder;
}
.news_left>div:last-child{
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 0px 0px 10px 10px;
}
.news_left>div>a{
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    background: #F5F5F5;
    margin-bottom: 5px;
}
.news_left>div>a>img{
    width: 15px;
}
.news_left>div>a.on{
    color: #ffffff;
    background: #99D1FF;
}
.news_right{
    width: 80%;
}
.news_item{
    padding: 10px 20px;
    box-sizing: border-box;
    background: rgba(250,250,250,1);
}
.news_item.on{
    color: #ffffff !important;
    background: #99D1FF;
}
.news_item.on p{
    color: #ffffff !important;
}
.news_item.on>div:first-child{
    border-right: 1px solid #ffffff;
}
.news_item>div:first-child{
    width: 85%;
    border-right: 1px solid #D1D1D1;
}
.news_item>div:first-child>p:first-child{
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 5px;
}
.news_item>div:first-child>p:last-child{
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}
.news_item>div:last-child{
    width: 15%;
}
.news_item>div:last-child>p:first-child{
    text-align: right;
    font-size: 18px;
    font-weight: bolder;
}
.news_item>div:last-child>p:last-child{
    text-align: right;
    font-size: 30px;
    font-weight: bolder;
}
.news_item>span:last-child{
    font-size: 14px;
    color: #999999;
}
.news_item:not(:last-child){
    margin-bottom: 10px;
}
.news_txt_title{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}
.news_txt_title>p:first-child{
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}
.news_txt_title>div:nth-child(2){
    display: flex;
    display: -webkit-flex;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    justify-content: center;
}
.news_txt_title>div:nth-child(2)>span{
    margin-right: 10px;
}
.news_txt_content{
    box-sizing: border-box;
    padding: 20px;
    word-break: break-all !important;
}
.news_txt_content img{
    max-width: 100%;
}
.news_mid{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 160px;
}
.news_search{
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    box-sizing: border-box;
    position: relative;
}
.news_search>input{
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
    border: 1px solid #50A0FD;
    border-radius: 10px;
}
.news_search>a{
    position: absolute;
    width: 20px;
    right: 2%;
    top:25px;
}
.news_search>a>img{
    width: 100%;
}
.product_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_item{
    width: 32%;
    box-sizing: border-box;
    border: 2px solid #dcdcdc;
    margin-bottom: 10px;
    border-radius: 5px;

}
.product_item>img{
    display: block;
    height: 40px;
    margin: 0 auto;
    padding:30px 0;
}
.product_item>p{
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background: rgba(238,238,238,1);
    font-size: 20px;
    font-weight: bolder;
}