@charset "utf-8";
body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer {
	margin: 0;
	padding: 0
}
body {
	font: 14px/1.5 'XinGothic-SinaWeibo', 'Microsoft Yahei', 'helvetica', 'arial';
	color: #333;
	background: #f8f8f8;
	-webkit-text-size-adjust: none;
	min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
form {
	display: inline
}
ul, ol {
	list-style: none
}
a {
	text-decoration: none;
	color: #000
}
a:hover {
	color: #1c5aa2;
	text-decoration: none;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
textarea {
	resize: none
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button
}
input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
	color: transparent
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.break {
	word-break: break-all;
	word-wrap: break-word
}
header, footer, article, section, nav, menu, hgroup {
	display: block;
	clear: all;
}
.headBox {
	clear: both;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-bottom: 1px solid #C26565;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#DB6E19', EndColorStr='#B72323');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#DB6E19), to(#B72323));
	background: -moz-linear-gradient(#DB6E19, #B72323);
	background: -o-linear-gradient(#DB6E19, #B72323);
	background: linear-gradient(#DB6E19, #B72323);
}
.logo {
	color: wheat;
}
.navico {
	width: 40px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	background-position: 9px -30px;
	outline: none;
	text-indent: 999em;
}
.my_icon {
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 7px;
	right: 42px;
	background-position: 5px -676px;
	outline: none;
	text-indent: 999em;
}
.my_icon a {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}
.my_icon .hv_msg {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background: #0C0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 3px #FFF;
}
.my_icon img {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
a.subscribe {
	position: absolute;
	top: 9px;
	left: 10px;
	padding: 0 7px;
	display: inline-block;
	height: 25px;
	line-height: 26px;
	font-size: 13px;
	border: 1px solid #AF1010;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background: #E32727;
	z-index: 600;
	-moz-box-shadow: inset 0px 1px 0px #F55555;
	-webkit-box-shadow: inset 0px 1px 0px #F55555;
}

.navitems {
	clear: both;
	padding: 4px 0;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #B13838;
	font-size: 14px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#efefef');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#efefef));
	background: -moz-linear-gradient(#eeeeee, #efefef);
	background: -o-linear-gradient(#eeeeee, #efefef);
	background: linear-gradient(#eeeeee, #efefef);
	-moz-box-shadow: inset 0px -4px 8px -4px #d3d3d3;
	-webkit-box-shadow: inset 0px -4px 8px -4px #d3d3d3;
	box-shadow: inset 0px -4px 8px -4px #d3d3d3;
}

.navitems li {
	display: inline-block;
	width: 20%;
	text-align: center;
	line-height: 30px
}
.navitems li a {
	display: block;
	color: #A21C1C
}
.navitems_f {
	clear: both;
	padding: 4px 0;
	border-top: 2px solid #fff;
	font-size: 18px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#efefef');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#efefef));
	background: -moz-linear-gradient(#eeeeee, #efefef);
	background: -o-linear-gradient(#eeeeee, #efefef);
	background: linear-gradient(#eeeeee, #efefef);
}
.navitems_f li {
	display: inline-block;
	width: 16%;
	text-align: center;
	line-height: 30px
}
.navitems_f li a {
	display: block;
	color: #1c5aa2
}
.p_topline {
	text-align: center;
	padding-bottom: 8px
}
.p_topline_h2 {
	font-size: 18px;
	padding: 8px 0 4px;
}
.p_topline_h2 a {
	color: #1c1c1c
}
.p_topline_mate {
	font-size: 14px;
	padding-bottom: 2px;
}
.p_topline_mate a {
	color: #333;
	margin: 0 4px
}
.swipe {
	overflow: hidden;
	height: 160px;
	position: relative;
	max-width: 320px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px !important;
}
.tab_navs {
	text-align: center;
	line-height: 36px;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.tab_nav {
	float: left;
	font-size: 14px;
}
.tab_nav.selected {
	background-color: #fff;
	border-top: 3px solid #CA3636;
	position: relative;
	top: -1px;
}
.tab_nav.selected a {
position: relative;
background-color: #fff;
line-height: 35px;
margin-bottom: -2px;
}
.tab_nav a {
display: block;
text-decoration: none;
color: #222;
outline: 0;
padding: 0 8px;
border-right: 1px solid #d3d3d3;
}
.title_tab .tab_nav a {
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.tab_navs:after {
content: "\200B";
display: block;
height: 0;
clear: both;
}
.tab_navs:first-child{
	border-left: 1px solid #d3d3d3;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 99;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.swipe_pic {
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 160px;
	background-color: #efefef;
	background-image: url(../images/sina_ico.png);
	background-position: center center;
	background-size: 60px auto;
	background-repeat: no-repeat;
}
.error::after {
	content: "图片加载失败";
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 100px;
}
.timeout::after {
	content: "图片请求超时";
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 100px;
}
.loading::after {
	content: "图片加载中";
	font-size: 14px;
	color: #999;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 100px;
}
.swipe_pic a {
	display: block;
}
.swipe_pic img {
	width: 320px;
	height: 160px
}
.swipe_h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 14px;
	font-size: 14px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.6);
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
.swipe_num {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 100;
	font-size: 14px;
	color: #fff;
	height: 26px;
	line-height: 26px;
}
.swipe_num span {
	color: #48d2ff;
}
.p_tabnav {
	clear: both;
	padding: 0 1px 0 10px;
	border-top: 1px solid #d9dadc;
	border-bottom: 1px solid #d9dadc;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: inset 0px 1px 1px #fff;
	font-size: 20px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f6f6', EndColorStr='#eeeeee');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#eeeeee));
	background: -moz-linear-gradient(#f6f6f6, #eeeeee);
	background: -o-linear-gradient(#f6f6f6, #eeeeee);
	background: linear-gradient(#f6f6f6, #eeeeee);
}
.p_tabnav h3 {
	padding: 0 20px;
	color: #000;
	border-top: 2px solid #CA3636;
	background: #f8f8f8;
	height: 43px;
	line-height: 44px;
	border-left: 1px solid #d9dadc;
	border-right: 1px solid #d9dadc;
	position: relative;
	white-space: nowrap;
	float: left;
}
.p_tabnav_nav {
	overflow: hidden;
	*zoom: 1;
	text-align: right
}
.p_tabnav_nav a {
	padding: 0 8px;
	display: inline
}
.p_tabnav_nav a.updateInterest {
	color: #1c5aa2
}
.p_tabnav_nav .point {
	color: #ccc;
	font-size: 17px;
	display: inline
}
.p_tabnav h3 span {
	position: relative;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 34px;
	cursor: pointer;
	white-space: nowrap;
}
.p_tabnav h3 span em {
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	left: 0;
	top: 2px;
	background: url(../images/trun.png) no-repeat center center;
}
.p_tabnav h3 span.run em {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.index_search_wrap {
clear: both;
margin: 0px 12px 10px;
padding: 4px 0 0;
}
.index_select {
float: left;
text-align: left;
height: 36px;
line-height: 36px;
position: relative;
width: 40px;
background-position: 10px -1044px;
}
.index_searchbox {
overflow: hidden;
height: 36px;
line-height: 36px;
background: #fff;
-webkit-border-radius: 4px;
border-radius: 4px;
position: relative;
padding: 0 70px 0 0;
}
.index_search_input {
clear: both;
position: relative;
padding-left: 12px;
line-height: 30px;
}
.i_search_t {
width: 100%;
border: none;
background: none;
}
.i_search_btn {
position: absolute;
right: 0;
top: 0px;
padding: 0px 10px;
height: 36px;
line-height: px;
border: none;
background-position: -93px -1007px;
}
.index_search {
background: #fff;
clear: both;
position: relative;
border: 1px solid #dfdfdf;
height: 36px;
margin-bottom: 12px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.todaynews {
	clear: both;
	position: relative;
	padding-top: 16px;
}
.todaynews .p_newslist {
	border-bottom: 1px dashed #d9dadc;
	padding: 0;
	margin: 0 8px;
	font-size: 14px
}
.today_ico {
	display: inline-block;
	width: 21px;
	height: 30px;
	line-height: 30px;
	text-indent: 999em;
	overflow: hidden;
	background-position: right -40px;
	position: absolute;
	right: 10px;
	top: 0;
}
.p_newstab {
	overflow: hidden;
	clear: both;
}
.p_newsitem {
	overflow: hidden;
	position: relative;
}
.p_newsitem > div {
	float: left;
	width: 100%;
	position: relative;
}
.p_newslist {
	clear: both;
	padding: 7px 12px;
}
.p_newslist li {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	position: relative
}
div.lattice li{
	width: 40%;
	margin:2%;
	background-color: rgb(138,138,138);
	display: inline-block;
	text-align: center;
	padding: 5px 0px;
}
div.lattice li:hover{
	background-color: #ddd;
	cursor: pointer;
}
div.lattice{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.info {
overflow: hidden;
margin: 0 12px 10px;
}
.info li {
border-bottom: 1px solid #bdd5ee;
height: 2.78em;
}
.shield {
position: relative;
}
.verify {
padding-right: 6.9rem;
}
.verify img {
display: block;
position: absolute;
right: .43em;
top: .125em;
cursor: pointer;
}
.btn_login {
display: inline-block;
width: 100%;
padding: .855em 0;
text-align: center;
font-size: 1.25em;
background: #3a8ce1;
margin-top: 1.54375rem;
letter-spacing: .38em;
}
.info input {
width: 100%;
height: 100%;
border: none;
background-color: transparent;
vertical-align: middle;
outline-style: none;
padding-left: .315rem;
-webkit-tap-highlight-color: rgba(0,0,0,0);
tap-highlight-color: rgba(0,0,0,0);
outline: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.p_newslist li a:only-child {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_newslist li a:visited {
	color: #aaa;
}
#j_weibo_list li {
	padding-right: 0;
}
.p_addico {
	background-position: 0 -79px;
	padding-left: 14px
}
.leju_link {
	margin: 0 12px 12px;
	height: 24px;
	line-height: 24px;
	clear: both;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.leju_link a {
	display: block;
	width: auto;
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	box-flex: 1;
	flex: 1 0 auto;
	color: #1C5AA2;
	font-size: 18px;
}
.p_newslist_ico {
	position: absolute;
	right: 0;
	z-index: 10;
	text-align: right;
	top: -2px
}
.p_newslist_ico_video {
	display: inline-block;
	width: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-indent: 99em;
	background-position: right -392px
}
.p_newslist_ico_num {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	background-position: right -428px;
	padding-right: 15px;
	color: #888;
	font-size: 10px;
	font-style: normal
}
.p_newslist_tt, .p_newslist_dj, .p_newslist_bk, .p_newslist_ch {
	float: right;
	font-size: 10px;
	padding: 0 2px;
	height: 14px;
	line-height: 14px;
	color: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 12px 0 0 0;
	font-style: normal
}
.p_newslist_tt {
	background: #58aede;
	border: 1px solid #377cce;
}
.p_newslist_dj {
	background: #084995;
	border: 1px solid #082d5a;
}
.p_newslist_bk {
	border: 1px solid #12b2b5;
	background: #62bfc4;
}
.p_newslist_ch {
	border: 1px solid #b1112b;
	background: #ee2e4d;
}
.p_special {
	position: absolute;
	right: 0;
	z-index: 10;
	text-align: right;
	top: 10px;
	font-style: normal;
	display: inline-block;
	color: #fff;
	width: 30px;
	height: 14px;
	background: #c2101e;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
}
.p_exclusive {
	position: absolute;
	right: 0;
	z-index: 10;
	text-align: right;
	top: 10px;
	font-style: normal;
	display: inline-block;
	color: #fff;
	width: 30px;
	height: 14px;
	background: #5498ed;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
}
.p_cartips {
	position: absolute;
	right: 0;
	z-index: 10;
	text-align: right;
	top: 10px;
	font-style: normal;
	display: inline-block;
	color: #fff;
	padding: 0 4px;
	height: 14px;
	background: #c2101e;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
}
.p_addlist, .p_addlist.threelist, .p_addlist.twolist {
	clear: both;
	overflow: hidden;
	*zoom: 1;
	margin: 8px 12px 2px;
	border: 1px solid #e4e4e4;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f9f9f9;
}
.p_addlist li {
	float: left;
	width: 25%;
	display: inline;
	text-align: center;
	background-position: right -420px;
}
.p_addlist.threelist li {
	float: left;
	width: 33%;
}
.p_addlist.twolist li {
	float: left;
	width: 50%;
}
.p_addlist li:nth-child(2n) {
	background: #fff
}
.p_addlist a {
	color: #818181;
	display: block
}
.p_newsmore {
	clear: both;
	color: #333;
	margin: 0 12px 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 14px;
	text-align: center;
	background: #eee;
	position: relative
}
.p_newsmore:hover {
	background: #377cce;
	color: #fff
}
.sinaread_tpl>ul {
	display: none;
}
.sinaread_tpl>ul:first-child {
	display: block;
}
.appitems {
	clear: both;
	overflow: hidden;
	*zoom: 1;
	padding: 13px 8px 11px;
	color: #1c62b5;
	text-align: center;
	font-size: 12px;
	padding-bottom: 6px;
}
.appitems li {
	float: left;
	width: 18%;
	display: inline;
	position: relative
}
.appitems li a {
	color: #333;
}
.appitems li:first-child {
	width: 28%
}
.appitems li:first-child a {
	color: #1c62b5;
}
.appitems li:first-child a strong {
	color: #333;
}
.appitems li:last-child {
	background: none
}
.appitems li strong {
	display: block;
	line-height: 26px;
	line-height: 26px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.appico {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	text-indent: 999em
}
.weather_tips {
	clear: both;
	*zoom: 1;
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
	width: 55px
}
.weather_tips span {
	float: left;
	display: inline;
}
.weather_tips span img {
	width: 28px;
	height: 28px
}
.weather_tips p {
	overflow: hidden;
	*zoom: 1;
	line-height: 13px;
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
}
.weather_tips p code {
	display: block;
	border-bottom: 1px dashed #1c62b5;
	margin: 1px 0
}
.appico.wb {
	background-position: center -115px;
}
.appico.live {
	background-position: center -209px;
}
.appico.app {
	background-position: center -162px;
}
.appico.stock {
	background-position: center -266px;
}
.appico.search {
	background-position: center -303px;
}
<!--.appico.womenico {
	background-position: center -569px;
}
.appico.financeico {
	background-position: center -256px;
}
-->
.appico.photoico {
	background-position: center -663px;
}
.appico.paikeico {
	background-position: center -569px;
}
.appico.airico {
	background-position: center -617px;
}
.appico.gameico {
	background-position: center -617px;
}
.appico.yuedu {
	background-position: center -716px;
}
.appico.schoolico {
	background-position: center -763px;
}
.appico.mailico {
	background-position: center -810px;
}
.appico.airlineico {
	background-position: center -858px;
}
.appico.recruitmentico {
	background-position: center -908px;
}
.appico.tryico {
	background-position: center -960px;
}
.p_header_navlink_wbnum {
	display: none;
	position: absolute;
	left: 50%;
	top: -4px;
	background: #f03110;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 16px;
	padding: 0 2px;
	line-height: 16px;
	min-width: 14px;
	text-align: center;
	font-style: normal
}
.ad_baner {
	clear: both;
}
.ad_baner img {
	width: 100%
}
.p_piclistbox {
	clear: both;
	padding: 4px 12px 10px;
	overflow: hidden;
	*zoom: 1;
	margin: 0 auto;
	width: 296px
}
.p_piclistbox li {
	float: left;
	margin: 6px 3px 0;
	width: 142px;
	height: 124px;
	display: inline;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	background-color: #efefef;
	background-image: url(../images/sina_ico.png);
	background-position: center center;
	background-size: 60px auto;
	background-repeat: no-repeat;
}
.p_piclistbox li img {
	width: 142px;
	height: 124px;
}
.p_piclistbox_h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	height: 26px;
	line-height: 26px;
	color: #fff;
	width: 122px;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: inset 0px 1px 1px #fff;
}
.p_piclistbox_h4 {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	padding: 0 8px;
	text-align: center;
	background: rgba(28, 78, 161, 0.6);
	height: 26px;
	line-height: 26px;
	color: #fff;
	min-width: 62px;
	z-index: 999
}
.p_piclistbox_h4 span {
	background-position: 0 -470px;
	padding-left: 20px
}
.p_piclistbox_h4 span.active {
	background-position: 0 -446px;
	color: #ea3d0f
}
.stock_mate {
	clear: both;
	height: 33px;
	line-height: 33px;
	font-size: 18px;
	padding: 5px 12px 0;
	border-bottom: 1px dashed #d9dadc
}
.stock_mate span {
	font-size: 16px
}
.stock_mate p.s_p_l {
	float: left
}
.stock_mate p.s_p_r {
	float: right
}
.stockitems {
	border: 1px solid #d9dadc;
	clear: both;
	overflow: hidden;
	*zoom: 1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 8px 12px;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: inset 0px 1px 1px #fff;
}
.stockitems_dl {
	float: left;
	width: 50%;
	display: inline;
	font-size: 14px;
}
.stockitems_dl dt {
	float: left;
	width: 44px;
	display: inline;
	background: #f6f6f6;
	color: #666;
	text-align: center;
	-moz-box-shadow: inset 0px 1px 1px #fff;
	-webkit-box-shadow: inset 0px 1px 1px #fff;
	box-shadow: inset 0px 1px 1px #fff;
}
.stockitems_dl dd {
	overflow: hidden;
	*zoom: 1;
	padding: 0 0 0 10px;
}
.f_red {
	color: #ff2626
}
.f_green {
	color: #00b364
}
.tmpHeight {
	height: 12px;
}
.hard_news {
	padding-top: 0px;
}
.advertise, .puch_tips {
	clear: both;
	padding: 0 12px;
	line-height: 36px;
	background: #f1f9ff;
	font-weight: normal;
	border: 1px solid #ced8e1;
	margin: 0 12px 10px
}
.advertise span, .puch_tips span {
	background: url(http://u1.sinaimg.cn/upload/2013/11/27/45840.png) no-repeat center left;
	background-size: 14px 14px;
	padding-left: 20px;
}
.advertise a, .puch_tips a {
	color: #1c5aa2
}
.footer {
	font-size: 14px;
	border-top: 1px solid #d0d0d0;
	background: url(../images/bg.png) repeat;
	padding: 14px 12px;
	-moz-box-shadow: inset 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #fff;
	position: relative
}
.footer_c {
	clear: both;
	height: 26px;
	line-height: 26px;
}
.footer_c a, .footer_c span {
	margin-right: 15px
}
.footer_c span {
	color: #CA3636
}
.footer_t {
	color: #9a9a9a;
	font-size: 10px;
	line-height: 22px;
}
.footer_t_ico {
	background-position: 0 -494px;
	padding-left: 15px;
	margin-left: 10px;
	display: inline-block
}
.backTop {
	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
	width: 68px;
	height: 24px;
	line-height: 21px;
	color: #fff;
	text-align: center;
	background-position: 0 -530px;
	font-size: 12px;
	text-shadow: 1px 1px 0 #0835a1;
	cursor: pointer
}
.bst_wrap {
	background: url(../images/bg.png) repeat;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #d0d0d0;
	-moz-box-shadow: inset 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #fff;
	padding: 6px;
	text-align: center
}
.bst_wrap a {
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	display: inline;
	font-size: 14px
}
.bst_wrap a span {
	display: inline-block;
	background: url(../images/bstico.png) no-repeat;
	background-size: 14px auto;
	padding-left: 16px;
}
.bst_wrap a span.bst_ico1 {
	background-position: 0 8px
}
.bst_wrap a span.bst_ico2 {
	background-position: 0 -19px
}
.bst_wrap a span.bst_ico3 {
	background-position: 0 -47px
}
.bst_wrap a span.bst_ico4 {
	background-position: 0 -76px
}
.bst_wrap a span.bst_ico5 {
	background-position: 0 -104px
}
.bst_wrap a span.bst_ico6 {
	background-position: 0 -132px
}
.bst_wrap a span.bst_ico7 {
	background-position: 0 -160px
}
.bst_wrap a span.bst_ico8 {
	background-position: 0 -188px
}
.bst_wrap a span.bst_ico9 {
	background-position: 0 -216px
}
.bst_wrap a span.bst_ico10 {
	background-position: 0 -244px
}
.bst_wrap a span.bst_ico11 {
	background-position: 0 -270px
}
.bst_wrap a span.bst_ico12 {
	background-position: 0 -295px
}
.todaynews {
	clear: both;
	position: relative;
}
.todaynews .p_newslist {
	border-bottom: 1px dashed #d9dadc;
	padding: 0;
	margin: 0 8px;
}
.todaynews .p_newslist li {
	font-size: 16px;
	height: 33px;
	line-height: 33px;
}
.today_ico {
	display: inline-block;
	width: 21px;
	height: 30px;
	line-height: 30px;
	text-indent: 999em;
	overflow: hidden;
	background-position: right -40px;
	position: absolute;
	right: 8px;
	top: 0;
}
.news_recommend {
	clear: both;
	position: relative;
	background: #fdfdfd;
	border: 1px solid #d9dadc;
	margin: 0 12px 10px;
	webkit-border-radius: 3px;
	border-radius: 3px;
}
.interest_container {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 99;
}
.interest_tpl {
	height: 284px;
}
.j_loading {
	padding-top: 70px;
	text-align: center;
}
.interest_tpl .p_newslist {
	float: left;
	display: inline;
	clear: none;
	padding: 7px 0 0 0;
	position: relative;
}
.interest_tpl .p_newslist li {
	padding: 0 12px;
}
.guess_swipe_num {
	display: none;
	height: 20px;
	overflow: hidden;
	margin: 12px 8px 0 0;
}
.guess_swipe_num i {
	float: left;
	width: 11px;
	height: 20px;
	background: url(http://i2.sinaimg.cn/dy/deco/2013/1206/guess_bg.png) no-repeat;
	background-size: auto 20px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin: 0 15px 0 0;
	cursor: pointer;
}
.guess_swipe_num .next {
	background-position: right top;
	margin: 0 0 0 15px;
}
.guess_swipe_num em {
	float: left;
	width: 6px;
	height: 8px;
	font-size: 0;
	text-indent: 999em;
	border: 1px solid rgba(211, 211, 211, 0.6);
	border-width: 0 1px;
	background: #D3D3D3;
	margin: 5px 3px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
}
.guess_swipe_num em.active {
	border-color: rgba(54, 122, 202, 0.6);
	background: #CA3636;
}
.recommend_items {
	clear: both;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #fff;
	font-size: 15px;
	background: #f3f3f3
}
.recommend_items li {
	clear: both;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 12px;
}
.recommend_items li span {
	float: left;
	height: 14px;
	line-height: 14px;
	font-size: 10px;
	background: #ca1d1d;
	color: #fff;
	padding: 0 3px;
	min-width: 26px;
	text-align: center;
	margin: 10px 12px 0 0;
	font-weight: bold
}
.recommend_items li a {
	overflow: hidden;
	*zoom: 1;
	display: block;
}
.layer_wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 500;
	left: 0;
	right: 0
}
.layerbox {
	display: none;
	position: absolute;
	left: 10px;
	top: 55px;
	width: 296px;
	border: 2px solid #E32727;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f5f7f7;
	z-index: 650
}
.layer_tips, .layerbox::after, .layer_close {
	background: url(../images/layer.png) no-repeat;
	background-size: 204px auto;
}
.layerbox::after {
	content: " ";
	display: block;
	position: absolute;
	left: 32px;
	top: -19px;
	width: 33px;
	height: 19px;
	background-position: 0 0
}
.layer_cont {
	clear: both;
	padding: 14px 12px;
	position: relative
}
.layer_close {
	position: absolute;
	z-index: 700;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	text-indent: 999em;
	background-position: 0 -25px;
	right: -10px;
	top: -12px;
	cursor: pointer
}
.layer_tips {
	background-position: 0 -61px;
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 999em;
	overflow: hidden
}
.layer_btnbox {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
	*zoom: 1;
}
span.layer_btn_blue {
	width: 130px;
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	border: 1px solid #0068c2;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#35a3fe', EndColorStr='#2090f0');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#35a3fe), to(#2090f0));
	background: -moz-linear-gradient(#35a3fe, #2090f0);
	background: -o-linear-gradient(#35a3fe, #2090f0);
	background: linear-gradient(#35a3fe, #2090f0);
	-moz-box-shadow: inset 0px 1px 0px #6ebdff;
	-webkit-box-shadow: inset 0px 1px 0px #6ebdff;
}
span.layer_grey_blue {
	width: 130px;
	height: 34px;
	line-height: 34px;
	font-size: 17px;
	border: 1px solid #646464;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#868a8f', EndColorStr='#717477');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#868a8f), to(#717477));
	background: -moz-linear-gradient(#868a8f, #717477);
	background: -o-linear-gradient(#868a8f, #717477);
	background: linear-gradient(#868a8f, #717477);
	-moz-box-shadow: inset 0px 1px 0px #b9b9b9;
	-webkit-box-shadow: inset 0px 1px 0px #b9b9b9;
}
.bonus_shine {
	position: fixed;
	right: 4px;
	bottom: 3px;
	width: 68px;
	height: 70px;
	background: url(../images/all.png) no-repeat;
	background-size: 600px auto;
	background-position: -409px -690px;
	z-index: 590;
	opacity: 0;
	transition: all 1s ease-in-out;
	animation: animation0;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-transition: all 1s ease-in-out;
	-webkit-animation: animation0;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
}
@keyframes animation0 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes animation0 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes animation0 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes animation0 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}
.bonus_mark {
	position: fixed;
	right: 4px;
	bottom: 10px;
	width: 35px;
	height: 35px;
	background: url(../images/all.png) no-repeat;
	background-size: 300px auto;
	background-position: -168px -343px;
	z-index: 600;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.bonus_wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 600;
	left: 0;
	right: 0
}
.bonus_box {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -225px;
	width: 300px;
	height: 450px;
	z-index: 650;
}
.bonus_box div {
	background: url(../images/all.png) no-repeat;
	background-size: 600px auto;
}
.bonus_box .bonus_back {
	position: absolute;
	bottom: 10px;
	left: 12px;
	width: 277px;
	height: 301px;
	background-position: -4px -361px;
	z-index: 660;
}
.bonus_box .bonus_cont {
	position: absolute;
	z-index: 670;
	bottom: 168px;
	left: 2px;
	width: 288px;
	height: 288px;
	background-position: -312px 0px;
}
@keyframes animation2 {
	0% {
		bottom: 80px;
		left: 52px;
		width: 144px;
		height: 144px;
		background-position: -156px 0;
		background-size: 300px auto;
	}
	100% {
		bottom: 168px;
		left: 2px;
		width: 288px;
		height: 288px;
		background-position: -312px 0px;
		background-size: 600px auto;
	}
}
@-moz-keyframes animation2 {
	0% {
		bottom: 80px;
		left: 52px;
		width: 144px;
		height: 144px;
		background-position: -156px 0;
		background-size: 300px auto;
	}
	100% {
		bottom: 168px;
		left: 2px;
		width: 288px;
		height: 288px;
		background-position: -312px 0px;
		background-size: 600px auto;
	}
}
@-webkit-keyframes animation2 {
	0% {
		bottom: 80px;
		left: 52px;
		width: 144px;
		height: 144px;
		background-position: -156px 0;
		background-size: 300px auto;
	}
	100% {
		bottom: 168px;
		left: 2px;
		width: 288px;
		height: 288px;
		background-position: -312px 0px;
		background-size: 600px auto;
	}
}
@-o-keyframes animation2 {
	0% {
		bottom: 80px;
		left: 52px;
		width: 144px;
		height: 144px;
		background-position: -156px 0;
		background-size: 300px auto;
	}
	100% {
		bottom: 168px;
		left: 2px;
		width: 288px;
		height: 288px;
		background-position: -312px 0px;
		background-size: 600px auto;
	}
}
.bonus_box .bonus_front {
	position: absolute;
	bottom: 10px;
	left: 32px;
	width: 236px;
	height: 192px;
	background-position: -342px -445px;
	z-index: 680;
}
.bonus_box .bonus_front .bonus_txt {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 236px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fffef3;
	line-height: 20px;
	background: none;
}
.bonus_box .bonus_front p {
	margin-top: 20px;
}
.bonus_box .bonus_front a:first-child {
	display: inline-block;
	width: 100px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	border: 1px solid #ffdc6c;
	margin-right: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #be3c2f;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff090', EndColorStr='#f6c73a');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff090), to(#f6c73a));
	background: -moz-linear-gradient(#fff090, #f6c73a);
	background: -o-linear-gradient(#fff090, #f6c73a);
	background: linear-gradient(#fff090, #f6c73a);
}
.bonus_box .bonus_front a:last-child {
	display: inline-block;
	width: 100px;
	height: 27px;
	line-height: 27px;
	font-size: 14px;
	border: 1px solid #ff6689;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fa5077', EndColorStr='#f6c73a');
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fa5077), to(#e2365e));
	background: -moz-linear-gradient(#fa5077, #e2365e);
	background: -o-linear-gradient(#fa5077, #e2365e);
	background: linear-gradient(#fa5077, #e2365e);
}
.bonus_box .bonus_unfold {
	position: absolute;
	bottom: 60px;
	left: 32px;
	width: 236px;
	height: 143px;
	background-position: -24px -696px;
	z-index: 690;
}
.bonus_box .bonus_bind {
	position: absolute;
	top: -4px;
	left: 10px;
	width: 300px;
	height: 288px;
	background-position: 0 0;
	z-index: 700;
}
@keyframes animation3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes animation3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes animation3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes animation3 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.animate2 {
	animation: animation2 2s;
	-moz-animation: animation2 2s;
	-webkit-animation: animation2 2s;
	-o-animation: animation2 2s;
}
.animate3 {
	animation: animation3 3s;
	-moz-animation: animation3 3s;
	-webkit-animation: animation3 3s;
	-o-animation: animation3 3s;
}
.bjcz_pics {
	clear: both;
	text-align: center;
	margin: 0 12px 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bjcz_pics li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	box-flex: 1;
	flex: 1 0 auto;
}
.bjcz_pics li img {
	height: 70px;
	width: 70px;
	margin: 5px auto;
}
.bjcz_pics li span {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #000;
	font-size: 12px;
}
.countdown_box {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/contdownbg.jpg) repeat-x;
	background-size: 3px auto;
	padding: 12px 12px;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #868686
}
.end_examination {
	position: absolute;
	left: 12px;
	top: 12px;
	height: 20px;
	border-radius: 2px;
	line-height: 20px;
	font-size: 10px;
	color: #fff;
	background: #5391df;
	padding: 0 4px;
	font-weight: normal
}
.countdown {
	padding-left: 4px
}
.countdown strong {
	font-weight: normal;
	font-size: 18px;
	color: #b00b00;
	font-family: 'helvetica', 'arial';
}
.countdown span {
	font-size: 14px;
	display: inline-block;
	margin: 0 6px
}
.blessing {
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: url(../images/blessing_btn.gif) no-repeat;
	background-size: 50px 20px;
	position: absolute;
	right: 12px;
	top: 12px;
	border-radius: 2px;
	overflow: hidden;
	text-indent: 999em;
}
.navitems .football_li {
	height: 30px;
	width: 32%;
	text-align: center;
	vertical-align: middle
}
.navitems .football_li span {
	display: inline-block;
	vertical-align: top;
	line-height: 26px
}
.navitems .football {
	color: #BD0303;
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	background: url('../images/football.png') no-repeat;
	background-size: 30px 30px;
}
.a_rotate_css {
	-webkit-animation: a_rotate 2s .2s infinite alternate;
	-webkit-animation-name: a_rotate;
}
@-webkit-keyframes a_rotate {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(540deg);
	}
}

.column_list {
	clear: both;
	padding: 7px 12px;
}
.column_list li {
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	font-weight:bold;
	position: relative;
	padding:10px 0px;
	border-bottom: 1px solid #e7e7e7;
}


.tab_navs1 {
	text-align: center;
	line-height: 36px;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.tab_navs1:after {
content: "\200B";
display: block;
height: 0;
clear: both;
}
.tab_navs1:first-child{
	border-left: 1px solid #d3d3d3;
}
.p_newslist1 {
	clear: both;
	padding: 7px 12px;
}
.p_newslist1 li {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	position: relative
}

.p_newslist1 li a:only-child {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_newslist1 li a:visited {
	color: #aaa;
}