body{
    position: relative;
}

.main .con {
    width: 94%;
    margin: .4rem auto;
    background-color: #fff;
    border-radius: .2rem;
    padding: .3rem .25rem;
    box-sizing: border-box;
}

.main .newsPic {
    position: relative;
}

.main .newsPic .swiper-tpxw {
    height: 63vw;
    width: 100%;
}

.main .newsPic .swiper-tpxw .section {
    width: 100%;
}

.main .newsPic .swiper-tpxw .section img {
    width: 100%;
    height: 50vw;
}

.main .newsPic .swiper-tpxw .section p {
    line-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .newsPic .pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: .18rem;
    z-index: 2;
}

.main .newsPic .pagination .swiper-pagination-switch {
    width: 8px;
    height: 8px;
    background: #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 .1rem;
    display: inline-block;
    transition: all 0.4s;
}

.main .newsPic .pagination .swiper-active-switch {
    background: #2c9de4;
}

.main .con .title {
    width: 100%;
    height: .6rem;
    margin-bottom: .2rem;
}

.main .news .title {
    background: url("../images/title_m_news.png") no-repeat center;
    background-size: 130% auto;
}

.main .gzdt .title {
    background: url("../images/title_m_gzdt.png") no-repeat center;
    background-size: 130% auto;
}


.main .flzc .title {
    background: url("../images/title_m_flzc.png") no-repeat center;
    background-size: 130% auto;
}

.main .ghbz .title {
    background: url("../images/title_m_ghbz.png") no-repeat center;
    background-size: 130% auto;
}

.main .gcxc .title {
    background: url("../images/title_m_gcxc.png") no-repeat center;
    background-size: 130% auto;
}

.main .gygh .title {
    background: url("../images/title_m_gygh.png") no-repeat center;
    background-size: 130% auto;
}

.main .newsList li {
    line-height: .74rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main .newsList li span {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: .15rem;
    vertical-align: .03rem;
    background: rgb(44, 157, 228);
}

.main a.more {
    display: block;
    text-align: center;
    width: 100%;
    line-height: .7rem;
    border-radius: .1rem;
    background: #e6f0f8;
    color: #2c9de4;
    margin-top: .2rem;
}

.main .gygh{
    padding-bottom: .1rem;
}

.main .gygh .line {
    margin: .4rem 0;
    width: 100%;
    height: 1px;
    background: #dee8ef;
}

.main .gygh .section{
    margin-bottom: .4rem;
}

.main .gygh .section:last-child{
    margin-bottom: .1rem;
}

.main .gygh .section .bn img {
    display: block;
    width: 100%;
}

.main .gygh .section .choose {
    margin-top: .2rem;
}

.main .gygh .section .choose span{
    font-size: .28rem;
    line-height: .64rem;
    display: inline-block;
    font-weight: bold;
}

.main .gygh .section .choose .select {
    height: .64rem;
    line-height: .64rem;
    outline: none;
    font-size: .26rem;
    color: #777;
    background: #ffffff;
}

.main .gygh .section .choose .select img{
    vertical-align: .05rem;
    width: .2rem;
}

.main .gygh .section .choose .selectBox{
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 40vh;
    left: 0;
    overflow: hidden;
    z-index: 30;
    text-align: center;
    background: #ffffff;
}

.main .gygh .section .choose .select .selectTitle{
    font-size: .32rem;
    line-height: 6vh;
    font-weight: bold;
    margin-bottom: 2vh;
    border-bottom: 1px solid #dadada;
}

.main .gygh .section .choose .selectBox .selectList{
    overflow: scroll;
    height: 32vh;
    font-size: .3rem;
    line-height: .74rem;
}

.mantle{
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 10;
}