.select-tab {
    width: 19.2rem;
    height: 1.4rem;
    margin: 0 auto;
    background-color: #f3f6f6;
    padding-top: 0.14rem;
    box-sizing: border-box;
    position: relative;
}

.select-tab::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.14rem;
    background-color: #fff;
}

.select-tab ul {
    margin: 0 auto;
    height: 1.26rem;
    width: auto;
    line-height: 1.26rem;
    font-size: 0.16rem;
    display: table;
}

.select-tab ul li {

    text-align: center;
    margin-right: 0.2rem;
    font-size: 0.24rem;
    display: table-cell;
    vertical-align: middle;
}

.select-tab ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.select-tab ul li a {
    background-color: #fff;
    color: #162746;
    display: block;
    height: 0.68rem;
    max-height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    width: 2.13rem;
    height: 0.68rem;
    margin: auto;
    cursor: pointer;
    color: #333;
    margin-right: 0.2rem;
    text-decoration: none;
}

.select-tab ul li a.active {
    background-color: #162746;
    color: #fff;
}

.section {
    width: 19.2rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.86rem 0;
    box-sizing: border-box;
    min-height: 7rem;
}


.section .main {
    width: 10.5rem;
    margin: 0 auto;
}

.section .main .art-title {
    font-size: 0.36rem;
    color: #000;
    width: 100%;
    line-height: 0.5rem;
    font-family: Source Han Sans CN;
    text-align: left;
    font-weight: 400;
}

.section .main .from-bar {
    width: 100%;
    height: 0.52rem;
    line-height: 0.52rem;
    color: #999;
    font-size: 0.18rem;
    border-bottom: 1px solid #999;
    margin-top: 0.3rem;
}

.section .main .from-bar .author {
    margin-left: 1.5rem;
}

.section .main .from-bar .time-box {
    float: right;
    margin-left: 0.2rem;
}

.section .main .from-bar .time-box .back-btn {
    display: inline-block;
    margin-left: 0.18rem;
    cursor: pointer;
}

.section .main .from-bar .time-box .back-btn:hover {}

.section .main .content {
    color: #666;
    line-height: 0.32rem;
    font-size: 0.18rem;
    margin-top: 0.35rem; 
    word-wrap: break-word;
}

.section .main .content img{
	max-width:100%;
}

.section .main .content p{
   text-indent: 2em;
}

.section .main .content iframe {
    width: 100%;
    height: 900px;
    border: none;
}
.main .content .table th{
    padding: .1rem 0;
    background-color: #eee;
}

@media screen and (min-width:1100px) and (max-width:1250px) {
    .section .main .content {
        line-height: 0.35rem;
    }
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    .section .main .content {
        line-height: 0.4rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .section .main .content {
        line-height: 0.44rem;
    }
}

@media screen and (min-width:800px) and (max-width:900px) {
    .section .main .content {
        line-height: 0.5rem;
    }
}

@media screen and (max-width:800px) {
    .section .main .content {
        line-height: 0.52rem;
    }
}

.video-wrap {
    width: 100%;
    margin-top: 0.5rem;
}

.video {
    width: 100%;
    height: 6rem;
    margin: 0 auto;
}

.footeriframe {
    opacity: 1;
}

@media screen and (max-width:850px) {
    body {
        position: relative;
        min-height: 100%;
        padding-bottom: 2.78rem;
        box-sizing: border-box;
    }

    .footeriframe {
        position: absolute;
        bottom: 0rem;
        z-index: 10;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width:800px) {
    .section {
        min-height: 12rem;
    }
}

@media screen and (min-width:800px) and (max-width:900px) {
    .section {
        min-height: 11rem;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    .section {
        min-height: 9.5rem;
    }
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    .section {
        min-height: 8rem;
    }
}

@media screen and (min-width:1100px) and (max-width:1200px) {
    .section {
        min-height: 7rem;
    }
}

.slide-up {
    animation: slideup 1.5s forwards;
}

@keyframes slideup {
    from {
        position: relative;
        bottom: -50%;
        opacity: 0;
    }

    to {
        position: relative;
        bottom: 0;
        opacity: 1;
    }
}


@-ms-keyframes slideup {
    from {
        bottom: -100%;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.section pre {
    display: block;
    padding: 0.095rem;
    margin: 0 0 0.1rem;
    font-size: 0.13rem;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0.04rem;
    overflow: auto;
}

.section table {
    border-collapse: collapse;
    border: solid 1px #000;
    width: 100%;
    line-height: 120%;
}

.section table td {
    border: solid 1px #666;
    padding: 0.05rem;
}