@charset "UTF-8";
.box_border {
  border-top: 2px solid #f5a463;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
/*首页*/
/*幻灯片*/
.wap_focus{
  padding:0.8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.wap_slide {
  width: 100%;
  padding: 0px;
  float: left;
}

.wap_ximgStyle {
  height: 190px;
  border:1px solid #a1a1a1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:17px;
  position: relative;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

#wap_xsXwbd .wap_xslideItem {
  position: absolute;
  width: 100%;
  height: 190px;
  z-index: 0;
}

#wap_xsXwbd .wap_xslideItem .wap_title_img img {
  width: 100%;
  height: 100%;
}

#wap_xsXwbd .wap_xslideItem .wap_titlebg {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #333333;
  overflow: hidden;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 1;
}

#wap_xsXwbd .wap_xslideItem .wap_title_txt {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 2;
}

#wap_xsXwbd .wap_xslideItem .wap_title_txt a {
  text-align: left;
  line-height: 40px;
  color: #ffffff;
  width: 70%;
  font-size: 0.8rem;
  font-family: "微软雅黑";
  padding-left: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wap_xsXwbd .wap_xslideItem .wap_title_txt a:hover {
  text-decoration: underline;
}

#wap_xsXwbd .wap_xslidePos {
  position: absolute;
  height: 10px;
  margin: 0px;
  padding: 0px;
  bottom: 15px;
  right: 10px;
}

#wap_xsXwbd .wap_xslideList {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
}

#wap_xsXwbd .wap_xslideList li {
  float: left;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-left: 5px;
  color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  background-color: #a1a1a1;
}

#wap_xsXwbd .wap_xslideList li.on {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
/*幻灯片 结束*/
/*导航*/
.wap_navigate{
  background-color: white;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}
.wap_navigate .wap_main{
  margin:0 auto;
  width:100%;
  text-align:center;
}
.wap_navigate .wap_main .wap_icom{
  display:inline-block;
  width:17%;
  float: left;
  margin-bottom:26px;
}
.wap_navigate .wap_main .wap_icom span{
  display: block;
  width: 40px;
  height: 40px;
  margin:0 auto;
}
.wap_navigate .wap_main .wap_icom:active{
  text-decoration:none;
}
.wap_navigate .wap_main .wap_icom:hover{
  text-decoration:none;
}

.wap_navigate .wap_main .wap_icom span img{
  width:100%;
  height: 100%;;
}
.wap_navigate .wap_main .wap_margin13{
  margin-left: 10%;
}
.wap_navigate .wap_main .wap_icom p{
  margin:0;
  padding:6px 0 0;
  height:15px;
  line-height:15px;
  font-size:0.8em;
  color:#666666;
  text-align:center;
  white-space:nowrap;
}
/*导航 结束*/
/*通知公告*/
.wap_notice_item {
  height: 40px;
  width: 100%;
  margin: 10px 0;
  background: #ffffff;
  line-height: 40px;
  position: relative; 
}
.wap_notice_item:first-child {
  margin-top: 0; 
}
.wap_notice_item .wap_notice_title {
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  height: 40px;
}
.wap_notice_item .wap_notice_title a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../images/wap_yfq_infrom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.wap_notice_item .wap_bd{
  width: 100%;
  height: 40px;
}
.wap_notice_item ul {
  width: 98%;
  box-sizing: border-box; 
}
.wap_notice_item ul li {
  width: 88%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  float: left;
  position: relative;
  font-size: 0.8rem;
  height: 40px;
}
.wap_notice_item ul li a {
  color: #666666;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1; 
}
.wap_notice_item ul li .wap_time {
  position: absolute;
  right: 0;
  color: #999999; 
}
/*通知公告 结束*/
/*新闻中心*/
.wap_news_box{
  padding:0.4rem 0.8rem 0rem;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.wap_news_title{
  font-size: 1.0rem;
  height: 30px;
  max-height: 30px;
  line-height: 30px;
  border-bottom:1px solid #f5f5f5;
}
.wap_news_title span{
  display: inline-block;
  width: 4px;
  height: 14px;
  margin-right: 10px;
  background-color: #ff9200;
}
.wap_news_title a{
  font-size: 1rem;
  float: right;
  display: block;
  width: 90px;
  text-align:left;
  color: #65686d;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 8px 14px;
}
.wap_news_lists li{
  padding:10px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.wap_news_lists h2{
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 4px;
}
.wap_news_lists_tit{
  display: -webkit-flex;
}
.wap_news_lists_tit .wap_news_item:nth-child(1){
  padding-right: 10px;
}
.wap_news_lists_tit .wap_news_item:nth-child(2){
  width: 260px;
  height: 80px;
  
}
.wap_news_item p{
  font-size: 0.8rem;
  line-height: 20px;
}
.wap_news_item .wap_news_com{
  color: #686868;
}
.wap_news_item .wap_news_time{
  color:#999999;
}
.wap_news_item img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
/*新闻中心 结束*/
/*首页 结束*/
/*列表页*/
.wap_list_box{
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.wap_content_list,.wap_content_column{
  padding: 2.8rem 0.8rem 0.8rem;
  overflow: hidden;
}


.wap_content_list>ul>li{
  display: block;
  font-size: 0.7em;
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px 6px;
  border-bottom: 1px solid #f5f5f5;
}
.wap_content_list>ul>li{
  background-image: url(../images/wap_yfq_blue.png);
}

.wap_content_list>ul>li>a{
  display: block;
  float: left;
  width: 64%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #333333;
  text-indent: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wap_content_list>ul>li>span{
  display: block;
  float: right;
  width: 31%;
  height:35px;
  line-height: 35px;
  font-size: 16px;
  color: #999999;
  text-align: right;
  padding-right: 2%;
}
/*列表页 结束*/
/*多栏目列表页 开始*/
.wap_menu_box{
  background-color: #fff;
  padding: 10px 20px;
}
.wap_menu_title{
  padding: 5px 0 5px 10px;
  border-bottom: 2px solid #0077ea !important;
  margin: 0;
  line-height: 36px;
  color: #0077ea;
}
.wap_menu_title .more{
  padding-right: 5px;
  float: right;
  font-size: 0.8rem;
  color: #65686d;
}
.wap_menu_list>ul>li{
  display: block;
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px 6px;
  border-bottom: 1px solid #f5f5f5;
}
.wap_menu_list>ul>li{
  background-image: url(../images/wap_yfq_blue.png);
}

.wap_menu_list>ul>li>a{
  display: block;
  float: left;
  width: 70%;
  height: 35px;
  line-height: 35px;
  color: #333333;
  text-indent: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wap_menu_list>ul>li>span{
  display: block;
  float: right;
  width: 28%;
  height:35px;
  line-height: 35px;
  font-size: 0.8em;
  color: #999999;
  text-align: right;
  padding-right: 2%;
}
/*多栏目列表页 结束*/
/*图片列表页 开始*/
.wap_content_imglist{
  padding: 2.8rem 0.8rem 0.8rem;
  overflow: hidden;
}
.wap_content_imglist>ul>li{
  width: 100%;
  height: 90px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  margin-bottom: 15px;
}
.wap_content_imglist ul li img{
  width: 100%;
  height: 100%;
}
/*图片列表页 结束*/
/*分页*/
.wap_paging{
  height: 50px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.wap_paging .wap_cn{
  border-radius: 20px;
  background-color: #0077ea;
  color: #ffffff;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.wap_paging select{
  display: none;
}
/*分页 结束*/
/*内容页*/
.wap_content_box{
  padding: 0.8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.wap_content .wap_content_title{
  font-size: 1rem;
  padding-bottom: 5px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.wap_content .wap_content_info{
  font-size: 0.8rem;
  overflow: hidden;
  font-weight: normal;
  padding: 12px 0px;
  border-bottom: 1px solid #f5f5f5 ;
}
.wap_content_author{
  float: left;
  color: #20518c;
}
.wap_content_time{
  float: right;
  color: #999999;
}
.wap_content_con{
  overflow: hidden;
  padding: 0.8rem 0;
}
.wap_content_con img{
  width: 100%;
  height: 100%;
}
/*附件*/
.wap_accessory_box{
  width: 92%;
  border: 1px dashed #bebebe;
  margin-bottom: 10px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
}
.wap_accessory_box h3 {
  font-size: 1rem;
  color: #2f7fb8;
  padding-right: 4px;
}
.wap_accessory_con{
  font-size: 1rem;
  line-height: 1.2rem;
}
/*内容页 结束*/
/*栏目页*/
.wap_column_list{
  width: 100%;
  display: block;
  clear: both;
  box-sizing: border-box;
}
.wap_column_title{
  width: 100%;
  display: block;
  clear: both;
}
.wap_column_title li{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  min-height: 55px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 0px;
  box-sizing: border-box;
}
.wap_column_title>ul>li>span{
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  text-indent: 35px;
  font-size: 120%;
  font-weight: bold;
  color: #0077ea;
}
.wap_column_title>ul>li>span>a{
  width: 100%;
  display: block;
}
.wap_column_title>ul>li>span:after{
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 16px;
  width: 4px;
  height: 20px;
  background: #0077ea;
  border-radius: 5px;
}

.wap_column_content{
  width: 100%;
    display: block;
    margin-top: 5px;
    padding-left: 35px;
    box-sizing: border-box;
}
.wap_column_content a{
  line-height: 35px;
  display: inline-block;
  float: left;
  background: url(../images/wap_yfq_blueicon.png) left center no-repeat;
  padding-left: 10px;
  box-sizing: border-box;
  min-width: 30%;
  margin-right: 3.33%;
}
.wap_column_sub-column{
  margin: 10px 20px;
  width: 90%;
  overflow: hidden;
}
.wap_column_sub-content{
  width: 30%;
  overflow: hidden;
  margin-top: 5px;
  padding-left: 35px;
  box-sizing: border-box;
  float: left;
}
.wap_column_sub-content>span{
  width: 100%;
  float: left;
}
/*栏目页 结束*/
/*走进鱼峰 开始*/
.wap_zjyf_box{
  padding:0.4rem 0.8rem 0rem;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.wap_zjyf_lists{
  font-size: 1.0rem;
  line-height: 24px;
  border-bottom:1px solid #f5f5f5;
}
.wap_zjyf_lists li{
  padding:10px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.wap_zjyf_lists .wap_zjyf_img{ 
  width: 100%;
}
.wap_zjyf_lists .wap_zjyf_img img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.wap_zjyf_lists .wap_zjyf_item{
  width: 100%;
  display: inline-block;
}
.wap_zjyf_lists .wap_zjyf_item h2{
  font-size: 1.0rem;
  line-height: 20px;
  margin-bottom: 4px;
  color: #333333;
  float: left;
}
.wap_zjyf_lists .wap_zjyf_item p{
  font-size: 1rem;
  line-height: 20px;
  color: #65686d;
  float: right;
}
.wap_zjyf_lists .wap_zjyf_com{
  font-size: 0.8rem;
  color: #686868;
}
.wap_yfzj_lists li{
  width: 100%;
  display: inline-block;
  padding:10px 0px;
  border-bottom: 1px solid #f5f5f5;
}
.wap_yfzj_lists h2{
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 4px;
  color: #686868;
  float: left;
}
.wap_yfzj_lists p{
  font-size: 0.8rem;
  line-height: 20px;
  color:#999999;
  float: right;
}
/*走进鱼峰 结束*/
/*公共服务 开始*/
.wap_ggfw_title{
  background-color: white;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
  box-sizing: border-box;
}
.wap_ggfw_title .wap_main{
  margin:0 auto;
  width:100%;
  text-align:center;
}
.wap_ggfw_title .wap_main .wap_icom{
  display:inline-block;
  width:21%;
  float:left;
  padding: 20px 0px;
  margin-bottom:15px;
  background: #f2f2f2;
}
.wap_ggfw_title .wap_main .wap_icom i{
  height: 37px;
  line-height: 37px;
  display: block;
  overflow: hidden;
  text-align: center;
}
.wap_ggfw_title .wap_main .wap_icom:active{
  text-decoration:none;
}
.wap_ggfw_title .wap_main .wap_icom:hover{
  text-decoration:none;
}
.wap_ggfw_title .wap_main .wap_margin13{
  margin-left:5%;
}
.wap_ggfw_title .wap_main .wap_icom p{
  margin:0;
  padding:6px 0 0;
  height:15px;
  line-height:15px;
  font-size:0.8em;
  color:#666666;
  text-align:center;
  white-space:nowrap;
}
/*公共服务 结束*/
/* 文章细览 表格 开始 */
table{
  border: solid black; 
  border-width: 1px 0px 0px 1px;
  max-width:90%;
  table-layout: fixed；
}
table td{
  word-wrap: break-word; 
  border: solid black; 
  border-width:0px 1px 1px 0px; 
  padding:10px 0px;
}
table td:before {
  content: attr(data-label);
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  max-width:90%;
}
td span{
  display: inline !important;
  text-align:center;
}
td p,td span{
  text-indent:0;
  width: auto
}
/* 文章细览 表格 结束 */
