/*第一种方法，新增标签清楚浮动*/
.fc {
  clear: both;
}

/*第二种，给父类怎加伪类元素清除*/
.box:after {
  content: "";
  display: block;
  clear: both;
}

/*右浮动*/
.fr {
  float: right;
}

/*左浮动*/
.fl {
  float: left;
}

/*内容超出用省略号显示*/

.wzlogo {
  width: 100%;
  text-align: center;
}

.morelist {
  width: 100%;
  text-align: center;
}

.morelist > a {
  display: block;
  width: 100px;
  background-color: #e0e0e0;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  color: black;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 10px;
}

.morelist > a:hover {
  color: red;
}

.smalllist > li {
  text-align: start !important;
}

.smalllist a {
  display: inline-block;
  width: 100%;
}

.smalllist-sublist li {
  padding-left: 30px;
}

.gk_list {
  margin-top: 0 !important;
}

.channel_title {
  background-color: rgba(45, 102, 165, 1);
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  width: max-content;
  text-align: start;
  color: white;
}

@media screen and (min-width: 681px) {
  .artcleList.dot {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .dt_content {
    /* padding: 0 10px 0 0 !important; */
    padding: 0 !important;
  }

  .content_details img {
    max-width: 100% !important;
  }

  /*政府信息公开年报*/
  li {
    list-style: none;
  }
  .xxgknb_z {
    display: none;
  }
  .first_manu {
    padding: 25px 35px;
  }
  a {
    text-decoration: none;
    color: black;
    font-size: 16px;
  }
  .first_manu span {
    float: right;
  }
  .bumen h5 span {
    width: 280px;
    height: 100%;
    float: left;
    background: rgba(45, 102, 165, 1);
  }
  .bumen h5 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }
  .bumen li {
    float: left;
    background: rgba(242, 242, 242, 1);
    width: 32.3%;
    height: 45px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    /*text-indent: 38px;*/
    text-align: center;
    border-right: 1px solid #e0e0e0;
    line-height: 45px;
    border-bottom: 1px solid #e0e0e0;
  }

  .rightcon {
    /* padding: 20px 0; */
  }

  .rightcon::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .rightcon::-webkit-scrollbar {
    width: 9px;
    height: 5px;
  }

  .rightcon::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    background-clip: padding-box;
    min-height: 20px;
  }

  .title {
    color: #2d66a5 !important;
  }

  .release {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    color: black !important;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 17px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: white !important;
  }

  #big {
    font-size: 14px !important;
  }

  #center {
    font-size: 14px !important;
  }

  #little {
    font-size: 14px !important;
  }

  .content_details {
    width: 100%;
    /* height: 815px; */
    overflow: auto !important;
    padding-right: 10px;
    margin-right: -18px;
  }

  .content_details table {
    max-width: 100% !important;
  }

  .release ul li {
    width: 50% !important;
  }

  #content_details::-webkit-scrollbar {
    width: 10px;
  }

  #content_details::-webkit-scrollbar-track {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
  }

  #content_details::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    border-radius: 6px;
  }

  .zk,
  .nbzk {
    font-size: 30px !important;
    color: rgba(45, 102, 165, 1);
    font-weight: 100 !important;
    margin-left: 10px;
  }

  .colum_title {
    border-bottom: 1px solid #e0e0e0;
  }

  body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", Arial;
    background: url(../images/zfxxgk_bgx.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }

  .logotitle {
    width: 1100px;
    height: 365px;
    margin: 0 auto;
    padding-top: 54px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .logotitle > a {
    display: block;
    text-align: left;
    margin-top: 10px;
  }

  .logotitle > a > img {
    width: 30%;
  }

  .logotitle h1 {
    font-size: 100px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 35px;
  }

  .conx {
    width: 1100px;
    margin: 0 auto;
    background: rgba(242, 242, 242, 1);
    padding: 0 36px;
    padding-bottom: 32px;
    min-height: 900px;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .inputser {
    position: relative;
    width: 100%;
    height: 218px;
    overflow: hidden;
  }

  .dot .artcletitle:before {
    content: "";
    display: none !important;
  }

  .serch {
    width: 510px;
    border: 2px solid rgba(45, 102, 165, 1);
    height: 50px;
    border-radius: 9px;
    background-color: white;
    margin: 0 auto;
    margin-top: 86px;
    box-sizing: border-box;
  }

  .inputser::after,
  .inputser::before {
    content: "";
    width: 240px;
    height: 2px;
    background: rgba(224, 224, 224, 1);
    position: absolute;
    top: 50%;
  }
  .inputser::before{
    left: 0;
  }
  .inputser::after {
    right: 0;
  }
  .artcleDate {
    float: right;
  }
  .artcletitle {
    float: left;
    max-width: 80%;
    max-width: calc(100% - 89px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .artcleList li {
    width: 100%;
    overflow: hidden;
  }
  .serch input {
    float: left;
    width: 440px;
    height: 44px;
    outline: none;
    border: none;
    margin-top: 1px;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
  }

  .serch button {
    border: none;
    cursor: pointer;
    background-color: white;
    outline: none;
  }

  .serch button i {
    float: right;
    font-size: 30px;
    color: rgba(45, 102, 165, 1);
    margin-top: 8px;
    margin-right: 8px;
  }

  .leftnav {
    width: 240px;
    float: left;
  }

  .rightcon {
    width: 770px;
    height: 1065px;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    float: right;
  }

  .leftnav > ul {
    padding: 0;
    margin: 0;
  }

  .leftnav > ul > li:not(:first-child) {
    margin-top: 20px;
  }

  .leftnav > ul > li {
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
  }

  .leftnav > ul > li:nth-child(n + 2):nth-child(-n + 4) {
    margin-top: 15px;
  }

  .leftnav > ul > li:nth-child(5) {
    margin-top: 15px;
  }

  .leftnav > ul > li > i {
    font-size: 40px;
    color: rgba(45, 102, 165, 1);
    margin-right: 10px;
    font-weight: 500;
  }

  .leftnav > ul > li > span {
    display: block;
    color: rgba(45, 102, 165, 1);
    font-weight: 400;
  }

  .activeli {
    background-color: rgba(45, 102, 165, 1) !important;
  }

  .activeli i,
  .activeli span,
  .activeli i {
    color: white !important;
  }

  .smalllist,
  .smalllist1 {
    background-color: white;
    padding: 10px 0;
    display: none;
  }

  .smalllist > li,
  .smalllist1 > li {
    list-style: none;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .smalllist > li:first-child {
    margin-top: 0;
  }
  .smalllist1 > li:first-child {
    margin-top: 0;
  }

  .smalllist > li a:hover {
    background-color: rgba(230, 245, 255, 1);
  }

  .smalllist1 > li:hover {
    background-color: rgba(230, 245, 255, 1);
  }

  .active1 {
    background-color: rgba(230, 245, 255, 1) !important;
    /*color: white!important;*/
  }

  .conitem0 {
    padding: 20px;
    /* 		overflow: auto; */
    height: 90%;
    text-align: justify;
  }

  .conitem0 h1 {
    color: #0654b4;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
  }

  .conitem0::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .conitem0::-webkit-scrollbar {
    width: 9px;
    height: 5px;
  }

  .conitem0::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    background-clip: padding-box;
    min-height: 20px;
  }

  .at {
    overflow: auto;
    padding-right: 25px;
    height: 96%;
  }

  .at::-webkit-scrollbar {
    width: 10px;
  }

  .at::-webkit-scrollbar-track {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
  }

  .at::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    border-radius: 6px;
  }

  .conitem1 {
    display: none;
    padding: 20px;
  }

  .conitem1 > ul {
    padding: 0;
    margin: 0;
  }

  .conitem1 > ul > li {
    list-style: none;
    line-height: 30px;
    margin: 39px 0;
  }

  .conitem1 > ul > li > a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .conitem1 > ul > li .time {
    padding-left: 10px;
    color: #999999;
  }

  .conitem2 {
    display: none;
    padding: 20px;
  }

  .conitem2 > ul {
    padding: 0;
    margin: 0;
    margin-top: -35px;
  }

  .conitem2 > ul:nth-child(n + 2):nth-child(-n + 14) {
    display: none;
  }

  .conitem2 > ul > li {
    list-style: none;
    line-height: 30px;
    margin: 39px 0;
  }

  .conitem2 > ul > li > a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .conitem2 > ul > li .time {
    padding-left: 10px;
    color: #999999;
  }

  .conitem3 {
    display: none;
    padding: 20px;
  }

  .conitem3 > ul {
    padding: 0;
    margin: 0;
  }

  .conitem3 > ul > li {
    list-style: none;
    line-height: 30px;
    margin: 39px 0;
  }

  .conitem3 > ul > li > a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .conitem3 > ul > li .time {
    padding-left: 10px;
    color: #999999;
  }
}

@media screen and (max-width: 768px) {
  .conx_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dot .artcletitle:before {
    content: "";
    display: none !important;
  }

  .artcleList.dot {
    padding-left: 20px;
    box-sizing: border-box;
  }

  .dt_content {
    padding: 0 10px 0 0 !important;
  }

  .content_details img {
    max-width: 100% !important;
  }

  .rightcon {
    padding: 20px 0;
  }

  .rightcon::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .rightcon::-webkit-scrollbar {
    width: 9px;
    height: 5px;
  }

  .rightcon::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    background-clip: padding-box;
    min-height: 20px;
  }

  .title {
    color: #2d66a5 !important;
  }

  .release {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    color: black !important;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 17px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: white !important;
  }

  #big {
    font-size: 14px !important;
  }

  #center {
    font-size: 14px !important;
  }

  #little {
    font-size: 14px !important;
  }

  .content_details {
    width: 100%;
    height: 815px;
    overflow: auto !important;
    padding-right: 10px;
    margin-right: -18px;
  }

  .content_details table {
    max-width: 100% !important;
  }

  .release ul li {
    width: 50% !important;
  }

  #content_details::-webkit-scrollbar {
    width: 10px;
  }

  #content_details::-webkit-scrollbar-track {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
  }

  #content_details::-webkit-scrollbar-thumb {
    background-color: #0654b4;
    border-radius: 6px;
  }

  .owt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .titels {
    display: block;
    width: 71%;
    float: left;
  }

  body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", Arial;
    background: url(../images/zfxxgk_bgx.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
  }

  .logotitle {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .logotitle > a {
    display: block;
    text-align: left;
    margin-top: 10px;
  }

  .logotitle > a > img {
    width: 50%;
    margin-left: 10px;
  }

  .logotitle h1 {
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-top: 35px;
  }

  .conx {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: rgba(242, 242, 242, 1);
    padding: 20px 0 20px 0;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .inputser {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }

  .serch {
    width: 100%;
    border: 2px solid rgba(45, 102, 165, 1);
    height: 50px;
    border-radius: 9px;
    background-color: white;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .serch input {
    float: left;
    width: 84%;
    height: 44px;
    outline: none;
    border: none;
    margin-top: 1px;
    border-radius: 10px;
    text-indent: 10px;
    box-sizing: border-box;
  }

  .serch button {
    border: none;
    cursor: pointer;
    background-color: white;
    outline: none;
  }

  .serch button i {
    float: right;
    font-size: 30px;
    color: rgba(45, 102, 165, 1);
    margin-top: 8px;
    margin-right: 8px;
  }

  .leftnav {
    width: 100%;
    /*float: left;*/
    position: relative;
  }

  .rightcon {
    width: 100%;
    /* height: 700px; */
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  }

  .leftnav > ul {
    padding: 0;
    margin: 0;
    position: relative;
  }

  .leftnav > ul > li {
    width: 100%;
    list-style: none;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
  }

  .leftnav > ul > li > i {
    display: none;
    font-size: 50px;
    color: rgba(45, 102, 165, 1);
    /*float: left;*/
    /*margin-left: 30px;*/
    font-weight: 700;
  }

  .leftnav > ul > li > span {
    font-size: 20px;
    color: rgba(45, 102, 165, 1);
    margin-left: 25px;
    font-weight: 700;
  }

  .activeli {
    background-color: rgba(45, 102, 165, 1) !important;
  }

  .activeli i,
  .activeli span {
    color: white !important;
  }

  .smalllist,
  .smalllist1 {
    background-color: white;
    padding: 10px 0;
    display: none;
    left: 10px;
  }

  .smalllist > li,
  .smalllist1 {
    list-style: none;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }

  .active1 {
    background-color: rgba(45, 102, 165, 1) !important;
    color: white !important;
  }

  .conitem0 {
    padding: 20px;
    overflow: auto;
    height: 90%;
    text-align: justify;
  }

  .conitem1 {
    display: none;
    padding: 20px;
  }

  .conitem1 > ul {
    padding: 0;
    margin: 0;
  }

  .conitem1 > ul > li {
    list-style: none;
    height: 30px;
    line-height: 30px;
  }

  .conitem1 > ul > li > a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .conitem1 > ul > li .time {
    float: right;
    color: #999999;
  }

  .conitem2 {
    display: none;
    padding: 20px;
  }

  .conitem2 > ul {
    padding: 0;
    margin: 0;
  }

  .conitem2 > ul:nth-child(n + 2):nth-child(-n + 14) {
    display: none;
  }

  .conitem2 > ul > li {
    list-style: none;
    height: 30px;
    line-height: 30px;
  }

  .conitem2 > ul > li > a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .conitem2 > ul > li .time {
    float: right;
    color: #999999;
  }

  .conitem3 {
    display: none;
    padding: 20px;
  }

  .conitem3 > ul {
    padding: 0;
    margin: 0;
  }

  .conitem3 > ul > li {
    list-style: none;
    height: 30px;
    line-height: 30px;
  }

  .conitem3 > ul > li > a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }

  .conitem3 > ul > li .time {
    float: right;
    color: #999999;
  }
}
