/*banner*/

#banner {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    background: url("../images/banner_3.png") no-repeat 0 0;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #ffffff;
}

#banner>div>h2 {
    font-size: 30px;
    padding-top: 30px;
    font-weight: normal;
}

#banner>div>p {
    font-size: 0.875em;
    padding: 15px 0;
}

#banner>div>a {
    display: inline-block;
    line-height: 36px;
    width: 190px;
    border-radius: 18px;
    background: #fff;
    color: #000;
}

#banner>div>a:hover {
    color: #fff;
    background: #5CD29D;
}

.exam_zy {
    background: #FAFAFA;
    min-height: 500px;
    padding-bottom: 30px;
}

.zy_lf {
    width: 320px;
    padding-top: 20px;
}

.left_kuang {
    width: 280px;
    margin: auto;
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    -moz-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
}

.left_kuang>li {
    width: 280px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.left_kuang>li:first-child {
    background: #707070;
    color: #4ae9a0;
}

.left_kuang>li>a,
.left_kuang>li>h3>a {
    display: inline-block;
    width: 280px;
    line-height: 70px;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.left_kuang>li>a:hover {
    color: #4ae9a0;
    border-left-color: #4ae9a0;
}

.left_kuang>li>h3>a:hover {
    color: #4ae9a0;
    border-left-color: #4ae9a0;
}

.left_lianxi {
    padding: 20px;
}

.left_lianxi>h2 {
    padding-left: 10px;
    font-weight: normal;
    margin: 5px 0;
    border-left: 3px solid #4ae9a0;
}

.left_lianxi>p {
    line-height: 25px;
    padding-left: 13px;
    font-size: 16px;
    color: #979797;
}

.left_lianxi>a {
    margin-left: 20px;
    margin-top: 20px;
    display: inline-block;
    width: 230px;
    height: 60px;
    border: 1px solid #ddd;
    color: #4ae9a0;
    line-height: 60px;
    text-align: center;
    background: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 0 15px 0 #ddd;
    -moz-box-shadow: 0 0 15px 0 #ddd;
    box-shadow: 0 0 15px 0 #ddd;
}

.left_lianxi>a:hover {
    color: #fff;
    background-color: #5CD29D;
}

.zy_lf a img {
    padding-left: 20px;
}

.zy_rt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 880px;
    padding: 20px;
    background: #fff;
}

.zy_rt>p:first-child {
    border-bottom: 1px solid #dddddd;
    line-height: 28px;
}

.zy_rt>p:first-child>a:hover {
    color: #4ae9a0;
}


/*备考*/

.beikao {
    display: none;
    margin-top: 10px;
}

.remen {
    border: 1px solid #ccc;
    width: 95px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    color: #979797;
    position: relative;
}

.remen>b {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top-color: #999;
}

.remen>ul {
    display: none;
    width: 65px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    position: absolute;
    background: #ffffff;
    left: 15px;
    z-index: 10;
}

.remen>ul a:hover {
    color: #4ae9a0;
}

.beikao>p {
    color: #979797;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
}

.beikao>p>span {
    margin-top: 21px;
    float: right;
    display: inline-block;
    width: 75px;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
    background: url("../images/jht2.png") no-repeat 0px -27px;
}

.beikao>p>b {
    margin-top: 21px;
    float: right;
    display: inline-block;
    width: 100px;
    height: 15px;
    padding-left: 20px;
    line-height: 15px;
    background: url("../images/jht2.png") no-repeat 0px -50px;
}

.page {
    padding-top: 50px;
    text-align: center;
}

.page li {
    display: inline-block;
}

.page li>a {
    display: inline-block;
    padding: 0 5px;
    line-height: 40px;
    font-weight: bold;
}

.hover_a {
    color: #46DCBF;
}

.page li>a:hover {
    color: #46DCBF;
}

.page li:first-child>a,
.page li:last-child>a {
    width: 70px;
    background: #5CD29D;
    border-radius: 5px;
    color: #ffffff;
    font-weight: normal;
}

.beikao_xiang {
    padding-top: 10px;
}

.beikao_xiang>ul {
    height: 30px;
    background: #5CD29D;
}

.beikao_xiang>ul>li {
    height: 14px;
    margin: 6px 0 7px;
    float: left;
    padding: 0 25px;
    border-right: 2px solid #fff;
    line-height: 17px;
}

.beikao_xiang>ul>li>a {
    vertical-align: top;
}

.beikao_xiang>ul>li:last-child {
    border: 0;
}

.beikao_xiang>ul a {
    color: #fff;
}

.beikao_xiang>ul>li>b {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("../images/jht2.png") no-repeat -19px -24px;
}

.beikao_xiang>ul>li:nth-child(2)>b {
    background-position: -43px -24px;
}

.beikao_xiang>ul>li:nth-child(3)>b {
    background-position: -59px -24px;
}

.beikao_xiang>ul>li:nth-child(4)>b {
    background-position: -80px -24px;
}


/*网站地图*/

.beikao_xiang>h1 {
    margin-top: 10px;
    border-left: 3px solid #4ae9a0;
    padding-left: 8px;
    font-size: 20px;
}

.map {
    padding-left: 15px;
}

.map>h4 {
    padding: 15px 0;
}

.map>h4 a {
    color: #4ae9a0;
    font-size: 18px;
}

.map>dl {
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 10px;
}

.map>dl>dt,
.map>dl>dd {
    float: left;
}

.map>dl>dt {
    padding: 0 60px 0 0;
    font-weight: bold;
    border-right: 2px solid #DDD;
    min-width: 150px;
}

.map>dl>dt a {
    color: #000;
}

.map>dl>dt a:hover {
    color: #4ae9a0;
}

.map>dl>dd>a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #b2b2b2;
    min-width: 100px;
}

.map>dl>dd>a:hover {
    color: #4ae9a0;
}