
        *{
            margin:0;
            padding:0;
        }
        body{
            background:#f3f3f3;
            font-family:"Microsoft Yahei";
            font-size:16px;
            color:#333333;
        }
        ul{
            list-style-type: none;
        }
        .home-bg img{
            display: block;
            width:100%;
            border:none;
        }
        a{
            text-decoration: none;
            color:#333;
        }
        a:focus{
            outline:none;
        }
        /* .header img{
            display:block;
        } */
        .black{
            color:black;
        }
        .float-right{
            float:right;
        }
        .right-no{
            margin-right:0;
        }
        /*搜索*/
        .search{
            background:#b91802;
            overflow: hidden;
        }
        .search-box{
            position:relative;
            left:-12px;
            margin:0 auto;
            width:1024px;
            overflow:hidden;
        }
        .search-item{
            float:left;
            padding:0 8px;
            line-height:44px;
            font-size:16px;
            text-align:center;
            color:white;
            cursor:pointer;
        }
        .search-active{
            font-size:20px;
            color:#eff224;
        // -webkit-box-shadow: 1px 3px 5px #911705 inset;
        // -moz-box-shadow: 1px 3px 5px #911705 inset;
        // box-shadow: 1px 3px 5px #911705 inset;
        }
        .search-text{
            float:right;
            margin-top:8px;
            font-size:0;
        }
        .search-text input{
            border:1px solid #ccc;
            outline:none;
            line-height:28px;
            height:28px;
            vertical-align: middle;
        }
        .search-text button{
            border:1px solid #ccc;
            outline:none;
            line-height:30px;
            height:30px;
            vertical-align: middle;
        }
        .search-text input{
            padding-left:8px;
            border-right:none;
        }
        .search-text button{
            background:#f1d1cc;
            width:44px;
            color:#b91802;
            cursor:pointer;
        }
        .search-text button:active{
            background:#b91802;
            color:white;
        }
        .main{
            box-sizing:border-box;
            padding:30px 12px 64px;
            width:1024px;
            margin:0 auto;
            background:white;
            /**overflow: hidden;**/
        }
        /*新闻*/
        .news-list{
            padding-left:16px;
            margin-top:16px;
            list-style-type: disc;
        }
        .news-item{
            font-size:14px;
            line-height:200%;
            cursor:pointer;
        }
        .date-right{
            float:right;
            margin-right:34px;
            color:#a7a7a7;
        }
        /*侧边栏菜单*/
        .aside-tab{
            box-sizing: border-box;
            border:1px solid #ccc;
            /*height:264px;*/
        }
        .aside-tab li,.tab-title{
            box-sizing:border-box;
            padding-left:20px;
            line-height:42px;
            font-size:16px;
        }
        .tab-title{
            margin-bottom:18px;
            color:white;
            background:#b81a02;
            font-weight:normal;
        }
        .aside-tab li{
            margin:12px 0;
            color:black;
            cursor:pointer;
        }
        .aside-tab li a{
            text-decoration:none;
            display:inline-block;
            padding-right:12px;
            background:url(http://tyjr.sz.gov.cn/images/ylw_tab.png) right center no-repeat;
            color:black;
        }
        li.tab-active.tab-active{
            background-color:#f1d1cb;
            color:#b81a02;
        }
        li.tab-active a{
            background-color:#f1d1cb;
            background-image:url(http://tyjr.sz.gov.cn/images/ylw_tabActive.png);
            color:#b81a02;
        }
        /*底部*/
        .footer{
            border-top:2px solid #989898;
            padding:38px 0 44px;
            margin:0 auto;
            width:1024px;
            background:white;
        }
        .footer-text{
            line-height:40px;
            font-size:12px;
            text-align:center
        }
        /*自定义样式*/
        .float-right{
            float:right;
        }
        /*面包屑导航*/
        .crumbs{
            font-size:16px;
        }
        .crumbs-item{
            color:#333333;
            text-decoration:none;
        }
        a.crumbs-current{
            color:#a61b11;
        }
    
        .main-more{ color:#fff; }
        body a{ color:#333; }
        .memory-logo-item a:hover{ color:#a61b11; }
        .hero-detail a:hover{ color:#b91802; }
        body .footer{ background:none; color:#333; }