﻿@charset "utf-8";
/* CSS Document */

.neiRong{ width:830px; height:auto; float:left;}

/*单页*/

.sgPage{ padding:20px 10px 20px 10px; line-height:30px; color:#757373;font-size:14px;font-family:"微软雅黑"}
.sgPage a{color:#333333;}
.sgPage p{color:#333333;text-indent:2em;}
.sgPage p a{color:#333333;}

/*图片列表*/
.picList{ width: 722px; padding-top:20px;}
.picList ul{ width: 120%; margin-left:9px;}
.picList li{float: left; width: 240px; margin-top:5px; margin-right:40px; margin-bottom:18px;transition:box-shadow 0.6s,margin-top 0.3s;
        -moz-transition:box-shadow 0.6s,margin-top 0.3s; /* Firefox 4 */
        -webkit-transition:box-shadow 0.6s,margin-top 0.3s; /* Safari and Chrome */
        -o-transition:box-shadow 0.6s,margin-top 0.3s; /* Opera */}
.picList li:hover{box-shadow: 3px 3px 3px 3px #ddd;}
.picList img{ width: 240px; height:220px; display: block;}
.picList h1{ height:40px; line-height:40px; text-align: center; font-size: 15px; color: #666; background: #eee;padding:0 5px; overflow:hidden;}
.picList li a { position: relative; display: block; width: 240px; height: 268px; }
.picList li:hover { background: #d98726;}
.picList li:hover h3 { color: #d98726; }

/*信息列表*/
.infoList{ padding:16px 0 18px 24px;}
.infoList li{ width:94%; height:45px; line-height:45px; background:url(../images/icon6.jpg) no-repeat left 19px; padding:0 0 0 35px;font-size:15px;color:#757373;border-bottom:dotted 1px #666666;}
.infoList li span{ float:right; padding-right:5px;}
.infoList li a{ color:#757373;}
.infoList li a:hover{ color:#d98726;}


/* 分页 */
.pagelist{ text-align:right; line-height:65px; color:#393939;}
.pagelist a{ color:#393939; margin:0 5px 0 5px;}
.pagelist a:hover{ color:#26719a;}



/* —————————————————————————————————————————————— */
/* CMS系统样式定义 */
/* —————————————————————————————————————————————— */

/*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;}
.content{word-break:break-all;line-height:30px;}
.content a{color:#333333;}
.content p{margin:15px 0;font-size:14px;text-indent:2em;line-height:30px;}
.content p a{color:#333333;}
.content img{max-width:650px;}

.pre,.next{line-height:30px;height:30px;}
.infodot{border-top:1px dashed #ccc;margin:15px 0;}

.gb_res_t { line-height: 58px; height: 58px; position: relative; font-size: 18px; text-align: center; }
.gb_res_t i { background: #FFEC94; height: 1px; overflow: hidden; left: 2px; top: 30px; right: 2px; position: absolute; }
.gb_res_t span { background: #FFF; display: inline-block; padding: 0px 6px; position: relative; z-index: 2; }

#share {text-align: center;}
#share a{ width: 45px; height: 45px; padding: 0; margin:6px;}
#share a img{ width: 45px; height: 45px; }
#share a.bds_tsina{ background: url(/shareimages/gbRes_6.png) no-repeat center center/45px 45px;}
#share a.bds_qzone{ background: url(/shareimages/gbRes_4.png) no-repeat center center/45px 45px;}
#share a.bds_tqq{ background: url(/shareimages/gbRes_5.png) no-repeat center center/45px 45px;}
#share a.bds_weixin{ background: url(/shareimages/gbRes_2.png) no-repeat center center/45px 45px;}
#share a.bds_sqq{ background: url(/shareimages/gbRes_3.png) no-repeat center center/45px 45px;}
#share a.bds_renren { background: url(/shareimages/gbRes_1.png) no-repeat center center/45px 45px;}


/*list*/
.list_page{text-align:center;margin:10px;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;}