.foot p,
.tc {
    text-align: center;
}

table,
td {
    font-size: 16px;
    padding: 0;
    border-collapse: collapse;
}

img {
    border: 0;
    vertical-align: middle;
}

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

.head .fl li,
.head .fr li {
    float: left;
    line-height: 25px;
    font-size: 12px;
}

.ind {
    text-indent: 2em;
}

a {
    color: #333;
}

a:hover {
    color: #ff742c;
}

:focus {
    outline: 0;
}

a,
area {
    blr: expression(this.onFocus=this.blur());
}

.headbg {
    width: 100%;
    min-width: 1000px;
    height: 25px;
    background: #f2f2f2;
}

.head {
    width: 1004px;
    height: 25px;
    margin: 0 auto;
}

.head .fl li {
    color: #666;
    margin-right: 15px;
}

.head .fr li {
    color: #666;
    margin-right: 9px;
}

.head li a {
    color: #666;
}

.head li a:hover {
    color: #ec6941;
}

.foot p,
.foot p a {
    color: #444;
}

.foot {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}

.foot p {
    font-size: 12px;
    line-height: 22px;
}

.foot p span {
    margin-left: 10px;
    margin-right: 10px;
    color: #444;
}

.foot p a:hover {
    color: #ec6941;
}

/*# sourceMappingURL=baseZt.css.map */
.bannerbg {
    width: 100%;
    height: 500px;
    background: url(https://rs1.solution9.net/vbj/topic/red100/banner.jpg) top center no-repeat;
}

body{
    min-width: 1200px;
}
/*# sourceMappingURL=index.css.map */
.head {
    width: 1000px;
}

.gotop p:hover {
    opacity: .9;
}

.gotop {
    display: none;
    width: 40px;
    height: 190px;
    position: fixed;
    bottom: -2%;
    left: 50%;
    margin-left: 650px;
}

.gotop p {
    background: #252d1d;
    height: 40px;
    width: 40px;
    opacity: .5;
    cursor: pointer;
}


.main {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.nav {
    height: 100px;
    padding: 7.5px 0;
    line-height: 50px;
    background: #FFF6C7;
}

.nav ul {
    width: 920px;
    margin: 0 auto;
    overflow: hidden;
}

.nav li {
    width: 115px;
    float: left;
    text-align: center;
    position: relative;
}

.nav li a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    color: #430003;
}

.nav li span {
    color: #430003;
    font-size: 18px;
    position: absolute;
    right: 0px;
    line-height: 50px;
}

.content {
    background: #9c1a20;
}

.part {
    /*margin-bottom: 40px;*/
}

.part ul {
    overflow: hidden;
}

.part ul li {
    float: left;
    width: 224px;
    min-height: 200px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.part ul li:nth-child(5n+5) {
    margin-right: 0;
}
.part ul li .pic{
    width: 224px;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.part ul li .sum{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.45);
    display: none;
}
.part ul li .sum p{
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.part ul li img {
    width: 224px;
    height: 170px;
    object-fit: cover;
}

.part ul li p.tit {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    margin-top: 5px;
    color: #FFFFFF;
    overflow: hidden;
}

.part ul li p i{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background: #650206;
    margin-right: 5px;
    float: left;
    font-style: normal;
}

.part .title a{
    display: block;
    text-align: center;
    padding-top: 20px;
    color: #fff5d2;
    line-height: 90px;
    font-size: 32px;
    font-weight: bold;
}

.part.rw .title {
    background: url(//topic.visitbeijing.com.cn/site/2020/S/Hot_list/images/rwt.png) no-repeat;
}

.part.wh .title {
    background: url(//topic.visitbeijing.com.cn/site/2020/S/Hot_list/images/wht.png) no-repeat;
}

.part.cy .title {
    background: url(//topic.visitbeijing.com.cn/site/2020/S/Hot_list/images/cyt.png) no-repeat;
}

.part.jq .title {
    background: url(//topic.visitbeijing.com.cn/site/2020/S/Hot_list/images/jqt.png) no-repeat;
}

.part.zs .title {
    background: url(//topic.visitbeijing.com.cn/site/2020/S/Hot_list/images/zst.png) no-repeat;
}

.part.rd .title {
    background: url(//topic.visitbeijing.com.cn/site/2020/S/Hot_list/images/rdt.png) no-repeat;
}

@media screen and (max-width: 800px) {


    body{
        min-width: auto;
    }
    * {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        /* For some Androids */
    }

    html {
        font-size: 100px;
    }

    .headbg,
    .foot,
    .nav {
        display: none;
    }

    .content {
        padding-top: 0;
    }

    .main {
        width: 100%;
    }

    .bannerbg {
        background: url(https://rs1.solution9.net/vbj/topic/red100/banner.png) no-repeat top center;
        background-size: 100%;
        height: 2rem;
        width: 100%;
        min-width: unset;
    }

    .part {
        padding: 0 0.15rem;
        box-sizing: border-box;
        /*margin-bottom: 0.45rem;*/
    }

    .part .title {
        height: 0.5rem;
    }
    .part .title a{
        padding-top: 0;
        font-size: 0.16rem;
        line-height: 0.5rem;
    }

    .part ul li .pic{
        width: 1.4rem;
        height: 1.06rem;
    }

    .part ul li {
        float: left;
        width: 1.4rem;
        /*height: 1.02rem;*/
        overflow: hidden;
        margin-right: 0.1rem;
        margin-bottom: 0.15rem;
        min-height: auto;
    }

    .part ul li img {
        width: 100%;
        height: 1.06rem;
        display: block;
    }

    .part ul li p.tit {
        font-style: normal;
        font-weight: bold;
        font-size: 0.11rem;
        line-height: 0.17rem;
        color: #FFFFFF;
        /*height: 0.51rem;*/
        height: auto;
        overflow: hidden;
    }
    .part ul li .sum p{
        font-size: 0.1rem;
        line-height: 0.15rem;
    }

    .part ul li p i{
        margin-top: 0.01rem;
    }

    .part ul li:nth-child(5n+5) {
        margin-right: 0.1rem;
    }

    .part ul li:nth-child(2n+2) {
        margin-right: 0;
    }

}
