@charset "gb2312";
/* CSS Document */
*{ margin:0px; padding:0px; border:0; }
html, body {width:100%; height:100%;  margin:0px; padding:0; font:16px/1.5 "Microsoft YaHei" , tahoma, arial, \5FAE\8F6F\96C5\9ED1, "Hiragino Sans GB", sans-serif; background:#fff;  }


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,img,button {border:0;  padding:0; margin:0; font-weight:normal; } 
table,td,tr,th{font-size:12px;}
li{list-style-type:none;list-style:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6,p,em,i,b,span { margin:0; padding:0; font-weight:normal; font-style:normal;}
ol,ul {list-style:none;}
address,cite,code,th {font-weight:normal;font-style:normal;}
img:hover { opacity:1; filter: alpha(opacity=100); }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
.fl { float:left; }
.fr { float:right; }
a { color:#404040; text-decoration:none; }
a:hover{ color:#c00; text-decoration:none;}
.cl { clear:both;}

div,ul,li,h4,h5,dl,dd,dt { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }

.warp { width:1000px; margin:0 auto; overflow:hidden; }
.banner { background:url(../images/banner2.jpg) no-repeat top center; height:612px; position:relative;}
.sidai { position:absolute; bottom:0;}
.w380 { width:380px;}
.w480 { width:480px;}
.w500 { width:500px;}
.w600 { width:600px;}



.zi1 { width:1035px;height:155px; top:100px; left:50%; margin-left:-517px; position:absolute;}
.zi2 { width:879px;height:73px; top:260px; left:50%; margin-left:-440px; position:absolute;}
.zi3 { width:798px;height:100px; bottom:160px; left:50%; margin-left:-400px; position:absolute;}
.zi4 { width:194px;height:35px; bottom:80px; left:50%; margin-left:-97px; position:absolute;}

.up {
	-webkit-animation: up 1s ease forwards;
	animation: up 1s ease forwards
}

@-webkit-keyframes up {
	0% {
		-webkit-transform: translateY(-800px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1
	}
}

@keyframes up {
	0% {
		transform: translateY(-800px);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.down {
	-webkit-animation: down .5s ease forwards;
	animation: down .5s ease forwards
}

@-webkit-keyframes down {
	0% {
		-webkit-transform: translateY(800px);
		opacity: 0
	}

	100% {
		-webkit-transform: translateY(0);
		opacity: 1
	}
}

@keyframes down {
	0% {
		transform: translateY(800px);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.wall { width:100%; height:490px; position:absolute; left:0; top:0; overflow:hidden; }

.star1 { background:url(../images/star01.png) repeat 20% 0%; z-index:1;
-webkit-animation:star1 300s linear infinite;
-moz-animation:star1 300s linear infinite;
-ms-animation:star1 300s linear infinite;
animation:star1 300s linear infinite;
}
@-webkit-keyframes star {
from { background-position:0% 0% }
to { background-position: 600% 20% }
}
@keyframes star {
from { background-position: 0% 0% }
to { background-position: 600% 20% }
}

.star2 { background:url(../images/star02.png) repeat 35% 0%; z-index:2;
-webkit-animation:star2 300s linear infinite;
-moz-animation:star2 300s linear infinite;
-ms-animation:star2 300s linear infinite;
animation:star2 300s linear infinite;
}
@-webkit-keyframes star2 {
from { background-position:600% 0% }
to { background-position: 0% 40% }
}
@keyframes star2 {
from { background-position: 600% 0% }
to { background-position: 0% 40% }
}


h2.lm01 { width:100%; text-align:center;font-size:27px; position:relative;  margin-bottom:35px; padding-top:18px; background:url(../images/titbg.png) no-repeat top center;}
h2.lm01 span { display:block;}
h2.lm01 b { font-weight:700; font-size:34px; color:#d90903;}
h2.lm01 p { font-size:14px; color:#999;}

/*头条*/

.tt { width:100%; margin:0 auto; overflow:hidden; padding:45px 0 20px 0; border-bottom:#e6e6e6 1px solid; margin-bottom:25px;  }
.tt h3 { width:100%;  float:left; }
.tt h3 span {  width:100%; float:left; font-size:34px; line-height:40px; font-weight:bold; height:40px; overflow:hidden; margin-bottom:14px; color:#d90903; background:url(../images/tt.png) left top no-repeat; padding:0 0 0 70px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.tt h3 p { width:100%;  font-size:16px; color:#999; float:left;  font-weight:normal; line-height:24px; }
.tt font { color:#d90903; }

.list { overflow:hidden;}
.list li { width:50%; float:left; font-size:16px; line-height:47px; color:#666; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom:1px dashed #f7edee; }
.list li b { color:#c00; padding:0 10px 0 0px; font-weight:bold; font-size:14px;}



/*焦点图*/
.focus,#focus { width:100%; height:330px; overflow:hidden; position:relative;  }
.focus ul li { width:100%; float:left; }
.focus ul li img { width:100%; height:330px; display:block; -webkit-transition:all .3s linear;  -moz-transition:all .3s linear;  -o-transition:all .3s linear; transition:all .3s linear; }
.focus ul li:hover img { -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05); }
.focus ul li span { width:100%; height:114px; overflow:hidden; position:absolute; bottom:0; left:0; 
background:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));  }
.focus ul li p { position:absolute; bottom:36px; width:90%; font-size:20px; line-height:30px; color:#fff; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:0 5%; text-align:center; text-shadow: 1px 1px 0px rgba(0,0,0,1); }
.focus ul li p a { color:#fff; text-decoration:none;}
#pager {  position:absolute; bottom:16px; left:50%; margin-left:-75px; z-index:999; text-align:center; }
#pager a { width:40px; height:6px; margin:0 5px; background:#fff; cursor:pointer; line-height:0; font-size:0; display: inline-block; border-radius:6px; text-shadow: 1px 1px 1px rgba(0,0,0,.5);}
#pager a.activeSlide { background:#f56a3f; border-radius:6px; }
#pager a:hover { background:#f56a3f; border-radius:6px; }


/*两会观察*/
.w700 { width:570px;}
.w450 { width:400px;  }

.vlog_pic { width:100%; float:left; overflow:hidden; height:360px; position:relative; }
.vlog_pic img { width:100%; height:360px; display:block; overflow:hidden;}
.vlog_pic span { width:100%;  position:absolute; bottom:0px; background:rgba(0,0,0,.5); }
.vlog_pic span p { width:90%; float:left; font-size:18px; text-align:center; line-height:28px; color:#fff; text-shadow: 1px 1px 3px rgba(0,0,0,.5); padding:12px 5%;  }
.vlog_pic em { width:92px; height:92px; display:block; background: url(http://www.ohnews.cn/cms_udf/2021/2021ohlh/images/player2.png);background-size:cover; overflow:hidden; position:absolute; top:50%; left:50%; cursor:pointer; transform:rotate(0deg); -webkit-transform:rotate(0deg); filter:alpha(opacity=100);-moz-opacity:1;opacity:1; margin-left:-46px; margin-top:-46px; z-index:5 }
.vlog_pic:hover em { transform:rotate(180deg);-webkit-transform:rotate(180deg); filter:alpha(opacity=100);-moz-opacity:1;opacity:1 }

.txtScroll-top { overflow:hidden; position:relative;}
.txtScroll-top .prev{ display:block; width:100%; height:11px; float:right; text-align:center; overflow:hidden; cursor:pointer; }
.txtScroll-top .next { display:block; width:100%; height:11px; float:right; text-align:center; overflow:hidden; cursor:pointer; }

.vlog { width:100%; float:left; overflow:hidden; height:340px; padding:15px 0 10px 0;   }
.vlog ul li { width:100%; float:left; }
.vlog ul li h4 { width:100%; overflow:hidden; padding:8px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.vlog ul li h4 em { width:34%; float:left; }
.vlog ul li h4 em img { width:100%; height:90px;}
.vlog ul li h4 font { width:62%; float:right; font-size:16px; }
.vlog ul li h4 font span { width:100%; float:left; color:#393939; line-height:30px; font-size:16px; padding-top:12px; height:60px; overflow:hidden; }
.vlog ul li:hover h4 { background:#d92a2d; }
.vlog ul li:hover h4 font span { color:#fff; }



/*动态*/
.news { width:100%; float:left; margin-top:-6px;   margin-bottom:20px; }
.news ul li { width:100%; font-size:16px; line-height:47px; color:#666; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; border-bottom:1px dashed #e6e6e6; }
.news ul li b { color:#aaa; padding:0 9px 0 0px; }
.more2 { float:right; font-size:14px; line-height:20px; }
.more2 a { color:#666; }

.slm { width:100%; float:left; text-align: center; margin:20px 0 30px 0;}





.news3 ul { margin-right:-20px;}
.news3 ul li { width:153px; float:left; margin-right:15px; margin-top:15px;}
.news3 ul li span { width:153px; height:153px; overflow:hidden;}
.news3 ul li span img { width:143px; height:143px; border-radius:50%; border:#efefef 5px solid; display:block; -webkit-transition:all .3s linear;  -moz-transition:all .3s linear;  -o-transition:all .3s linear; transition:all .3s linear; cursor:pointer;}
.news3 ul li span img:hover { -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1); }
.news3 ul li p { text-align:center;  line-height:26px; font-size:16px; margin-top:15px;}


.amn{transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s;-moz-transition:all ease-out .3s 0s;-o-transition:all ease-out .3s 0s;} /*过渡效果*/  
.news_sp { width:100%;   }
.news_sp ul { width:100%; overflow:hidden;}
.news_sp ul li { width:320px; float:left; margin-right:20px;  }
.news_sp ul li:nth-child(3n) { margin-right:0%; }
.news_sp ul li h3 { width:100%; float:left;  }
.news_sp ul li h3 .p { width:100%; height:100px; position:relative; overflow:hidden; display:block; }
.news_sp ul li h3 .p img { width:100%; height:100px; position:absolute; left:0; top:0; -webkit-transition:-webkit-transform .3s linear;-moz-transition:-moz-transform .3s linear;-o-transition:-o-transform .3s linear;transition:transform .3s linear;}
.news_sp ul li:hover h3 .p img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
.news_sp ul li h3 .p em { width:50px; height:50px; display:block; background: url(http://news.66wz.com/cms_udf/2019/wzlh/images/player.png);background-size:cover; overflow:hidden; position:absolute; top:50%; left:50%; cursor:pointer; transform:rotate(0deg); -webkit-transform:rotate(0deg); filter:alpha(opacity=100);-moz-opacity:1;opacity:1; margin-left:-25px; margin-top:-25px; }
.news_sp ul li:hover h3 .p em { transform:rotate(-180deg);-webkit-transform:rotate(-180deg); filter:alpha(opacity=100);-moz-opacity:1;opacity:1 }
.news_sp ul li h4 { width:100%; float:left; font-size:16px; text-align:center; line-height:26px; color:#666; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:15px 0 0 0; }
.news_sp ul li:hover h4 { color:#252525; }

.news_sp2 { width:100%;   }
.news_sp2 ul { width:100%; overflow:hidden;}
.news_sp2 ul li { width:320px; float:left; margin-right:20px;  }
.news_sp2 ul li:nth-child(3n) { margin-right:0%; }
.news_sp2 ul li p { width:100%; float:left; font-size:16px; text-align:center; line-height:26px; color:#666; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:15px 0 0 0; }





.amn{transition:all ease-out .3s 0s;-webkit-transition:all ease-out .3s 0s;-moz-transition:all ease-out .3s 0s;-o-transition:all ease-out .3s 0s;} 
#znlsp { width:100%;   }
#znlsp ul li { width:300px; float:left; margin-right:30px;  }
#znlsp ul li h3 { width:100%; float:left;  }
#znlsp ul li h3 .p { width:100%; height:100px; position:relative; overflow:hidden; display:block; }
#znlsp ul li h3 .p img { width:100%; height:100px; position:absolute; left:0; top:0; -webkit-transition:-webkit-transform .3s linear;-moz-transition:-moz-transform .3s linear;-o-transition:-o-transform .3s linear;transition:transform .3s linear;}
#znlsp ul li:hover h3 .p img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
#znlsp ul li h3 .p em { width:50px; height:50px; display:block; background: url(http://news.66wz.com/cms_udf/2019/wzlh/images/player.png);background-size:cover; overflow:hidden; position:absolute; top:50%; left:50%; cursor:pointer; transform:rotate(0deg); -webkit-transform:rotate(0deg); filter:alpha(opacity=100);-moz-opacity:1;opacity:1; margin-left:-25px; margin-top:-25px; }
#znlsp ul li:hover h3 .p em { transform:rotate(-180deg);-webkit-transform:rotate(-180deg); filter:alpha(opacity=100);-moz-opacity:1;opacity:1 }
#znlsp ul li h4 { width:100%; float:left; font-size:18px; line-height:26px; color:#666; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:15px 0 0 0; }
#znlsp ul li:hover h4 { color:#252525; }



.img02 { width:100%; }
.img02 ul li { width:316px; float:left; margin-right:26px; margin-bottom:20px; background:#f8f8f8; }
.img02 ul li h3 { width:100%; height:210px; overflow:hidden; display:block; }
.img02 ul li h3 img { width:100%; height:210px; -webkit-transition:-webkit-transform .3s linear;-moz-transition:-moz-transform .3s linear;-o-transition:-o-transform .3s linear;transition:transform .3s linear;}
.img02 ul li:hover h3 img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1); }
.img02 ul li h4 { width:100%; float:left; padding:5% 5% 6% 5%;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;  }
.img02 ul li h4 span { width:100%; float:left; font-size:16px; line-height:26px; height:52px; color:#333; overflow:hidden;}
.img02 ul li h4 p { width:100%; float:left; font-size:14px; line-height:22px; height:88px; text-indent:2em; overflow:hidden; color:#666;  padding:10px 0 0 0;}
.img02 ul li:nth-child(3n){ margin-right:0px;}
.img02 ul li:hover h4 span { color:#df4747;  }





.jmwz { width:100%; float:left;  }
.jmwz ul li { width:48%; float:left; background:#efefef; margin-bottom:20px; overflow:hidden; cursor:pointer; }
.jmwz ul li h5 { width:160px; background:#d90903;  text-align:center; float:left;}
.jmwz ul li h5 p { width:100%; float:left; padding:8px 0;}
.jmwz ul li h5 b { width:100%; float:left; height:20px; overflow:hidden; line-height:20px; font-weight: bold; font-size:16px; color:#fff; display:block;}
.jmwz ul li h5 font { width:100%; float:left; height:36px; overflow:hidden; font-size:14px; color:#fff; line-height:18px; display:none; }
.jmwz ul li h5 span {  width:100%; height:130px; overflow:hidden; display:block; }
.jmwz ul li h5 span img { width:100%; height:130px; background:#fff;  -webkit-transition:-webkit-transform .3s linear;-moz-transition:-moz-transform .3s linear;-o-transition:-o-transform .3s linear;transition:transform .3s linear;}
.jmwz ul li:hover h5 span img { -webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15); }
.jmwz ul li h6 { width:280px;  float:right; padding:17px 20px 0 0;  } 
.jmwz ul li h6 span { width:100%; float:left; font-size:18px; font-weight:bold; color:#252525; line-height:24px; max-height:72px; overflow:hidden; }
.jmwz ul li h6 p { width:100%; float:left;  line-height:22px; color:#777; font-size:14px; font-weight:normal; height:66px; overflow:hidden; padding:10px 0 0 0; }
.jmwz ul li:nth-child(2n) { float:right; }
.jmwz ul li:hover h6 { color:#d6181f; }



.zhizao2 { width:100%; float:left; margin-right:30px;margin-bottom:20px; }
.zhizao2 dl { width:31.33333%; float:left; margin-right:3%; background:#f8f8f8; padding-bottom:25px; }
.zhizao2 dl:nth-child(3n) { margin-right:0;  }
.zhizao2 dl dt { width:100%; float:left; height:210px; display:block; overflow:hidden; margin-bottom:15px; }
.zhizao2 dl dt img { width:100%; height:210px; }
.zhizao2 dl dd { width:84%; font-size:15px; line-height:22px; color:#666; padding:12px 0;  border-bottom:1px dashed #e6e6e6; margin:0 8%;}
.zhizao2 dl dd b { color:#aaa; padding:0 9px 0 0px; }

.yeyx { width:100%; float:left;  } 
.yeyx ul li { width:48%; float:left; margin-bottom:20px; background:#d9090352;}
.yeyx ul li h4 { width:70%; float:right;color:#383636; line-height:26px; font-size:16px; font-weight:bold; overflow:hidden; max-height:70px; padding:18px 4% 0 4% }
.yeyx ul li h5 { width:30%; float:left;  overflow:hidden;  }
.yeyx ul li h5 img { width:100%; height:90px; display:block;}
.yeyx ul li:hover h4 { color:#000000; }
.yeyx ul li:nth-child(2n) { float:right; }




.yeyx_blue { width:100%; float:left;  } 
.yeyx_blue ul li { width:48%; float:left; margin-bottom:20px; background:#80c6f97a;}
.yeyx_blue ul li h4 { width:70%; float:right;color:#383636; line-height:26px; font-size:16px; font-weight:bold; overflow:hidden; max-height:70px; padding:18px 4% 0 4% }
.yeyx_blue ul li h5 { width:30%; float:left;  overflow:hidden;  }
.yeyx_blue ul li h5 img { width:100%; height:90px; display:block;}
.yeyx_blue ul li:hover h4 { color:#000000; }
.yeyx_blue ul li:nth-child(2n) { float:right; }


/*高清图集*/
.icon-arrow-a-left, .icon-arrow-a-right { background: url(../images/icon-sd26986d847.png) no-repeat; }
.icon-arrow-a-left { background-position: 0 0; height: 50px; width: 50px; }
.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover { background-position: -60px 0; }
.icon-arrow-a-right { background-position: -120px 0; height: 50px; width: 50px; }
.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover { background-position: -180px 0; }

#arrow { overflow: hidden; zoom: 1; position: relative; margin-bottom: 35px; }
#arrow_b_hero { width: 1000px; height: 565px; margin: auto; position: relative; }
#arrow_b_hero img { width: 1000px; height: 565px; }
#arrow_b_hero .heros { width: 1000px; height: 565px; }
#arrow_b_hero .hero-wrap { overflow: visible; position: absolute; }
#arrow_b_hero .next, #arrow_b_hero .prev { filter: alpha(Opacity=70); opacity: .7; position: absolute; top: 50%; margin-top: -25px; margin-left: 0px; background-color: #303030; z-index: 3; }
#arrow_b_hero .next:hover, #arrow_b_hero .prev:hover { background-color: orangered; }
#arrow_b_hero .next { margin: -25px 0px 0 0; right: 0; }
#arrow_b_hero .disabled { background-color: #eee; }
#arrow_b_hero .mask-left, #arrow_b_hero .mask-right, #arrow_b_hero .hero { background: #000; z-index: 1; position: absolute; top: 0; left: 0; width: 1000px; height: 565px; overflow: hidden; left: 2000px; }
#arrow_b_hero .mask-right, #arrow_b_hero .mask-left { z-index: 4; left: -1000px; filter: alpha(Opacity=50); opacity: .5; background: #000; overflow: hidden; }
#arrow_b_hero .mask-right { left: 1000px; }
#arrow_b_hero .active { z-index: 2; left: 0; }
#arrow_b_hero .mask-left { border-right:#FFF 1px solid;}
#arrow_b_hero .mask-right { border-left:#FFF 1px solid;}
#arrow_b_hero span { width:100%; overflow:hidden; position:absolute; bottom:0; left:0; padding:30px 5%;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
background:-webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,1))); }
#arrow_b_hero span .z1 { width:100%; float:left; font-size:28px; line-height:46px; color:#fff; height:46px; overflow:hidden; }
#arrow_b_hero span .z2 { width:100%; float:left; font-size:15px; line-height:20px; color:#fff; padding:5px 0 0 0;  filter:alpha(opacity=90);-moz-opacity:0.9;opacity:0.9;}


/*版权所有*/
.copy { width:100%; margin:50px auto 0 auto; overflow:hidden; background:#c00;  background:linear-gradient(to bottom,#f73420,#d91009);  font-size:14px; line-height:70px; color:#fff;  }
.copy span { float:right; color:#fff; }
.copy a { color:#fff; } 


/*媒体报道*/
.lhsd { width:100%; margin-bottom:35px; overflow:hidden;  }
.lhsd ul li { width:49%; font-size:16px; margin-right:2%; float:left; line-height:48px; color:#666; overflow:hidden; height:47px; border-bottom:1px dashed #e6e6e6; }
.lhsd ul li b { color:#aaa; padding:0 9px 0 0px; }
.lhsd ul li:nth-child(2n) { margin-right:0%; }


#toTop {width:40px; height:40px; display:none; text-decoration:none; position:fixed; bottom:14px; right:18px; overflow:hidden; z-index:99999999;
border: none; text-indent:100%; background: url("../images/top_move.png") no-repeat 0px 0px; }
#toTopHover { width:40px; height:40px; display:block; overflow:hidden; float:right; opacity:0; -moz-opacity: 0; filter: alpha(opacity=0); }




.w560 { width:420px;}
.w440 { width:580px;}


.talk_bj { background:url(../images/talk_bj.jpg) left top no-repeat #f8f8f8; overflow:hidden; }
.talk { width:100%; float:left; padding:26px 0 0 28px;}

.tabBar { width:100%; float:left;}
.tabBar span { width:140px; float:left; -webkit-filter: grayscale(100%); -moz-filter: grayscale(1); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);  filter: grayscale(100%); filter: gray;}
.tabBar span img { width:100%; height:auto; }
.tabBar span.current { -webkit-filter: grayscale(0%); cursor:pointer; }

.tabCon { float:left; padding:55px; }
.tabCon strong { line-height:40px;}
.tabCon font { width:100%; float:left; text-align:left; font-size:16px; color:#777; text-indent:2em; line-height:24px; }
.tabCon p { width:100%; float:left; text-align:right; font-size:16px; color:#333; line-height:24px; padding:10px 0 0 0; }


.slm { line-height:45px; font-size:24px; font-weight:700; color:#46b1fc;}



/*内容页*/
.Loaction { background:#efefef; width:100%; line-height:36px; font-size:14px; color:#666;}
.Loaction p { width:1000px; margin:0 auto;}
.Loaction a { color:#666;}

#artibodytitle { font-size:28px; padding-bottom:15px; font-weight:700; text-align:center; padding-top:55px;}
.subtext { text-align:center;}
.subtext span { padding:0 15px; color:#666;}
#comt { float:right; width:120px;}
#comt span { color:#aaa;}

#artibody { margin-top:20px;}
#artibody,#artibody div span { color:#333; font-size:18px;}
#artibody a { color:#333; border-bottom:#333 solid 1px;}
#artibody a:hover { color:#00adec; border-color:#00adec;}
#artibody p { line-height:1.8em; padding:.5em 0; text-align:justify;}
#artibody p span { line-height:1.8em;}
#artibody p.from,#artibody p.from a { color:#f8f8f8; border:none;}
#artibody img { width:auto; max-width:670px; height:auto;width:auto\9; /* ie8 */}




.bg02 { background:#ffffff; margin:5px 0; padding:15px 0;}
.bg02 .more a { background:#d90903; color:#FFF;}


.more1 { text-align: center; margin-top:24px; margin-bottom:30px;}
.more1 a { display:inline-block; font-size:16px; color:#ffffff; background:#df322c; padding:0 16px; line-height:42px; border-radius:3px;  }
.more1 a:hover { color:#fff; background:#af1a2e;  }


.img02 ul li { background:#d90903;}
.img02 ul li h4 span { color:#FFF;}
.img02 ul li:hover h4 span { color:#fff;  }


.img02 ul li { background:#d90903;}
.img02 ul li h4 span { color:#FFF;}
.img02 ul li:hover h4 span { color:#fff;  }
.yeyx1 ul li { background:#0060c1;}
.yeyx1 ul li h4 { color:#FFF;}
.yeyx1 ul li:hover h4 { color:#FFF; }




/*手机自适应*/
@media screen and (max-width:999px) and (min-width: 160px){
		html, body { width:1000px;}
		.menu { display:none;}
		.bg4 { background-size:380%;}
		.header { height:930px; width:1000px; }
		.warp { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:0 0%; overflow:hidden;}
		.top,.elive,ul.kwz,h2 { width:1000px;}
		.top_h1 { width:920px;}
		.elive { width:1000px;}
		#toTop { display:none;}
		.pager2 { display:none;}
		.copy { font-size:11px; text-align:center;}
		.copy span { display:none;}
		.cloud1,.cloud2 { display:none;}
.zi1 { width:1000px;overflow: hidden;}
	}


