


        main .content .page{
            margin-top: 20px;
            overflow: hidden;
            padding-top: 20px;
            margin-bottom: 2em;
            border-top: 1px solid #e5e5e5;
        }
        main .content .page .mid{
            float: left;
        }
        main .content .page .total{
            float: right;
            font-size: 12px;
            line-height: 30px;
        }
        main .content .page span{
            float: left;
            margin-right: 3px;
            background: #F2F2F2;
            transition: all linear .3s;
            padding: 5px 10px;
            font-size: 12px;
            color: #333;
        }
		main .content .page a{ display:block; width:100%; height:100%;
        }
        main .content .page span:hover,
        main .content .page span.active{
            color: #fff;
            background: #ee921f;
        }

        main .side .sonLink .box{
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px dotted #ccc;
        }
        main .side .sonLink .box .ttl{
            font-size: 16px;
            color: #333;
            text-transform: capitalize;
            margin-bottom: 10px;
        }
        main .side .sonLink .box .links a{
            position: relative;
            padding-left: 15px;
            padding-right: 20px;
            text-transform: capitalize;
            display: block;
            margin-bottom: 10px;
            font-size: 13px;
            color: #808080;
            transition: all linear .3s;
        }
        main .side .sonLink .box .links a:hover{
            color: #008486;
        }
        main .side .sonLink .box .links a:last-child{
            margin-bottom: 0px;
        }

        main .infPrevious{
            padding-top: 10px;
            border-top: 1px solid #e5e5e5;
            margin-top: 20px; 
        }
         main .infPrevious li{
            overflow: hidden; 
         }
         main .infPrevious li>*{
             float: left;
             line-height: 27px;
         }
         main .infPrevious p{
             color: #808080;
             font-size: 13px;
             text-transform: capitalize;
         }
         main .infPrevious a{
             margin-left: 10px;
             padding-left: 10px;
             font-size: 14px;
             transition: all linear .3s;
         }
         main .infPrevious a:hover{
             color: #ee921f;
             text-decoration: underline;
         }

        @media(max-width:767px){
            main .content .page .total{
                float: left;
                margin-top: 20px;
                clear: both;
            }
            main .content .page a{
                padding: 8px;
                font-size: 12px;
            }
            main .contn .side .f{
                margin-bottom: 15px;
            }
            main .contn .side .sonLink{
                padding: 15px;
                background: #f2f2f2;
                border-bottom: 1px solid #e5e5e5;
            }
        }
        @media(max-width:450px){
            main .content .page a{
                padding: 8px;
                font-size: 12px;
            }
        }