﻿.eoncen_header_five_new{
    max-width: 1920px;
    height: 550px;
    background-image: url("../images/eoncen_header_five_new_1.png");
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    padding-top: 13px;
    margin: 0 auto;
}
.new_info{
    width: 100%;
    margin:0 auto;
}
.new_info_header{
    width:100%;
    display:flex;
    display:-webkit-flex;
    /* align-content:space-around; */
    justify-content: center;
    border-bottom:1px solid #eee;
    margin-top:20px;
}
.new_info_header li{
    width:100px;
    text-align: center;
    padding-top:15px;
    padding-bottom:15px;
    font-size:24px;
    margin-left:10px;
    margin-right:10px;
    cursor: pointer;
}
.new_active{
    border-bottom:3px solid orange;
}
.new_info_content{
    width:1200px;
    margin:0 auto;
    
}
.new_info_content_list{
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.new_info_li{
    width:390px;
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-top:50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.new_info_li_text{
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 10px;
}
.new_info_li_text>div:nth-child(1){
    font-size:18px;
    color:#333;
}
.new_info_li_text>div:nth-child(2){
    font-size:14px;
    color:#f20c0c;
}
.new_info_li_text>div:nth-child(2)::before{
    content:"|";
    color:#f20c0c;
    margin-right:10px;
}
.new_info_li:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}


@media screen and (max-width: 500px) {

.eoncen_header_five_new {
    width: 100%;
    height: 200px;
    background-image: url("../images/eoncen_header_five_new_1.png");
    background-size:100% 100%;
    display: block;
    /* display: -webkit-flex; */
    justify-content: space-around;
    padding-top: 13px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 100px;
}
.new_info_content {
    width: 100%;
    margin: 0 auto;
}
.new_info_content_list {
    /* justify-content: space-between; */
    display: block;
}
.new_info_li {
    width: 100%;
    margin: 0 auto;
}

}