﻿@charset "utf-8";
/* CSS Document */

.neiRong{ width:764px; height:auto; float:left;}

/*单页*/

.sgPage{ padding:20px; line-height:30px; color:#175221;font-size:14px;text-indent:2em;}
.sgPage img{max-width:700px;}

/*图片列表*/
.picList{ width:100%; overflow:hidden; margin:0 0 0 0;}
.piclist1{width: 800px; margin:0 0 0 0;}
.piclist1 li{ width:230px; float:left; margin:20px 24px 0 1px;}
.piclist1 li img{width: 230px; height: 180px; margin-bottom: 10px;}
.piclist1 li p{ height:32px; line-height:25px; text-align:center;}
.piclist1 li a{ color:#323232;}
.piclist1 li a:hover{ color:#007b3f;}

/*信息列表*/
.infoList{ overflow:hidden; margin:0 0 0 0; padding:17px 0 10px 14px;}
.infoList li{ height:32px; line-height:32px; background:url(../images/icon6.jpg) no-repeat left 12px; padding:0 0 0 22px;}
.infoList li span{ float:right; padding-right:10px;}
.infoList li a{ color:#1f1f1f;}
.infoList li a:hover{ color:#26719a;}

/* 分页 */
.pagelist{ text-align:right; line-height:35px; color:#393939;}
.pagelist a{ color:#393939; margin:0 5px 0 5px;}
.pagelist a:hover{ color:#26719a;}

/* 信息列表：缩略图+标题+简介 */
.newsListpic{ padding:16px 0 18px 24px;}
.newsListpic li{ width:100%; height:140px; margin-bottom:10px;}
.newsListpic li dt{ width:180px; height:130px; float:left;}
.newsListpic li dt img{ width:160px; height:120px;}
.newsListpic li dd.title{ width:535px; height:30px; float:left; font-size:15px; color:#6f5119; font-weight:bold; font-family:微软雅黑;}
.newsListpic li dd.title a{ color:#6a3e00;}
.newsListpic li dd.title a:hover{ color:#92702e;}
.newsListpic li dd.jj{ width:535px; height:68px; float:left; color:#5e5e5e; line-height:20px;}
.newsListpic li dd.jj a{ color:#5e5e5e;}
.newsListpic li dd.jj a:hover{ color:#92702e;}
.newsListpic li dd.date{ width:535px; height:20px; float:left; color:#8b8a8a; line-height:20px;border-bottom:dotted 1px #666666;}
.newsListpic li dd.date a{ color:#5e5e5e;}
.newsListpic li dd.date a:hover{ color:#92702e;}

/* —————————————————————————————————————————————— */
/* CMS系统样式定义 */
/* —————————————————————————————————————————————— */

/* —————————————————————————————————————————————— */
/* CMS系统样式定义 */
/* —————————————————————————————————————————————— */

/*public.css 3.2版*/
.list_page{text-align:center;margin:0px 0px 30px 0px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

/*artshow.css*/

.title{line-height:30px;height:30px;margin:0 0 15px 0;}
.title h1{font-size:18px;font-family:microsoft yahei;text-align:center;font-weight:normal;margin:0;}
.item{color:#999;text-align:center;margin:20px 0;font-family:arial;border-bottom:1px solid #f0f0f0;padding:0 0 15px 0;}
.item a{color:#6f5119;}
.content{word-break:break-all;line-height:30px;}
.content a{color:#5e5e5e;}
.content p{margin:15px 0;font-size:14px;text-indent:2em;line-height:30px;}
.content p a{color:#5e5e5e;}
.content img{max-width:700px;}
#sdcms_content img{
max-width: 700px; 
  height:auto; 
  width:expression(this.width > 700 ? "700px" : this.width); 
  }
  
.content img{
max-width: 700px; 
  height:auto; 
  width:expression(this.width > 700 ? "700px" : this.width); 
  }


.pre,.next{line-height:30px;height:30px;}
.infodot{border-top:1px dashed #ccc;margin:15px 0;}
