@charset "utf-8";
body {
    background: #000000;
}
@font-face {
    font-family: 'Taipei-Sans';
    src: url('../font/Taipei-Sans.ttf');
}
/*容器*/
.container {
    width: 7.5rem;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000000;
    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 #d1d1d1;
}
.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: 100%;
    height: 100%;
    border-radius: 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: #ffffff;
    font-size: .29rem;
	font-weight: bold;
    font-family: 'Taipei-Sans', Arial!important;
}
.container .new .single .right .rightexplain {
    color: #777777;
    font-size: .25rem;
}
.container .new .double {
    width: 7rem;
    height: 1.8rem;
    overflow: hidden;
    padding: .8rem 0rem;
    display: block;
    border-bottom: .02rem dotted #d1d1d1;
}
.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: #ffffff;
	font-weight: bold;
    font-size: .29rem;
    font-family: 'Taipei-Sans', Arial!important;
}
.container .new .double .left .leftexplain {
    color: #777777;
    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: 100%;
    height: 100%;
    border-radius: 0rem;
}
