/* 通用代码开始 */
html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before, 
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* 通用代码结束 */

/* 中间css开始 */
.zfsj_block2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* 大哥 */
.zfsj_block2 .container{
    width: 1200px;
    margin: 0 auto;
    
}

.zfsj_tjsj {
    width: 47%;
    float: left;
}

.zfsj_tjsj .tab_hd {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.zfsj_tjsj .tab_hd ul li {
    margin-right: 30px;
    height: 50px;
    float: left;
}

.zfsj_tjsj .tab_hd ul li:last-child {
    margin-right: 0;
}

.zfsj_tjsj .tab_hd ul li a {
    display: block;
    font-size: 25px;
    color: #333333;
    font-weight: 700;
    position: relative;
    height: 100%;
}

.zfsj_tjsj .tab_hd ul li a::after,
.otherLink::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    border-radius: 3px;
    background: #71922a;
    bottom: 0;
    width: 0;
    transition: width .3s;
}

.zfsj_tjsj .tab_hd ul li.on a {
    color: #71922a;
}
 
.zfsj_tjsj .tab_hd ul li.on a::after {
    width: 100%;
}

.more {
    float: right;
}
.more a {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}

.more a:hover {
    color: #71922a;
}

.zfsj_tjsj .bd ul {
    width: 100%;
    padding-top: 20px;
}
.zfsj_tjsj .bd ul li{
    width: 100% !important;
    height: 120px;
    background: #fbfbfb;
    margin-top: 10px;
    transition: background .3s;
}

.zfsj_tjsj .bd ul li span {
    float: left;
    width: 23%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 20px;
}

.zfsj_tjsj .bd ul li span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #e5e5e5;
}

.zfsj_tjsj .bd ul li span i {
    display: block;
    font-size: 40px;
    color: #666666;
    font-weight: 700;
    text-align: center;
 
}

.zfsj_tjsj .bd ul li span em {
    display: block;
    font-size: 14px;
    color: #999999;
    text-align: center;
    
}

.zfsj_tjsj .bd ul li p {
    float: right;
    width: 70%;
    padding-right: 30px;
    box-sizing: border-box;
    height: 100%;
    padding-top: 20px;
}

.zfsj_tjsj .bd ul li p a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    line-height: 44px;
}

.zfsj_tjsj .bd ul li p b {
    font-weight: 400;
    color: #666666;
    font-size: 16px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.zfsj_tjsj .bd ul li p br {
    display: none;
}

.zfsj_tjsj .bd ul li:hover {
    background: #71922a;
}

.zfsj_tjsj .bd ul li p a:hover {
    text-decoration: underline;
}

.zfsj_tjsj .bd ul li:hover * {
    color: #fff;
}
.zfsj_czsj{
    float: right;
}
/* 中间css结束 */

/* 手机端 */
@media screen and (max-width:768px)  {

     .zfsj_block2 .container{
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;   
        flex-direction: column;

    }
    .zfsj_tjsj {
        float: none;
        margin-top: 10px;
        width: 90%;
    }
    .zfsj_czsj{
        float: none;
    }
    
}


/* 数据发布标题 开始 */
.zfsj_block {
    padding-top: 50px;
}
.zfsj_block .container{
    width: 1200px;
    margin: 0 auto;
}



.zfsj_block .hd {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.zfsj_block .hd ul {
  width: 100%;
    box-sizing: border-box;
    padding-left: 17%;
}

.zfsj_block .hd li {
  float: left;
    display: inline-block;
    width: 200px;
    height: 62px;
    line-height: 62px;
    box-sizing: border-box;
    border: 1px solid #dff1e2;
    font-size: 18px;
    color: #333333;
    text-align: center;
    border-right: none;
    cursor:pointer;
}

.zfsj_block .hd li::after {
    content: "";
    position:relative;
    left: 50%;
    bottom: 2px;
    width: 19px;
    height: 11px;
    transform: translateX(-50%);
    background: url(/uiFramework/commonResource/image/2022112321583180645.png) no-repeat bottom center;
    display: none;
}

.zfsj_block .hd li:last-child {
    border-right: 1px solid #dff1e2;
}

.zfsj_block .hd li.on {
    background: #71922a;
    color: #fff;
    border-style: #71922a;

}

.zfsj_block .hd li.on::after {
    display: block;
}
 .tab_hd {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
 .tab_hd ul li {
    margin-right: 30px;
    height: 50px;
    float: left;
}

 .tab_hd ul li:last-child {
    margin-right: 0;
}

 .tab_hd ul li a {
    display: block;
    font-size: 25px;
    color: #333333;
    font-weight: 700;
    position: relative;
    height: 100%;
}

 .tab_hd ul li a::after,
.otherLink::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    border-radius: 3px;
    background: #71922a;
    bottom: 0;
    width: 0;
    transition: width .3s;
}

 .tab_hd ul li.on a {
    color: #71922a;
}
 
 .tab_hd ul li.on a::after {
    width: 100%;
}
.zfsj_block .bd{
    width: auto;
}
.echastr_tab_body{
    float: right;
}
 .byk{
        width: 1200px;
        height: 421px;
    }



@media screen and (max-width:768px){
    .zfsj_block .container{
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .zfsj_block .bd{
        width: 100%;
    }
    .zfsj_block .hd {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }

    .zfsj_block .hd ul {
       width: 100%;
padding-left:0px;
        display: flex;
        justify-content: center;
 align-items: center; 
        flex-wrap: wrap;

    }
.byk{
width: 350px !important;
        height: 380px !important;
}



    .tab_hd {
        height: 50px;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #ddd;
    }
.tab_hd ul{
        width: 300px;
    }

    .zfsj_block .hd li {
        float: none;
          display: inline-block;
          width: 140px;
          height: 40px;
          line-height: 40px;
          box-sizing: border-box;
          border: 1px solid #dff1e2;
          font-size: 12px;
          color: #333333;
          text-align: center;
          border-right: none;
          margin: 10px;
      }

.echarts1{    width: 100%!important;}
.echarts1 div{    width: 100%!important;}
.echarts1 div canvas{    width: 100%!important;}

}