﻿.new{
    width:100%;

}
.new_line{
    width:100%;
    border-bottom:1px solid #f4f4f4;
    margin-top: 30px;
}
.new_tab{
    width:1200px;
    overflow: hidden;
    margin:0 auto;
    text-align: center;
    /* background: #f9f9f9; */
}
.new_tab_list{
    /* width:170px; */
    /* height:50px; */
    /* line-height:50px; */
    color:#666;
    /* text-align: center; */
    /* float: left; */
    display: inline-block;
    padding:15px 0;
    margin:0 40px;

}
.new_tab_list_color{
    /* background:#2B6BFF; */
    color:#2B6BFF;
    border-bottom:1px solid #2B6BFF;
}
.new_tab_list:hover{
    cursor: pointer;
    border-bottom:1px solid #2B6BFF;
    color:#2B6BFF;
}
.new_con{
    width:1200px;
    margin:0 auto;
}
/* .new_link a{
    color:#333;
}
.new_link .cur{
    color:#2B6BFF;
} */
.new_tab_view{
    margin-top:35px;
}

.new_list{
    display: none;
}
.new_list_tabs{
    display: block;
}
.new_list_con{
    height: 226px;
    margin-top: 25px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.new_list_lf{
    width: 1030px;
    float: left;
}
.new_list_lf img{
    width:300px;
    height:226px;
    float: left;
}
.new_text{
    width:700px;
    float: right;
}
.new_text h3{
    font-size: 22px;
    color:#666;
    padding: 45px 0px 24px;
}
.new_text p{
    font-size: 13px;
    color:#666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_text div{
    padding-top: 20px;
}
.new_list_rt{
    float: right;
    padding: 65px 18px 0px 0px;
}
.new_list_rt span{
    display: block;
    font-size: 60px;
    line-height: 65px;
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
   	text-align:center;
}
.new_list_rt em{
    font-style: normal;
    display: block;
    font-size: 18px;
    padding-top: 7px;
}
.new_list a:hover{ transform: translateY(-5px); box-shadow: 0 8px 35px rgba(0, 0, 0, .08); }
.new_list a:hover .new_text h3{ color:#2B6BFF;}
.new_list a:hover .new_text p{ color:#2B6BFF;}
.new_list a:hover .new_text div{ color:#2B6BFF;}
.new_list a:hover img {
  transform: scale(1);
}