﻿/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}


/*清除内外边距*/

a:focus {
    outline-style: none;
}


/*IE不支持*/

a:focus {
    outline: none;
}


/*很多网站都会加的属性*/

body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
    /* width:100%;
    height:100%; */
}

img {
    max-width: 100%;
}
/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
    border: 0;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

html {
    overflow-y: scroll;
}

i {
    font-style: normal;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/


/*清除float BEGIN*/

body {
    background: #fff;
    font-family: 微软雅黑;
}


/*清除float END*/

.body {
    background: #ffffff;
}

.head {
    width: 100%;
    height: 5.6rem;
    background: url(../img/tbj.png) no-repeat;
    background-size: 100% 100%;
}


/* 欢迎进入...样式 */

.hy {
    background: #1753ae;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    display: inline-block;
}

.hyjr {
    padding: 0.2rem 0.24rem;
    font-family: '微软雅黑';
    font-size: 0.24rem;
    color: #ffffff;
    float: left;
}

.pic {
    float: right;
    position: relative;
    padding: 0.1rem 0.24rem;
}

.pic .man {
    position: absolute;
    right: 0.9rem;
    top: 0.1rem;
}

.pic .hcd {
    position: absolute;
    right: 0.24rem;
    top: 0.1rem;
}

.pic .kcd {
    position: absolute;
    right: 0.24rem;
    top: 0.1rem;
}

.pic img {
    width: 0.46rem;
    height: 0.46rem;
}


/* ca菜单样式 */

.menu .xlcd {
    width: 100%;
    height: 100%;
    display: inline-block;
    display: none;
    position: fixed;
    left: 0;
    top: 0rem;
    z-index: 9999;
    background: #fff;
}

.xlcd ul {
    padding: 0.92rem 0.24rem 0;
}

.xlcd li {
    font-family: '微软雅黑';
    font-size: 0.3rem;
    font-weight: bold;
}

.xlcd li.on a {
    color: #1753ae;
}

.xlcd a {
    color: #212121;
    float: none;
    display: block;
    padding: 0.32rem 0;
}

.xlcd a img {
    width: 0.2rem;
    height: 0.23rem;
    visibility: hidden;
}

.xlcd a img:first-child {
    padding-right: 0.2rem;
}

.xlcd a img:last-child {
    padding-left: 0.2rem;
}

.xlcd li.on img {
    visibility: visible;
}


/* 头部标题 */

.tl {
    margin: 0.8rem auto 0.53rem;
    display: block;
}

.tl img {
    width: 5.27rem;
    
    display: block;
    margin: 0 auto 0.15rem;
}

.tl p {
    font-family: '思源黑体 CN';
    font-size: 0.35rem;
    color: #1753ae;
    font-weight: bolder;
    text-align: center;
}


/* 搜索框样式 */

.ssk {
    width: 78%;
    margin: 0 auto;
    height: 0.62rem;
    /* display:inline-block; */
    font-family: '微软雅黑';
    font-size: 0.24rem;
    background: #ffffff;
    border: 0.01rem solid #1753ae;
    border-radius: 0.5rem;
    padding-left: 0.37rem;
}

.ssk input {
    width: 70%;
    /* padding:0.19rem 0; */
    /* border:0; */
    float: left;
    border: 0;
    color: #8e8e8e;
    padding: 0.19rem 0;
    background: none;
}

.ssk span {
    background: #1753ae;
    border-radius: 0.5rem;
    /* display:inline-block; */
    padding: 0.19rem 0.4rem;
    color: #ffffff;
    float: right;
    height: 0.24rem;
}


/* 搜索框END */


/* 首页特种检疫tab切换 */

.tjdt {
    margin-top: -0.9rem;
    display: block;
    padding: 0 0.24rem;
}

.tjdt .tab-item {
    position: relative;
}

.tjdt .gd {
    position: absolute;
    top: -0.8rem;
    right: 0rem;
}

.tjdt .swiper-container {
    width: 100%;
    height: 100%;
}

.tjdt .swiper-slide {
    background: #fff;
    position: relative;
}

.tjdt .swiper-slide .wz_tjdt {
    font-style: "微软雅黑";
    font-size: 0.26rem;
    color: #ffffff;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 100%;
    background: #000;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.24rem 0;
}

.tjdt .swiper-slide .wz_tjdt span {
    padding-left: 0.24rem;
    width: 73%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.swiper-pagination-current {
    font-family: '微软雅黑';
    font-weight: bold;
}

.swiper-pagination-total {
    font-size: 0.31rem;
    font-family: '微软雅黑';
}


/* wsbj网上报检栏目 */

.wsbj {
    /* height: 2.2rem; */
    background: #ebf2f9;
    padding: 0.24rem;
    margin: 0 0.24rem;
    text-align: center;
}

.t_wsbj {
    margin-bottom: 0.1rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.wsbj a {
    display: inline-flex;
    font-size: 0.28rem;
    color: #fff;
    font-family: '微软雅黑';
    border-radius: 0.05rem;
    margin-right: 1%;
    height: 1rem;
    justify-content: center;
    flex-direction: column;
    width: 30%;
    padding: 0 0.18rem 0 0.68rem;
    background-position: .2rem .2rem;
    align-items: center;
    line-height: .3rem;

}

.wsbj a:nth-child(3n) {
    margin-right: 0;
}

.t_wsbj .bj {
    background: url(../img/wsbj.png) no-repeat 0.2rem 0.32rem;
    background-color: #42a2e5;
    background-size: 0.72rem 0.68rem;
   
    /* background-position-x: 0.22rem;
    background-position-y: 0.38rem; */
    font-size: 0.18rem;
}

.t_wsbj .xz {
    background: url(../img/bgxz.png) no-repeat 0.2rem 0.32rem;
    background-color: #556ffc;
    background-size: 0.74rem 0.66rem;
   
    /* background-position-x: 0.22rem;
    background-position-y: 0.38rem; */
}

.t_wsbj .zn {
    background: url(../img/bszn.png) no-repeat 0.2rem 0.32rem;
    background-color: #3ecdb5;
    background-size: 0.64rem 0.51rem;
    
    /* background-position-x: 0.22rem;
    background-position-y: 0.38rem; */
}
.b_wsbj{
    display: flex;
}
.b_wsbj .pt {
    background: url(../img/fwpt.png) no-repeat 0.2rem 0.32rem;
    background-color: #e5b142;
    background-size: 0.64rem 0.66rem;
    
    /* background-position-x: 0.22rem;
    background-position-y: 0.38rem; */
}

.b_wsbj .zj {
    background: url(../img/yjzj.png) no-repeat 0.2rem 0.32rem;
    background-color: #db5e5b;
    background-size: 0.69rem 0.45rem;
   
    /* background-position-x: 0.22rem;
    background-position-y: 0.38rem; */
}

.b_wsbj .jb {
    background: url(../img/tsjb.png) no-repeat 0.2rem 0.32rem;
    background-color: #0a6cce;
    background-size: 0.73rem 0.65rem;
   
    /* background-position-x: 0.22rem;
    background-position-y: 0.38rem; */
}


/* jsgs */

.jsgs {
    padding: 0.4rem 0.24rem 0;
    display: block;
    background: #fff;
}
.jsgs .qh{
    height:3.2rem;
}
.jsgs .tab-block {
    border: 0.01rem solid #e4e7ed;
}

.jsgs .tab-box h3:first-child {
    margin-right: 0.92rem;
}

.jsgs .tab-block .tab-buttons {
    width: 100%;
    display: inline-block;
    border-bottom: 0.01rem solid #e4e7ed;
    padding: 0.25rem 0 0;
}

.jsgs .tab-block .tab-buttons .tab-button {
    float: left;
    text-align: center;
    font-size: 0.3rem;
    color: #3a3c3d;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.jsgs .tab-block .tab-buttons .tab-button.cur {
    color: #1e54a9;
    background: none;
}

.jsgs .tab-block .tab-buttons .tab-button.cur {
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #1e54a9;
    color: #1e54a9;
}

.jsgs .tab-block .tabs {
    padding: 0.1rem 0.16rem;
    width: auto;
    position: relative;
    height: 3rem;
}

.jsgs .tab-box {
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

.jsgs .information-list li {
    padding: 0.18rem 0.2rem;
    padding-left: 0.26rem;
    background-position-x: 0.1rem;
}


/* zcfg */

.zcfg {
    padding: 0.4rem 0.24rem;
    display: block;
    background: #fff;
}
.zcfg .qh{
    height:3.2rem;
}
.zcfg .tab-block {
    border: 0.01rem solid #e4e7ed;
}

.zcfg .tab-block .tab-buttons {
    width: 100%;
    border-bottom: 0.01rem solid #e4e7ed;
    padding: 0.25rem 0 0;
}

.zcfg .tab-box h3:first-child {
    margin-right: 0.92rem;
}

.zcfg .tab-block .tab-buttons .tab-button {
    float: left;
    text-align: center;
    font-size: 0.3rem;
    color: #3a3c3d;
    position: relative;
    cursor: pointer;
}

.zcfg .tab-block .tab-buttons .tab-button.cur {
    color: #1e54a9;
    background: none;
}

.zcfg .tab-block .tab-buttons .tab-button.cur {
    padding-bottom: 0.28rem;
    border-bottom: 0.01rem solid #1e54a9;
    color: #1e54a9;
}

.zcfg .tab-block .tabs {
    padding: 0.1rem 0.16rem;
    width: auto;
    position: relative;
    height: 3rem;
}

.zcfg .tab-box {
    display: table;
    margin: 0 auto;
}

.zcfg .information-list li {
    padding: 0.18rem 0.2rem;
    padding-left: 0.26rem;
    background-position-x: 0.1rem;
}


/* bwcx不忘初心 */

.bwcx {
    height: 1.22rem;
    padding: 0 0.24rem 0.4rem;
}


/* .bwcx .swiper-container{
    width:100%;
    height:1.22rem;    
} */

.bwcx .swiper-slide img {
    background: url(../img/bwcx.jpg)no-repeat center;
    width: 100%;
    height: 1.22rem;
    display: block;
    margin: 0 auto;
}

.bwcx .swiper-pagination-bullet {
    width: .2rem;
    height: .2rem;
    text-align: center;
    line-height: .2rem;
    font-size: .12rem;
    color: #1e54a9;
    opacity: 1;
    background: inherit;
}

.bwcx .swiper-pagination-bullet-active {
    background: inherit;
    color:#fff;
    font-weight: bold;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3px!important;
}


/* djgz党建工作 */



.djgz .tab-block .tab-buttons {
    width: 100%;    
    border-bottom: 0.01rem solid #1e54a9;
}
.djgz .tab-block .tab-buttons .qx{
    width:85%;
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
}
.djgz .tab-block .tab-buttons .qx::-webkit-scrollbar {
    display: none;
}
.djgz .tab-block .tab-buttons .tab-button {
    float: left;
    text-align: center;
    font-size: 0.3rem;
    color: #3a3c3d;
    position: relative;
    cursor: pointer;
    padding: 0.12rem 0.42rem 0.12rem 0.2rem;
}

.djgz .tab-block .tab-buttons .tab-button.cur {
    background: url(../img/tjdt.png)no-repeat 100% 100%;
    color: #fff;
}

.djgz .tab-block .tabs {
    width: 100%;
    margin: 0.24rem auto;
    background: #fff;
    position: relative;
    height: 4.6rem;
}

.djgz {
    display: block;
    padding: 0 0.24rem;
}
.djgz .qh{
    height:4.6rem;
}
.djgz .swiper-container {
    width: 100%;
    height: 100%;
}

.djgz .swiper-slide {
    background: #fff;
    position: relative;
}

.djgz .gd {
    position: absolute;
    top: -0.78rem;
    right: 0rem;
    background-color: #fff;
    padding: 0.14rem 0 0.14rem 0.7rem;
    background: url(../img/btm.png)no-repeat;
    background-size: 1.19rem 1rem;
}

.djgz .tab-item {
    position: relative;
}

.hsjy {
    width: 100%;
    display: inline-block;
    margin-bottom: 0.24rem;
}

.hsjy a img {
    width: 2.04rem;
    height: 1.24rem;
    display: block;
    float: left;
}

.hsjy .wz_hsjy {
    width: 68%;
    float: right;
    display: block;
}

.hsjy a h1 {
    font-family: "微软雅黑";
    font-size: 0.26rem;
    color: #3a3c3d;
    width: 100%;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hsjy a p {
    font-family: "微软雅黑";
    font-size: 0.24rem;
    color: #323232;
    width: 100%;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.hsjy a span {
    font-family: "微软雅黑";
    font-size: 0.26rem;
    color: #7d7d7d;
    width: 100%;
    background: url(../img/rq.png)no-repeat center left;
    background-size: 0.22rem 0.22rem;
    padding-left: 0.26rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    display: block;
}

.djgz .swiper-slide .wz_tjdt span {
    padding-left: 0.24rem;
    width: 73%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.djgz .swiper-pagination-current {
    font-family: '微软雅黑';
    font-weight: bold;
}

.djgz .swiper-pagination-total {
    font-size: 0.31rem;
    font-family: '微软雅黑';
}

.information-list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ywpt业务平台样式 */

.ywpt {
    display: inline-block;
    padding: 0 0.24rem;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 0.29rem;
    justify-content: center;
    font-family: '微软雅黑';
    font-size: 0.3rem;
    margin: 0rem auto 0.2rem;
}

.ywpt img {
    width: 0.66rem;
    height: 0.66rem;
    display: block;
    margin: 0 auto;
    padding-bottom: 0.2rem;
}

.ywpt a {
    width: 2.16rem;
    padding: 0.34rem 0;
    text-align: center;
    margin-right: 0.26rem;
    color: #000000;
    float: left;
    display: block;
    background: url(../img/pt_hw.jpg);
    background-size: cover
}

.ywpt a:last-child {
    margin-right: 0;
}

.ywpt a:active {
    color: #fff;
    display: block;
    background: url(../img/pt_hwb.png);
}
.ywpt a p{
    width:80%;
    margin:0 auto;
}

/* tjwh特检文化 */

.tjwh {
    padding: 0.24rem 0;
    /* display: inline-block; */
    font-family: '微软雅黑';
    position: relative;
    width: 100%;
}

.tjwh_mk {
    padding: 0 0.24rem;
}

.tjwh_lm {
    width: 100%;
    border-bottom: 0.01rem solid #1e54a9;
    display: inline-block;
}

.tjwh h3 {
    float: left;
    display: block;
    font-size: 0.3rem;
    color: #fff;
    padding: 0.1rem 0.4rem 0.1rem 0.2rem;
    background: url(../img/tjdt.png)no-repeat 100% 100%;
}

.gd {
    float: right;
    display: block;
    font-size: 0.243rem;
    color: #1753ae;
    padding: 0.16rem 0;
}

.tjwh .swiper-container {
    width: 100%;
    margin-top: 0.1rem;
    display: block;
    overflow: hidden;
    /* clear: left; */
}

.tjwh a {
    display: block;
}

.tjwh a img {
    width: 7.03rem;
    height: 4.26rem;
    display: block;
}

.tjwh .swiper-slide {
    width: 100%;
    position: relative;
}

.tjwh .swiper-container {
    width: 100%;
    height: auto;
}

.tjwh .swiper-slide {
    text-align: center;
    align-items: center;
    position: relative;
}

.tjwh .wz_tjwh {
    width: 100%;
    font-family: '微软雅黑';
    font-size: 0.26rem;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0.24rem 0;
}


/* zjfy走进分院栏目 */

.zjfy {
    padding: 0 0.24rem;
    background: #fff;
    margin-bottom: 0.46rem;
}

.zjfy>div {
    border: 0.01rem solid #e4e7ed;
}

.zjfy .zjfy_lm {
    width: 100%;
    padding: 0.25rem 0 0;
    text-align: center;
    border-bottom: 0.01rem solid #e4e7ed;
    display: table;
}

.zjfy .zjfy_wz {
    display: inline-block;
    padding-bottom: 0.24rem;
    font-size: 0.3rem;
    border-bottom: 0.01rem solid #1e54a9;
    color: #1e54a9;
}

.map_wz {
    width: 100%;
}

.map_nr {
    /* height:5.2rem; */
    position: relative;
    padding: 0.32rem 0;
    /* display: inline-block; */
}

.map_nr .ms {
    background: url(../img/ms.png)no-repeat;
    background-size: 100% 100%;
    padding: 0.24rem 0.4rem;
    position: absolute;
    left: 9%;
    top: 20%;
    font-size: 0.28rem;
    color: #035aad;
    font-family: '微软雅黑';
}

.map_nr img {
    width: 5.2rem;
    height: 4.52rem;
    display: block;
    margin: 0 auto;
}

.foot {
    background: url(../img/foot.jpg)no-repeat center;
    background-size: 100% 100%;
    padding: 0.26rem 0.24rem;
    width:100%;
    box-sizing: border-box;
}

.t_dzjg {
    width: 0.5rem;
    height: 0.62rem;
    display: block;
    margin: 0.16rem auto;
}

.dzbh {
    text-align: center;
}
.f_gabh{
    width:100%;
    display: inline-block;
    white-space: nowrap;
}
.gabh{
    text-align: center;
}
.gabh a {
    font-family: '微软雅黑';
    font-size: 0.24rem;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.6em;
}
.gabh .qbh{
    display: inline-block;
    margin-right: 1%;
}

.gabh .hbh{
    display: inline-block;
}
.d_gabh{
    text-align: center;
}
.gabh a img {
    width: 0.18rem;
    padding-right: 0.1rem;
    /* display:block; */
}


/* fhdb返回顶部 */

.fhdb {
    background: #fff;
    padding: 0.14rem 0.16rem;
    border-radius: 50%;
    position: fixed;
    right: 0.17rem;
    bottom: 1rem;
    display: block;
    z-index: 999999;
}

.fhdb img {
    width: 0.2rem;
    height: 0.22rem;
    display: block;
}


/* 首页切换样式 */

.qh {
    width: 100%;
    height: 8.2rem;
    margin: 0.24rem auto;
    background: #fff;
    position: relative;
}

.xyqh {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fff;
}

.qh .xyqh.active {
    z-index: 999;
}


/* 首页样式结束 */


/* zy_zjfy子页走进分院开始 */

.zy-zjfy {
    background: #fff;
    padding: 0 0.24rem;
    display: block;
    margin-top:3rem;
    min-height: calc(100vh - 6rem);
}

.zy_ct {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: -2.9rem;
}
.jtfy{
    position: relative;
    margin-bottom: 0.26rem;
    width: 100%;
    height: 2.84rem;
    overflow: hidden;
}
 
.jtfy img{
    display: block;
    
}
.jtfy .fyxx{
    padding: 0.67rem 0 0.67rem 0.55rem;
    font-family: '微软雅黑';
    color: #fff;
    
    position: absolute;
    left: 0;
    top:0;
    z-index: 20;
}
.fyxx h1 {
    font-size: 0.34rem;
}

.fyxx span {
    font-size: 0.24rem;
    display: block;
    line-height: 2em;
    font-weight: bold;
}

.fyxx a {
    font-size: 0.26rem;
    color: #1753ae;
    background: #fff;
    padding: 0.12rem 0.33rem;
    margin: 0.22rem 0 0;
    border-radius: 1rem;
    display: inline-block;
}


/* fy分页 */

.fy {
    width: 100%;
    display: block;
    margin: 0.52rem auto;
}

.fy ul {
    width:100%;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.fy li {
    text-align: center;
    font-family: '微软雅黑';
    margin-right: 0.08rem;
    display: inline-block;
}

.fy li:nth-child(9) {
    margin-right: 0;
}

.fy li a {
    text-align: center;
    padding: 0.1rem 0.14rem;
    display: block;
    color: #666666;
    border: 0.01rem solid #ececec;
    border-radius: 0.05rem;
    font-size: 0.24rem;
    margin-bottom: 0.36rem;
}

.eh .tz {
    border: none;
}

.eh a input {
    width: 0.82rem;
    height: 0.51rem;
    display: inline-block;
    border: 0.01rem solid #ececec;
    margin-bottom: 0.36rem;
    margin: 0 0.1rem;
}

.eh {
    display: table;
    margin: 0 auto;
}

.eh a {
    float: left;
    text-align: center;
    display: block;
    color: #666666;
    border: 0.01rem solid #ececec;
    font-size: 0.24rem;
    margin-bottom: 0.36rem;
    padding: 0.1rem 0.04rem;
}

.eh .go {
    margin: 0.14rem;
}

.fy .on {
    color: #fff;
    background: #006fb8;
}


/* zjfyxq走进分院详情 */

.zy_zjfyxq {
    padding: 0 0.24rem;
    display: block;
    margin-top:3rem;
    min-height:calc(100vh - 6rem)
}

.zy_zjfyxq p {
    font-size: 0.26rem;
    color: #272727;
    font-family: '微软雅黑';
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 2em;
}


/* bygk本院概况 */

.zy_bygk {
    padding: 0 0.24rem;
    display: block;
    margin-top: -0.9rem;
    min-height: calc(100vh - 6rem)
}

.zy_bygk .bygk_lm {
    width: 100%;
    
    overflow-x: scroll;
    white-space: nowrap;
   /* margin-bottom: 0.3rem;*/
}
.bygk_lm::-webkit-scrollbar {
    display: none;
}
.zy_bygk .bygk_lm .ej_a {
    font-family: '微软雅黑';
    font-size: 0.28rem;
    color: #212121;
    font-weight: inherit;
    position: relative;
    cursor: pointer;
    padding: 0 0.3rem;
    line-height:.5rem;
    display:block;
}

.zy_bygk .xj_boxn.on .ej_a {
    color: #1753ae;
    font-weight: bold;
}

.zy_bygk .xj_boxn.on .ej_a::before {
    content: "";
    width: 0.2rem;
    height: 0.5rem;
    background: url(../img/cd_z.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.zy_bygk .xj_boxn.on .ej_a::after {
    content: "";
    width: 0.2rem;
    height: 0.5rem;
    background: url(../img/cd_y.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.zy_bygk p {
    font-size: 0.26rem;
    color: #181818;
    font-family: '微软雅黑';
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 2em;
}


/* jgzz机构资质 */

.ct_jgzz {
    width: 100%;
    display: inline-block;
    height: 100%;
    min-height: 8rem;
    text-align: center;
}

.jg_list {
    float:left;
    width:49%;
    /* height: 5.3rem; */
    margin-right: 1.8%;
    margin-bottom: .2rem;
   
}
 
.jg_list img {
    display: block;
    /* width: 3.42rem;
    height: 2.28rem; */
    border: 0.01rem solid #e0dfda;
}

.jg_list:nth-child(2n) {
    margin-right: 0;
}

.jg_list span {
    font-family: '微软雅黑';
    font-size: 0.26rem;
    color: #211816;
    text-align: center;
    padding: 0.26rem 0;
    display: block;
}

.fdbf {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* opacity:0.5;
    filter: Alpha(opacity=50); */
    z-index: 98;
    transition: all 1s;
    display: none
}

.fdbf>div {
    position: fixed;
    left: 15%;
    top: 11%;
    margin: auto;
    z-index: 9999;
    width: 72%;
}

.fdbf .bigt {
    width: 5.35rem;
    display: block;
}

.fdbf span {
    font-family: '微软雅黑';
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    display: block;
    width:100%;
    box-sizing: border-box;
}

.close {
    width:0.5rem;
    height: 0.5rem;
    display: block;
    z-index: 999;
    margin: 0 auto;
}


/* ldjj领导简介 */

.ldjj {
    width: 100%;
    display: inline-block;
}

.ldjj ul {
    width:100%;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.ldjj li {
    float: left;
    width:47%;
    margin-right: 6%;
    margin-bottom: 5%;
    position: relative;
    /*display: block;*/
}

.ldjj li:nth-child(2n) {
    margin-right: 0;
}

.ldjj li a {
    display: block;
}

.ldjj li a img {
    width: 3.3rem;
    height: 4.25rem;
    display: block;
}

.ldjj li a span {
    width: 100%;
    font-family: '微软雅黑';
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    padding: 0.17rem 0;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
}


/* ldjjxq领导简介详情 */

.ldjjxq {
    width: 100%;
    display: block;
    margin: 1rem auto;
}

.ldjjxq img {
    width: 3.3rem;
    height: 4.25rem;
    display: block;
    margin: 0 auto;
}

.ldjjxq h1 {
    width: 100%;
    font-family: '微软雅黑';
    font-size: 0.26rem;
    color: #171717;
    text-align: center;
    padding: 0.17rem 0;
    display: block;
    font-weight: normal;
}

.zy_bygk .ldjjxq p {
    font-family: '微软雅黑';
    font-size: 0.3rem;
    color: #171717;
    line-height: 2.5em;
    margin-bottom: 0;
}

.ldjjxq .jl {
    font-size: 0.3rem;
}

.zy_bygk .ldjjxq .jlnr {
    font-size: 0.26rem;
}

.lb_list {
    width: 100%;
    margin: 0.9rem 0;
    display: inline-block;
}

.lb_list a {
    display: block;
    text-align: center;
    float: left;
    font-family: '微软雅黑';
    font-size: 0.26rem;
    color: #222222;
    border: 0.01rem solid #ececec;
    padding: 0.28rem 0;
    width: 31%;
    border-collapse: collapse;
}

.lb_list .syp {
    background: url(../img/lbzj.png)no-repeat center left;
    background-size: 0.26rem 0.17rem;
    background-position-x: 0.5rem;
    padding-left: 0.12rem;
    width: 34%;
    border-right: 0.01rem solid #ececec;
}
    .lb_list .syp2 {
        background-size: 0.26rem 0.17rem;
        background-position-x: 0.1rem;
        padding-left: 0.12rem;
        width: 34%;
        border-right: 0.01rem solid #ececec;
    }
    .lb_list .xyp {
        background: url(../img/lbyj.png)no-repeat center right;
        background-size: 0.26rem 0.17rem;
        background-position-x: 1.7rem;
       
        width: 30%;
    }

.lb_list a img {
    width: 0.24rem;
    height: 0.24rem;
    /* padding: 0.26rem 0.86rem; */
    border-right: 0.01rem solid #ececec;
}


/* zzjgt组织架构 */

.zzjgt {
    width: 7rem;
    height: 4.03rem;
    display: block;
    margin: 1rem auto 3rem;
}
.bigimg{width:100%;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;}
	.mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
	.bigbox{width:100%;margin:0 auto;overflow: hidden;}
	.bigbox>.imgbox{width:100%;height:7rem;float:left;overflow: hidden;}
	.bigbox>.imgbox>img{width:100%;}
	.mask>img{position: fixed;right:48%;top: 80%;width: 0.4rem;height:0.4rem}
	
/* lxfs联系方式 */

.ct_lxfs {
    width: 100%;
    display: inline-block;
    font-family: '微软雅黑';
    color: #262626;
    margin: 0.5rem auto;
}

.lxdz,
.lxyx {
    font-size: 0.26rem;
    line-height: 2em;
    display: block;
}

.lxdh {
    font-size: 0.46rem;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 2em;
    display: block;
}

.lxdh img {
    width: 0.41rem;
    height: 0.41rem;
}

.lxsj {
    font-size: 0.24rem;
    display: block;
}

.dituContent {
    width: 7rem;
    height: 3.6rem;
    margin: 0.46rem auto;
}

.dituContent iframe {
    width: 100%;
    height: 100%;
    border:none;
}


/* zy_djgz党建工作 */

.header {
    width: 100%;
    height: 5.6rem;
    background: url(../img/hsbj.png) no-repeat;
    background-size: 100% 100%;
}

.header .hy {
    background: #8d0303;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    display: inline-block;
}

.header .tl p {
    -webkit-text-stroke: 0.01rem #fff;
    color: #eac150;
    font-weight: 900;
}

.header .ssk {
    border: 0.02rem solid #8d0303;
}

.header .ssk {
    position: relative;
}

.header .ssk span {
    background: #ba0000;
    border-radius: 0.5rem;
    border: 0.02rem solid #8d0303;
    padding: 0.19rem 0.4rem;
    color: #ffffff;
    right: -0.02rem;
    top: -0.03rem;
    height: 0.24rem;
    position: absolute;
}


/* djgz底部 */

.ft_dj {
    background: url(../img/ft_dj.jpg)no-repeat center;
    background-size: 100% 100%;
    padding: 0.26rem 0.24rem;
}


/* 头条 */

.ym_djgz {
    padding: 0 0.24rem 0.5rem;
    margin-top: -0.9rem;
    display: inline-block;
}

.ym_djgz .ttxw {
    width: 100%;
    display: inline-block;
    color: #ba0000;
    font-weight: bold;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.7rem;
}
.ttxw a{
    color: #ba0000;
}
.ttxw span {
    background: url(../img/tt.png)no-repeat 100% 100%;    
    width: 1rem;    
    height: 0.5rem;
    font-family: '微软雅黑';   
    font-size: 0.17rem;
    color: #fff;
    font-weight: bold;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0.05rem;
}

.ttxw span img {
    width: 0.18rem;
    height:auto;
    padding-left: 0.03rem;
}

.dwgk {
    width: 100%;
}

.dwgk .dwgk_lm {
    background: url(../img/hst.png)no-repeat;
    background-size: 100% 100%;
    border-left: 0.06rem solid #eb2d2d;
    padding: 0.12rem 0.24rem;
    display: block;
    position: relative;
}

.dwgk .dwgk_lm h1 {
    font-size: 0.3rem;
    color: #e34b36;
    font-family: '微软雅黑';
    /* float:left; */
}

.hgd {
    font-size: 0.24rem;
    color: #fed68e;
    font-family: '微软雅黑';
    position: absolute;
    right: 0.42rem;
    top: 0.12rem;
}

.hgd::before {
    content: "";
    width: 0.58rem;
    height: 0.07rem;
    background: url(../img/slh.png)no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 0.65rem;
    top: 0.1rem;
}

.hgd::after {
    content: "";
    width: 0.15rem;
    height: 0.16rem;
    background: url(../img/gdzs.jpg)no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: -0.26rem;
    top: 0.06rem;
}

.xzx {
    margin: 0.34rem auto;
    display: block;
    width: 100%;
    position: relative;
}

.xzx img {
    width: 7.03rem;
    height: 4.54rem;
    display: block;
}

.xzx span {
    width: 96%;
    font-size: 0.26rem;
    color: #fff;
    font-family: '微软雅黑';
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 0.22rem 0.16rem;
}

.dwgk_list {
    margin: 0.36rem auto;
    width: 100%;
}

.dwwz {
    float: left;
    display: block;
    padding: 0.2rem 0 0.2rem 0.2rem;
    font-size: 0.26rem;
    color: #323232;
    font-family: '微软雅黑';
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../img/tyd.png)no-repeat center left;
    background-size: 0.06rem 0.06rem;
}

.dwgk_list span {
    color: #8d8d8d;
    font-size: 0.24rem;
    float: right;
    padding: 0.22rem 0;
}


/* 总支工作 */

.zzgz {
    padding: 0 0.24rem;
    display: block;
    margin: 0 0 0.6rem;
}

.zzgz .tab-block .tab-buttons {
    background: url(../img/hst.png)no-repeat;
    /* background-size: 100% 100%; */
    border-left: 0.06rem solid #eb2d2d;
    padding: 0.12rem 0.24rem;
    display: block;
    position: relative;
    margin: 0 0 0.34rem 0;
}

.zzgz .tab-block .tab-buttons .tab-button {
    /* float: left; */
    text-align: center;
    font-size: 0.3rem;
    color: #e34b36;
    position: relative;
    cursor: pointer;
    display: contents;
    padding-right: 0.3rem;
    display: inline-block;
}

.zzgz .information-list li {
    background: url(../img/tyd.png)no-repeat center left;
    background-size: 0.06rem 0.06rem;
}

.zzgz .tab-item {
    position: relative;
}

.zzgz .hgd {
    position: absolute;
    top: -0.7rem;
    right: 0.42rem;
}


/* 党风廉政 */

.dflz {
    padding: 0 0.24rem;
    display: block;
    margin: 0 0 0.6rem;
}

.dflz .tab-block .tab-buttons {
    background: url(../img/hst.png)no-repeat;
    /* background-size: 100% 100%; */
    border-left: 0.06rem solid #eb2d2d;
    padding: 0.12rem 0.24rem;
    display: block;
    position: relative;
    margin: 0 0 0.34rem 0;
}

.dflz .tab-block .tab-buttons .tab-button {
    /* float: left; */
    text-align: center;
    font-size: 0.3rem;
    color: #e34b36;
    position: relative;
    cursor: pointer;
    display: contents;
    padding-right: 0.3rem;
    display: inline-block;
}

.dflz .information-list li {
    background: url(../img/tyd.png)no-repeat center left;
    background-size: 0.06rem 0.06rem;
}

.dflz .tab-item {
    position: relative;
}

.dflz .hgd {
    position: absolute;
    top: -0.7rem;
    right: 0.42rem;
}


/* jswm */

.jswm {
    width:94%;
    padding: 0 0.24rem 0.8rem;
    /* margin-top: -0.6rem; */
    display: inline-block;
}


/* djgzlb党建工作列表 */

.zy_djgzlb {
    padding: 0 0.24rem;
    display: block;
    margin-top: -0.4rem;
}

.zy_djgzlb .bygk_lm {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0.3rem;
}

.zy_djgzlb .bygk_lm a {
    float: left;
    font-family: '微软雅黑';
    font-size: 0.28rem;
    color: #212121;
    font-weight: inherit;
    position: relative;
    cursor: pointer;
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
}



.bygk_lm2 .on {
    color: #ba0000 !important;
    font-weight: bold !important;
}
.bygk_lm2 a.on::before {
    content: "" !important;
    width: 0.2rem !important;
    height: 0.23rem !important;
    background: url(../img/hcd_z.png)no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.bygk_lm2 a.on::after {
    content: "" !important;
    width: 0.2rem !important;
    height: 0.23rem !important;
    background: url(../img/hcd_y.png)no-repeat center !important;
    background-size: 100% !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

.zy_djgzlb .dwgk_lt p {
    font-size: 0.26rem;
    color: #181818;
    font-family: '微软雅黑';
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 2em;
}


/* dwgk党务公开 */

.dwgk_lt {
    width: 100%;
    display: inline-block;
    min-height: 8rem;
    margin-bottom: 0.5rem;
}

.dwgk_lt li {
    width: 100%;
    padding: 0.42rem 0;
    border-bottom: 0.01rem solid #f4f4f4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dwgk_lt li a {
    font-size: 0.26rem;
    color: #232323;
    font-family: '微软雅黑';
    background: url(../img/lbbs.png)no-repeat center left;
    background-size: 0.12rem 0.15rem;
    padding-left: 0.2rem;
}


/* dj_fy党建分页 */

.fy_dj .fy .on {
    color: #fff;
    background: #ba0000;
}


/* djgzxq党建工作详情 */

.dwgk_xq {
    width: 100%;
    display: inline-block;
}

.xq_tt {
    display: block;
    width: 100%;
    margin: 0.4rem 0;
    border-bottom: 0.01rem solid #dedcea;
    padding-bottom: 0.22rem;
}

.xq_tt h1 {
    font-size: 0.36rem;
    color: #101010;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 0.4rem;
}

.xq_tt span {
    font-size: 0.22rem;
    color: #838688;
    font-family: '微软雅黑';
    text-align: center;
    line-height: 1.6em;
}

.xq_tt .llcs {
    background: url(../img/lll.png)no-repeat center left;
    background-size: 0.74rem 0.74rem;
    background-position-y: -0.18rem;
    padding-left: 0.6rem;
}
.xq_tt .llcsblue{
    background: url(../img/bluehit.png)no-repeat center left;
    background-size: 0.74rem 0.74rem;
    background-position-y: -0.18rem;
    padding-left: 0.6rem;
}
.zy_djgzlb .dwgk_xq p {
    font-size: 0.26rem;
    color: #101010;
    font-family: '微软雅黑';
    line-height: 1.6em;
    margin-bottom: 0;
}

.zy_djgzlb .dwgk_xq img {
    width: 7.03rem;
    height: 4.54rem;
    display: block;
    margin: 0.4rem auto;
}
.dwgk_xq tbody{
    width:100%;
     
}

.table_box{
    width: 100%;
    height: 100%;
   overflow-x: scroll;
}

.table_box table{
    width: 100%;
    height: 100%;
}
.zy_djgzlb .lb_list {
    margin: 0.9rem auto 0.55rem;
}

.zy_djgzlb .lb_list img {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 auto;
    border-right: 0.01rem solid #ececec;
}

.xgtj {
    padding-bottom: 0.5rem;
}

.xgtj h1 {
    font-size: 0.36rem;
    color: #101010;
    font-family: '微软雅黑';
    margin-bottom: 0.26rem;
}

.xgtj li {
    width: 100%;
    padding: 0.4rem 0;
    border-bottom: 0.01rem solid #f4f4f4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xgtj li:last-child {
    border: 0;
}

.xgtj li a {
    font-size: 0.26rem;
    color: #232323;
    font-family: '微软雅黑';
    background: url(../img/lbbs.png)no-repeat center left;
    background-size: 0.12rem 0.15rem;
    padding-left: 0.2rem;
}


/* bgxz报告下载 */

.bgxz {
    margin-bottom: 0.7rem;
}

.bgxz li a img {
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    float: right;
}


/* yndt院内动态 */

.yndt_lb {
    width: 100%;
    display: block;
    padding-bottom: 0.3rem;
}

.yndt_lb li {
    width: 100%;
    padding: 0.24rem 0;
    border-bottom: 0.01rem solid #e5e7e9;
    display: inline-block;
}

.yndt_lb li a img {
    width: 2.26rem;
    height: 1.46rem;
    margin-right: 0.3rem;
    display: block;
    float: left;
}

.yndt_lb .yndt_mk {
    float: left;
    display: block;
    font-family: '微软雅黑';
    width:62%;
}

.yndt_lb li a h1 {
    font-size: 0.28rem;
    color: #232323;
    padding-bottom: 0.6rem;
    line-height: 1.5em;
    height: 0.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yndt_lb li a span {
    font-size: 0.24rem;
    color: #8c8b8b;
}


/* xwggxq新闻公告详情 */
.xwggxq .dwgk_xq .table_box img {
    width:auto;
    max-width:100%;
    height:auto;
}
.xwggxq .dwgk_xq img {
    width: 7.03rem;
    height: 4.54rem;
    display: block;
    margin: 0.4rem auto;
}

.xwggxq .lb_list a img {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 auto;
}


/* yjzj意见征集 */

.yjzj {
    padding: 0 0.24rem;
    display: block;
    margin: 0rem auto 1rem;
}

.yjzj>div {
    font-size: 0.24rem;
    color: #333333;
    font-family: '微软雅黑';
    margin: 0.3rem 0;
    font-weight: bold;
    padding-right: 0.1rem;
}

.yjzj>div em {
    width: 0.06rem;
    height: 0.06rem;
    color: #d04e38;
}

.yjzj input {
    width: 100%;
    border: 0.01rem solid #e5e7e9;
    padding: 0.2rem 0 0.2rem 0.2rem;
    font-size: 0.24rem;
    color: #999999;
    font-family: '微软雅黑';
    box-sizing: border-box;
}

.yjzj .fk {
    height: 4rem;
    width: 100%;
    line-height: .2rem;
    padding: .2rem;
    box-sizing: border-box;
    border: 0.01rem solid #e5e7e9;
    resize: none;
}

.qrtj {
    padding: 0.32rem 0;
    width: 100%;
    background: #0f6cc3;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0.6rem auto;
}

.yzxx {
    position:relative;
}
    .yzxx img {
        width:1.7rem;
        display:block;
        position:absolute;
        top:0rem;
        right:0.1rem;
    }

/* 专题专栏 */

.ztzl {
    padding: 0 0.24rem 0.3rem;
    display: inline-block;
    text-align: center;
    min-height:calc(100vh - 6rem);
    width:100%;
}

.ztzl a {
    float:left;
    width:46%;
    margin-right: 5%;
    margin-bottom: 2%;
}
.ztzl a:nth-child(2n){
    margin-right: 0;
}

.ztzl img {
    width: 3.4rem;
    height: 1.1rem;
    display: block;
}

.zy_bygk .dwgk_xq p {
    font-size: 0.26rem;
    color: #101010;
    font-family: '微软雅黑';
    line-height: 1.6em;
    margin-bottom: 0;
}

/* wsbjy网上报检业务 */
.jyyw {
    width: 100%;
    display: inline-block;
    margin-top: 1rem;
}

    .jyyw ul {
        width: 100%;
    }

    .jyyw li {
        background: url(../img/bjbj.jpg)no-repeat;
        background-size: cover;
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
        padding:0.26rem 0.2rem;
        box-sizing: border-box;
    }

        .jyyw li:nth-child(2n) {
            margin-right: 0;
        }

        .jyyw li a {
            
            /* text-align: center; */
            font-family: '微软雅黑';
            font-size: 0.26rem;
            color: #000000;
            display: block;
            width: 80%;
            float: left;
        }

        .jyyw li img {
            width: 0.48rem;
            height: 0.48rem;
            display: block;
            float: left;
            margin-right: 0.1rem;
        }

.jyyw li a::after {
    content: "";
    width: 0.21rem;
    height: 0.14rem;
}