﻿
@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,hr,th,td{ 
	margin:0;
	padding:0;
} 
html{
	height:100%;
}
h1,h2,h3,h4,h5,h6{ 
	font-weight:normal;
	font-size:100%;
}
table{ 
	border-collapse:collapse;
	border-spacing:0;
}
ol,ul{ 
	list-style:none;
}
em{ 
	font-style:normal;
}
abbr,acronym,img{ 
	border:none;
}
input,button,textarea{ 
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	line-height:normal;
	vertical-align:middle;
	margin: 0;
	padding:0;
	border: 0 none;
}
.clearfix:after{ 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
*+html .clearfix{ 
	min-height:1%;
} 
.clear{ 
	clear:both; 
	height:0;
	font-size:1px;
	line-height:0px;
}
a{	
	font-family: "Microsoft YaHei";
	text-decoration: none;
}
.font_three{
    letter-spacing: 3.5px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
img{vertical-align:bottom;} 
body{
	font-family: "Microsoft YaHei";
	width: 100%;
	background: url(../images/bg.png)  no-repeat center 90px #fff;
}

/*   头部    */
.register_b{
	width: 368px;
	min-height: 297px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10001;
	display: none;
	overflow: hidden;
	margin-left: -184px;
	margin-top: -111px;
}
.register_b .register_bg,.login_b .login_bg{
	background: url(../images/register_bg.jpg) repeat-x;
	width: 100%;
	height: 47px;
}
.register_b .register_bg .register_font,.login_b .login_bg .login_font{
	float: left;
	display: inline;
	color: #fff;
	font-size: 16px;
	height: 47px;
	line-height: 47px;
	font-family: 宋体;
	font-weight: bold;
}
.register_b .register_bg img,.login_b .login_bg img{
	float: left;
	display: inline;
	vertical-align:middle;
	margin: 15px 10px 0 25px;
	width: 16px;
	height: 17px;
}
.register_b .register_bg a img,.login_b .login_bg a img{
	float: right;
	display: inline;
	vertical-align:middle;
	margin: 11px 20px 0 25px;
	width: 23px;
	height: 23px;
}
.register_b .register_info{
	width: 100%;
	height: 200px;
}
.register_b .register_info input,.login_b .login_info input{
	width: 348px;
	height: 49px;
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.register_b .register_info input::-webkit-input-placeholder,.login_b .login_info input::-webkit-input-placeholder {
	color: #b2b2b2 !important;  /*WebKit browsers */
}
.register_b .register_info input:-moz-placeholder,.login_b .login_info input:-moz-placeholder {
	color: #b2b2b2 !important; /* Mozilla Firefox 4 to 18*/ 
}
.register_b .register_info input::-moz-placeholder,.login_b .login_info input::-moz-placeholder {
	color: #b2b2b2 !important; /*Mozilla Firefox 19+*/
}
.register_b .register_info input:-ms-input-placeholder,.login_b .login_info input:-ms-input-placeholder {
	color: #b2b2b2 !important;  /*Internet Explorer 10+*/ 
}
.register_b .submit_b{
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.register_b .submit_b span{
	float: right;
	display: inline;
	font-size: 12px;

}
.register_b .submit_b span a{
	color: #4089ac;	
}
.register_b .submit_b input{
	width: 105px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #4089ac;
	border-radius: 4px;
	float: right;
	display: inline;
	margin: 10px 20px 0 15px;
	cursor: pointer;
}
.register_b .login_way,.login_b .login_way{
	width: 100%;
	height: 49px;
	background: #ebebeb;
	display: none;
}
.register_b .login_way .login_qq,.login_weibo,.login_b .login_way .login_qq,.login_weibo{
	height: 49px;
	line-height: 49px;
	width: 183px;
	float: left;
	display: inline;
	text-align: center;
}
.register_b .login_way .login_qq a img,.login_b .login_way .login_qq a img{
	width: 16px;
	height: 17px;
	margin-right:10px;
	vertical-align: middle;
}
.register_b .login_way .login_weibo a img,.login_b .login_way .login_weibo a img{
	width: 20px;
	height: 17px;
	margin-right:10px;
	vertical-align: middle;
}
.register_b .login_way a span,.login_b .login_way a span{
	font-size: 14px;
	color: #666;
}
.register_b .login_way .login_symbol,.login_b .login_way .login_symbol{
	background: url(../images/login_symbol.jpg) center center no-repeat;
	width: 1px;
	height: 49px;
	float: left;
	display: inline;
}
.login_b{
	width: 368px;
	min-height: 222px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10001;
	display: none;
	overflow: hidden;
	margin-left: -184px;
	margin-top:-111px;
}
.login_b .login_info{
	width: 100%;
	height: 100px;
}
.login_b .submit_b{
	width: 100%;
	height: 75px;
	line-height: 75px;
}
.login_b .submit_b input{
	width: 105px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #4089ac;
	border-radius: 4px;
	float: right;
	display: inline;
	margin: 23px 20px 0 15px;
	cursor: pointer;
}
.login_b .submit_b span{
	float: right;
	display: inline;
	font-size: 12px;
	color: #282828;
	margin-left: 5px;
}
.login_b .submit_b span a{
	color: #4089ac;
}
.login_b .submit_b span.remember{
	background: url(../images/remember.png) center left no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-top: 31px;
}
.login_b .submit_b span.sel{
	background: url(../images/remember.png) center right no-repeat;
	width: 15px;
	margin-top: 31px;
}
.login_b .error_msg,.register_b .error_msg{
	display: none;
	text-align: center;
	color: #666;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.float_container_after{
	background-color: #b2b2b2;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	filter:alpha(opacity=30);       /* IE */
	-moz-opacity:0.3;              /* 老版Mozilla */
	-khtml-opacity:0.3;
}
.header_top{
	width: 100%;
	background: url(../images/header_top_bg.jpg) repeat-x;
	height: 30px;
}
.header_top .info{
	/* float: right;
	display: inline-block; */
	font-size: 14px;
	color: #8e8e8e;
	height: 30px;
	line-height: 30px;
	min-width: 175px;
	font-weight: bold;
	position: absolute;
	right: 0px;
}
.header_top .info a{
	color:#8e8e8e;
	display: block;
}
.header_top .info .register,.login,.symbol,.login_username,.login_out{
	float: left;
	display: inline;
	margin-right: 10px;
	position: absolute;
}
.header_top .info .register,.login_out{
	top:0px;
	right: 0px;
}
.header_top .info .login,.login_username{
	top:0px;
	right: 61px;
	width: 46px;
	overflow: hidden;
	text-align: center;
}
.header_top .info .symbol{
	font-weight: normal;
	right: 43px;
}
.header_top .info .original{
	float: right;
	display: inline;
	width: 74px;
	position: absolute;
	right: 126px;
}
.header_top .info .original a img{
	float: right;
	display: inline;
	width: 9px;
	height: 10px;
	margin: 10px 0 0 5px;
	position: absolute;
	top:0px;
}
.header{
	width: 100%;
	background: url(../images/header_bg.jpg)  repeat-x;
	height: 90px;
}
.header_center{
	width: 970px;
	margin:0 auto;
	height: 30px;
	position: relative;
}
.header_center .logo{
	width: 228px;
	height: 90px;
	float: left;
	display: inline;
}
.header_center .nav{
	float: left;
	display: inline;
	margin-left: 48px;
}
.header_center .nav li{
	float: left;
	display: inline;
	width: 83px;
	height: 90px;
	margin-right: 15px;
	position: relative;
	z-index: 9999;
}
.header_center .nav li a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width: 83px;
	height: 90px;
	text-align: center;
	line-height: 125px;
	position: relative;
}
.header_center .nav li.home i{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 16px;
	left: 29px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: 0 0;
}
.header_center .nav li.home a:hover i{
	background-position: 0 -25px;
}
.header_center .nav li.home .cur i{
	background-position: 0 -25px;
}
.header_center .nav li.tv i{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 16px;
	left: 29px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: -25px 0;
}
.header_center .nav li.tv a:hover i{
	background-position: -25px -25px;
}
.header_center .nav li.tv .cur i{
	background-position: -25px -25px;
}
.header_center .nav li.broadcast i{
	width: 25px;
	height: 22px;
	display: block;
	position: absolute;
	top: 18px;
	left: 29px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: -50px 0;
}
.header_center .nav li.broadcast a:hover i{
	background-position: -50px -25px;
}
.header_center .nav li.broadcast .cur i{
	background-position: -50px -25px;
}
.header_center .nav li.news i{
	width: 21px;
	height: 25px;
	display: block;
	position: absolute;
	top: 16px;
	left: 30px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: -75px 0;
}
.header_center .nav li.news a:hover i{
	background-position: -75px -25px;
}
.header_center .nav li.news .cur i{
	background-position: -75px -25px;
}
.header_center .nav li.channel i{
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 16px;
	left: 28px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: -96px 0;
}
.header_center .nav li.channel a:hover i{
	background-position: -96px -25px;
}
.header_center .nav li.channel .cur i{
	background-position: -96px -25px;
}
.header_center .nav li.frequency i{
	width: 25px;
	height: 28px;
	display: block;
	position: absolute;
	top: 20px;
	left: 26px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: -121px 0;
}
.header_center .nav li.frequency a:hover i{
	background-position: -121px -28px;
}
.header_center .nav li.frequency .cur i{
	background-position: -121px -28px;
}
.header_center .nav li.serve i{
	width: 25px;
	height: 27px;
	display: block;
	position: absolute;
	top: 16px;
	left: 29px;
	background: url(../images/nav_i.png)  no-repeat;
	background-position: -146px 0;
}
.header_center .nav li.serve a:hover i{
	background-position: -146px -27px;
}
.header_center .nav li.serve .cur i{
	background-position: -146px -27px;
}
.header_center .nav li a:hover{
	background: url(../images/li_bg.png)  no-repeat;
}
.header_center .nav li a.cur{
	background: url(../images/li_bg.png)  no-repeat;
}
.channel_pull{
	width: 968px;
	
	background-color: #fff;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -719px;
	-moz-box-shadow: 3px 1px 7px #d4d4d4;
    -webkit-box-shadow: 3px 1px 7px #d4d4d4;
    box-shadow: 3px 1px 7px #d4d4d4;
    border:1px solid #eaebef;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 14px;
    display: none;
    z-index: 9999;
}
.frequency2{
    margin-left:-817px;
}
.channel_pull dl{
	float: left;
	display: inline;
	width: 183px;
	margin-left: 44px;
}
.channel_pull dl dt{
	padding-left: 26px;
	color: #6da5bf;
	font-size: 14px;
	font-weight: bold;
}
.header_center .nav .channel_pull dl dt a{
	color: #6da5bf;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	line-height: 18px;
	height: 18px;
	width: auto;
}
.header_center .nav .channel_pull dl dt a:hover{
	color: #6da5bf;
	background: none;
}
.channel_pull dl dd{
	width: 183px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 3px;
}
.header_center .channel_pull dl dd a{
	color: #222;
	display:block;
	font-size: 14px;
	width: 183px;
	height: 27px;
	line-height: 27px;
	background-color: #f0f0f2;
	overflow: hidden;
}
.header_center .channel_pull dl dd a:hover{
	color: #fff;
	background-color: #63cdff;
}
.channel_pull dl dt.channel_news{
	width: 86px;
	height: 20px;
	background: url(../images/channel_news.jpg) left center no-repeat;
	margin-left: 47px;
	margin-bottom: 10px;
}
.channel_pull dl dt.channel_economy{
	width: 88px;
	height: 20px;
	background: url(../images/channel_economy.jpg) left center no-repeat;
	margin-left: 43px;
	margin-bottom: 11px;
}
.channel_pull dl dt.channel_public{
	width: 92px;
	height: 20px;
	background: url(../images/channel_public.jpg) left center no-repeat;
	margin-left: 41px;
	margin-bottom: 11px;
	padding-left: 32px;
}
.channel_pull dl dt.channel_traffic{
	width: 86px;
	height: 19px;
	background: url(../images/channel_traffic.jpg) left center no-repeat;
	margin-left: 43px;
	margin-bottom: 13px;
	padding-left: 29px;
}

/*   底部    */
.bottom_link{
	width: 100%;
	margin-top: 35px;
	background-color: #555f67;
}
.bottom_link_center{
	width: 980px;
	margin:0 auto;
	padding-top: 19px;
	padding-bottom: 20px;
	border-bottom: 3px solid #394148;
}
.bottom_link_center .bottom_search{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	overflow: hidden;
}
.bottom_link_center .bottom_search span{
	font-size: 16px;
	color: #eeeeee;
	float: left;
	display: inline;
}
.bottom_link_center .bottom_search .search_box{
	float: left;
	display: inline;
	width: 257px;
	height: 30px;
	margin-left: 258px;
}
.bottom_link_center .bottom_search .search_box input{
	width: 249px;
	height: 14px;
	line-height: 14px;
	padding: 8px 0;
	padding-left: 8px;
	background: url(../images/bottom_search.jpg);
	color: #505050;
	font-size: 12px;
	font-family: "宋体";
}
.bottom_link_center .bottom_search ul{
	float: left;
	display: inline;
	width: 333px;
	overflow: hidden;
	margin-left: 40px;
}
.bottom_link_center .bottom_search ul li{
	float: left;
	display: inline;
	color: #62cdff;
	font-size: 12px;
	font-family: "宋体";
	margin-right: 9px;
}
.bottom_link_center .bottom_search ul li a{
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
}
.bottom_link_center .link_list{
	padding-left: 13px;
	margin-top: 20px;
}
.bottom_link_center .link_list p{
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	line-height: 26px;
	
	overflow: hidden;
}
.bottom_link_center .link_list p a{
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	padding: 0 12px;
}
.bottom_link_center .link_list p a.first{
	padding-left: 0;
}
.bottom_link_r{
	width: 980px;
	margin:0 auto;
	margin-top: 10px;
	padding-bottom: 10px;
}
.bottom_link_r p{
	color: #2a3036;
	font-size: 12px;
	font-family: "宋体";
	line-height: 26px;
	text-align: center;
}
.bottom_link_r p a{
	color: #2a3036;
	font-size: 12px;
	font-family: "宋体";
	line-height: 26px;
	text-align: center;
	padding: 0 10px;
}
.bottom_copy{
	padding: 15px 0;
	width: 100%;
	background-color: #394148;
}
.bottom_copy p{
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	height: 26px;
	line-height: 26px;
}

/*   detail_main    */
.detail_main{
	width: 980px;
	margin:0 auto;
	margin-top: 38px;
}
.detail_main .location{
	height: 24px;
	line-height: 24px;
}
.detail_main .location a{
	font-size: 12px;
	font-family: "宋体";
	color: #000;
	margin-right: 10px;
	padding-right: 13px;
	background: url(../images/location.jpg) right 5px no-repeat;
}
.detail_main a.last{
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.detail_main .page_tit{
	line-height: 24px;
	font-size: 24px;
	color: #000;
	margin-top: 13px;
}
.detail_main .page_info{
	line-height: 15px;
	font-size: 15px;
	color: #999;
	font-size: 12px;
	margin-top: 15px;
	font-family: "宋体";
}
.detail_main .page_info span{
	margin-right: 13px;
}
.detail_main .page_info a{
	color: #999;
	font-size: 12px;
	font-family: "宋体";
}
.detail_main .share{
	height: 27px;
	margin-top: 17px;
}
.detail_main .share a{
	margin-right: 3px;
}
.detail_main .detail_con{
	margin-top: 24px;
}
.detail_main .detail_con .detail_con_left{
	width: 665px;
	float: left;
	display: inline;
}
.detail_main .detail_con .detail_con_left .detail_word p{
	font-size: 16px;
	line-height: 40px;
	color: #333;
/* 	text-indent: 2em; */
}
.detail_main .detail_con .detail_con_left .detail_word p.bold{
	font-weight: bold;
}
.detail_main .detail_con .detail_con_left .detail_word .page_turn{
	height: 38px;
	margin-top: 15px;
	text-align: center;
}
.detail_con_left .detail_word .page_turn li{
	float: left;
	display: inline;
	margin-right: 10px;
}
.detail_con_left .detail_word .page_turn a{
	display: inline-block;
	width: 36px;
	height: 36px;
	border:2px solid #f4f4f4;
	text-align: center;
	line-height: 38px;
	font-family: "Arial";
	font-size: 18px;
	color: #7f7f7f;
	vertical-align: bottom;
	margin: 0 5px;
}
.detail_con_left .detail_word .page_turn a.cur{
	border:2px solid #62cdff;
	background-color: #62cdff;
	color: #fff;
}
.detail_con_left .detail_word .page_turn a:hover{
	border:2px solid #62cdff;
	background-color: #62cdff;
	color: #fff;
}
.detail_con_left .detail_word .page_turn a.prev{
	width: 40px;
	height: 40px;
	background: url(../images/page_prev.jpg) no-repeat;
	border: none;
}
.detail_con_left .detail_word .page_turn a.next{
	width: 40px;
	height: 40px;
	background: url(../images/page_next.jpg) no-repeat;
	border: none;
}
.detail_con_left .detail_word .page_turn a.prev_stop{
	width: 40px;
	height: 40px;
	background: url(../images/page_prev_stop.jpg) no-repeat;
	border: none;
}
.detail_con_left .detail_word .page_turn a.next_stop{
	width: 40px;
	height: 40px;
	background: url(../images/page_next_stop.jpg) no-repeat;
	border: none;
}
.detail_con_left .detail_word .page_turn span{
	display: inline-block;
	width: 36px;
	height: 36px;
	border:2px solid #f4f4f4;
	text-align: center;
	line-height: 38px;
	font-family: "Arial";
	font-size: 18px;
	color: #7f7f7f;
	margin: 0 5px;
}
.detail_main .detail_con .detail_con_left .related_read{
	margin-top: 14px;
	border: 1px solid #f1f1f1;
	padding: 0 12px;
	background: url(../images/related_tit.jpg) no-repeat #fff;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_tit{
	height: 50px;
	line-height: 50px;
	padding-left: 11px;
	border-bottom: 1px dashed #f4f4f4;
	font-size: 18px;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_main{
	height: 189px;
	padding: 20px 9px;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_main .related_read_pic{
	float: left;
	display: inline;
	width: 220px;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_main .related_read_pic p{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	background-color: #f3f3f3;
	font-size: 14px;
	color: #000;
	padding: 8px 10px;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_main .related_read_list{
	float: left;
	width: 375px;
	margin-left: 18px;
	display: inline;
	overflow: hidden;
	height: 190px;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_main .related_read_list li{
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	padding-left: 12px;
	background: url(../images/li_bg_b.jpg) left center no-repeat;
}
.detail_main .detail_con .detail_con_left .related_read .related_read_main .related_read_list li a{
	color: #333;
	font-size: 14px;
	font-family: "宋体";
}
.detail_main .detail_con .detail_con_left .special_news {
	margin-top: 14px;
	border: 1px solid #f1f1f1;
	padding: 0 12px;
	background: url(../images/related_tit.jpg) no-repeat;
}
.detail_main .detail_con .detail_con_left .special_news .special_news_tit{
	height: 50px;
	line-height: 50px;
	padding-left: 11px;
	border-bottom: 1px dashed #f4f4f4;
	font-size: 18px;
}
.detail_main .detail_con .detail_con_left .special_news .special_news_list{
	padding-top: 24px;
	height: 256px;
}
.detail_main .detail_con .detail_con_left .special_news .special_news_list li{
	float: left;
	display: inline;
	margin-left: 16px;
	width: 192px;
	height: 109px;
	margin-bottom: 24px;
}
.detail_con .detail_con_right{
	width: 300px;
	background-color: #eee;
	padding: 0 6px;
	float: right;
	display: inline;
}
.detail_con .detail_con_right .tit {
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #f3f3f3;
}
.detail_con .detail_con_right .hot_news {
	background-color: #fff;
	border: 1px solid #ededed;
	border-top: 3px solid #62cdff;
}
.detail_con .detail_con_right .hot_news .hot_news_list {
	padding: 0 4px;
}
.detail_con .detail_con_right .hot_news .hot_news_list .list_item {
	height: 73px;
	border-bottom: 1px dashed #fcfcfc;
	padding: 7px 0;
}
.detail_con .detail_con_right .hot_news .hot_news_list .list_item .item_pic {
	width: 100px;
	height: 73px;
	display: inline;
	float: left;
}
.detail_con .detail_con_right .hot_news .hot_news_list .list_item p {
	width: 180px;
	height: 52px;
	display: inline;
	float: left;
	line-height: 26px;
	margin-left: 10px;
	overflow: hidden;
	padding-top: 10px;
}
.detail_con .detail_con_right .hot_news .hot_news_list .list_item p a {
	font-size: 14px;
	color: #204b78;
}
.detail_con .detail_con_right .new_message {
	background-color: #fff;
	border: 1px solid #ededed;
	border-top: 3px solid #62cdff;
	margin-top: 11px;
}
.detail_con .detail_con_right .new_message .message_list {
	padding: 0 13px;
	padding-top: 7px;
}
.detail_con .detail_con_right .new_message .message_list ul {
	margin-bottom: 14px;
}
.detail_con .detail_con_right .new_message .message_list li {
	float: left;
	display: inline;
	width: 130px;
}
.detail_con .detail_con_right .new_message .message_list li img {
	width: 130px;
	height: 96px;
}
.detail_con .detail_con_right .new_message .message_list li.right {
	float: right;
	display: inline;
}
.detail_con .detail_con_right .new_message .message_list li p {
	height: 40px;
	line-height: 20px;
	padding-top: 7px;
	overflow: hidden;
}
.detail_con .detail_con_right .new_message .message_list li p a {
	color: #666;
	font-size: 12px;
}
.detail_con .detail_con_right .ad{
	border:1px solid #f1f1f1;
	width: 298px;
	margin: 11px 0;
}
.detail_con .detail_con_right .ad img{
	width: 298px;
}

/*   tips    */
.tips{
	padding: 0 16px;
	background-color: #f1f1f1;
	margin-top: 14px;
}
.tips .tips_item{
/* 	height: 51px; */
	line-height: 51px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 6px;
	font-size: 14px;
	font-family: "宋体";
}
.tips .tips_item span {
	color: #fff;
	background-color: #999;
	margin-right: 14px;
	padding: 8px 13px;
	border-radius: 2px;
}
.tips .intro {
	padding:10px 0 10px 6px;
}
.tips .intro p{
	font-size: 14px;
	font-family: "宋体";
	color: #000;
	line-height: 32px;
}
.ad_pic{
	width: 665px;
}
.ad_pic img{
	width: 665px;
}

/*   video_hd    */
.video_hd{
	width: 980px;
	height: 623px;
	margin: 0 auto;
	margin-top: 18px;
}
.video{
	width: 665px;
	height: 417px;
}
.video img{
	width: 665px;
	height: 417px;
}
/*   container    */
#container { width:980px; margin:0px auto 0px;margin-top:18px; }

/* CSS Document */
.lof-slidecontent, .lof-slidecontent a {
	color:#FFF;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:900px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	bottom:50px;
	left:0px;
	width:350px;
	background:url(../images/bg_trans.png);
	height:100px;
	/* filter:0.7(opacity:60) */
	padding:10px;
}
.lof-main-item-desc p{
	margin:0 8px;
	padding:8px 0
}
.lof-main-item-desc h3{
	padding:0;
	margin:0
}
.lof-main-item-desc h2{
	padding:0;
	margin:15px 0 0 0px;
}
.lof-main-item-desc h3 a{	
	margin:0;
	background:#C01F25;
	font-size:75%;
	padding:2px 3px;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	text-decoration:none
}
.lof-main-item-desc h3 a:hover{

	text-decoration:underline;
}
.lof-main-item-desc h3 i {
	font-size:70%;
}

/* main flash */
.lof-slidecontent ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}

.lof-slidecontent ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	width: 980px;
	height: 623px;
	overflow: hidden;
	text-align: center;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
/*
.lof-slidecontent ul.lof-main-wapper li img{
	padding:0px;
	width: 980px;
	height: 623px;	
}
*/
/* item navigator */
.lof-navigator-wapper {
	height: 172px;
	position:absolute;
	bottom:-172px;
	left:0;
	background-color: #000;
	min-width: 980px;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:180px;
	width:310px;
	overflow:hidden;
	float:left;
	margin:21px 9px 0 9px;
	padding-top: 41px;
	min-width: 904px;
}
.lof-slidecontent ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
	min-width: 904px;
}
.lof-slidecontent ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	margin-left:0px;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
	width: 166px;
	height: 98px;
	padding-top: 25px;
	padding-bottom: 16px;
	margin-left: 4px;
	position: relative;
}
.lof-slidecontent ul.lof-navigator li.first{
	margin-left: 0;
}

.lof-slidecontent ul.lof-navigator li img{
	width: 166px;
	height: 98px;
}
.lof-slidecontent ul.lof-navigator li.active, .lof-slidecontent ul.lof-navigator li:hover {
	background: url(../images/pic_on.png) 2px 0 no-repeat;

}
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:20px;
	height:63px;
	color:#FFF;
	cursor:pointer;

}
.lof-navigator-wapper .lof-next {
	float:left;	
	text-indent:-999px;
	margin-right:9px;
	margin-top: 55px;
	background:url(../images/pic_next.jpg) no-repeat right center;
}
.lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-left:9px;
	margin-top: 55px;
	background:url(../images/pic_prev.jpg) no-repeat left center;
}
.pic_info{
	position: absolute;
	width: 900px;
	height: 70px;
	background: url(../images/pic_info_bg.png) repeat;
	left: 0;
	bottom: 0;
	padding: 0 40px;
	color: #fff;
	font-size: 14px;
	font-family: "宋体";
	line-height: 32px;
	overflow: hidden;
	padding-top: 10px;
}
.lof-slidecontent ul.lof-navigator li span{
	width: 35px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
	background-color: #222;
	color: #fff;
	font-size: 14px;
	font-family: "宋体";
}
.lof-slidecontent ul.lof-navigator li.active span, .lof-slidecontent ul.lof-navigator li:hover span{
	background-color: #4089ac;
}
.lof-main-outer .lof-next{
	width: 100px;
	height: 100px;
	position: absolute;
	background: url(../images/next_bg.png) no-repeat;
	top: 221px;
	right: 9px;
	text-indent: -9999em;
	cursor: pointer;
}
.lof-main-outer .lof-previous{
	width: 100px;
	height: 100px;
	position: absolute;
	background: url(../images/prev_bg.png) no-repeat;
	top: 221px;
	left: 9px;
	text-indent: -9999em;
	cursor: pointer;
}
#key, #key1 {
	background: none;
	border: 0 none;
	cursor: pointer;
	height: 29px;
	top: 0;
	overflow: hidden;
	right: 6px;
	vertical-align: top;
	width: 29px;
	position: absolute;
}
.weixin-cen {
    background: url("../images/bg_weixin.png") no-repeat scroll 0 0;
    bottom: auto;
    display: none;
    height: 453px;
    left: 50%;
    margin-left: -300px;
    margin-top: -226px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 600px;
    z-index: 99999;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.weixin_close {
    height: 42px;
    overflow: hidden;
    padding: 18px 24px 0 40px;
    text-align: left;
    width: 536px;
}
.weixin_close p {
    color: #000;
    display: inline;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 24px;
}
.weixin_close img {
    cursor: pointer;
    display: inline;
    height: 21px;
    overflow: hidden;
    width: 21px;
    float:right;
}
.weixin-con {
    height: 250px;
    margin: 30px 175px;
    overflow: hidden;
    width: 250px;
}
.weixin-cen .sm {
    color: #000;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 30px;
    margin: 0 75px;
    overflow: hidden;
    text-align: left;
    width: 450px;
}
.detail_word_content{
    color: #333333;
    font-size: 16px;
    line-height: 40px;
/*     text-indent: 2em; */
}

 .related_read_main {
    height: 189px;
    padding: 20px 0px;
}
.item_d {
    background-color: #f3f3f3;
    display: inline;
    float: left;
    height: 174px;
    margin-right: 10px;
    width: 200px;
}

 .item_d img {
    height: 114px;
    width: 200px;
}
img {
    vertical-align: bottom;
}
abbr, acronym, img {
    border: medium none;
}

 .item_d p {
    color: #000;
    font-size: 14px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    padding: 6px 10px;
}

 .item_dd {
    display: inline;
    float: left;
    height: 174px;
    width: 219px;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
 .item_dd li {
    background: rgba(0, 0, 0, 0) url("../images/li_bg.jpg") no-repeat scroll 0 13px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 12px;
}
 .item_dd li a {
    color: #333;
    font-size: 14px;
}