@charset "utf-8";
.maxW {
    width: 80vw;
}

.header {
    background-image: url(../images/07.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 20vw;*/
  	height: 24.84vw;
    padding-top: .35rem;
}

header.header img {
    width: 76%;
    margin: auto;
}

main.maxW.webmain {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.artit {
    /* font-size: .44rem; */
    font: bold 38px/150% "Microsoft Yahei";
    font-family: Lantinghei SC;
    font-weight: bold;
    color: rgba(64, 65, 65, 1);
    border-bottom: 1px solid #404141;
    padding-bottom: .37rem;
}

.artsource {
    font-size: .2rem;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: rgba(64, 65, 65, 1);
    margin-top: .17rem;
    margin-bottom: .1rem;
}

.artpubtime {
    font-size: .2rem;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: rgba(64, 65, 65, 1);
    margin-bottom: .3rem;
}

.artcon p {
    font-size: .24rem;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: rgba(64, 65, 65, 1);
    line-height: 34px;
    text-indent: 2em;
}

.artcon>img {
    margin-bottom: .3rem;
}

.leftside {
    flex: 3;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -ms-flex: 3;
}

.rightside {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    margin-left: 6%;
    /* overflow: visible; */
    padding-top: 1.1rem;
}

a.rightlistitem {
    font-size: .24rem;
    font-family: Lantinghei SC;
    /* font-weight: bold; */
    color: rgba(46, 47, 47, 1);
    line-height: .32rem;
    margin-bottom: .2rem;
    position: relative;
    padding-left: .25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.rightlistitem:before {
    content: "●";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: .2rem;
}

.maincon.flexbox {
    padding-top: .3rem;
}

.rightlist {
    border: #efefef 1px solid;
    padding: 15px;
}

body {
    background-color: #fff;
}


/* 适配移动端 */

@media screen and (max-width: 768px) {
    .maxW {
        width: 100%;
    }
    main.maxW.webmain {
        padding-top: 0;
    }
    .mhead {
        /* margin-bottom: .5rem; */
    }
}