/*banner*/
.banner{
    height:4rem;
    background:url("/static/default/pc/images/xwzx-hd.png") no-repeat;
    background-size:cover;
}
.b-text{
    width:12rem;
    margin:0 auto;
    position:relative;
}
.b-text h1{
    font-size: 0.5rem;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.01rem;
    position:absolute;
    top:1.3rem;
    left:50%;
    transform: translateX(-50%);
}
.b-text p{
    width: 9rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: rgba(255,255,255);
    line-height: 0.36rem;
    letter-spacing: 0.01rem;
    position:absolute;
    top:2.15rem;
    left:50%;
    transform: translateX(-50%);
    text-align: center;
}

.content{
    width:12rem;
    margin:0 auto 1rem;
}
.dqwz{
    font-size: 0.16rem;
    font-weight: 400;
    color: #909399;
    float:left;
}
.breadcrumb{
    margin-top:0.5rem;
    height:0.3rem;
    border-bottom: 0.01rem solid #DCDFE6;
}
.page-breadcrumb li{
    float:left;

    font-size: 0.16rem;
    font-weight: 400;
}
.page-breadcrumb li a{
    color:#303133;
}
.contentL{
    width:2.4rem;
    float:left;
    margin-top:0.36rem;
}
.rmzx{
    width: 2.4rem;
    height: 5.22rem;
    background: #F9F9F9;
    border-radius: 0.1rem;
    padding:0.15rem 0.2rem 0.2rem 0.2rem;
}
.rmzx .title{
    font-size: 0.18rem;
    font-weight: 400;
    color: #303133;
    padding-bottom:0.08rem;
    border-bottom:0.01rem solid #DCDFE6;
    margin-bottom:0.15rem;
}
.rmzx-item{
    width:2rem;
    height:0.8rem;
    border-bottom:0.01rem dashed #DCDFE6;
    margin-bottom:0.15rem;
}
.rmzx-item div{
    float:left;
}
.rmzx-item div:nth-child(1){
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.02rem;
    text-align: center;
    line-height: 0.18rem;

    font-size: 0.1rem;
    font-weight: 400;
    color: #303133;
}
.rmzx-item:hover div:nth-child(1){
    color:#FFF;
    background: #0067A6;
}
.rmzx-item div:nth-child(2){
    margin-left:0.08rem;
}
.rmzx-item div:nth-child(2) h6{
    font-size: 0.14rem;
    font-weight: 400;
    color: #303133;
    line-height: 0.18rem;
    width:1.74rem;
}
.rmzx-item:hover div:nth-child(2) h6{
    color:#0067A6;
}
.rmzx-item div:nth-child(2) p{
    font-size: 0.12rem;
    font-weight: 400;
    color: #303133;
    margin-top:0.08rem;
}
.lxwm{
    width: 2.4rem;
    height: 3.89rem;
    background: #F9F9F9;
    border-radius: 0.1rem;
    /*margin-top:0.2rem;*/
    padding:0.15rem 0.2rem 0.2rem 0.2rem;
}
.lxwm .title{
    font-size: 0.18rem;
    font-weight: 400;
    color: #303133;
    padding-bottom:0.08rem;
    border-bottom:0.01rem solid #DCDFE6;
    margin-bottom:0.15rem;
}
.lxwm img{
    width:2rem;
    height:0.86rem;
}
.lxwm p:nth-child(3){
    font-size: 0.18rem;
    font-weight: bold;
    color: #0067A6;
    margin-top:0.25rem;
    margin-bottom:0.15rem;
}
.lxwm p{
    font-size: 0.14rem;
    font-weight: 400;
    color: #303133;
    margin-top:0.1rem;
}

.contentR{
    width:9.4rem;
    float:right;
    margin-top:0.33rem;
}
.contentR .fzlc-stitle{
    padding-bottom:0.05rem;
    border-bottom: 0.01rem solid #DCDFE6;
}
.contentR .fzlc-stitle div{
    float:left;
}
.contentR .fzlc-stitle div:nth-child(1){
    width: 0.06rem;
    height: 0.2rem;
    background: #409EFF;
    margin-top:0.04rem;
}
.contentR .fzlc-stitle span:nth-child(2){
    float:left;
    margin-left:0.1rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #303133;
}
.smcontent{
    margin-top:0.3rem;
}
.sitemap {
    overflow: hidden;
    line-height: 0.3rem;
    padding: 0.1rem;
    border-bottom: 0.01rem solid #ddd;
}
.sitemap dt {
    float: left;
    margin-right: 2%;
    width: 14.66666667%;
}
.sitemap dt a:hover {
    background: #ccc;
    color: #fff;
}
.sitemap dt a {
    transition: all .3s ease;
    display: block;
    text-align: center;
    background: #ececec;
    font-size: 0.14rem;
    padding: 0.08rem 0;
    font-weight: normal;
    width:100%;
    color:#303133;
}
.sitemap dd a{
    float: left;
    color: #666;
    padding-right: 0.35rem;
    line-height: 0.46rem;
    transition: none;
}



























