.mains{
    background: #f2f2f2;
    padding-top: .2rem;
    padding-bottom: .1rem;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.pos {
    width: 94%;
    line-height: 1.2rem;
    margin: 0.8rem auto;
    background: url(/images/position.png) no-repeat left top;
    padding-left: 1.2rem;
    box-sizing: border-box;
    font-size: .8rem;
    color: #454545;
}

.box {
    width: 94%;
    margin: 0 auto 1.2rem;
    background: #ffffff;
    box-sizing: border-box;
    padding: 1rem 1rem;
    border-radius: 6px;
    position: relative;
}

.more img {
    display: inline-block;
    margin-left: 6px;
    vertical-align: -1px;
}

.szfgb {
    font-size: 1rem;
}

.szfgb h3 {
    text-align: center;
    color: #2786E1;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: .8rem;
    font-weight: 900;
}

.szfgb h4{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: .6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}
.szfgb h4 span{
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.5rem;
}
.szfgb .choose {
    width: 40%;
    text-align: center;
    border-left: 1px solid #f0f0f0;
}

.szfgb .choose h5 {
    font-weight: bold;
    font-size: 1rem;
}

.szfgb .choose h5 img {
    width: .7rem;
    margin-left: .5rem;
    vertical-align: 3px;
}

.szfgb .choose .year ,.szfgb .choose .stage{
    width: 60%;
    text-align: center;
    font-size: .9rem;
    background: #F4F4F4;
    border-radius: 6px;
    line-height: 1.5rem;
    margin: .5rem auto 0;
}

.szfgb .info {
    line-height: 2rem;
    margin-top: .6rem;
}


h5 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: .6rem;
    font-weight: 900;
}

/*新闻列表*/
.list {
    margin: .5rem 0 1.2rem;
    padding-bottom: .8rem;
    display: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1rem;
}

.list li {
    padding: .5rem 0;
    line-height: 1.6rem;
}

.list li a {
    display: block;
    text-align:justify;
    width: 94%;
}

.list li span {
    width: 6px;
    display: inline-block;
    height: 6px;
    background: #dadada;
    margin-top: .7rem;
    float: left;
}

.list li .listTitle {
    color: #333;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 96%;
    float: right;
}

.check{
    width: 50%;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin: 1.5rem auto .8rem;
    background: #2786E1;
    color: #FFFFFF;
    border-radius: 1.2rem;
    display: block;
    font-size: 1.1rem;
}

.yearBox{
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 40vh;
    text-align: center;
    z-index: 30;
    background: #ffffff;
    overflow: hidden;
}

.yearBox .yearTitle{
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    line-height: 6vh;
    margin-bottom: 2vh;
}

.yearBox .yearTitle img {
    width: .7rem;
    margin-left: .5rem;
    vertical-align: 3px;
}

.yearBox .yearList{
    overflow: scroll;
    height: 32vh;
    font-size: .9rem;
    line-height: 2rem;
}

.stageBox{
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 40vh;
    overflow: hidden;
    z-index: 30;
    text-align: center;
    background: #ffffff;
}

.stageBox .stageTitle{
    font-size: 1rem;
    line-height: 6vh;
    font-weight: bold;
    margin-bottom: 2vh;
    border-bottom: 1px solid #dadada;
}

.stageBox .stageTitle img {
    width: .7rem;
    margin-left: .5rem;
    vertical-align: 3px;
}

.stageBox .stageList{
    overflow: scroll;
    height: 32vh;
    font-size: .9rem;
    line-height: 2rem;
}

.mantle {
    z-index: 20;
    position: fixed;
    pointer-events: auto;
    background: rgba(0, 0, 0,0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}