@charset "UTF-8";
.banner{
    background:url(../../en/app/css/images/news_banner.jpg) no-repeat center center/cover;}
.main_content .e_name{
    margin-bottom:0;}
.n_news{
    font-size:0;
    padding:39px 0;
    width:100%;
    border-bottom:1px solid #d6d6d6;
    overflow: hidden;}
.n_news:last-of-type{
    border-bottom:0;}
.n_news dt{
    width:186px;
    height:214px;
    overflow: hidden;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    float:left;
    margin-right:32px;}
.n_news dt a{
    display: inline-block;
    width:100%;
    height:100%;}
.n_news dd{
    float:left;
    width:72%;}
.n_news .n_m_title{
    font-size:20px;}
.n_news .n_m_title:hover:after{
    color:#9a0000;}
.n_news .n_m_title a{
    color:#323232;
    width:29em;}
.n_news .n_m_title a:hover{
    color:#9a0000;
    text-decoration: underline;}
.n_news .n_m_date{
    font-size:16px;
    color:#808080;
    margin-bottom:17px;}
.n_news .n_m_date span{
    /* border-right:1px solid #808080; */
    height:14px;
    padding:0 10px;
    line-height:14px;}
.n_news .n_m_date .n_m_d{
    padding-left:0;}
.n_news .n_m_date .n_m_v{
    border-right:0;}
.n_news .n_m_info{
    font-size:16px;
    color:#767676;
    line-height:30px;
    text-indent:2em;}
.img-show-lists{
    padding-top:30px;
    overflow: hidden;
    font-size:0;
    padding-left:44px;}
.img-show-lists li{
    display: inline-block;
    vertical-align: top;
    width:236px;
    border:1px solid #e4e4e4;
    border-radius:4px;
    margin-right:30px;
    margin-bottom:20px;
    position: relative;
    overflow: hidden;}
.img-show-lists li a{
    display: block;}
.img-show-lists .img-show-bg{
    height:156px;
    background:no-repeat center/cover;}
.img-show-lists .img-show-title{
    position: absolute;
    font-size:16px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:216px;
    padding:2px 10px;
    background-color: rgba(0,0,0,.6);
    color:#fff;
    left:0;
    bottom:-50px;
    translate: all 0.3s;}
.img-show-lists li:hover .img-show-title{
    transition: all 0.3s;
    bottom:0;}
