﻿@charset "utf-8";
/* CSS Document */

/*common.css*/
/*body{background:url(../images/bg.png) repeat-y; background-size:100%;}*/
#wrapper{overflow:hidden;}
.gotop{clear:both; height:32px; -webkit-border-bottom-left-radius:16px; -webkit-border-bottom-right-radius:16px; border-radius:0 0 16px 16px; background:url(../images/gotop1.png) repeat-x; background-size:auto 100%; -webkit-background-size:auto 100%; color:#ffffff; text-align:center; font-size:12px; line-height:32px; overflow:hidden;}
.gotop img{height:32px; margin-right:6px;}
.lg_gotop{text-align:center; height:32px; line-height:32px; text-indent:12px; color:#fff; font-size:12px; font-weight:700;}
.lg_gotop{-webkit-border-bottom-left-radius:16px; -webkit-border-bottom-right-radius:16px; border-radius:0  0 16px 16px; box-shadow:0px 1px 2px #666; -webkit-box-shadow:0px 1px 2px rgba(100,100,100,0.5); text-shadow:0px 5px 5px rgba(0,0,0,0.2);}
.lg_gotop{background:url(../images/arrow2.png) 42% 50% no-repeat,-moz-linear-gradient(#5f9ef1,#3b7fc5); background:url(../images/arrow2.png) 42% 50% no-repeat,-webkit-gradient(linear,center top,center bottom,from(#5f9ef1),to(#3b7fc5)); background:url(../images/arrow2.png) 42% 50% no-repeat,-webkit-linear-gradient(#5f9ef1,#3b7fc5);}
#loading>div{min-height:240px;}


/*横条按钮、链接配色*/
#myShareBtn.lg_blue,#myShareBtn.lg_orange,.lg_orange,.lg_orange_btn,.lg_darkgray,.lg_blue,.lg_blue_btn,.lg_lightgray,.lg_silvery{display:inline-block; width:138px; text-align:center; height:28px; line-height:28px; color:#fff; font-size:14px; font-weight:700; -webkit-border-radius:14px; border-radius:14px; box-shadow:0px 1px 2px #666;-webkit-box-shadow:0px 1px 3px #666; text-shadow:0px 1px 1px rgba(70,70,70,.2);}

/*以下为渐变颜色设置*/
/*银白色 从上到下线性渐变*/
.lg_silvery{color:#0644b1; background:-moz-linear-gradient(#f2f4f3,#ccd2d2);background:-webkit-gradient(linear,center top,center bottom,from(#f2f4f3),to(#ccd2d2));background:-webkit-linear-gradient(#f2f4f3,#ccd2d2);}

/*浅灰色 从上到下线性渐变*/
.lg_lightgray{color:#555; background:-moz-linear-gradient(#e5e5e5,#d8d8d8, #acacac);background:-webkit-gradient(linear,center top,center bottom,from(#e5e5e5),to(#d8d8d8),color-stop(0.7,#acacac));background:-webkit-linear-gradient(#e5e5e5,#d8d8d8,#acacac);}

/*暗灰色 从上到下线性渐变*/
.lg_darkgray{background:-moz-linear-gradient(#d3d3d3,#7c7c7c 70%, #9f9f9f);background:-webkit-gradient(linear,center top,center bottom,from(#d3d3d3),to(#9f9f9f),color-stop(0.7,#7c7c7c));background:-webkit-linear-gradient(#d3d3d3,#7c7c7c 70%,#9f9f9f);}

/*亮蓝色 从上到下线性渐变*/
#myShareBtn.lg_blue, .lg_blue{background:-moz-linear-gradient(#5f9ef1,#3b7fc5);background:-webkit-gradient(linear,center top,center bottom,from(#5f9ef1),to(#3b7fc5));background:-webkit-linear-gradient(#5f9ef1,#3b7fc5);}

/*蓝色按钮 从上到下线性渐变*/
.lg_blue_btn{height:32px; line-height:32px; box-shadow:0 0 3px #fff inset; -webkit-box-shadow:0 0 3px #fff inset;border-radius:8px;-webkit-border-radius:8px; background:-moz-linear-gradient(#6db3ee 0%, #2473cf 49%, #0242b5 51%, #003fb0 100%); background:-webkit-linear-gradient(#6db3ee 0%, #2473cf 49%, #0242b5 51%, #003fb0 100%); background:-webkit-gradient(linear,center top,center bottom,from(#6db3ee),to(#003fb0),color-stop(0.49,#2473cf),color-stop(0.51,#0242b5));}

/*亮橘色 从上到下线性渐变*/
#myShareBtn.lg_orange, .lg_orange{background:-moz-linear-gradient(#f7a177,#ff712d 70%, #ff470f);background:-webkit-gradient(linear,center top,center bottom,from(#f7a177),to(#ff712d),color-stop(0.7,#ff470f));background:-webkit-linear-gradient(#f7a177,#ff712d 70%,#ff470f);}

/*橘色按钮 */
.lg_orange_btn{height:32px; line-height:32px; box-shadow:0 0 3px #fff inset; -webkit-box-shadow:0 0 3px #fff inset;border-radius:8px; background:-moz-linear-gradient(#ffdfcf 0%, #ffa87d 49%, #ff5400 51%, #ff8e56 100%); background:-webkit-linear-gradient(#ffdfcf 0%, #ffa87d 49%, #ff5400 51%, #ff8e56 100%); background:-webkit-gradient(linear,center top,center bottom,from(#ffdfcf),to(#ff8e56),color-stop(0.49,#ffa87d),color-stop(0.51,#ff5400));}
/*旧 使用了透明渐变叠加效果
.lg_orange_btn{box-shadow:0 0 3px #fff inset; -webkit-box-shadow:0 0 3px #fff inset;border-radius:8px; background:-moz-linear-gradient(rgba(235,235,235,0.2),rgba(235,235,235,0.2) 50%,rgba(190,190,190,0.2) 51%,rgba(190,190,190,0.2) 100%),-moz-linear-gradient(#f7a177,#ff712d, #ff470f);background:-webkit-linear-gradient(rgba(235,235,235,0.2),rgba(235,235,235,0.2) 50%,rgba(190,190,190,0.2) 51%,rgba(190,190,190,0.2) 100%); background:-webkit-gradient(linear,center top,center bottom,color-stop(0%,rgba(235,235,235,0.2)),color-stop(50%,rgba(235,235,235,0.2)),color-stop(51%,rgba(190,190,190,0.2)),color-stop(100%,rgba(190,190,190,0.2))),-webkit-gradient(linear,center top,center bottom,from(#f7a177),to(#ff712d),color-stop(0.7,#ff470f)); background:-webkit-linear-gradient(rgba(235,235,235,0.2),rgba(235,235,235,0.2) 50%,rgba(190,190,190,0.2) 51%,rgba(190,190,190,0.2) 100%),-webkit-linear-gradient(#f7a177,#ff712d,#ff470f);}
*/

/*滑动*/
#scroller_img, #scroller_img2, #scroller_img3, #scroller_img4, #scroller_img5{width:1280px;}

.adimg{width:100%; overflow:hidden;}
.adimg ul{padding:0 4px;}
.adimg li{float:left; margin:0 8px;}
.adimg h6{padding-bottom:4px; background:url(../images/adimg_bg.png) no-repeat left bottom; background-size:142px;-webkit-background-size:142px;}
.adimg li img{width:100%; height:116px; border:2px solid #fff;}/*height:66px;*/
.adimg li a{display:block; text-align:center;}

.adimg2{width:100%; overflow:hidden;}
.adimg2 li{float:left; padding:0 12px;}
.adimg2 h6{padding-bottom:5px; background:url(../images/adimg_bg.png) no-repeat left bottom; background-size:292px;-webkit-background-size:292px;}
.adimg2 li img{width:292px; height:216px; border:2px solid #fff;}/*height:84px;*/
.adimg2 li a{display:block; text-align:center;}

/* 滑动分页 */
.paging{margin:0 auto; margin-top:5px; text-align:center;}
.paging li {display:inline-block; line-height:20px; text-indent:-9999em; width:6px; height:6px; background:#999;overflow:hidden;margin-right:4px;margin-bottom:2px;}
.paging li {-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;border-radius:3px;}
.paging li{box-shadow:0 0 1px rgba(0,0,0,.6);-webkit-box-shadow:0 0 1px rgba(0,0,0,.6);}
.paging li.actived {background:#333;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);width:6px; height:6px;border-radius:4px;-webkit-border-radius:4px;}
.paging li:last-child {margin-right:0;}
/* 翻页 */
.paging ul{display:inline-block; margin:0 10px;}
.paging .pg-btn{display:inline-block; background:url("../images/icon-list-link.png") no-repeat center center rgba(255,255,255,.5); border:1px solid #C4C4C4; height:23px; width:42px; text-indent:-9999px;}
.paging .prev{background-image:url("../images/icon-list-link-l.png");}
/* 头部边框阴影及按钮 */
#headerpic{height:auto; padding:0 12px; background:#191919; overflow:hidden; }
#headerpic .left_btn{float:left; width:70px; margin:9px 0 0; }

/* 列表页间隔行背景色 */
.arclist a.addon_bgc{background-color:#e6f4fc;}
/* 加载更多 */
#load_more{display:block; width:auto; height:30px; margin:15px 10px;}
#load_more.disabled{color:#999;}

/*尾部*/
#footer{margin:15px 0; text-align:center;}
#footer p{color:#787878; font-size:12px; line-height:20px;}
#footer p img{padding:5px; width:120px;}

/*通用圆角矩形*/
.box{ display:block; -webkit-border-radius:16px; border-radius:16px;}

#myShareBtn img, img.prefix{width:16px; height:16px; margin-right:8px; vertical-align:middle;}
#myform label{ color:#e93c29; font-size:18px; font-weight:600; line-height:35px; font-family: "微软雅黑";}
#myform textarea{height:60px;}
#myform input{height:22px;}

/*广告区*/
.adArea{padding:8px 10px; padding-bottom:0; margin-bottom:8px;}
.adArea div{margin-bottom:5px !important;}
.adArea p{line-height:22px; font-size:14px;}
.adArea a{margin-left:11px;}
.adArea #zxw_indexad { text-align:center;}
.adArea #zxw_indexad a{ margin: 0 auto;}
.adArea #zxw_indexad a img { width:290px;}
#picbox .adArea{margin-top:-20px;}
#content .adArea{margin-top:-5px;}
#content p{margin:0 !important;}

.youmengad{margin:10px 0;}




#picbox{margin:10px 0; position:relative;}
#picview{width:320px;}
#picview .piclist{width:100%; overflow:hidden;}
#picview .piclist li{float:left; width:320px; margin:0; text-align:center;}
#picview .docauthor{display:inline-block; margin:0;}
#headerpic .left_btn{margin-right:10px;}

#headerpic .left_btn{display: none; float:left; width:48px;height: 50px; margin:0;}
.lg_homeimage_btn{background:url(../images/return_2.png) 22% 116% no-repeat,none;background:url(../images/return_2.png) 22% 116% no-repeat,none;background:url(../images/return_2.png) 22% 116% no-repeat,none;background-size:30px 40px;}

#headerpic #refresh{width:48px; background:url(../images/home_2.png) 12px 8px no-repeat,none; text-indent:-9999em;
	background-size:30px 40px;}
#headerpic #refresh{margin: 0 2px; border:0px solid #f00;}


#headerpic .classname{margin:0; line-height:32px; text-align:left; font-size:18px; width:auto; color:#fff;}
#headerpic .classname span{padding-left:0px; padding-top:2px; height:32px; font-weight:bold; }
#headerpic .classname span.right_btn{line-height:32px;margin:0; width:auto; margin-left:10px; text-align:left; color:#fff; font-size:18px; font-weight:normal;}
#wrapper{width:100%; margin:0 auto; position: relative;}
#picview{color: #EEEEEE;}
#picview .piclist>li {display:inline-block; min-height:200px;}
/* #picview .piclist li img{height:auto;padding: 0;max-width:310px;}*/
#picview .piclist li h6 img{height:auto;padding: 0;max-width:318px;}/*border:2px solid #fff;*/
#picview .piclist li a{display:inline-block;}
#picview .picBox li{float:left; display:inline-block; width:120px; margin:15px; margin-bottom:0px;}
#picview .picBox a{ text-align: center; vertical-align:top; color:#fff; font-size:14px;display: inline-block;}
#picview .picBox li p{width:120px;height:90px;border: 3px solid white;height:90px;line-height: 88px;overflow: hidden;position: relative;text-align: center;width: 120px;}
#index2{color:#999;}
#picview .picBox li p >img{max-width:120px;max-height:90px;left:-50%;position:static;top:-50%;vertical-align:middle;}
.list >a{width:150px;}
#picview .picBox .tl_p{margin:0 0 0 15px;width:130px;}
#zxadArea p a{color:#fff;}
.pageList li{list-style: none outside none;}




#myform {margin-bottom: 10px;}
#myform form {padding: 0px;}
#myform textarea {height: 60px;}
textarea {display: block;width: 99%;}
#myform input {height: 22px;}
#validCode {float: left;margin: 10px 0;width: 50px;}
.clearfix{background: none repeat scroll 0 0 #666;margin: 10px;padding-bottom: 2px;}
.ref {float: left;margin: 10px 5px;}
form {padding: 0px;}
.pic_arctop {margin-top: 20px;background-image: url("../images/pic_arcbk.png");background-repeat: no-repeat;background-size: 100% auto;height: 36px;padding: 0 8px;}
#pic_tdleft {color: #555;font-size: 11px;font-weight: 700;padding-left: 10px;text-align: left;width: 92px;}
#pic_tdcenter {color: #fff;font-size: 20px;font-weight: 700;text-align: center;padding-top: 4px;}
#pic_tdright {padding-right: 10px;text-align: right;width: 88px;}
#pic_tdcenter a{color: #fff;}
#picview .picBox li{margin:15px 18px 0;}
.pic_ckgd { margin-top: 16px;padding-top: 6px;color: #FF712D;text-align: center;background-image: url("../images/pic_ckgd.png");background-repeat: no-repeat;background-size: 100% auto;height: 36px;padding: 0 8px;}
#apDiv1{position: absolute;width: 50%;height:5px;z-index: 2;left: 0;top: 60px;background:#fff;filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;}
#apDiv11 {position: absolute;width: 51px;height: 77px;z-index: 2;left: 19px;top: 45%;display:none;filter: alpha(opacity=90);-moz-opacity: 0.9;opacity: 0.90;}
#apDiv22 {position: absolute;width: 60px;height: 73px;z-index: 2;left: 874px;top: 45%;display:none;filter: alpha(opacity=90);-moz-opacity: 0.9;opacity: 0.90;}
#apDiv2{position: absolute;width: 50%;height:5px;z-index: 2;right: 0;top: 60px;background:#fff;filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;}
#picview h6 img{height: auto;max-width: 320px;padding: 0;}
#picview .htmlcontent{background:#191919;position:relative}
#picview .htmlcontent p img{ height: auto;max-width: 320px;padding: 0;}
#picview .htmlcontent p{color:#b2b0b0;font-size: 16px; line-height:25px;}
#picview .htmlcontent p a{color:#b2b0b0;font-size: 16px;text-decoration: underline;}
#left_btn{z-index: 1;width: 15px;height: 27px;position: absolute;left: 10px;top: 110px;}
#reght_btn{z-index: 1;width: 15px;height: 27px;position: absolute;right: 10px;top: 110px;}
#picview .picBox_tj li {display: inline-block;float: left;margin: 15px 15px 0;width: 120px;}
#picview .picBox_tj li p {border: 3px solid white;height: 90px;line-height: 88px;overflow: hidden;position: relative;text-align: center;width: 120px;}
#picview .picBox_tj li p > img {left: -50%;max-height: 90px;max-width: 120px;position: static;top: -50%;vertical-align: middle;}


/* 评论列表 */
#comment{padding-top:10px; padding-bottom: 5px;border-radius: 6px 6px 6px 6px; background:#f0f0f0;}
#comment h6{color: #000000;line-height:44px;text-align:center; margin:0 0 10px;height: 44px;padding: 0 8px;}
#comment li{border-bottom:1px solid #ccc; padding:3px 10px 10px;border-bottom: 1px solid #E4E5F7;color: #000000;}
#comment li span{color:#999; font-size:12px;}
#comment li span.pubname{float:left;}
#comment li span.pubtime{float:right;}
#comment li p{clear:both; padding-top:3px; line-height:27px; font-size:14px; word-wrap:break-word;}
#comment .pubtime em{margin-left:5px; color:#ff4400;}

/* 加载提示信息 */
#comment .loading, #comment .loaded{text-align:center;}
#load_more{display:block; width:auto; height:30px; margin:20px 10px;margin-bottom: 8px;}
#load_more.disabled{color:#999;}
.lg_silvery1{background:-moz-linear-gradient(#fefefe,#e8e6e6);background:-webkit-gradient(linear,center top,center bottom,from(#fefefe),to(#e8e6e6));background:-webkit-linear-gradient(#fefefe,#e8e6e6);}
/*横条按钮、链接配色*/
#content_ad_1{   margin: 0 auto; text-align: center; }

.pubname { font-size:14px; color:#093A97;  }
.pubtime { font-size:14px; color:#CACACA;float: right; }
#load_more{ width:275px; margin:10px auto 0; text-align:center; line-height:27px; height:28px; background:url(../images/allbgs_content.png);background-position:0 -166px;background-repeat:no-repeat;background-size:320px auto;  }  

.rp{ height:35px; line-height:35px; padding-left:10px;}
.rp span { border-left:5px solid #0095FC; padding-left:5px; color:#565656; }




#content_title{  text-align:left; line-height:30px; color:#000; font-size:22px; font-weight:600; padding:11px 6px 4px;font-family: "微软雅黑"; }
.content_s_left{ float:left; padding-left: 10px; width:416px;}
.content_s_left span{ font-size:12px; color:#858585;}
.content_s_right{ float:left;margin-left: 10px;}
#content_source{ overflow:hidden; line-height:25px;}    

.picpath img{ max-width:310px; } 
.info1 a img { width:310px;   margin:20px 5px 0px 5px; overflow:hidden;}
.info1 a span{width:310px; margin:0px 5px 10px 5px; height:25px; line-height:25px; display:block; font-size:18px; text-align:center;}

.info1 p{ margin: 10px 0;
padding: 0 6px;
line-height: 27px;
font-size: 18px;
font-family: “黑体”;
}
#fontzoom img { max-width: 100%; height:auto !important}
.video{ position: relative; }
.imgbf{ height: 50px; top: 33%; left: 40%; position: absolute; width: 50px; }
#fontzoom video{    height: 100%; width: 100%;}
#spvideo{ height: 260px; margin: 10px auto; }
#spinfo { width: 285px; margin: 0px auto; }
.bf_div{Height: 62px; position: relative; }
.bf_div img{	-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-radius:3px 3px; max-width:85px; max-height:60px;  position: static; left: -50%;  top: -50%; vertical-align: middle; }
.bf_div .play_btn{position:absolute; width:100%; height:100%; left:7px; top:0; background:url(../images/play.png) center center no-repeat; font-size:0; -moz-transition-duration: 0.15s; opacity:1; -webkit-background-size:30px auto; background-size:30px; color:transparent;}


.pagebottom{width:280px; height:40px; margin:0px auto;font-size:20px; text-align:center; line-height:40px; font-family:"微软雅黑"; margin-top:30px; }
.pagebottom a{color:#fff; text-decoration:none;}
.pagebottom a:hover{color:#fff; text-decoration:none; cursor:pointer;}
.pagebottom a.pre,.pagebottom a.next{ width:105px; float:left; height:40px;background:#b6b6b6; display:block;}
.pagebottom a.pre_red,.pagebottom a.next_red{ width:105px; float:left; height:40px;background:red; display:block;}
.pagebottom .middle{float:left;color:#000; width:70px;}

#content_check{  text-align:left; line-height:30px; color:#0036cf; font-size:15px; font-weight:700; padding:0px 6px 10px; font-family:"微软雅黑" }
#content_check a{ color:#0036cf;}
