﻿@charset "UTF-8";
* {
            padding: 0;
            margin: 0;
            font-family: "微软雅黑"
        }
        
        a {
            color: #666;
            text-decoration: none;
        }
        
        .table_box {
            width: 100%;
            position: relative;
            font-size: 14px;
            padding-top: 10px;
            box-sizing: border-box;
        }
        .xiangqing .table_box li{display: block;}
        .th_table {
            overflow: hidden;
            background-color: #0072b7;
            color: #fff;
            font-size: 1em;
            line-height: 2em;
            text-align: center;
            margin-bottom: 11px;
        }
        
        [class^=colt] {
            float: left;
            box-sizing: border-box;
        }
        
        .colt-3 {
            width: 30%;
            border-right: solid rgba(255, 255, 255, .1) 1px;
            border-bottom: solid rgba(255, 255, 255, .1) 1px;
        }
        
        .colt-9 {
            width: 70%;
            border-bottom: solid rgba(255, 255, 255, .1) 1px;
        }
        
       .list .xiangqing .table_a {
            font-size: 14px;
            line-height: 28px;
            display: block;
            color: #fff;
            padding:14px 16px;
            background: url(../images/ric1_03.png) no-repeat #0072b7 95% center;
            transition: all 0.5s;
            text-align: left;
            border:none;
        }
        
        .tab_hide {
            background: url(../images/ricpr_03.png) no-repeat #0072b7 95% center !important;
        }
        
        .table_atab {
            width: 25px;
            height: 25px;
            border: solid #fff 1px;
            border-radius: 50%;
            display: block;
            float: left;
        }
        
        .table_ul table {
            border-collapse: collapse;
        }
        
        .table_ul tr td {
            color: #434343;
        }
        
        .table_ul tr td:first-child {
            padding-left: 16px;
            width: 24%;
            line-height: 28px;
        }

        /*.table_ul tr td:nth-of-type(2){padding:5px 28px 5px 16px;line-height: 21px;}*/
        
        .table_ul li {
            margin-bottom: 11px;
        }
        
        .tab_header {
            width: 100%;
            background-color: #0072b7;
            color: #fff;
            border-collapse: collapse;
            margin-bottom: 11px;
        }
        
        .tab_header tr {
            border-bottom: solid rgba(255, 255, 255, 0.1) 1px
        }
        
        .tab_header td {
            padding: 11px 18px;
        }
        
        .tab_header td:first-child {
            padding-left: 16px;
            width: 24%;
            border-right: solid rgba(255, 255, 255, 0.1) 1px;
            text-align: center;
            line-height: 28px;
        }
        .tab_header td:nth-of-type(2),
        .table_ul tr td:nth-of-type(2) {
            padding: 5px 28px 5px 16px;
            line-height: 21px;
            text-align: left;
        }
        .togg_div {
            display: none;
        }
        .table_ul li:first-child .togg_div{display: block;}
        @media screen and (min-width: 376px){
               .table_box {

                    padding: 10px 10px 0 10px;
                 
                }
        }
