@charset "utf-8";
body{
    background: url(xilan-bg-im-sjzx2021.jpg) no-repeat;
    background-size:cover;
}
.main-content {
    width: 1680px;
    margin: 30px auto;
    padding: 20px 0;
}

.comment_list {
    padding-left: 15px;
    padding-right: 15px;
}

@media(max-width:1920px) {
    .main-content {
        width: auto;
        clear: both;
    }
}

.gl_cont_dtnyjz,
.gl_cont_bg {
    background: #fff;
}

.gl_cont_dtnyjz .container {
    padding: 0px 15px 0px 15px;
    background: #fff;
}

.comment_list li {
    padding-top: 0px;
    background: url(list-icon-sjzx-2021.png) left 16px no-repeat;
    padding-left: 20px;
    transition: all 0.35s ease-out;
}

.comment_list li:hover {
    transform: translateX(10px);
    background-color: #f4f6fe;
}

.comment_list li a {
    line-height: 40px;
}


/* 通用概览左侧栏目 */

.comment_left_menu .block {
    background: #eef4ff;
    padding-bottom: 15px;
}

.comment_left_menu h2 {
    background: #0b459d;
    padding: 15px 0px;
    color: #fff;
    font-size: 24px;
    padding-left: 25px;
}

.contentLeft {
    float: left;
    width: 100%;
    top: 0;
    left: 0;
}

.leftNavigation {
    margin: 0rem 0;
}

.leftNavigation,
.leftNavigation li ul {
    list-style: none;
    padding: 0;
}

.leftNavigation li a.leftnav_a {
    display: block;
    padding: 12px 12px 12px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-weight: 400;
    background: #eef4ff;
}

.leftNavigation>li {
    border-top: 1px solid #e6e9ec;
}

.leftNavigation>li>a.leftnav_a {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
}

.leftNavigation li ul {
    display: none;
    margin: 0;
    background-color: #f4f9ff;
}

.leftNavigation li ul li a {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #1956a5;
    margin-left: 25px;
    padding-left: 12px;
}

.leftNavigation li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.leftNavigation li ul li a:hover {
    color: #f09236;
    text-decoration: none;
    background: #114d9f;
}

.leftNavigation>li>a:hover,
.leftNavigation li.active>a {
    color: #0b459d;
    text-decoration: none;
    background: transparent;
}

.leftNavigation li.active ul {
    display: block;
}

.leftNavigation>li>a .titNavIcon {
    float: left;
    width: 3px;
    margin-left: 3px;
    margin-right: 15px;
    background: #f2f4fb;
    height: 30px;
    border: 1px solid #f2f4fb;
}

.leftNavigation>li.active>a .titNavIcon,
.leftNavigation>li>a:hover .titNavIcon {
    float: left;
    width: 3px;
    background: rgba(253, 157, 36, 1);
    height: 30px;
    border: 1px solid rgba(253, 157, 36, 1);
}


/* 当前位置 */

.dtnyjz_breadcrumb {
    background: #eef4ff;
    padding: 11px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dtnyjz_breadcrumb a,
.dtnyjz_breadcrumb span,
.dtnyjz_breadcrumb i {
    color: #444;
    font-size: 14px;
    padding: 0px 5px;
}

.dtnyjz_breadcrumb span {
    padding-left: 0px;
    float: left;
    margin: 0;
}

.dtnyjz_breadcrumb a:hover {
    color: #ad3d3f;
}

@media (max-width: 768px) {
    .dtnyjz_breadcrumb {
        margin-left: 0px;
    }
}

.dtnyjz_lm_comment {
    padding-left: 15px;
    min-height: 500px;
    padding-right: 15px;
}


/* 栏目通用 */

.dtnyjz_lm_comment h2 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e3ecf6;
    padding-bottom: 8px;
}

.dtnyjz_lm_comment h2 i.titNavIcon {
    border-left: 9px solid rgba(9, 71, 156, 1);
    margin-right: 10px;
}

@media (max-width: 768px) {
    .dtnyjz_lm_comment {
        padding: 0px 15px;
    }
}

.dtnyjz_lm_comment h1.gl_h1 {
    background: #eef4ff;
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
}


/* 分页修改 */

.pagination {
    margin: 20px 0px 0 0;
}

.pagination>li>a,
.pagination>li>span {
    color: #fff;
    background: rgba(12, 106, 185, 0.5);
    margin-right: 2px;
    border: 1px solid rgba(12, 106, 185, 0.5);
    border-radius: 0px;
}

.pagination>li>a:hover,
.pagination>li>a:active,
.pagination>li>a:focus {
    background-color: rgba(12, 106, 185, 1);
    color: #fff;
}

.pagination>li>span:hover {
    background-color: rgba(12, 106, 185, 1);
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background: rgba(12, 106, 185, 1);
    border-color: rgba(12, 106, 185, 1);
}

@media (max-width: 768px) {
    .pagination {
        padding-right: 0px;
        margin-right: 15px;
    }
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0px;
}

@media (max-width: 768px) {
    .dtnyjz_lm_w {
        padding: 0px;
    }
}


/* 图片公用 */

.image-box,
.image-box span,
.img-hover,
.image-box span a {
    float: left;
    width: 100%;
}

.image-box {
    padding: 0px;
    padding-bottom: 15px;
    position: relative;
}

.image-box span {
    text-align: left;
}

.image-box span a {
    font-size: 14px;
    padding: 5px 0px;
    color: #444444;
}

.img-hover {
    margin-bottom: 5px;
    overflow: hidden;
}

.img-hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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


/* 图片公用 end */


/* 图文列表 */

.dtnyjz_lm_imgtextlist_dl {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
}

.dtnyjz_imgtextlist_dt {
    float: left;
    width: 187px;
    overflow: hidden;
}

.dtnyjz_imgtextlist_dt a img {
    width: 187px;
}

.dtnyjz_imgtextlist_dd {
    display: table-cell;
    padding-left: 15px;
}

.dtnyjz_imgtextlist_dd h5 {
    padding: 0px;
    margin: 0px;
    color: #014199;
    font-size: 14px;
    font-weight: 400;
}

.dtnyjz_imgtextlist_dd h5 a {
    color: #333333;
    line-height: 22px;
    font-size: 16px;
}

.dtnyjz_imgtextlist_dd p {
    float: left;
    width: 100%;
    margin-top: 5px;
    line-height: 160%;
    color: #666666;
}

.dtnyjz_imgtextlist_dt a img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

@media (max-width: 480px) {
    .dtnyjz_imgtextlist_dt {
        float: left;
        width: 100%;
        text-align: center;
    }
    .dtnyjz_imgtextlist_dt a img {
        width: 100%;
    }
    .dtnyjz_imgtextlist_dd {
        padding: 0px;
        padding-top: 15px;
    }
}

.dtnyjz_imgtextlist_dd .gl_time {
    color: #999;
}

.dtnyjz_imgtextlist_dd .gl_title {
    line-height: 180%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
    .dtnyjz_imgtextlist_dd .gl_title {
        height: auto;
        line-height: 180%;
    }
}


/* images list */

.gl_images_list {
    overflow: hidden;
}

.gl_images_list .image-box .img-hover img {
    width: 280px;
    height: 197px;
    max-width: 100%;
}

.gl_images_list .gl_mar {
    /*! margin: 0px -15px; */
}

.gl_images_list .gl_padd {
    padding: 0px 15px;
}

.gl_images_list .image-box span a {
    height: 40px;
    /*! padding: 0px 10px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}

@media (min-width:1199px) {
    .wl_gl_cont_right .gl_dp_content h1.gl_xq_h1 {
        padding: 0px 45px;
    }
}

@media (min-width:1440px) {
    .wl_gl_cont_right .gl_images_list .image-box .img-hover img {
        width: 323px;
        height: 230px;
        max-width: 100%;
    }
}

@media (max-width:1440px) {
    .gl_images_list .image-box .img-hover img {
        width: 280px;
        height: 140px;
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .gl_images_list .image-box .img-hover img {
        width: 280px;
        height: 120px;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .l_images_list .image-box span a {
        height: auto!important;
        font-size: 14px;
        padding: 5px 0px;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gl_images_list .image-box .img-hover img {
        width: 100%;
        max-width: 100%;
        height: 155px;
    }
}

@media (max-width: 768px) {
    .gl_images_list .gl_mar {
        margin: 0px 0px;
    }
    .gl_images_list .gl_padd {
        padding: 0px 50px;
    }
    .gl_images_list .image-box span a {
        font-size: 14px;
        color: #444444;
        display: block;
        -webkit-box-orient: inherit;
        -webkit-line-clamp: inherit;
        height: auto;
        overflow: hidden;
        white-space: inherit;
    }
}

@media (max-width: 680px) {
    .gl_images_list .image-box .img-hover img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 550px) {
    .gl_images_list .gl_mar {
        margin: 0px -15px;
    }
    .gl_images_list .gl_padd {
        padding: 0px 15px;
    }
}

@media (min-width: 400px) and (max-width:768px) {
    .gl_images_list .image-box .img-hover {
        padding-top: 15px;
    }
    .gl_images_list .image-box .img-hover img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    .gl_images_list .image-box span a {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .gl_images_list .image-box .img-hover img {
        width: 100%;
        max-width: auto;
        height: auto;
    }
}

#mbOverlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#mbOverlay.mbOverlayFF {
    background: transparent url(80.png) repeat;
}

#mbOverlay.mbOverlayIE {
    position: absolute;
}

#mbCenter {
    height: 557px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.70);
}

#mbCenter.mbLoading {
    background: #fff url(dtnyjz_WhiteLoading.gif) no-repeat center;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#mbImage {
    left: 0;
    top: 0;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
}

#mbImage a,
#mbImage a:link,
#mbImage a:visited {
    color: #ddd;
}

#mbImage a:hover,
#mbImage a:active {
    color: #fff;
}

#mbImage img {
    width: 100%;
}

#mbBottom {
    min-height: 20px;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: left;
    padding: 0 10px 10px;
}

#mbTitle {
    display: inline;
    color: #999;
    font-weight: bold;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mbNumber {
    background: url(mbNumber_bg.gif) no-repeat center;
    display: inline;
    color: #C00;
    line-height: 26px;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: center;
    width: 65px;
    height: 26px;
}

#mbCaption {
    display: block;
    color: #999;
    line-height: 14px;
    font-size: 10px;
}

#mbPrevLink,
#mbNextLink,
#mbCloseLink {
    display: block;
    float: right;
    height: 20px;
    margin: 0;
    outline: none;
}

#mbPrevLink {
    width: 32px;
    height: 100px;
    background: transparent url(dtnyjz_CustomBlackPrevious.gif) no-repeat center;
    position: absolute;
    top: 38%;
    left: -32px;
}

#mbNextLink {
    width: 32px;
    height: 100px;
    background: transparent url(dtnyjz_CustomBlackNext.gif) no-repeat center;
    position: absolute;
    top: 38%;
    right: -32px;
}

#mbCloseLink {
    width: 24px;
    background: transparent url(dtnyjz_CustomBlackClose.gif) no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}

#mbError {
    position: relative;
    font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 10px solid #700;
    padding: 10px 10px 10px;
    margin: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
    color: #d00;
    font-weight: bold;
    text-decoration: underline;
}

.layout_default {
    float: left;
    margin: 5px;
    -webkit-box-shadow: 0px 0px 3px #bbb;
    -moz-box-shadow: 0px 0px 3px #bbb;
    box-shadow: 0px 0px 3px #bbb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #mbBottom #mbTitle {
        visibility: hidden
    }
    #mbBottom #mbNumber {
        visibility: hidden
    }
    .layout_default {
        float: left;
        margin: 0px;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0px 0px 0px #bbb;
        -moz-box-shadow: 0px 0px 0px #bbb;
        box-shadow: 0px 0px 0px #bbb;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.gl_images_list .image-box .img-hover img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.gl_images_list .image-box .img-hover {
    display: block;
    overflow: hidden;
}

.gl_images_list .image-box .img-hover {
    position: relative;
}

.gl_images_list .image-box .img-hover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gl_images_list .image-box .img-hover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/*详情页面*/

.dtnyjz_xl_h2 {
    height: 176px;
    background: url(dtnyjz_gl_xl1.jpg) top left no-repeat;
    background-size: 100% 176px;
    padding: 50px 0px 0px 20px;
}

.dtnyjz_con_ly {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.dtnyjz_con_ly font {
    font-size: 14px;
    color: #333;
    padding: 0 15px 0 0;
    white-space: nowrap;
    line-height: 180%;
}

.dtnyjz_content h1 {
    color: #333;
    line-height: 160%;
}

.dtnyjz_content p {
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 20px;
}

.dtnyjz_content span.dtnyjz_wzimg {
    text-align: center;
}

.dtnyjz_content span.dtnyjz_wzimg img,
.dtnyjz_content p span img,
.dtnyjz_content p img {
    width: auto;
    max-width: 554px;
}

.dtnyjz_content span.dtnyjz_wzimg b,
.dtnyjz_content p span,
.dtnyjz_content span {
    font-weight: 400!important;
    margin-top: 10px;
    display: inline;
}

.cas-wrap-appendix {
    display: flex;
    justify-content: flex-start;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.gl_fj_tit img {
    margin-right: 5px;
}

.jftext i {
    margin-right: 10px;
}

@media (max-width: 992px) {
    .dtnyjz_content span.dtnyjz_wzimg img,
    .dtnyjz_content p span img,
    .dtnyjz_content p img {
        width: 100%;
        height: auto;
        max-width: 554px;
    }
    @media (max-width: 600px) {
        .dtnyjz_content span.dtnyjz_wzimg img,
        .dtnyjz_content p span img,
        .dtnyjz_content p img {
            width: 100%;
            height: auto;
        }
    }
    .dtnyjz_fj_dwn {
        padding-top: 15px;
    }
    .dtnyjz_fj_dwn td img {
        margin-right: 10px;
    }
    .dtnyjz_fj_dwn td a {
        line-height: 180%;
        text-decoration: underline;
    }
    .dtnyjz_lb a {
        color: #444;
        padding-right: 15px;
    }
    /*人员列表*/
    .dtnyjz_lm_imglist>div {
        margin-bottom: 15px;
    }
    .dtnyjz_lm_imglist .image-box {
        padding: 0px 15px;
    }
    .dtnyjz_lm_imglist .img-hover img {
        width: 100%;
        max-width: 167px;
    }
    .dtnyjz_lm_imglist .image-box span {
        padding-bottom: 10px;
    }
    .dtnyjz_lm_imglist .image-box span a {
        color: #444;
        font-size: 14px;
    }
    .dtnyjz_lm_imglist .image-box span a b {
        font-size: 16px;
        color: #000;
    }
    .dtnyjz_lm_comment .dtnyjz_ft {
        font-size: 18px;
        font-weight: bold;
    }
    /* 人员列表*/
    .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd h5 {
        margin: 20px 0px 10px 0px;
    }
    .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd h5 a {
        color: #444;
        font-size: 28px;
        font-weight: bold;
    }
    .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dt {
        float: left;
        width: 130px;
    }
    .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dt a img {
        width: 130px;
    }
    .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd p {
        float: left;
        width: 100%;
        margin: 0px;
        margin-top: 5px;
        line-height: 180%;
    }
    .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd p b {
        font-size: 16px;
    }
    @media (max-width: 480px) {
        .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dt {
            float: left;
            width: 100%;
            max-width: 130px;
            text-align: center;
        }
        .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dt a img {
            width: 100%;
            max-width: 130px;
        }
        .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd {
            padding-left: 15px;
            padding-top: 0px;
        }
        .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd h5 {
            margin: 5px 0px 5px 0px;
        }
        .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd h5 a {
            color: #444;
            font-size: 18px;
            font-weight: bold;
        }
        .dtnyjz_ry_list .dtnyjz_lm_imgtextlist_dl .dtnyjz_imgtextlist_dd p {
            line-height: 160%;
        }
    }
}


/*文字列表*/

.dtnyjz_lm_list .comment_list li {
    border-bottom: 1px dashed #eee;
    font-size: 16px;
    color: #444;
}

.dtnyjz_lm_list .comment_list li span {
    float: right;
    color: #999;
    font-size: 14px;
    padding-top: 2px;
    padding-right: 10px;
}

.dtnyjz_lm_list .comment_list li a:before {
    font-family: FontAwesome;
    font-size: 1.6rem;
    content: "";
    color: rgba(9, 71, 156, 1);
}

@media (max-width:768px) {
    .dtnyjz_lm_list .comment_list li span {
        float: none;
        display: block;
    }
    .dtnyjz_lm_comment {
        padding: 0;
    }
    .comment_list {
        padding: 0;
    }
}


/* 留言板start */

.zfjy_form p {
    font-size: 16px;
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 20px
}

.zfjy_form p span {
    color: #f00;
    margin-left: 6px
}

.zfjy_form label {
    display: block;
    overflow: hidden;
    margin-top: 14px;
    line-height: 44px;
    text-align: center;
}

.zfjy_form input {
    width: 80%;
    height: 44px;
    background: #eef4ff;
    border: 0;
    line-height: 44px;
    font-size: 16px;
    padding: 0 20px;
    color: #888;
}

.zfjy_form select {
    width: 776px;
    height: 44px;
    background: #fff;
    border: 0;
    line-height: 44px;
    font-size: 16px;
    padding: 0 16px;
}

.zfjy_form textarea {
    width: 80%;
    height: 140px;
    background: #eef4ff;
    border: 0;
    line-height: 32px;
    font-size: 16px;
    padding: 10px 20px;
    resize: none;
}

.zfjy_form .zfjy_yzm_txt {
    width: 472px
}

.zfjy_yzm_img {
    vertical-align: middle;
    margin: 0 20px
}

.zfjy_sub {
    background: #0852ae;
    padding: 0 65px;
    border: 0;
    margin: 30px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}


/* 留言板end */