.about1_body_bg{
    background-image:url('../images/news_bg.jpg');
}
.list_bg{
    width:15%;
    height:100%;
    position:absolute;
    right:0;top:0;
    background-image:url('../images/akm.png');
    background-size:80%;
    background-repeat:no-repeat;
    background-position: center right;
    -webkit-animation:fadeInUp 1s .2s ease both;
    -moz-animation:fadeInUp 1s .2s ease both;}
@-webkit-keyframes fadeInUp{
    0%{opacity:0;
        -webkit-transform:translateY(500px)}
    100%{opacity:1;
        -webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
    0%{opacity:0;
        -moz-transform:translateY(200px)}
    100%{opacity:1;
        -moz-transform:translateY(0)}
}
.list_main{
    width:100%;
    height:94%;
    position:absolute;
    left:0;top:9%;

    -webkit-animation:pulse 2s .2s ease both;
    -moz-animation:pulse 2s .2s ease both;
}
@-webkit-keyframes pulse{
    0%{-webkit-transform:scale(1)}
    50%{-webkit-transform:scale(1.1)}
    100%{-webkit-transform:scale(1)}
}
@-moz-keyframes pulse{
    0%{-moz-transform:scale(1)}
    50%{-moz-transform:scale(1.1)}
    100%{-moz-transform:scale(1)}
}
.list_ul{
    /*overflow-y:scroll;*/
    /*-ms-overflow-style:none;*/
    /*scrollbar-width: none;*/
    max-width: 1000px;
    width:80%;
    height:88%;
    margin: 0 auto;
    position:absolute;
    right:0;
    left:0;
    top:0%;

}
.list_ul .list_ul_content{
    width:100%;
    height:100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position:relative;
}
.list_li{height:9.2em;overflow:hidden;margin-bottom:1em;background:#F8F8F8;position:relative;}
.list_li a .list_li_img{float:left;width:42%;height:100%;text-align:left;}
.list_li a .list_li_img img{max-width:400px;width:100%;height:100%;}
.list_li a .list_li_desc{float:left;width:50%;margin-left:5%;margin-top:2%;}
.list_li a strong{  color: #000;
    font-size: 0.95em;
    line-height: 1.2em;
    display: block;
}
.list_li a p{
    color: #000;
    font-size: 0.65em;
    line-height: 1.4em;
    width: 96%;
    margin-top: 2%;
}
.list_li a button{
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    background: #DDD;
    width: 5em;
    height: 1.6em;
    line-height: 1.6em;
    color: #FFF;
}
.list_li a:hover strong{color:#c9151e;}
.list_li a:hover button{background:#c9151e;color:#FFF;cursor:pointer;}
/*分页*/
.pager{
    overflow: hidden;
    width: 100%;
    height: 2em;
    text-align:center;

}
.pager a{
    display: inline-block;
    padding: 0.1em 0.3em;
    margin-left: 0.2em;
    background: #DDD;
    text-align: center;
    color: #AAA;}
.pager a.active-page{color:#FFF;background:#c9151e;}
.footer_desc{display:none;}