@charset "utf-8";

body {

    background: #950608;

}

@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: #950608;

    position: fixed;

    top: 1.1rem;

    left: 0rem;

    right: 0rem;

    margin: 0rem auto;

    z-index: 2;

    box-shadow: 2px -5px 5px #950608;

    -moz-box-shadow: 2px -5px 5px #950608;

	display: none;

}

.container .title {

    width: 7.5rem;

    height: 1rem;

    line-height: .5rem;

    text-align: center;

    margin: 1rem auto 0rem auto;

}

.container .title p {

    padding: 0rem 0rem 0rem 0rem;

    margin: 0rem 0rem 0rem 0rem;

}

.container .date {

    width: 7rem;

    height: auto;

    min-height: 5rem;

    line-height: .6rem;

    overflow: hidden;

    margin: .25rem .25rem 0rem .25rem;

    font-size: .25rem;

    color: #fff !important;

    padding: 0rem 0rem 0rem 0rem

}

.container .date .seetop {

	width: 7rem;

	height: auto;

	overflow: hidden;

	margin: .25rem .25rem 0rem .25rem;

	display: block;

}

.container .date .seetop .seeimg {

	width: 7rem;

	height: auto;

	overflow: hidden;

}

.container .date .seetop .seeimg img {

	width: 100%;

	max-width: 7rem;

	height: 100%;

}

.container .date .seetop .seename {

	width: 7rem;

	line-height: .5rem;

	font-size: .3rem;

	color: #950608;

	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important;

}

.container .date .seetop .seeexplain {

	width: 7rem;

	line-height: .5rem;

	font-size: .28rem;

	color: #d9a1a2;

	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important;

}

.container .date .new {

	width: 7.5rem;

	height: auto;

	min-height: 9rem;

	overflow: hidden;

	margin: 0rem 0rem 0rem 0rem;

}

.container .date .newtop {

	width: 3.4rem;

	height: auto;

	overflow: hidden;

	margin: .5rem 0rem 0rem .25rem;

	display: block;

	float: left;

	border-top: .05rem solid #fff;

	padding: .3rem 0rem 0rem 0rem;

}

.container .date .newtop .newimg {

	width: 3.4rem;

	height: auto;

	overflow: hidden;

}

.container .date .newtop .newimg img {

	width: 100%;

	max-height: 5rem;

	height: 100%;

}

.container .date .newtop .newname {

	width: 3rem;

	line-height: .5rem;

	font-size: .3rem;

	color: #fff;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	padding: 0rem .3rem;

	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important;

}

.container .date .newtop .newexplain {

	width: 3rem;

	line-height: .5rem;

	font-size: .28rem;

	color: #d9a1a2;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	padding: 0rem .3rem;

	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif!important;

}

