body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

/* 酌情修改 */
body {
    font-size: 12px;
    font-family: MiSans, MiSans;
}

/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

.imgZoom:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.imgZoom img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
}

a:link {
    /*color: #009;*/
}

a:visited {
    /*color: #800080;*/
}

a:hover,
a:active,
a:focus {
    /*color: #c00;*/
    text-decoration: none;
}

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

[v-cloak] {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*通用样式 header*/
#app {
    width: 100%;
    box-sizing: border-box;
}

.w1300 {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*头部信息*/

.header {
    position: relative;
    background: #D6E1F3;
}

.header-com {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
    background: url(../images/header-bg.jpg) no-repeat;
    background-size: 100% 100%;
    height: 200px;
}

.header-com .logo {
    width: 267px;
    height: 67px;
    position: relative;
}

.header-com .logo a {
    position: absolute;
    left: 244px;
    top: -24px;
}


.header-com .logo img,
.header-com .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.accessibility-view {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 6px;
    right: 3px;
}

.accessibility-view .easyWzaBtn {
    cursor: pointer;
    display: block;
    width: 100px;
    height: 33px;
    background: url(../images/wuzhang.png) no-repeat;
    background-size: 100% 100%;
}

.accessibility-view .easyElderBtn {
    cursor: pointer;
    display: block;
    width: 100px;
    height: 23.6px;
    background: url(../images/zhangzhe.png) no-repeat;
    background-size: 100% 100%;
}

.nav-w {
    background: #F5F5F7;
    position: relative;
    height: 55px;
}

.nav-w .nav-list {
    display: flex;
    justify-content: space-between;
    /* height: 61px; */
    /* margin-top: 50px; */
    /* border-top: 5px solid #1E407C; */
}

.nav-w .nav-list li {
    /* margin-right: 28px; */
    padding: 16px 14px;
}


.nav-w .nav-list li .links {
    color: #282828;
    font-family: MiSans, MiSans;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.nav-w .nav-list li:last-child {
    margin-right: 0;
}

.nav-w .nav-list li .arrow {
    background: url(../images/arrow2.png) no-repeat;
    background-size: 100% 100%;
    width: 11px;
    height: 6px;
    display: block;
    margin-left: 4px;
}

.arrow2 {
    transition: transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(180deg);
}

.insetBox {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 54px;
    border-bottom: 1px solid #D2D2D2;
}

.insetBox .inset-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.insetBox a {
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 14px;
    letter-spacing: 5px;
    font-weight: normal;
    font-size: 16px;
    color: #1E407C;
}


.insetBox .fenxian {
    color: #000000;
    padding: 0px;
}

.search-info {
    /* width: 210px;
    text-align: center; */
}

.search-info .date {
    margin-top: 18px;
}

.search-info .date span {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14px;
    color: #9B9B9B;
}

.search-info .search {
    /* margin-top: 14px; */
    /* border-top: 5px solid #F4F4F4; */
}

.search-info .search .search-input {
    margin-top: 10px;
}

.search-info .search .search-input .el-input__inner {
    width: 246px;
    background: #C0E3F6;
}

.search-info .search .search-input .el-input__inner::placeholder {
    color: #606266;
    /* 将颜色改为您想要的颜色 */
}

.search-info .search .search-input .el-input-group__append {
    background: #006FBE;
    cursor: pointer;
    color: white;
}

/*底部信息*/
.footer {
    position: relative;
    /* height: 200px; */
    background: #024D97;
}

.footer .footer-com {
    /* height: 200px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot_nei_bt {
    overflow: hidden;
}

.foot_nei_bt dl dt {
    width: 530px;
    float: left;
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 36px;
}

.foot_nei_bt dl dt a {
    display: inline-block;
}

.foot_nei_bt dl dt img {
    width: 100%;
    height: 100%;
}

.foot_nei_bt dl dt .img1 img {
    height: 55px;
}

.foot_nei_bt dl dt .img1 a {
    margin-right: 10px;
}

.foot_nei_bt dl dt .img1 a:first-child {
    margin-right: 40px;
}

.foot_nei_bt dl dt .img1 a:last-child {
    margin-left: 40px;
}

.foot_nei_bt dl dt .img1 a:last-child img {
    width: 115px;
    height: 133px;
}

.foot_nei_bt dl dt .img2 {
    width: 298px;
    display: flex;
    flex-direction: column;
}

.foot_nei_bt dl dt .img2 .jiucuo {
    /* height: 55px; */
    display: flex;
}

.foot_nei_bt dl dt .img2 .jiucuo a {
    display: block;
    width: 111px;
    height: 55px;
    margin-right: 20px;
}

.foot_nei_bt dl dt .img2 .jiucuo img {
    width: 100%;
    height: 100%;
}



.foot_nei_bt dl dt .img2 .pingjia {
    margin-top: 16px;
}

.foot_nei_bt dl dt .img3 {
    margin-top: 9px;
    margin-left: 23px;
}

.foot_nei_bt dl dd {
    /*width: 650px;*/
    float: right;
    line-height: 35px;
    padding: 47px 0 20px 20px;
}

.foot_nei_bt dl dd span {
    display: flex;
    align-items: center;
}

.foot_nei_bt dl dd span i {
    font-style: normal;
    vertical-align: middle;
}

.foot_nei_bt dl dd,
.foot_nei_bt dl dd a {
    font-size: 15px;
    color: #fff;
}

.foot_nei_bt dl dd .links {
    padding-right: 16px;
}

.foot_nei_bt dl dd .slh{
   display: inline-block;
   width: 110px;
   height: 55px;
   background: url(../images/slh.jpg) no-repeat;
   background-size: 100% 100%;
}

/*左标题，右更多通用样式*/
.com-title-line .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 42px;
    border-bottom: 4px solid #e8e8e8;
    cursor: default !important;
    margin-top: 25px;
}

.com-title-line .title a {
    padding: 2px 6px;
    width: 42px;
    height: 23px;
    line-height: 23px;
    background: #1E407C;
    color: #BBBBBB;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
}


.com-title-line .title span {
    height: 45px;
    display: inline-block;
    font-size: 24px;
    font-family: MiSans, MiSans;
    color: #666666;
}

.com-title-line .title span.current {
    border-bottom: 4px solid #1B3F7E;
    font-weight: bold;
    color: #1B3F7E;
}



.com-title-line .title .title-left {
    display: flex;
    align-items: center;
}

.title-left .title-left-sz {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: url(../images/sz.png) no-repeat;
    background-size: 100% 100%;
}

.title-left .title-left-jydt {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: url(../images/jydt.png) no-repeat;
    background-size: 100% 100%;
}

.title-left .title-left-ywgk {
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    background: url(../images/ywgk.png) no-repeat;
    background-size: 100% 100%;
}




/* -----------  移动端样式 -------------- */
#m_header,
#m_footer,
#pc_header,
#pc_footer {
    display: none;
}


/* 针对宽度在600px到1024px之间的设备 */
@media screen and (max-width: 1024px) {

    .w1300{
        width: 100%;
        min-width: 100%;
    }

    html,
    body {
        background: #f5f5f5;
    }

    #app {
        padding: 0 !important;
    }

    .m_header-logo {
        background: #1b3f7e;
        padding: 0.42rem;
        display: block;
    }

    .m_header-logo img {
        width: 2.8rem;
        height: .72rem;
    }

    .m_header-content {
        display: flex;
        margin: 0.18rem 0.18rem;
        padding: 0.15rem 0.14rem;
        background: white;
        border-radius: 0.09rem;
    }

    .m_header-menu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 17px;
        flex: 1 1;
    }

    .m_header-item {
        font-size: 0.46rem;
        line-height: 0.48rem;
        font-weight: 400;
        color: #1b3f7e;
        display: block;
        padding: 0.12rem 0.18rem;
        border-radius: 0.16rem;
    }

    .m_header-icon {
        width: 0.52rem;
        height: 0.52rem;
        background: url(../images/collect.png) no-repeat;
        background-size: 100%;
        margin-top: 0.1rem;
    }

    .hide-class {
        height: 0.78rem;
        overflow: hidden;
    }

    .m_header-rota {
        transform: rotate(90deg);
    }

    .m_header-action {
        font-weight: bold;
        color: white;
        background: #1b3f7e;
    }



    /* 页脚 */
    #m_footer {
        background: #1b3f7e;
        padding: 0.16rem 0.36rem;
    }

    .m_footer-item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }

   .m_footer-item, .m_footer-item a{
        color: white;
        font-size: 0.30rem;
        padding: 6px 0;
    }

    .links-slh{
        background: url(../images/slh.jpg) no-repeat;
        background-size: 100% 100%;
        width: 110px;
        height: 55px;
        padding: 0;
    }
    

}
