﻿div, form, img, ul, ol, li, dl, dt, dd, p, input, body, strong, select, option, span, pre, button, text {
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

body {
    padding-top: 100px;
    width: 100%;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    margin: 0 auto;
    color: #545454;
    height: auto;
    line-height: 180%;
}

a {
    text-decoration: none;
    color: #545454 !important
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

.Content {
    width: 80%;
    margin: 50px auto 0;
    padding-bottom: 50px;
    overflow: hidden;
}
/*---------- 文件通知 ------------*/
.key {
    margin: 15px 15px 22px;
}

    .key > span:nth-child(1) {
        display: block;
        margin-bottom: 30px;
        text-indent: 2em;
        /* text-align: center*/
    }

        .key > span:nth-child(1) a:hover {
            color: #8da5e3 !important
        }

        .key > span:nth-child(1) a {
            font-size: 20px;
            font-weight: bold
        }

    .key > span:nth-child(2) {
        display: block;
        text-indent: 2em;
        font-size: 15px;
        color: #777;
        line-height: 200%;
    }

.nokey ul {
    margin: 0 20px;
    min-height: 63px;
    overflow: hidden;
}

.nokey li {
    background: url(/images/listico.jpg) no-repeat left 15px;
    padding-left: 15px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    clear: both;
}

.nokey a:hover {
    color: #8da5e3 !important;
}

.nokey li > span:nth-child(1) {
    display: block;
    padding-right: 25px;
    font-size: 15px;
    float: left;
}

.nokey li > span:nth-child(2) {
    float: right;
    color: #AFAFAF;
}

.mores {
    text-align: right;
    padding-right: 10px;
    height: 40px;
    line-height: 40px
}

    .mores a {
        color: #0DA3E2 !important
    }

/*-------- 文件通知结束---------*/

/*-------- 招考报名开始 --------*/
.enroll li {
    margin: 5px;
    font-size: 15px;
    position: relative
}

.enroll a {
    display: block;
    padding: 15px;
}


.enroll .btn {
    text-align: center;
    width: 120px;
    height: 100%;
    background-color: #e85a2d;
    color: #fff;
    line-height: 155px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0%;
    right: -120px;
    z-index: 10;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.enroll li:hover {
    opacity: 1;
    z-index: 9;
    border: 1px solid #e85a2d
}

    .enroll li:hover .btn {
        opacity: 1;
        right: 0px
    }

.enroll li a > div:nth-child(1) {
    background: url(/images/_rc2.jpg) no-repeat left 12px;
    padding-left: 15px;
    line-height: 33px;
    overflow: hidden;
    clear: both;
    font-weight: bold;
    font-size: 20px;
}

.enroll li a > div:nth-child(2) {
    padding-left: 15px;
    color: #777;
    font-size: 15px;
    line-height: 150%
}

    .enroll li a > div:nth-child(2) > div {
        margin: 5px 0px
    }

.enrolldiv {
    height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* --------- 招考报名结束 -------*/

/* --------- 考试介绍栏目 -------*/
.fun-main {
    height: 330px;
    overflow: hidden
}

.funbox {
    margin-left: 4%;
    float: left;
    width: 47%;
    height: 440px;
    border: solid 1px #E4E4E4;
    background: #fff;
}

.funboxq {
    margin-top: 50px;
    float: left;
    width: 70%;
    height: 440px;
    /*border: solid 1px #E4E4E4;*/
    background: #fff;
}


.fun01 {
    margin-left: 0px;
}

.fun-title {
    height: 70px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 25px;
    color: white;
    padding-left: 15px;
    text-align: left;
    line-height: 70px;
    background-color: #498af2
}

    .fun-title > div:nth-child(1) {
        float: left;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
        margin-right: 10px
    }

    .fun-title img {
        width: 30px;
        height: 30px;
    }

.fun-con {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    color: #646464;
    line-height: 200%;
    padding-top: 15px;
    text-align: left;
    height: 80px;
    font-size: 14px;
}

.funbox .more:hover {
}

.fun03 .more {
    background: #F4911D;
}



.fun02 .more {
    background: #F55C30;
}



.fun04 {
    margin-left: 4%;
}

/*------- 常见问题 --------*/
.question {
    height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.QA {
    margin: 10px 20px 0px 20px;
    border: solid 1px #E4E4E4;
    padding: 10px 30px;
    border-radius: 10px;
}

.question > ul > li img {
    width: 40px;
    height: 40px;
}

.QA > div > div:nth-child(1) {
    width: 40px;
    height: 40px;
    float: left;
}

.QA > div > div:nth-child(2) {
    margin-left: 50px;
    line-height: 40px;
    font-size: 15px;
}

.QA_Q > div:nth-child(2) {
    font-weight: bold
}

.QA_Time {
    clear: both;
    text-align: center;
    padding-top: 15px;
}

.qcode {
    text-align: center;
    padding: 40px 20px;
}

    .qcode img {
        max-width: 100%
    }
/*-------- 滚动条 --------*/

::-webkit-scrollbar {
    width: 10px; /*对垂直流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: #fff;
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #afafaf;
    background: rgb(255, 255, 255);
}



/*----- 手机端 ----*/
.funwx {
    margin-top: 50px;
    float: left;
    width: 24%;
    height: 440px;
    border: solid 1px #E4E4E4;
    background: #fff;
}

/*------头尾-------*/

.fixed {
    position: fixed;
    top: 0px;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: auto;
    z-index: 9999;
    border-bottom: 1px solid #EFEFEF;
}

.top_2 {
    width: 1200px !important;
    margin: 0 auto;
}

.logo {
    width: 250px;
    height: 67px;
    float: left;
}

.subTitle {
    font-size: 8px !important;
    margin-top: 55px !important;
}

.top_2 {
    height: 87px;
    width: 100%;
}

    .top_2 img {
        float: left;
        margin: 25px;
        width: 50px;
    }

    .top_2 span {
        font-size: 29px;
        margin-top: 27px;
        position: absolute;
    }

.top2_right {
    float: right;
    width: 500px;
}

    .top2_right li {
        float: right;
        width: 100px;
        font-size: 15px;
        height: 67px;
        line-height: 67px;
        margin: 15px 0px 15px 0px;
        text-align: center;
    }

        .top2_right li:hover {
            color: #498AF2;
            border-bottom: 3px solid #498AF2;
        }

.on {
    color: #498AF2;
    border-bottom: 3px solid #498AF2;
}

.top2_right ul a:hover {
    color: #498AF2;
}

.mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: none;
    z-index: 995;
}

.footer {
    width: 1140px;
    margin: 0 auto;
    line-height: 30px;
    overflow: auto;
    text-align: center;
}

    .footer a {
        color: #656565;
    }

.footerbg {
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
    background-color: #eeeeee;
}
