﻿@charset "utf-8";

body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
/*h1, h2, h3, h4, h5, h6{font-size:12px;font-weight:normal}*/
/*body>div{margin:0 auto}
div {text-align:left}*/
a img {
    border: 0;
}
/*body { color: #333; text-align: center; font: 12px "宋体"; }*/
ul, ol, li {
    list-style-type: none;
    vertical-align: 0;
}

a {
    outline-style: none;
    color: #535353;
    text-decoration: none;
}

    a:hover {
        color: #D40000;
        text-decoration: none;
    }





/************************************* 中间导航菜单 ***************************************/
body {
    margin: 0 auto;
    font: 12px/22px 'Microsoft Yahei','\5b8b\4f53',微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
    color: #131313;
}

#navmenu {
    font-size: 14px;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background: #3a2c22;
    float: left;
}

    #navmenu ul {
        float: left;
        width:95%;
    }

        #navmenu ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 0 0 2px;
    width: 8%;
        }

            #navmenu ul li a {
                color: #ffffff;
                float: left;
                font-size: 15px;
                padding: 0px 5px;
            }

                #navmenu ul li a:hover {
                    color: #fff;
                    text-shadow: 1px 1px 1px #000000;
                    border-radius: 3px;
                    background: #ffa52e;
                }

            #navmenu ul li ul {
                position: absolute;
                top: 37px;
                left: 0;
                width: 160px;
                background: #850001;
                filter: alpha(opacity=90);
                opacity: .9;
                -moz-opacity: .9;
                display: none;
            }
                /*二级菜单*/
                #navmenu ul li ul li {
                    background: none;
                    float: left;
                    border-bottom: 1px #ffffff solid;
                    padding: 4px;
                    display: block;
                    margin-left: 2px;
                }

                    #navmenu ul li ul li a {
                        float: none;
                        border-radius: 5px;
                        color: #ffffff;
                        display: block;
                        font-size: 14px;
                        line-height: 30px;
                        padding: 3px 10px;
                        width: 130px;
                    }

                        #navmenu ul li ul li a:hover {
                            background: #AA0000;
                        }
                    /*三级菜单*/
                    #navmenu ul li ul li ul {
                        position: absolute;
                        top: 0;
                        left: 160px;
                        width: 180px;
                        background: #3a3a3a;
                        filter: alpha(opacity=90);
                        opacity: .9;
                        -moz-opacity: .9;
                        display: none;
                    }

                        #navmenu ul li ul li ul li {
                            background: none;
                            float: left;
                            border-bottom: 1px #535252 solid;
                            padding: 4px;
                            display: block;
                            width: 150px;
                            margin-left: 2px;
                        }

                            #navmenu ul li ul li ul li a {
                                float: none;
                                border-radius: 5px;
                                color: #CFC5AC;
                                display: block;
                                font-size: 14px;
                                line-height: 30px;
                                padding: 3px 10px;
                                width: 150px;
                            }

                                #navmenu ul li ul li ul li a:hover {
                                    background: #1A1A1A;
                                }




/************************************左侧导航菜单*****************************************/
.left_nav_content {
    /*width: 165px;*/
    /*height: 300px;*/
}

    .left_nav_content > ul {
        list-style-type: none;
        width: 168px;
    }


#left_nav_layer {
    /*position: fixed;*/
    /*left: -160px;*/
    /*z-index: 200;*/
    /*background-color:#423d26;*/
}
/**html,*html body{background-image:url(/static/css/about:blank);background-attachment:fixed}
*html #left_nav_layer{position:absolute;top:expression(eval(document.documentElement.scrollTop + 150));}*/

#nav_layer_trigger {
    float: left;
    position: relative;
    height: 100%;
}

#left_layer_content {
    float: left;
    /*margin-left: -4px;*/
    background-color: #3a2c22;
    height: 100%;
    /*display:none;*/
}


.dropdown .dropdown-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
    color: white;
    background: #3a2c22;
    -moz-box-shadow: 0 1px 0 #5e412c inset, 0 -1px 0 #5e412c inset;
    -webkit-box-shadow: 0 1px 0 #5e412c inset, 0 -1px 0 #5e412c inset;
    box-shadow: 0 1px 0 #5e412c inset, 0 -1px 0 #5e412c inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.dropdown .dropdown-menu li {
    padding: 0;
}

    .dropdown .dropdown-menu li a {
        display: block;
        color: #6e6e6e;
        background: #eeeeee;
        -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
        -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
        box-shadow: 0 1px 0 white inset, 0 -1px 0 #d4d4d4 inset;
        text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
        padding: 10px 10px;
    }

.dropdown .show {
    display: block;
}
/*::-webkit-scrollbar-track-piece {
	background-color:#f5f5f5;
	border-left:1px solid #d2d2d2;
}
::-webkit-scrollbar {
	width:6px;
	height:6px;
}
::-webkit-scrollbar-thumb {
	background-color:#c2c2c2;
	background-clip:padding-box;
	border:1px solid #979797;
	min-height:28px;
}
::-webkit-scrollbar-thumb:hover {
	border:1px solid #636363;
	background-color:#929292;
}*/

.dropdown .hide {
    display: none;
}
/*.trigger_icon {
    overflow: hidden;
}*/

.trigger_icon {
    display: block;
    width: 26px;
    height: 38px;
    /*background: url(../Html/images/layer_trigger.png) no-repeat;*/
    background-image: url(icon/left.png);
    background-size: 23px 38px;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: center;
    color: #000;
    bottom: 50%;
    left: 0;
    position: absolute;
}

.topcontent {
    width: auto;
    height: 100%;
    float: left;
    border: 1px solid gray;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.taskcontent100 {
    width: 100%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.taskcontent50 {
    width: 50%;
    height: 100%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.rigth-menu {
    width: 100px;
    height: 100%;
    float: left;
    background-color: #3a2c22;
    text-align: center;
}

    .rigth-menu ul li {
        height: 50px;
    }

        .rigth-menu ul li a {
            line-height: 50px;
            display: block;
            height: 50px;
            font-weight: bold;
            font-size: 15px;
            color: #fff;
        }

            .rigth-menu ul li a:hover {
                background-color: #ffa52e;
            }

.bgcolorffa52e {
    background-color: #ffa52e;
}

#examLog table {
    border-collapse: collapse;
    width: 100%;
}
    #examLog table tr {
        width: 100%;
    }

        #examLog table tr td:nth-child(1) {
            width: 20px;
        }

        #examLog table tr td:nth-child(2) {
            width: 80px;
        }

        #examLog table tr td:nth-child(3) {
            width: 80px;
        }

#rank table {
    border-collapse: collapse;
    width: 100%;
}

    #rank table tr td:nth-child(1) {
        width: 20%;
    }

    #rank table tr td:nth-child(2) {
        width: 30%;
    }

    #rank table tr td:nth-child(3) {
        width: 30%;
    }

.tdheaderc {
    text-align: center;
    font-weight: 700;
}
.tdheaderl {
    text-align: left;
    font-weight: 700;
}
/*.dropdown .dropdown-menu::-webkit-scrollbar-track-piece {
	background-color:#f5f5f5;
	border-left:1px solid #d2d2d2;
}
.dropdown .dropdown-menu::-webkit-scrollbar {
	width:6px;
	height:6px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
	background-color:#c2c2c2;
	background-clip:padding-box;
	border:1px solid #979797;
	min-height:28px;
}
.dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
	border:1px solid #636363;
	background-color:#929292;
}*/





/**************************显示大图*****************************/
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.6;
    cursor: pointer;
}

#bigImg {
    display: none;
    position:absolute;
    z-index: 1002;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
    /*width: 600px;
    height: 600px;
    margin-top: -300px;
    margin-left: -300px;*/
}

#closeicon {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1;
    top: -14px;
    right: -15px;
    outline: none;
    text-indent: -9999px;
    background: url(../../../../Content/icon/sprite.png) transparent no-repeat 0 0;
}
#tasklist li {
        float:left;height:50px;line-height:50px;
      
    }
     #tasklist li label{
      font-size:16px

    }
    #tasklist li label input[type='radio'] {
        height:16px;width:16px;
        vertical-align:middle
    }



.color-icons {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -3px;
    vertical-align: text-top;
    background: url(../Content/css/img/icons-color.png);
}

.page_white_zip_co {
    background-position: -980px -120px !important;
}