@charset "UTF-8";

/* CSS Document */
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
th,
td,
img,
div,
dl,
dt,
dd,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft Yahei';
    width: 7.5rem;
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

a {
    cursor: pointer;
    text-decoration: none;
}

button,
input,
select {
    border: none;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.width {
    width: 7.2rem;
    margin: 0 auto;
}

.bg {
    width: 7.5rem;
    height: .2rem;
    background: #f5f5f5;
    clear: both;
}

/*header*/
.gd_header {
    width: 7.5rem;
    height: 1.15rem;
    padding-top: .23rem;
}

.gd_logo {
    display: block;
    float: left;
    margin-left: .17rem;
    width: 1.71rem;
}
.gd_logo a {
    display: block;
}
.gd_logo img {
    display: block;
    max-width: 100%;
}
.gd_banner{
    width: 3.43rem;
    height: 1.4rem;
    margin: 0 auto;
    background: url(img/bannertxt.png) no-repeat;
    background-size: 100% auto;
}

.mb30 {
    margin-bottom: .3rem;
}

/*banner*/
.banner {
    position: relative;
    width: 7.5rem;
    height: 3.17rem;
    background: url(img/bg.png) no-repeat;
    background-size: 100% auto;
}

/*头部-title*/
.banner .title {
    text-align: center;
    padding-top: 0.3rem;
    width: 6.37rem;
}

/*头部-咨询*/
.banner .zixun_item {
    position: absolute;
    /* bottom: -1.7rem; */
    left: 0.2rem;
    background: url(img/zixun.png) no-repeat;
    padding: 0.16rem;
    width: 7.11rem;
    margin: 0 auto;
    font-size: 0.18rem;
    line-height: 18px;
    font-family: Microsoft YaHei;
    color: #333333;
}

.banner .zixun_item .zixun span {
    width: 1.8rem;
    height: 0.56rem;
    border: 0rem;
    border-radius: 1rem;
    color: #B61A00;
    background: #ffae00;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 0.56rem;
    font-size: 0.26rem;
    font-weight: bold;
}

.banner .zixun_item .zixun span:hover {
    background: #d01105;
    color: #fff;
}

/*申论*/

.shenlun{
   padding: 0 0.2rem;
   background: #e0edf8;
}
.situation{
    background: #fff;
    padding: 0 0.56rem;
    padding-top: 1.69rem;
    padding-bottom: .59rem;
}
.situation_wrap{
    margin-top: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.situation .title{
    font-size: 0;
}
.situation .title img{
    margin-top: 0.34rem;
}
.situation_box{
    width: 2.76rem;
    height: 3.31rem;
}
.situation_title{
    margin-left: 0.3rem;
    font-size: 0.23rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .45rem;
    text-align: center;
}
.img1{
    background: url(img/qk1.png) no-repeat;
    background-size: 100% auto;
}
.img2{
    background: url(img/qk2.png) no-repeat;
    background-size: 100% auto;
}
.img3{
    width: 4.22rem;
    height: 1.84rem;
    margin-top: .44rem;
    background: url(img/qk3.png) no-repeat;
    background-size: 100% auto;
}
.img3 h4{
    line-height: .52rem;
}
.situation_box p{
    font-size: 0.16rem;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.mr45{
    margin-right: 0.45rem;
}
/*国家公务员报考条件*/
.type{
    background: #fff;
    margin-top: .6rem;
    padding-top: .5rem;
    padding-bottom: .6rem;
}

.type .title {
    font-size: 0;
    padding: 0 0.55rem;
}
.type_wrap{
    margin-top: .43rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.15rem;
}
.type_wrap .type_box{
    width: 3.04rem;
    min-height: 2.2rem;
}
.type_wrap .type_box p{
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.type_center{
    width: .7rem;
    height: 6.84rem;
    background: url(img/typelist.png) no-repeat;
    background-size: 100% auto;
}
.type_wrap .type_box span{
    display: block;
    min-width: 1.11rem;
    max-width: 1.18rem;
    height: .3rem;
    background: #FF7F4C;
    border-radius: .15rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFF;
    line-height: 0.3rem;
    text-align: center;
    margin-bottom: .1rem;
    margin-top: .2rem;
}
.type_wrap .type_box .blue{
    background: #1929DE;
}
.type_wrap .type_box .lightblue{
    background: #81B7F7;
}
.type_wrap .type_box .green{
    background: #00CC33;
}
.type_empty{
    height: 1rem;
}
.type_intro{
    font-size: 0;
}
.sntx{
    width: 2.15rem;
    height: 0.41rem;
    margin-left: .1rem;
}
.mb20{
    margin-bottom: .2rem;
}
.mb50{
    margin-bottom: .5rem;
}
.ml185{
    margin-left: 1.85rem;
}
/*国家公务员考试报考流程*/
.flow {
    margin-top: 0.24rem;
    margin-bottom: 0.4rem;
}
.bkzl{
    padding-top:.6rem;
    padding: 0 .2rem;
    background: #e0edf8;
}
.bkzl .title{
    padding: 0 .96rem;
    padding-top: .6rem;
    font-size: 0;
}
.nrtj{
    background: #e0edf8;
}
.nrtj .title{
    font-size: 0;
    margin-bottom: .68rem;
    padding: 0 1.84rem;
    padding-top: .6rem;
}
.nrtj .con_warp{
    display: flex;
    justify-content: space-between;
    padding: 0 .18rem;
    padding-bottom: .68rem;
}
.nrtj .con_warp a{
    font-size: 0;
}
.nrtj .con_warp img{
    width: 2.29rem;
    height: 1.27rem;
}
.mater_warp{
    margin-top: .72rem;
    padding: 0 .3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mater_box{
    width: 1.48rem;
    height: .33rem;
    border-radius: .15rem;
    font-size: .19rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    background: #fff;
    text-align: center;
    border: 1px solid #0066CC;
    color: #333333;
    line-height: .3rem;
}
.mater_box a{
    color: #333333 !important;
}
.mater_warp .active{
    background: #0066CC;
    color: #FFFFFF;
}
.mater_con{
    display: none;
    margin-top: .15rem;
    padding: .4rem 0 .1rem 0;
    background: #fff;
    border-radius: .16rem;
}
.on{
    display: block;
}
.mater_con p{
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: .32rem;
}
.p15{
    padding: 0 0.15rem;
}
.mater_more{
    display: block;
    margin: 0 auto;
    width: 1.88rem;
    height: .45rem;
    background: linear-gradient(0deg, #3399FF 0%, #66CCFF 100%);
    border-radius: .23rem;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF !important;
    text-align: center;
    margin-top: .21rem;
    line-height: .45rem
}
.bottom-layout {
    width: 7.5rem;
    background: white;
    z-index: 9999;
    bottom: 0rem;
}

.odm-position-fixed {
    position: fixed;
}

.service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .11rem .43rem;
}

.service .item {
    text-align: center;
    font-size: .23rem;
}

.service .item img {
    width: 0.48rem;
    height: 0.48rem;
    margin-bottom: 0.07rem;
}

a:link {
    color: #666666;
    text-decoration: none !important;
}

a {
    color: #666666;
    text-decoration: none !important;
}

.bottom {
    background-color: #1C1C1C;
    text-align: center;
    font-size: .18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: .25rem;
    margin-bottom: 1.25rem;
}

.odm-vertical-list {
    flex-direction: column;
}

.odm-flex {
    display: -webkit-flex;
    display: flex;
}

.bottom_layout_top {
    display: flex;
    justify-content: space-between;
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding: .49rem 1.05rem .4rem 1.05rem;
}

.txt-botm {
    color: #FFFFFF !important;
    font-size: .18rem !important;
}

.mt13 {
    margin-top: .13rem;
}

.odm-align-center {
    justify-content: center;
}
.mstx{
    margin-bottom: 1.25rem;
}
.mstx .title {
    padding-top: 0.54rem;
    margin-bottom: 0.35rem;
    font-size: .36rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.mstx .title img {
    width: 3.21rem;
    height: 0.37rem;
}

.mstx .mstx_img {
    padding:0 .2rem .16rem;
    font-size: 0;
    text-align: center;
}

.mstx .mstx_img img {
    width: 100%;
}