﻿@charset "utf-8";
/* CSS Document */
html { overflow-x: hidden; overflow-y: auto; }
body{width:100%; font-size:13px; color:#4D4D4D; padding:0px; margin:0px; 
font-family:"微软雅黑", "Microsoft YaHei UI";}
h1,h2,h3,h4,h5,h6,h7,h8,h9,ul,li,p,form{ padding:0px; margin:0px; list-style:none;}
a{ text-decoration:none; color:#858585;}
a:hover{text-decoration:underline; }
#cq_zzenm{ width:100%; float:left; padding-top:10%;}
.box_swipe { overflow: hidden; position: relative; z-index: -1 }
.box_swipe ul { -webkit-padding-start: 0px; }
.box_swipe ul li img { width: 100%; }
.box_swipe>ol {position: relative; z-index: 10; margin-top: -30px; text-align: center; padding-right: 15px; }
.box_swipe>ol>li { display: inline-block; margin: 5px 0; width: 6px; height: 6px; background-color: #FFFFFF;border-radius: 3px;}
.box_swipe>ol>li.on { background-color: #03a2b5; }
.praise_icon { background: url(../img/praise_icon.png) no-repeat left; z-index: 10; text-align: center; top: -26px; clear: both; color: #edc700; float: right; font-weight: 700; height: 26px; line-height: 26px; padding: 0 10px 0 32px; position: relative; }
.cq_net_dy{ width:100%; float:left;  margin-top:-2%; background:#FFF;}
.cq_net_dy h1{ width:94%; float:left; font-weight:normal; margin-left:3%; margin-right:3%; line-height:40px; font-size:16px; color:#787878;padding-left: 5%;}
.cq_netlb{ width:100%; float:left; margin-top:4%; background:#FFF;}
.cq_netlb ul{ margin:0; padding:0;}
.cq_netlb ul li{ width:94%; float:left; padding:3%; border-bottom:1px solid #f1f1f1;}
.cq_netlb ul li img{ width:28%; float:left; height:auto;}
.cq_net_r{ width:69%; float:right; height:auto;}
.cq_net_r h1{ width:100%; line-height:30px; float:left; font-weight:normal;float:left; font-size:16px; color:#000000; text-align:left;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cq_net_r p{ width:100%; float:left; font-size:14px; line-height:25px; color:#8D8D8D;word-break:keep-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cq_ymer{ width:80%; padding-left:10%; padding-right:10%; margin-bottom:50px; float:left; background:#FFF; padding-top:20px; padding-bottom:30px;}
/*页码*/
.listpaga {
	float: left;
  width: 100%;
  margin-top: 10px;
  padding-top:15px;
  text-align: center;
   background:#FFF;
  color: #cccccc;
  font-size: 12px;
  line-height: 30px;
  height: 60px;
   margin-bottom:50px;
}
.listpaga ul{text-align:center;}
.listpaga ul li {height:28px; border:1px solid #ddd; display: inline; padding:8px; margin-left:6px;line-height:28px; font-size:14px;}
.listpaga ul li:hover {background-color:#1faeb6;color:#FFF; cursor:pointer;}
.listpaga ul li a { height:28px; text-align:center; color:#555555; border:0; background:none;}
.listpaga ul li:hover a{ color:#FFF;}
.listpaga ul li.thisclass,
.listpaga ul li.thisclass a,.pagebox ul li.thisclass a:hover { background-color:#F8F8F8; color:#555; padding:8px; font-weight:bold;}
.listpaga .pageinfo{ line-height:21px; padding:12px 10px 12px 16px; color:#999;}
.listpaga .pageinfo strong{ color:#555; font-weight:normal; margin:0px 2px;}
/* 平板电脑布局: 481px 至 768px。样式继承自: 移动设备布局。 */
@media only screen and (min-width: 500px) {
	.cq_ymer{ width:80%; padding-left:10%; padding-right:10%; margin-bottom:100px; float:left; background:#FFF; padding-top:20px; padding-bottom:30px;}
	.listpaga {
	float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #cccccc;
  font-size: 12px;
  line-height: 30px;
  height: 60px;
   margin-bottom:100px;
}
}