﻿/*横向排版*/
.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-x-left {
    justify-content: flex-start;
}

.flex-x-right {
    justify-content: flex-end;
}

.flex-x-center {
    justify-content: center;
}

.flex-x-between {
    justify-content: space-between;
}

.flex-x-space-around {
    justify-content: space-around;
}

/*纵向排版*/
.flex-y-left {
    align-items: flex-start;
}

.flex-y-right {
    align-items: flex-end;
}

.flex-y-center {
    align-items: center;

}

.flex-y-between {
    align-items: baseline;
}

.flex-y-space-around {
    align-items: stretch;
}

/*文字大小*/
.t1 {
    font-size: 12px;
}

.t2 {
    font-size: 14px;
}

.t3 {
    font-size: 16px;
}

.cf:after {
    display: block;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

a:visited {
    color: inherit;
}

.pc {
    display: none;
}

.mobile {
    display: block;
}

.mobile-c {
    box-sizing: border-box;
    padding: 0 10px;
}

/*首页 S*/


.m-header {
    margin: auto;
    width: 100%;
    max-width: 1200px;
	height:1rem;
}

.m-header > img {
    float: left;
    display: block;
    width: 66%;
    height: auto;
}

.logo-region{
    float: left;
    background: #5e88c2;
    color: #fff;
    padding: 5px 6px;
    border-radius: 14px;
    margin:4% 0 0 10px ;
	font-size:12px;
}

.m-nav {
    position: fixed;
	/*20221014*/
	/*margin-top:-20px;*/
    top: 10px;
    right: 0;
    z-index: 1000;
    box-sizing: border-box;
    padding: 0 10px 0 0px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #1a56a8;

}

.m-nav img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.mask-nav {
    width: 4rem;
    max-width: 240px;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    right: -4rem;
}

.mask-nav > a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.m-ssk {
    margin-top: 10px;
    border: 1px solid #1a56a8;
	clear:both;
}

#searchform {
    width: 100%;
}

.m-ssk input.s {
    float: left;
    box-sizing: border-box;
    width: 85%;
    height: 0.6667rem;
    max-height: 60px;
    max-width: 1080px;
    padding: 0 10px;
    border: none;
}

.m-ssk input.b {
    float: right;
    width: 15%;
    height: 0.6667rem;
    max-height: 60px;
    border: none;
    background: #1a56a8;
    color: #ffffff;
}

.m-hot {
    margin: 0.3rem 0;
    line-height: 0.5rem;
}

.m-headlines {
    margin: 0.3rem 0;
    padding: 0.2rem 0;
    background: #f7f7f7;
}

.m-headlines > a {
    margin: auto;
    display: block;
    width: 90%;
    color: #1a56a8;
    text-align: center;
    font-weight: bold;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.m-quick {
    background: #e9f6fd;
}

.m-quick > a {
    float: left;
    box-sizing: border-box;
    width: 33.3%;
    height: 50px;
    line-height: 50px;
    color: #1A56A8;
    text-align: center;
    border-bottom: 1px solid #c6e5f6;
    border-right: 1px solid #c6e5f6;
}

.m-quick > a.wide {
    width: 50%;
}

.m-quick > a.wide:nth-child(odd) {
    border-right: 1px solid #c6e5f6;
}

.m-quick > a.wide:first-child + a, .m-quick > a.wide:first-child + a + a + a {
    border-right: none;
}

.m-quick > a:nth-child(3n+3) {
    border-right: none;
}

.m-quick > a:first-child + a + a, .m-quick > a:first-child + a + a + a + a + a {
    border-right: none;
}

.m-quick > a > i {
    margin-right: 10px;
}

.m-banner {
    margin: 15px 0;
}

.slideBox {
    position: relative;
    overflow: hidden;
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fff;
}

.slideBox .prev, .slideBox .next {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: absolute;
    top: 46%;
}

.slideBox .prev {
    left: 10px;
}

.slideBox .next {
    right: 10px;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
}

.slideBox .bd li img {
    vertical-align: top;
    width: 100%;
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slideBox .bd li .tit {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**新闻动态**/
.m-banner {
    position: relative;
    overflow: hidden;
}

.m-banner .mtpxw-hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.m-banner .mtpxw-hd li {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.m-banner .mtpxw-hd li.on {
    background: #fff;
}

.m-banner .prev, .m-banner .next {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    position: absolute;
    top: 46%;
}

.m-banner .prev {
    left: 10px;
}

.m-banner .next {
    right: 10px;
}

.m-banner .mtpxw-bd {
    position: relative;
    z-index: 0;
}

.m-banner .mtpxw-bd li {
    position: relative;
    text-align: center;
}

.m-banner .mtpxw-bd li img {
    vertical-align: top;
    width: 100%;
}

.m-banner .mtpxw-bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.m-banner .mtpxw-bd li .tit {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-news {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.m-news > .box01 {
    width: 100%;
}

.m-news .zxfb-hd {
    height: 40px;
    line-height: 40px;
}

.m-news .zxfb-hd ul li {
    width: auto;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.m-news .zxfb-hd a {
    display: block;
    color: white;
    position: relative;
}

.m-news .zxfb-hd a i {
    right: 0;
    left: 0;
    margin: auto;
}

.m-news .zxfb-bd li {
    display: flex;
    height: 30px;
    line-height: 30px;
    justify-content: space-between;
    background: url("../images/icon_dot01.png") no-repeat left center;
}

.m-news .zxfb-bd li a {
    display: block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-quick-icon {
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px 0 0 0;
}

.m-quick-icon > a {
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    /*height: 76px;*/
}

.m-quick-icon > a > i {
    display: block;
    font-size: 40px;
    color: #1A56A8;
}

.m-quick-icon > a > span {
    display: block;
    box-sizing: border-box;
    padding: 0 5px;
}

.m-quick-tn > a {
    box-sizing: border-box;
    padding-left: 10px;
    width: 50% !important;
    text-align: left !important;
}

.m-quick-tn > a > span {
    padding: 0 !important;
}

.m-link {
    margin: 0.3rem 0;
}

.m-link > select {
    /* margin-right: 10px;*/
    height: 0.8rem;
    max-height: 30px;
}

.m-footer {
    background: #F7F7F7;
    padding: 10px 0;
}

.m-footer > p {
    text-align: center;
}

.m-footer-img{
    margin-bottom: 10px;
    text-align: center;
}

.m-footer-img>a{
    display: inline-block;
}

.m-footer-img>a>img{
    display: block;
    width: auto;
    height: 68px;
}

/*首页 E*/

/*一级栏目页 S*/
.gk-banner > img {
    display: block;
    width: 100%;
}

.m-location {
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 5px;
    background: #f2f7ff;
    color: #1a56a8;
    border-radius: 4px;
}

.m-list {
    margin-bottom: 15px;
}

.m-list-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.m-list-title > a {
    display: inline-block;
    font-weight: bold;
    color: #1a56a8;
    border-bottom: 2px solid #1a56a8;
}

.m-list-nav {
    box-sizing: border-box;
}

.m-list-nav > a {
    float: left;
    padding: 5px 10px;
    margin: 0 10px 5px 0;
    background: #468ce1;
    color: white;
}

.m-list-c > a {
    display: block;
    height: 30px;
    line-height: 30px;
    background: url("../images/icon_dot01.png") no-repeat left center;
    padding-left: 14px;
}

.m-list-c > a > i {
    float: left;
    display: inline-block;
    width: 80%;
    color: rgb(76, 76, 76);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-list-c > a > span {
    float: left;
    display: inline-block;
    width: 20%;
    text-align: right;
    color: rgb(192, 192, 192);
}

.m-list-video > a {
    float: left;
    width: 49%;
    position: relative;
}

.m-list-video > a:last-child {
    float: right;
}

.m-list-video > a > img {
    display: block;
    width: 100%;
}

.m-list-video > a > i {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 0.6667rem;
    max-height: 40px;
    line-height: 0.6667rem;
    padding: 0 10px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m-list-form-c {
    margin-bottom: 0.2rem;
    border: 1px solid #dedede;
}

.m-list-form-c > label {
    float: left;
    box-sizing: border-box;
    width: 20%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #dedede;
}

.m-list-form-c > input[type=text] {
    float: left;
    box-sizing: border-box;
    width: 80%;
    height: 30px;
    padding: 0 10px;
    border: none;
}

.m-list-form-c > i {
    float: left;
    margin: 0 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.m-list-form-c > input[type=date] {
    float: left;
    /*width: 70%;*/
    height: 30px;
    padding-left: 10px;
    border: none;
}

.m-list-txt {
    background: #f5fbff;
    padding-bottom: 10px;
}

.m-list-txt > .m-banner {
    margin: 0 0 10px 0;
}

.m-list-txt > p {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
}

.m-f-sel {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    margin-bottom: 0.3rem;
    padding-left: 10px;
}

.m-f-btn > input {
    border: 1px solid #1a56a8;
    width: 48%;
    height: 30px;
}

.m-f-btn > input[type=submit] {
    float: left;
    background: #1a56a8;
    color: white;
}

.m-f-btn > input[type=reset] {
    float: right;
    background: white;
    color: #1a56a8;
}

.m-quick-w {
    margin-bottom: 0.3rem;
}

.m-quick-w > a {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 0;
    background: #468ce1;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.m-quick-w > a:nth-child(2n+2) {
    border-right: none;
}

.m-quick-w > a > i, .m-quick-w > a > span {
    display: block;
    color: white;
    text-align: center;
}

.m-quick-w > a > i {
    font-size: 40px;
}

.m-quick-w > a > span {
    margin: 0.2rem 0 0 0;
}

.m-quick-q {
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 4px;
}

.m-quick-q > a {
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #1A56A8;
    border-bottom: 1px solid #dedede;
}

.m-quick-q > a:last-child {
    border-bottom: none;
}

.m-quick-q > a > i {
    margin-right: 10px;
}

/*一级栏目页 E*/

/**列表**/
  .lmy_info li a {display:block;width:70%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

/*信息公开左侧导航栏 S*/
.left-mask{
    box-sizing: border-box;
    width: 260px;
    height: 100%;
    padding: 60px 0 0 0;
    background: white;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left:-260px;
    z-index: 1000;
}

.left-mask::-webkit-scrollbar{
    width: 0;
    height: 0;
}

.l-m-btn{
    width: 0.5rem;
    max-width: 30px;
    position: fixed;
    top: 35%;
    left: 0;
    z-index: 100;
}

.l-m-btn>img{
    display: block;
    width: 30px;
}

.l-m-nav-c{
    border-bottom: 1px solid #dedede;
}

.l-m-nav-c>a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.l-m-nav-c>a>i{
    display: inline-block;
    color: #1a56a8;
    width: 40px;
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 0px;
}

.l-Level,.l-Level-nav,.l-Level-nav{
    display: none;
    box-sizing: border-box;
    padding: 0 10px;
}

.l-Level>a,.l-Level-nav>a,.l-Level-nav>a{
    display: block;
    height: 40px;
    line-height: 20px;
    text-align: center;
}
.l-Level a.active{color:#1a56a8;font-weight:bold;}
.l-n-c-a-a{
    position: relative;
}

.l-n-c-a-a>i{
    position: absolute;
    left: 40px;
    top: 0;
}

.l-Level-nav>a{
    box-sizing: border-box;
    padding-left: 30px;
}

.m-content-t{
    margin-bottom: 10px;
}

.m-content-t-c{
    background: #e8e8e8;
    border-bottom: 1px solid #ffffff;
}

.m-content-t-c:last-child{
    border-bottom: none;
}

.m-content-t-c>strong,.m-content-t-c>i{
    float: left;
    min-height: 36px;
    box-sizing: border-box;
    padding:8px;
}

.m-content-t-c>strong{
    width:38%;
    color: black;
    font-weight: bold;
    fon-size:15px;
}

.m-content-t-c>i{
    width: 62%;
    background: #f5f5f5;
}


/*信息公开左侧导航栏 E*/

/*列表页 S*/
.m-l-nav > a {
    float: left;
    box-sizing: border-box;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.m-l-nav > a.act {
    color: #1A56A8;
}

.m-l-nav  a.active{font-weight:bold;}

.m-l-nav > a > i {
    color: #1A56A8;
    margin-right: 5px;
}

/*.listOf>a:nth-child(5n+5){*/
/*background: url("../images/icon_dot01.png") no-repeat left 13px;*/
/*margin-bottom: 10px;*/
/*padding-bottom: 10px;*/
/*border-bottom: 1px dashed #dedede;*/
/*}*/

.listOf > a:first-child + a + a + a + a,
.listOf > a:first-child + a + a + a + a + a + a + a + a + a,
.listOf > a:first-child + a + a + a + a + a + a + a + a + a + a + a + a + a + a {
    background: url("../images/icon_dot01.png") no-repeat left 13px !important;
    margin-bottom: 10px !important;;
    padding-bottom: 10px !important;;
    border-bottom: 1px dashed #dedede !important;;
}

.pagediv .index_num {
    /* padding: 0 !important;*/
}

/*列表页 E*/

/*内容页 S*/
.m-content {
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #dedede;
}

.m-c-title {
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.m-c-article {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
}

.m-c-article > i {
    display: block;
    color: #999999;
}

.m-c-text {
    padding: 15px 0;
}

.m-c-text img {
    display: block;
    margin: auto;
    max-width: 90%;
}

/*内容页 E*/

/*市水务局首页 S*/
.m-region {
    box-sizing: border-box;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px;
}

.m-region-t {
    font-weight: bold;
    color: #1A56A8;
    text-align: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.m-quick-region {
    background: #e9f6fd;
    margin-bottom: 0.3rem;
}

.m-quick-region > a {
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 50px;
    line-height: 50px;
    color: #1A56A8;
    text-align: center;
    border-bottom: 1px solid #c6e5f6;
    border-right: 1px solid #c6e5f6;
}

.m-quick-region > a:first-child + a, .m-quick-region > a:first-child + a + a + a {
    border-right: none;
}

.m-quick-region > a > span {
    /*display: inline-block;*/
    width: 50%;
    text-align: left;
    margin: 0 10px;
}

.m-zxfb-hd {
    height: 30px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-size: 20px;
}

.m-zxfb-hd > ul > li {
    float: left;
    background: #1a56a8;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
}

.m-zxfb-hd > ul > li.on > a {
    color: #fff;
}

.m-zxfb-hd > ul > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.m-zxfb-hd > ul > li > a > i {
    background: url("../images/icon_triangle.png") no-repeat;
    position: absolute;
    width: 13px;
    height: 6px;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
}

/*市水务局首页 E*/

/*市水务领导简介 S*/
.m-list-img > a {
    box-sizing: border-box;
    padding: 0.1rem 0 0.3rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #dedede;
}

.list-img-img {
    box-sizing: border-box;
    width: 30%;
}

.list-img-img > img {
    display: block;
    width: 100%;
}

.list-img-txt {
    width: 66%;
}

/*市水务领导简介 E*/

/*县局信息公开 S*/
.region-mb {
    margin-bottom: 15px;
}

/*县局信息公开 E*/





/*基层政务公开标准目录 S*/
.standard {
    color: #1a56a8;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #1a56a8;
}

.standard > i {
    font-size: 20px;
}

/*基层政务公开标准目录 E*/

/**交流互动**/
.m-banner-c ul li a img {
    width: 100%;
}

/*区税局领导简介*/
.contrightb {

width:  100%;;

}

.contrightb span{line-height: 30px;}

.leader_item .infro1 {

padding: 10px;

border: 1px solid #ccc;

background: #F9FAFC;

border-radius: 6px;

overflow: auto;

}

.leader_item .fl {

float: left;

width: 10%;

}
.leader_con{width:80%;}
.clear20{height:10px;}






/*修改原有列表页样式 S*/
@media (min-width: 320px) and (max-width: 480px)
{
    .slideBox .bd li img{height:260px;}
    .zfxxgk_zd2 ul li a{width:60%;}
}
@media (max-width: 1200px) {
    body {
        background: white !important;
		font-size:16px !important;
		font-family:"Microsoft Yahei" !important;
    }

    /***信息公开列表***/
    .container{width:100%;}
    .scroll_main{width:100%;padding:0px;margin:0px;}
    .xxgk_box{padding:0px;}

    .main_title{font-size:20px !important;}
    .zxft_img img{width:100%;height:auto;}
    /****领导信息*****/
    .list-img-img{text-align:center;width:100%;}
    .list-img-img img{display:inline;width:30%;}
    .list-img-txt{width:100%;}
    .leader_name{text-align:center;}
    /*区税局领导简介*/
	.fl,.fr{float:none !important;width:100% !important;}
    .leader_con .name{text-align:center;}
	.contrightb{padding:0px !important;}
    .main {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
    }

    .div01 {
        padding: 0;
        border-left: none;
    }

    .zxft_img{width:100%;height:auto;}
    .zxft_info{width:100%;padding-left:0px;height:auto;}

    .box04,.box05,.box02 {width: 100%;}
    .box02 .list01  li a{display:block;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
    .img02 li{margin-right:10px;}


    .pagediv > span {
        margin: 0 0 10px 0 !important;
    }

    .pagination_index_last {
        display: none;
    }

}

/*修改原有列表页样式 E*/
@media (max-width: 768px) and (min-width:480px) {
	/**滚动图片**/
    .slideBox .bd li img{height:400px;}
}
@media (min-width: 768px) {

    /**滚动图片**/
    .slideBox .bd li img{height:450px;}
    /*文字大小*/
    .t1 {
        font-size: 14px;
    }

    .t2 {
        font-size: 16px;
    }

    .t3 {
        font-size: 18px;
    }

    /*首页*/
    .logo-region{
        padding: 1px 10px;
        margin:5% 0 0 10px;
    }

    .m-nav {
        height: 50px;
        padding: 10px;
        top: 34px;
        font-size: 24px;
    }

    .mask-nav > a {
        font-size: 20px;
    }

    .m-hot {
        margin: 10px;
        font-size: 14px;
    }

    .m-headlines > a, .m-news .zxfb-hd a {
        font-size: 20px;
    }

    .slideBox .prev, .slideBox .next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 36px;
        top: 46%;
    }

    .slideBox .prev > i, .slideBox .next > i {
        font-size: 36px;
    }

    .m-banner-c li > i {
        font-size: 14px;
        line-height: 40px;
    }

    .m-quick > a {
        height: 80px;
        line-height: 80px;
    }

    .m-quick > a, .m-quick > a > i {
        font-size: 18px;
    }

    .m-quick-icon > a > i {
        font-size: 50px;
    }

    .m-news .zxfb-bd li {
        height: 40px;
        line-height: 40px;
    }

    /*一级栏目*/
    .m-list-nav > a {
        padding: 10px;
    }

    .m-list-form-c > label, .m-quick-q > a {
        height: 40px;
        line-height: 40px;
    }

    .m-list-form-c > input[type=text], .m-list-form-c > input[type=date], .m-f-sel {
        height: 40px;
    }

    .m-f-btn > input {
        height: 50px;
    }

    .m-list-video > a > i {
        line-height: 40px;
    }

    .m-content-t-c>strong{
        width: 38%;
        color: black;
        font-weight: bold;
        font-size:15px;
    }

    .m-content-t-c>i{
        width: 62%;
        background: #f5f5f5;
    }

    /*列表页*/

    /*内容页*/
    .m-c-title {
        font-size: 24px !important;
    }
}

@media (min-width: 1200px) {
    body {
		/*20221014*/
        background: #f7f7f7;
		/**background: url(../images/20d_bg.png) no-repeat top center;
		background: url(../images/ershidasybg.jpg) no-repeat top center;
		padding-top:20px;*/
    }
	.logoLianghui {
		margin:0 auto;
		width:1040px;
		padding:14px 0;
		text-align:right;
	}

    .pc {
        display: block;
    }

    .mobile {
        display: none;
    }

    .m-list-pc {
        float: right;
        width: 760px;
        padding-left: 39px;
        border-left: 1px solid #e6e6e6;
    }

    .m-list-pc > .m-list-title > a {
        font-size: 20px;
        padding-bottom: 17px;
    }

    .m-list-pc > .m-list-c > a > i {
        font-size: 16px;
    }

    .jczfxxgk dd a {
        font-size: 16px;
    }

    .lmy_info li a{
        width:85%;
    }
}