﻿        .content-block {
            width: 49%;
            background: #fff;
        }

        a {
           
            text-decoration: none;
        }

        .swiper-pagination {
        }

        .yq-link {
        }

        #indexBanner {
            width: 100%;
        }

        #indexBanner2 {
            width: 100%;
        }

        #indexBanner3 {
            width: 100%;
        }

        #indexBanner4 {
            width: 100%;
            padding: 0;
        }

        #indexBanner .swiper-pagination {
            text-align: right;
            left: auto;
            right: 20px;
        }

            #indexBanner .swiper-pagination span {
                background-color: #fff;
                width: 16px;
                height: 3px;
                border-radius: 2px;
                opacity: 1;
            }

        #indexBanner .swiper-pagination-bullet-active {
            background-color: #007aff !important;
        }

        #indexBanner p {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            background: rgb(0 0 0 / 0.6);
            color: #fff;
            padding: 4px;
            margin: 0px;
        }

        #indexBanner img {
            width: 100%;
            height: 346px;
            display: block;
        }


        #indexBanner2 .swiper-pagination {
            text-align: right;
            left: auto;
            right: 20px;
        }

            #indexBanner2 .swiper-pagination span {
                background-color: #fff;
                width: 16px;
                height: 3px;
                border-radius: 2px;
                opacity: 1;
            }

        #indexBanner2 .swiper-pagination-bullet-active {
            background-color: #007aff !important;
        }

        #indexBanner2 p {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            background: rgb(0 0 0 / 0.6);
            color: #fff;
            padding: 4px;
            margin: 0px;
        }

        #indexBanner2 img {
            width: 100%;
            height: 346px;
            display: block;
        }

        #indexBanner3 .swiper-pagination {
            text-align: right;
            left: auto;
            right: 20px;
        }

            #indexBanner3 .swiper-pagination span {
                background-color: #fff;
                width: 16px;
                height: 3px;
                border-radius: 2px;
                opacity: 1;
            }

        #indexBanner3 .swiper-pagination-bullet-active {
            background-color: #007aff !important;
        }

        #indexBanner3 p {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            background: rgb(0 0 0 / 0.6);
            color: #fff;
            padding: 4px;
            margin: 0px;
        }

        #indexBanner3 img {
            width: 100%;
            height: 346px;
            display: block;
        }

        #indexBanner4 .swiper-pagination {
            text-align: right;
            left: auto;
            height: 22px;
            width: 167px;
            right: 3px;
            bottom: 2px;
        }

            #indexBanner4 .swiper-pagination span {
                width: 20px;
                height: 20px;
                text-align: center;
                line-height: 20px;
                font-size: 12px;
                border-radius: 2px;
                opacity: 1;
                margin: 0 1px;
                color: #FFF;
                background: #6f4f67;
                cursor: pointer;
                border: 1px solid #333;
            }

        #indexBanner4 .swiper-pagination-bullet-active {
            background-color: #007aff !important;
        }

        #indexBanner4 p {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            background: rgb(0 0 0 / 0.6);
            color: #fff;
            padding: 4px;
            margin: 0px;
            text-align: left;
        }

        #indexBanner4 a {
            color: #fff;
            text-decoration: none;
            
        }

        #indexBanner4 img {
            width: 100%;
           
            display: block;
        }


        .konw_div {
            display: flex;
            flex-wrap: wrap;
            display: -webkit-flex;
            justify-content: space-between;
            padding: 13px 0px;
        }

        .konw_title {
            width: 71%;
            margin-left: 12px;
            display: flex;
            flex-wrap: wrap;
            display: -webkit-flex;
            justify-content: flex-start;
            align-items: center;
        }

        .konw_time {
            width: 21%;
        }

        .konw_title img {
            width: 23px;
        }

        .konw_title a {
            color: black;
            text-decoration: none;
        }

        .konw_title1 {
            height: 25px;
            font-size: 12px;
            padding-top: 10px;
            font-weight: bold;
            background: rgba(226,238,243,0.2) none repeat scroll !important; /*实现FF背景透明，文字不透明*/
            background: #E2EEF3;
            filter: Alpha(opacity=20); /*实现IE背景透明*/
        }

            .konw_title1 a {
                color: black;
                text-decoration: none;
            }


        .top {
            width: auto;
            height: 130px;
         
        }

        .logo {
            padding-top: 49px;
            width:1092px;
            margin:auto;
              padding-bottom: 31px;
        }

         div.search {
            padding: 30px 0;
        }

        .search-container {
           float:right;
            display: flex;
           right:20px;
            height: 40px;
            line-height: 40px;
            position:relative;
        }

            .search-container input {
                box-sizing: border-box;
                flex: 1;
                height: 40px;
                line-height: 40px;
                outline: none;
                border: none;
                border-top-left-radius: 25px;
                border-bottom-left-radius: 25px;
                padding: 0 20px;
                border-top: 1px solid silver;
                border-left: 1px solid silver;
                border-bottom: 1px solid silver;
            }

            .search-container button {
                box-sizing: border-box;
                height: 40px;
                width:70px;
              
                border: none;
                background-color: #2A81E4;
                color: #fff;
                cursor: pointer;
                border-top-right-radius: 25px;
                border-bottom-right-radius: 25px;
                border-top: 1px solid silver;
                border-right: 1px solid silver;
                border-bottom: 1px solid silver;
            }

                .search-container button img {
                    padding-top: 5px;
                }
                  .nav {
                    position: relative;
                    width: 1092px;
                    margin: auto;
                }

                #slide {
                    position: absolute;
                    bottom: 0px;
                    height: 4px;
                    background: #3492EA;
                    z-index: 10;
                }
        .nav_box {
            width: 100%;
            background-color: #246DDA;
            background-repeat: repeat-x;
            background-position: center bottom;
           
        }

        .tb3 {
            border-spacing: 12px 16px;
            width: 530px;
           
        }

            .tb3 td {
                border: solid;
                border-color: #F1F1F1;
                font-size: 14px;
                margin-left: 25px;
                height: 60px;
            }

        .tb4 {
            border-spacing: 12px;
            width: 99%;
           
        }
      
            .tb4 td {
               
               
              text-align:center;
             
                height: 60px;
                background-repeat: no-repeat;
                background-position:right bottom;
            }
            .tb4 td a{
                font-size:12px;
                font-weight:bold;
                color: black;
              
            }
                .tb5 td a {
                   
                    font-weight: bold;
                    color: black;
                }
   .tb6 {
            border-spacing: 12px 64px;
            width: 99%;
           
        }

            .tb6 td {
               
              text-align:center;
              border: 1px solid #246DDA;
              height:110px;
              font-size:14px;
            }
               .tb6 td a{
                font-size:14px;
                font-weight:bold;
                color: black;
              
            }
        .Right {
     float:right;
    overflow: hidden;
    position: relative;
 width:545px;
    top:10px;
        }
        .Left {
          
           
            float: left;
           
        }

        .warpbox {
            font: 12px/20px Open Sans,微软雅黑, Helvetica, Arial, sans-serif;
            margin: 0;
            padding: 0;
            color: #555555;
        }

        .table_card {
            margin: 0 auto;
        }

            .table_card .tab {
                height: 37px;
                font-size: 16px;
               background: #f0f0f0;
            }

                .table_card .tab li {
                    float: left;
                    height: 37px;
                    line-height: 37px;
                    font-weight: bold;
                    margin-left: 10px;
                   margin-right: 10px;
                }

                    .table_card .tab li:hover {
                        height: 37px;
                        background: #fff;
                        color: #333;
                        cursor: pointer;
                    }

            .table_card .activ {
                height: 34px !important;
                border-bottom: 3px #246DDA solid;
                color: #333;
                position: relative;
            }
        .table_card .activ:after{
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -2px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-bottom: 4px solid #246DDA;
        }
             .table_card .sonactiv {
                height: 37px !important;
               
                color: #2A81E4;
            }

            .table_card .tabCon {
                background: #fff;
                clear:left;
           
            }

                /*.table_card .tabCon div {*/
                /*    display: none;*/
                /*}*/

                .table_card .tabCon .on {
                    display: block;
                }

        .newslist01 {
            font-size: 14px;
        }

            .newslist01 li .ding {
                color: #F30;
                margin-left: 5px;
            }

            .newslist01 li .time {
                float: right;
                font-size: 12px;
                color: #888;
                padding-right:10px;
            }
        .newslist01 li .lt{
            max-width: 80%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .newslist01 a {
                color: #333;
                text-decoration: none;
                -webkit-transition: color 0.2s linear;
                -moz-transition: color 0.2s linear;
                -o-transition: color 0.2s linear;
                transition: color 0.2s linear;
            }

                .newslist01 a:focus, newslist01 a:link, newslist01 a:active {
                    outline: none;
                }

                .newslist01 a:hover {
                    color: #337ab7;
                }

            .newslist01 li {
                /*padding-left:10px;*/
                /*display: block;*/
                /*height: 36px;*/
                line-height: 36px;
                list-style-type: disc;
                list-style-position: outside;
                margin-left: 25px;
                color: #999;
            }
        .newslist01 li.no-type{
            list-style-type:none;
            margin-left:0;
            padding: 10px;
            clear: both;
            height: auto;
        }

        .lt {
            float: left;
        }
  
        .banner_pic {
            height: 266px;
            width: 1200px;
            clear: both;
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: 0px;
            margin-left: auto;
            padding: 0px;
        }

     
        #banner {
            position: relative;
            width:530px;
           
            overflow: hidden;
        }

        #banner_bg {
            position: absolute;
            bottom: 0;
            background-color: #000;
            height: 25px;
            filter: Alpha(Opacity=30);
            opacity: 0.6;
            z-index: 1000;
            cursor: pointer;
            width: 700px;
        }

        #banner_info {
            position: absolute;
            bottom: 0;
            left: 5px;
            height: 22px;
            color: #fff;
            z-index: 1001;
            cursor: pointer;
        }

        #banner ul {
            position: absolute;
            list-style-type: none;
            filter: Alpha(Opacity=80);
            opacity: 0.8;
            z-index: 1002;
            margin: 0;
            padding: 0;
            bottom: 1px;
            right: 1px;
        }

            #banner ul li {
                padding: 0px 8px;
                float: left;
                display: block;
                color: #FFF;
                background: #6f4f67;
                cursor: pointer;
                border: 1px solid #333;
            }

                #banner ul li.on {
                    background-color: #000;
                }

        #banner_list a {
            position: absolute;
        }

        #banner_list img {
            width: 621px;
            height: 327px;
            display: block;
        }

        .imglist  {
            clear:left;
   position:relative;
    margin:auto;
    width:1092px;
}
  
.imglist a {

    float:left;
    position:relative;
   
}
            .imglist div {
                /*padding: 5px;*/
                -webkit-box-shadow: 0px 0px 10px #000;
                -moz-box-shadow: 0px 0px 10px #000;
                font-size: 16px;
                text-align: center;
                box-shadow: 0px 0px 10px #ddd;
                color:black;
                font-weight:bold;
            }
     .searchshow  {
          margin:auto;
    width:1092px;
         clear:left;
         height:270px;
   position:relative;
   top:20px;
}
      .searchshow1  {
          margin:auto;
    width:1092px;
         clear:left;
         height:240px;
         clear:left;
        
   position:relative;
   top:40px;
          border: 1px solid #eee;
}
.titleshow {
  
    width: 100%; color: #2A81E4; 
      line-height: 30px; 
   font-weight:bold;
   float:left;
     position:relative;
     left:20px;
     top:10px;
}

.titleshow1 {
  
    width: 540px; color: #2A81E4; 
      line-height: 30px; 
   font-weight:bold;
   float:left;
     position:relative;
    border: 1px solid #f1f1f1;
}
.titleshow2 {
  
    width: 540px; color: #2A81E4; 
      line-height: 30px; 
   font-weight:bold;
   float:left;
     position:relative;
     left:20px;
     top:10px;
}
.titleshow3{
    width: 356px; color: #2A81E4;
    line-height: 30px;
    font-weight:bold;
    float:left;
    position:relative;
    border: 1px solid #f1f1f1;
}
 .tb3 {
         float: left;
          font-size: 14px;
          background-color:white;
          position:relative;
          text-align:center;
          width:250px;
     font:  12px/20px Open Sans,微软雅黑, Helvetica, Arial, sans-serif;
          vertical-align:bottom;
          color:black;
       top:40px;
       left:20px;
          
             -webkit-box-shadow: 0px 0px 10px #000;
                -moz-box-shadow: 0px 0px 10px #000;
                  font-weight:bold;
               box-shadow: 0px 0px 10px #ddd;
        }

    .tb3 img {
        vertical-align:middle;
    }
table {
    width: 100%;
    border-collapse: collapse;
}

.tb th {
    border: 1px solid #ddd;
    padding: 2px;
    text-align: center;
    background: #F5F7FA;
}
.tb td {
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    background: #FFFFFF;
}
    .rand {
         float: left;
          font-size: 16px;
          background-color:#F2F7FF;
          position:relative;
          text-align:left;
          height: 55px;
         
          width:250px;
     font:  14px/20px Open Sans,微软雅黑, Helvetica, Arial, sans-serif;
          vertical-align:bottom;
          color:black;
       top:20px;
    
          
             -webkit-box-shadow: 0px 0px 10px #000;
                -moz-box-shadow: 0px 0px 10px #000;
               
               box-shadow: 0px 0px 10px #ddd;
        }

    .rand img {
        vertical-align:middle;
        width:25px;
        height:26px;
          position:relative;
      left:10px;
    }
     .rand span {
      line-height:50px;
      position:relative;
      left:10px;
    }
     .seach {
         float: left;
          font-size: 16px;
      line-height:45px;
          position:relative;
          text-align:center;
          width:155px;
     font:  14px/20px Open Sans,微软雅黑, Helvetica, Arial, sans-serif;
          vertical-align:bottom;
          color:black;
       top:20px;
    
          
             -webkit-box-shadow: 0px 0px 10px #000;
                -moz-box-shadow: 0px 0px 10px #000;
               
               box-shadow: 0px 0px 10px #ddd;
        }

    .seach img {
        vertical-align:middle;
       width:50px;
        height:50px;
    }
       .seach div {
       text-align:center;
        height:40px;
        margin-top:10px;
    }
.more{
    font-weight: normal;
}
       .table_card{

       }
       .article-img{
           width: 100px;
           height: 55px;
           float: left;
           margin-right: 10px;
       }
       .article-info{
           line-height: normal;
       }
        .newslist01 li .article-info .time{
            float: none;
        }
        .article-info .title{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 35px;
        }
        .swiper-slide div{
            padding: 0;
        }
        .button-box{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .button{
            display: flex;
            width: 250px;
            height: 50px;
            background: #4992FF;
            color: #fff;
            font-size: 16px;
            justify-content: center;
            align-items: center;
        }
        .button img{
            display: block;
            width: 25px;
            margin-right: 5px;
        }
        .newslist02{}
        .newslist02 .li a{
            display: block;
        }
        .newslist02 div{
            display: flex;
            align-items: flex-start;
            padding: 0 10px;
            color: #333;
        }
        .newslist02 div img{
            width: 20px;
            margin-top: 2px;
        }
        .newslist02 div p{
            flex: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0;
            padding-left: 10px;
            max-height: 40px;
        }
        .newslist02 .question{
            padding: 10px;
            font-weight: bold;
            border-top: 1px dashed #0F70E1;
        }
        .newslist02 li:first-child .question{
            border-top: none;
        }
        .newslist02 .answer{
            padding-bottom: 10px;
        }
        .newslist03{
            display: flex;
            justify-content: space-between;
            padding: 10px;
            padding-bottom: 0;
        }
        .newslist03 li{
            width: 255px;
        }
        .newslist03 li a{
            display: block;
            color: #333;
        }
        .newslist03 img{
            width: 100%;
            height: 104px;
        }
        .newslist03 .title{
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .newslist03 .content{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 40px;
            margin: 5px 0;
        }
        .newslist03 .time{
            border-top: 1px dashed #ccc;
            display: flex;
            font-size: 12px;
            color: #666;
            justify-content: space-between;
            align-items: center;
            padding: 5px 0;
            margin-top: 5px;
        }
        .newslist03 .time img{
            width: 15px;
            height: 5px;
        }