﻿
/*全局*/
	body {
	background-color:#f4f4f4;
	font-family:"Microsoft YaHei",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
}
*{border: 0px;
    MARGIN: 0PX;
    PADDING: 0PX;}
img{border: 0px;}
a {
	color: #333333;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none
}

a:hover {
	color: #1f5aa0
}

li {
    list-style-position: outside;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


#alert_box_tags,.Page-con-left ul,.rzlist ul,.rzlist ul li,.menu-social,.pinned ul,.cList ul,.cList ul li ,h1,h2,h3,p{
	margin: 0;
	padding: 0;
}
.displapc {
    display: none;
}
#uyan_frame{
background:#fff;
padding:15px;
}
.waphangye {
    display: none;
}
.center {margin-left: auto;
    margin-right: auto;}
.left {
	float: left;
}
.right {
	float: right;
}
.container {
	width: 1050px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}
.wrap-left {
	width: 630px;
	margin-right: 20px;
	float:left;
}
.wrap-right {
	width: 400px;
	float:right;

}
.h10 {
	height: 10px;
	clear: both;
}
.h20 {
	height: 20px;
	clear: both;
}
.clear {	clear: both;}
.line {    border-bottom: 1px dashed #ccc;}
.r20 {
	margin-right: 20px;
}
ul.wapbox {}

ul.wapbox li {
    width: 22%;
    height: 40px;
    float: left;
    line-height: 40px;
    background: #393939;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0 .5% 1px;
}

ul.wapbox li a {
    color: #fff;
}

.cont{min-width: 320px;max-width: 640px;margin: 0 auto;}
	.top{height: 60px;line-height: 60px; position: fixed;background: red; width: 100%;min-width: 320px;max-width: 640px;}
	.toptxt{font-size: 100px; color: #fff; float: right;cursor: pointer; display: none;}
	.model{width: 100%; height: 100%; position: fixed;top: 60px; background: blue; max-width: 640px; display: none;}
.waphy {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    background: #efefef;
    height: 100%;
    z-index: 999;
 padding-left: 15px;
}

/*模态框*/

.ezmodal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90000;
    background: rgba(0,0,0,.6);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.ezmodal-container {
    background: #fff;
    padding: 0;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 90001;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.8);
       -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.8);
            box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.8);
    -webkit-transform: translateY(-50%) translateX(-50%); 
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.ezmodal .ezmodal-close {
    position: absolute;
    top: 9px;
    right: 20px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(250,250,250,1);
    cursor: pointer;
    color: #838383;
}

.ezmodal .ezmodal-close:hover {
    color: #535353;
}

.ezmodal .ezmodal-header {
    font-size: 24px;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    border-radius: 7px 7px 0 0;
    line-height: 32px;
    color: #646464;
}

.ezmodal .ezmodal-content {
    padding: 10px 20px;
}

.ezmodal .ezmodal-footer {
    padding: 10px 20px;
    background: #efefef;
    border-top: 1px solid #e3e3e3;
    text-align: CENTER;
    border-radius: 0 0 7px 7px;
    COLOR: #666666;
}
.ezmodal P{    FONT-SIZE: 14PX;
    LINE-HEIGHT: 24PX;
    MARGIN-BOTTOM: 10PX;
    TEXT-INDENT: 1EM;}
    
    
/*导航*/
	.navbar-fixed-top {
	top: 0;
	border-radius: 0;
	position: fixed;
	right: 0;
	left: 0;
	border-width: 0 0 1px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
.navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	height: 60px;

}
.navbar-logo {
	padding-top : 12px;
	padding-right : 15px;
	padding-bottom : 5px;
}
.navbar-logo img {
    width: 150px;
    height: 33px;
}
.navbar-nav {
	float: left;
	margin: 0;
	list-style: none;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
}
.nav > li {
	position: relative;
	display: block; 
	margin-left: 5px;

	margin-top: 14px;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav > li:hover {
	background-color: #F4F4F4;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.navbar-nav > li {
	float: left;
}
.navbar-nav > li > a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 25px;FONT-SIZE: 18PX;

}
.navbar-default .navbar-nav > li > a {
	color: #333;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #1f5aa0;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
	color: #1f5aa0;
	background-color: transparent;
}
.navbar-right {
	float: right !important;
	margin-top: 20px;
}
.navbar-right li {
	float: left;
	margin: 0;
	list-style: none;
	margin-left: 10px;
}
.navbar-right li a {
	color: #1f5aa0
}
.navbar-right li a:hover {
	color: #6692C5;
}
#moquu_top,#moquu_wxin a, #moquu_wshare a, #moquu_wmaps a,.lmap,.ltime,.icon-sns-tougao, .icon-sns-hezuo, .icon-sns-baoliao,.icon-sns-sina, .icon-sns-weixin, .icon-sns-Sub , .icon-sns-coo,.search,.mall,.USER,.tyhlogo,.ICON1,.ICON2,.ICON3,.ICON4,.ICON5,.ICON6,.ICON7,.ICON8,.ICON9,.ICON10,.ICON11,.ICON12,.ICON13 ,.icontag{
	background-image: url(../img/ico.png);
	background-repeat: no-repeat;
}
.search {
	width: 20px;
	height: 20px;
	background-position: left top;
}
.USER {
	width: 20px;
	height: 20px;
	background-position: -20PX top;
}
/*侧栏菜单*/
	.menuall {
	width: 100Px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	text-decoration: none;
	background: #e7e7e7;
}
.menuall a {
	color: #799FF3;
	margin-left: 20px;
}
.menuleft {
	z-index: 1;
	margin: 0px;
	box-sizing: inherit;
	width: 100px;
	height: 100%;
	border-right: 1px solid #dcdcdc;
	background-color: #f4f4f4;
	position: fixed;
}


.pinned {
	width: 100%;
}
.pinned UL {
	width: 100%;
}
.pinned li {
	list-style: none;
}
.pinned li a {
	padding-left: 40px;
	padding-right: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 50px;
	line-height: 50px;
	color: #333;
}
.pinned li a:hover {
	COLOR: #FFFFFF;
	background-color: #89A3C3;
}
.HANGYE {
	PADDING-LEFT: 13PX;
	LINE-HEIGHT: 65PX;
	height: 60px;
	FONT-WEIGHT: BOLD;
	COLOR: #FFFFFF;
	FONT-SIZE: 17PX;
	BACKGROUND-COLOR: #1F5AA0;cursor:pointer;
}
.mall {
	background-position: 0 -50px;
}
.mall:hover {
	background-position: 0 -85px;
}
.ICON1 {
	background-position: 0 -122px;
}
.ICON1:hover {
	background-position: 0 -158px;
}
.ICON2 {
	background-position: 0 -198px;
}
.ICON2:hover {
	background-position: 0 -233px;
}
.ICON3 {
	background-position: 0 -268px;
}
.ICON3:hover {
	background-position: 0 -303px;
}
.ICON4 {
	background-position: 0 -338px;
}
.ICON4:hover {
	background-position: 0 -373px;
}
.ICON5 {
	background-position: 0 -413px;
}
.ICON5:hover {
	background-position: 0 -445px;
}
.ICON6 {
	background-position: 0 -478px;
}
.ICON6:hover {
	background-position: 0 -513px;
}
.ICON7 {
	background-position: 0 -548px;
}
.ICON7:hover {
	background-position: 0 -583px;
}
.ICON8 {
	background-position: 0 -618px;
}
.ICON8:hover {
	background-position: 0 -653px;
}
.ICON9 {
	background-position: 0 -688px;
}
.ICON9:hover {
	background-position: 0 -723px;
}
.ICON10 {
	background-position: 0 -758px;
}
.ICON10:hover {
	background-position: 0 -793px;
}
.ICON11 {
	background-position: 0 -828px;
}
.ICON11:hover {
	background-position: 0 -863px;
}
.ICON12 {
	background-position: 0 -898px;
}
.ICON12:hover {
	background-position: 0 -938px;
}
.ICON13 {
	background-position: 0 -968px;
}
.ICON13:hover {
	background-position: 0 -1010px;
}
/*搜索开始*/
	#search_box {
	width:470px;
	height:40px;
	margin-top:20PX;
	margin-left:30PX;
	border-bottom: 1px solid #1f5aa0;
}
#search_box #s {
	float:left;
	padding:0;
	margin:6px 0 0 6px;
	border:0;
	width:430px;
	background:none;
	font-size:18px;
	height:32px;
	outline: 0;
}
#search_box #go {
	float:right;
	margin:3px 4px 0 0;
}
#alert_box_tags {
	width:500px;
	margin:auto;
}
.alert_box_tags_item a {
    display: block;
    min-width: 80px;
    float: left;
    margin-left: 20px;
    margin-bottom: 24px;
    text-align: center;
    font-size: 14px;
    color: rgb(31, 90, 160);
    padding: 8px;
    border: 1px solid rgb(31, 90, 160);
    border-radius: 20px;
}
.alert_box_tags_item a:hover {
	background:#1f5aa0;
	color:#fff;
}
#alert_box_more {
	width:562px;
	margin:0 auto;
}
.alert_box_more_main a {
	float:left;
	margin-left:10px;
	padding-top:12px;
	font-size:18px;
	color:#999;
	text-align:center;
}
.alert_box_more_left {
	float:left;
	margin-top:24px;
	margin-left:12px;
	width:174px;
	height:1px;
	background:#e5e5e4;
}
.alert_box_more_right {
	float:left;
	margin-top:24px;
	margin-left:12px;
	width:174px;
	height:1px;
	background:#e5e5e4;
}
/*搜索结束*/
	/*一级大图*/
	.big-pic {
	position: relative;
	width: 630px;
	height: 390px;
	margin-bottom: 30px;
	overflow: hidden;
}
.big-pic .back-img,.big2-pic .back-img {
	position: absolute;
	width: 100%;
}
.big-pic-content,.big2-pic-content {
	position:absolute;
	width: 630px;
	height: 400px;
	z-index: 10;
	cursor: pointer;
	display:block;
}
.big2-pic-content .t-h1 {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	font-weight: normal;
}
.big-pic:before,.big2-pic:before,.topic-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:-webkit-gradient(linear,0 50%,0 100%,from(rgba(0, 0, 0, 0)),to(#000));
	background:-moz-linear-gradient(top, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), #000);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),#000);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),#000);
}
.big-pic:hover:before,.big2-pic:hover:before,.big3-pic:hover:before,.topic-content:hover:before {
	opacity: 0.9;
}
.big-pic img,.big2-pic img,.big3-pic img,.mod-thumb img,.topic-content img,.hot-article-img img {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.big-pic:hover img,.big2-pic:hover img,.big3-pic:hover img,.mod-thumb:hover img,.topic-content:hover img,.hot-article-img:hover img {
	-webkit-transform: matrix(1.04,0,0,1.04,0,0);
	-moz-transform: matrix(1.04,0,0,1.04,0,0);
	-ms-transform: matrix(1.04,0,0,1.04,0,0);
	-o-transform: matrix(1.04,0,0,1.04,0,0);
	transform: matrix(1.04,0,0,1.04,0,0);
}
.t-h1 {
	margin:0 30px;
	bottom: 22px;
	position: absolute;
	word-break: break-all;
	line-height: 42px;
	font-size: 22px;
	color: #fff;
}
/*二级大图*/
	.big2-pic,.big2-pic-right {
	position: relative;
	width: 400px;
	height: 250px;
	background-color: #fafafa;
	overflow: hidden;
}
.big2-pic-content {
	width: 400px;
	height: 250px;
	overflow: hidden;
}
.big2-pic-content a {
	font-size: 18px;
	color: #fff;
}
.big2-pic-right .article-title {
	padding: 20px 20px 0 20px;
	font-size: 18px;
	line-height: 28px;
}
.big2-pic-right .article-author {
	margin: 30px 20px;
	border-top: 1px solid #f0f0f0;
}
.big2-pic-right .article-author .mob-author {
	margin: 10px 0;
}
/*三级大图*/
	.big3-pic,.big3-pic-right {
	position: relative;
	width: 190px;
	height: 120px;
	background-color: #fafafa;
	overflow: hidden;
}
.big3-pic-content {
	width: 190px;
	height: 120px;
	overflow: hidden;
}
.big3-pic-content a {
	font-size: 18px;
	color: #fff;
}
.big3-pic-right .article-title {
	padding: 20px 20px 0 20px;
	font-size: 18px;
	line-height: 28px;
}
.big3-pic-right .article-author {
	margin: 30px 20px;
	border-top: 1px solid #f0f0f0;
}
.big3-pic-right .article-author .mob-author {
	margin: 10px 0;
}
.big3-pic-content .t-h1 {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	font-weight: normal;
}



/*文章列表*/
.cList {}
.cList ul{}
.cList ul li{	width: 100%; height: 120px;  overflow: hidden;   background-color: #fff;}
.cList ul li:hover {-webkit-box-shadow: 1px 1px 1px #e7e7e7;
    -moz-box-shadow: 2px 2px 2px #e7e7e7;
    -ms-box-shadow: 2px 2px 2px #e7e7e7;
    -o-box-shadow: 2px 2px 2px #e7e7e7;
    box-shadow: 2px 5px 5px #e7e7e7;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;background-color: #fCfCfC;
        
}
.picture {	width: 190px; height: 120px;  }
.picture  img{ width: 190px;
    height: auto;
    min-height: 120px;
    _height: 120px; }
.mob-ctt {width: 420px;
    padding-left: 20px;
        padding-top: 10px;}

.listtitle { font-size: 16px;
    font-weight: 600;
            height: 30px;
    line-height: 30px;
    }
.mob-author {
    line-height: 35px; height: 35px;
}
.mob-author span{font-size: 13px;}
.author-name {color: #666;    margin-right: 10px;}


.icontag { background-position: -40PX top;width: 20px;
    height: 20px;   margin-right: 10px;  margin-top: 6px;}

.title-TAG {    FONT-SIZE: 12PX;
    MARGIN-LEFT: 10PX;
    }

	/*右栏*/
	.rbox{background: #f4f4f4;
    padding: 5px;margin: 6px; overflow: hidden;}
    .rbox2{background: #fff;padding: 5px;}
	.menu-social {}
	.menu-social li {
    float: left;

}
.rbox H3, .rbox2 H3{    HEIGHT: 33PX;}
.icon-sns-sina, .icon-sns-weixin, .icon-sns-Sub,  .icon-sns-tougao, .icon-sns-hezuo, .icon-sns-baoliao, .icon-sns-coo,#moquu_top, #moquu_wxin a, #moquu_wshare a, #moquu_wmaps a{
     height: 25px;
    width: 85px;
    display: block;
    BORDER: 1PX SOLID #666666;
    MARGIN-LEFT: 9PX;
    text-align: center;
    padding-top: 55px;margin-top: 4px;
    margin-bottom: 4px;
}
.icon-sns-sina{ background-position: -90px -145px;}
.icon-sns-sina:hover{ background-position: -90px -220px; BORDER: 1PX SOLID #e6162d;    COLOR: #e6162d;}
.icon-sns-weixin{background-position: -90px 0px;}
.icon-sns-weixin:hover{background-position: -90px -70px;BORDER: 1PX SOLID #348903;    COLOR: #348903;}
.icon-sns-Sub, .icon-sns-tougao{background-position: -90px -303px;}
.icon-sns-Sub:hover,  .icon-sns-tougao:hover{background-position: -90px -383px;BORDER: 1PX SOLID #0a917c;    COLOR: #0a917c;}
.icon-sns-coo, .icon-sns-hezuo{background-position: -90px -470px;}
.icon-sns-coo:hover, .icon-sns-hezuo:hover{background-position: -90px -545px;BORDER: 1PX SOLID #0c5899;    COLOR: #0c5899;}
.icon-sns-baoliao{background-position: -90px -870px;}
.icon-sns-baoliao:hover{background-position: -90px -940px;BORDER: 1PX SOLID #fc02ca;    COLOR: #fc02ca;}
#moquu_top {

background-position: -90px -737px;

}
#moquu_top:hover {
background-position: -90px -805px;
}

	/*右栏投融资*/
.rzbg {    background-image: url(../img/RZico.png);background-repeat: no-repeat;background-position: right 0px;}
.luyan {    padding-left: 10PX;}
.luyan span{color: #999999;    
    font-size: 12px;}
.lmap{        width: 20px;
    height: 20px;
        background-position: -110px -635PX; }
.ltime {        width: 20px;
    height: 20px;
    background-position: -147px -635PX;}
.tzz{WIDTH: 48%;
    LINE-HEIGHT: 25PX;
    HEIGHT: 25PX;
    TEXT-ALIGN: CENTER;
    BORDER: 1PX SOLID #DCDCDC;
    MARGIN-TOP: 10PX;}
.cyz{WIDTH: 48%;
    LINE-HEIGHT: 25PX;
    HEIGHT: 25PX;
    TEXT-ALIGN: CENTER;
    BORDER: 1PX SOLID #DCDCDC;
    MARGIN-TOP: 10PX;}
	/*右栏托友会*/
	.t45{    height: 45px;
    width: 100%;
    line-height: 45px;
    background: #fff;
    border-bottom: 1px solid #F4F4F4;
   }
   .t45 h3{margin-left: 15px;
    font-size: 17px;    width: 50%;
    float: left;
    font-weight: normal;}
    .t45 h3 a{color: #1F5AA0;
    font-weight: bold;}
   .BMbg {    background-image: url(../img/BMING.GIF);background-repeat: no-repeat;background-position: right 0px;}
      .overbg {    background-image: url(../img/overico.png);background-repeat: no-repeat;background-position: right 0px;}
	.tyhlogo{   margin-left: 15px; width: 70px;
    height: 30PX;
    background-position: left -20px;
    float: left;
    margin-top: 5px;}
	.more{border: 1px solid #ececec;
    padding: 0px 10px 0px 10px;
    float: right;
    height: 25px;
    line-height: 24px;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 12px;}
     .tyhbm {WIDTH: 98%;
    LINE-HEIGHT: 25PX;
    HEIGHT: 25PX;
    TEXT-ALIGN: CENTER;
   background: #E07455;
    MARGIN-TOP: 10PX;    color: #fff;
    FONT-WEIGHT: BOLD;}
     .tyhbm:hover{   background: #6D9CD4; color: #fff; }
    
    .tyhqp {WIDTH: 98%;
    LINE-HEIGHT: 25PX;
    HEIGHT: 25PX;
    TEXT-ALIGN: CENTER;
    BORDER: 1PX SOLID #DCDCDC;
    MARGIN-TOP: 10PX;}
    
    .tyhqp a{}
    
    .post_symposiastx_info{background:#FFF;}
.symposiastx_photo img { width:75px; height:75px; border-radius:75px;}

.symposiastx_photo_info{ float:left;width: 25%;   text-align: center;}
.symposiastx_photo_name{margin-right:12px; font-size:16px; color:#333;}
.symposiastx_photo_attention{ line-height:24px;color:#999;font-size: 12px;}
.kctime span{font-size:12px; }
.kctit {margin-left:18px;    WIDTH: 65%;MARGIN-TOP: 5PX;}
.kctit SPAN{COLOR: #2DAAEA;
    MARGIN-RIGHT: 5PX;}
    .kctime {margin-left: 20px;
    margin-top: 10px; width: 68%;}
    .kcwx {   
    color: #149047;}
    .kcbm {width: 100%;
  
    background: #E07455;
    TEXT-ALIGN: CENTER;
    
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
        HEIGHT: 25PX;
    LINE-HEIGHT: 25PX;
    MARGIN-TOP: 7PX;color: #fff
  }
  

  .kcbm:hover{color: #fff;background: #863017;}
  
  .topnav_sub_menu{  width:90%;  padding:20px; line-height:20px}
  /*专题开始*/
.topnav_topic{ width:350px; height:150px;  overflow:hidden; border-bottom:1px dashed #ccc; margin-bottom:16px; word-break:break-all; word-wrap:break-word;}
a.topnav_topic_image{display:block; width:350px; height:100px; left:0; top:0;}
a.topnav_topic_image img{width:350px; height:100px;}
a.topnav_topic_title{display:block;     font-weight: bold; width:350px; height:50px; left:58px; bottom:15px; line-height:50px; color:#333; overflow:hidden; word-break:break-all; word-wrap:break-word; }
/*专题结束*/
  
  
  /*侧边栏专栏作者开始*/

.x_info{width:100%; margin-top:20px; padding:0px 0px 0px 20px;background:#FFF;}
.x_photo img { float:left; width:75px; height:75px; border-radius:75px; }
.x_photo:hover{box-shadow:0px 0px 6px rgba(40, 161, 255, 1);}
.x_photo_info{ float:left; width:55%; margin-left:18px;}
.x_photo_name{ float:left;margin-right:12px; font-size: 16px;
    color: #333;
    font-weight: bold;}
.x_photo_attention{ float:left; width:65%; margin-left:18px; margin-top:4px; line-height:24px;color:#999;}
  
  
  /**投融资列表开始**/
.rzlist {
	width: 100%;
	float: left;
}
.rzlist ul{}


.rzlist ul li{ width: 104px;
margin-bottom: 10PX;
 height: 50PX;
padding: 3px;
text-align: center;
float: left;
    margin-left: 10px;
margin-right: 10px;}

.rzlist ul li h5{color: #888;
line-height: 24px;padding-top:3px;
margin: 0 3px;
height: 24px;}


.rzlist ul li img{ width: 104Px;}
.rzlist ul li img:hover{border: 2PX SOLID #3499da;}

  
  .listLoadMore {
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    display: block;
    box-shadow: none;
    color: #6483a2;
}


  
  
  /*footer_nav*/
.footer_nav {
	width:1030px;
	margin:0 auto;
	padding:10px 0;
}
.footer_nav h4 {
	font-size:16px;
  
    width: 50%;
    float: left;    margin: 0px;
}
.classify a {
	margin-right:20px;
	white-space:nowrap;    font-size: 12px;    LINE-HEIGHT: 25px;
}
.classify {
	border-top:1px #ccc solid;
	padding:10px 0;
	margin:10px 0;
}
.footer {
	width:100%;
	margin:0 auto;
	background:#333;
	height:35px;
	line-height:35px;

	color:#999;height: 42px;
    line-height: 42px;
}
.footer a {
	color:#999;
	margin-right:10px;
}
.footer a:link,.footer a:visited {
	font-size:12px;
	color:#999;
}
#moquu_top {
	z-index:2;
left: 50%;
   

	cursor:pointer;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin {

	_margin-top:177px;
	background-position: -90px -737px;
}
#moquu_wxin a {
	 background-position: -90px -145px;
	right:0;
	float:left;


}
#moquu_wxin a:hover {background-position: -90px -220px;BORDER: 1PX SOLID #e6162d;    COLOR: #e6162d;

}
#moquu_wshare {background-position: -90px -737px;

	_margin-top:277px
}
#moquu_wshare a {
background-position: -90px 0px;

	right:0;
	float:left;

}
#moquu_wshare a:hover {background-position: -90px -70px;BORDER: 1PX SOLID #348903;    COLOR: #348903;

}
#moquu_wmaps {background-position: -90px -737px;

	_margin-top:377px
}
#moquu_wmaps a {
	background:url(../img/sbtn.png) 0 -115px;

	right:0;
	float:left;

}
#moquu_wmaps a:hover {
	background:url(../img/sbtn.png) -80px -115px
}

.moquu_wxin,.moquu_wshare {
	position:relative;
	z-index:2
}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh {
	display:block
}
.moquu_wxin .moquu_wxinh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:355px;
	background:url(../img/moquu_ico.png) -1px -482px no-repeat
}
.moquu_wshare .moquu_wshareh {
	position:absolute;
	display:none;
	left:-280px;
	top:0px;
	width:275px;
	height:360px;
	background:url(../img/moquu_wshare.png) no-repeat
}
  
 .pages {text-align: center;
	clear:both;
	line-height:35px;
}
.pages a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
    background-color: #999999;
    text-align: center;

    padding-top: 7px;
    padding-right: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
}
}
.pages a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0069DD;
}
.pages a:link,pages a:visited {
	color:#FFFFFF;
}
.pages strong {
	background:#FFFFFF;
	font-weight:bold;
	color:#0069DD;
	padding:7px 9px;
	font-size:12px;
}
.pages a.more {
	border:none;
	background:none;
	color:#444444;
	padding:2px 0;
}
  
  
     	#moquu_top {
    margin-left: 547px;
    position: fixed;	bottom:70px;

    }
  
  
  
/* for 1050px or less*/
	@media screen and (max-width: 1200px) {
	.menuleft {
	display: none;
}
.BANIMG {
    width: 980PX;
}
.rad {
    width: 340PX;
}
.container {
	width: 980px;
}
.wrap-left {
	width: 620px;
	margin-right: 20px;
	float:left;
}
.wrap-right {
	width: 340px;
	float:right;
}
.big-pic {
	height: 370px;
}
.big-pic img {
	height: 370px;
}
.big-pic-content {
	height: 370px;
}
.big2-pic {
	width: 340px;
}
.big3-pic {
	width: 160px;
}
.mob-ctt {	width: 410px;}



.icon-sns-sina, .icon-sns-weixin, .icon-sns-Sub , .icon-sns-coo{
     height: 25px;
    width: 70px;
    display: block;
    BORDER: 1PX SOLID #666666;
    MARGIN-LEFT: 9PX;
    text-align: center;
  background-position: -30px -70px;padding-top: 5px;
}
.icon-sns-sina:hover, .icon-sns-weixin:hover, .icon-sns-Sub:hover , .icon-sns-coo:hover{
    
    BORDER: 1PX SOLID #666666;
    MARGIN-LEFT: 9PX;
    text-align: center;BACKGROUND: #333333;
    COLOR: #FFF;
  background-position: -30px -70px;padding-top: 5px;
}
.big3-pic, .big3-pic-right{height: 102px;}

.rzlist ul li {    width: 75px;}
.rzlist ul li img {
    width: 85Px;
}
.footer_nav {width: 980Px;}

.topnav_sub_menu{  width:100%;  padding:20px; line-height:20px}
  /*×¨Ìâ¿ªÊ¼*/
.topnav_topic{ width:300px; height:140px;  overflow:hidden; border-bottom:1px dashed #ccc; margin-bottom:16px; word-break:break-all; word-wrap:break-word;}
a.topnav_topic_image{display:block; width:300px; height:90px; left:0; top:0;}
a.topnav_topic_image img{width:300px; height:90px;}
a.topnav_topic_title{display:block;     font-weight: bold; width:350px; height:50px; left:58px; bottom:15px; line-height:50px; color:#333; overflow:hidden; word-break:break-all; word-wrap:break-word; }


}

/* for 980px or less*/
	@media screen and (max-width: 980px) {

	.mob-ctt {width: 100%;}
	.wapl,.logoin,.picture,.wrap-right,.picture,#tuiguang,.classify,.footer_nav{display: none;}
	#pright,.nav{display: none;}
	.container,.nav {width: 100%;}
	.navbar-logo {    MARGIN-LEFT: 10PX;}
	.L120 {margin-LEFT: 10px;}
	.footer .right{float: none;  TEXT-ALIGN: CENTER;
    WIDTH: 100%;}
    .waphangye{          display: block;   padding: 10px;
    margin-top: 10px;
    margin-right: 20px;
    background: #1F5A9F;
    width: 50px;
    text-align: CENTER;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    }
    .waphangye a{    color: #FFF;}
    .waphy,#alert_box_tags,.wrap-left{WIDTH: 100%;}
    .waphy li{      width: 30%;
    height: 40px;
    float: left;
    border-radius: 20px;
    line-height: 40px;
    background: #E0DCDC;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0 .5% 1px;
    margin-bottom: 10px;}
.alert_box_tags_item a {
	
     width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #1f5aa0;
    border: 0px;
    min-width: 0px;
    margin: 0px;
    padding: 0px;
}
    .ezmodal {WIDTH: 100%;}
       	#moquu_top {BORDER: 0PX;
    left: 80%;
    position: fixed;	bottom:70px;
    color: #fff;
        margin-left: 0px;
	_margin-bottom:70px;
    }
    .big-pic {WIDTH: 100%;height: 250px;}
    .big-pic img {    height: initial;}
    .big-pic-content {height: 250px;}
 .t-h1 {font-size: 1.2em;}
 .navbar {    margin-bottom: 0px;}
 .brea_nav {    margin-top: 80px;
    margin-left: 12px;}
.displapc {display:inline;}
.footer a:link, .footer a:visited {
    font-size: 15px;
    color: #fff;
}
.navbar {
    margin-bottom: 0px;
    position: fixed;
    z-index: 6;
}
.navtop {margin-top: 50px;}

#search_box {
  width: 93%;
    border: 1px solid #1F5A9F;
    margin-left: 0px;
}

#search_box #s {
   
    width: 80%;}
}

	}
	
	
	@media screen and (min-width: 980px) {
	.waphy,.waphangye {display: none;}
	}


