/*html{font-size: 40px}*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,in put,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { color:#555; font-size: 14px; font-family: 'Microsoft Yahei',Tahoma,Helvetica,Arial,sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
a { color:#555; text-decoration:none !important; }
a:hover{text-decoration: none;}
img { border:none; }
ol,ul,li { list-style:none; }
i,em{ font-style: normal}
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; border: 1px solid #999; outline: none; }
table { border-collapse:collapse; }
.cf:after {content: ""; display: block;clear: both;}
.cf { display: inline-table; }
/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */
.fl{float: left;}
.fr{float: right;}
button{cursor: pointer;  outline: none;  border: 0;}

html,body{
    max-width: 640px;
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
}
*{
    box-sizing: border-box;
}
/*.n-body{*/
/*width: 1000px;*/
/*background: #f7f5f5;*/
/*}*/
.nav{
    max-width: 640px;
    height: 80px;
    border-top: 1px solid #d4d4d4;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    display: flex;
    display: -webkit-flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    padding: 0 5px;
    position: fixed;
    top: 0px;
}
@media screen and (min-width:640px){
    .nav{
        height: 70px;
        width: 640px;
    }
}
.nav .nav-l{
    padding: 0px 10px;
    font-size: 16px;
    color: #313131;
    display: block;
    cursor: pointer;
    line-height: 100%;
    border-bottom: 3px solid #fff;
}
@media screen and (min-width:640px){
    .nav .nav-l{
        line-height: 200%;
        padding: 5px 8px;
    }
}
.nav .nav-on{
    color: #13a26d;
}
@media screen and (min-width:640px){
    .nav .nav-on{
        color: #13a26d;
        border-bottom: 3px solid #179d6a;
    }
}
.news{
    margin-top: 90px;
    padding: 0 5px;
    background: #fff;
    /*margin-top: 70px;*/
}
.news .newx-b{
    border-top: 1px solid #f2f2f2;
    padding: 10px 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
}
.news .newx-b .news-t{
    margin-right: 15px;
}
.news .newx-b .news-t h1{
    font-size: 16px;
    color: #353535;
}
.news .newx-b .news-t p{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}
.news .newx-b .news-t .news-s{
    display: flex;
    display: -webkit-flex;
    flex: 1;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-start;
}
.news .newx-b .news-t .news-s p{
    font-size: 12px;
    color: #bdbdbd;
    line-height: normal;
    height: 20px;
}
.news .newx-b .news-t .news-s p span{
    margin-right: 10px;
}
.news .newx-b .news-t .news-s .news-tra{
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
}
.news .newx-b .news-t .news-s .news-tra img{
    width: 100%;
}
.news .newx-b .news-i{
    width: 120px;
    height: 120px;
    border: 1px solid #f1f1f1;
}
.news .newx-b .news-i img{
    width: 120px;
    height: 120px;
}

.news-pag{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.news-pag .num{
    display: inline-block;
    padding: 0 5px;
    height: 25px;
    background: #ededed;
    margin: 0 2px;
    line-height: 25px;
    cursor: pointer;
    color: #8a8a8a;
}
.news-pag .current{
    display: inline-block;
    padding: 0 5px;
    height: 25px;
    background: #ededed;
    margin: 0 2px;
    line-height: 25px;
    cursor: pointer;
    color: #8a8a8a;
    background: none;
    border: 1px solid #179d6a;
    color: #13a26d;
    line-height: 23px;
}

.copyright-text {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 40px 15px 20px 15px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}