* {
    padding: 0;
    margin: 0;
}
.tab{border:none;height:auto;}


body {
    background: #ededed;
}

ul {
    list-style: none;
}

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

.loc {
    padding: 20px 0;font-size:14px;
}

.loc a{
    display: inline;font-size:14px;
}
.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:0 30px 60px;
    margin: 0 auto;
    overflow: hidden;
    width: 1100px;
    min-height: 600px;
    //box-sizing: border-box;
}

.cont_nav_l  {
    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: 18px;
}


/*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("/uiFramework/commonResource/image/2024112109491596258.png");
}

.q-menu-five{
    background: url("/uiFramework/commonResource/image/2024112109500298088.png");
}

.q-menu-doit {
    background: url("/uiFramework/commonResource/image/2024112109501868001.png");
}

.q-menu-three {
    background: url("/uiFramework/commonResource/image/2024112109505424031.png");
}

.q-menu-four {
    background: url("/uiFramework/commonResource/image/2024112109503845834.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;
}
.cont_nav_r {float:left;width:680px;}

.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;
}


@media (max-width: 1200px) {
.container{width:100%;box-sizing: border-box;padding: 0 2%;}
.cont_nav_l{width:25%;}
.positionIicon{width: 24px;height: 24px;background-size: 100% 100%;margin-top:14px;}
.zfb .positionIicon{width: 24px;height: 24px;margin-top:14px;}
.container .menu h3{font-size:16px;}
h2 a{font-size:16px;}

.container .content{width:68%;float:right;}


}