.banner{
    position: relative;
    width:100%;
    height:252px;
    overflow:hidden;
}
.banner a{
    display:block;
    position:relative;
}
.banner a img{
    width:100%;
    height:252px;
    display:block;
}
.info{
    position:absolute;
    left:0;
    width:100%;
    bottom:0;
    height:30px;
    line-height:30px;
    background: rgba(0,0,0,0.5);
    color:#fff;
    margin-bottom:0;
    padding-left:10px;
}
.list{
    padding:10px 15px;
    background:#fff;
}
.list2{
    padding:5px 5px;
    background:#fff;
}
.list ul li{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #eee solid;
}
.list ul li a{
    display: block;
    width:320px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.list ul li.host a{
    color: #D00505;
    font-weight: bold;
}
.list ul li span{
    display: block;
	float:right;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
//**/
.title_list{ box-sizing:border-box;padding:10px 10px; padding-bottom:0px;}
.title_list li{min-height: 24px; border-bottom: 1px #eee solid; padding: 10px 0px; text-align:right; color:#c5c5c5;}
.title_list li span{float:left;}
.title_list li a{ line-height: 24px;}
.list_more{ text-align:center; padding-top:10px; padding-bottom:10px;}
.back_top{width:38px;height:38px; background:url(zgnj_mobile_backtop_201505-01.png);position:fixed;right:10px;bottom:15px;}
.more{
    display: block;
    width: 100%;
    background-color: #DFDFDF;
    height: 35px;
    margin-top: 15px;
    line-height: 35px;
    text-align: center;
}
.more2{
    display: block;
    width: 100%;
    background-color: #DFDFDF;
    height: 35px;
    margin-top:5px;
    line-height: 35px;
    text-align: center;
}
.tab{
    margin-top:15px;
}
.nav-tabs{
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    background-color: #F8F8F8;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border:none;
    border-bottom:1px solid #fff;
}
.nav-tabs li.active{
    color: #000;
    background-color: #fff;
    border-top: 3px solid #0165A0;
    margin-top: -2px;
    border-left: #DFDFDF 1px solid;
    border-right: #DFDFDF 1px solid;
}
.nav-tabs .native{
    border-top:none;
}

/*letter*/
.letter{
    background:#e5f0fe;
    padding:10px;
}
.letter h1{
    margin:0 auto;
    text-align: center;
    font-size:18px;
    font-weight: bold;
}
.letter h5{
    font-size:16px;
    font-weight:bold;
}
.letter p{
    font-size:14px;
}
.letter .spe{
    height:25px;
    line-height:25px;
    margin:10px auto;
	color:#8B8B8B;
}
.letter .spe span{
    display:inline-block;
    margin:0 10px;
}
.btn_next{
    text-align: center;
    color: #fff;
    font-family: "microsoft yahei";
    font-size: 16px;
    text-decoration: none;
    padding: 5px 30px;
    border:none;
    cursor:pointer;
}
.btn-blue{
    background: #619cd8;
}
.btn-gray{
    background: #D3D3D3;
}