html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, form, input,textarea,blockquote, table, tr, th, td,nav { margin: 0;  padding: 0;  border: 0;}
table{border-collapse:collapse; border-spacing:0;}
img { border: 0; vertical-align: top; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul,dl {list-style:none;}
input,textarea,select{border: 0; outline: 0; -webkit-appearance: none; resize: none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
.clearfix:after{content: ""; display: block; clear: both;}
a{text-decoration: none; color: #333; cursor: pointer;}
.fl{ float:left;}
.fr{ float:right;}
.hide { display: none;}
/*ȥ��input type=number��Ĭ�ϼӼ�С��ͷ*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input::-webkit-input-placeholder {
    color: #999;
}
.placeholder{
    color: #999;
}
body{
    font-family: 'Helvetica Neue',Tahoma,Arial,Roboto,PingFangSC-Regular,'Hiragino Sans GB','Microsoft Yahei',sans-serif;
    background-color: #eee;
    color: #333;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
.mar30{
    margin-top: 0.3rem;
}
/*��ҳ*/
header{
    width: 6.4rem;
    height: 1.18rem;
    background-color: #fff;
    overflow: hidden;
}
header a.logo{
    margin: 0.31rem 0 0 0.2rem;
}
header a.logo,header a.logo img{
    width: 3.69rem;
    height: 0.49rem;
}
header a.search{
    margin-top: 0.38rem;
}
header a.email,header a.email img{
    width: 0.33rem;
    height: 0.33rem;
}
header a.all{
    margin: 0.38rem 0.2rem 0 0.23rem;
}
header a.all,header a.all img{
    width: 0.37rem;
    height: 0.28rem;
}
nav{
    width: 6.4rem;
    background-color: #fff;
    height: 1.33rem;
    box-shadow: 0 0.03rem 0.06rem #ddd;
}
nav ul li{
    float: left;
    width: 25%;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.24rem;
    text-align: center;
    box-sizing: border-box;
    background: url("1490.jpg") no-repeat;
    border-bottom: 0.01rem solid #fff;
}
nav ul li a{
     color: #fff;
}
.contain{
    width: 6.4rem;
}
.topNew{
    padding: 0.3rem 0;
    background: linear-gradient(to right,#eee,#fff);
    position: relative;
    z-index: -9;
}
.topNew h2,.wzbox h2{
    text-align: center;
    width: 5.1rem;
    font-size: 0.32rem;
    margin: 0 auto;
    line-height: 0.42rem;
    font-weight: 600;
}
.topNew p.newsp{
    font-size: 0.24rem;
    text-align: center;
    color: #818181;
    line-height: 0.3rem;
}
.topNew p.newsp a{
    color: #818181;
    margin: 0 0.24rem;
}
.slider_box{
    width: 6.4rem;
    position: relative;
}
.slider_box ul.silder_con li a img{
    width: 6.4rem;
    height: 3.89rem;
}
.slider_box ul.silder_con li .silder_intro{
    text-align: center;
    font-size: 0.24rem;
    color: #003d82;
    margin-top: 0.1rem;
}
.slider_box ul.silder_nav{
    position: absolute;
    height: 0.29rem;
    bottom: 0.91rem;
    right: 0;
    overflow: hidden;
}
.slider_box ul.silder_nav li{
    float: left;
    width: 0.29rem;
    height: 0.29rem;
    line-height: 0.29rem;
    text-align: center;
    font-size: 0.18rem;
    margin-right: 0.02rem;
    background-color: #11417e;
    color: #fff;
}
.slider_box ul.silder_nav li.on{
    background-color: #fff;
    color: #11417e;
}
.newsitem{
    margin: 0 0.2rem;

}
.newsitem .tab-title{
    font-size: 0.26rem;
    height: 0.54rem;
    line-height: 0.54rem;
    margin-top: 0.5rem;
    border: 0.02rem solid #003d82;
    border-radius: 0.1rem 0.1rem 0 0;
    background-color: #fff;
}
.newsitem .tab-title a{
    width: 33.3%;
    display: block;
    color: #003d82;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 0.02rem solid #003d82;
}
.newsitem .tab-title a:last-child{
    border-right: none;
}
.newsitem .tab-title a.on{
    background-color: #003d82;
    color: #fff;
    position: relative;
}
.newsitem .tabList{
    padding: 0.1rem 0.2rem;
    background-color: #fff;
}
.newsitem .tabList ul li{
    border-bottom: 1px dotted #bababa;
    font-size: 0.28rem;
    position: relative;
    padding: 0.2rem 0 0.2rem 0.12rem;
    overflow: hidden;

}
.newsitem .tabList ul li:before{
    content: " ";
    position: absolute;
    top: 32%;
    left: 0;
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background-color: #333;
    border-radius: 50%;
}
.newsitem .tabList ul li a{
    width: 4.2rem;
    line-height: 0.48rem;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsitem .tabList ul li span.time{
    float: right;
    font-size: 0.22rem;
    color: #c1c1c1;
    margin-top: 0.6rem;
}
.more{
    display: block;
    width: 0.78rem;
    text-align: center;
    height: 0.39rem;
    border: 0.01rem solid #003d82;
    border-radius: 0.1rem;
    margin: 0.3rem auto;
    padding-left: 0.18rem;
    overflow: hidden;
}
.more i{
    float: left;
    width: 0.09rem;
    height: 0.09rem;
    border: 0.01rem solid #003d82;
    border-radius: 50%;
    margin: 0.15rem 0.02rem;

}
.newsitem .ywly{
    padding: 0.1rem;
    background-color: #fff;
}
.newsitem .ywly img{
     float: left;
     width: 2.84rem;
     height: 2.16rem;
     margin: 0.03rem;
 }
.newsitem .imggroup{
    padding: 0.12rem 0.13rem 0.09rem;
    background-color: #fff;
}
.newsitem .imggroup a{

}
.newsitem .imggroup a img{
    width: 5.74rem;
    height: 1.3rem;
    margin-bottom: 0.05rem;
}
.link{
    background-color: #325f92;
    height: 0.63rem;
    line-height: 0.63rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    margin-top: 0.8rem;
}
.link a{
    color: #fff;
    margin: 0 0.18rem;
}
footer{
    background-color: #003d82;
    color: #cae1ff;
    text-align: center;
    font-size: 0.2rem;
    height: 1.24rem;
    padding-top: 0.36rem;
}
/*�б�ҳ*/
.listbox{
    margin-top: 0.3rem;
}
.listbox .tab-title{
    background-color: #003d82;
    padding-left: 0.2rem;
    color: #fff;
}
.wzbox{
    padding: 0.4rem 0.35rem;
    background-color: #fff;
    position: relative;
    z-index: -9;
}
.wzbox .info{
    border-bottom: 1px dotted #b6b6b6;
    color: #2e68b1;
    font-size: 0.2rem;
    text-align: center;
    padding-bottom: 0.15rem;
    margin-top: 0.2rem;
}
.wzbox .info span{
    margin: 0 0.15rem;
}
.wzbox .wz-text{
    padding: 0.34rem 0 0 0;
}
.wzbox .wz-text img{
    width: 5.52rem;
    height: 3.44rem;
    margin: 0 auto 0.5rem auto;
    display: block;
}
.wzbox .wz-text p{
    font-size: 0.24rem;
    line-height: 0.42rem;
    text-indent: 2em;
    margin-bottom: 1em;
}
.ywly .tab-title a{
    width: 100%;
}
.jmrh .tab-title a{
    width: 50%;
}
/*20181221*/
.newsitem .ywly dl.lrdl{
    overflow: hidden;
    padding: 0 0.05rem 0.2rem 0.05rem;
}
.newsitem .ywly dl.lrdl dt{
    float: left;
    width: 1.7rem;
    height: 2rem;
}
.newsitem .ywly dl.lrdl dt img {
    width: 1.7rem;
    height: 2rem;
}
.newsitem .ywly dl.lrdl dd{
    float: right;
    width: 3.8rem;
}
.newsitem .ywly dl.lrdl dd.title{
    font-size: 0.28rem;
    margin: 0.2rem 0;
}
.newsitem .ywly dl.lrdl dd.n_text{
    font-size: 0.24rem;
    color: #666;
}
.newsitem .ywly dl.tbdl{
    float: left;
    width: 2.7rem;
    margin: 0.1rem 0.2rem 0 0.1rem;
    text-align: center;
}
.newsitem .ywly dl.tbdl:nth-child(2n){
    margin-right: 0;
    margin-left: 0;
}

.newsitem .ywly dl.tbdl dt,.newsitem .ywly dl.tbdl dt img{
    width: 2.7rem;
    height: 1.7rem;
}
.newsitem .ywly dl.tbdl dt img{
    margin: 0;
}
.newsitem .ywly dl.tbdl dd{
    font-size: 0.24rem;
    width: 2.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0.1rem 0;
}