    body, html {
      margin: 0;
      padding: 0;
      background: url(../images/bg.jpg ) no-repeat bottom;
      color: #333;
    }
    ul, li, h1, dl, dt, dd, p {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    a {
      text-decoration: none;
    }
    a {
      text-decoration: none;
      color: #333;
    }
    input, textarea {
      font-family: "微软雅黑"
    }
    .mb20 {
      margin-bottom: 20px;
    }

    pre {
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    /* 登录 */
    .login-btn {
      padding: 0 10px;
      border-width: 1px;
      border-color: rgb(255, 255, 255);
      border-style: solid;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.2);
      opacity: 0.4;
      width: auto;
      height: 32px;
      text-align: center;
      line-height: 32px;
      color: #FFF;
      margin-top: 25px;
      float: right;
      cursor: pointer;
    }
    .login-btn:hover {
      background: #1a4d9d;
    }
    .swiper-container {
      width: 100%;/*1920px*/
      height: 385px;
      /*padding-bottom: 66px;*/
    }
    .swiper-container img {
      width: 100%;
      height:auto ;/*318px*/
    }
    .top-warp {
      z-index: 100;
      position: absolute;
      width: 100%;
    }
    .top {
      width: 1200px;
      margin: 40px auto 0 auto;
    }
    .top .logo {
      width: 524px;
      float: left;
    }
    .search-top {
      width: 420px;
      height: 55px;
      background-color: rgba(0, 0, 0, 0.5);
      border: 1px solid #ccc;
      border-radius: 8px;
      float: right;
      color: #fff;
      display: flex;
      flex-direction: column;
      position: relative;
      margin-top: 15px;
    }
    .search-top input {
      display: flex;
      width: 310px;
      padding: 0 20px;
      height: 55px;
      background: none;
      border: none;
      line-height: 55px;
      color: #fff;
      outline: none;
      font-size: 16px;
    }
    .search-top input::-webkit-input-placeholder {
      color: #fff;
    }
    .search-top input::-moz-input-placeholder {
      color: #fff;
    }
    .search-top input::-ms-input-placeholder {
      color: #fff;
    }
    .search-top-btn {
      position: absolute;
      top:0px;
      right: 0px;
      width: 55px;
      height: 55px;
      background: url(../images/search-top-icon.png) center center no-repeat;
      cursor: pointer;
      border: none;
      outline: none;
    }
    .Box-Warp {
      width: 100%;
      position: absolute;
      margin-top: -63px;
      z-index: 10;
      height: 60px;
    }
    .Box {
      width: 1197px;
      margin: auto;
      position: relative;
      padding: 0 1px;
      height: 60px;
      background-color: #0254b1;
    }
    .header .menu .nav .sub {
      position: absolute;
      z-index: 999;
      width: 1121px;
      background-color: #f5fafe;
      left: 0;
      padding: 20px 38px;
      border-left: 1px solid #2c5da6;
      border-right: 1px solid #2c5da6;
      border-bottom: 1px solid #2c5da6;
    }
    /*头部样式*/
    .header {
      overflow: hidden;
    }
    .header .top {
      width: 100%;
      height: 34px;
    }
    .header .top .Box span {
      display: inline-block;
      line-height: 34px;
      color: #666;
    }
    .header .top .Box ul li {
      float: left;
      margin-left: 20px;
    }
    .header .top .Box ul li a {
      display: inline-block;
      height: 34px;
      line-height: 34px;
      padding-left: 30px;
      color: #666;
    }
    .header .top .Box ul li a:hover {
      color: #1a4d9d;
    }
    .header .menu {
      height: 60px;
      position: relative;
    }
    .header .menu .nav li {
      float: left;
      width: 171px;
      height: 60px;
      background-color: #1a4d9d;
    }
    .header .menu .nav li a {
      display: inline-block;
      width: 171px;
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      text-align: center;
      color: #fff;
      background-color: #1a4d9d;
      font-weight: bold;
    }
    .header .menu .nav .on a, .header .menu .nav li a:hover {
      background-color: #f5fafe;
      color: #1a4d9d;
    }
    .header .menu .nav .sub li a, .header .menu .nav .sub li {
      width: auto;
      height: auto;
      background-color: #f5fafe;
      font-size: 16px;
      color: #06477e;
      font-weight: normal;
    }
    .header .menu .nav .sub li a:hover {
      color: #4683df;
    }
    .header .menu .nav li a {
      background: url(../images/line0.png) right no-repeat;
    }
    .header .menu .nav .sub li span:before {
      display: inline-block;
      content: "|";
      margin: 0 20px;
      width: 1px;
      height: 16px;
      font-weight: lighter;
      color: #c0d7f9;
    }
    .header .menu .nav .sub li:last-child span:before {
      content: "";
    }
    /* 首页焦点图css */
    .slideBox {
      width: 640px;
      height: 425px;
      overflow: hidden;
      position: relative;
      border: 1px solid #ddd;
    }
    .slideBox .hd {
      height: 15px;
      overflow: hidden;
      position: absolute;
      right: 5px;
      bottom: 5px;
      z-index: 1;
    }
    .slideBox .hd ul {
      overflow: hidden;
      zoom: 1;
      float: left;
    }
    .slideBox .hd ul li {
      float: left;
      margin-right: 5px;
      width: 10px;
      height: 10px;
      width: 10px;
      opacity: 0.5;
      text-align: center;
      background: #fff;
      cursor: pointer;
      border-radius: 5px;
      font-size: 0;
    }
    .slideBox .hd ul li.on {
      background: #fff;
      color: #fff;
      opacity: 1;
    }
    .slideBox .bd {
      position: relative;
      height: 100%;
      z-index: 0;
    }
    .slideBox .bd li {
      zoom: 1;
      vertical-align: middle;
    }
    .slideBox .bd img {
      width: 640px;
      height: 425px;
      display: block;
    }
    .slideBox .bd ul li a span {
      display: block;
      background: url(../images/hdp_bg.png) no-repeat;
      width: 540px;
      height: 40px;
      line-height: 40px;
      font-size: 18px;
      padding-left: 17px;
      color: #fff;
      position: absolute;
      bottom: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-right: 100px;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideBox .prev, .slideBox .next {
      position: absolute;
      left: 3%;
      top: 50%;
      margin-top: -25px;
      display: block;
      width: 32px;
      height: 40px;
      /*background: url(../images/slider-arrow.png) -110px 5px no-repeat;*/
      filter: alpha(opacity=50);
      opacity: 0.5;
    }
    .slideBox .next {
      left: auto;
      right: 3%;
      background-position: 8px 5px;
    }
    .slideBox .prev:hover, .slideBox .next:hover {
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .slideBox .prevStop {
      display: none;
    }
    .slideBox .nextStop {
      display: none;
    }
    /*震情滚动例子*/
    .txtMarquee-wrap {
      height: 50px;
      margin-top: 10px;
      border-bottom: 1px solid #f5fafe;
      overflow: hidden;
      background: #ffffff;
    }
    .txtMarquee-tit {
      float: left;
      background: url(../images/images-001.png) no-repeat 10px;
      padding-left: 40px;
      line-height: 49px;
      height: 49px;
      color: #2c5da6;
      font-size: 18px;
      font-weight: bold;
    }
    .txtMarquee {
      float: left;
    }
    .txtMarquee-right {
      position: relative;
      width: 1030px;
    }
    .txtMarquee-right .hd {
      overflow: hidden;
      height: 30px;
      padding: 0 10px;
    }
    .txtMarquee-right .hd .prev, .txtMarquee-right .hd .next {
      display: block;
      width: 5px;
      height: 9px;
      float: right;
      margin-right: 5px;
      margin-top: 10px;
      overflow: hidden;
      cursor: pointer;
      cursor: pointer;
      background: url("../images/arrow.png") no-repeat;
    }
    .txtMarquee-right .hd .next {
      background-position: 0 -50px;
    }
    .txtMarquee-right .hd .prevStop {
      background-position: -60px 0;
    }
    .txtMarquee-right .hd .nextStop {
      background-position: -60px -50px;
    }
    .txtMarquee-right .bd {
      padding: 10px;
    }
    .txtMarquee-right .bd .tempWrap {
      width: 1040px !important;
      padding-left: 10px;
    }
    /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
    .txtMarquee-right .bd ul {
      overflow: hidden;
      zoom: 1;
    }
    .txtMarquee-right .bd ul li {
      color: #333333;
      float: left;
      height: 24px;
      line-height: 24px;
      line-height: 30px;
      text-align: left;
      _display: inline;
      width: auto !important;
    }
    .txtMarquee-right .bd ul li i {
      font-style: normal;
      color: #666;
    }
    .txtMarquee-right .bd ul li:after {
      display: inline-block;
      content: "|";
      margin: 0 20px;
      font-size: 14px;
      width: 1px;
      height: 16px;
      color: #d2d2d2;
    }
    /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
    .txtMarquee-right .bd ul li span {
      color: #999;
      background: none;
      padding-left: 20px;
    }
    /* 选项卡样式 */
    .main-news-right {
      margin-left: 38px;
      width: 490px;
    }
    .main-news-right .hd {
      height: 56px;
      line-height: 45px;
      background: url(../images/line2.jpg);
      padding: 0;
      position: relative;
    }
    .main-news-right .hd ul {
      float: left;
      position: absolute;
      left: 0px;
      top: 0px;
      height: 56px;
    }
    .main-news-right .hd ul li {
      float: left;
      padding: 0 15px;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      height: 56px;
      line-height: 45px;
      width: 120px;
      text-align: center;
    }
    .main-news-right .hd ul li.on {
      height: 56px;
      line-height: 45px;
      background: url(../images/images-003.png);
      text-align: center;
      width: 120px;
      color: #fff;
    }
    .main-news-right .bd ul {
      zoom: 1;
    }
    .main-news-right .bd li a {
      padding: 19px 10px;/*5px 10px;*/
      overflow: hidden;
      font-size: 18px;
      color: #333333;
      flex-direction: row;
      display: flex;
      align-items: center;
    }
    .main-news-right a .list-con {
      display: block;
      width: 400px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .main-news-right .bd li:hover, .main-news-right .bd li:nth-child(even):hover, .main-news-right .bd li:hover a, .main-news-right .bd li:nth-child(even):hover a, .main-news-right .bd li:hover i, .main-news-right .bd li:nth-child(even):hover i, .main-news-right .bd li:hover span, .main-news-right .bd li:nth-child(even):hover span {
      background: #1a4d9d;
      color: #fff !important;
      cursor: pointer;
    }
    .main-news-right .bd li:nth-child(even) {
      background: #fafcfe;
    }
    .main-news-right .bd li .date {
      width: 50px;
      flex-direction: column;
      display: flex;
      color: #999;
      font-size: 12px;
      padding-right: 20px;
    }
    .main-news-right .bd li .date i {
      color: #4683df;
      font-style: normal;
      font-size: 16px;
    }
    /* 选项卡2 */
    /* 选项卡样式 */
    .main-news-right-2 {
      width: 450px;
      border: 1px solid #ddd;
      text-align: left;
    }
    .main-news-right-2 .hd {
      height: 30px;
      line-height: 30px;
      background: #f4f4f4;
      padding: 0 10px 0 20px;
      border-bottom: 1px solid #ddd;
      position: relative;
    }
    .main-news-right-2 .hd ul {
      float: left;
      position: absolute;
      left: 20px;
      top: -1px;
      height: 32px;
    }
    .main-news-right-2 .hd ul li {
      float: left;
      padding: 0 15px;
      cursor: pointer;
    }
    .main-news-right-2 .hd ul li.on {
      height: 30px;
      background: #fff;
      border: 1px solid #ddd;
      border-bottom: 2px solid #fff;
    }
    .main-news-right-2 .bd ul {
      padding: 15px;
      zoom: 1;
    }
    .main-news-right-2 .bd li {
      height: 24px;
      line-height: 24px;
    }
    .main-news-right-2 .bd li .date {
      float: right;
      color: #999;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .main-news-right-2 .arrow {
      position: absolute;
      right: 10px;
      top: 0;
    }
    .main-news-right-2 .arrow a {
      display: block;
      width: 5px;
      height: 9px;
      float: right;
      margin-right: 5px;
      margin-top: 10px;
      overflow: hidden;
      cursor: pointer;
      background: url("../images/arrow.png") 0 0 no-repeat;
    }
    .main-news-right-2 .arrow .next {
      background-position: 0 -50px;
    }
    .main-news-right-2 .arrow .prevStop {
      background-position: -60px 0;
    }
    .main-news-right-2 .arrow .nextStop {
      background-position: -60px -50px;
    }
    .wrap1200 {
      width: 1200px;
      margin: 0 auto;
      clear: both;
      overflow: hidden;
    }
    /* 新闻头条 */
    .top-news {
      background: #fff;
      padding: 25px 10px;
      display: flex;
      flex-direction: row;
    }
    .top-news-right {
      display: flex;
      flex-direction: column;
      width: 1010px;
      margin-left: 40px;
    }
    .top-news-right h1 a {
      padding: 0px;
      margin: 0px;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #2c5da6;
      display: block;
    }
    .top-news-right h1 a:hover {
      color: #f7922e;
    }
    .top-news-list ul li {
      width: 488px;
      float: left;
      padding-right: 10px;
    }
    .top-news-list ul li a {
      overflow: hidden;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #4683df;
      padding-top: 20px;
      font-size: 18px;
      font-weight: bold;
    }
    .top-news-list ul li a:before {
      display: inline-block;
      content: "|";
      font-size: 14px;
      width: 1px;
      height: 16px;
      margin-right: 15px;
      font-weight: lighter;
      color: #d2d2d2;
    }
    .top-news-list ul li:first-child a:before {
      display: inline-block;
      content: "";
      font-size: 14px;
      width: 1px;
      height: 16px;
      color: #d2d2d2;
    }
    .top-news-list ul li a:hover {
      color: #2c5da6;
    }
    /* 中央要闻 */
    .main-news {
      background: #fff;
      padding: 0px 10px 10px 10px;
      display: flex;
      flex-direction: row;
    }
    /* 重要专题 */
    .top-line-wrap {
      width: 1200px;
      border-top: 2px solid #1a4d9d;
      background: #fff;
      margin: 20px auto 0 auto;
    }
    .kepu, .zqkx, .pic-scoll {
      border-top: 2px solid #1a4d9d;
      background: #fff;
      margin: 20px auto 0 auto;
    }
    .top-line-wrap .title, .zqkx .title, .pic-scoll .title, .kepu .title, .adv .title {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #ececec;
    }
    .top-line-wrap .title .left-tit {
      background: url(../images/images-004.png) left center no-repeat;
      font-size: 20px;
      font-weight: bold;
      align-items: center;
      color: #2c5da6;
      padding-left: 30px;
    }
    .pic-scoll .title .left-tit {
      background: url(../images/images-009.png) left center no-repeat;
      font-size: 20px;
      font-weight: bold;
      align-items: center;
      color: #2c5da6;
      padding-left: 30px;
    }
    .zqkx .title .left-tit {
      background: url(../images/images-008.png) left center no-repeat;
      font-size: 20px;
      font-weight: bold;
      align-items: center;
      color: #2c5da6;
      padding-left: 30px;
    }
    .top-line-wrap .title .left-tit-2 {
      background: url(../images/images-005.png) left center no-repeat;
      font-size: 20px;
      font-weight: bold;
      align-items: center;
      color: #2c5da6;
      padding-left: 30px;
    }
    .kepu .title .left-tit {
      background: url(../images/images-006.png) left center no-repeat;
      font-size: 20px;
      font-weight: bold;
      align-items: center;
      color: #2c5da6;
      padding-left: 30px;
    }
    .adv .title .left-tit {
      background: url(../images/images-007.png) left center no-repeat;
      font-size: 20px;
      font-weight: bold;
      align-items: center;
      color: #2c5da6;
      padding-left: 30px;
    }
    .top-line-wrap .title .more, .pic-scoll .title .more, .zqkx .title .more, .kepu .title .more, .adv .title .more {
      color: #abb9d5;
      font-size: 14px;
    }
    .top-line-wrap .title .more:hover {
      color: #2c5da6
    }
    /* 本例子css */
    .special-picScroll-left .bd {
      width: 1126px;
      margin-left: 38px;
      overflow: hidden;
      position: relative;
    }
    .special-picScroll-left .hd {
      overflow: hidden;
      height: 120px;
      padding: 0 10px;
      position: absolute;
      width: 1180px;
    }
    .special-picScroll-left .hd .prev {
      display: block;
      float: left;
      width: 20px;
      height: 36px;
      overflow: hidden;
      cursor: pointer;
      background: url("../images/left-arr.jpg") no-repeat;
      position: absolute;
      margin-top: 55px;
      z-index: 11;
      left: 15px
    }
    .special-picScroll-left .hd .next {
      display: block;
      width: 20px;
      height: 36px;
      overflow: hidden;
      cursor: pointer;
      background: url("../images/right-arr.jpg") no-repeat;
      position: absolute;
      right: 15px;
      margin-top: 55px;
      z-index: 11;
    }
    .special-picScroll-left .hd ul {
      float: right;
      overflow: hidden;
      zoom: 1;
      margin-top: 10px;
      zoom: 1;
    }
    .special-picScroll-left .hd ul li.on {
      background-position: 0 0;
    }
    .special-picScroll-left .bd {
      padding: 20px 0;
    }
    .special-picScroll-left .bd ul {
      overflow: hidden;
      zoom: 1;
    }
.bd ul .more{
  position: absolute;
    top: -35px;
    right: 0px;
      color: #abb9d5;
    font-size: 14px;
    z-index: 999;
}
.bd ul{
  position: relative;
}
    .special-picScroll-left .bd ul li {
      margin: 0 18px 0 0;
      float: left;
      _display: inline;
      overflow: hidden;
      text-align: center;
    }
    .special-picScroll-left .bd ul li .pic {
      text-align: center;
    }
    .special-picScroll-left .bd ul li .pic img {
      width: 360px;
      height: 100px;
      display: block;
      border: 1px solid #ececec;
    }
    .special-picScroll-left .bd ul li .pic a:hover img {
      border-color: #ccc;
    }
    .special-picScroll-left .bd ul li .title {
      line-height: 24px;
    }
    /* 新闻咨询 */
    .news-in {
      padding: 25px 0px 0 0;
      display: flex;
      flex-direction: row;
      justify-items: center;
    }
    .news-in-list, .adv-in-list {
      width: 360px;
      margin: 0 20px;
    }
    .news-in-list dl, .adv-in-list dl {
      overflow: hidden;
      padding-bottom: 10px;
    }
    .news-in-list dt {
      background: url(../images/line3.jpg) no-repeat;
      padding-bottom: 15px;
      border-bottom: 1px solid #ececec;
      display: block;
      clear: both;
      font-size: 18px;
      height: 16px;
      line-height: 16px;
      font-weight: bold;
      padding-left: 10px;
      color: #2c5da6
    }
    .news-in-list dd a, .adv-in-list dd a {
      display: flex;
      flex-direction: row;
      font-size: 16px;
      color: #333;
      line-height: 60px;
      justify-content: space-between;
    }
    .news-in-list .date, .adv-in-list .date {
      width: 60px;
      color: #999999;
      font-size: 16px;
    }
    .news-in-list .con, .adv-in-list .con {
      width: 280px;
      padding-left: 20px;
      font-size: 18px;
      color: #333333;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      background: url(../images/dian.jpg) no-repeat 10px center;
    }
    .news-in-list dd:nth-child(odd) {
      background: #fafcfe;
    }
    .adv-in-list dd:nth-child(even) {
      background: #fafcfe;
    }
    .news-in-list dd:nth-child(odd) a:hover, .news-in-list dd:hover, .news-in-list dd:hover a .con, .news-in-list dd:hover a .date, .adv-in-list dd:nth-child(odd) a:hover, .adv-in-list dd:hover, .adv-in-list dd:hover a .con, .adv-in-list dd:hover a .date, .earthquake-tab .list dl:hover a, .earthquake-tab .list dl:hover a .list-time-1, .search-list ul li:hover a .list-time-2 {
      background: #2c5da6;
      color: #fff !important;
      cursor: pointer;
    }
    /* 科普宣传和公告栏 */
    .kepu-adv {
      display: flex;
      flex-direction: row;
      width: 1200px;
      margin: 0 auto;
    }
    .kepu {
      width: 790px;
      background: #fff;
      margin-right: 10px;
    }
    .adv {
      width: 400px;
      background: #fff;
      border-top: 2px solid #1a4d9d;
      background: #fff;
      margin: 20px auto 0 auto;
    }
    .slideTxtBox-kepu .bd .pic ,.slideTxtBox-kepu .bd .pic img {
      width: 230px;
      height: 153px;
    }

    .slideTxtBox-kepu .bd .title-list {
      width: 210px;
      text-align: left;
      padding: 20px 10px 0 10px;
      font-size: 18px;
      color: #333;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 30px;
    }
    .slideTxtBox-kepu .bd ul {
      display: flex;
      flex-direction: row;
      padding-top: 25px;
    }
    .slideTxtBox-kepu .bd ul li {
      width: 232px;
      height: 253px;
      margin-left: 20px;
      border: 1px solid #dcdcdc;
      margin-bottom: 20px;
    }
    .slideTxtBox-kepu .bd ul li:hover {
      border: 1px solid #c0d7f9
    }
    .slideTxtBox-kepu .hd ul {
      position: absolute;
      display: flex;
      flex-direction: row;
      z-index: 12;
      margin-top: -50px;
      margin-left: 450px;
    }
    .slideTxtBox-kepu .hd ul li {
      width: auto;
      margin-left: 30px;
      cursor: pointer;
      font-size: 18px;
      height: 46px;
      line-height: 46px;
    }
    .slideTxtBox-kepu .hd ul li.on {
      border-bottom: 4px solid #2c5da6;
      font-weight: bold;
      color: #2c5da6
    }
    /* 图片新闻 */
    .picNews-left {
      width: 1160px;
      overflow: hidden;
      position: relative;
    }
    .picNews-left .hd {
      width: 100%;
      overflow: hidden;
      height: 30px;
      padding: 0 10px;
    }
    /* .picNews-left .hd .prev,
    .picNews-left .hd .next {
        display: block;
        width: 5px;
        height: 9px;
        float: right;
        margin-right: 5px;
        margin-top: 10px;
        overflow: hidden;
        cursor: pointer;
        background: url("../images/arrow.png") no-repeat;
    }

    .picNews-left .hd .next {
        background-position: 0 -50px;
    }

    .picNews-left .hd .prevStop {
        background-position: -60px 0;
    }

    .picNews-left .hd .nextStop {
        background-position: -60px -50px;
    } */
    .picNews-left .bd {
      padding: 0 10px 0 30px;
      width: 100%;
    }
    .picNews-left .bd ul {
      overflow: hidden;
      width: 1160px;
      zoom: 1;
    }
    .picNews-left .bd ul li {
      margin: 0 18px;
      float: left;
      _display: inline;
      overflow: hidden;
      text-align: center;
    }
    .picNews-left .bd ul li .pic {
      text-align: center;
    }
    .picNews-left .bd ul li .pic img {
      width: 260px;
      height: 173px;
      display: block;
    }
    .picNews-left .bd ul li .pic a:hover img {
      border-color: #999;
    }
    .picNews-left .bd ul li .title-list {
      line-height: 50px;
      font-size: 18px;
      width: 260px;
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      height: 50px;
      text-overflow: ellipsis;
      margin: 0 auto;
    }
    .picNews-left .bd .tempWrap {
      width: 100% !important;
    }
    /* 友情链接 */
    .slideTxtBox-links .bd .title-list {
      width: 210px;
      text-align: left;
      padding: 20px 10px 0 10px;
      font-size: 18px;
      color: #333;
      line-height: 30px;
    }
    .slideTxtBox-links .bd ul {
      height: 100px;
      overflow: hidden;
      padding: 10px 0 20px 0;
    }
    .slideTxtBox-links .bd ul li {
      width: auto;
      padding: 10px;
      margin-left: 20px;
      float: left;
    }
    .slideTxtBox-links .bd ul li:hover {
      color: #2c5da6
    }
    .slideTxtBox-links .hd ul {
      height: 50px;
      line-height: 50px;
      display: flex;
      flex-direction: row;
      z-index: 12;
      background: #fff;
    }
    .slideTxtBox-links .hd ul li {
      width: auto;
      cursor: pointer;
      font-size: 18px;
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
    }
    .slideTxtBox-links .hd ul li.on {
      border-top: 2px solid #2c5da6;
      font-weight: bold;
      color: #2c5da6;
      background: #e5e8ed;
      height: 50px;
      line-height: 50px;
    }
    .links-wrap {
      background: #e5e8ed;
      margin: 20px auto;
    }

    /* 底部 */
    .footer {
      width: 100%;
      padding: 20px 0;
      background: #2c5da6;
      color: #fff
    }
    .footer a {
      color: #fff
    }
    .footer-wrap {
      display: flex;
      width: 1200px;
      margin: 0 auto;
      flex-direction: row;
      justify-content: space-between;
    }
    .footer-wrap-left {
      width: 700px;
      line-height: 30px;
      font-size: 16px;
    }
    .footer-wrap-right {
      width: 360px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-align: center;
      font-size: 18px;
      line-height: 50px;
    }
    /* 右边侧栏 */
    .right-nav {
      position: fixed;
      top: 120px;
      right: 50px;
      width: 98px;
      height: auto;
      z-index: 10000;
    }
    .right-nav .close {
      background: #fff;
      height: 24px;
      width: 98px;
      text-align: center;
      font-size: 14px;
      color: #2c5da6
    }
    .right-nav .close img {
      vertical-align: middle;
      margin-left: 5px;
    }
    .right-nav ul li {
      width: 98px;
      margin-bottom: 2px;
    }
    .right-nav ul li img {
      width: 98px;
      height: auto;
    }
    /* 内页主框架 */
    .main-wrap {
      min-height: 500px;
      display: -webkit-flex;
      display: flex;
      background: #fff;
      padding: 15px;
      flex-direction: row;
      margin-bottom: 20px;
    }
    .location {
      background: url(../images/i-map.png) 10px no-repeat;
      padding: 15px 15px 15px 35px;
      width: 1180px;
      float: left;
      color: #666;
    }
    .location a {
      color: #666;
    }
    .location span {
      color: #06477e
    }
    .location a:hover, .location span:hover {
      color: #4683df
    }
    .main-wrap-right {
      width: 835px;
      margin-left: 38px;
    }
    .main-wrap-right .tit {
      width: 835px;
      border-bottom: 1px solid #ececec;
      margin-bottom: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between
    }
    .main-wrap-right .tit span {
      font-size: 18px;
      color: #2c5da6;
      font-weight: bold;
      border-bottom: 2px solid #2c5da6;
      padding-bottom: 10px;
    }
    .list {
      width: 100%;
    }
    .list ul li a {
      display: flex;
      flex-direction: row;
      padding: 15px 5px;
      justify-content: space-between;
      margin: 5px 0;
    }
    .list ul li:hover, .list ul li a:hover, .list ul li:hover .list-time-1, .search-list ul li:hover, .search-list ul li a:hover, .search-list ul li:hover .list-time-1 {
      background: #2c5da6;
      color: #FFF;
    }
    .list ul li:nth-child(even) {
      background: #fafcfe;
    }
    .list-line {
      clear: both;
      border-bottom: 1px dotted #ececec;
      margin: 20px 0;
    }
    .list-tit-1 {
      width: 720px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 12px;
      font-size: 18px;
      background: url(../images/dian.jpg) no-repeat 5px center;
    }
    .list-tit-2 {
      width: 450px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 12px;
      font-size: 18px;
      background: url(../images/dian.jpg) no-repeat 5px center;
    }
    .list-tit-3 {
      width: 260px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 12px;
      font-size: 18px;
      background: url(../images/dian.jpg) no-repeat 5px center;
    }
    .list-tit-4 {
      width: 318px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 12px;
      font-size: 18px;
      background: url(../images/dian.jpg) no-repeat 5px center;
    }
    .list-tit-5 {
      width: 940px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .list-tit-6 {
      width: 580px !important;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .list-time-1 {
      width: 80px;
      color: #999999;
      font-size: 16px;
      text-align: right;
    }
    .list-time-2 {
      width: 170px;
      color: #999999;
      font-size: 16px;
      text-align: right;
    }
    /*分页*/
    .page {
      margin: 30px 3px 30px 3px;
      padding: 3px;
      text-align: center;
      clear: both;
    }
    .page a {
      font: 14px/30px "Helvetica";
      margin: 2px;
      padding: 8px 12px;
      border: 1px solid #d2d2d2;
      color: #333;
      text-decoration: none;
    }
    .page a:hover {
      border: 1px solid #176AB8;
      color: #176AB8;
    }
    .page a:active {
      border: 1px solid #0254b1;
      color: #6A6A6A;
    }
    .page span {
      margin: 2px;
      padding: 8px 12px;
      border: 1px solid #d2d2d2;
      color: #333;
      font-size: 14px;
    }
    .page span.strong {
      margin: 2px;
      padding: 8px 12px;
      border: 1px solid #0254b1;
      font-weight: bold;
      color: #fff;
      background-color: #0254b1;
    }
    /* 党建工作 */
    .party-building {
      padding-top: 10px;
      background: #fff;
      margin-bottom: 20px;
    }
    .party-tit-more a {
      position: absolute;
      margin-left: 280px;
      width: 60px;
      color: #b7c3db;
      font-size: 14px;
      font-style: normal;
    }
    .party-wrap {
      background: #fff;
      margin-bottom: 20px;
      padding: 20px 15px;
      display: flex;
      flex-direction: column;
      width: 1170px;
      margin: 0 auto 20px auto;
    }
    .party-wrap-list {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .party-list {
      width: 545px;
    }
    .party-list-tit {
      border-bottom: 1px solid #ececec;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .party-list-tit span, .kupu-tit2 span, .zwgk-list-tit span, .organization-tit span, .public-service-tit span, .public-service-tit-2 span, .jiaoliu-tit span {
      background: url(../images/line3.jpg) no-repeat;
      padding-bottom: 15px;
      display: block;
      clear: both;
      font-size: 18px;
      height: 16px;
      line-height: 16px;
      font-weight: bold;
      padding-left: 15px;
      color: #2c5da6;
    }
    .party-list-tit i a, .kupu-tit2 i a, .zwgk-list-tit i a, .organization-tit i a, .public-service-tit i a, .public-service-tit-2 i a, .jiaoliu-tit i a {
      color: #b7c3db;
      font-size: 14px;
      font-style: normal;
    }
    .party-list-tit i a:hover, .kupu-tit2 i a:hover, .earthquake-tab .more a:hover, .organization-tit i a:hover {
      color: #2c5da6;
    }
    .mb50 {
      margin-bottom: 50px;
    }
    .mb25 {
      margin-bottom: 25px;
    }
    .earthquake-wrap {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
    }
    /* 科普知识 */
    .knowledge .pic {
      width: 230px;
      height: 153px;
    }
    .knowledge .pic img {
      width: 230px;
      height: 153px;
    }
    .knowledge .title-list {
      width: 210px;
      text-align: left;
      padding: 20px 10px 0 10px;
      font-size: 18px;
      color: #333;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 30px;
    }
    .knowledge ul {
      display: flex;
      flex-direction: row;
      padding-top: 0px;
    }
    .knowledge ul li {
      width: 232px;
      height: 253px;
      margin-right: 20px;
      margin-left: 5px;
      border: 1px solid #dcdcdc;
      margin-bottom: 20px;
    }
    .knowledge ul li:hover {
      border: 1px solid #c0d7f9
    }
    .kupu-tit1 {
      width: 710px;
      border-bottom: 1px solid #ececec;
      background: url(../images/images-006.png) left center no-repeat;
      padding-left: 40px;
      margin-bottom: 20px;
      font-size: 22px;
      font-weight: bold;
      color: #2c5da6;
      line-height: 40px;
    }
    .kupu-tit2 {
      display: flex;
      width: 750px;
      flex-direction: row;
      justify-content: space-between;
      padding: 5px 0;
      line-height: 40px;
      align-items: center;
    }
    .earthquake-tab {
      margin-left: 38px;
      width: 350px;
    }
    .earthquake-tab .hd {
      height: 56px;
      width: 350px;
      line-height: 45px;
      background: url(../images/line3.png) repeat-x bottom;
      padding: 0;
      position: relative;
    }
    .earthquake-tab hd ul {
      float: left;
      position: absolute;
      left: 0px;
      top: 0px;
      height: 56px;
    }
    .earthquake-tab .hd ul li {
      float: left;
      padding: 0 10px;
      cursor: pointer;
      font-size: 20px;
      font-weight: bold;
      height: 56px;
      line-height: 45px;
      width: 96px;
      text-align: center;
    }
    .earthquake-tab .hd ul li.on {
      height: 56px;
      line-height: 45px;
      background: url(../images/images-003.png) center;
      text-align: center;
      width: 96px;
      color: #fff;
    }
    .earthquake-tab .more a {
      color: #b7c3db;
      position: absolute;
      font-size: 14px;
      font-style: normal;
      margin-left: 310px;
      margin-top: 10px;
      cursor: pointer;
      z-index: 12;
    }
    .earthquake-tab .bd ul {
      zoom: 1;
    }
    .earthquake-tab li a {
      padding: 11px 10px;
      overflow: hidden;
      font-size: 18px;
      color: #333333;
      flex-direction: column;
      display: flex;
      align-items: left;
      overflow: hidden;
      line-height: 30px;
    }
    .earthquake-tab a .list-con {
      display: block;
      width: 350px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .earthquake-tab .bd li:hover, .earthquake-tab .bd li a:hover, .earthquake-tab .bd li a:nth-child(even):hover, .earthquake-tab ul li:hover .date, .question-list ul li:hover, .question-list li a:hover, .question-list ul li:hover .date {
      background: #1a4d9d;
      color: #fff !important;
      cursor: pointer;
    }
    .earthquake-tab .bd li:nth-child(even) {
      background: #fafcfe;
    }
    .earthquake-tab .bd li a .date {
      width: auto;
      color: #999;
      font-size: 16px;
    }
    .earthquake-tab .list dl a {
      display: flex;
      flex-direction: row !important;
      height: 60px;
      line-height: 60px;
    }
    .earthquake-tab .list dl:nth-child(even) {
      background: #fafcfe;
    }
    .earthquake-tab .list dl a .list-time-1 {
      padding-right: 5px;
    }
    /* 内页标题 */
    .main-content {
      padding: 10px;
      min-height: 500px;
      background: #fff;
      margin-bottom: 20px;
    }
    .main-tit {
      font-size: 26px;
      color: #333;
      line-height: 34px;
      text-align: center;
      width: 80%;
      margin: 30px auto;
      clear: both;
      font-weight: bold;
      font-family: "宋体";
    }
    .source {
      padding: 0 50px;
      border-bottom: 1px dotted rgb(119, 116, 116);
      clear: both;
      margin: 0 auto;
      color: #999999;
      line-height: 40px;
      display: flex;
      flex-direction: row;
      font-size: 14px;
      justify-content: space-between;
    }
    .source-2 {
      padding: 0;
      border-bottom: 1px dotted #999;
      clear: both;
      margin: 0 auto;
      color: #999999;
      line-height: 40px;
      display: flex;
      flex-direction: row;
      font-size: 14px;
      justify-content: space-between;
    }
    .source a {
      color: #2c5da6
    }
    .source span, .source-2 span {
      margin-right: 20px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .map {
      width: 826px;
      height: 582px;
      margin: 40px auto;
    }

    .content {
      line-height: 42px;
      margin-top: 20px;
      font-size: 16px;
    }
    .content p, .content div, .news-detail p, .news-detail div {
      text-indent: 44px;
    }
    .news-detail {
      line-height: 42px;
      margin-top: 20px;
      font-size: 22px;
      font-family: "宋体";
      padding: 0 60px;
    }
    .news-detail img {
      margin: 20px auto;
      width: 700px;
      height: auto;
    }
    /* 科普知识内页列表 */
    .knowledge-big {
      padding-top: 20px;
      overflow: hidden;
      width: 850px;
    }
    .knowledge-big .pic {
      width: 257px;
      height: 172px;
    }
    .knowledge-big .pic img {
      width: 257px;
      height: 172px;
    }
    .knowledge-big .title-list {
      width: 250px;
      text-align: left;
      padding: 20px 10px 0 10px;
      font-size: 18px;
      color: #333;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      line-height: 30px;
    }
    .knowledge-big ul {
      padding-top: 0px;
      width: 100%;
    }
    .knowledge-big ul li {
      width: 257px;
      height: 275px;
      float: left;
      margin-right: 18px;
      margin-left: 5px;
      border: 1px solid #dcdcdc;
      margin-bottom: 20px;
    }
    .knowledge-big ul li:hover {
      border: 1px solid #c0d7f9
    }
    .video {
      width: 1077px;
      height: 606px;
      margin: 40px auto;
    }
    /* 政务公开 */
    .zwgk-list {
      width: 835px;
    }
    .public-service {
      width: 680px;
    }
    .zwgk-list-tit {
      width: 835px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #ececec;
    }
    .public-service-tit {
      width: 680px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #ececec;
    }
    .government-wrap {
      width: 284px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 50px;
    }
    .public-service-wrap {
      width: 410px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 70px;
    }
    .organization {
      float: right;
    }
    .public-service-tit-2 {
      width: 410x;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #ececec;
    }
    .organization-tit {
      width: 284px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #ececec;
    }
    .organization-icon-list {
      overflow: hidden;
      margin-bottom: 30px;
    }
    .organization-icon-list ul li {
      float: left;
      margin-right: 10px;
    }
    .organization-icon-list ul li:nth-child(even) {
      float: left;
      margin-right: 0px;
    }
    .organization-icon-list ul li a {
      width: 135px;
      height: 90;
      display: flex;
      flex-direction: column;
      align-items: center;
      background: #f5fafe;
      padding: 10px 0;
      margin-top: 20px;
    }
    .organization-icon-list ul li a:hover, .catalogue ul li a:hover {
      background: #e2f2fe;
    }
    .catalogue ul li a {
      width: 230px;
      height: 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      background: #f5fafe;
      padding: 10px 25px;
      margin-top: 20px;
    }
    .catalogue ul li a span {
      padding-left: 20px;
      font-size: 20px;
      color: #2c5da6;
    }
    .public-service-icon ul li a {
      width: 410px;
      height: 100px;
      margin-bottom: 20px;
    }
    .public-service-icon img {
      height: 100px;
      margin-bottom: 20px;
    }
    .public-service-news {
      width: 410px;
      margin-top: 20px;
    }
    /* 刷新页面提示 */
    .refresh {
      width: 600px;
      height: 250px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -300px;
      margin-top: -125px;
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 36px;
      line-height: 50px;      color: #666666;
    }
    .refresh img {
      padding-bottom: 40px;
    }
    .refresh-bg {
      background: #ffffff;
      height: 100%;
      width: 100%;
    }
    /* 搜索 */
    .search {
      min-height: 500px;
      display: flex;
      background: #fff;
      flex-direction: column;
      margin-bottom: 20px;
    }
    .search-list {
      width: 1100px;
      margin: 0 auto;
    }
    .search-list ul li a {
      display: flex;
      flex-direction: row;
      padding: 12px 5px;
      font-size: 16px;
      justify-content: space-between;
      margin: 5px 0;
      color: #666666;
    }
    .search-list-tit {
      font-size: 18px;
      color: #2c5da6;
      border-bottom: 1px dotted #dcdcdc;
      line-height: 40px;
      margin-top: 20px;
    }
    .key-word {
      font-weight: bold;
      color: #666666;
      width: 1120px;
      margin: 0 auto;
      line-height: 32px;
      padding-top: 20px;
      clear: both;
      font-size: 18px;
    }
    .key-word span {
      color: #2c5da6
    }
    .key-word i {
      color: #ff9933;
      font-style: normal;
    }
    .search-inp {
      width: 1200px;
      border-bottom: 1px solid #f3f8fd;
    }
    .search-inp-wrap {
      width: 620px;
      margin: 20px auto;
      display: flex;
      flex-direction: row;
    }
    .search-select {
      background: #fff;
      height: 43px;
      width: 330px;
      line-height: 28px;
      border: 1px solid #dcdcdc;
      font-size: 16px;
      border-radius: 2px;
      color: #8d9ba7;
    }
    .search-input {
      background: #fff;
      height: 40px;
      width: 190px;
      line-height: 28px;
      border: 1px solid #dcdcdc;
      border-radius: 2px;
      margin-right: 10px;
      padding-left: 10px;
      color: #8d9ba7;
      font-size: 16px;
    }
    .search-btn {
      width: 90px;
      height: 43px;
      background: url(../images/search-top-icon.png) 10px 10px no-repeat #2c5da6;
      background-size: 25%;
      color: #fff;
      border: none;
      font-size: 16px;
      padding-left: 30px;
      cursor: pointer;
    }
    /* 交流互动 */
    .jiaoliu {
      min-height: 500px;
      overflow: hidden;
      width: 100%;
    }
    .jiaoliu-top {
      background: #fff;
      padding: 15px;
    }
    .jiaoliu-tit {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #ececec;
    }
    .expert {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-top: 20px;
    }
    .expert-pic {
      width: 422px;
      height: 297px;
    }
    .expert-pic img {
      width: 422px;
      height: 297px;
    }
    .expert-right {
      width: 720px;
      display: flex;
      flex-direction: column;
    }
    .expert-right h1 {
      font-size: 20px;
      color: #000000;
      line-height: 24px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left;
      padding-bottom: 10px;
    }
    .expert-time {
      display: flex;
      flex-direction: row;
      line-height: 40px;
      font-size: 16px;
      border-bottom: 1px dotted #dcdcdc;
      padding-bottom: 20px;
      margin-bottom: 20px;
    }
    .expert-time span {
      padding-right: 30px;
    }
    /* 联系我们 */
    .contact-wrap {
      font-size: 18px;
      line-height: 48px;
      color: #333
    }
    .contact-map {
      border: 1px dotted #cccccc;
      width: 825px;
      height: 407px;
    }
    .contact-map img {
      width: 825px;
      height: 407px;
    }
    .contact-line {
      border-bottom: 1px dotted #cccccc;
      width: 100%;
      margin: 20px 0;
    }
    /* 投诉建议 */
    .request {
      min-height: 500px;
      width: 100%;
      background: #FFF;
      margin-bottom: 20px;
      overflow: hidden;
    }
    .request-top {
      width: 870px;
      padding: 20px 40px;
      background: #f7fafd;
      border: 1px solid #f0f6fc;
      margin: 30px auto;
      font-size: 16px;
      line-height: 30px;
    }
    .request-top h1 {
      text-align: center;
      font-size: 24px;
      color: #2c5da6;
      line-height: 32px;
      padding-bottom: 20px;
    }
    .message-list {
      width: 820px;
      overflow: hidden;
      padding-bottom: 30px;
      margin: 0 auto;
    }
    .message-order {
      width: 820px;
      overflow: hidden;
    }
    .message-list dl, .message-order dl {
      overflow: hidden;
      padding-bottom: 30px;
      color: #333333
    }
    .message-list dt {
      float: left;
      font-size: 18px;
      padding-right: 10px;
      text-align: right;
      width: 100px;
      line-height: 38px;
    }
    .message-order dt {
      float: left;
      font-size: 18px;
      padding-right: 10px;
      text-align: right;
      width: 100px;
      line-height: 40px;
    }
    .message-list dd, .message-order dd {
      float: left;
      width: 490px;
      line-height: 38px;
    }
    .message-list .inp_1, .message-order .inp_1 {
      border: 1px solid #e4e0e0;
      color: #847770;
      font-size: 16px;
      padding: 0px 10px;
      height: 40px;
      line-height: 40px;
      width: 320px;
      float: left;
      outline: none
    }
    .message-list .inp_2, .message-order .inp_2 {
      border: 1px solid #cbcbcb;
      color: #847770;
      font-size: 16px;
      padding: 0px 10px;
      height: 150px;
      line-height: 40px;
      width: 680px;
      float: left;
      outline: none
    }
    .btnlist ul li {
      width: 90px;
      margin-right: 20px;
      float: left;
    }
    .submit-btn {
      width: 90px;
      height: 40px;
      font-size: 16px;
      background: #4683df;
      border: none;
      color: #FFF;
      border-radius: 4px;
    }
    .submit-btn:hover, .reset-btn:hover {
      background: #2c5da6;
      border-radius: 4px;
      font-size: 16px;
      cursor: pointer;
    }
    .reset-btn {
      width: 90px;
      height: 40px;
      border-radius: 4px;
      background: #a2c1ef;
      border: none;
      color: #FFF;
      font-size: 16px;
    }
    .request-wrap {
      font-size: 18px;
      line-height: 48px;
    }
    .request-wrap h2 {
      line-height: 30px;
      font-size: 20px;
    }
    /* 网上调查 */
    .survey-wrap {
      width: 950px;
      margin: 40px auto 20px auto;
      overflow: hidden;
    }
    .survey-wrap h1 {
      font-size: 18px;
      color: #333
    }
    .survey-time {
      width: 100%;
      border-bottom: 1px solid #eee;
      overflow: hidden;
    }
    .survey-time span {
      padding-right: 30px;
      color: #999999;
      font-size: 14px;
      line-height: 40px;
    }
    .question h2 {
      font-size: 18px;
      font-weight: normal;
      color: #333333;
      line-height: 30px;
      padding-bottom: 20;
    }
    .question h2 span {
      color: #ff6666
    }
    .option-list {
      padding: 10px 0;
      font-size: 16px;
    }
    .option-inp {
      width: 20px;
      height: 20px;
      border: 1px solid#cccccc;
      vertical-align: middle;
      margin-right: 10px;
    }
    .pt50 {
      padding-top: 50px;
    }
    .option-inp_2 {
      width: 920px;
      height: 95px;
      border: 1px solid#cccccc;
      font-size: 16px;
      padding: 10px;
    }
    .question-list li a {
      padding: 11px 10px;
      overflow: hidden;
      font-size: 18px;
      color: #333333;
      flex-direction: column;
      display: flex;
      align-items: left;
      overflow: hidden;
      line-height: 30px;
    }
    .question-list a .list-con {
      display: block;
      width: 750px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .question-list li:nth-child(even) {
      background: #fafcfe;
    }
    .question-list li a .date {
      width: auto;
      font-size: 14px;
      color: #999;
      font-size: 16px;
    }
    .jiaoliu-bottom {
      padding: 15px;
      background: #fff;
      margin: 20px auto 20px auto;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .jiaoliu-bottom-left {
      width: 690px;
      display: flex;
      flex-direction: column;
    }
    .jiaoliu-bottom-right {
      width: 415px;
      display: flex;
      flex-direction: column;
    }
    .toushu-warp {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .toushu-warp .tit {
      background: url(../images/wen.png) top left no-repeat;
      padding-left: 40px;
      font-size: 18px;
      height: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    .toushu-warp .tit a:hover {
      color: #2c5da6
    }
    .toushu-warp .con {
      padding-top: 15px;
      display: flex;
      flex-direction: row;
    }
    .toushu-warp .con-wrap {
      font-size: 16px;
      padding-left: 10px;
      color: #999999;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
    }
.list-hit{
  width:100px;
  text-align: center;
}

.tpxw_pic{
  margin-top: 40px;
}
.tpxw_pic{
  width: 100%;
  height: 100%;
  text-align: center;
}
.tpxw_pic img{
  width: 80%;
  height: 80%;
}

.tb {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	width: 100%;
}

.tb td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-left-style: solid;	
	border-left-color: #000;
	border-left-width: 1px;
	padding: 5px;
}

.p_p{text-align: justify;}

.tbc,.tdc{
	text-align: center;
}
.nds{display: none;}
.nowrap{
	white-space: nowrap;
}
