﻿@import url("mobile_system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center; width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage .CMS_ConGoPage_page{display:none;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*全站标题栏颜色设置，如果需要列改默认手机模板的颜色，只需改以下几个样式即可*/.heda-top-color{color:#fff; background-color:#3274cb;}.heda-title-color{color:#fff; background-color:#3274cb;}.heda-con-newstab .hd{border-bottom:1px solid #3274cb; }.heda-con-newstab .hd ul .on{border-bottom-color:#f9f9f9; background:#3274cb;}.channelform .submit, .share-submitbtn {background-color: #3274cb;}#heda-root-navbar .selected,#ui-heda-root-navbar ul li a:hover{color:#fff; background-color: #3274cb;}#heda-root-navbar li {color:#fff; background-color: #464646;}.heda-con-listview .heda-con-text-title span a, .heda-title-color span a{color:#fff; text-decoration:none;}.heda-title-color span a:hover{color:yellow; text-decoration:none;}/*其他自定义样式区域*/body{background:#fff;}#zfy-ui-list60{padding-top:4px; overflow:hidden}#zfy-ui-list60 li{position:relative;float:left;width:48%;margin:5px 1%;overflow:hidden;}#zfy-ui-list60 li a{text-decoration:none;display:block;margin:0;padding:0;}#zfy-ui-list60 li img{width:76%;margin:0;padding:0;border:none;float:left;}#zfy-ui-list60 li .textbox{padding-right:5px;text-align:right;color:#fff;font-size:1em;font-weight:normal;width:48%;height:100%;position:absolute;right:0;bottom:0; /*background:url(http://oldfile.4e8.com/skin/pc003/img/60bg_03.png);*/ background:url(http://oldfile.4e8.com/skin/hbmb3151/img/kuai1.png); background-size:100% 100%; overflow:hidden;}#zfy-ui-list60 li .textbox  h3{font-size:0.875em;line-height:1em;margin:0;padding:0;text-align:right;padding-top:42%;font-style:italic;} #zfy-ui-list60 li .textbox  i{font-size:0.75em;line-height:1em;}/*各分辨率手机屏幕自适应，可以根据实际需要，增加适应屏幕*/@media all and (min-width:320px) {	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 160px;	}}@media all and (min-width:360px) {	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 180px;	}}@media all and (min-width:480px) {	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 240px;	}}@media all and (min-width:540px) {	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 270px;	}}@media all and (min-width:640px) {	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 320px;	}}@media all and (min-width:720px) {	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 360px;	}}@media all and (min-width:800px) {	body{width:800px; margin:0 auto;}	/*头部和底部*/	#heda-top-navbar,#heda-root-navbar{width:800px;}	/*Banner幻灯片高度自适应*/	#heda-home-hdp {		height: 400px;	}}