/*左侧导航*/
.page_left_nav{width: 100px;height:700px;float: left;margin-right:30px;margin-top: 5px;}
.page_left_nav ul li{width:46px;height:36px;line-height: 36px;padding-left: 46px;background-color:#eee;border: 1px solid #FFF;border-radius:18px;margin-top:20px;}
.page_left_nav ul li.home{ background: url(/static/default/images/home.png) no-repeat 13px center; background-size: 30px 30px; }
.page_left_nav ul li.hot{ background: url(/static/default/images/hot.png) no-repeat 13px center; background-size: 30px 30px; }
.page_left_nav ul li.tuwen{ background: url(/static/default/images/tuwen.png) no-repeat 13px center; background-size: 30px 30px; }
.page_left_nav ul li.current{ background-color:#F0F0F0; }
.page_left_nav ul li:hover{background-color:#F0F0F0;border: 1px solid #F0F0F0;}

/*正文*/
.page_center { float: left; width: 680px; padding: 20px 0; margin-top: 8px;}
.page_center .noresult{width:300px;height:300px;line-height: 300px;margin:0 auto;color:#2a4b71;font-size: 20px;}
.page_arclist { line-height: 25px; }
.page_arclist .list_title { border-bottom: 1px dotted #999; margin-bottom: 15px; padding-bottom: 10px;}
.page_arclist .list_title .time{float:right;text-align: right;height:20px;margin-top: 40px;color:#a6a6a6;font-size: 12px;margin-right: 20px;}
.page_arclist .descr { width: 440px; margin-left: 20px; margin-right: 10px; }
.page_arclist .descr .desc_txt{ color: #888; }
.page_arclist .descr .tit{ font-size:18px;color: #333; }
.page_arclist .list_title .big{width:201px; height:160px;overflow:hidden;text-align: center;transition: all .3s ease 0s;   -webkit-transform: all .3s ease 0s;}
.page_arclist .list_title:hover .big{transform: scale(1.05);-webkit-transform: scale(1.05); }
.page_arclist .list_title .big img{ vertical-align: middle;max-width: 100%;min-height: 160px;}
.page_arclist .list_title .big{ -moz-box-shadow: 1px 1px 5px 3px #d1d2d3;-webkit-box-shadow: 1px 1px 5px 3px #d1d2d3;box-shadow: 1px 1px 5px 3px #d1d2d3; vertical-align: middle;max-width: 100%;min-height: 160px; }

/*分页*/
.page_link{ text-align:center; margin-top:20px; }
.page_link  a{ display: inline-block; margin-right:2px;  min-width:20px; padding-right:5px; text-align:center; }
.page_link  b{ display: inline-block; margin-right:2px;  min-width:20px;  padding-right:5px; text-align:center; }
.page_link a:hover{ color: #0092DC; }
.page_link .prepage{background: url(/static/default/images/prep.png) no-repeat center;background-size:12px 12px;width: 12px; height: 12px;line-height:  12px;}
.page_link .nextpage{background: url(/static/default/images/nextp.png) no-repeat center;background-size:12px 12px;width: 12px; height: 12px;line-height:  12px;}

/*右侧标签*/
.page_right .tag{width:263px;max-height:600px;padding-top: 10px;}
.page_right .tag .tag1{height:50px;line-height: 50px;text-align: center;width:263px;margin:0 auto;border-bottom:1px dotted #999; font-size: 20px;color:#800e26;}
.page_right .tag .tagcon{margin-top: 20px;margin-left: 10px;text-align: center;}
.page_right .tag .tagcon ul .tagi{min-width:50px;height:25px;border-radius: 5px;margin:5px;text-align: center;padding:2px;}
.page_right .tag .tagcon ul .tagi:hover{background-color: #efeff0;}
.page_right .tag .tagcon ul .tagi3{color: #930d20;}
.page_right .tag .tagcon ul .tagi4{color: #020202;}
.page_right .tag .tagcon ul .tagi7{color: #020202;}

.page_right .tag .tagcon ul .tagi11{color: #930d20;}
.page_right .tag .tagcon ul .tagi13{color: #020202;}

.page_right .tag .tagcon ul .tagi19{color: #930d20;}
.page_right .tag .tagcon ul .tagi23{color: #020202;}
.page_right .tag .tagcon ul li{display: inline;font-size: 15px;}

.gaol{color:#f31146;}
/*右侧广告位*/
.page_right{width:280px;float:left;margin-top: 18px;margin-left: 10px;}
.page_right .bbl{width:263px;height:255px;border:1px solid #e3e0e0;margin:10px 5px;}
.page_right img{width:260px;height:250px;padding:2px;}




