/*
// +----------------------------------------------------------------------
// | caosan [ learn a little more each day . ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016 All rights reserved.
// +----------------------------------------------------------------------
// | Author: caosan <iamcl@vip.qq.com>
// +----------------------------------------------------------------------
*/
@charset "utf-8";
.container {
	position: relative;
}
.wrap-370 {
	width:370px;
	overflow: hidden;
}
.wrap-490 {
	width:490px;
	overflow: hidden;
}
.wrap-290 {
	width:290px;
	overflow: hidden;
}
/*焦点图*/
.focus {
	width: 550px;
	position: relative;
	overflow: hidden;
	height: 330px;
	background: #fff;
}
.focus .bd {
	display: block;
	position: relative;
	z-index: 0;
}
.focus .bd li {
	height: 330px;
	overflow: hidden;
}
.focus .bd li img {
	display: block;
}
.focus .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.focus .hd ul {
	text-align: center;
}
.focus .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background: url(../img/dot.png) 0 -16px;
	overflow: hidden;
	filter: alpha(opacity=70);
	opacity: 0.7;
	vertical-align: top;
	line-height: 9999px;
}
.focus .hd ul .on {
	background-position: 0 0;
}
.focus .timer {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	filter: alpha(opacity=40);
	opacity: 0.4;
	font-size: 0;
	overflow: hidden;
}
.focus .bd li img {
	width:100%;
	min-height:330px;
}
/*头条*/
.headline {
	width:650px;
	height:330px;
	background:#fcfcfc;
	box-sizing: border-box;
	padding:15px 30px;
	overflow: hidden;
}
.headline .item {
	border-bottom:1px dashed #c1c1c1;
	padding-bottom:10px;
	margin-bottom:10px;
}
.headline .item:last-child {
	border:none;
	padding-bottom:0;
	margin-bottom:0;
}
.headline h1 a {
	font-size: 22px;
	width:555px;
	height:23px;
	line-height:22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
.headline p {
	text-indent: 0;
}
/*政策解读 药品资讯*/
.readas {
	height:380px;
}
.readas .heading {
	position: relative;
	height:42px;
	margin-bottom: 15px;
}
.readas .heading em a {
	width:248px;
	height:42px;
	line-height:42px;
	text-align: center;
	color:#fff;
	background:#ff9f00;
	position: absolute;
	display: inline-block;
	font-size:18px;
	font-family: "MicrosoftJhengHei","微软雅黑";
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border-radius: 50px;
	margin-left:61px;
	z-index:2;
	transition: all 0.2s;
}
.readas .heading em a:hover {
	background:#f80;
}
.readas .heading .line {
	width:100%;
	height:1px;
	border-top:1px solid #dcdcdc;
	position: absolute;
	top:21px;
	z-index:1;
}
.readas .img {
	width:100%;
	height:136px;
}
.readas .img img {
	width:100%;
	min-height:136px;
}
.news {
	height:380px;
}
.news .heading {
	position: relative;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}
.news .heading .text {
	font-size:20px;
	font-family: "微软雅黑";
	position: absolute;
	z-index: 2;
}
.news .heading .text span {
	font-size:14px;
	color:#f2e8d4;
}
.skew {
	width:43px;
	height:43px;
	transform: skew(-20deg);
	background:#f1f5f3;
	position: absolute;
	top:0;
	left:10px;
	z-index:1;
}
.news h2 {
	height:23px;
	overflow: hidden;
	font-size:18px;
	border-left:3px solid #eee;
	text-indent: 10px;
	margin-top:15px;
	transition: all 0.1s;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news h2:hover {
	border-left:8px solid #eee;
}
.news .heading ul {
	border-top:none;
	font-size:12px;
}
.news .heading ul li {
	display: inline;
}
.news .heading ul a {
	color:#666;
}
.news p {
	text-indent: 0;
	margin:10px 0;
}
.news ul {
	border-top:1px dashed #c1c1c1;
}
.notice {
	height:380px;
	position: relative;
}
.notice .heading {
	width:100%;
	height:42px;
	line-height:42px;
}
.notice .heading a {
	width:50%;
	text-align: center;
	border: 1px solid #fcfcfc;
    font-family: "微软雅黑";
    font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
	float:left;
}
.notice .heading a.on {
	background: #fcfcfc;
}
.notice ul {
	margin-top:15px;
	position: absolute;
	left:6px;
	padding-left: 10px;
	z-index:2;
}
.notice ul li {
	line-height:25px;
	border-bottom:1px dashed #eee;
	padding-bottom:4px;
	margin-bottom: 8px;
}
.notice ul li:nth-child(5) {
	border-bottom:0;
}
.notice ul li em {
	text-indent: -14px;
	margin-bottom:4px;
	color:#1e6c39;
	display: block;
}
.notice ul li em span {
	width:8px;
	height:8px;
	border:1px solid #1e6c39;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	margin-right:5px;
}
.notice ul li a {
	width:274px;
	margin-left:5px;
	height:15px;
	line-height:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.notice .line {
	width:1px;
	height:308px;
	border-left:2px solid #f1f5f3;
	position: absolute;
	left:6px;
	bottom:8px;
	z-index:1;
}
