.article-nav{
            width: 1200px;
            display: table;
            margin: 0 auto;
            margin-top: 5px;
        }
        .article-nav .index-nav{
            width: 500px;
            float: left;
            padding-left: 25px;
            padding-top: 30px;
            margin: 0 auto;
        }
        .article-nav .index-nav a {
            text-decoration: none;
            margin-right: 20px;
            font-size: 16px;
            font-weight: 400;
            color: #333;
        }
        .active-link {
            font-size: 20px !important;
            font-weight: 500!important;
            color: #333 !important;
        }
        .web-body{
            width: 1200px;
        }
        .category-nav{
            width: 1200px;
            display: table;
            margin-top: 15px;
            margin-bottom: 5px;
        }
        .category-nav .category-tab{
            margin-top: 20px;
            padding-left: 20px;

        }
        .category-nav .category-tab a{
            padding: 5px 10px 5px 10px;
            font-size: 14px;
            font-weight: 400;
            color: #000000;
            background-color:#F7F7F7;
            border-radius: 15px;
            margin-right: 15px;
        }
        .active-cate-link{
            padding: 5px 10px 5px 10px;
            background-color:#FEC41A !important;
            border-radius: 15px;
        }
        .web-header .header .header-content .header-menu-right .login-no {
            /*line-height: 40px;*/
        }
        .article{
           width: 1200px;
           display: table;
            background-color: #fff;
        }
        .article .article-title{
            width: 90%;
            font-size: 20px;
            text-align: center;
            line-height: 35px;
            margin: 15px;
            padding-top: 30px;
        }
        .article .article-desc{
            width: 90%;
            font-size: 14px;
            margin: 0 auto;
            text-align: left;
            line-height: 30px;
        }
        .article .article-time{
            width: 90%;
            font-size: 14px;
            line-height: 30px;
            color: #333;
            text-align: center;
            border-bottom: 1px solid #eee;
            margin: 0 auto;
        }
        .article-content{
            font-size: 16px;
            line-height: 35px;
            padding-bottom: 30px;
            padding: 15px;
            width: 90%;
            margin: 0 auto;
            margin-bottom: 30px;
        }