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

        a {
            /*color: #246DDA;*/
            text-decoration: none;
        }

        .content-title {
            display: flex;
            flex-wrap: wrap;
            display: -webkit-flex;
            justify-content: space-between;
            color: #257ee4;
            font-size: 20px;
            padding: 10px 20px;
            border-bottom: 2px solid #ddd;
            margin-bottom: 1px;
        }

        .content-titlename {
            font-family: sans-serif;
            font-weight: bold;
        }

        .content-more {
        }

        .swiper-pagination {
        }

        .yq-link {
        }

        #indexBanner {
            width: 100%;
        }

        #indexBanner2 {
            width: 100%;
        }

        #indexBanner3 {
            width: 100%;
        }

        #indexBanner4 {
            width: 100%;
            
        }

        #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;
           padding-top:10px;
        }


        .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: 1092px;
            height: 140px;
            margin:auto;
         
        }

        .logo {
            padding-top: 80px;
            width:80%;
            margin:auto;
        }

         div.search {
            padding: 30px 0;
        }

        .search-container {
           float:right;
            display: flex;
           
            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;
                line-height: 40px;
                border: none;
                background-color: white;
                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_box {
            width: 1092px;
            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;
            }
                .tb14 {
          
            width: 100%;
           
        }
      
            .tb14 td {
               
               
              text-align:center;
             font-size:14px;
                height: 40px;
                background-repeat: no-repeat;
                background-position:right bottom;
            }
            .tb14 td a{
                font-size:12px;
                font-weight:bold;
                color: black;
              
            }
.show {
    
    text-align:left;
     padding:0 25px;

font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
color: #88888C;
line-height: 30px;

}

               .help{
               border: none; 
     color: #246DDA; 
     height: 30px; 
     width: 110px; 
     text-align: center; 
    line-height: 30px;
     background: #ffffff; 
    padding: 0;
     border: 1px solid #246DDA; 
              
            }
                 .tb14 .search{
               border: none; 
     color: #ffffff; 
     height: 30px; 
     width: 110px; 
     text-align: center; 
    line-height: 30px;
     background: #246DDA; 
    padding: 0;
              
            }
.write {
      width: 250px;
      height: 25px;
      line-height: 25px;
      border: 1px solid #c2cfe3;
      padding-left: 10px;
}



        .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 {
      left: 20px;
    overflow: hidden;
    position: relative;
    width: 575px;
    
        }
        .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;
                border-bottom: 4px #ddd solid;
            }
              .table_card .tab1 {
                height: 37px;
                font-size: 16px;
              
            }
                .table_card .tab li {
                    float: left;
                    height: 37px;
                    line-height: 37px;
                    /*padding: 0px 20px;*/
                   
                }

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

            .table_card .activ {
                height: 37px !important;
              
                color: #246DDA;
                font-weight:bold;
                border-bottom: 4px #246DDA solid;
            }
            
            .table_card .activ1 {
                height: 37px !important;
              text-align:left;
                color: #246DDA;
                font-weight:bold;
               
            }
             .table_card .sonactiv {
                height: 37px !important;
               
                color: white;
            }

            .table_card .tabCon {
                background: #fff;
           
            }

                .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;
                
            }

            .newslist01 a {
                color: #111111;
                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 {
                
                display: block;
                height: 45px;
                line-height: 40px;
               
            }

        .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: 492px;
          
            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;
               
                cursor: pointer;
              
            }

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

        #banner_list a {
            position: absolute;
        }

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

