﻿  /*             
aside,b,blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,i,input,legend,li,ol,pre,span,td,textarea,th,ul {
	margin: 0;
	padding: 0
}
               .main
                {
                    width: 100%;
                    overflow: hidden;
                }
                
                .main .wrapper
                {
                    position: relative;
                    width: 1200px;
                    margin: 0 auto;
                    padding-top: 20px;
                    clear: both;
                }
                
                .main .wrapper .wrapper-r
                {
                    float: right;
                    width: 895px;
                }
                
                .content-sidebar
                {
                    width: 220px;
                    float: left;
                    background: #ffffff;
                    height:800px;
                }
                .content-sidebar ul
                {
                    padding-top: 5px;
                }
                .content-sidebar ul li
                {
                    width: 100%;
                    height: 45px;
                    box-sizing: border-box;
                    border-left: 4px solid transparent;
                }
                .content-sidebar ul li.active
                {
                    border-left: 4px solid #ff5a37;
                    background-color: #f5f5f5;
                }
                .content-sidebar ul li:hover
                {
                    border-left: 4px solid #ff5a37;
                    background-color: #f5f5f5;
                }
                .content-sidebar ul a li
                {
                    font-size: 18px;
                    line-height: 45px;
                    text-align: center;
                    color: #747780;
                }
                .content-text
                {
                    width: 958px;
                    float: right;
                    overflow: hidden;
                    box-sizing: border-box;
                    border: 0px solid #ff0000;
                    background: #ffffff;
                }
                .content-text .mbx
                {
                    font-size: 18px;
                    margin-bottom: 10px;
                    border-bottom: 1px solid #ddd;
                    height: 35px;
                }
                .content-text .mbx a
                {
                    color: #000000;
                }
                .content-text p
                {
                    
                      font-size: 18px;
                }
                */