
#header {
	background:url(../images/top-bar.png) repeat-x 0 bottom;
}
.mainleft {
	width:20%
}
.mainleft h3 {
	height:60px;
	line-height:60px;
	background:#2F3144;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:normal;
}
.mainleft ul {
	border-top:none;
	padding:0px 0;
	background:#fff
}
.mainleft ul li {
	font-size:16px;
	position:relative;
	width:100%;
}
.mainleft ul li a {
	display:block;
	height:45px;
	line-height:45px;
	width:75%;
	padding:0 12.5%;
	border-bottom:1px dotted #eee
}
.mainleft ul li a:hover,.mainleft ul li.on a {
	text-decoration:none;
	background:#F0FFFF;
	color:#E8251E
}
.mainleft ul li.on a {
	background:#fff;
}
.mainleft ul li b {
	display:block;
	width:20px;
	line-height:20px;
	height:20px;
	position:absolute;
	right:10px;
	top:10px;
	font-size:18px;
	font-family:'unmn';
}
.mainright {
	width:78%;
	background:#fff;
	box-shadow:0 0 3px #c0c0c0
}
.pos {
	height:60px;
	line-height:60px;
	padding:0 20px;
	font-size:16px;
	background: #eceff3;
	border-bottom:1px solid #eee;
}
.pos b {
	font-family:'unmn';
	font-weight:normal;
	color:#606060
}
.newslist {
	padding:20px 25px 0
}
.newslist li {
	height:40px;
	line-height:40px;
	clear:both;
	font-size:14px;
	overflow:hidden
}
.newslist li span {
	float:right;
	font-size:14px;
	color:#909090;
}
.newslist li label {
	font-family:'unmn';
	font-weight:bold;
	padding-right:5px
}
.news_title {
	padding:0 25px
}
.news_title h1 {
	height:30px;
	line-height:36px;
	font-size:18px;
	color:#202020;
	border-bottom:2px solid #E8251E;
	padding:20px 0;
	font-weight:normal;
}
.news_content .con {
	padding:20px 30px;
	height:100%;
	overflow:hidden;
	font-size:14px;
	color:#252525;
	line-height:25px;
}
.news_content .con p {
	text-indent:0em;
	padding:0px 0px;
}
@media screen and (min-width: 320px) {
	.mine_coupon_words {
	float: left;
	width: 50%;
}
}
@media screen and (min-width: 480px) {
	.mine_coupon_words {
	float: left;
	width: 50%;
	margin-top:15px;
}
}
@media screen and (min-width: 800px) {
	.mine_coupon_words {
	float: left;
	width: 50%;
	margin-top:40px;
}
}
@media screen and (min-width: 1024px) {
	.mine_coupon_words {
	float: left;
	width: 50%;
	margin-top:80px;
}
}