
/**
 * iPhone 4/4s landscape & portrait
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) {
	html{font-size: 100px !important;}
}

/**
 *  iPhone 5/5s landscape & portrait
 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	html{font-size: 100px !important;}
}



@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
	html{font-size:116px !important;}
}



@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 
	html{font-size: 128px !important;}
}

body {
	text-align: center;
	font-family:"微软雅黑";
	margin:0;
	padding:0;
	font-size:0.12rem;
	color:#333333;
	background-color:#FFF
}
div,form,img,ul,ol,li,dl,dt,dd,p {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, li {
	list-style-type: none;
	text-transform: capitalize;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:0.12rem;
	font-style:normal;
	font-weight:normal;
}
h6 {
	font-size:0.12rem;
	font-weight:normal;
	margin:0.05rem auto;
}
table,td,tr,th {
	font-size:0.12rem;
}
font {
	font-size:0.12rem;
}
em {
	font-style:normal
}
/* 默认链接颜色*/
a:link {
	color: #0f0f0f;
	text-decoration:none;
}
a:visited {
	color: #929292;
	text-decoration:none;
}
a:hover {
	color: #929292;
	text-decoration:none;
}
a:active {
	color: #929292;
}
.clear-fix:after {
	display:table;
	content:"";
	width:0;
	clear:both;
}

/*横向列表*/
.list_across {
	margin:0;
	padding:0;
}
.list_across li {
	white-space: nowrap;
	float:left;
	list-style-type:none;
	display:block;
}
/*竖向列表*/
.list_erect {
	margin:0;
	padding:0;
}
.list_erect li {
	white-space: nowrap;
	clear:left;
	list-style-type:none;
	display:block;
}
.cBlack,.cBlack:link,.cBlack:visited {
	color:#000000;
}
.cBlack a,.cBlack a:link,.cBlack a:visited {
	color:#000000;
}
.cBlack a:hover {
	color:#000000;
}
.cWhite,.cWhite:link,.cWhite:visited {
	color:#FFF;
}
.cWhite a,.cWhite a:link,.cWhite a:visited {
	color:#FFF;
}
.cWhite a:hover {
	color:#FFF;
}
.left {
	float:left;
}
.right {
	float:right;
}
.blank5 {
	height:0.05rem;
	clear:both;
	font-size:1.0px;
	overflow:hidden;
}
.blank15 {
	height:0.15rem;
	clear:both;
	font-size:1.0px;
	overflow:hidden;
}
.blank10 {
	height:0.1rem;
	clear:both;
	font-size:1.0px;
	overflow:hidden;
}
.blank20 {
	height:0.2rem;
	clear:both;
	font-size:1.0px;
	overflow:hidden;
}
.top_head_box {
	width:100%;
	height:0.45rem;
	background:url(../images/top_bg.png) repeat-x;
	overflow:hidden;
	background-size: 0.02rem 0.45rem;
}
.wap_logo {
	float:left;
	padding:0.07rem;
	height: 0.31rem;
}
.wap_icon {
	float:right;
	background:url(../images/top_navimg.png) left 0.15rem no-repeat;
	background-size: 0.15rem 0.15rem;
	padding-left:0.18rem;
	height:0.43rem;
	padding-right:0.1rem;
	font-size:0.15rem;
}
.wap_icon a {
	color:#b72d2b;
	line-height:0.45rem;
	overflow:hidden;
}
.wap_nav_box {
	width:100%;
	background:url(../images/top_navbg.png) repeat-x;
	overflow:hidden;
	background-size: 0.02rem 0.6rem;
}
.wap_nav_box a {
	font-size:0.16rem;
	width:16.6%;
	line-height:0.3rem;
	float:left
}
.hot_news_box {
	width:100%;
	background-color:#f8f8f8;
	overflow:hidden;
	padding:0.1rem 0;
}
.hot_news_box h1 {
	font-size:0.24rem;
	font-weight:900;
	width:100%;
	margin:0 auto
}
.mini_title {
	padding:0 0.05rem;
	margin:0 auto;
	margin-top:0.05rem;
}
.hot_news_box span {
	color:#5b5b5b;
	line-height:0.24rem;
}
.img_box {
	padding:0 0;
}
.list_box {
	width:100%;
	overflow:hidden
}
.list_box .nav_box {
	height:0.45rem;
	background:url(../images/list_nav_bg.png) repeat-x;
	background-size: 0.02rem 0.45rem;
}
.list_box .nav_box strong {
	font-weight: 900;
	line-height:0.45rem;
	float:left;
	font-size:0.17rem;
	color:#b72d2b;
	display:inline;
	text-indent:0.25rem;
	white-space: nowrap;
}
.list_box .nav_box .link {
	font-weight: 900;
	line-height:0.45rem;
	float:right;
	font-size:0.15rem;
	color:#b72d2b;
	display:inline;
	white-space: nowrap;
	padding: 0 0.2rem 0 0.1rem;
}
.list_box .news_list {
	text-align:left;
	padding:0 0.1rem 0.0px 0.1rem;
	font-size:0.16rem;
	margin:0 auto;
	background-color: #f6f6f6;
}
.list_box .news_list li {
	border-bottom:1.0px dashed #dfdfdf;
	line-height:2;
	padding:0 0.05rem;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_box .news_list li.onepic {
	padding:0.1rem 0.05rem;
	position: relative;
	height: 0.5rem;
}
.list_box .news_list li.onepic:first-child{
	padding-top: 0.2rem;
}

.list_box .news_list li.onepic:first-child a{
	top: 0.2rem;
}

.list_box .news_list li.onepic .item_image{
	width:0.7rem;height:0.5rem;
}
.list_box .news_list li.onepic .item_title{
	height: 0.5rem;
    line-height: 0.25rem;
    display: block;
    width: 100%;
    padding-left: 0.9rem;
    position: absolute;
    left: 0;
    top: 0.1rem;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow: hidden;
    word-break: break-all;
    text-align: justify;
}

.list_box .news_list li:first-child {
    padding-top:0.05rem;
}
.list_box .news_list li:last-child {
	border-bottom: none;
}

.img_block {
	margin: auto;
	padding: 0 0.1rem 0.1rem 0.1rem;
	margin-top:0.2rem;
	background-color: #ffffff;
}

.img_block:after {
	display:table;
	content:"";
	width:0;
	clear:both;
}

.list_box img {
	width:100%;
	height:auto;
}
.list_box .left_img {
	float:left;
	width: 49%;
	max-height:1.05rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_box .right_img {
	float:right;
	width: 49%;
	max-height:1.05rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yl_nav_box {
	height:0.44rem;
	border-top:1.0px solid #CCC;
	border-bottom:1.0px solid #CCC;
	width:100%;
	background-color:#efefef
}
.yl_nav_box strong {
	line-height:0.35rem;
	height:0.35rem;
	width:0.78rem;
	float:left;
	margin:0.07rem 0 0 0.1rem;
	border-bottom:none;
	border-left:1.0px solid #b82e2e;
	border-right:1.0px solid #b82e2e;
	border-top:2.0px solid #b82e2e;
	font-size:0.16rem;
	color:#b72d2b;
	background-color:#FFF;
	display:block;
}
.yl_nav_box .link {
	float:right;
	line-height:0.44rem;
	font-size:0.18rem;
	margin-right:0.1rem;
}
.return {
	padding:0.05rem 0.0px;
	width:100%;
	background:url(../images/top_navbg.png) repeat-x;
	overflow:hidden
}
.return a {
	padding:0.05rem;
	font-size:0.16rem;
	width:80%;
	line-height:0.3rem;
	color:#FFF;
}
.return a img{
	width: 0.15rem;
	height: 0.1rem;
}
.bottom_box {
	background:url(../images/bottom_bg.png) repeat-x;
	overflow:hidden;
	padding-bottom:0.15rem
}
.bottom_box p {
	font-size:0.14rem;
	margin-top:0.1rem;
}
.bottom_nav {
	width:90%;
	margin:0 auto;
	margin-top:0.2rem;
	overflow:hidden
}
.bottom_nav a.bor_none {
	background:none
}
.bottom_nav a {
	font-size:0.16rem;
	height:0.25rem;
	line-height:0.25rem;
	width:16.6%;
	display:block;
	float:left;
	background:url(../images/bottom_bgulli.png) right 0.05rem no-repeat
}
.b_botton {
	font-size:0.14rem;
	margin-top:0.1rem;
}
.b_botton a {
	padding:0 4.0px;
}
#imgSwipe {
	margin: auto;
}
.left_img {
	position: relative;
}
.right_img {
	position: relative;
}

.left_img>p,.right_img > p {
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
}

.left_img > p > a, .right_img > p > a {
	color: #ffffff !important;
	font-size:0.12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 1.25rem;
	display: block;
	line-height: 0.2rem;
	padding: 0 0.1rem;
}
 
.nodisplay {
	display: none !important;
}
.load_more_box {
	clear: both;
	text-align: center;
	padding: 0.1rem;
	position: relative;
}
#load_more {
	border-radius: 0.15rem;
	display: block;
	width: 100%;
	clear: both;
	line-height: 0.3rem;
	font-size: 0.16rem;
	border: none;
	font-family: Microsoft Yahei;
	background-color: #eee;
}
.enter_block_box {
	clear: both;
	text-align: center;
	padding: 0.1rem;
	position: relative;
}
.enter_block {
	border-radius: 0.12rem;
	display: block;
	width: 100%;
	clear: both;
	line-height: 0.3rem;
	font-size: 0.16rem;
	border: none;
	font-family: Microsoft Yahei;
	background-color: #eee;
}
.tjxw_box {
	margin: 0.2rem auto;
}
.tjxw_box > p {
	font-size: 0.18rem;
	text-align: left;
	text-indent: 1em;
}
/*特定功能使用*/
	/*滚动图*/
	.swipe {
	overflow:hidden;
	height:2.0rem;
	position:relative;
	max-width:3.2rem;
	margin:0.1rem;
}
.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:3.2rem;
	height:2.0rem;
	background-color:#efefef;
	background-image:url(http://news.cnhubei.com/public/images/wzyilogo.jpg);
	background-position:center center;
	background-size:0.6rem auto;
	background-repeat:no-repeat;
}
.error::after {
	content:"图片加载失败";
	font-size:0.14rem;
	color:#999;
	width:1.0rem;
	height:0.32rem;
	line-height:0.32rem;
	text-align:center;
	position:absolute;
	left:1.1rem;
	top:1.0rem;
}
.timeout::after {
	content:"图片请求超时";
	font-size:0.14rem;
	color:#999;
	width:1.0rem;
	height:0.32rem;
	line-height:0.32rem;
	text-align:center;
	position:absolute;
	left:1.1rem;
	top:1.0rem;
}
.loading::after {
	content:"图片加载中";
	font-size:0.14rem;
	color:#999;
	width:1.0rem;
	height:0.32rem;
	line-height:0.32rem;
	text-align:center;
	position:absolute;
	left:1.1rem;
	top:1.0rem;
}
.swipe_pic a {
	display:block;
}
.swipe_pic img {
	width:3.2rem;
	height:2.0rem
}
.swipe_h3 {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 0.14rem;
	font-size:0.14rem;
	font-weight:normal;
	background:rgba(0,0,0,0.6);
	height:0.26rem;
	line-height:0.26rem;
	color:#fff;
	text-shadow:1.0px 1.0px 0 #000;
	text-align: left;
	padding-right: 0.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.swipe_num {
	position:absolute;
	right:0.1rem;
	bottom:0;
	z-index:100;
	font-size:0.14rem;
	color:#fff;
	height:0.26rem;
	line-height:0.26rem;
}
.swipe_num span {
	color:#48d2ff;
}