﻿.layout_p {
    width: 960px;
    margin: 0 auto;
    position: relative
}
.layout_left {
    width: 240px;
    height:100%;
    float: left;
    overflow: auto;
    position: relative;
}
.layout_right {
    margin-left: 241px;
}
.testPager_nav {
    position: fixed;
    margin-top: 5px;
    border-radius: 5px;
    width: 240px;
    background: white;
    overflow: auto;
}
.left_tree {
    width:238px;
    margin: 0 auto;
    overflow: auto;
}
.left_tree *{
    font-size: 12px;
}
.testPager_nav h1{
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.testPager_nav h1 span {
    color: #FF34B3;
    font-size: 20px;
    vertical-align: middle;
    font-weight: 900;
}
.testPager_nav .h-img {
    width:20px;
    height:20px;
    margin-right:8px;
    vertical-align: middle;
}
.testPager_box {
    margin: 0 auto;
    width: 700px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.testPager_box_print {
    margin-left: 0;
    margin: 0 auto;
}
.testPager-title {
    text-align: center;
    border-radius: 5px;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 0;
}
.testPager-title .title {
    font-size:22px;
    font-weight: 900;
}
.testPager-title .titleline {
    padding-top: 10px;
    font-weight: 900;
}
.testPagerStruct-Name, .testPagerStruct-Name * {
    font-size: 18px;
    font-weight: 900;
}
.subject_box_btn {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
}
.tool_leftTime {
    width: 240px;
    height: 120px;
    background: white;
    border-radius: 5px;
    position: fixed; 
    font-size: 14px;
    color: black;
    font-family:Microsoft YaHei;
    text-align: center;
    display: none;
}
.tool_leftTime img {

}
.top_tool {
    max-width: 700px;
    margin-left: 10px;
    height: 40px;
    background: #5F122B;
    border-top: 1px solid #FFDEAD;
    bottom: 0;
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    filter:alpha(opacity=70);
    -moz-opacity:0.7; 
    opacity:0.7;
}
.top_tool_btnbox {
    margin: 0 auto;
    position: relative;
}
.top_tool_btnbox .btn {
    float: right;
    margin-top: 5px;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .layout_p {
       width: 98% !important; 
    }
    .layout_left {
        display: none;
    }
    .layout_right {
        margin-left: 0;
    }
    .ke-container {
        display: none !important;
    }
    .testPager_box
    {
        width: 98% !important;
    }
}