/* index */
/* adlist */
.adlist{margin:0px;padding:0;width: 1000px; overflow: hidden;clear: both;}
.adlist>.chang{width:1000px;overflow: hidden;margin-top:8px;}
.adlist>.chang img{width:1000px;display:block;}
.adlist>.zhailist{width: 1200px;}
.adlist>.zhailist>.zhai01{float: left; width: 244px; margin-right: 8px; margin-top: 8px;}
.adlist>.zhailist>.zhai01 img{width: 244px;}
.adlist>.zhailist>.zhai02{float: left; width: 496px; margin-right: 8px; margin-top: 8px;}
.adlist>.zhailist>.zhai02 img{width: 496px;}
/* adlist */

/* 网宣推荐 */
div#pms {
	width: 1000px;
	overflow: hidden;
	position: relative;
}

div#pms * {
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
	text-decoration: none;
	color: #2e3336;
}

div#pms a:hover {
	color: #ff4455;
	text-decoration: underline;
}

/* div#pms #pms01 */
div#pms #pms01 {
	margin: 5px 30px 5px 25px;
}

div#pms #pms01 li {
	display: none;
	font-size: 33px;
	line-height: 45px;
	text-align: center;
}
div#pms #pms01 li:first-child{
	display: block;
}
div#pms #pms01 li a {
	font-size: 35px;
	color: #000000;
	letter-spacing: 0.8px;
}

/* div#pms #pms01 */
/* div#pms #pms02 */
div#pms #pms02 {
	margin: 5px 30px 5px 25px;
	text-align: center;
	line-height: 30px;
}
div#pms #pms02 a{ 
}
div#pms #pms02 a:before{
	content: '';
	height: 4px;
	width: 4px;
	background-color: #999;
	display: inline-block;
	border-radius: 8px;
	margin-right: 6px; 
	position: relative;
	top:-4px;
}
/* div#pms #pms02 */
/* pms_pagination */
div#pms #pms_pagination {
	position: absolute;
	top: 12px;
	left: 3px;
	height: 50px;
	width: 20px;
	text-align: center;
}

div#pms #pms_pagination span {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	display: block;
	margin: 5px 7px;
}

div#pms #pms_pagination span.focus {
	background-color: #148eeb;
}

div#pms #pms_pagination span.normal {
	background-color: #ccc;
}

/* pms_pagination */
/* pms_more */
div#pms #pms_more {
	position: absolute;
	top: 5px;
	right: 0px;
	padding: 4px 5px;
	border: 1px solid #ff8f99;
	color: #ff4455;
}
div#pms #pms_more a {
	color: #ff4455;
	opacity: 0.6;
	font-size:14px;
}
div#pms #pms_more a:hover{
	opacity: 1;
	text-decoration: none;
}
/* pms_more */
/* 网宣推荐 */

/* 头条 */
#taotiao{background-color:#f1f1f1; width:1000px;overflow: hidden;padding: 15px auot; position: relative;margin-top:10px; text-align:center;}
#taotiao .star{position: absolute; top:0; left: 0; z-index: 888;}
#taotiao h2{padding:13px 40px; text-align: center; }
#taotiao h2>a{font-size:25px; color:#444; line-height: 1.5; letter-spacing:0.5px;}
#taotiao p{text-align: center; display:block; padding:0;}
#taotiao p>a{display:block; width:990px; margin:1px auto; height:22px; line-height:20px; overflow:hidden;}
#taotiao p>a span{display: block; color:#999; font-size:12px; letter-spacing:0.33px;}
#taotiao p>a span:hover{text-decoration: underline;}
#taotiao p>a .u1{float: left; width: 780px;margin-left:108px; }
#taotiao p>a .u2{float: right;text-align: right; width: 100px; opacity:0.6}
#taotiao p:after{content: ''; height: 10px; display: block; border-top:3px solid #bfbfbf;margin-top:3px;}
/* 头条 */

/* 焦点图 热点滚动 新闻 */
.indextop{background-color:#fff;overflow:hidden;height:385px; margin-top:15px;}
.indextop>.left{float:left;width:480px;overflow: hidden;}
.indextop>.right{float: right; width: 500px; overflow: hidden;}
/* 幻灯片 */
#slidercontent{position:relative; width:480px; height:330px; overflow: hidden;}
#slidercontent .slider{position: relative;}
#slidercontent .slider li{display: block;position:relative;}
#slidercontent .slider li:first-child{display: block;}
#slidercontent .slider li img{width:480px; height:330px;}
#slidercontent .slider li div.img{width:480px; height:330px; overflow: hidden;}
#slidercontent .slider li div.txt{position: absolute; bottom:0px; background-color:rgba(0,0,0,0.3);padding:8px 10px;width:460px;}
#slidercontent .slider li div.txt a{color:#f4f4f4;letter-spacing: 0.1px;font-size:15px;}
#slidercontent .arrow-left {
	background: url("http://www.ybnews.cn/res/img/2018/arrows.png") no-repeat left top; left: 10px; top: 50%; width: 17px; height: 30px; margin-top: -15px; position: absolute; z-index: 5;
}
#slidercontent .arrow-right {
	background: url("http://www.ybnews.cn/res/img/2018/arrows.png") no-repeat left bottom; top: 50%; width: 17px; height: 30px; right: 10px; margin-top: -15px; position: absolute; z-index: 5;
}
#slidercontent div.num{position: absolute; right:0px;  bottom: 0px; z-index: 9999; }
#slidercontent div.num li{ float: left;display: inline-block;margin:3px; cursor: pointer; width:6px; height:6px; border-radius:3px;}
#slidercontent div.num .normal{background-color: #ffffff;}
#slidercontent div.num .focus{background-color: #148eeb;}
/* 幻灯片 */
/* 滚动新闻 */
#gdxw{margin-top:9px; background-color: #ddd; overflow: hidden;}
#gdxw .a{width:45px; height:45px; float: left; background-color:#ccc;text-align:center;line-height:43px;font-size:15px;color:#111;font-weight: bold;}
#gdxw .b{float:right;width:430px;height:45px;overflow:hidden;}
#gdxw .b li{height:45px; line-height: 45px; letter-spacing: 0.1px;}
#gdxw .b li span{float:right;letter-spacing: 1px;color:#999;padding-right:5px;}
/* 滚动新闻 */

/* 头条新闻 */
.indextop>.right>h3{width：480px;height: 50px; line-height: 45px;overflow: hidden;}
.indextop>.right>h3 a{font-size:20px; color:#111;letter-spacing: 0.1px}
.indextop>.right>h3>a>font{font-familay:宋体; display:inline-block;width:26px;text-align:center;}
/* 头条新闻 */

/* 标签 */
.indextop>.right ul.text li a.tag{display: inline-block; border-radius: 5px; background-color:#207fe9; color:#fff; padding:0px 10px;letter-spacing: 0.2px;}
/* 标签 */
/* 一般新闻 */
.indextop>.right ul.text{clear: both;width:500px;height:26px;overflow: hidden;line-height: 24px;border:0px solid red;}
.indextop>.right ul.text li{float:left;padding-right:15px;border:0px solid red;height: 26px;overflow: hidden;}
.indextop>.right ul.text li a{color:#333;letter-spacing: 0.1px;}
/* 一般新闻 */
/* 焦点图 热点滚动 新闻 */

/* 通用列表样式 */
ul.cn1{width: 300px;}
ul.cn1>li{height: 38px; line-height: 38px; overflow: hidden;text-indent: 5px; position: relative;}
ul.cn1>li a{color:#2c2c2c;font-size:16px; padding-left:0px;}
/*ul.cn1>li a:before{content: ''; background-color: #999; width:6px; height:6px; display: inline-block; 
  border-radius: 4px; position:absolute; top:115px; left:1px;}*/
/* 通用列表样式 */
/* 三图 */
ul.img3{margin-bottom: 10px;width: 400px;}
ul.img3 li{float: left; width:102px; height: 75px; margin-right: 5px; overflow: hidden;}
/* 三图 */

	
/* 汽车 健康 延边·足球 */
h3.itit{height: 30px; line-height: 25px;text-indent: 10px; font-size: 18px; color;#191919; font-weight: bold; margin-bottom:10px;}
h3.itit a{display: display:block;float:right;font-size:15px; font-weight:normal;}
h3.itit:after{border-bottom: 2px solid #d3d3d3; content: '';display: block; margin-left:9px;height: 3px;}
h3.itit1{border-left:6px solid #207fe9;}
#cqjkybzq{margin-top:10px; width:1030px; overflow: hidden;}
#cqjkybzq>div{float: left; width:316px; margin-right:26px; overflow: hidden;}
#cqjkybzq ul{clear: both;}
#cqjkybzq .cq{}
#cqjkybzq .jk{}
#cqjkybzq .ybzq{}
/* 汽车 健康 延边·足球 */
	
/* 汽车幻灯片 */
.opws{}
.opwslist{position: relative;width:320px; height: 220px; overflow: hidden; }
.carslide{ height: 180px; width: 320px; margin: 0 0 8px 0px; position: relative; overflow: hidden; }
.carslide_control{ position: absolute; height: 13px; right: 145px; bottom: 35px; z-index: 100; }
.carslide_def{ background: url(img/pngh.png) no-repeat; background-size: 100% 100%; width: 10px; height: 10px; display: block; float: left; text-align: center; overflow: hidden; margin-right: 3px; cursor: pointer; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="img/pngh.png"); text-indent: -9999px; _background: url(img/pngh.gif) no-repeat; }
.carslide_selected{ background: url(img/pngs.png) no-repeat; background-size: 100% 100%; width: 10px; height: 10px; display: block; float: left; text-align: center; overflow: hidden; margin-right: 3px; cursor: pointer; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="img/pngs.png"); text-indent: -9999px; _background: url(img/pngs.gif) no-repeat; }
.carslide_info{ position: absolute; padding-left: 10px; width: 320px; bottom: 0px; left: 0px; height: 30px; line-height: 30px; font-size: 15px; font-weight: bold; color: #fff; z-index: 1; cursor: pointer; text-align: left}
.carslide_bg { position: absolute; bottom: 0; background-color: #000; height: 30px; filter: Alpha(Opacity=20); opacity: 0.2; cursor: pointer; width: 100%; }
.carslide img{ height: 180px; width: 320px; }
/* 汽车幻灯片 */

/*首页右侧导航*/
#RightNavigation { width: 88px; border: 1px solid #ececec; background: #f4f4f4; position:fixed; right: 5px;bottom:400px; /*top: 347px;*/ margin-left: 520px; z-index: 9990; _position:absolute; _top:expression(eval(document.documentElement.scrollTop+100));}
#RightNavigation .list { position: relative; z-index: 1; }
#RightNavigation .list li { height: 34px; cursor: pointer; margin:0; border-bottom: 1px solid #ececec; border-top: 1px solid #fff; position: relative; #vertical-align: top;}
#RightNavigation .list li.first { border-top: none; }
#RightNavigation .list li.last { border-bottom: none; }
#RightNavigation .list li a { display:block; height: 34px; line-height: 34px; font-size: 14px; margin: 0 auto; color: #305798; text-align: center; }
#RightNavigation .list .titItem { background: #f4f4f4; position: absolute; width: 88px; left: 0px; top: 0px; }
#RightNavigation .list li.on { border-bottom-color: transparent; }
#RightNavigation .list li.on a { background: #fff; }
#RightNavigation .floatItem { position: absolute; right: -1px; top: -1px; width: 88px; /*width: 260px;*/ height: 34px; text-align: left; border: 1px solid #ececec; background: #fff; z-index: -1; overflow: hidden; }
#RightNavigation .floatItem .wrap { display: inline-block!important; width: 170px; text-align: left!important; }
#RightNavigation .floatItem img { float: left; width: 52px; height: 34px; margin-right: 5px; }
#RightNavigation .floatItem .lazyload { display: none; }
#RightNavigation .floatItem a { display:block; line-height: 15px!important; text-align: left!important; padding-top: 2px; font-size: 12px; color: #666; overflow: hidden; }
#RightNavigation .list li a:hover { color:#0e649a; }
#RightNavigation .tools { position: absolute; right: 0px; bottom: -25px; }
#RightNavigation .tools li { float: left; width: 17px; height: 17px; cursor: pointer; }
#RightNavigation .tools li.twoCode { position: relative; margin: 0 9px; overflow: visible; }
#RightNavigation .tools li.twoCode div { position: absolute; bottom:-150px; left: -46px; width: 90px; height: 130px; background:#fff url(img/icon_all_1.png) no-repeat -40px -93px; }
#RightNavigation .tools li{ background: url(img/icon_all_1.png) no-repeat;}
#RightNavigation .tools .iconGoTop { background-position: -90px -25px; }
#RightNavigation .tools .iconTwoCode { background-position: -108px -25px; }
#RightNavigation .tools .iconClose { background-position: -125px -25px; }
@media screen and (max-height: 600px) {
#RightNavigation {  bottom:auto;top:200px;}
}
@media screen and (min-width:0px) and (max-width: 767px) {
#RightNavigation{  border:3px solid #f90;}
.domPC{ display:none;}
}
/*首页用*/


/* 视频 国内国际 网宣 */
#spgngjwx{margin-top: 20px;width:1030px; overflow: hidden;}
#spgngjwx>div{float: left; width:316px; margin-right:26px; overflow: hidden;}
#spgngjwx ul{clear: both;}

#spgngjwx .sp{}
#spgngjwx .sp ul.cn1{width: 100%}
#spgngjwx .sp ul.cn1>li{background: url(img/icon-video01.png) no-repeat 0px 12px; width:98%; height: 38px; line-height: 38px;text-indent: 30px;}
#spgngjwx .sp ul.cn1>li a{color:#2c2c2c;font-size:15px; padding-left:0px; letter-spacing:1px;}
#spgngjwx .gngj{}
#spgngjwx .wx{}

#spgngjwx .sp .sptop {position: relative;width:316px; margin-bottom:7px;}
#spgngjwx .sp .sptop div{width: 316px;}
#spgngjwx .sp .sptop div.pic{width:316px; height:183px; overflow:hidden;}
#spgngjwx .sp .sptop div.pic img{width:316px;height:183px;}
#spgngjwx .sp .sptop div.title{position: absolute; letter-spacing: 0.1px; bottom: 0; background-color:rgba(0,0,0,0.5); width:300px; text-align: center; line-height:20px;padding:5px 8px;}
#spgngjwx .sp .sptop div.title a{color:#f1f1f1;font-size:15px;}
/* 视频焦点图 */
.spjdt{ height:214px;  position:relative;  overflow:hidden;  zoom:1;   }
.spjdt .spbd{height:214px; position:relative;  }
.spjdt .spbd li{ position:relative; zoom:1; vertical-align:middle;}
.spjdt .spbd li .pic{ position:relative; z-index:0;  }
.spjdt .spbd li .pic img{ height:214px; vertical-align:bottom; }
.spjdt .spbd li .bg{ width:100%;  height:30px; position:absolute; left:0; bottom:0; z-index:1;  background:#000; filter:alpha(opacity=50);opacity:0.5;    }
.spjdt .spbd li .title{ width:310px; height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2; overflow: hidden; }
.spjdt .spbd li .title a{ color:#fff; padding-left:15px;  }

/* 视频 国内国际 网宣 */


/* 要闻 社会 县市新闻 */
#ywshxsxw{margin-top: 20px;width:1030px; overflow: hidden;}
#ywshxsxw>div{float: left; width:316px; margin-right:26px; overflow: hidden;}
#ywshxsxw ul{clear: both;}
#ywshxsxw .sh ul.img3 li{float: left; width:102px; height: 75px;}

#ywshxsxw .yw{}
#ywshxsxw .yw>.cn1>li{text-indent: 0px;padding-left:0px;width:316px;}
#ywshxsxw .yw>.cn1>li>a{font-size:16px;text-indent: 0px;}
#ywshxsxw .yw>.cn1>p{height:35px;overflow: hidden; line-height: 17px;padding:0px;width:316px;text-indent:2em;text-align: justify;}
#ywshxsxw .yw>.cn1>p>a{font-size:12px;color:#aaa; letter-spacing:0.2px;}
#ywshxsxw .sh{}
#ywshxsxw .xsxw{}
/* 要闻 社会 县市新闻 */

/* 行摄延边 */
#xsyb { margin-top: 20px; background: url(img/GT0533.png) 0 -30px no-repeat; width: 1000px; height: 362px; clear: both; font-size: 14px; display: block; text-align: left; }
#xsyb ul { list-style: none; padding: 0; margin: 0}
#xsyb img { border: none; text-decoration: none}
#xsyb ul a { text-decoration: none}
#xsyb ul a:link, a:visited { text-decoration: none}
#xsyb ul a:hover, a:active, a:focus { background: 0 0; text-decoration: none}
#xsyb .i_tp_a { float: left; width: 457px; padding: 20px 0 0 18px}
#xsyb .i_tp_b { float: right; width: 500px; padding: 15px 15px 0 0}
#xsyb .i_tp_a img { width: 100%; height: 290px; display: block; min-height: 00%}
#xsyb .i_tp_a .tores { width: 100%; height: 100%; position: relative; overflow: hidden}
#xsyb .i_tp_a .tores>a { display: block; width: 100%; height: 100%; overflow: hidden}
#xsyb .i_tp_a .overlay_text { display: block; width: 446px; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,.6); padding: 10px 6px 10px 8px; color: #f1f1f1; margin: 0}
#xsyb .i_tp_b ul { overflow: hidden; }
#xsyb .i_tp_b li { float: left; width: 240px; height: 140px; overflow: hidden; margin: 5px; position: relative}
#xsyb .i_tp_b li img { width: 240px; height: 140px}
#xsyb .i_tp_b .overlay_text { display: block; width: 229px; font-size: 14px; line-height: 16px; position: absolute; bottom: 0; padding: 6px; left: 0; background: rgba(0,0,0,.6); color: #f1f1f1; overflow: hidden}
#xsyb a:hover span { text-decoration: underline}
#xsyb .pxow { color: #207fe9; font-weight: bold; font-size: 16px; height: 35px; line-height: 35px; text-indent: 10px}
#xsyb .pxow span{ float: right; display: block; margin-right: 10px; color: #191919; font-size: 14px; }
/* 行摄延边 */

/* 文化图片 文化动态 专题 */
#wh_zt{margin-top: 20px;width:1050px; overflow: hidden;}
#wh_zt>div{float: left; width:343px;margin-right:35px; overflow: hidden;}

#wh_zt .whtp{} 
#wh_zt .whtp .item{margin-bottom:10px;position:relative;}
#wh_zt .whtp .item, #wh_zt .whtp .item div.img{width:343px;height:140px;overflow: hidden;}
#wh_zt .whtp .item div.txt{width:323px;padding: 5px 10px 3px 10px;position: absolute; background-color:rgba(0,0,0,0.4);bottom: 0;}
#wh_zt .whtp .item div.txt a{color:#fff;}
#wh_zt .whdt{}
#wh_zt .zt{width:244px;}
#wh_zt .zt ul.img3 li{float: left; width:244px; height: 42px;margin-bottom:6px;}
#wh_zt .zt ul.img3 li img{width:244px; height: 42px;}
/* 文化图片 文化动态 专题 */

/* 旅游资讯 精品推荐 数字报 */
#lyjptxszb{margin-top: 20px;width:1050px; overflow: hidden;}
#lyjptxszb>div{float: left; width:343px;margin-right:35px; overflow: hidden;}
#lyjptxszb ul{clear: both;}

#lyjptxszb .lyzx{}
#lyjptxszb .lyzx>.cn1>li{text-indent: 0px;padding-left:0px;width:343px;}
#lyjptxszb .lyzx>.cn1>li>a{font-size:16px;text-indent: 0px;}
#lyjptxszb .lyzx>.cn1>p{height:42px;overflow: hidden; line-height: 21px;padding:0px;width:343px;text-indent:2em;text-align: justify;}
#lyjptxszb .lyzx>.cn1>p>a{font-size:13px;color:#aaa; letter-spacing:0.2px;}
#lyjptxszb .jptj{}
#lyjptxszb .jptj .jptp{position: relative}
#lyjptxszb .jptj .jptp{width:343px;height:180px;overflow: hidden;}
#lyjptxszb .jptj .jptp img{width:343px;height:180px;}
#lyjptxszb .jptj .jptp span{display: block; position: absolute; padding:6px 8px 4px 8px; background-color: rgba(0,0,0,0.5);
      bottom: 0;width:327px;text-align: center;line-height:18px;}
#lyjptxszb .jptj .jptp span>a{color:#f1f1f1;letter-spacing: 0.2px;font-size:15px;}
#lyjptxszb .szb{width:244px;}
#lyjptxszb .szb ul li{float: left; width:244px; height: 320px;padding:0px 0;}
/* 旅游资讯 精品推荐 数字报 */

/* 精品推荐幻灯片 */
.opws{}
.opwslist{position: relative;width:320px; height: 220px; overflow: hidden; }
.jptjslide{ height: 180px; width: 320px; margin: 0 0 8px 0px; position: relative; overflow: hidden; }
.jptjslide_control{ position: absolute; height: 13px; right: 145px; bottom: 35px; z-index: 100; }
.jptjslide_def{ background: url(./resource/img/pngh.png) no-repeat; background-size: 100% 100%; width: 10px; height: 10px; display: block; float: left; text-align: center; overflow: hidden; margin-right: 3px; cursor: pointer; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="./resource/img/pngh.png"); text-indent: -9999px; _background: url(./resource/img/pngh.gif) no-repeat; }
.jptjslide_selected{ background: url(./resource/img/pngs.png) no-repeat; background-size: 100% 100%; width: 10px; height: 10px; display: block; float: left; text-align: center; overflow: hidden; margin-right: 3px; cursor: pointer; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="./resource/img/pngs.png"); text-indent: -9999px; _background: url(./resource/img/pngs.gif) no-repeat; }
.jptjslide_info{ position: absolute; padding-left: 10px; width: 320px; bottom: 0px; left: 0px; height: 30px; line-height: 30px; font-size: 15px; font-weight: bold; color: #fff; z-index: 1; cursor: pointer; text-align: left}
.jptjslide_bg { position: absolute; bottom: 0; background-color: #000; height: 30px; filter: Alpha(Opacity=20); opacity: 0.2; cursor: pointer; width: 100%; }
.jptjslide img{ height: 180px; width: 320px; }
/* 精品推荐幻灯片 */

/* 2019首页专题效果 */
#xhProduce {position: relative;overflow: hidden;}
#xhProduce .produce {position: relative;height: 296px;}
#xhProduce .item {position: absolute;}
#xhProduce .item a {display: block;font-size: 14px;text-align: center;color: #fff;}
#xhProduce .item a:hover {color: #fff !important;}
#xhProduce .item01 {width: 244px;height: 58px;top: 0px;left: 0px;background: #0068ab;}
#xhProduce .item01 a {line-height: 58px;}
#xhProduce .item02 {width: 157px;height: 58px;top: 59px;left: 0px;background: #38afb6;}
#xhProduce .item02 a {line-height: 58px;}
#xhProduce .item03 {width: 86px;height: 58px;top: 59px;left: 158px;background: #eabf2a;}
#xhProduce .item03 a {line-height: 58px;}
#xhProduce .item04 {width: 122px;height: 58px;top: 118px;left: 0px;background: #83b92e;}
#xhProduce .item04 a {line-height: 58px;}
#xhProduce .item05 {width: 121px;height: 58px;top: 118px;left: 123px;background: #191d41;}
#xhProduce .item05 a {line-height: 58px;}
#xhProduce .item06 {width: 86px;height: 58px;top: 177px;left: 0px;background: #56beef;}
#xhProduce .item06 a {line-height: 58px;}
#xhProduce .item07 {width: 157px;height: 58px;top: 177px;left: 87px;background: #e44c28;}
#xhProduce .item07 a {line-height: 58px;}
#xhProduce .item08 {width: 244px;height: 58px;top: 236px;left: 0px;background: #7a1e5f;}
#xhProduce .item08 a {line-height: 58px;}
#xhProduce .cover {display: none;position: absolute;z-index: 1;text-align: center;overflow: hidden;}
#xhProduce .item01 .cover {top: 58px;height: 117px;width: 244px;background: #0068ab;border-top: 1px solid #fff;}
#xhProduce .item02 .cover {top: 58px;height: 117px;background: #38afb6;border-top: 1px solid #fff;}
#xhProduce .item03 .cover {top: 58px;right: 0;height: 117px;background: #eabf2a;border-top: 1px solid #fff;}
#xhProduce .item04 .cover {top: 59px;left: 0px;height: 176px;width: 244px;background: #83b92e;}
#xhProduce .item05 .cover {top: 59px;right: 0px;height: 176px;width: 244px;background: #191d41;}
#xhProduce .item06 .cover {bottom: 59px;left: 0px;height: 176px;width: 244px;background: #56beef;}
#xhProduce .item07 .cover {bottom: 59px;right: 0px;height: 176px;width: 244px;background: #e44c28;}
#xhProduce .item08 .cover {bottom: 58px;width: 244px;background: #7a1e5f;border-bottom: 1px solid #fff;}
/* 2019首页专题效果 */


/* 汽车 健康 延边·足球2018.10.10改 */
h3.itit{height: 30px; line-height: 25px;text-indent: 10px; font-size: 18px; color;#191919; font-weight: bold; margin-bottom:10px;}
h3.itit a{display: display:block;float:right;font-size:15px; font-weight:normal;}
h3.itit:after{border-bottom: 2px solid #d3d3d3; content: '';display: block; margin-left:9px;height: 3px;}
h3.itit1{border-left:6px solid #207fe9;}
#cqjkybzq20181010{margin-top:10px; width:1050px; overflow: hidden;}
#cqjkybzq20181010>div{float: left; width:343px; margin-right:35px; overflow: hidden;}
#cqjkybzq20181010 ul{clear: both;}
#cqjkybzq20181010 .cq{}
#cqjkybzq20181010 .jk{}
#cqjkybzq20181010 .ybzq{width:244px;}
#cqjkybzq20181010 .ybzq .cn1{width:240px;}
/* 汽车 健康 延边·足球2018.10.10 */
/* 汽车幻灯片2018.10.10 */
.opws{}
.opwslist{position: relative;width:320px; height: 220px; overflow: hidden; }
.carslide{ height: 180px; width: 343px; margin: 0 0 8px 0px; position: relative; overflow: hidden; }
.carslide_control{ position: absolute; height: 13px; right: 145px; bottom: 35px; z-index: 100; }
.carslide_def{ background: url(img/pngh.png) no-repeat; background-size: 100% 100%; width: 10px; height: 10px; display: block; float: left; text-align: center; overflow: hidden; margin-right: 3px; cursor: pointer; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="img/pngh.png"); text-indent: -9999px; _background: url(img/pngh.gif) no-repeat; }
.carslide_selected{ background: url(img/pngs.png) no-repeat; background-size: 100% 100%; width: 10px; height: 10px; display: block; float: left; text-align: center; overflow: hidden; margin-right: 3px; cursor: pointer; filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="img/pngs.png"); text-indent: -9999px; _background: url(img/pngs.gif) no-repeat; }
.carslide_info{ position: absolute; padding-left: 10px; width: 320px; bottom: 0px; left: 0px; height: 30px; line-height: 30px; font-size: 15px; font-weight: bold; color: #fff; z-index: 1; cursor: pointer; text-align: left}
.carslide_bg { position: absolute; bottom: 0; background-color: #000; height: 30px; filter: Alpha(Opacity=20); opacity: 0.2; cursor: pointer; width: 100%; }
.carslide img{ height: 180px; width: 343px; }
/* 汽车幻灯片2018.10.10 */

/* 广告部 20190124 */
.adlist_20190124{display: block;width:1000px;overflow:hidden;margin:8px auto;}
.adlist_20190124>div{width:1200px;overflow:hidden;}
.adlist_20190124>div>div{float:left; margin-right:8px;}
/* 广告部 20190124 */

/* adlist_uiws*/
	.adlist_uiws{
		width: 1020px;overflow: hidden;
	} 
	.adlist_uiws .item{
		float:left;margin: 8px 8px 0px 0px; display: block;
	}
/* adlist_uiws*/

/*抖音视频*/
div#dysp{
	width: 1000px;
	height: 110px;
	overflow: hidden;
	margin-top:8px;
}
div#dysp>div{
	width: 1100px;
}
div#dysp>div>ul>li{
	float: left;
	width: 160px;
	margin-right:8px;
	overflow: hidden;
	position: relative;
}
div#dysp div.img{

}
div#dysp div.img>img{
	width: 160px;
	height: 110px;
}
div#dysp div.txt{
	display: block;
	width: 152px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	padding: 5px 4px 5px 4px;
	margin: 0;
	text-align: justify;
	height: 11px;
}
div#dysp a {
	font-size:12px;
	color:#ddd;
}
div#dysp a:hover{
	color:#f2a61f;
}
/*抖音视频*/

 
/* 旅游 */
div.lyzx2{
}
div.lyzx2 ul.ly_list div.ly_title {
	height: 22px;
	
	overflow: hidden;
}
div.lyzx2 ul.ly_list div.ly_title a{
	color:#2c2c2c;
	font-size:16px;
}
/* .ly_etc */
.ly_etc{
	margin:9px 0px;
	opacity:0.80;
	-moz-opacity:0.80;
}
.ly_etc span.source{
	display: inline-block;
	font: normal 12px/16px "STHeiti","SimSun";
    color: #159b46;
    padding: 1px 7px;
    border: 1px solid #b8e1c7;
    border-radius: 2px;
    text-decoration: none;
	letter-spacing: 1px;
	opacity:0.80;
	-moz-opacity:0.80;
	cursor: pointer;
}
.ly_etc span.source:hover{
	background: #b8e1c7
}
.ly_etc span.pubtime{
	color:#ccc;
	letter-spacing: 0.3px;
}
/* .ly_etc */
/* 旅游 */
/* 要闻 */
.yw  div.yw_title{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.yw  div.yw_title a{
	font-size:16px;
}
.yw div.yw_etc{
	margin:9px 0px;
	opacity:0.80;
	-moz-opacity:0.80;
	margin-bottom: 10px;
}
.yw div.yw_etc span.source{
	display: inline-block;
	font: normal 12px/16px "STHeiti","SimSun";
    color: #159b46;
    padding: 1px 7px;
    border: 1px solid #b8e1c7;
    border-radius: 2px;
    text-decoration: none;
	letter-spacing: 1px;
	opacity:0.80;
	-moz-opacity:0.80;
	cursor: pointer;
}
..yw div.yw_etc span.source:hover{
	background: #b8e1c7
}
.yw div.yw_etc span.pubtime{
	color:#ccc;
	letter-spacing: 0.3px;
}
/* 要闻 */
/* 社会 */
div.sh_top_img{
	width: 315px;
	height: 188px;
	position: relative;
}
div.sh_top_img div.sh_012{
	height: 188px;
	overflow: hidden;
	
}
div.sh_top_img div.sh_013{
	width: 315px;
	position: absolute;
bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	padding: 5px 4px 5px 4px;
	margin: 0;
	font-size:15px;
	text-align: center;
	color:#f1f1f1;
}
div.sh_top_img div.sh_013:hover{
	color:#ff4455;
}
/* 社会 */