    body,
    ul,
    li,
    ol,
    p,
    dl,
    dd,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    iframe,
    form,
    div {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border: 0;
        font-size: 12px;
    }
    
    body {
        line-height: 24px;
        background-color: rgb(243, 243, 243) !important;
        font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    }
    
    .clearfix:after {
        height: 0;
        width: 0;
        content: "";
        clear: both;
        visibility: hidden;
        display: block;
    }
    
    * {
        font-family: MicrosoftYaHei;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    a {
        text-decoration: none;
    }

    .main1 .sidebar .userMenu li{
        cursor: pointer;
    }
      
    .main1 {
        width: 1090px;
        min-height: 800px;
        margin: 0 auto;
        margin-top: 90px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    #content {
        width: 900px !important;
        float: right;
        background: #fff;
    }
    
    .sidebar {
        width: 190px;
        height: 800px;
        float: left;
        /* padding: 20px 0; */
        border-right: 1px solid rgb(243, 243, 243);
        background-color: #fff;
        position: absolute;
    }
    .sidebar .userMenu{
        width: 190px !important;
    }
    
    .sidebar ul li {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        text-align: left;
        padding: 0 18px;
    }
    
    .sidebar ul li a {
        color: rgb(52, 55, 76);
    }
    
    .sidebar ul li.on {
        background-color: rgb(247, 203, 217);
        border-left: 6px solid rgb(246, 118, 166);
    }
    
    .sidebar ul li img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
    }
    
    .content {
        float: left;
        width: 922px;
        background-color: #fff;
    }
    
    .content .time_table {
        height: 87px;
        border-bottom: 1px solid rgb(243, 243, 243);
    }
    
    .content .time_table .time_td {
        float: left;
        padding: 30px 25px 20px 25px;
        width: 16.666666666667%;
        text-align: center;
        font-size: 14px;
    }
    
    .content .time_table .time_td img {
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
    
    .content .time_table .time_td .time {
        line-height: 28px;
        color: rgb(148, 150, 163);
    }
    
    .content_main {
        padding: 20px 50px;
    }
    
    .station,
    .common_tools {
        width: 822px;
    }
    
    .station_bottom {
        margin-top: 14px;
    }
    
    .station_bottom .station_child:last-child,
    .station_top .station_child:last-child {
        margin: 0;
    }
    
    .station_child {
        display: inline-block;
        width: 94px;
        height: 107px;
        border: 1px solid rgb(238, 240, 242);
        margin-right: 6px;
        text-align: center;
    }
    
    .station_child:hover{
        border: 1px solid rgb(246, 118, 166);
    }
    .station_child:hover span{
        color: rgb(246, 118, 166);
    }
    .station_child img {
        display: block;
        margin: 0 auto;
        margin-top: 14px;
    }
    
    .station_child span {
        line-height: 38px;
        font-size: 14px;
        color: rgb(52, 55, 76);
    }
    
    .common_tools {
        margin: 30px 0;
    }
    
    .tools_title {
        height: 16px;
        width: 100px;
        padding: 0 6px;
        border-left: 4px solid rgb(246, 118, 166);
        font-size: 16px;
        font-weight: 700;
        color: rgb(246, 118, 166);
        text-align: center;
        line-height: 16px;
        float: left;
    }
    
    /* .line {
        height: 8px;
        width: 720px;
        float: left;
        border-bottom: 1px solid rgb(243, 243, 243);
    } */
    
    .common_tools_link,
    .selection_tools_link,
    .keywords_tools_link,
    .other_tools_link,
    .operating_table_link,
    .assist_tools_link {
        clear: both;
        padding: 20px 0;
    }
    
    .link_middle,
    .link_bottom {
        margin-top: 20px;
    }
    
    .common_tools_link .link_middle {
        position: relative;
    }
    
    .common_tools_link a {
        display: inline-block;
        color: rgb(52, 55, 76);
        width: 110px;
        height: 18px;
        line-height: 18px;
        font-size: 14px;
        margin-right: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .common_tools_link .title {
        position: absolute;
        display: none;
        height: 20px;
        line-height: 20px;
        width: 110px;
        text-align: center;
        font-size: 14px;
        background-color: rgb(240, 235, 214);
        border: 1px solid rgb(148, 150, 163);
        border-radius: 3px;
    }
    
    .common_tools_link .title1 {
        left: 50px;
        top: 20px;
    }
    
    .common_tools_link .title2 {
        left: 650px;
        top: 20px;
    }
    
    .common_tools_link a img {
        vertical-align: middle;
        margin-top: -3px;
    }
    
    .selection_tools_link a:nth-child(6n),
    .common_tools_link a:nth-child(7n),
    .tools_link a:nth-child(6n),
    .keywords_tools_link a:nth-child(6n),
    .other_tools_link a:nth-child(6n),
    .operating_table_link a:nth-child(6n),
    .assist_tools_link a:nth-child(6n) {
        margin-right: 0;
    }
    
    .selection_tools_link .link_middle a:last-child,
    .operating_table_link .link_top a:nth-child(5),
    .operating_table_link .link_bottom a:nth-child(2),
    .assist_tools_link .link_top a:nth-child(5) {
        line-height: 52px;
    }
    
    .assist_tools_link .link_bottom a:nth-child(2) {
        padding: 5px 0;
    }
    
    .selection_tools_link a,
    .keywords_tools_link a,
    .other_tools_link a,
    .operating_table_link a,
    .assist_tools_link a {
        color: rgb(52, 55, 76);
        float: left;
        height: 80px;
        width: 128px;
        border: 1px solid rgb(243, 243, 243);
        line-height: 24px;
        font-size: 14px;
        padding: 14px 0;
        text-align: center;
        margin-right: 10px;
    }
    
    .selection_tools_link a:hover,
    .keywords_tools_link a:hover,
    .other_tools_link a:hover,
    .operating_table_link a:hover,
    .assist_tools_link a:hover {
        border: 1px solid rgb(246, 118, 166);
        color: rgb(246, 118, 166);
    }
    
    .keywords_tools_link a span {
        letter-spacing: -1.5px;
    }


    .footer{
        padding: 36px 0 0 0;
        background-color: rgb(246, 118, 166);
        margin-top:36px;
    }
    .container{
        width: 1120px;
        margin: 0 auto;
    }
    .footer_logo{
        float: left;
        position: relative;
        color:#fff;
        margin-right: 40px;
    }
    .wechat_code{
        text-align: center;
        color: #fff;
        width: 100px;
        float: right;
    }
    .webmap{
        margin-left: 315px;
        float: left;
    }
    .webmap h3{
        margin-bottom: 14px;
        color:#fff;
        font-weight: 400;
    }