* {
    padding: 0;
    margin: 0;
}

body {
    background: #ededed;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.loc {
    padding: 20px 0;
}

.loc a{
    display: inline;
}
.g_main a {
    display: inline;
}
.container .menu ul a {
    font-size: 14px;
    width: 200px;
    height: 26px;
    padding-left: 10px;
    display: block;
}

h2 a {
    display: block;
    font-size: 20px;
}

h2,
h3 {
    height: 51px;
    line-height: 51px;
    position: relative;
    border: 1px #ccc solid;
    margin-bottom: 10px;
}

.container {
    font-family: 微软雅黑;
    background: #fff;
    padding: 30px 60px;
    margin: 0 auto;
    overflow: hidden;
    width: 1100px;
    min-height: 600px;
    //box-sizing: border-box;
}

.container .menu {
    width: 320px;
    float: left;
}

.container .menu h3 span {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #cdcdcd;
    text-align: center;
    font-weight: bold;
    color: #cdcdcd;
    line-height: 20px;
}


/*position 菜单背景图标*/

.positionIicon {
    display: inline block;
    width: 34px;
    height: 34px;
    margin: 10px;
    float: left;
    /* margin-right: 10px; */
}

.zfb .positionIicon {
    width: 36px;
    height: 36px;
    margin: 8px;
}


/*menu图标*/

.q-menu-img {
    background: url("../images/jcml.png");
}

.q-menu-five{
    background: url("../images/jxzjcml.png");
}

.q-menu-doit {
    background: url("../images/yjzj.png");
}

.q-menu-three {
    background: url("../images/zfwj.png");
}

.q-menu-four {
    background: url("../images/zfbwj.png");
}

.container .menu h3 {
    font-size: 20px;
    cursor: pointer;
}

.container .menu ul {
    display: none;
    margin-bottom: 10px;
}

.container .menu ul li {
    height: 28px;
    line-height: 28px;
}

.container .menu ul li a:hover {
    background: #9FB6CD;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -moz-border-radius: 14px;
    color: #fff;
}

.container .menu .selected {
    background: #ccc;
    border-radius: 14px;
}

.container .content {
    margin: 15px auto;
    padding: 0 30px;
    width: 680px;
    float: left;
}

.container .content .get-menu {
    margin-left: -10px;
}

.container .content .get-menu a {
    display: inline-block;
    font-size: 15px;
    height: 40px;
}

.container .content .get-menu a:last-child {
    margin-left: -8px;
    color: #7D9EC0;
}

.container .content .get-menu span {
    display: inline-block;
    height: 40px;
    margin-left: -110px;
}

.container .content .menu1 .tab {
    display: none;
}

.container .content .menu1 .active {
    color: #bd1a2d;
    display: block;
}

.container .content .menu1 .tab p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    word-break: break-all;
}

.container .content .menu1 .tab .tt {
    font-size: 14px;
    font-weight: bold;
}


/*第二个菜单下的文档内容*/

.container .content .menu2 .tab {
    display: none;
}

.container .content .menu2 .active {
    color: #bd1a2d;
    display: block;
}

.container .content .menu2 .tab p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
    word-break: break-all;
}

.container .content .menu2 .tab .tt {
    font-size: 14px;
    font-weight: bold;
}


/*第三个菜单下的文档内容*/

.container .content .menu3 .tab {
    display: none;
}

.container .content .menu3 .active {
    color: #bd1a2d;
    display: block;
}

.container .content .menu3 .tab p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
    word-break: break-all;
}

.container .content .menu3 .tab .tt {
    font-size: 13px;
    font-weight: bold;
}