*{margin: 0px;padding: 0px;font-family: '微软雅黑';list-style: none;}
a img{border: none;}

/***********************************************************三竖列最外层容器大小***************************************************************/
.container{
	width: 1000px;
	margin: 15px auto;
}
/***********左列最外层**********/
.left_content_list{
	float: left;
}
/************左侧第二列新闻列表的左边距***************/
.list_center{
	margin-left: 20px;
}

/*************右列最外层***************/
.right_content_list{
	float: right;
}


/**********************************************************************广告块******************************************************************************/
.adv_block{
	float: left;
}
/*****************广告的上下边距*********************/
.adv{
	margin: 15px auto;
}
/**************宽350高75的广告*************/
.adv_w350 a img{
	width: 350px;
	height: 75px;
}
/**************宽1000高124的广告*************/
.adv_w1000 a img{
	width: 1000px;
	height: 124px;
}
	/**************宽720高75的广告*************/
.adv_w720 a img{
	width: 720px;
	height: 75px;
}
/**************宽260高75的广告*************/
.adv_w260 a img{
	width: 260px;
	height: 75px;
}
/**************宽680高90的广告*************/
.adv_w680 a img{
	width: 680px;
	height: 90px;
}
/**************宽680高40的广告*************/
.adv_w680_40 a img{
	width: 680px;
	height: 40px;
}
/**************宽260高270的广告*************/
.adv_w260_big a img{
	width: 260px;
	height: 270px;
}
/**************宽300大广告*************/
.adv_w300_big{
	width: 300px;
}
/**************宽300广告*************/
.adv_w300{
	width: 300px;
}
.adv_w300 img{
	width: 300px;
}
/**************宽350广告*************/
.adv_w350{
	width: 350px;
}
.adv_w350_big a img{
	width: 350px;
	height: 280px;
}
/**************宽140广告*************/
.adv_w140{
	width: 140px;
}
.adv_w140 img{
	width: 140px;
}
/**************宽240广告*************/
.adv_w235{
	width: 235px;
}
.adv_w235 img{
	width: 235px;
}
/**************宽160广告*************/
.adv_w160{
	width: 160px;
}
.adv_w160 img{
	width: 160px;
}
/**************宽340广告*************/
.adv_w340{
	width: 340px;
}
.adv_w340 img{
	width: 340px;
}
/**************宽240广告*************/
.adv_w240{
	width: 240px;
}
.adv_w240 img{
	width: 240px;
}
/**************宽155广告*************/
.adv_w155{
	width: 155px;
}
.adv_w155 img{
	width: 155px;
}




/******************************************************************************新闻块***********************************************************************/
.news_block{
	float: left;
}
/************带上边距的新闻块***************/
.block_margin{
	margin-top:30px;
}

/************图片墙块新闻***************/
.img_block{
	float: left;
	overflow: hidden;
}




/*********************************************************************************块的宽度*****************************************************************/
/*************宽度为1000px的块************/
.block_w1000{
	width: 1000px;
}
	/*************宽度为720px的块************/
.block_w720{
	width: 720px;
}
	/*************宽度为350px的块************/
.block_w350{
	width: 350px;
}
/*************宽度为260px的块************/
.block_w260{
	width: 260px;
}
/*************宽度为680px的块************/
.block_w680{
	width: 680px;
}
/*************宽度为300px的块************/
.block_w300{
	width: 300px;
}
/*************宽度为140px的块************/
.block_w140{
	width: 140px;
}
/*************宽度为250px的块************/
.block_w250{
	width: 250px;
}
/*************宽度为600px的块************/
.block_w600{
	width: 600px;
}
/*************宽度为125px的块************/
.block_w125{
	width: 125px;
}
/*************宽度为140px的块************/
.block_w140{
	width: 140px;
}
/*************宽度为500px的块************/
.block_w500{
	width: 500px;
}
/*************宽度为320px的块************/
.block_w320{
	width: 320px;
}
/*************宽度为235px的块************/
.block_w235{
	width: 235px;
}
/*************宽度为160px的块************/
.block_w160{
	width: 160px;
}
/*************宽度为340px的块************/
.block_w340{
	width: 340px;
}
/*************宽度为280px的块************/
.block_w280{
	width: 280px;
}
/*************宽度为640px的块************/
.block_w640{
	width: 640px;
}
/*************宽度为380px的块************/
.block_w380{
	width: 380px;
}
/*************宽度为240px的块************/
.block_w240{
	width: 240px;
}
/*************宽度为155px的块************/
.block_w155{
	width: 155px;
}
/*************宽度为200px的块************/
.block_w200{
	width: 200px;
}
/*************宽度为280px的块************/
.block_w280{
	width: 280px;
}
/*************宽度为700px的块************/
.block_w700{
	width: 700px;
}
.block_w213{
	width: 213px;
}


/***********************************************************************新闻列表块*************************************************************************/
/***********************列表的头部********************/
.news_block_head{
	border-top: solid 3px #C4C4C4;
	position: relative;
	height: 37px;
}
/*********************带tab选项的标题**********************/
.news_block_head .news_block_tab{
	margin-top: -3px;
	position: absolute;
	overflow: hidden;
}
.news_block_head  h2{
	border-top: solid 3px #C4C4C4;
	padding-right: 6px;
	font-size: 19px;
	font-weight: 500;
	line-height: 37px;
	float: left;
	margin-right: 4px;
	transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.news_block_head h3 a:hover{
	color: #C3382A;
}
.news_block_head h2 a{
	text-decoration: none;
	color: #000;
	transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
}
.news_block_head h2 a:hover{
	color: #C3382A;
}
	/**************默认选中的样式**************/
.news_block_head .default{
	border-top: solid 3px #C3382A;
}
/****************标题下面带栏目tab的*****************/
.news_block_head .section_block_tab{
	position: absolute;
	right: 32px;
	overflow: hidden;
}
.news_block_head h3{
	font-size:14px;
	font-weight: 100;
	line-height: 37px;
	float: left;
}
.news_block_head h3 a{
	text-decoration: none;
	color: #000;
}
	/**************默认选中的样式**************/
.news_block_head .section_default a{
	color: #C3382A;
	font-weight: 700;
}
	/***********选中与没选择的样式**********/
.tab_con{
	display: none;
}
.current{
	display: block;
}

/********************查看更多按钮****************************/
.view_more a{
	font-family: 'zly';
	position: absolute;
	right: 4px;
	font-size: 21px;
	line-height: 37px;
	color: #C4C4C4;
	font-weight: 100;
	text-decoration: none;
}
.view_more a:hover{
	color: #C3382A;
}
.view_more a:after{
	content:'\e630';
}


/***********************新闻列表样式*****************************/
.news_block_list{
	margin-top: 12px;
	padding-left: 2px;
}
.warning_margin{
	margin-top:38px;
}

/*****************************新闻列表列的样式****************************/
.news_block_list li{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_block_list li:before{
	content:'\e63c  ';
	font-family: 'zly';
	font-size: 21px;
	color: #C3382A;
}
/****************热点新闻的第一条加粗**************************/
.news_block_list .block_list_first{
	font-size: 16px;
	font-weight: bold;
	text-indent: 1em;
}
.news_block_list .block_list_first:before{
	content: "";
}
/************************新闻列表链接样式*************************/
.news_block_list li a{
	text-decoration: none;
	color: #000;
}
.news_block_list li a:hover{
	text-decoration: underline;
	color: #C3382A;
}

/*******************宽度为350的列表宽度**********************/
.list_w350 li{
	width: 350px;
}
/**********************宽度为720的列表宽度***********************/
.list_w720 li{
	width: 720px;
}
/**********************宽度为300的列表宽度***********************/
.list_w300{
	width: 300px;
}
/**********************宽度为140的列表宽度***********************/
.list_w140{
	width: 140px;
}
/**********************宽度为125的列表宽度***********************/
.list_w125{
	width: 125px;
}
/**********************宽度为235的列表宽度***********************/
.list_w235{
	width: 235px;
}
/**********************宽度为340的列表宽度***********************/
.list_w340{
	width: 340px;
}
/**********************宽度为280的列表宽度***********************/
.list_w280{
	width: 280px;
}



/********************************************************************宽720图片墙********************************************************************/
.img_wall_cell{
	float: left;
	height: 220px;
	margin-top: 15px;
}
.img_wall_row{
	float: left;
}
.cell1{
	width: 124px;
}
.cell2{
	width: 230px;
}
.cell3{
	width: 246px;
}
.cell4{
	width: 120px;
}
.cell1 .img_wall_row{
	width: 122px;
	height: 108px;
	border:solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.cell1 .row1 img,.cell1 .row2 img{
	width: 122px;
	height: 108px;
}
.cell1 .row1 p,.cell1 .row2 p{
	width: 122px;
}

.cell2 .img_wall_row{
	width: 228px;
	height: 218px;
	border:solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.cell2 .row1 img{
	width: 228px;
	height: 218px;
}
.cell2 .row1 p{
	width: 228px;
}

.cell3 .img_wall_row{
	height: 108px;
}
.cell3 .row1{
	width: 121px;
	border:solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.cell3 .row2{
	width: 121px;
	border:solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.cell3 .row3{
	width: 244px;
	border:solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.cell3 .row1 img,.cell3 .row2 img{
	width: 121px;
	height: 108px;
}
.cell3 .row3 img{
	width: 244px;
	height: 108px;
}
.cell3 .row1 p,.cell3 .row2 p{
	width: 121px;
}
.cell3 .row3 p{
	width: 244px;
}

.cell4 .img_wall_row{
	width: 118px;
	height: 108px;
	border:solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.cell4 .row1 img,.cell4 .row2 img{
	width: 118px;
	height: 108px;
}
.cell4 .row1 p,.cell4 .row2 p{
	width: 118px;
}

.img_wall_row a{
	text-decoration: none;
	color: #fff;
}
.img_wall_row a p{
	position: absolute;
	bottom: 0px;
	left:0px;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	background:rgba(46,46,44,0.5);
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-indent: 0.2em;
}
.img_wall_row a img{
	transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
}
.img_wall_row a img:hover{
	transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
}


/*****************************************************************新闻列表带图片的样式**************************************************************/
.picnews_block{
	margin-top: 12px;
	padding-left: 2px;
	overflow: hidden;
}
.picnews_block h3{
	font-weight: bold;
	font-size: 18px;
}
.news_img_block{
	margin: 15px 0px 0px 0px;
	overflow: hidden;
}
.news_img_block img{
	width: 126px;
	height: 90px;
	float: left;
	margin-left: 2px;
}
.news_img_block p{
	width: 120px;
	float: left;
	font-size: 12px;
	text-indent: 2em;
	margin-left: 10px;
	line-height: 24px;
	color: #939393;
}

/************宽300下的*****************/
.block_w300 .news_img_block{
	margin: 0px 8px 8px 8px;
	overflow: hidden;
}
.block_w300 .news_img_block img{
	width: 134px;
	height: 90px;
	float: left;
	margin-left: 2px;
}
.block_w300 .news_img_block p{
	width: 134px;
	float: left;
	font-size: 12px;
	text-indent: 2em;
	margin-left: 10px;
	line-height: 24px;
	color: #939393;
}

.picnews_block a{
	text-decoration: none;
	color: #000;
}
.picnews_block a:hover{
	text-decoration: underline;
	color: #C3382A;
}

/********************************************************专题新闻的样式（带三张图片）****************************************************************/
.special_news_list{
	overflow: hidden;
	margin-top: 12px;
}
.special_news_list li{
	width: 100px;
	float: left;
	margin: 0px 8px;
}
.special_news_list li img{
	width: 100px;
	height: 80px;
}
.special_news_list li p{
	width: 100px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}
.special_news_list li a{
	text-decoration: none;
	color: #939393;
}
.special_news_list li a:hover{
	text-decoration: underline;
	color: #C3382A;
}

/***************************************************************************视频新闻的样式*******************************************************/
.video_news_list{
	overflow: hidden;
	margin-top: 12px;
}
.video_news_list li{
	width: 158px;
	margin: 0px 8px 8px 8px;
	float: left;
	position: relative;
}
.video_news_list li img{
	width: 158px;
	height: 120px;
}
.video_news_list li p{
	width: 158px;
	position: absolute;
	bottom: 3px;
	background: rgba(46,46,44,0.5);
	font-size: 14px;
	line-height: 28px;
	text-indent: 0.2em;
	text-align: center;
	white-space:nowrap;
 	overflow:hidden;
 	text-overflow:ellipsis;
}
.video_news_list li a{
	text-decoration: none;
	color: #fff;
}
.video_icon{
	font-family: 'zly';
	font-size: 48px;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 58px;
	transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
}
.video_icon:hover{
	color: #C3382A;
}


/*************************************************************48小时点击排行榜**************************************************************************/
.news_block .hot_tip li{
	overflow: hidden;
}
.news_block .hot_tip li:before{
	content: "";
}
.news_block .hot_tip li .ol_content{
	float: left;
	width: 70%;
	height: 20px;
	line-height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_block .hot_tip li .ollist_num{
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
}
.news_block .hot_tip .num_hot {
	background: #C3382A;
	color: #fff;
	margin-right: 3px;
	font-weight: 700;
	border-radius: 50%;
}
.news_block .hot_tip .click_num{
	float: right;
	color: #C3382A;
}
.news_block .hot_tip .click_num a{
	color: #C3382A;
	text-decoration: none;
}



/***************************************************************************面包屑导航******************************************************************/
.breadcrumbs{
	width: 1000px;
	border-bottom: solid 3px #C3382A;
	overflow: hidden;
	height: 50px;
	padding-bottom: 10px;
}
.breadcrumbs .sl_logo,.breadcrumbs .sl_breadcrumbs{
	float: left;
}
.breadcrumbs .sl_search{
	float: right;
}
/*************logo***********/
.breadcrumbs .sl_logo img{
	height: 50px;
}
/*************面包屑导航***********/
.sl_breadcrumbs .sl_breadcrumbs_list{
	overflow: hidden;
	/*margin-left: 18px;2017-03-02 注释 zhangqt*/
}
.sl_breadcrumbs .sl_breadcrumbs_list li{
	float: left;
	line-height: 50px;
	font-size: 18px;
}
.sl_breadcrumbs .sl_breadcrumbs_list li span{
	font-family: 'zly';
	font-size: 18px;
	display: inline-block;
	margin: 0px 12px;
}
.sl_breadcrumbs .sl_breadcrumbs_list li span:after{
	content:'\e055';
}
.sl_breadcrumbs .sl_breadcrumbs_list li a{
	text-decoration: none;
	color: #000;
}
.sl_breadcrumbs .sl_breadcrumbs_list li a:hover{
	text-decoration: none;
	color: #C3382A;
}
.sl_breadcrumbs .sl_breadcrumbs_list .breadcrumbs_list_last a{
	color: #C3382A;
}
/****************搜索框**************/
.sl_search form{
	overflow: hidden;
	margin-top: 12px;
}
.sl_search .search_area{
	width: 250px;
	height: 25px;
	border-radius: 3px;
	border: solid 1px #C4C4C4;
	padding: 0px 6px;
	float: left;
}
.sl_search .search_icon{
	font-family: 'zly';
	border: none;
	background: none;
	color: #C4C4C4;
	font-size: 18px;
	line-height: 25px;
	float: left;
	margin-left: -36px;
	width: 36px;
	margin-top: 1px;
	font-weight: 700;
}
.sl_search .search_icon:hover{
	color: #C3382A;
	cursor: pointer;
}

/***************************************************************************猜你喜欢*********************************************************************/
.guesslike_news{
	overflow: hidden;
	margin-top: 12px;
}
.guesslike_news li{
	width: 134px;
	margin: 0px 8px 8px 8px;
	float: left;
	overflow: hidden;
	position: relative;
}
.guesslike_news li img{
	width: 134px;
	height: 120px;
	transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
}
.guesslike_news li img:hover{
	transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
}
.guesslike_news li p{
	width: 134px;
	position: absolute;
	left: 0px;
	bottom: 3px;
	background: rgba(46,46,44,0.5);
	font-size: 14px;
	line-height: 28px;
	text-indent: 0.2em;
	text-align: center;
	white-space:nowrap;
 	overflow:hidden;
 	text-overflow:ellipsis;
}
.guesslike_news li a{
	text-decoration: none;
	color: #fff;
}
/************************************************************************微平台**********************************************************************/
.micro_platform{
	position:relative;
	overflow:visible;
	margin-top: 12px;
}
.micro_platform li{
	width: 134px;
	margin: 0px 4px 8px 4px;
	float: left;
	overflow: hidden;
}
.micro_platform li img{
	width: 50px;
	height: 50px;
	border-radius: 8px;
	float: left;
}
.micro_platform li p{
	float: left;
	width: 70px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	margin-left: 6px;
}
.micro_platform li a{
	text-decoration: none;
	color: #000;
}
.micro_platform .weixin_qr .qr_pic{
	width:100px;
	height:100px;
	position:absolute;
	bottom:120px;
	right:58px;
	display:none;
	box-shadow:1px 1px 8px #000;
}
.micro_platform .weixin_qr .qr_pic img{
	width:100px;
	height:100px;
}
/***********************************************************************专题**************************************************************************/
.special_topic{
	float: left;
}
.special_topic .news_img_block{
	margin-top:0px; 
}
.special_topic .news_img_block p{
	text-indent: 0em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/******************************************************************************频道推荐*****************************************************************/
.channel_recommended{
	margin-top: 12px;
}
.channel_recommended h3{
	font-size: 18px;
	font-weight: 600;
}
.channel_recommended p{
	overflow: hidden;
	margin-top: 8px;
	border-bottom: dashed 1px #939393;
	padding-bottom: 8px;
}
.channel_recommended p time{
	float: left;
	font-size: 14px;
	color: #939393;
}
.channel_recommended p span{
	float: right;
	font-size: 14px;
	color: #939393;
}
.channel_recommended p span a{
	color: #C3382A;
	text-decoration: none;
	font-size: 16px;
}
.channel_recommended p span a:hover{
	text-decoration: underline;
}

/**********************************************************************带标题的列表******************************************************************/
.news_block_list_title li{
	white-space:normal;
	overflow:visible;
	height: auto;
}
.news_block_list_title li .news_list_title{
	font-size: 18px;
	font-weight: 600;
	display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_block_list_title li .news_list_con{
	font-size: 12px;
	color: #9B9B9B;
}
.news_block_list_title li .news_list_con:hover{
	text-decoration: none;
}
.news_block_list_title li:before{
	content: "";
}


/****************************************************************频道推荐****************************************************************************/
.channel_recommended{
	margin-top: 12px;
}
.channel_recommended h3{
	font-size: 18px;
	font-weight: bold;
}
.channel_recommended h3 a{
	text-decoration: none;
	color: #000;
}
.channel_recommended h3 a:hover{
	text-decoration: underline;
	color: #C3382A;
}
.channel_recommended p{
	overflow: hidden;
	margin-top: 8px;
	border-bottom: dashed 1px #939393;
	padding-bottom: 8px;
}
.channel_recommended p time{
	float: left;
	font-size: 14px;
	color: #939393;
}
.channel_recommended p span{
	float: right;
	font-size: 14px;
	color: #939393;
}
.channel_recommended p span a{
	color: #C3382A;
	text-decoration: none;
	font-size: 16px;
}
.channel_recommended p span a:hover{
	text-decoration: underline;
}



/*************************************************************对联广告********************************************************************************/
.couplet{
	position: fixed;
	/*top: 20%;*/
	overflow: hidden;
	display: none;
	transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.couplet .close_adv{
	font-family: 'zly';
	font-size: 24px;
	color: #000;
	float: right;
	cursor: pointer;
	transition:all 0.3s ease-in;
}
.couplet .close_adv:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 
	-moz-transform:rotate(360deg); 
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
.left_couplet_adv{
	left: 0px;
}
.right_couplet_adv{
	right: 0px;
}
.right_couplet_adv .close_adv{
	float: left;
}

/**************************频道页的关键词**********************/
.keyword_block{
	float: left;
}
.keyword_block ul{
	overflow: hidden;
}
.keyword_block ul .dot{
	font-family: 'zly';
}
.keyword_block ul li{
	float: left;
	padding: 0px 16px;
}
.keyword_block ul li a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.keyword_block ul li a:hover{
	color: #C3382A;
	text-decoration: underline;
}

/*******************分页******************/
.paging_num{
	margin: 24px auto;
	overflow: hidden;
	text-align: center;
}
.paging_num li{
	float: left;
	padding: 3px 4px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	border: solid 1px #F0F0F0;
	border-radius: 3px;
	margin: 0px 4px;
}
.paging_num li a{
	color: #000;
	text-decoration: none;
}
.paging_num .goto_page{
	padding: 0px;
	border: none;
}
.paging_num .page_num{
	border: none;
	font-family: Georgia;
}
.paging_num .page_num span{
	font-family: Georgia;
	font-size: 18px;
}