﻿body
{
    background-color: #f5f7f5;
}

#page
{
    width: 100%;
}

#header
{
    width: 100%;
    height: 160px;
    background: #2e48a8 url(../Images/header_bg.png) repeat-x;
    border-bottom: 3px solid #2a8411;
}

#logo
{
    width: 1000px;
    height: 120px;
    margin: 0px auto;
    background: #2e48a8 url(../Images/header.png) no-repeat;
}

#menu
{
    width: 1000px;
    height: 40px;
    margin: 0px auto;
    background: #2a8411 url(../Images/menu_bg.png) repeat-x;
}

#menu ul li
{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#menu ul li a
{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

#menu ul li.choose
{
    background: #2a8411 url(../Images/menu_choose_bg.png) repeat-x;
}

#menu_list
{
    float: left;
}

#menu_list ul
{
    color: #d4d6e0;
}

#menu_list ul li
{
    width: 140px;
}

#menu_list ul li a
{
    display: block;
    font-weight: bold;
    color: #d4d6e0;
}

#menu_list li:hover #ol_study
{
    display: block;
}

#menu_list li:hover #ol_practise
{
    display: block;
}


ol.ol_menu
{
    display: none;
    width: 140px;
    z-index: 10;
    position: absolute;
    background: #172e54 url(../Images/menu_bg.png);
    border-top: 1px solid #2a8411;
    -moz-border-radius: 10px; /* Gecko browsers */
    -webkit-border-radius: 10px; /* Webkit browsers */
    border-radius: 10px; /* W3C syntax */
}

ol.ol_menu li
{
    height: 30px;
    line-height: 30px;
    border-left: 1px solid transparent;
}

ol.ol_menu li a
{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ol.ol_menu li a:hover
{
    -moz-border-radius: 10px; /* Gecko browsers */
    -webkit-border-radius: 10px; /* Webkit browsers */
    border-radius: 10px; /* W3C syntax */
    background: #172e54 url(../Images/menu_choose_bg.png);
}

#menu_about
{
    float: right;
}

#menu_about ul
{
    color: #aaaec3;
}

#menu_about ul li
{
    padding: 0px 5px;
}

#menu_about ul li span
{
    cursor: pointer;
}

#menu_about ul li a
{
    color: #aaaec3;
}

#menu_hr
{
    width: 100%;
    height: 20px;
    clear: both;
}

#main
{
    width: 1000px;
    margin: 0px auto;
    border-left: 1px solid #e0ebdd;
    border-right: 1px solid #e0ebdd;
}

.content
{
    width: 1000px;
    margin: 0px auto;
    float: right;
    background-color: #f5f7f5;
}

#left
{
    width: 700px;
    float: left;
    margin: 0px 20px;
}

#right
{
    width: 240px;
    float: right;
}
.nav
{
    height: 29px;
    padding-top: 10px;
    border-bottom: 1px solid #b7b7b7;
}

.nav span
{
    height: 29px;
    line-height: 29px;
}

.nav img
{
    float: left;
}

.nav span.left
{
    float: left;
    font-size: 18px;
    margin-left: 15px;
}

.nav span.right
{
    float: right;
    font-size: 14px;
}

.nav span a
{
    height: 29px;
    line-height: 29px;
}

/*首页登陆表单样式*/

#login_header
{
    height: 40px;
    background: #d6dae1 url(../Images/login_bg.png) no-repeat;
}

#login_header span
{
    height: 40px;
    line-height: 40px;
    margin-left: 25px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}

#login_main
{
    height: 188px;
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 22px;
}

#loginPage_ul_login
{
    width: 200px;
    margin: 0px auto;
}

#loginPage_ul_login li
{
    margin-bottom: 10px;
}

#loginPage_ul_login li span.loginLeft
{
    float: left;
    line-height: 40px;
    letter-spacing: 1px;
}

#loginPage_ul_login li span.loginRight
{
    float: right;
}

#loginPage_ul_login li span.loginRight a
{
    line-height: 40px;
    text-decoration: underline;
    letter-spacing: 1px;
}

#loginPage_ul_loginin
{
    display: none;
}

#loginPage_ul_loginin li
{
    font-size: 14px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    padding-left: 50px;
}

#loginPage_ul_loginin li.login_out
{
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 0px;
    text-align: center;
    margin-top: 10px;
}

#login_foot
{
    height: 40px;
    background-color: #f1f1f1;
    text-align: center;
}

#login_foot span
{
    height: 40px;
    line-height: 40px;
    color: #818692;
    letter-spacing: 1px;
}

#login_foot span a
{
    color: #2047a4;
    font-weight: bold;
    text-decoration: underline;
}

/*首页系统公告样式*/

#notice_main
{
    height: 210px;
}

#notice_content
{
    height: 180px;
}

#notice_content img.notice_img
{
    width: 240px;
    height: 160px;
    margin-top: 20px;
    float: left;
}

#ul_notice
{
    margin-top: 20px;
    margin-left: 5px;
    float: right;
    height: 160px;
}

#ul_notice li
{
    width: 445px;
    height: 31px;
    border-bottom: 1px dashed #e8e8e8;
}

#ul_notice li span
{
    line-height: 31px;
}

#ul_notice li span.notice_left
{
    float: left;
    width: 385px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#ul_notice li span.notice_right
{
    float: right;
}

#ul_notice li span img
{
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

#ul_notice li span a
{
    line-height: 31px;
}


/*首页栏目分类样式*/
.nav_list
{
    height: 30px;
    background-color: #f0f0f0;
}

.nav_list ul
{
    font-size: 15px;
}

.nav_list ul li
{
    float: left;
    margin-left: 30px;
}

.nav_list ul li span
{
    display: block;
    margin-top: 5px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 3px;
    text-align: center;
    cursor: pointer;
    color: #999999;
}

.nav_list ul li span.nav_list_choose
{
    display: block;
    margin-top: 5px;
    width: 90px;
    height: 25px;
    line-height: 25px;
    background-color: #ffffff;
    letter-spacing: 3px;
    text-align: center;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    color: #3399cc;
}

.div_list div
{
    width: 350px;
    height: 150px;
    margin-top: 30px;
    float: left;
}

.div_list img.study_img
{
    float: left;
    width: 180px;
    height: 120px;
}

.div_list ul
{
}

.div_list ul li span
{
    float: left;
    width: 130px;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 25px;
}

.div_list ul li span a
{
    height: 24px;
    line-height: 24px;
    margin-left: 3px;
}

/*快捷通道样式*/

#quick
{
    margin-top: 20px;
}

#quick_header
{
    height: 39px;
    border-bottom: 1px solid #dbdbdb;
}
#quick_header img
{
    margin-top: 12px;
    margin-left: 5px;
}

#quick_header span
{
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    color: #72768a;
}

#quick_main
{
}

#quick_main ul
{
}

#quick_main ul li
{
    margin: 20px 0px;
    text-align: center;
}

/*友情链接样式*/

#link_header
{
    height: 39px;
    border-bottom: 1px solid #dbdbdb;
}

#link_header img
{
    margin-top: 12px;
    margin-left: 5px;
}


#link_main
{
    height: 135px;
}

#link_main ul li
{
    margin-top: 10px;
}

/*页脚样式*/

#footer
{
    width: 100%;
    height: 140px;
    background: #6c6a76 url(../Images/footer_bg.png) repeat-x;
}

#footer ul
{
    color: #dfdfdf;
    width: 1000px;
    height: 60px;
    margin: 40px auto;
}

#footer ul li
{
    float: left;
}

#footer ul li span
{
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin-left: 30px;
}

#footer ul li span.visit1
{
    width: 120px;
    height: 30px;
    line-height: 30px;
}

#footer ul li span.visit2
{
    width: 60px;
    height: 30px;
    line-height: 30px;
     margin-left: 0px;
}

#footer ul li span.company
{
    display: block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

/*登陆表单样式*/
.txtUserName1
{
    display: block;
    width: 170px;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    text-indent: 0px;
}

.txtUserName2
{
    background: #ffffff url(../Images/btn_u1_bg2.png) 3px center no-repeat;
}

.txtUserName3
{
    background: #ffffff url(../Images/btn_u1_bg1.png) 3px center no-repeat;
}

.txtUserPwd1
{
    display: block;
    width: 170px;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    text-indent: 0px;
}

.txtUserPwd2
{
    background: #ffffff url(../Images/btn_u2_bg2.png) 3px center no-repeat;
}

.txtUserPwd3
{
    background: #ffffff url(../Images/btn_u2_bg1.png) 3px center no-repeat;
}


/*详细页样式*/

.main_list
{
}

.main_header
{
    height: 29px;
    font-size: 18px;
    padding-top: 10px;
    border-bottom: 1px solid #b7b7b7;
}

.main_content
{
}

.main_content h1
{
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.main_content h2
{
    margin: 10px 0px;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #494A4A;
    line-height: 25px;
    background-color: #EAF9FE;
    border: 1px dashed #CCC;
}

.main_content_d
{
    font-size: 14px;
    font-family: 宋体;
    color: #000;
    line-height: 25px;
    width: 95%;
    padding: 10px 5px;
    overflow: auto;
}

.main_content_play
{
    width: 700px;
    height: 500px;
}

a.rules_att
{
    display: block;
    margin: 20px 0px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #5500DD;
    text-decoration: underline;
}


/*列表页样式*/

.main_content ul li
{
    border-bottom: 1px dashed #e8e8e8;
}

.main_content ul li span
{
    line-height: 31px;
}

.main_content ul li span img
{
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

.main_content ul li span a
{
    line-height: 31px;
}

.main_content ul li span.li_left
{
    display: inline-block;
    width: 595px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main_content ul li span.li_left1
{
    display: inline-block;
    width: 500px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main_content ul li span.li_right
{
    float: right;
}

.main_data
{
}

.main_page
{
    border-top: 1px solid #cce2ff;
    margin: 30px 0px;
}




/*图片列表*/

ul.pic_list
{
    width: 700px;
}

ul.pic_list li
{
    float: left;
    margin: 10px 10px;
    border: none;
    width: 155px;
}

ul.pic_list li img
{
    width: 155px;
    height: 112px;
}

ul.pic_list li h4
{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.pic_list li a
{
    line-height: 30px;
}













#study_menu_head
{
    height: 40px;
    background: #d6dae1 url(../Images/study_bg.png) no-repeat;
}

#study_menu_head span
{
    height: 40px;
    line-height: 40px;
    margin-left: 25px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}

#study_menu_main
{
    background-color: #f8f8f8;
    text-align: left;
}

#study_menu_main ul
{
    margin: 0px auto;
}

#study_menu_main ul li.li_first
{
    padding-top: 15px;
}

#study_menu_main ul li
{
    padding-bottom: 15px;
}

#study_menu_main ul li span
{
    margin-left: 25px;
}

#study_menu_main ul li span img
{
    width: 6px;
    height: 6px;
    margin-right: 8px;
}

#study_menu_main ul li span a
{
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #656565;
}

#study_menu_main ul li span a.choose
{
    color: #083F84;
    font-weight: bold;
}

/*题库列表样式*/

.container-question
{
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.single-question
{
    border-bottom: 1px solid #dbdbdb;
}


.main_question_list
{
    margin: 30px 0px;
}

.main_question_list h3
{
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    display: block;
}

.main_question_list ul li
{
    font-size: 14px;
    border: none; /*margin-left: 20px;*/
}

.main_question_list span
{
    height: 32px;
    line-height: 32px;
}

.main_question_list span.right_answer
{
    line-height: 40px;
    display: inline-block;
    width: 80%;
    margin-right: 30px;
    color: Red;
    font-size: 16px;
}

.main_submit
{
    margin: 30px 0px;
}

.main_submit span
{
    display: block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    margin: 0px auto;
    background: url(../Images/btn_submit.png) no-repeat;
    cursor: pointer;
}


.table
{
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.table td
{
    padding: 5px 0px;
}

.paper-name
{
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

.exam-name
{
    width: 100%;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.exam-list-container
{
    margin-bottom: 20px;
}

.exam-list
{
    display: inline-block;
    width: 49%;
}

.button
{
    outline: none;
    border: 0;
    cursor: pointer;
    border: 1px solid #1dacf9;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    background: #2da5ec;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    background-color: #1dacf9;
}


.button-container
{
}
