/*二级公共*/
/*banner*/
.banner{
    position: relative;
}
.banner:after{
    content: "";
    display: block;
    width: 100%;
    height: 3.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-image: linear-gradient(to bottom,rgba(255,255,255,0),rgba(0,0,0,.57));
    opacity: .57;
}
.banner img{
    width: 100%!important;
    height: auto!important;
}
.banner table{
    width: 100%;
}
.banner #flashBoxu_u2_{
    width: 100%!important;
    height: auto!important;
    z-index: 0;
}

.frame{
    position: relative;
    z-index: 999;
    margin-top: -2.5rem;
}

/*领导信箱*/
.ldxx {
    position: relative;
    width: 100%; /* 父容器宽度自适应 */
    padding-bottom: 56.25%; /* 16:9 的比例，可以根据需要调整 */
    height: 2000px;
    overflow: hidden;
}

.ldxx iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*左侧*/
.l_c{
    width: 3.07rem;
}
.l_c .lm{
    padding-top: 1.3rem;
    height: 2.5rem;
    display: grid;
    align-items: center;
    color: #ffffff;
    font-size: .36rem;
    font-weight: bold;
    background: url("../images/frame/0.png")no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}

/*二级导航*/
.l_nav{
    background: #f6f6f6;
    border-right: .02rem solid #d22622;
    min-height: 2.94rem;
    padding: .35rem 0;
}
.l_nav ul li{
    position: relative;
    padding: 0 .5rem;
}
.l_nav ul li a{
    display: block;
    position: relative;
    line-height: .69rem;
    font-size: .18rem;
    z-index: 1;
}
.l_nav ul li a span{

}
.l_nav ul li.cvt{
    background: #ececec;
}
.l_nav ul li.cvt:after{
    content: "";
    display: block;
    width: 3.26rem;
    height: .79rem;
    background: url("../images/frame/1.png")no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.l_nav ul li.cvt a{
    color: #ffffff;
    font-weight: bold;
}

/*三级*/
.l_nav ul ul li{
    padding: 0;
}
.l_nav ul ul li a{
    color: #333333!important;
    font-weight: inherit!important;
    position: relative;
    padding-left: .3rem;
}
.l_nav ul ul li a:before{
    content: "";
    display: block;
    width: .14rem;
    height: .01rem;
    background: #333333;
    position: absolute;
    left: 0;
    top: 50%;
}
.l_nav ul ul li a:hover,.l_nav ul ul li a.ct{
    color: #d22521!important;
}

.l_nav ul ul li a:hover:before,.l_nav ul ul li a.ct:before{
    background: #d22521;
}


/*专业设置 二级导航*/
.menu_list{
    background: #f6f6f6;
    border-right: .02rem solid #d22622;
    min-height: 2.94rem;
    padding: .35rem 0;
}
.menu_list h3{
    padding: 0 .5rem;
    position: relative;
}
.menu_list h3 a{
    position: relative;
    line-height: .69rem;
    font-size: .18rem;
    z-index: 1;
    cursor: pointer;
}
.menu_list .current a{
    color: #ffffff;
    font-weight: bold;
}
.menu_list .current:after {
    content: "";
    display: block;
    width: 3.26rem;
    height: .79rem;
    background: url(../images/frame/1.png)no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}


.menu_body{
    background: #ececec;
    display: none;
    padding: 0 .5rem;
}
.menu_body a{
    color: #333333!important;
    font-weight: inherit!important;
    position: relative;
    padding-left: .3rem;
    display: block;
    line-height: .69rem;
    font-size: .18rem;
    z-index: 1;
}
.menu_body a:before{
    content: "";
    display: block;
    width: .14rem;
    height: .01rem;
    background: #333333;
    position: absolute;
    left: 0;
    top: 50%;
}
.menu_body a.cvt{
    color: #d22521;
}
.menu_body a:hover,.menu_body a.cvt{
    color: #d22521!important;
}

.menu_body a:hover:before,.menu_body a.ct:before{
    background: #d22521;
}

.s_nav{
    justify-content: flex-start;
    margin-bottom: .3rem;
}
.s_nav a{
    display: grid;
    align-items: center;
    width: 2.02rem;
    height: .63rem;
    background: url("../images/frame/30.png")no-repeat center;
    background-size: 100% 100%;
    font-size: .18rem;
    text-align: center;
    margin-right: .18rem;
    margin-bottom: .2rem;
}
.s_nav a:last-child{
    margin-right: 0;
}
.s_nav a:hover,.s_nav a.cur{
    color: #ffffff;
    background: url("../images/frame/31.png")no-repeat center;
}


/*焦点新闻*/
.jdxw{
    padding: 0 .18rem;
    margin-top: .25rem;
    position: relative;
    border: .01rem solid #e2e2e2;
}
.jdxw:before{
    content: "";
    display: block;
    background: #d22521;
    height: 1.82rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.jdxw .bt h3{
    font-size: .2rem;
    color: #ffffff;
    line-height: .6rem;
}
.jdxw .bt a{
    color: #ffffff;
    line-height: .6rem;
    font-size: .16rem;
}

.jdxw dl dt{
    height: 1.6rem;
    width: 100%;
    overflow: hidden;
}
.jdxw dl dt img{
    height: 100%;
width: 100%;
}
.jdxw dl dt a:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.jdxw dl dd h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .24rem;
    font-size: .16rem;
    height: .48rem;
    margin: .2rem 0 .3rem 0;
}
.jdxw dl dd span{
    display: block;
    line-height: .4rem;
    border-top: .01rem solid #e2e2e2;
    background: url("../images/frame/2.png")no-repeat left center;
    padding-left: .25rem;
    font-size: .14rem;
    color: #666666;
}

.l_c .link .li{
    height: .56rem;
    display: grid;
    align-items: center;
    padding-left: .67rem;
    background-color: #f6f6f6;
    background-position: .18rem center;
    background-repeat: no-repeat;
    border-radius: .1rem;
    margin-bottom: .1rem;
    font-size: .18rem;
}
.l_c .link .img{
    margin: .3rem 0 .25rem 0;
}
.l_c .link .li a{
    font-size: .18rem;
}


.l_c .link .l1{
    background-image: url("../images/frame/4.png");
}
.l_c .link .l2{
    background-image: url("../images/frame/5.png");
}
.l_c .link .l3{
    background-image: url("../images/frame/6.png");
}

/*右块*/
.r_black{
    width: calc(100% - 4.1rem);
    display: flex;
    flex-direction: column;
}
.r_black .dq{
    height: 2.5rem;
    padding-top: 1.5rem;
}
.r_black .dq .br{
    padding: .07rem 0;
    position: relative;
}
.r_black .dq .br:before{
    content: "";
    height: .15rem;
    width: .15rem;
    border: .01rem solid #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.r_black .dq .x{
    height: .01rem;
    width: 11.38rem;
    background: #ffffff;
    margin: 0 auto;
}
.r_black .dq .br:after{
    content: "";
    height: .15rem;
    width: .15rem;
    border: .01rem solid #ffffff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.r_black .dq .position{
    text-align: right;
    font-size: .16rem;
    color: #ffffff;
    padding-top: .25rem;
}
.r_black .dq .position a{
    color: #ffffff;
}
.r_black .dq .position a:hover{
    font-weight: bold;
}
.r_black .case{
    padding: .5rem 0;
}



/*文章内容*/
.content .title{
   
    font-size: .3rem;
    text-align: center;
}
.content .zs{
    text-align: center;
    color: #666666;
    font-size: .14rem;
    margin: .2rem 0 .3rem 0;
}

.content .text{
    border-bottom: .01rem solid #d4d4d4;
    padding-bottom: .2rem;
    margin-bottom: .25rem;
}
.content .page{
    line-height: .3rem;
}
.content .page div{
    font-size: .18rem;
    line-height: .36rem;
}


.xyl,.iframe-container,iframe{
    height: 100%;
    width: 100%;
    padding-top: .2rem;
    box-sizing: border-box;

}




@media screen and (max-width: 1200px){

.l_c {
    display: none;
}
.r_black .case {
   /* padding: 0.3rem;*/
}
.r_black {
    width: 100%;
    padding: 0.2rem;
}

.banner:after {
    height: 1rem;
    z-index: 10;
}
.r_black .dq .x {
    width: 7rem;

}
.s_nav a {
    width: 1.4rem;
}

}