@charset "UTF-8";
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
/*始终让 Firefox 显示滚动条*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	overflow-x:hidden;
}
/*文字强制换行word-break:keep-all;(Ff)*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}
/*清除描边,块显示*/
fieldset, img {
	border: none;
}
/*无列表项目标记*/
ul, li {
	list-style-type: none;
}
/* 链接无下划线,有为underline;链接去框 */
a {
	text-decoration: none;
	color: #666666
}
/* 未访问的链接 */
a:link {
	color: #666666;
}
/* 已访问的链接 */
a:visited {
	color: #666666;
}
/* 鼠标在链接上 */
a:hover {
	color: #2f8fe0;
}
/* 点击激活链接 */
a:active {
	color: #666666;
    blr:expression(this.onFocus=this.blur());
}
body {
	font-family:"Microsoft YaHei";
	font-size: 14px;
	color: #666666;
	background:#fff;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
input {
	outline: none;
	border: none;
}
/* 左浮动 */
.fl {
	float: left;
	display: inline;
	}
/* 右浮动 */
.fr {
	float: right;
	display: inline;
	}
/* 自定义页面间距 */
.h5 {clear: both;height: 5px;}
.h10 {clear: both;height: 10px;}
.h15 {clear: both;height: 15px;}
.h20 {clear: both;height: 20px;}
.h25 {clear: both;height: 25px;}
.h30 {clear: both;height: 30px;}
.h35 {clear: both;height: 35px;}
.h40 {clear: both;height: 40px;}
.h45 {clear: both;height: 45px;}
.h50 {clear: both;height: 50px;}
.h55 {clear: both;height: 55px;}
.h60 {clear: both;height: 60px;}
.h65 {clear: both;height: 65px;}
.h70 {clear: both;height: 70px;}
.h75 {clear: both;height: 75px;}
.h80 {clear: both;height: 80px;}
.h85 {clear: both;height: 85px;}
.h90 {clear: both;height: 90px;}
.h95 {clear: both;height: 95px;}
.h100 {clear: both;height:100px;}
/*截字数-开始*/
/*超过2行文字显示省略号*/
.clamp2{
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
/*超过1行文字显示省略号*/
.clamp1{
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
/*超过3行文字显示省略号*/
.clamp3{
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
/*截字数-结束*/
/*公共部分结束*/

/*首页样式开始*/
/* 规定页面内容区域宽度 */
.wrap{
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.top{
	position: relative;
	z-index: 100;
}
.top1{
	height: 40px;
	line-height: 40px;
	background-color: #147ed0;
}
.top1L{
	color: #fff;
	font-size: 14px;
}
.top1L span{
	margin-right: 15px;
}
.top1L .top1Link a{
	color: #fff;
	font-size: 14px;
	margin: 0 15px;
	position: relative;
	display: inline-block;
}
.top1L .top1Link a:hover{
	color: #77bcf5;
}
.top1L .top1Link a:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.5);
}
.top1L .top1Link a:last-child{
	margin-right: 0;
}
.top1R .topEwm{
	margin-right: 22px;
}
.top1R .topEwm a{
	font-size: 14px;
	color: #fff;
	padding-left: 25px;
	position: relative;
	margin-right: 8px;
	display: inline-block;
}
.topEwmCon{
    width: 100px;
    height: 100px;
	z-index: 10;
	position: absolute;
	top: 45px;
	right: -30px;
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
	box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
}
/*增加上面的三角箭头效果*/
.topEwmCon:before {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-top: none;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
}
.top1R .topEwm a:hover .topEwmCon{
	visibility: visible;
	opacity: 1;
}
/*替换元素内容大小保持长宽比例填充元素内容容器,topEwmCon的外大小width: 100px; height: 100px;*/
.topEwmCon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top1R .topEwm a:last-child{
	margin-right: 0;
}
.top1R .topEwm a:before{
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	content: '';
}
.top1R .topEwm .topSjb{
	padding-left: 18px;
}
.top1R .topEwm .topSjb:before {
	width: 13px;
	height: 14px;
	margin-top: -8px;
	background: url(../images/oldhome.png) no-repeat center center;
	background-size: cover;
}
.top1R .topEwm .topWx:before{
	width: 18px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/top1icn3.png) no-repeat center center;
	background-size: cover;
}
.topIPv6 {
    margin-left: 10px;
    background-color: rgb(255 255 255 / 20%);
    background-color: #345bad\9;
    color:  #fff;
    line-height: 22px;
    border-radius: 22px;
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
    cursor: context-menu;
}
.topbackimages{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 272px;
}
.top2R {
	float: right;
	display: inline;
	padding-top: 80px;
}
.searchBox {
	background: #FFFFFF;
	border: 3px solid rgba(255, 255, 255, 0.2);
	border-radius: 48px;

}
.topSearch .inpBox {
	width: 350px;
	z-index: 0;
}
.topSearch .input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 42px;
	line-height: 42px;
	background: none;
	border: none;
}
.topSearch .input input:-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}
.searchBtn {
	display: block;
	width: 20px;
	height: 42px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}
/*导航菜单-开始*/
.top3{
	width: 100%;
	height: 64px;
	background-color: #147ed0;
}
.menuDl {
	display: flex;
}

.menuDl dd {
	flex: 1;
	float: left;
	display: inline;
	position: relative;
}
.menuDl dd:before{
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	z-index: 10;
}
.menuDl dd.last:before {
	display: none;
}
.menuDl dd .yjMenu {
	position: relative;
	z-index: 9;
}
.menuDl dd.first .yjMenu{
	overflow: hidden;
}
.menuDl dd.last .yjMenu{
	overflow: hidden;
}
.menuDl dd .yjMenu .home {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 8left center;;
	padding-left: 35px;
}

.menuDl dd .yjMenu a {
	display: block;
	line-height: 64px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	transition: 0.4s;
}

.menuDl dd.hover .yjMenu a,
.menuDl dd .yjMenu a:hover {
	background-color: rgb(46, 140, 231);
	color: #FFFFFF;
}

.menuDl dd .ejMenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	display: none;
	padding: 5px 0;
	z-index: 10;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

.menuDl dd .ejMenu li {
	font-size: 14px;
	text-align: center;
}

.menuDl dd .ejMenu a {
	padding: 12px 0;
	line-height: 25px;
	display: block;
	color: #333333;
	margin-bottom: 1px
}

.menuDl dd .ejMenu a:hover {
	color: #1372CB;
}

.menuDl dd .ejMenu li:hover a {
	color: #1372CB;
}
/*导航菜单-结束*/
/*今日头条-开始*/
.column1 .topTitleBox{
	background: #FFFFFF;
	height: 103px;
	position: relative;
	overflow: hidden;
}
.column1 .topTitleBox .bgBox{
	position: absolute;
	left: -59px;
	top: -55px;
	width: 170px;
	height: 191px;
}
.column1 .topTitleBox .bgBox .bgImg{
	width: 100%;
	height: 100%;
}
.column1 .topTitleList{
	padding: 15px 0 10px;
}
.column1 .topTitleList .bd{
	padding: 0 70px;
	overflow: hidden;
	position: relative;
}
.topTitleList .slickCon .title{
	text-align: center;
	line-height: 40px;
}
.topTitleList .slickCon .title a{
		font-size: 24px;
		color: #ff0000;
		font-weight: bolder;
}
.topTitleList .slickCon .info{
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}
.topTitleList .slickCon .info .MoreBtn{
	font-size: 16px;
	width: 60px;
	float: right;
	display: inline;
}
.topTitleList .slickCon .info .MoreBtn a{
	color: #e5b942;
}
.topTitleList .slickCon .info .MoreBtn a:hover{
	color: #FF0000;
}
.topTitleList .slickCon .info .textC{
	overflow: hidden;
}
.topTitleList .slick-arrow{
	position: absolute;
	padding: 5px 5px;
	right: 30px;
	width: 13px;
	height: 9px;
	cursor: pointer;
	background-image: url(../images/indexTopNewIcon.png);
	background-repeat: no-repeat;
}
.topTitleList .slick-arrow.prev{
	top: 20px;
	background-position: 0 0;
}
.topTitleList .slick-arrow.next{
	top: 44px;
	background-position: 0 -24px;
}
.topTitleList .slick-arrow:hover{
	background-image: url(../images/indexTopNewIcon.png);
}
.column1 .topTitleList_line{
	padding: 10px 0;
	clear: both;
}
.column1 .topTitleList_line dd{
width: 33.3%;	
height: 40px;
line-height: 40px;
float: left;
font-size: 15px;
font-weight: bold;
display: inline-block;
text-align: center;
}
/*今日头条-结束*/
/*滚动大图与右边的TAB切换-开始*/
.column1 .col1Con{
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 0;	
}
.col1ConL{
	width: 645px;
}
.indexImgList1{
	position: relative;
}
.indexImgList1 .focusText{
	line-height: 46px;
	height: 46px;
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);/9
	width: 100%;
	min-width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
}
.indexImgList1 .focusText .title{
	overflow: hidden;
}
.indexImgList1 .focusText .title a{
	padding: 0 20px;
	font-size: 16px;
	color: #FFFFFF;
}
.indexImgList1 .slickCon .pic{
	height: 417px;
}
.indexImgList1 .slickCon .pic:before{
	padding-top: 64.651163%;
}
.indexImgList1 .dd{
	float: right;
	display: inline;
	padding-right: 20px;
}
.indexImgList1 .dd .slick-dots li{
	width: 8px;
	height: 8px;
	cursor: pointer;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	font-size: 0;
	margin-left: 6px;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.indexImgList1 .dd .slick-dots li.slick-active{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	background: #2478e6;
}
.pic{
	position: relative;
	}
.pic:before{
	display: block;
	content: '';
	padding-top: 60%;
	}
.pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover; 
	object-position: center center;
	}
.col1ConR{
	overflow: hidden;
}
.col1ConR{
	padding-right: 20px;
}
.tabTopDl{
	padding-right: 50px;
	height: 32px;
	position: relative;
}
.tabTopDl .dd{
	position: relative;
	float: left;
	display: inline;
	text-align: center;
}
.tabTopDl .dd .yjMenu{
	position: relative;
	margin: 0 22px;
}
.tabTopDl .dd:before{
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #d2d2d2;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.tabTopDl .dd.last:before{
	display: none;
}
.tabTopDl .dd .yjMenu a{
	padding: 0 8px;
	line-height: 22px;
	font-size: 18px;
	color: #666666;
}
.tabTopDl .dd.hover .yjMenu span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #FF0000;
	bottom: -10px;
}
.tabTopDl .dd.hover .yjMenu a{
	color: #FF0000;
	font-weight: bold;
}
.col1tabCons{
	margin-left: 30px;
	/* border-top: 1px solid #ebebeb; */
	/* padding-top: 17px; */
} 
.col1tabCons .tabCon{
		display: none;
}
.col1tabCons .tabCon.active{
		display: block;
}
.col1tabCons .topText{
	padding-bottom: 16px;
	border-bottom: 1px dashed #ebebeb;
	min-height: 70px;
	height: auto;
}
.col1tabCons .toptitle{
	padding-top: 16px;
	border-top: 1px solid #ebebeb;	
}
.col1tabCons .topText .title{
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 5px;
	height: 26px;
	overflow: hidden;
}
.col1tabCons .topText .title a{
	color: #555555;
}
.col1tabCons .topText .title a:hover{
	color: #1372CB;
}
.col1tabCons .topText .titlemax a{
font-size: 20px;	
color: #FF0000;
}
.col1tabCons .topText .titlemax a:hover{
font-size: 20px;	
color: #FF0000;
}
.col1tabCons .topText .text{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.col1TextList{
	padding-top: 20px;
	height: 296px;
    overflow: hidden;
}
.col1TextList .dd{
	margin-bottom: 18px;
}
.col1TextList .dd:last-child{
	margin-bottom: 0;
}
.col1TextList .con{
	overflow: hidden;
}
.col1TextList .time{
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	padding-left: 20px;
}
.col1TextList .con a{
	line-height: 26px;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList .con a span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList .con:hover a{
	color: #1372CB;
}
.col1TextList .con:hover a span{
	background: #1372CB;
}
/*滚动大图与右边的TAB切换-结束*/
/*专题专栏-开始*/
.column1 .SColumn{
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 0;	
}
.SColumn_title{
	width: 100%;
	position: relative;
	height: 40px;
}
.SColumn_title_line{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e4e4e3;
}
.SColumn_title .SColumn_title_line dd{
	position: relative;
	float: left;
	display: inline;
}
.SColumn_title .SColumn_title_line dd o {
	font-size:18px ;
	font-weight: bold;
	color: #147ed0;
}
.SColumn_title .SColumn_title_line dd e {
	font-size:18px ;
	font-weight: bold;
	color: #ff2c00;
}
.SColumn_title .SColumn_title_line dd span{
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #1372cb;
	bottom: -17px;
}
.SColumn_title .SColumn_title_line dd:last-child{
	position: absolute;
	right: 5px;
	min-width: 60px;
}
.SColumn_title .SColumn_title_line .MoreIcon{
	background-image:url(../images/col3tab3More.png);
	background-repeat: no-repeat;
	background-position: center center; 
	position: absolute;
	width: 60px;
	top:5px;
	right: -20px;
	padding-right: 20px;
}
.SColumn_title_line a{
	color: #999999;
}
.SColumn_title_line a:hover{
	color: #1372CB;
}
.SColumn_text{
	width: 100%;
	position: relative;
	height: 200px;
}
.SColumn_text_line{
	padding: 20px 0 10px 0;
}
.SColumn_text_line dd{
	float: left;
	width: 20%;
}
.SColumn_text_line dd img{
	width: 235px;
	height: 165px;
	display: block;
	text-align: center;
	overflow: hidden;
}
.SColumn_text_line dd img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.SColumn_text_line dd:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}/* 设置图片经过放大 */
/*专题专栏-结束*/
/*第3排行的-开始*/
.column3{
	padding: 10px 0 0 0;
}
.col3ConL{
	overflow: hidden;
	height: 430px;
	background: #FFFFFF;
	position: relative;
}
.col3ConL:after{
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.col3ConR{
	margin-left: 20px;
	margin-top: -22px;
	float: right;
	display: inline;
	width: 410px;
	height: 430px;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: cover;
}
.col3ConR_line{
    width: 100%;
    position: relative;
}
.col3ConR_pic{
    width: 100%;
    position: relative;
	padding-top: 20px;
	clear: both;
}
.col3ConR_pic_line{
	height: 160px;
	float: left;
	width: 50%;
	line-height: 30px;
}
.col3ConR_pic_line img{
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
}
.col3ConR_pic_line:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}
.col3ConR_pic_line dd img{
	width: 190px;
	height: 120px;
	display: block;
}
.col3ConR_pic_line dd span{
font-size: 16px;	
}
.col3LTab2{
	float: left;
	display: inline;
	width: 115px;
}
.col3LTab2Con{
	overflow: hidden;
	padding-right: 20px;
}
.col3tab2Con{
	display: none;
}
.col3tab2Con.active{
	display: block;
}
.col3LTab2List .dd{
	margin-bottom: 1px;
}
.col3LTab2List .con{
	padding: 22px 5px;
	background: #e4f2fe;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.col3LTab2List .con .text{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #1372cb;
	text-align: center;
}
.col3LTab2List .dd .iconBox{
	width: 55px;
	height: 55px;
	margin: 0 auto;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.col3LTab2List .dd.dd1 .iconBox{
	background-image: url(../images/ts001.png);
}
.col3LTab2List .dd.dd2 .iconBox{
	background-image: url(../images/ts002.png);
}
.col3LTab2List .dd.dd3 .iconBox{
	background-image: url(../images/ts003.png);
}
.col3LTab2List .dd.dd1.hover .iconBox{
	background-image: url(../images/t001.png);
}
.col3LTab2List .dd.dd2.hover .iconBox{
	background-image: url(../images/t002.png);
}
.col3LTab2List .dd.dd3.hover .iconBox{
	background-image: url(../images/t003.png);
}
.col3LTab2List .dd.hover .text{
	color: #FFFFFF;
}
.col3LTab2List .dd.hover .con{
	background: #1372cb;
}
.col3tab3Top{
	padding-left: 30px;
	overflow: hidden;
}
.col3tab3{
	position: relative;
}
.col3tab3 .MoreBtn a{
	font-size: 14px;
	color: #999999;
	line-height: 58px;
}
.col3tab3 .MoreBtn a:hover{
	color: #1372CB;
}
.col3tab3 .MoreBtn .MoreIcon{
	background-image:url(../images/col3tab3More.png);
	background-repeat: no-repeat;
	background-position: center center; 
	padding-right:20px;
	position: absolute;
	top:-20px;
	width: 60px;
	right: -17px;
}	
.MoreBtn2{
	position: absolute;
	top:20px;
	right: 2px;
	line-height: 30px;
	font-size: 14px;
	z-index: 999;
}
.MoreBtn2 a{
	color: #999999;
}
.MoreBtn2 a:hover{
	color: #1372CB;
	display: inline-block;
}
.MoreIcon2{
	background-image:url(../images/col3tab3More.png);
	background-repeat: no-repeat;
	background-position: center center; 
	padding-right:20px;
	position: absolute;
	top:-20px;
	width: 60px;
	right: -17px;
}
.col3tab3Top .Navitem{
	position: relative;
	display: inline-block;
	padding: 0 8px;
	line-height: 58px;
	margin-right:22px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	margin-top: -20px;
}
.col3tab3Top .Navitem.hover{
	font-weight: bold;
	color: #1372cb;
}
.col3tab3Top .Navitem.hover o{
	color: #1372cb;
}
.col3tab3Top .Navitem.hover e{
	color: #ea4d23;
}
.col3tab3Top .Navitem.hover span{
	position: absolute;
	display: block;
	height: 2px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #1372cb;
}
.col3tab3Con1{
	padding-left: 30px;
	height: 391px;
	overflow: hidden;
}
.col3tab3Con1:before{
	height: 1px;
	content: '';
	display: block;
	background: #ebebeb;
}
.col3tab3Con1:after{

}
.col3TextList{
	padding-top: 25px;
	overflow: hidden;
}
.col3TextList .dd{
	margin-bottom: 17px;
}
.col3TextList .con{
	overflow: hidden;
}
.col3TextList .time{
	font-size: 14px;
	color: #999999;
	line-height: 23px;
}
.col3TextList .con a{
	line-height: 23px;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3TextList .con a span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3TextList .con:hover a{
	color: #1372CB;
}
.col3TextList .con:hover a span{
	background: #1372CB;
}
.col3TextList{
	display: none;
}
.col3TextList.active{
	display: block;
}
.col3Btn3List .mySlick{
	float: left;
	display: inline;
	width: 20%;
}
.col3Btn3List .slickCon a{
	height: 145px;
	display: block;
	padding: 18px 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.col3Btn3List .slickCon .text{
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-align: center;
}
.col3Btn3List .slickCon:hover .text{
	color: #1372cb;
}
.col3Btn3List .mySlick .imgIcon{
	width: 77px;
	height: 77px;
	margin: 0 auto;
	margin-bottom: 8px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
}

.col3Btn3List .slickCon:hover .imgIcon{
	transform: translateY(-3px);
}
.col3tab4Con1{
	height: 266px;
}
.col3Btn3List2{
	padding-top: 10px;
}
.col3Btn3List2 .mySlick{
	float: left;
	display: inline;
	width: 50%;
}
.col3Btn3List2 .mySlick .slickCon{
	background: #039ddb;
	margin-left: 20px;
	line-height: 70px;
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	
}
.col3Btn3List2 .slickCon a{
	display: block;
}
.col3Btn3List2 .slickCon .title{
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
}
.col3Btn3List2 .slickCon:hover{
	transform: translateY(-3px);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.col3tab5{
	padding-top: 12px;
}
.col3tab5 .MoreBtn{
	padding-top: 8px;
}
.col3tab5 .MoreBtn .bnt1,
.col3tab5 .MoreBtn .bnt2{
	float: left;
	display: inline;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
}
.col3tab5 .MoreBtn a{
	line-height: 40px;
	color: #FFFFFF;
	display: block;
}
.col3tab5 .MoreBtn .bnt1{
	background: #4a99e3;
}
.col3tab5 .MoreBtn .bnt2{
	background: #28acd4;
}
.col3tab5 .MoreBtn .bnt1,
.col3tab5 .MoreBtn .bnt2{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3tab5 .MoreBtn .bnt1:hover,
.col3tab5 .MoreBtn .bnt2:hover{
	transform: translateY(-3px);
}
.tab5Table{
	width: 100%;
	padding-top: 8px;
}
.tab5Table tr{
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.tab5Table tr:hover{
	background: #f8f8f8;
}
.tab5Table .title th{
	border-left: 1px solid #E6E6E6;
	background: #f8f8f8;
	height: 48px;
	font-weight: normal;
	line-height: 48px;
	font-size: 15px;
	color: #666666;
}
.tab5Table .title th.th1{
	padding-left: 20px;
	width: 40%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.tab5Table .title th.th2{
	width: 20%;
}
.tab5Table .title th.th3{
	width: 20%;
}
.tab5Table .title th.th4{
	border-right: 1px solid #E6E6E6;
	width: 20%;
}
.tab5Table tr td{
	border-left: 1px solid #E6E6E6;
	height: 49px;
	line-height: 49px;
	font-size: 15px;
	color: #666666;
	text-align: center;
}
.tab5Table tr td.td1{
	padding-left: 20px;
	width: 40%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}
.tab5Table tr td.td2{
	width: 20%;
}
.tab5Table tr td.td3{
	width: 20%;
}
.tab5Table tr td.td4{
	border-right: 1px solid #E6E6E6;
	width: 20%;
}
.col3tab5Con1{
	height: auto;
}
.col3tab5Con1 .tableBox{
	padding-top: 8px;
}
.col3Btn3List3{
	padding-top: 20px;
}
.col3Btn3List3 .mySlick{
	float: left;
	display: inline;
	width: 33.333%;
}
.col3Btn3List3 .slickCon{
	margin-left: 30px;
	border: 1px solid #bbdffe;
	text-align: center;
	background: #eaf5fe;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3Btn3List3 .slickCon:hover{
	transform: translateY(-3px);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
}
.col3Btn3List3 .slickCon a{
	height: 58px;
	line-height: 58px;
	display: block;
	padding: 0 5px;
	color: #1372cb;
	font-size: 16px;
}
.col3Btn3List3 .mySlick .text span{
	width: 30px;
	height: 32px;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 17px;
	background-repeat: no-repeat;
	background-position: center center; 
}

.col1TextList_1{
	padding-top: 20px;
	min-height: 150px;
	height: auto;
}
.col1TextList_1 .dd{
	margin-bottom: 18px;
}
.col1TextList_1 .dd:last-child{
	margin-bottom: 0;
}
.col1TextList_1 .con{
	overflow: hidden;
}
.col1TextList_1 .time{
	font-size: 14px;
	color: #999999;
	line-height: 23px;
	padding-left: 20px;
}
.col1TextList_1 .con a{
	line-height: 23px;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList_1 .con a span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList_1 .con:hover a{
	color: #1372CB;
}
.col1TextList_1 .con:hover a span{
	background: #1372CB;
}

.col1TextList_5{
	min-height: 150px;
	height: auto;
	clear: both;
}
.col1TextList_5 .dd{
	margin-bottom: 18px;
}
.col1TextList_5 .dd:last-child{
	margin-bottom: 0;
}
.col1TextList_1 .con{
	overflow: hidden;
}
.col1TextList_5 .time{
	font-size: 14px;
	color: #999999;
	line-height: 23px;
	padding-left: 20px;
}
.col1TextList_5 .con a{
	line-height: 23px;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList_5 .con a span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList_5 .con:hover a{
	color: #1372CB;
}
.col1TextList_5 .con:hover a span{
	background: #1372CB;
}
/*第3排行的-结束*/
/*第4排行的-开始*/
.column4{
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px 0 20px 0;
	clear: both;
}
.picline_l{
	float: left;
	width: 49%;
	min-height: 250px;
	height: auto;
	margin-right: 1%;
}
.picline_r{
	float: right;
    width: 49%;
	min-height: 250px;
	height: auto;
	margin-left: 1%;
}
.picline_img{
	padding-top: 20px;
	width: 100%;
}
.picline_dl{
	float: left;
	width: 50%;
	position: relative;
}
.picline_dl dd img{
	width: 285px;
	height: 187px;
	position: relative;
	overflow:hidden;
}
.picline_dl img{
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
}
.picline_dl:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}
	
.picline_dl dd:last-child span{
    background-color: #555555;
	width: 285px;
	height: 40px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top:147px;
	opacity: 0.6;
}
.picline_dl dd:last-child o{
    position: absolute;
	display: inline-block;
	width: 285px;
    top:147px;
    text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
}
.picline_text{
    position: absolute;
	top:147px;
	left: 10px;
	width: 100px;
	background-color: #ef3a02;
	border-radius: 3px;
}
.picline_text img{
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-left: 5px;
}
.picline_text span{
    position: absolute;
	top:3px;
	padding-left: 5px;
	color: #FFFFFF;
}
.picline_text_see{
    position: absolute;
	top:147px;
	left: 10px;
	width: 285px;
}
.picline_text_see span{
	position: absolute;
	top:3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.picline_text_see img{
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-left: 45px;
	margin-top: 1px;
}
.picline_text_see i{
	position: absolute;
	top:5px;
	padding-left: 5px;
	color: #FFFFFF;
}
/*第4排行的-结束*/
/*第5排行的-开始*/
.column5{
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 0;
	clear: both;
}
.contentnews{
	width: 100%;
	min-height:290px;
	height: auto;
	clear: both;
}
.contentnews_line{
	width: 31%;
	float: left;
	margin-right: 2.3%;
}
.contentnews_line1{
	width: 31%;
	float: left;
	margin: 0 1.15%;
}
.contentnews_line2{
	width: 31%;
	float: right;
	margin-left:2.3%;
}
.contentnews_pic{
	height: 85px;
	width: 100%;
	padding-top: 20px;
	position: relative;
}
.contentnews_pic img{
	width: 125px;
	height: 85px;
	display: block;
	float: left;
	margin-right: 10px;
}
.contentnews_pic dd img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.contentnews_pic dd:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}/* 设置图片经过放大 */
.contentnews_pic span{
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	left: 135px;
	top:12px;
}
.contentnews_pic li{
	height: 20px;
	line-height: 20px;
	display: block;
}
.contentnews_pic li:first-child{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
/*第5排行的-结束*/
/*图片友情链接-开始*/
.firendBox{
	border-radius:3px;
	overflow: hidden;
	background-color: #fff;
}
.firendL{
	background-color: #0a56b3;
	color: #fff;
	padding:10px 18px;
	width: 18px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 9;
	margin-right: 23px;
}
.firendL::before{
	content: '';
	border:8px solid ;
	border-color: transparent transparent transparent #0a56b3;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -16px;
}
.firendList{
	overflow: hidden;
	position: relative;
	padding-top: 18px;
	margin-right: 15px;
}
.firendList .bd{
	margin-right: -12px;
	overflow: hidden;
	position: relative;
}
.firendList .bd a{
	display: block;
	margin-right: 12px;
	position: relative;
	border: 1px solid #F1F1F1;
}
.firendList .bd img{
	width: 100%;
	height: 65px;
	object-fit: contain;
}
.firendList .bd .myslide{
	float: left;
	display: inline;
	width: 20%;
}
.firendList .bd .pic::before{
	padding-top: 34.5455%;
}
.firendList .prev,
.firendList .next{
	position: absolute;
	width: 25px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(28,26,21,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.firendList .prev{
	left: 0;
	background-image: url(../images/indexPrev.png);
}
.firendList .next{
	right: 12px;
	background-image: url(../images/indexNext.png);
}
.firendList .prev:hover,
.firendList .next:hover{
	background-color: rgba(0,0,0,0.7);
}
/*图片友情链接-结束*/

/*底部-开始*/
.column6{
	background: #FFFFFF;
	padding: 20px 0 0 0;
	clear: both;
}
.footerNav{
	height: 50px;
	line-height: 50px;
	background: #fff;
	border-bottom: 4px solid #0855b3;
}
.footerNavDl {
	position: relative;
	z-index: 9;
}
.footerNavDl dt{
	float: left;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-right: 8px;
}
.footerNavDl dd{
	float: left;
	display: inline;
}
.footerNavDl dd .yj a{
	font-size: 14px;
	color: #666666;
	display: block;
	padding: 0 38px;
	position: relative;
}
.footerNavDl dd .yj a i{
	display: block;
	top: -1px;
	position: absolute;
	left: 45%;
	margin-left: -8px;
	border: 8px solid;
	border-color: #fff transparent transparent transparent;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: 0.4s ease;
}
.footerNavDl dd .yj a span{
	width: 32px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/footernav.png) no-repeat center center;
	background-size: auto 9px;
	margin-top: -1px;
}
.footerNavDl dd .ej{
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	padding: 10px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 8px;
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.1);
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.footerNavDl dd .ej::before{
	content: '';
	display: block;
	height: 10px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.footerNavDl dd .ej a{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	transition: 0.3s;
	margin: 0 8px;
}
.footerNavDl dd .ej a:hover{
	color: #1372cb;
}
.footerNavDl dd:hover .ej{
	visibility: visible;
	opacity: 1;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.footerNavDl dd:hover .yj a i{
	visibility: visible;
	opacity: 1;
}

.footerCon{
	padding: 20px 0;
	background: #ffffff;
	overflow: hidden;
	clear: both;
}
.footerConL span{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	line-height: 30px;
}
.footerConL1 a{
	font-size: 14px;
	color: #666666;
	margin-right: 15px;
}
.footerConL1 a img{
	width: 19px;
	height: 21px;
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -4px;
}
.footerConL1 a:hover{
	color: #0855b3;
}
.footerConR1{
	overflow: hidden;
}
.footerConR1 a{
	font-size: 14px;
	display: inline-block;
	color: #333333;
	position: relative;
	padding: 0 14px;
	height: 26px;
	line-height: 26px;
	text-align: right;
}
.footerConR1 a:before{
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 15px;
	background: #c2c2c2;
	margin-top: -7px;
}
.footerConR1 a:last-child{
	padding-right: 0;
}
.footerConR1 a:last-child:before{
	display: none;
}
.footerConR1 a:hover{
	color: #0855b3;
}
.footerConR2{
	overflow: hidden;
	padding-top: 16px;
}
.footerRPicCon{
	overflow: hidden;
	margin-bottom: 5px;
}
.footerRText{
	text-align: right;
	font-size: 14px;
	color: #666666;
}
.footerRPic{
	float: left;
	margin-left: 10px;
	display: inline;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerRPic .pic{
	width: 124px;
}
.footerRPic .pic:before{
	padding-top: 42.75%;
}
.footerRPic:first-child .pic{
	width: 52px;
	margin-top: -2px;
}
.footerRPic .pic img{
	object-fit: contain;
}
.footerRPic:first-child .pic:before{
	padding-top: 123.0769%;
}
.footerRPic:hover{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
/*底部-结束*/

/*当前位置-开始*/
.location{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #f9f8f8;
	width: 100%;
	box-shadow: 0px 2px 1px 0px #f9f8f8;
	display: block;
}
.locationL{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	padding: 0 20px;
	background-color: #fff;
}
.locationL span{
	float: left;
	display: inline;
}
.locationL a{
	font-size: 14px;
	color: #999999;
	float: left;
	display: inline;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.locationL a i{
	margin: 0 8px;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/locahome.png) no-repeat center center;
	background-size: contain;
	vertical-align: middle;
	margin-top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.locationL em{
	font-style: unset;
}
.locationL a:hover i{
	background: url(../images/locahomeh.png) no-repeat center center;
	background-size: contain;
}
.locationL a:hover{
	color: #1372CB;
}
.locationL a.hover{
	color: #1372CB;
}
/*当前位置-结束*/

/*二级页面中间部分-开始*/
.column7{
	background: #FFFFFF;
	margin: 20px 0;
	clear: both;
}
.left_menu {
	float: left; 
	width: 240px;
	}
.left_menu h4 {
	height: 60px; 
	background: #2762c1 url("../images/top_menu_bg.jpg") no-repeat right center; 
	padding-left: 30px; 
	color: #fff; 
	font: bold 22px/60px 'Microsoft YaHei UI';
	}
.left_menu ul { 
	background-color: #fbfbfb; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	overflow: auto;
	height: 788px;
	}
.left_menu li {
	overflow: hidden;
	}
.left_menu li > a {
	display: table; 
	box-sizing: border-box; 
	width: 100%; 
	border-left: 2px solid #fbfbfb; 
	background-color: #fbfbfb; 
	font-size: 16px; 
	color: #333; 
	position: relative; 
	padding: 0 10px;
	}
.left_menu li > a.curr { 
	background: #f0f4f9; 
	color: #2775cc; 
	border-left-color: #2762c1;
	}
.left_menu li > a:before {
	content: ''; 
	width: 5px; 
	height: 5px; 
	border-top: 1px solid #666; 
	border-right: 1px solid #666; 
	transform: rotate(45deg); 
	position: absolute; 
	right: 38px; top: 27px;
	}
.left_menu li > a.curr:before { 
	border-top-color: #2775cc; 
	border-right-color: #2775cc;
	}
.left_menu li span {
	display: table-cell; 
	line-height: 36px; 
	border-bottom: 1px dashed #ddd; 
	min-height: 34px; 
	padding: 10px 0 10px 50px;
	}
.left_menu li p {
	display: none; 
	background-color: #f0f4f9;
	}
.left_menu li p a { 
	line-height: 38px; 
	padding-left: 52px; display: block;
	}
.left_menu li p a.curr {
	color: #2775cc;
	}
.right_content {
	float: right; 
	width: 896px; 
	min-height: 800px; 
	background: #fff; 
	box-sizing: border-box;
	}
.cate_title {
	height: 54px; 
	line-height: 54px; 
	border-bottom: 1px solid #ddd;
	}
.cate_title span {
	float: left; 
	height: 52px; 
	font-size: 20px; 
	padding: 0 10px; 
	font-weight: bold; 
	border-bottom: 3px solid #2762c1; 
	}
.cate_title span o{
	color: #147ed0;
}
.cate_title span e{
	color: #ff2c00;
}
.news_list li a {
	width: 750px; 
	text-align: left; 
	overflow: hidden; 
	height: 57px;
	}
.news_list, .news_pic {
	margin-bottom: 40px;
	}
.news_list li {
	height: 56px; 
	line-height: 56px; 
	text-align: right; 
	font-size: 16px; 
	color: #999; 
	border-bottom: 1px dashed #ddd;
	}
.news_list li a {
	float: left; 
	font-size: 16px; 
	color: #333;
	}
.news_list li a span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.news_list li:hover a span{
	background: #1372CB;
}
/* 三角形代码 .news_list li a:before {
    width: 0px; 
	border: 5px solid transparent; 
	border-left-color: #666; 
	height: 0px; content: ''; 
	float: left; 
	margin: 23px 10px 0 0;

	}
.news_list li:hover a:before {
	border-left-color: #246bd0;
	} */
.news_list li:hover a {
	color: #246bd0;
	}
.news_pic {
	margin-bottom: 40px;
	clear: both;
	}
.news_pic li {
	float: left; 
	margin-right: 10px; 
	width: 292px; 
	height: 224px; 
	margin-top: 20px;
	}
.news_pic li a {
	display: block; 
	overflow: hidden; 
	width: 100%; 
	height: 100%;
	position: relative
	}
.news_pic li span {
	width: 100%; 
	height: 30px; 
	line-height: 30px; 
	display: inline-block;
	font-size: 16px;
	}
.news_pic li:nth-child(3n + 3) {
	margin-right: 0;
	}
.news_pic li img {
	display: block; 
	transition: all 300ms; 
	width: 100%; 
	height: 194px;
	position: relative; 
	z-index: 3;
	}
.news_pic li:hover img {
	transform: scale(1.03);
	}
.news_pic:after {
	display: block; 
	clear: both; 
	content: '';
	}

/* ========== 图文列表 start ========== */
.imgText1Dl{
	margin-bottom: 40px;
	clear: both;
}
.imgText1Dl dd .con{
	overflow: hidden;
	background: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	padding:20px 0;
	border-bottom: 1px dashed #e6e6e6;
	}
.imgText1Dl dd .pic{
	width: 250px;
	height: 160px;
	float: left;
	display: inline;
	}
.imgText1Dl dd .pic:before{
	padding-top: 66.666667%;
	}
.imgText1Dl dd .text{
	overflow: hidden;
	padding-left: 20px;
	}
.imgText1Dl dd .text .time{
	font-size: 14px;
	color: #999999;
	line-height: 15px;
	height: 15px;
	}
.imgText1Dl dd .text .time .time1{
	background-image: url(../images/timeIco.png);
	background-repeat: no-repeat;
	background-position:left center; 
	padding-left: 20px;
	margin-right: 40px;
	}
.imgText1Dl dd .text .time .time2{
	background-image: url(../images/seeIco.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 20px;
	}
.imgText1Dl dd .text .title{
	padding-top: 0px; 
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 18px;
	font-weight: bold;
	}
.imgText1Dl dd .text .title a{
	font-size: 18px;
	color: #333333;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	}
.imgText1Dl dd .con:hover .text .title a{
	color: #1372cb;
	/*letter-spacing: 1px;*/
	}
.imgText1Dl dd .text .info{
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	padding-bottom: 33px;
	}
.imghover .pic{ 
	overflow:hidden;
	}/* 设置图片经过放大 */
.imghover img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.imghover:hover img{ 
	transform:scale(1.05); 
	-webkit-transform:scale(1.05);
	}/* 设置图片经过放大 */
/* ========== 图文列表 end ========== */

/*二级页面中间部分-结束*/
/*分页-开始*/
.page li {
	margin: 0 3px;
	}
.page {
	height: 32px; 
	margin: 20px 0; 
	text-align: center;
	}
.page li {
	min-width: 34px; 
	height: 32px; 
	margin: 0 6px; 
	display: inline-block; 
	background: #f6f6f6;
	}
.page li a, .page li span {
	display: block; 
	padding: 0 8px; 
	line-height: 32px;
	}
.page li.active span {
	background: #246bd0; 
	color: #fff;
	}
/*分页-结束*/
/*首页样式结束*/

/*新闻详细页面-开始*/
.minH{
	min-height:600px;
	} 
.articleC {
	background: #FFFFFF;
	padding: 0 50px 40px;
	}
.articleC{
	padding: 0 10px 20px;
	}
.articleC .line{
	height: 1px;
	background: #E6E6E6;
	}
.articleTitle {
	clear: both;
	line-height: 43px;
	font-size: 24px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	}
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
	}
.articleTime span {
	font-size: 14px;
	color: #999999;
	vertical-align: middle;
	}
.articleTime .span {
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	font-size: 14px;
}
.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
	}
.articleBox img {
	max-width: 100%;
	}
.articleBox p {
    text-indent: 2em;
}
.pageUp {
	display: block;
	line-height: 34px;
	color: #444444;
	font-size: 16px;
	}
.pageUp a {
	font-size: 16px;
	color: #444444;
	}
.pageUp a:hover {
	color: #1372CB;
	}
.articlePageBox o{
	color: #147ed0;
	font-size: 20px; 
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}
.articlePageBox e{
	color: #ff2c00;
	font-size: 20px; 
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
}
/* 返回顶部 start */
.backTop{
	position: relative;
}
.backTop .btn{
	position: absolute;
	width: 50px;
	height: 50px;
	background: #1372cb;
	right: 125px;
	bottom: 25px;
}
.backTop .btn a{
	display: block;
	height: 100%;
	background-image: url(../images/backTop.png);
	background-repeat: no-repeat;
	background-position:center center;;
}
/* 返回顶部 end */
/*新闻详细页面-结束*/

/*要闻页面-开始*/
/*列表页面*/
.column8{
	margin-top: -20px;
	overflow: hidden;
	background: #FFFFFF;
	clear: both;
}
.content_twonews{
	width: 100%;
	min-height:290px;
	height: auto;
	clear: both;
}
.twonews_line{
	width: 47.5%;
}
.flleft{
	float: left;
}
.flright{
	float: right;
}
.column9{
	overflow: hidden;
	background: #FFFFFF;
	padding: 40px 0 20px 0;
	clear: both;
}
.col3tab3Cont{
	padding-left: -30px;
	min-height: 391px;
	height: auto;
	overflow: hidden;
}
.col3tab3Cont:before{
	height: 1px;
	content: '';
	display: block;
	background: #ebebeb;
}
.col3tab3Cont:after{
}
.col3tab3TopTitle{
	padding-left: 100px;
	overflow: hidden;
}
.col3tabtitle{
    position: relative;	
}
.Navitem_no{
    position: absolute;
    top:-7px;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
}
.Navitem_no o{
	color: #1372cb;
}
.Navitem_no e{
	color: #ea4d23;
}
.List_pictext{
	width: 46%;	
}
.List_pictext_none{
	width: 100%;
	height: 180px;
	background-color: #fafafa;
}

.List_pictext_pic img{
	float: left;
	width: 280px;
	height: 180px;
}
.List_pictext_text{
	float: left;
	height: 180px;
	overflow: hidden;
	padding: 10px 20px ;
}
.List_pictext_text li{
	min-height: 25px;
	height: auto;
	line-height: 25px;
	width: 230px;
}
.List_pictext_text li:first-child {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.List_pictext_pic img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.List_pictext_pic:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}/* 设置图片经过放大 */
/*要闻页面-结束*/

/*要闻直播一行三列-开始*/
.column10{
	overflow: hidden;
	background: #FFFFFF;
	padding: 0px 0 20px 0;
	clear: both;
}
.picline_img_3{
	padding-top: 20px;
	width: 100%;
}
.picline_img_3{
	/*把div元素中的文本划分成三列*/
	column-count:3;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	/*指定列之间的的间隙为 40 个像素*/
	-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px
}
.picline_dltwo{
	position: relative;
}
.picline_dltwo dd{
	width: 100%;
}
.picline_dltwo dd img{
	width:375px;
	height: 210px;
	position: relative;
	overflow:hidden;
	
}
.picline_dltwo img{
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
}
.picline_dltwo:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}
.picline_dltwo .picline_text{
    position: absolute;
	top:167px;
	left: 10px;
	width: 100px;
	background-color: #ef3a02;
	border-radius: 3px;
}
.picline_dltwo .picline_text img{
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-left: 5px;
}
.picline_dltwo .picline_text span{
    position: absolute;
	top:3px;
	padding-left: 5px;
	color: #FFFFFF;
}
.picline_dltwo  .picline_text_see{
    position: absolute;
	top:167px;
	left: 10px;
	width: 285px;
}
.picline_dltwo  .picline_text_see span{
	position: absolute;
	top:3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.picline_dltwo  .picline_text_see img{
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-left: 45px;
	margin-top: 1px;
}
.picline_dltwo  .picline_text_see i{
	position: absolute;
	top:5px;
	padding-left: 5px;
	color: #FFFFFF;
}
/*要闻直播一行三列-结束*/

/*专题专栏-开始*/
#zSlider {
	margin:0px auto;
	width:1200px;
	overflow:hidden;
}
#picshow {
	position:relative;
}
#picshow, #picshow_img {
	width:880px;
	height:440px;
	overflow:hidden;
	float:left;
}
#picshow_img li {
	width:880px;
	height:440px;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_img img {
	width:880px;
	height:440px;
}
#picshow_tx {
	left:0px;
	width:880px;
	bottom:0px;
	position:absolute;
	height:90px;
	overflow:hidden;
}
#picshow_tx li {
	background:url(../images/picshow_bg.png) repeat;
	padding:10px 30px;
	height:70px;
	color:#fff;
	display:none;
}
#picshow_tx li a {
	color:#fff;
}
#picshow_tx li a:hover {
	text-decoration:underline;	
}
#picshow_tx li h3 {
	margin:13px 0;
}
#picshow_tx li p {
	color:#ccc;
	line-height:16px;
	height:16px;
	overflow:hidden;
}
#select_btn {
	width:319px;
	height:440px;
	color:#111;
	float:right;
	display:inline;
	background-color:#f3f3f3;
}
#select_btn li {
    padding: 9px 11px 0px 9px;
    width: 299px;
    height: 64px;
    border-top: 1px solid #dedede;
    cursor: pointer;
    transition: all .7s ease 0s;
}
#select_btn li:hover {
    background-color: #168eed
}
#select_btn li a:hover {
    color: aliceblue
}
#select_btn li.current {
    background-color: #147fd1;
}
#select_btn li.current a{
    color: aliceblue
}
#select_btn li.current:hover {
    background-color: #168eed;
}
#select_btn a {
	color:#000;
}
#select_btn img {
	padding:2px;
	border:1px solid #ccc;
	width:70px;
	height:49px;
	margin-right:10px;
	float:left;
}
#select_btn .select_text {
	height:60px;
	font:bold 16px 'Microsoft YaHei';
	overflow:hidden;
	display:block;
}
#select_btn .select_text:hover {
	text-decoration:underline;
}
#select_btn .select_date {
	height:23px;
	line-height:23px;
	overflow:hidden;
	display:block;
}
.specialmain{
	width: 100%;
	clear: both;
}
.special_pic {
	clear: both;
	}
.special_pic li {
	float: left; 
	margin-right: 10px; 
	width: 292px; 
	height: 224px; 
	margin-top: 20px;
	}
.special_pic li a {
	display: block; 
	overflow: hidden; 
	width: 100%; 
	height: 100%;
	position: relative
	}
.special_pic li span {
	width: 100%; 
	height: 40px; 
	line-height: 40px; 
	display: inline-block;
	font-size: 16px;
	background-color: #f3f3f3;
	text-align: center;
	}
.special_pic li:nth-child(4n + 4) {
	margin-right: 0;
	}
.special_pic li img {
	display: block; 	
	width: 100%; 
	height: 174px;
	position: relative; 
	z-index: 3;
	}
.special_pic li:hover img {
	transform: scale(1.03);
	transition: all 300ms; 
	}
.special_pic:after {
	display: block; 
	clear: both; 
	content: '';
	}
.special_picmax{
	width: 1200px;
	height: 415px;
	overflow: hidden;
}
.special_picmax img{
	width: 1200px;
	height: 415px;
	margin: 0 auto;
}
.speciallist{
    width: 825px;
    min-height: 400px;
    height: auto;
	float: left;
	display: block;
}
.speciallist_text{
    width: 100%;
	margin-top: 20px;
	height: 175px;
	overflow: hidden;
}
.speciallist_text img{
	display: block;
	width: 265px;
	height: 175px;
	float: left;
	margin-right: 30px;
	transition: all 300ms;
}
.speciallist_text:hover img {
	transform: scale(1.03);
	}
.speciallist_text li:first-child{
	font-size: 18px;
	font-weight: bold;
	min-height: 60px;
	height: auto;
	line-height: 30px;
	padding-right: 10px;
}
.speciallist_text li:last-child{
	height: 30px;
	line-height: 30px;
	color: #a3a2a2;
	margin-top: 10px;
}
.speciallist_text li:last-child span{
	padding: 0 20px;
}
.specialright{
	width: 335px;
	margin-left: 40px;
	min-height: 600px;
	height: auto;
	background-color: #fbfbfb;
	float: right;
}
.specialright_text{
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.specialright_content{
	padding: 0 10px;
}
.specialright_pic{
	width: 335px;
	height: 117px;
	margin: 20px 0;
}
.specialright_pic img{
	width: 308px;
	height: 117px;
	display: block;
	margin: 0 auto;
	transition: all 300ms;
}
.specialright_pic:hover img {
	transform: scale(1.03);
	}
/*专题专栏-结束*/

/*文旅-开始*/
.column11{
	overflow: hidden;
	background: #FFFFFF;
	padding: 20px 0 20px 0;
	clear: both;
}
.column12{
	overflow: hidden;
	background: #FFFFFF;
	padding: 10px 0 25px 0;
	clear: both;
}
.cor{
	background-color: #fbfbfb;
	height: 377px;
	margin-left: 20px;
	margin-right: -20px;
	padding: 20px 20px 20px 20px ;
}
.cor dd o {
	font-size:20px ;
	font-weight: bold;
	color: #147ed0;
}
.cor dd e {
	font-size:20px ;
	font-weight: bold;
	color: #ff2c00;
}
.cor dd:first-child{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
.cor dd:last-child{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.cor dd:last-child a{
	display: block;
	text-align: right;
}
.tourismmain{
	width: 100%;
	clear: both;
}
.tourism_pic {
	clear: both;
	}
.tourism_pic li {
	float: left; 
	margin-right: 10px; 
	width: 279px; 
	height: 224px; 
	margin-top: 20px;
	}
.tourism_pic li a {
	display: block; 
	overflow: hidden; 
	width: 100%; 
	height: 100%;
	position: relative
	}
.tourism_pic li span {
	width: 100%; 
	height: 40px; 
	line-height: 40px; 
	display: inline-block;
	font-size: 16px;
	background-color: #f3f3f3;
	text-align: center;
	}
.tourism_pic li:nth-child(2n + 2) {
	margin-right: 0;
	}
.tourism_pic li img {
	display: block; 	
	width: 100%; 
	height: 174px;
	position: relative; 
	z-index: 3;
	}
.tourism_pic li:hover img {
	transform: scale(1.03);
	transition: all 300ms; 
	}
.tourism_pic:after {
	display: block; 
	clear: both; 
	content: '';
	}
.Illustration_linepic{
	width: 300px;
	height: 430px;
	float: left;
	display: block;
	position: relative;
	margin-top: 20px;
}
.Illustration_linepic img{
	width: 280px;
	height: 430px;
	overflow: hidden;
}
.Illustration_linepic:hover img {
	transform: scale(1.01);
	transition: all 300ms; 
	}
.Illustration_linepic span{
    background-color: #555555;
	width: 280px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top:391px;
	left: 0;
	opacity: 0.6;
}
.Illustration_linepic p a{
	width: 280px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top:390px;
	left: 0;
	height: 40px;
	line-height: 40px;
}
.Illustration_linepic p a:hover{
	/* color: #1372CB; */
}
.Illustration_morepic{
	width: 900px;
	float: right;
	height: 430px;
}

.Illustrationmain{
	width: 100%;
	clear: both;
}
.Illustration_pic {
	clear: both;
	}
.Illustration_pic li {
	float: left; 
	margin-right: 10px; 
	width: 293px; 
	height: 206px; 
	margin-top: 20px;
	position: relative;
	}
.Illustration_pic li a {
	display: block; 
	overflow: hidden; 
	width: 100%; 
	height: 100%;
	position: relative
	}
.Illustration_pic li span {
    background-color: #555555;
	width: 293px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top:165px;
	left: 0;
	opacity: 0.6;
	z-index: 5;
	}
.Illustration_pic p {
	width: 293px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top:165px;
	left: 0;
	height: 40px;
	line-height: 40px;
	z-index: 6;
}
.Illustration_pic li:nth-child(3n + 3) {
	margin-right: 0;
	}
.Illustration_pic li img {
	display: block; 	
	width: 100%; 
	height: 204px;
	position: relative; 
	z-index: 3;
	}
.Illustration_pic li:hover img {
	transform: scale(1.03);
	transition: all 300ms; 
	}
.Illustration_pic:after {
	display: block; 
	clear: both; 
	content: '';
	}
/*文旅-结束*/

/*搜索-开始*/
.seachline{
	width: 100%;
	min-height: 400px;
	height: auto;
}
.imgText1{ 
	overflow: hidden;
	}
.imgText1 dd{ 
	overflow: hidden; 
	border-bottom: 1px solid #e8e8e8; 
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
.imgText1 dd:last-child{ 
	margin-bottom: 0;
	}
.imgText1 dd .pic{ 
	width: 280px; 
	overflow: hidden; 
	position: relative; 
	margin-right: 20px; 
	border-radius: 3px;
	}
.imgText1 dd .text{ 
	overflow: hidden;
	}
.imgText1 dd .text .title{ 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	height: 35px; 
	line-height: 35px;
	margin-bottom:5px;
	}
.imgText1 dd .text .title a{ 
	color: #333333; 
	font-size: 16px; 
	font-weight: bold;
	}
.imgText1 dd .text .time{  
	height:30px; 
	line-height:30px; 
	overflow:hidden; 
	color:#999999; 
	font-size: 14px; 
	padding-top:5px;
	}
.imgText1 dd .text .time span{ 
	float:left; 
	display: inline; 
	height: 30px; 
	padding-left: 28px; 
	background-repeat: no-repeat; 
	background-position: left center; 
	margin-right: 40px;
	}
.imgText1 dd .text .time span.timeSpan{ 
	background-image: url(../images/comTime.png);
	}
.imgText1 dd .text .time span.scanSpan{ 
	background-image: url(../images/comScan.png);
	}
.imgText1 dd .text .time em{ 
	float:left; 
	display: inline; 
	font-style: normal; 
	margin: 0 15px;
	display: none;
	}
.imgText1 dd .text .textC{ 
	margin-top: 10px;
	font-size:16px; 
	color:#666666; 
	line-height:30px; 
	height:70px; 
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.imgText1 dd:hover .text .title a{ 
	color: #147ed0;
	}
a.searchNewsClass{
	background-color: #1372CB;
	padding: 2px 5px 3px 5px;
	color: #fff !important;
	border-radius: 2px;
	font-size: 14px !important;
	margin-right: 3px;
}
.es-hl{
	color: red;
}
/*搜索-结束*/

/*直播详细页面-开始*/
.column13{
	width: 100%;
	background-color: #000000;
}
.livemain{
	width: 100%;
	height: 100px;
	padding: 10px 0;
	clear: both;
}
.livemain_left{
	float: left;
	width: 110px;
}
.livemain_left img{
	width: 56px;
	height: 56px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	border-radius: 50%;
}
.livemain_right{
	min-height: 80px;
	height: auto;
	line-height: 40px;
}
.livemain_right dd:first-child{
	color: #ffffff;
}
.livemain_right dd:first-child span{
	padding: 1px 15px 2px 15px;
	background-color: #49484d;
	border-radius: 10px;
	color: #ffffff;
	margin-right: 10px;
}
.livemain_right dd:last-child li{
	float: left;
	margin-right: 20px;
	color: #bfbcbc;
}
.livemain_right dd:last-child li img{
	width: 13px;
	height: 13px;
	margin-right: 3px;
}
.livemain_right dd:last-child li:last-child img{
	width: 8px;
	height:8px;
}
.Details{
    width:100%;
    min-height:300px;
    height:auto;
    margin:0px auto;
    margin-bottom:20px;
	padding-bottom: 40px;
}
.Detailspic{
    width:100%;
    height:auto;
}
.articlevedio{
	width: 100%;
	height: 600px;
}
/*直播详细页面-结束*/

/*社会-开始*/
.societymain{
	width: 100%;
	overflow: hidden;
	clear: both;
}
.societymain_left{
	width: 240px;
	float: left;
}
.societymain_left_pic{
	width: 240px;
	height: 170px;
	overflow: hidden;
    margin-top: 20px;
}
.societymain_left_pic dd img{
	width: 220px;
	height: 145px;
	display: block;
}
.societymain_left_pic dd img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}
.societymain_left_pic dd:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}
.societymain_left_pic dd span{
	width: 220px;
	height: 30px;
	line-height: 30px;
}
.societymain_right{
    float: left;
}
.societymain_right_new{
	height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.societymain_right_new e{
	padding: 10px 10px;
	background-color: #526cb9;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
	display: block;
}
.societymain_right_new p{
	font-weight: bold;
	width: 315px;
}
.societymain_banner{
	width: 1200px;
	margin-top: 40px;
}
.societymain_banner img{
	width: 1200px;
	height: 130px;
	display: block;
}
.societymain_live{
	clear: both;
	margin-top: 40px;
	width: 100%;
}
.societymain_live_left{
	width: 700px;
	min-height: 400px;
	height: auto;
}
.societymain_live_lineleft{
	width: 350px;
	height: 440px;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.societymain_live_maxpic{
	width: 330px;
	height: 230px;
}
.societymain_live_maxpic img{
	width: 330px;
	height: 200px;
}
.societymain_live_maxpic dd img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.societymain_live_maxpic dd:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}
.societymain_live_maxpic span{
	min-height: 25px;
	line-height: 25px;
}
.societymain_live_minpic{
	width: 330px;
}
.societymain_live_minpic dd{
	width: 49%;
	float: left;
	margin-top: 12px;
	height: 150px;
}
.societymain_live_minpic dd:first-child{
	margin-right: 1%;
}
.societymain_live_minpic dd:last-child{
	margin-left: 1%;
}
.societymain_live_minpic dd img{
	width: 160px;
	height: 100px;
}
.societymain_live_minpic dd img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.societymain_live_minpic dd:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}
.societymain_live_minpic dd p span{
	display: block;
	margin-top: 5px;
	min-height: 20px;
	line-height: 20px;
}
.fontb{
	font-weight: bold;
}
.societymain_live_right{
	width: 410px;
	min-height: 440px;
	height: auto;
	margin-left: 90px;
}
.col1TextList_2{
	padding-top: 20px;
	min-height: 150px;
	height: auto;
}
.col1TextList_2 .dd{
	margin-bottom: 18px;
}
.col1TextList_2 .dd:last-child{
	margin-bottom: 0;
}
.col1TextList_2 .con{
	
}
.col1TextList_2 .time{
	font-size: 14px;
	color: #999999;
	line-height: 23px;
	padding-left: 20px;
}
.col1TextList_2 .con a{
	line-height: 23px;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList_2 .con a span{
	width: 4px;
	height: 4px;
	background: #d7d7d7;
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col1TextList_2 .con:hover a{
	color: #1372CB;
}
.col1TextList_2 .con:hover a span{
	background: #1372CB;
}
.contentnews_pic2{
	height: 85px;
	width: 100%;
	padding-top: 20px;
	position: relative;
	padding-bottom: 18px;
}
.contentnews_pic2 img{
	width: 150px;
	height: 96px;
	display: block;
	float: left;
	margin-right: 10px;
}
.contentnews_pic2 dd img{ 
	overflow:hidden; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear;
	}/* 设置图片经过放大 */
.contentnews_pic2 dd:hover img{ 
	transform:scale(1.01); 
	-webkit-transform:scale(1.01);
	}/* 设置图片经过放大 */
.contentnews_pic2 span{
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	left: 135px;
	top:12px;
}
.contentnews_pic2 li{
	height: 20px;
	line-height: 20px;
	display: block;
}
.contentnews_pic2 li:first-child{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}
/*社会-结束*/

/*融媒体矩阵-开始*/
.immbg{
	width: 100%;
	height: 346px;
	background: url("../images/immbp.jpg") no-repeat center center;
	background-size: cover;	
	position: relative;
}
.immbg_pic{
	width: 100%;
    clear: both;
}
.immbg_pic dd{
	width: 200px;
	height: 200px;
	border: 1px solid #f3f3f3;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
}
.immbg_pic dd:nth-child(5n + 5) {
	margin-right: 0;
	}
.immbg_picnone  a{
	display: block;
	margin: 0 auto;
    width: 150px;
	height: 150px;
	border: 1px solid #f3f3f3;
    margin-top: 25px;
	border-radius:50%;
	position: relative;
}
.immbg_picnone  a img{
	width: 100px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
/*融媒体矩阵-结束*/

/*调查问卷-开始*/
.recycling_multi_text{
    width:98%;
    min-height:50px;
    height:auto;
    margin:5px auto;
}
.recycling_multi_text dl dt
{
    min-height:25px;
    height:auto;
    line-height:25px;
    font-weight:bold;
    padding:5px;
    color:#2a2a2b;
}
.recycling_multi_text dl dd
{
    width:100%;
    min-height:30px;
    height:auto;
    line-height:30px;
    padding-left:15px;
    color:#2a2a2b;
    overflow:hidden;
    padding-bottom:2px;
}
/*纯CSS3美化单选按钮radio*/
.radio{
    display: inline-block;
    position: relative;
    line-height: 18px;
    margin-right: 10px;
	margin-top:8px;
    cursor: pointer;
}
.radio input{
    display: none;
}
.radio .radio-bg{
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    padding: 0;
    background-color: #f7fdf7;
    border-radius: 100%;
    vertical-align: top;
	border:1px solid #8c8d8e;
    cursor: pointer;
    transition: all 0.2s ease;
}
.radio .radio-on{
    display: none;
}
.radio input:checked + span.radio-on{
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 100%;
    background: #f7fdf7;
    top: 3.5px;
    left: 4px;
    background-image: linear-gradient(#0075ff 0, #0075ff 100%);
    transform: scale(0, 0);
    transition: all 0.2s ease;
    transform: scale(1, 1);
    display: inline-block;
}
.Leavedetailstextradio 
{
	width: 96%;
	float:left;
	margin:0 auto;
	display: block;
	height: 80px;	
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	outline: medium;
	-webkit-appearance: none;
	/*为元素指定的任何内边距和边框都将在已设定的宽度和高度内进行绘制。通过从已设定的宽度和高度分别减去边框和内边距才能得到内容的宽度和高度。*/
	/*input、textarea、submit 宽度设置为100%，但显示宽度不一致*/
	/*样式表中添加css3的box-sizing属性*/
	box-sizing: border-box;
}
.investigate_btn{
	margin-top: 40px;
	width: 100%;
	text-align: center;
}
.Publishingbutton
{
	width:20%;
	height:30px;
	line-height:30px;
	padding:10px 0;
	text-align:center;
	color:#565656;
	margin: 0 auto;
	margin-bottom:20px;
}
.Publishing-button { /* 按钮美化 */
	width: 96%; /* 宽度 */
	height: 40px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #0b65b3; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color: white; /* 字体颜色 */
	font-size: 18px; /* 字体大小 */
	margin:0 auto;
	-webkit-appearance:none;
}
.Publishing-button:hover { /* 鼠标移入按钮范围时改变颜色 */
	background: #147ed0;
}
.investigat_title{
	width: 98%;
	min-height: 60px;
	height: auto;
}
.investigat_title dd:first-child{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #147ed0;
}
.investigat_title dd:last-child{
	width:96%;
	margin: 0 auto;
	display: block;
	min-height: 30px;
	height: auto;
	line-height: 30px;
	font-size: 16px;
	padding: 30px 0;
}
/*调查问卷-结束*/

/*党政-开始*/
.newscol3Con{
	margin: 0 2px;
	padding: 0 2px;
	overflow: hidden;
}
.newscol3Text{
	border-top: 1px solid #EEEEEE;
}
.newscol3Text{
	margin:0 -10px;
}
.newscol3Text .mySlick{
	padding: 20px 0;
}
.newscol3Text .slickCon{
	margin:0 10px;
	padding: 30px 10px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.04);
}
.newscol3Text .slickCon a:hover{
	color: #1372cb;
}
.newscol3Text .slickCon .time{
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: -5px;
}
.newscol3Text .slickCon .info{
	line-height: 26px;
	font-size: 16px;
	height: 35px;
	overflow: hidden;
}
.newscol3Text_pic{
	width: 160px;
	height: 100px;
	display: block;
	float: left;
}
.newscol3Text_pic img{
	width: 150px;
	height: 100px;
}
/*党政-结束*/

/*商务-开始*/
.column14{
	overflow: hidden;
	background: #FFFFFF;
	padding: 0px 0 40px 0;
	clear: both;
}
.shangwu_live{
	clear: both;
	margin-top: 20px;
	width: 100%;
}
.shangwu_live_left{
	width: 700px;
	min-height: 400px;
	height: auto;
}
.shangwu_live_right{
	width: 410px;
	min-height: 440px;
	height: auto;
	margin-left: 90px;
}
.shangwu_live_main{
	width: 100%;
	clear: both;
}
.shangwu_live_pic{
	clear: both;
}
.shangwu_live_pic dd {
	float: left; 
	margin-right: 35px; 
	width: 210px; 
	height: 225px; 
	margin-top: 20px;
	background-color: #fbfbfb;
	position: relative;
	border-radius: 3px;
	}
.shangwu_live_pic dd:nth-child(3n + 3) {
	margin-right: 0;
	}
.shangwu_live_pic dd li img{
	width: 150px;
	height: 150px;
	display: block;
	margin: 13px auto;
	border-radius: 2px;
}
.shangwu_live_pic dd li:hover img {
	transform: scale(1.01);
	transition: all 300ms; 
	}
.shangwu_live_pic dd li span{
	text-align: center;
	font-size: 16px;
	display: inline-block;
	min-height: 25px;
	height: auto;
	line-height: 25px;
	width: 98%;
	margin: 0 auto;
	
}
/*商务-结束*/

/*电视广播-开始*/
.television_main{
	margin: 0 auto;
	clear: both;
}
.db_title {
	margin-top: 20px;
    background: url(../images/shadowgray.png) no-repeat bottom center;
    background-size: 103px 10px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 32px;
}
.db_title p o{
	font-size:18px ;
	font-weight: bold;
	color: #147ed0;
}
.db_title p e{
	font-size:18px ;
	font-weight: bold;
	color: #ff2c00;
}
.db_title img {
    width: 30px;
    height: 29px;
}
.televisionTextList{
	padding-top: 25px;
	overflow: hidden;
}
.televisionTextList .dd{
	margin-bottom: 17px;
}
/*电视广播-结束*/

/*二级页面的左边菜单（二三级）-开始*/
.leftNavDl1{
	background-color: #fbfbfb; 
	margin-top: 20px; 
	margin-bottom: 10px; 
	overflow: auto;
	height: 788px;
}
.leftNavDl1 dd .yj {
	position: relative;
}
.leftNavDl1 dd .yj  .curr{
	background: #f0f4f9;
/* 	background:#147ed0;
	color: #ffffff; */
}
.leftNavDl1 dd .yj a{
	line-height: 30px;
	display: block;
    background-color: #fbfbfb;
	font-size: 16px;
	color: #333333;
	padding: 12px 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	margin-bottom: 10px;
	border-left: 2px solid #1373cb; 

    border-bottom: 1px dashed #ddd;
}
.leftNavDl1 dd:last-child .yj a{
	margin-bottom: 0;
}
.leftNavDl1 dd .yj a i{
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -8px;

}
.leftNavDl1 dd .yj span{
	position: absolute;
	cursor: pointer;
	z-index: 2;
	top: 0;
	right: 0px;
	width: 55px;
	height: 54px;
	display: inline-block;
	background: url(../images/leftnavjia.png) no-repeat center center;
}
.leftNavDl1 dd .ejBox{
	display: none;
}
.leftNavDl1 dd .ejCon{
	margin-bottom: 10px;
}
.leftNavDl1 dd .ej{
	position: relative;
}
.leftNavDl1 dd .ej a{
	line-height: 20px;
	background-color: #f0f4f9;
	display: block;
	font-size: 16px;
	padding: 10px 42px 10px 50px;
	color: #333333;
	position: relative;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin: 10px 10px 0 10px;
}
.leftNavDl1 dd .ej a:before{
	position: absolute;
	top: 50%;
	margin-top:  -6px;
	left: 34px;
	width: 0px;
	height: 0px;
	border: 6px solid #0855b3;
	border-right: none;
	border-left-color: #0855b3;
	border-top-color: transparent;
	border-bottom-color: transparent;
	display: block;
	content: '';
}
.leftNavDl1 dd .ej span{
	position: absolute;
	z-index: 2;
	top: 0px;
	width: 55px;
	height: 44px;
	right: 0px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	cursor: pointer;
}

.leftNavDl1 dd .yj:hover a{
	background: #147ed0;
	color: #fff;
	border-left: 2px solid #00a2ff;
	
}
.leftNavDl1 dd .yj:hover a i{
	
}
.leftNavDl1 dd .yj:hover span{
	background: url(../images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.hover .yj a{
	background: #0b65b3;
	color: #fff;
	
}
.leftNavDl1 dd.hover .yj a i{
	
}
.leftNavDl1 dd.hover .yj span{
	background: url(../images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd.active .yj a{
	background: #147ed0;
	color: #fff;
	border-left: 2px solid #00a2ff;
}
.leftNavDl1 dd.active .yj a i{

}
.leftNavDl1 dd.active .yj span{
	background: url(../images/leftnavjian.png) no-repeat center center;
}
.leftNavDl1 dd .ej:hover a{
	background: #158eed;
	color: #ffffff;
}
.leftNavDl1 dd .ej:hover span{
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.hover .ej a{
	background: #e4f0ff;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.hover span{
	/* background: url(../../../common/images/leftnavicn2h.png) no-repeat center center; */
	transform: rotateX(180deg);
}
.leftNavDl1 dd .ejCon.active .ej a{
	background: #158eed;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.leftNavDl1 dd .ejCon.active span{
	transform: rotateX(180deg);
}
/*二级页面的左边菜单（二三级）-结束*/

/*404页面-开始*/
.main-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.main-content.auto {
    height: auto;
}
.wrap .main-content{
    display: flex;
    padding-top: 235px;
    width: 1200px;
	margin: 0 auto;
    text-align: center;
}
.content-left{
    margin-right: 258px;
    text-align: left;
	float: left;
}
.content-left .error-title{
    font-size: 56px;
    line-height: 56px;
    color: #27274A;
    font-weight: 500;
    margin-bottom: 20px;
}
.content-left .error-sub-title{
    color: #27274A;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}
.content-left .err-tip{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.content-left .err-tip span{
    color: #FF4B50;
}
.content-left a.tip-link{
    display: block;
    color: #1a8cfe;
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
}
.content-left .button{
    margin-top: 50px;
}
.content-left .btn-back{
    display: inline-block;
    width: 152px;
    height: 58px;
    line-height: 58px;
    background: #3776ff;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.content-right img{
    width: 550px;
    height: auto;
}
/*404页面-结束*/