﻿﻿@charset "utf-8";

/* CSS Document */

html {
    max-width: 640px;
    margin: 0px auto;
    min-height: 100%;
}


* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:not {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

*:focus {
    outline: none;
}
.flex{display: flex;}
.flex1{flex: 1}
body {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
    font-family: "微软雅黑";
    margin: 0px auto;
    font-size: 0.14rem;
    color: #333;
    min-height: 100%;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
}

a:hover {
    text-decoration: none;
}
.pblo{
    padding-bottom: 120px;
}
button,
 input[type='text'],
 input[type='button'],
 input[type='submit'],
textarea,
label,
select{
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    font-family: "微软雅黑";
}

dt,
dd {
    display: inline-block;
}

table,
td {
    border-collapse: collapse;
}

ul,
ol,
li {
    list-style: none;
}

em,
i,
dfn {
    font-style: normal;
}

#outer{
    width: 100%;
    max-width: 640px;
    margin: 0px auto;
    min-height: 100%;
}
.banner img{
    width: 100%;
    height: auto;
    display: block;
}
/* nav */

.nav .nav_top{
    border-bottom: 1px solid #549DE3;
}

.nav span a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4989C6;
    color: #fff;
    font-size: 0.28rem;
    border-right: 1px solid #549DE3;
}

/* 焦点图 */
.slideBox{ position:relative; width:100%;  height:220px; overflow:hidden; margin:0 auto; }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:40px; right:50%; z-index:1; margin-right:-42px;}
.slideBox .hd li{ display:inline-block; width:15px; height:5px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 3px;   }
.slideBox .hd li.on{ background:#FBDE04;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative;  }
.slideBox .bd li img{ width:100%;  height:185px; display:block;   }
.slideBox .bd li .tit{display: block;width: 100%;height: 40px;line-height: 40px; color: #000;font-size: 0.28rem;text-align: center;}

/* 新闻tab */
.tabBox .hd{  padding: 5px 10px; font-size:0.32rem; border-top:5px solid #ccc;  }
.tabBox .hd ul{ overflow:hidden; border-bottom: 3px solid #4989C6; padding: 7px 0; }
.tabBox .hd ul li{ flex: 1;  color:#333333;  text-align: center;padding: 3px;}
.tabBox .hd ul li a{color: #333333;}
.tabBox .hd ul .on{ background: #4989C6;  -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
.tabBox .hd ul .on a{ display:block; color: #fff; }
.tabBox .bd ul{ padding:10px 0 10px 10px;  }
.tabBox .bd li{ height:30px;width:80%;line-height:30px;  font-size: 0.28rem; overflow: hidden;}
.tabBox .bd li a{ color:#333;  }

/*页脚*/
#footer{
    margin-top: 10px;
    border-top: 5px solid #4989C6;
    text-align: center;
    padding: 15px 0;
    background: #fff;
}
#footer img{
    width: 45px;
    height: auto;
    vertical-align: middle;
}
#footer span{
    margin-left: 8px;
    color: #999;
}

/* 新闻列表页 */
#header{
    height: 60px;
    width: 100%;
    background: url(../images/bk.jpg) center no-repeat;
    background-size: 100%;
    padding: 15px
}
.nhd_tit{
    flex: 3;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
}
.return a{
    display: block;
    background: url(../images/return.png) center no-repeat;
    width: 35px;
    height: 25px;
}
.er_nav{
    display: block;
    background: url(../images/list.png) center right no-repeat;
    width: 30px;
    height: 29px;

}

/*二级导航*/
.er_list_nav{
    background: #4989C6;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
}
.er_list_nav ul{
    display: none;
}
.er_list_nav .one-ul{
    width: 95%;
    display: flex;

}
.er_list_nav .show-nav-icon{
    width: 12px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 22px;
    border: 2px solid #fff;
    transform: rotate(-45deg);
    border-left: none;
    border-bottom: none;
}
.er_list_nav .deg {
    border-right: none;
    border-top: none;
    right: 10px;
    top: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.er_list_nav ul li{
    flex:1;
    font-size: 0.28rem;
    text-align: center;
}
.er_list_nav ul li a{
    color: #fff;
}
.er_list_nav ul li.on{
    background: #5199DE;
    font-weight: bold;

}
.er_list_nav  .shownav-2 {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    background: #4989C6;
}

/* 列表 */
.er_list{
    padding: 5px 10px;
}
.er_list li{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.er_list .er_more{
    display: block;
    font-size: 0.28rem;
    color: #999;
    text-align: center;
    padding: 15px;
}

/*内容*/
.header-bor{
    border-top: 5px solid #4989C6;;
}
.new_text{
    padding: 10px;
}
.new_text .new_text_tit{
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.new_text .new_text_time{
    font-size: 0.20rem;
    color: #666;
}
.new_text_text{
    margin-top: 20px;
}
.new_text .new_text_text img{
    max-width: 100%;
    height: auto;
}
.new_text_text p{
    line-height: 1.6;
    font-size: 0.26rem;
    margin-bottom: 10px;
}
.rank{
    display:none;
}

/* 弹出菜单栏 */
.nav_t{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 1000;
}
.nav_t_auto{
    width: 100%;
    height: 95%;
    overflow: auto;
}
.nav_t .nav_close{
    height: 30px;
    background: #4989C6;
    font-weight: bold;
    color: #fff;
    font-size: 0.3rem;
    line-height: 30px;
    text-indent: 10px;
}
.nav_t .nav_t_column{
    padding: 10px 15px;
    overflow: hidden;
}
.nav_t .nav_t_column h3{
    font-size: 0.32rem;
    line-height: 1.6;
}
.nav_t .nav_t_column ul li{
    float: left;
    width: 33%;
    font-size: 0.28rem;
    line-height: 30px;
}