@charset "utf-8";
body {
    background: #111;
}
/*容器*/
.container {
    width: 7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #111;
    position: fixed;
    top: 1.1rem;
    left: 0rem;
    right: 0rem;
    margin: 0rem auto;
    z-index: 2;
    box-shadow: 2px -5px 5px #000000;
    -moz-box-shadow: 2px -5px 5px #000000;
    display: none;
}
.container .abouttitle {
    width: 7.5rem;
    height: 1rem;
    line-height: .5rem;
    text-align: center;
    margin: 1rem auto 0rem auto;
}
.container .abouttitle p {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0rem 0rem 0rem;
}
.container .new {
    width: 7rem;
    height: auto;
    min-height: 9rem;
    overflow: hidden;
    margin: 0rem .25rem 0rem .25rem;
}
.container .new .single {
    width: 7rem;
    height: 1.8rem;
    overflow: hidden;
    padding: .8rem 0rem;
    display: block;
    border-bottom: .02rem dotted #3C3C3C;
}
.container .new .single .left {
    width: 1.8rem;
    height: 1.8rem;
    float: left;
    overflow: hidden;
}
.container .new .single .left ul {
    padding: 0rem;
    margin: 0rem;
}
.container .new .single .left li {
    width: 1.8rem;
    height: 1.8rem;
    float: left;
    overflow: hidden;
}
.container .new .single .left li img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .1rem 0rem .1rem 0rem;
}
.container .new .single .right {
    width: 5rem;
    height: 1.8rem;
    float: left;
    margin: 0rem 0rem 0rem .2rem
}
.container .new .single .right ul {
    padding: 0rem;
    margin: 0rem;
}
.container .new .single .right li {
    width: 5rem;
    height: .9rem;
    line-height: .45rem;
    float: left;
    overflow: hidden;
}
.container .new .single .right .righttitle {
    color: #fff;
    font-size: .29rem;
    font-family: HELVETICANEUELTPRO-THEX, Arial!important;
}
.container .new .single .right .rightexplain {
    color: #949494;
    font-size: .25rem;
}
.container .new .double {
    width: 7rem;
    height: 1.8rem;
    overflow: hidden;
    padding: .8rem 0rem;
    display: block;
    border-bottom: .02rem dotted #3C3C3C;
}
.container .new .double .left {
    width: 5rem;
    height: 1.8rem;
    float: left;
    overflow: hidden;
}
.container .new .double .left ul {
    padding: 0rem;
    margin: 0rem;
}
.container .new .double .left li {
    width: 5rem;
    height: .9rem;
    line-height: .45rem;
    float: left;
    overflow: hidden;
}
.container .new .double .left .lefttitle {
    color: #fff;
    font-size: .29rem;
    font-family: HELVETICANEUELTPRO-THEX, Arial!important;
}
.container .new .double .left .leftexplain {
    color: #949494;
    font-size: .25rem;
}
.container .new .double .right {
    width: 1.8rem;
    height: 1.8rem;
    float: left;
    margin: 0rem 0rem 0rem .2rem
}
.container .new .double .right ul {
    padding: 0rem;
    margin: 0rem;
}
.container .new .double .right li {
    width: 1.8rem;
    height: 1.8rem;
    float: left;
    overflow: hidden;
}
.container .new .double .right li img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0rem .1rem 0rem .1rem;
}
