﻿@charset "utf-8";
a{
bblr:expression(this.onFocus=this.blur());/*IE使用*/
outline-style:none;/*FF使用*/
} /*去除a标签带来的虚框*/ 
/*重置样式*/
body,div,p,ul,ol,dl,dt,dd,li,form,input,table,th,td,img,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
body{ position:relative;background:#fff;color: #000;font-size: 12px;font-style: normal;/* [disabled]font-weight:normal; */font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
em,b,i{font-style:normal;}
img{ border:none;}
a{ text-decoration:none; color:#000;}
a:hover{ text-decoration:underline; color:#1E63B0;}
a:hover, a:active{text-decoration:underline;}
a.on:hover, a.cur:hover, .on a:hover, .cur a:hover{ text-decoration:none;}
li{ list-style:none;}
table{border-spacing:0; border-collapse:collapse;}
.l{ float:left;}
.r{ float:right;}
body{ min-width: 1045px;}
a {outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
:focus { outline:0; }
body .l, body .left{ float:left; clear:none;}
body .r, body .right{ float:right; clear:none;}
/*结构*/
.column_wrapper{ width:1025px; margin:auto;clear:both;zoom:1;}
.column_wrapper_40{ width:1045px; clear: both;margin: 0 auto;text-align: left;}
input::-ms-clear, ::-ms-reveal { display: none; }
.vspace{ height:10px; line-height:0; font-size:0; overflow:hidden; clear:both;}
.clear{ height:0px; line-height:0; font-size:0; overflow:hidden; clear:both;}

.image img{
	-webkit-transition: transform 1.3s;
	-moz-transition: transform 1.3s;
	-o-transition: transform 1.3s;
	-ms-transition: transform 1.3s;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-perspective: 1000;
	-moz-backface-visibility: hidden;
	-o-perspective: 1000;
	-o-backface-visibility: hidden;
	-ms-perspective: 1000;
	-ms-backface-visibility: hidden;
}
.image:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 鍜? Chrome */
	-o-transition: all 1s; /* Opera */
	-ms-transition: all 1s; /* Opera */
}


.md{background:none; margin:0; padding:0; border:none;}
.md .md_hd{ overflow:visible; position:relative; background:none; margin:0; padding:0; border:none;border-bottom: 2px solid #e5e5e5; color:#333;font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;height: 43px;line-height: 43px;font-weight:bold;}
.md .md_hd .mh_title{background:none; margin:0; padding:0;color:#000000;font-size:21px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;display:block; float:left; border-bottom:2px solid #ee0012; z-index:9999;}
.md .md_hd .mh_title a{color:#000000;}
.md .md_hd .mh_title img{vertical-align:middle; float:left; margin-right:10px;}
.md .md_hd .mh_title:hover{color: #e42626;}
.md .md_hd .mh_title a:hover{ text-decoration:none; color: #e42626;}
.md .md_hd .mh_title02{ font-weight:normal;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:13px; line-height:20px; color:#000000; float:right; margin:11px 15px 0 0}
.md .md_hd .mh_title02 a{color:#000000;}
.md .md_hd .mh_title02 a:hover{color:#3db2e4;text-decoration:none}
.md .md_hd .mh_title03{float:left;font-family:"Microsoft yahei"; font-size:15px;line-height:43px; color:#000000; padding:0 0 0 30px; font-weight:normal;}
.md .md_hd .mh_title03 img{float:left;vertical-align:middle;}
.md .md_hd .mh_title03 a{color:#000000; text-decoration:none;}

.md .md_hd .mh_option{ font-weight:normal; padding-right:0px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:15px; color:#000000; float:right;margin-right:4px;}
.md .md_hd .mh_option a{color:#000000;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_more_20180702.gif) no-repeat right 50%;padding-right:27px;}
.md .md_hd .mh_option a:hover{ text-decoration:none; color: #3db2e4;}
.md .md_hd .mh_option2{text-align:left; float:right; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:13px; color:#ffffff;display:inline-block; margin-top:12px;width:95px; height:19px; line-height:19px;}
.md .md_hd .mh_option2 i{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_shuaxin-a_20180702.jpg) no-repeat left 50%;display:inline-block;height:19px;width:17px;vertical-align: top;}
.md .md_hd .mh_option2.hopt_active i{
	-webkit-animation:play 0.4s 1;
	-moz-animation:play 0.4s 1;
	-ms-animation:play 0.4s 1;
	-o-animation:play 0.4s 1;
	animation:play 0.4s 1;
}
@-webkit-keyframes play{
	0%  {
		-webkit-transform:rotate(0deg);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes play{
	0%  {
		-moz-transform:rotate(0deg);
	}
	100% {
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes play{
	0%  {
		-o-transform:rotate(0deg);
	}
	100% {
		-o-transform:rotate(360deg);
	}
}
@-ms-keyframes play{
	0%  {
		-ms-transform:rotate(0deg);
	}
	100% {
		-ms-transform:rotate(360deg);
	}
}
@keyframes play{
	0%  {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}
.md .md_hd .mh_option2 a{text-decoration:none; color:#ffffff; margin-left:6px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_shuaxin_20180702.jpg) no-repeat right 50%;display:inline-block;width:72px;text-align:center;}
.md .md_hd .mh_option2:hover a{color:#e42626;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_shuaxin_hover_20180702.png) no-repeat right 50%;}
.md .md_hd .mh_option3{ background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_jiemu_20180702.jpg) no-repeat left 50%; height:19px; line-height:19px; margin-top:12px;margin-left:30px; float:left; padding-left:20px; font-weight:normal; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:14px; color:#3db2e4;width: 60px;text-align:center;}
.md .md_hd .mh_option3 a{color:#3db2e4; text-decoration:none;}
.md .md_hd .mh_option3:hover{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_jiemu_hover_20180702.png) no-repeat left 50%;}
.md .md_hd .mh_option3:hover a{color:#fff;}
.md .md_bd{ background:none; margin:0; padding:0; border:none; padding:10px; overflow:visible}




/*搜索及LOGO*/
.retrieve{ position:relative; z-index:99; zoom:1; height:101px;}
.retrieve .logo{float:left;height:101px;width:291px; text-align:center;}
.retrieve .logo img{}
.retrieve .logo ul{float:left;padding:33px 0 0 12px;}
.retrieve .logo ul li{font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;line-height:26px;height:26px;}
.retrieve .logo ul li a{color:#004466;font-size:12px;}
.retrieve .logo ul li a i{margin:0 2px;}
.retrieve .search{ width:730px; float:right;position:relative; height:38px; margin-top:38px; margin-bottom:25px;}
.retrieve .search .inputBox{ width:361px; height:38px;float:left;}
.retrieve .search .inputBox .inputVal{ position:relative; display:inline-block; *display:inline; zoom:1; vertical-align:middle; _vertical-align:top; width:100%; height:36px; border:#e6e6e6 1px solid; float:left;}
.retrieve .search .inputBox .inputVal span{ display:inline-block; vertical-align:middle;}
.retrieve .search .inputBox .inputVal .val1{ width:79px; height:36px; font:14px/36px PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif; color:#999; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cctv18043_search_01_20180702.jpg) no-repeat right center #f3f3f3; text-align:center; cursor:pointer; position:relative;}
.retrieve .search .inputBox .inputVal .val1 .i{ display:inline-block; vertical-align:middle; width:8px; height:4px; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cctv18043_search_03_20180702.png) no-repeat; vertical-align:middle; margin:18px 16px 0 0;_margin:11px 0 0 10px;}
.retrieve .search .inputBox .inputVal .val1 p{ padding-left:14px; float:left; line-height:36px; text-align:center; font-weight:normal;}
.retrieve .search .inputBox .inputVal .val1 .selectMenu{ display:block; position:absolute;width:77px; left:-1px; top:36px; background:#fff; border:#dfdfdf 1px solid; border-right:none; overflow:hidden; border-top:none;}
.retrieve .search .inputBox .inputVal .val1 .selectMenu{ display:none;}
.retrieve .search .inputBox .inputVal .val1 .selectMenu a{border-top:solid 1px #dfdfdf; display:block;font:15px/30px PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif; color:#999; text-align:center; z-index:9999999; border-right:1px solid #dfdfdf;}
.retrieve .search .inputBox .inputVal .val1 .selectMenu a:hover{ display:block; overflow:hidden; height:30px; color:#3db2e4; text-decoration:none;}
.retrieve .search .inputBox .inputVal .val2{ width:275px; height:36px; position:relative;}
.retrieve .search .inputBox .inputVal .val2 input{ display:inline-block; width:185px; height:36px;border:none; background:none;font-size:14px;line-height:36px;/*font:14px/36px Arial;*/font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif; color:#9a9a9a; outline:none; vertical-align: top;}
.retrieve .search .inputBox .inputVal .val2 input::-webkit-input-placeholder{color:#9a9a9a;}
.retrieve .search .inputBox .inputVal .val2 input::-moz-placeholder{color:#9a9a9a;}   	/* Mozilla Firefox 19+ */
.retrieve .search .inputBox .inputVal .val2 input:-moz-placeholder{color:#9a9a9a;}    	/* Mozilla Firefox 4 to 18 */
.retrieve .search .inputBox .inputVal .val2 input:-ms-input-placeholder{color:#9a9a9a;} /* Internet Explorer 10-11 */ 
.retrieve .search .inputBox .inputVal .val2 .cur{ color:#9a9a9a;}
.retrieve .search .inputBox .inputVal .val2 .cur::-webkit-input-placeholder{color:#d8d8d8;}
.retrieve .search .inputBox .inputVal .val2 .cur::-moz-placeholder{color:#d8d8d8;}   	/* Mozilla Firefox 19+ */
.retrieve .search .inputBox .inputVal .val2 .cur:-moz-placeholder{color:#d8d8d8;}    	/* Mozilla Firefox 4 to 18 */
.retrieve .search .inputBox .inputVal .val2 .cur:-ms-input-placeholder{color:#d8d8d8;} /* Internet Explorer 10-11 */ 
.retrieve .search .inputBox .inputVal .val2 .heatSearch{position:absolute;right:5px;top:0;text-decoration: none;font-size: 14px; line-height: 36px; color: #b5e4f9;padding-left:25px; width: 44px;display: inline-block;background: url(//p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1598253096437894/hotSearch.png) no-repeat left center;height: 36px;vertical-align: top; }
.retrieve .search .inputBox .inputVal .val2 .heatSearch:hover{background-image:url(//p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1598253096437894/hotSearch_cur.png); color:#3cb5e5;}
.retrieve .search .inputBox .inputVal .val2 .sContent{ display:none;position:absolute;width:274px; /*left:-12px;*/left:0; top:36px; background:#fff; border:#dfdfdf 1px solid; overflow:hidden;}
.retrieve .search .inputBox .inputVal .val2 .sContent a{ display:block;/*font:14px/30px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;*/ color:#999; text-align:left; /*padding:0 0 0 10px;*/}
.retrieve .search .inputBox .inputVal .val2 .sContent a:hover{color:#3db2e4; text-decoration:none;}
.retrieve .search .inputBox .inputVal .val2 .sContent .association{ display:none;margin:0 10px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .association a{cursor: pointer; display:block;/*height:30.5px;*/ font:15px/30px PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif; color:#5d5d5d; text-align:left;}
.retrieve .search .inputBox .inputVal .val2 .sContent .association a:hover{color:#3db2e4; text-decoration:none;}
.retrieve .search .inputBox .inputVal .val2 .sContent .association a i{color:#3db2e4; text-decoration:none;}
.retrieve .search .inputBox .inputVal .val2 .sContent .recommend{ display:none;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history{overflow: hidden; padding-bottom:2px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history .top{margin:0 10px;font-size: 15px;line-height: 27px;height: 27px; margin-top:3px; overflow: hidden;color: #8a8a8a;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history .top .l{ line-height: 27px; font-size: 15px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history .top .r{ cursor: pointer; color: #5d5d5d;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history .top .r i{background: url(//p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1598253096437894/history.png) no-repeat left center;padding-left:20px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history .top .r:hover{color:#3eb3e2;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history .top .r:hover i{background-image:url(//p4.img.cctvpic.com/photoAlbum/templet/common/DEPA1598253096437894/history_cur.png) ;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history ul{ overflow: hidden;margin:0 7px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history ul li{overflow: hidden; height:24px;width:40%;font-size: 15px; line-height:24px; padding:0 10px; float:left; margin:3px; background-color:#f7f7f7;border-radius: 5px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history ul li a{ color:#5d5d5d; width: 100%; display: inline-block; text-decoration:none;height: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history ul li:hover{ background-color:#ededed;}
.retrieve .search .inputBox .inputVal .val2 .sContent .history ul li:hover a{color:#3eb3e2;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch{margin:6px 10px; overflow: hidden; /*margin-top: 6px;*/}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch .text{ font-size: 15px; color:#8a8a8a; line-height: 21px; height: 21px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a{ display:block;font:15px/30px PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif; color:#5d5d5d; text-align:left;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a i{ width: 18px; height: 18px; border-radius:2px; display:inline-block; background-color:#888888;margin:6px 0; margin-right:8px; line-height: 18px;text-align: center; color: #fff;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a:nth-child(2) i{ background-color:#be0814;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a:nth-child(3) i{ background-color:#ff8646;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a:nth-child(4) i{ background-color:#feac37;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a:hover{color:#3db2e4; text-decoration:none;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a span.live{vertical-align: top; border:1px solid #a3e4fd; font-size: 12px; color: #a4e3fe; display: inline-block;height:16px; line-height: 16px; width: 58px;border-radius: 8px; text-align: center;margin: 6px 0; margin-left: 12px;}
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a span.live em{width: 7px; height: 7px; border-radius: 3.5px; display: inline-block; vertical-align:top; background-color: #a4e3fe; margin:4.5px 0;margin-right: 5px; }
.retrieve .search .inputBox .inputVal .val2 .sContent .hotSearch a span.liveHot{vertical-align: top; border:1px solid #ffd383; font-size: 12px; color:#ffd383; display: inline-block;height:16px; line-height: 16px; width: 48px;border-radius: 8px; text-align: center;margin: 6px 0; margin-left: 12px;}

.retrieve .search .inputBox .buttonVal{ top:-1px; right:-19px; width:38px; height:38px; *height:38px; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cctv18043_search_02_20180702.png) no-repeat; position:absolute; }
.retrieve .search .inputBox .buttonVal input{ display:inline-block; width:36px;*width:30px; height:38px; background:none; border:none;font:16px/30px PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif; color:#fff; vertical-align:middle;cursor:pointer;outline: none;}

.retrieve .search .optionBox{float:right;height:38px;color:#464c58;font-size:13px; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; line-height:38px;}
.retrieve .search .optionBox .boxRight:hover{color:#3db2e4;}

/*.retrieve .search .optionBox .tn-title{float:left;position:relative;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cctv18043_search_user01_20180702.png) no-repeat center left;padding-left:28px; cursor:pointer;}
.retrieve .search .optionBox .tn-title:hover .tn-topmenulist{ display:block;}*/
.retrieve .search .optionBox .tn-title{float:left;position:relative;cursor:pointer;}
.retrieve .search .optionBox .tn-title #SI_Top_Login_title{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cctv18043_search_user01_20180702.png) no-repeat center left;padding-left:28px;}
.retrieve .search .optionBox .tn-title .tn-tab{color:#464c58; line-height:38px;text-decoration:none;cursor:pointer;}
.retrieve .search .optionBox .tn-title:hover .tn-tab,.retrieve .search .optionBox .tn-title p.cur .tn-tab{color:#3db2e4;}

.retrieve .search .optionBox .customer{color:#464c58;padding-left:28px; margin:0 10px; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cctv18043_search_user02_20180702.png) no-repeat center left;}
.retrieve .search .optionBox .return{color:#464c58;padding-left:28px; margin:0 10px; margin-right:9px;padding:0;}
.retrieve .search .optionBox .customer:hover,.retrieve .search .optionBox .return:hover{color:#3db2e4;text-decoration:none;}
.retrieve .search .optionBox .tn-title #welcome{ color:#464c58;}
.retrieve .search .optionBox .tn-title #welcome:hover{ text-decoration:none; color:#464c58;}


/*登录框*/
.tn-topmenulist{ position:absolute; top:30px;right:-100px; line-height:20px; border:1px solid #dfdfdf; display:none;}
.outlogin_layerbox_bylx{background:#fff;box-shadow:4px 4px 4px 0 rgba(0, 0, 0, 0.2);color: #434242;width:260px;height:252px; overflow:hidden; }
.outlogin_layerbox_bylx .box{ clear:both;zoom:1; padding-top:26px; padding-left:30px; width:230px; text-align:left;height:226px; }
.outlogin_layerbox_bylx .box table tr td{ text-align:left!important; font-family:"SimSun"; font-size:12px; vertical-align:middle !important;}
.outlogin_layerbox_bylx .box .titletips{ line-height:20px; padding:8px 0 30px 0; zoom:1;}
.outlogin_layerbox_bylx .box .cur_move{ position:absolute;right:3px; top:1px;}
.outlogin_layerbox_bylx .box .cur_move .layerbox_close{ font-family:"SimSun"; padding:0; text-decoration:none;}
.outlogin_layerbox_bylx .box .loginformlist .styles{ border:1px solid #D0D0D0; padding:6px 0 7px 4px !important; height:14px; color:#757575; width:198px;}
.outlogin_layerbox_bylx .box .loginformlist .dl{ font-family:"SimSun"; background:#3db2e4; color:#fff; padding:7px 18px; display:inline-block; color:#fff; font-size:14px;}
.outlogin_layerbox_bylx .box .loginformlist .dl:hover{ background:#dadada; color:#333; text-decoration:none}
.outlogin_layerbox_bylx .box .log_option{ border-bottom:solid 1px #dfdfdf; clear:both; margin-top:11px; padding-bottom:11px; width:204px; zoom:1; *margin-top:9px; *padding-bottom:9px;}
.outlogin_layerbox_bylx .box .log_option a{ font-size:12px; margin-right:12px; display:inline-block; color:#3db2e4; line-height:18px;font-family:"SimSun"; text-decoration:none;}
.outlogin_layerbox_bylx .box .log_cooper{color:#757575;line-height:18px;margin-top:11px;}
.outlogin_layerbox_bylx .box .log_cooper i{ font-size:12px; font-family:"SimSun";display:inline-block;float:left;}
.outlogin_layerbox_bylx .box .log_cooper a{color:#626262;display:inline-block;padding:0 5px;}
.outlogin_layerbox_bylx .box .log_cooper img{display:inline-block;float:left; margin:0; margin-top:8px;}

/**导航**/
.gwA18043_ind01{ width:100%; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/gwA18043_nav_bg_20180702.jpg) repeat-x; height:45px; line-height:45px; position:relative; z-index:98}
.gwA18043_ind01 .kj{ width:1025px; margin:0 auto;}
.gwA18043_ind01 .nav{height:45px;}
.gwA18043_ind01 .nav li{float:left;margin:0 6px;height:45px;}
.gwA18043_ind01 .nav li span{display:inline-block; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:19px; padding:0 18px;color:#fff; line-height:45px;}
.gwA18043_ind01 .nav li span a{color:#fff;text-decoration:none;}
.gwA18043_ind01 .nav li:hover span{ background:#e42626; color:#fff;height:42px;border-bottom:3px solid #ae0000;}
.gwA18043_ind01 .nav li.cur span{font-weight:bold;background:#e42626;color:#fff;height:42px;border-bottom:3px solid #ae0000;}
.gwA18043_ind01 .nav li span i{ display:inline-block; width:17px; height:45px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/gwA18043_nav_text_20180702.png) no-repeat right center;vertical-align: middle;}
.gwA18043_ind01 .nav li:hover span i{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/gwA18043_nav_text_hover_20180702.png);}
.gwA18043_ind01 .nav li.cur span i{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/gwA18043_nav_text_hover_20180702.png);}

.gwA18043_ind01 .pddq_tp1{background:#fff; width:100%;display:none; position:absolute; left:0; top:45px; height:0px; overflow:hidden;}
.gwA18043_ind01 .pddq_tp1 .kjc{position:relative; width:1008px;margin:0 auto; padding:10px 0;}
.gwA18043_ind01 .pddq_tp1 .kjc a{ margin:10px 7px;display:inline-block; width:70px; height:28px; padding:0}

.gwA18043_ind01 .lmdq_tp1{display:none; position:absolute; right:0; top:45px;background:#fff; width:100%; height:0px; overflow:hidden;}
.gwA18043_ind01 .lmdq_tp1 .kjc{ width:100%; height:47px; background-color:#f2f2f2;}
.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq{ width:1025px; margin:0 auto;line-height:47px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:19px; color:#3db2e4; text-align:left;}
.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a{color:#3db2e4; padding:0 10px; display:inline-block;height:47px; text-decoration:none;}
.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a.cur{background-color:#FFF; font-weight:bold;}
.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a.cur a{color:#3db2e4;}
.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a:hover{background-color:#FFF;}
.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a:hover{ color:#3db2e4}

.gwA18043_ind01 .lmdq_tp1 .kjc_con{ width:1025px; margin:0 auto; height:146px;}
.gwA18043_ind01 .lmdq_tp1 .kjc_con .up_top{height:146px; display:none;}

.up_top_lb {height:128px;padding:9px 5px; overflow:hidden;}
.up_top_lb .dl a{ padding:0;line-height:31px; width:169px; text-align:left; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:15px; color:#000000; display:inline-block; text-decoration:none;}
.up_top_lb .dl a:hover{ color:#3db2e4;}
.up_top_lb .dl a.end{ color:#3db2e4;}



/*综编区*/
.cctvjiemuguanwang_ind02{}
.cctvjiemuguanwang_ind02 .left{width:498px;float: left;}
.cctvjiemuguanwang_ind02 .left dl{font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.cctvjiemuguanwang_ind02 .left dl dt{font-size: 19px; font-weight:bold;color:#000000;margin-bottom:14px;}
.cctvjiemuguanwang_ind02 .left dl dt a{color:#000000; text-decoration:none;}
.cctvjiemuguanwang_ind02 .left dl dd{font-size: 17px;height:34px;line-height: 34px;overflow: hidden;vertical-align: middle;color:#000000;}
.cctvjiemuguanwang_ind02 .left dl dd i{width:36px;padding-left:6px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/icon01_20180702.png) no-repeat;;display: inline-block;color:#fff;font-size: 13px;height:18px;line-height: 18px;margin-right:12px;}
.cctvjiemuguanwang_ind02 .left dl dd i.icon02{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/icon02_20180702.png) no-repeat;;}
.cctvjiemuguanwang_ind02 .left dl dd i.icon03{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/icon03_20180702.png) no-repeat;}
.cctvjiemuguanwang_ind02 .left dl dd a{color:#000000;}
.cctvjiemuguanwang_ind02 .left dl dt a:hover {color:#3db2e4;}
.cctvjiemuguanwang_ind02 .left dl dd a:hover {color:#3db2e4;text-decoration: none;}
.cctvjiemuguanwang_ind02 .right{float: right;height:195px;overflow: hidden;width:498px;}
.cctvjiemuguanwang_ind02 .right ul{clear: both;zoom:1;float: left;height:187px;overflow: hidden;margin-left:-28px;}
.cctvjiemuguanwang_ind02 .right ul li{height:187px;overflow: hidden;width:235px;float: left;margin-left:28px;display: block;}
.cctvjiemuguanwang_ind02 .right ul li.first{/*margin-left:0;*/}
.cctvjiemuguanwang_ind02 .right ul li .image{overflow: hidden;width:235px;height:132px;position: relative;}
.cctvjiemuguanwang_ind02 .right ul li .image a{display: block;}
.cctvjiemuguanwang_ind02 .right ul li .image a.video{width:25px;height:25px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/play_btn01_20180702.png) no-repeat;position: absolute;left:5px;bottom:5px;}
.cctvjiemuguanwang_ind02 .right ul li .image a.video.none{ display:none;}
.cctvjiemuguanwang_ind02 .right ul li .txt{padding-top:5px;font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;font-size: 15px;line-height: 22px;}
.cctvjiemuguanwang_ind02 .right ul li .txt a{color:#000;}
.cctvjiemuguanwang_ind02 .right ul li .txt a:hover{color:#3db2e4;text-decoration: none;}
.cctvjiemuguanwang_ind02 .right ul li.xp_hide{display: none;}


/*腰封*/

#liuyiyaofeng14826{ margin:0 -10px; zoom:1;}
#liuyiyaofeng14826 .mtab_width{background:#fff;position: relative;border-bottom:3px solid #3db2e4; margin: 0 10px;}
#liuyiyaofeng14826 .mtad_hd{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/18043_yaofeng.jpg) no-repeat;height:42px;padding-top:0px;border:none; font:16px/42px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; color:#3db2e4;position:relative;overflow: hidden;border-bottom:1px solid #003370;}
#liuyiyaofeng14826 .mtad_hd .title_left{ float:left;height: 42px;}
#liuyiyaofeng14826 .mtad_hd .title_left img{margin-top:5px;margin-left: 20px;float: left;}
#liuyiyaofeng14826 .mtad_hd .title_left i{color: #fff;font-size: 24px;font-weight: bold;line-height: 42px;margin-left: 26px;float: left;}
#liuyiyaofeng14826 .mtad_hd .title_left{ line-height:50px;}
#liuyiyaofeng14826 .mtad_hd .title_left a{font: 16px/56px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;color: #fff;float:left;margin-left: 5px;}
#liuyiyaofeng14826 .mtad_hd .title_right{ float:right;*margin-top:-43px; min-width:500px;}
#liuyiyaofeng14826 .mtad_hd .title_right a{ padding-right:24px; float:right;}
#liuyiyaofeng14826 .mtad_hd .click_right{height:42px; float:right;line-height:42px;z-index: 9999;font-size: 16px; margin-right:10px;*margin-top: -43px;}
#liuyiyaofeng14826 .mtad_hd a{color:#3db2e4; text-decoration:none;}
#liuyiyaofeng14826 .mtad_hd .click_right .left_button{width:10px;height:42px;display: inline-block;vertical-align: middle;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/yaofeng_left.png) no-repeat center center;}
#liuyiyaofeng14826 .mtad_hd .click_right .left_button:hover{ background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/yaofeng_left.png);}
#liuyiyaofeng14826 .mtad_hd .click_right .right_button:hover{background-image: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/yaofeng_right.png);}
#liuyiyaofeng14826 .mtad_hd .click_right .right_button{width:10px;height:42px;display: inline-block;vertical-align: middle;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/yaofeng_right.png) no-repeat center center;}
#liuyiyaofeng14826 .mtad_hd .click_right .num{margin: 0 7px;font-size: 16px;margin-right: 0;}
#liuyiyaofeng14826 .mtad_hd .click_right .number{margin: 0 7px;font-size: 16px;margin-left: 0;}

#liuyiyaofeng14826 .mtad_hd .title{ font:14px/14px "SimSun"; color:#1e63b0; background-color:#FFF; position:absolute; right:106px; bottom:0; padding:0 10px; height:14px; border-left:1px solid #1e63b0;border-right:1px solid #1e63b0;}
#liuyiyaofeng14826 .mtad_hd .title a{color:#1e63b0;}

#liuyiyaofeng14826 .scrollBox{position: relative;padding-top:13px;border-left:1px solid #e6e6e6 ;border-right:1px solid #E6E6E6 ;}
#liuyiyaofeng14826 .scrollBox .left_bottom{display:none;width: 10px;height: 12px;position: absolute;bottom:-3px;left: -10px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/yaofeng_left_bottom.png) no-repeat;}
#liuyiyaofeng14826 .scrollBox .right_bottom{display:none;width: 10px;height: 12px;position:absolute;bottom:-3px;right: -10px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/yaofeng_right_bottom.png) no-repeat;}
#liuyiyaofeng14826 .scrollBox .left_btn{background:url("//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/compose03.png") no-repeat scroll 0 -64px;cursor: pointer !important; height: 30px;left:0px;position: absolute;top:78.5px;width: 30px;z-index: 9999;}
#liuyiyaofeng14826 .scrollBox .right_btn{background: url("//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/compose03.png") no-repeat scroll right -124px;cursor: pointer !important;height: 30px;position: absolute;right:0px;top:78.5px;width:30px;z-index: 9999;}

#liuyiyaofeng14826 .scrollBox .right_btn:hover{background: url("//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/compose03.png") no-repeat scroll right -154px;}
#liuyiyaofeng14826 .scrollBox .left_btn:hover{background: url("//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/compose03.png") no-repeat scroll  0 -94px;}
#liuyiyaofeng14826 .scrollBox .btn_leftl{ background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/wuyi_left.png) no-repeat 7px 8px;top: -42px; right:49px;}
#liuyiyaofeng14826 .scrollBox .btn_rightl{ background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/wuyi_right.png) no-repeat 10px 8px;top: -42px;right:0px;}
#liuyiyaofeng14826 .scrollBox .btn_leftl:hover{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/wuyi_left_hover.png);}
#liuyiyaofeng14826 .scrollBox .btn_rightl:hover{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/wuyi_right_hover.png);}
#liuyiyaofeng14826 .scrollBox .pageCount{ color:#fff;top: -38px; right:16px;}
#liuyiyaofeng14826 .scrollBox .pageCount .page{ color:#fff;}
#liuyiyaofeng14826 .scrollBox .pageCount .count{ color:#fff;}

#liuyiyaofeng14826 .scrollMid{height:165px; padding-bottom:10px;width:1009px;overflow:hidden;position: relative;margin: 0 auto;}
#liuyiyaofeng14826 .scrollMid ul.mlist01{ height:166px;width: 9999px;position: relative;left: 0;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 .image{width:196px;height:110px;overflow: hidden;position: relative;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 .image .video{display: block;position: absolute;left: 5px;bottom: 5px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/play_btn01.png) no-repeat;width: 25px;height: 25px;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 .image:hover .video{background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/play_btn01.png) no-repeat;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 .image .video.none{ display:none;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li{height:166px;float: left;width: 196px;margin-right:7px;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li .text{font: 15px/24px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;height:48px;padding:9px 0px 0px 0px;position: relative;color: #000000;background: #ffffff;overflow: hidden;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li .text a{color:#000; text-decoration:none;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li:hover .text{/*background: #1e63b0;*//*height: 44px;*/}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li .text a:hover{color: #3db2e4;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li .text em{ font-weight:bold;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li .text .gd{ font:12px/18px "SimSun"; position:absolute;right:7px; bottom:7px; color:#8d3800;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li.cur .text{background:#0094e4;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li.cur .text a{color:#ffffff;}
#liuyiyaofeng14826 .scrollMid ul.mlist01 li.cur .text a.gd{color:#ffffff;}

/*腰封*/



/*正在播出start*/
.cctvjiemuguanwang_ind03{padding-top:20px;position: relative; padding-bottom:31px; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/ind03_bg_bottom1290_180710.png) no-repeat bottom center; }
.cctvjiemuguanwang_ind03 .con{position: relative;overflow:hidden;width:963px;margin:0 auto;}
.cctvjiemuguanwang_ind03 .con ul{width:99999px;}
.cctvjiemuguanwang_ind03 .con ul li{width:210px;height:134px;overflow: hidden;float: left;padding:0 15px;border-right:1px solid #eaeaea;padding-top:4px;}
.cctvjiemuguanwang_ind03 .con ul li.end{border-right:0;}
.cctvjiemuguanwang_ind03 .con ul li .icon a{display: block;color: #000;}
.cctvjiemuguanwang_ind03 .con ul li .icon img{vertical-align: top;}
.cctvjiemuguanwang_ind03 .con ul li .icon i{display:inline-block; text-decoration:none;font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;font-size: 17px;font-weight: bold;margin-left:10px;line-height: 43px;}
.cctvjiemuguanwang_ind03 .con ul li:hover .icon i{color: #000;}
.cctvjiemuguanwang_ind03 .con ul li .time{font-family: "Arial";font-size: 14px;color:#000;}
.cctvjiemuguanwang_ind03 .con ul li .time a{color:#000; text-decoration:none;}
.cctvjiemuguanwang_ind03 .con ul li .txt{height:48px;overflow: hidden;}
.cctvjiemuguanwang_ind03 .con ul li .text{border-bottom:2px solid #fff;}
.cctvjiemuguanwang_ind03 .con ul li table{margin-top:6px;}
.cctvjiemuguanwang_ind03 .con ul li table tr{height:48px;overflow: hidden;}
.cctvjiemuguanwang_ind03 .con ul li table tr td{font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;font-size: 15px;height:34px;margin-top:10px;padding-bottom:14px;height:48px;overflow: hidden}
.cctvjiemuguanwang_ind03 .con ul li table tr td a{color:#000; text-decoration:none;}
.cctvjiemuguanwang_ind03 .con ul li:hover .text{border-bottom:2px solid #3db2e4;}
.cctvjiemuguanwang_ind03 .con ul li:hover table tr td a{color:#3db2e4;}

.cctvjiemuguanwang_ind03 .left_btn i,.cctvjiemuguanwang_ind03 .right_btn i{ display:inline-block;width:16px;height:27px; margin:55.5px 7.5px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/ind03_btn_20180702.png) no-repeat;}
.cctvjiemuguanwang_ind03 .left_btn{width:31px;height:138px; background-color:#FFF;position: absolute;left:1px;top:20px;z-index: 9;}
.cctvjiemuguanwang_ind03 .left_btn i{ background-position:0 0;}
.cctvjiemuguanwang_ind03 .right_btn{width:31px;height:138px; background-color:#FFF;position: absolute;right:1px;top:20px;z-index: 9;}
.cctvjiemuguanwang_ind03 .right_btn i{ background-position:-16px 0;}
.cctvjiemuguanwang_ind03 .left_btn:hover,.cctvjiemuguanwang_ind03 .right_btn:hover{ background-color:#3db2e4;}
.cctvjiemuguanwang_ind03 .left_btn:hover i,.cctvjiemuguanwang_ind03 .left_btn.cur i{ background-position:0 -27px;}
.cctvjiemuguanwang_ind03 .right_btn:hover i,.cctvjiemuguanwang_ind03 .right_btn.cur i{ background-position:-16px -27px;}
.cctvjiemuguanwang_ind03 .left_btn.cur,.cctvjiemuguanwang_ind03 .right_btn.cur{ background-color:#f3f3f3;}
.cctvjiemuguanwang_ind03 .left_btn.cur,.cctvjiemuguanwang_ind03 .right_btn.cur,.cctvjiemuguanwang_ind03 .left_btn.cur:hover,.cctvjiemuguanwang_ind03 .right_btn.cur:hover{ background-color:#e5e5e4;}


/*正在播出end*/

.col_w761{width:761px;float:left;overflow:hidden;}
.col_w235{width:235px;float:right;}

.taiwang18043_con02{zoom:1;clear:both;}
.taiwang18043_con02 a{text-decoration:none;}
.taiwang18043_con02 .timeAxis{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-line_20180702.jpg) repeat-x 50% 73px;height:92px;overflow:hidden;display:none;}
.taiwang18043_con02 .timeAxis .box{width:235px;float:left;margin-right:28px;padding-top:19px;}
.taiwang18043_con02 .timeAxis .box h2{height:22px;line-height:22px;text-align:center;font-size:19px;color:#3db2e4;font-weight:bold;}
.taiwang18043_con02 .timeAxis .box h2 a{color:#3db2e4;}
.taiwang18043_con02 .timeAxis .box p{color:#767676;font-family:"Arial";font-size:12px;text-align:center;line-height:17px;height:17px;padding-bottom:34px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-cur_20180702.jpg) no-repeat 50% 25px;}
.taiwang18043_con02 .timeAxis .last{margin-right:0;}
.taiwang18043_con02 .timeAxis .left{margin-left:28px;margin-right:0;}
.taiwang18043_con02 .content{padding-top:20px;*overflow:hidden;}
.taiwang18043_con02 .content ul{height:445px;margin-left:-17px;margin-right:-17px;overflow:hidden;padding-left:17px;position:relative;}
.taiwang18043_con02 .content ul li{float:left;margin-right:28px;position:relative;}
.taiwang18043_con02 .content ul li .name{display:block;height:40px;padding-top:3px;text-align:center;color:#ffffff;font-size:15px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;line-height:30px;*width:235px;}
.taiwang18043_con02 .content ul li .name span{position:relative;display:inline-block;height:30px;margin: 0 auto;padding-left:20px;background:#ff7e00 url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-span_20180702.jpg) no-repeat left;}
.taiwang18043_con02 .content ul li .name span i{display:block;height:100%;padding-right:20px;background:#ff7e00 url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-i_20180702.jpg) no-repeat right;}
.taiwang18043_con02 .content ul li .name span em{display:block;position:absolute;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-sjiao_20180702.jpg) no-repeat;width:12px;height:6px;bottom:-6px;right:8px;}
.taiwang18043_con02 .content ul li .conBox{position:relative;height:400px;}
.taiwang18043_con02 .content ul li .img{height:336px;width:235px;}
.taiwang18043_con02 .content ul li .text{padding:7px 0; width: 235px;}
.taiwang18043_con02 .content ul li .text .title{height:25px;line-height:25px;color:#333333;font-size:15px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con02 .content ul li .text .title a{color:#333333;}
.taiwang18043_con02 .content ul li .text .biref{height:24px;line-height:24px;color:#999999;font-size:13px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con02 .content ul li .text .biref a{color:#999999;}
.taiwang18043_con02 .content ul li .cover{display:none;padding:10px 9px;width:249px;position:absolute;z-index:20;top:-10px;height:437px;left:-17px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-bg_20180702.png) no-repeat top center; overflow:hidden;}
.taiwang18043_con02 .content ul li .cover .image a{display:block;}
.taiwang18043_con02 .content ul li.cur .cover{display: block;}
.taiwang18043_con02 .content ul li .cover .image{width:249px;/*height:449px;*/ height:295px;overflow:hidden;}
.taiwang18043_con02 .content ul li .cover .txt{border-top:1px solid #ededec;border-bottom: 1px solid #ededec;position:absolute;bottom:9px;height:141px;background:#ffffff;left:9px;right:9px;  }
.taiwang18043_con02 .content ul li .cover .tit{padding:7px 0 6px 0;}
.taiwang18043_con02 .content ul li .cover .tit .jiemu{height:25px;line-height:25px;padding-left:23px;font-size:15px;color:#333333;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con02 .content ul li .cover .tit .jiemu a{color:#333333;text-decoration:none;}
.taiwang18043_con02 .content ul li .cover .tit .jiemu a:hover{color:#3db2e4;}
.taiwang18043_con02 .content ul li .cover .tit .zhuchi{height:24px;line-height:24px;padding-left:23px;font-size:13px;color:#333333;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con02 .content ul li .cover .tit .zhuchi a{color:#333333;text-decoration:none;}
.taiwang18043_con02 .content ul li .cover .cont{line-height:24px;padding:0 23px;padding-bottom:6px;color:#999999;font-size:13px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;height:78px;overflow: hidden;}
.taiwang18043_con02 .content ul li .cover .cont a{color:#999999;text-decoration:none;}
.taiwang18043_con02 .content ul li .icon{background-position:0 0;background-repeat: no-repeat;width:37px;height:18px;position:absolute;top:5px;right:4px;color:#ffffff;font-size:13px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;line-height:18px;text-align:center;}
.taiwang18043_con02 .content ul li .hot{background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-hot_20180702.png);}
.taiwang18043_con02 .content ul li .new{background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-new_20180702.png);}
.taiwang18043_con02 .content ul li .hot1{background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-hot1_20180702.png);}
.taiwang18043_con02 .content ul li:hover .cover{display:block;}
.taiwang18043_con02 .content ul li.last{margin-right:0;}
.taiwang18043_con02 .content ul li.end{ display:none;margin-left:28px;margin-right:0;}
.taiwang18043_con02 .content ul li.end01{display:none;margin-left:28px;margin-right:0;}
.taiwang18043_con02.cur .timeAxis{display:block;}
.taiwang18043_con02.cur .content{padding:0;}
.taiwang18043_con02.cur .content ul li{padding:20px 0;}
.taiwang18043_con02.cur .content ul li .name{display:none;}

.taiwang18043_con03{zoom:1;clear:both;padding-top:20px;overflow:hidden;position:relative;}
.taiwang18043_con03 .first{width:235px;float:left;height:385px;margin-right:28px;}
.taiwang18043_con03 .first .image{width:235px;height:336px;position:relative; overflow:hidden; margin-bottom:4px;}
.taiwang18043_con03 .first.end,.taiwang18043_con03 .first.end01{margin-left:28px; margin-right:0;}
.taiwang18043_con03 .second{ overflow:hidden; margin-bottom:18px;}
.taiwang18043_con03 .second .box{width:235px;margin-right:28px;height:186px;float:left;}
.taiwang18043_con03 .second .box.last{ margin:0;}
.taiwang18043_con03 .second .box.end,.taiwang18043_con03 .second .box.end01{margin-left:28px; margin-right:0;}
.taiwang18043_con03 .second .box .image{height:132px;width:235px; margin-bottom:6px;overflow:hidden;position:relative;}
.taiwang18043_con03 .third{width:235px;float:left;height:385px;margin-left:28px;}
.taiwang18043_con03 .third .box{width:235px;margin-right:28px;height:179px;float:left;padding-bottom:29px;}
.taiwang18043_con03 .third .box.last{margin-right:0px;}
.taiwang18043_con03 .third .box .image{height:128px;width:235px; overflow:hidden;position:relative;}
.taiwang18043_con03 .last{margin-right:0px;}
.taiwang18043_con03 .left{margin-left:28px;margin-right:0;}
.taiwang18043_con03 .text { height:48px; overflow:hidden;}
.taiwang18043_con03 .text .tit{height:24px;line-height:24px;color:#333333;font-size:15px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con03 .text .tit a{color:#333333; text-decoration:none;}
.taiwang18043_con03 .text .bir{height:24px;line-height:24px;color:#999999;font-size:13px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con03 .text .bir a{color:#999999; text-decoration:none;}
.taiwang18043_con03 .text:hover a{color:#3db2e4;}
.taiwang18043_con03 .image .video{display:block;width:25px;height:25px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con3-btn_20180702.png) no-repeat;position:absolute;bottom:5px;left:5px;}
.taiwang18043_con03 .image .video.none{ display:none;}
.taiwang18043_con03 .date{color:#ffffff;width:55px;height:17px;position:absolute;right:5px;bottom:5px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con3-date_20180702.png) no-repeat;text-align:center;line-height:17px;}
.taiwang18043_con03 .one{width:37px;height:18px;line-height:18px;text-align:center;position:absolute;right:5px;top:5px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-hot_20180702.png) no-repeat;color:#ffffff;font-size:13px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con03 .one.hot{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-hot_20180702.png);}
.taiwang18043_con03 .one.hot1{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-hot1_20180702.png);}
.taiwang18043_con03 .one.new{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-new_20180702.png);}
.taiwang18043_con03 .first_upper .image{ margin-bottom:6px;}
.taiwang18043_con03 .first_upper:hover .di{ display:block;}
.taiwang18043_con03 .first_upper:hover .img_li{ display:block;}
.taiwang18043_con03 .di{display: none;position: absolute;left: 0;top: 0;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jdi6_20180702.png) repeat;width: 235px;height: 336px;}
.taiwang18043_con03 .img_li{display:none;position: absolute;left:22.5px;top:0px;width:190px;height: 321px; padding-top:15px;}
.taiwang18043_con03 .img_li a{border-bottom: 1px solid #333;margin-bottom: 5px;text-decoration: none;display: inline-block;padding: 0 5px;line-height: 25px;font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;font-size: 14px;color: #fff;}
.taiwang18043_con03 .img_li a:hover{ color:#3db2e4;}
.taiwang18043_con03 .end,.taiwang18043_con03 .end01{ display:none;}

.taiwang18043_con04{zoom:1;clear:both;}
.taiwang18043_con04 ul{font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_con04 ul li{position:relative;height:31px;border-bottom:1px solid #eaeaea;margin-top:-1px;*margin-top:-2px;padding:10px 0px;overflow:hidden;}
.taiwang18043_con04 ul li .cont .title{padding: 0 7px;overflow: hidden;font-size: 15px;line-height: 31px;color: #000000;cursor: pointer;height: 31px;display: inline-block;}
.taiwang18043_con04 ul li .cont .title a{color:#000000;}
.taiwang18043_con04 ul li .cont .biref{ display:none;font-size:17px;line-height:24px;height:48px;overflow:hidden;margin-bottom:20px;color:#333333;}
.taiwang18043_con04 ul li .cont .biref a{color:#333333;}
.taiwang18043_con04 ul li .cont .video{display:none;font-size:13px; color:#1e63b0; line-height:20px; overflow:hidden;}
.taiwang18043_con04 ul li .cont .video .right{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con4-vid_20180702.jpg) no-repeat left 50%;padding-left:22px;font-weight:normal;}
.taiwang18043_con04 ul li .cont .video a{color:#1e63b0; font-weight:normal;}
.taiwang18043_con04 ul li .mark{display:none;width:24px;height:24px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con4-tit_20180702.png) no-repeat;position:absolute;top:10px;left:9px;}
.taiwang18043_con04 ul li.cur{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con4-bg_20180702.jpg) no-repeat left;height:119px;margin:0 -9px;border-bottom:0;padding:10px 0px;font-size:17px;font-weight:bold;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;color:#333333;line-height:24px;}
.taiwang18043_con04 ul li.cur .cont{padding:20px 23px 0;height:99px;}
.taiwang18043_con04 ul li.cur .cont .title{display:none;}
.taiwang18043_con04 ul li.cur .cont .biref{display:block;}
.taiwang18043_con04 ul li.cur .cont .biref a:hover{color:#3db2e4}
.taiwang18043_con04 ul li.cur .cont .video{display:block;}
.taiwang18043_con04 ul li.cur .cont .video .right:hover{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con4-vid-c_20180702.jpg) no-repeat left 50%;}
.taiwang18043_con04 ul li.cur .cont .video a:hover{color:#3db2e4}
.taiwang18043_con04 ul li.cur .mark{display:block;}


.taiwang18043_con05{zoom:1;clear:both;margin-top: -10px;}
.taiwang18043_con05 ul{float:left;width:512px;margin-right:10px;}
.taiwang18043_con05 ul.last{margin-right:0px;}
.taiwang18043_con05 ul li{height:160px;padding:10px 9px;position:relative;cursor:pointer;}
.taiwang18043_con05 ul li .image{width:284px;height:160px;float:left;margin-right:21px;position:relative;}
.taiwang18043_con05 ul li .image a{display: inline-block;width:284px;height:160px;overflow:hidden;}
.taiwang18043_con05 ul li .text{font-size:17px;font-weight:bold;color:#333333;line-height:21px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;padding-top:21px;padding-right:36px;}
.taiwang18043_con05 ul li .image .number{width:30px;height:30px;position:absolute;left:0;top:0;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con5-num_20180702.png) repeat;font-size:16px;font-family:"Arial";color:#ffffff;text-align:center;line-height:30px;font-weight:bold;}
.taiwang18043_con05 ul li .image .cur{width:34px;height:45px;left:-2px;top:-2px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con5-cur_20180702.png) no-repeat;}
.taiwang18043_con05 ul li .text>a{color:#333333;text-decoration:none;}
.taiwang18043_con05 ul li .text>a:hover{color:#3db2e4;}
.taiwang18043_con05 ul li .text p{line-height:34px;color:#7a7a7a;font-size:15px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;font-weight:normal;padding-top:21px;}
.taiwang18043_con05 ul li .text p a{color:#7a7a7a;text-decoration:none;/* position:relative;left:-6px; */}
.taiwang18043_con05 ul li .text p a:hover{color:#3db2e4;}
.taiwang18043_con05 ul li:hover{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con5-bg_cur_180802.jpg) no-repeat left;}
.taiwang18043_con05 ul li .cover{display:none;width:9px;height:176px;position:absolute;right:0;top:0;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con5-rbg_cur_180802.jpg) no-repeat;}
.taiwang18043_con05 ul li:hover .cover{display:block;}
.taiwang18043_con05 .box{margin:0 -9px;overflow:hidden;}

.taiwang18043_con06{zoom:1;clear:both;}
.taiwang18043_con06 ul{margin:0 -9px;overflow:hidden;height:146px;}
.taiwang18043_con06 ul li{width:170px;height:146px;float:left;position:relative;margin-right:4px;overflow:hidden;}
.taiwang18043_con06 ul li:hover{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con6-bg_20180702.jpg) no-repeat left;}
.taiwang18043_con06 ul li .cont{padding-top:29px;}
.taiwang18043_con06 ul li .cont a{display:block;margin:0 auto;}
.taiwang18043_con06 ul li .cont img{display:block;margin:0 auto;margin-top:-4px;}
.taiwang18043_con06 ul li .cont img:first-child{width:0px;}
.taiwang18043_con06 ul li .cont img.marg{margin-top:-97px;width:121px;}
.taiwang18043_con06 ul li.last{margin-right:0;}
.taiwang18043_con06 ul li:hover .r_cover{position:absolute;right:0;top:0;height:146px;width:9px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con6-rbg_20180702.jpg) no-repeat;}

.taiwang18043_iphonesee_gotop_box{position:fixed;bottom:20%;display: none;}
.taiwang18043_goTop{width:47px;height:47px;border:1px solid #e5e5e4;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_top_20180702.jpg) no-repeat;cursor:pointer; z-index:9999;margin-top:8px;}
.taiwang18043_goTop .top{display:none;width:100%;background:#3db2e4;padding-top:6px;height:41px;line-height:18px;text-align:center;font-size:15px;color:#ffffff;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;}
.taiwang18043_goTop:hover .top{display:block;}
.taiwang18551_iphonesee01{  width: 47px;  height: 44px; cursor: pointer;  z-index: 9999; border:1px solid #e2e2e2;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/iphone_icon01_190122.png) no-repeat center center; }
.taiwang18551_iphonesee01 .icon{display:block;width:47px;height:44px;margin:0 auto;}
.taiwang18551_iphonesee01 .erweima_con{width:164px;padding-top:14px;height:138px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/iphone_bg01_190122.png) no-repeat left top;padding-right:13px;text-align: center;position: absolute;left:-176px;top:-106px;opacity: 0;filter:alpha(opacity=0);display: none;}
.taiwang18551_iphonesee01 .erweima_con .img{width:103px;height:102px;margin:0 auto;margin-bottom:8px;}
.taiwang18551_iphonesee01 .erweima_con .img img{width: 100%;height:100%;}
.taiwang18551_iphonesee01 .erweima_con p{color:#5a5e62;font-family: "Microsoft YaHei";font-size: 15px;line-height: 25px;}
.taiwang18551_iphonesee01:hover .erweima_con{
	-webkit-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
	-moz-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
	-o-animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
	animation: ani_x_fixed_tool_pop .3s 0s ease-out forwards;
	filter:alpha(opacity=100);
	display: block;
}
@-webkit-keyframes ani_x_fixed_tool_pop{
	0%{opacity:.5;-webkit-transform:scale(.5);-webkit-transform-origin:center right;}
	60%{opacity:1;-webkit-transform:scale(1);-webkit-transform-origin:center right;}
	100%{opacity:1;-webkit-transform:scale(1);-webkit-transform-origin:center right;}
}
@-moz-keyframes ani_x_fixed_tool_pop{
	0%{opacity:.5;-webkit-transform:scale(.5);-moz-transform-origin:center right;}
	60%{opacity:1;-webkit-transform:scale(1);-moz-transform-origin:center right;}
	100%{opacity:1;-webkit-transform:scale(1);-moz-transform-origin:center right;}
}
@-o-keyframes ani_x_fixed_tool_pop{
	0%{opacity:.5;-webkit-transform:scale(.5);-o-transform-origin:center right;}
	60%{opacity:1;-webkit-transform:scale(1);-o-transform-origin:center right;}
	100%{opacity:1;-webkit-transform:scale(1);-o-transform-origin:center right;;}
}
@keyframes ani_x_fixed_tool_pop{
	0%{opacity:.5;transform:scale(.5);transform-origin:center right;display: block;}
	60%{opacity:1;transform:scale(1);transform-origin:center right;}
	100%{opacity:1;transform:scale(1);transform-origin:center right;}
}


.taiwang18043_float{height:92px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_float-bg_20180702.png) repeat-x;position:fixed;bottom:-105px;width:100%;padding-top:13px;z-index:10000; min-width:1000px;}
.taiwang18043_float .box{width:1000px;margin:0 auto;position:relative;text-align:center;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_float-bg_20180702.png) repeat-x 0 -13px;}
.taiwang18043_float .box .close{position:absolute;width:55px;height:38px;cursor:pointer;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_close_20180702.jpg) no-repeat;right:0px;top:0px;}
.taiwang18043_float .box .close:hover{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_close_hover_20180702.jpg) no-repeat;}
.taiwang18043_float .box .tuijian{padding-left:162px;margin:0 auto;height:92px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_f-tuijian_20180702.png) no-repeat;margin:0 auto;display:inline-block;}
.taiwang18043_float .box .tuijian .cont{padding-left:44px;height:92px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_f-bian_20180702.jpg) no-repeat left;}
.taiwang18043_float .box .tuijian .cont .con{padding-right:44px;height:92px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_f-rbian_20180702.jpg) no-repeat right;}
.taiwang18043_float .box .tuijian .cont .con p{height:92px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_f-p_20180702.jpg) repeat-x;line-height:92px;color:#ffffff;font-size:21px;font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;}
.taiwang18043_float .box .tuijian .cont .con p a{color:#ffffff;text-decoration:none;}
.taiwang18043_float .box .tuijian .cont .con p:hover a{color:#3db2e4;}




/*电视台底通*/

.di_kj{ background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jdi24_20180702.png) repeat-x 0 -13px; width:100%;}
.gwA151201_ind05{ width:1025px; margin:0 auto;}
.gwA151201_ind05 .kj{position:relative;}
.gwA151201_ind05 .kj .bt{background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jdi25_20180702.png) no-repeat 50% -59px; width:1025px; height:80px; }
.gwA151201_ind05 .kj .bt a{}
.gwA151201_ind05 .kj .xz{ display:none;position:absolute; right:40px; top:32px;}
.gwA151201_ind05 .kj .xz a{ display:block; padding-right:20px}
.gwA151201_ind05 .kjf{clear:both}
.gwA151201_ind05 .kjf table{border-collapse:collapse; height:100px;}
.gwA151201_ind05 .kjf table td { cursor:pointer; text-align:center; background:#f9f9f9; border:1px solid #ebebeb;width:118px;}
.gwA151201_ind05 .kjf table td:hover{background:#f0f0f0}
.gwA151201_ind05 .kjf table td.cur{ background:#f0f0f0 url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/dot_kjf_20180702.png) repeat-x 0 bottom;}
.gwA151201_ind05 .kjf table td p{font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; display:block; font-size:13px; line-height:16px; color:#535353; font-weight:bold;}
.gwA151201_ind05 .kjf table td p a{ color:#535353}
.gwA151201_ind05 .kjf table td p a:hover{text-decoration:none}
.gwA151201_ind05 .kjf table td p i{font-weight:normal}
.gwA151201_ind05 .kjf table td.cur p a{ color:#e42626}



.gwA151201_ind05 .kjr{overflow:hidden; border-left:1px solid #ebebeb; border-right:1px solid #ebebeb; border-bottom:1px solid #ebebeb; width:1023px; clear:both;min-height:203px;}
.gwA151201_ind05 .kjr .logo{ float:left; width:215px; height:150px; border-right:1px solid #ebebeb}
.gwA151201_ind05 .kjr .logo .lg{ margin-left:25px; margin-top:20px; padding-bottom:5px}
.gwA151201_ind05 .kjr .logo .zi{ margin-left:25px; margin-top:5px;}
.gwA151201_ind05 .kjr .logo .zi h3{ line-height:20px; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:14px; font-weight:bold; float:left;}
.gwA151201_ind05 .kjr .logo .zi h3 a{ color:#8c1515}
.gwA151201_ind05 .kjr .logo .zi p{ line-height:20px; float:left; width:124px; font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; font-size:12px; color:#333; height:20px;}
.gwA151201_ind05 .kjr .logo .zi p a{ line-height:20px; font-size:12px; color:#333}
.gwA151201_ind05 .kjr {/* border-top:#8c1515 1px solid;*/}
.gwA151201_ind05 .kjr .change{ height:35px; background:#8c1515;clear:both; border:none;}
.gwA151201_ind05 .kjr .change li{ display:inline-block;*display:inline; zoom:1; font:bold 12px/35px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; color:#fff; padding:0 17px 0 18px;cursor:pointer; margin:0; float:none; width:auto; background:none; border:none;}
.gwA151201_ind05 .kjr .change li a{color:#fff;}
.gwA151201_ind05 .kjr .change li.active{ background:#fff; color:#333333;}
.gwA151201_ind05 .kjr .change li.active a{ color:#333333;}
.gwA151201_ind05 .kjr .change li.hover{ background:#fff; color:#333333;}
.gwA151201_ind05 .kjr .change li.hover a{ color:#333333;}
.gwA151201_ind05 .kjr .change li.oth01{ padding:0 16px;}
.gwA151201_ind05 .kjr .change li.oth02{ padding:0 18px;}
.gwA151201_ind05 .kjr .conBox{ overflow:hidden; padding:0 0 10px; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/conbox_20180702.jpg) repeat-y;_zoom:1;}
.gwA151201_ind05 .kjr .conBox .playBox{ width:216px;padding-top:19px; float:left;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox{ padding:0 40px; overflow:hidden;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .hd{ height:21px; margin:0 0 15px 0;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .hd a{color:#000;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .hd a:hover{text-decoration:none;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .hd img{display:block;float:left;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .hd span{display:block;float:left;font:bold 14px/21px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;padding-left:10px;cursor:pointer;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .tl{ width:140px; height:80px; position:relative; float:left; display:none;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .tl .play{ display:block; width:32px; height:32px; background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/p02_20180702.png) no-repeat; position:absolute; left:0; top:0; cursor:pointer!important;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .tr{font:12px/16px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; color:#333; }
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .tr p{ font-weight:bold; color:#8c1515; font-size:14px;line-height:20px;margin:10px 0 0}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .tr a{color:#333; text-decoration:none;}
.gwA151201_ind05 .kjr .conBox .playBox .imageBox .tr a:hover{ color:#3db2e4;text-decoration:none;}
.gwA151201_ind05 .kjr .conBox .promList{ width:782px; float:left;padding-top:10px;}
.gwA151201_ind05 .kjr .conBox .promList .listBox{ padding:0 10px 0 42px;}
.gwA151201_ind05 .kjr .conBox .promList .listBox table tr td{ font:14px/34px PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ; color:#333; text-align:left;}
.gwA151201_ind05 .kjr .conBox .promList .listBox table tr td a{color:#333; text-decoration:none;}
.gwA151201_ind05 .kjr .conBox .promList .listBox table tr td a:hover{ color:#3db2e4;}
.gwA151201_ind05 .kjr .conBox .promList .listBox table tr td.special{ font-weight:bold;}

/*电视台底通end*/


/*轮播图*/
.jiemuguanwang18043_ind01{ position: relative;overflow: hidden;}/*指定，宽度是100%*/
.jiemuguanwang18043_ind01 .swiper-container .box{overflow: hidden;position: relative;}
.jiemuguanwang18043_ind01 .swiper-wrapper{position: relative;}
.jiemuguanwang18043_ind01 .swiper-wrapper .swiper-slide{display: none;position: relative;margin-left: -130px;margin-right: -130px;margin: 0 auto;/*width: 1030px;*/ /*tansform: translate3d(0,0,0)*/} /* slide需要指定宽度 */
.jiemuguanwang18043_ind01 .swiper-wrapper .swiper-slide-current{display: block;z-index: 2;}
.jiemuguanwang18043_ind01 .swiper-wrapper img{display:block;margin: 0 auto;height: 416px; margin:0 auto;}
.jiemuguanwang18043_ind01 .swiper-pagination{font-family:PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif ;font-size: 15px;margin-right: -512.5px;padding:28px 0;height:360px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cover_cur_20180702.png) no-repeat;width: 286px;position: absolute;top: 0;right:50%;z-index: 3;}
.jiemuguanwang18043_ind01 .swiper-pagination a{text-decoration: none;cursor: pointer;}
.jiemuguanwang18043_ind01 .swiper-pagination .con{display:block; line-height:45px; color:#000000;}
.jiemuguanwang18043_ind01 .swiper-pagination .tit{display:none;font-size: 21px;color:#3db2e4;line-height: 29px;font-weight: bold;}
.jiemuguanwang18043_ind01 .swiper-pagination .txt{display:none;margin-top:4px;line-height:18px; color:#010101;}
.jiemuguanwang18043_ind01 .swiper-pagination .txt a:hover{color:#010101;}
.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet{display:block;padding:0 25px;}
.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet table td{width: 100%;vertical-align: middle;}
.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet-active{height:70px;padding:10px 25px;background: #fff;}
.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet-active .con{display:none;}
.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet-active .tit a{color: #3db2e4;}
.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet-active .tit,.jiemuguanwang18043_ind01 .swiper-pagination .swiper-pagination-bullet-active .txt{display: block;}

/*4K腰封*/
.taiwang18916_4kyaofeng{zoom:1;clear:both;}
.taiwang18916_4kyaofeng a{text-decoration:none;}
.taiwang18916_4kyaofeng .ktitle{height: 55px;background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/4kyaofeng_titbg_xq18916_190719.jpg) repeat-x center bottom;position: relative;}
.taiwang18916_4kyaofeng .ktitle .main_title{background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/4kyaofeng_title_xq18916_190719.jpg) no-repeat left 0;height: 55px;width: 263px;float: left;font:bold 24px/60px PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;color: #000000;text-indent: 82px;}
.taiwang18916_4kyaofeng .ktitle .titbg{background: url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/4kyaofeng_bg_xq18916_190719.jpg) no-repeat right bottom;width: 263px;height: 5px;position: absolute;right: 0;bottom: 0;z-index: 1;}
.taiwang18916_4kyaofeng .ktitle .spe_entry{float: right;height: 39px;padding-top: 16px;line-height: 39px;}
.taiwang18916_4kyaofeng .ktitle .spe_entry span{font-size: 16px;color: #333333;margin-left: 48px;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif}
.taiwang18916_4kyaofeng .ktitle .spe_entry span a{font-size: 16px;color: #333333;}
.taiwang18916_4kyaofeng .ktitle .spe_entry span a:hover{color:#3db2e4;}

.taiwang18916_4kyaofeng .content{padding-top:30px;*overflow:hidden;}
.taiwang18916_4kyaofeng .content ul{height:249px;margin-left:-17px;margin-right:-17px;padding-left:17px;position:relative;}
.taiwang18916_4kyaofeng .content ul li{float:left;margin-right:28px;position:relative; margin-bottom:10px;width: 235px;}
.taiwang18916_4kyaofeng .content ul li .name{display:block;height:40px;padding-top:3px;text-align:center;color:#ffffff;font-size:15px;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;line-height:30px;*width:235px;}
.taiwang18916_4kyaofeng .content ul li .name span{position:relative;display:inline-block;height:30px;margin: 0 auto;padding-left:20px;background:#ff7e00 url(img/jiemu18050_con2-span_xq18916_190719.jpg) no-repeat left;}
.taiwang18916_4kyaofeng .content ul li .name span i{display:block;height:100%;padding-right:20px;background:#ff7e00 url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-i_xq18916_190719.jpg) no-repeat right;}
.taiwang18916_4kyaofeng .content ul li .name span em{display:block;position:absolute;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/jiemu18050_con2-sjiao_xq18916_190719.jpg) no-repeat;width:12px;height:6px;bottom:-6px;right:8px;}

.taiwang18916_4kyaofeng .content ul li .conBox{position:relative;height:249px;}
.taiwang18916_4kyaofeng .content ul li .img{height:133px;width:235px;}
.taiwang18916_4kyaofeng .content ul li .text{padding:7px 0;}
.taiwang18916_4kyaofeng .content ul li .text .title{line-height:25px;height:50px;width:100%;color:#333333;font-size:15px;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;}
.taiwang18916_4kyaofeng .content ul li .text .title a{color:#333333;}
.taiwang18916_4kyaofeng .content ul li .text .label{margin:10px 0;overflow: hidden;height:20px;line-height:20px;color:#999999;font-size:14px;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;}
.taiwang18916_4kyaofeng .content ul li .text .label a{color:#999999;}
.taiwang18916_4kyaofeng .content ul li .text .label span{margin-right: 20px;}

.taiwang18916_4kyaofeng .content ul li .cover{display:none;padding:10px 9px;width:249px;position:absolute;z-index:20;top:-33px;height:276px;left:-18px;background:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/4kyaofeng_imgbg_xq18916_190719.png) no-repeat center 1px; overflow:hidden;}
.taiwang18916_4kyaofeng .content ul li .cover .image a{display:block;width:100%;height:100%;}
.taiwang18916_4kyaofeng .content ul li.cur .cover{display: block;}
.taiwang18916_4kyaofeng .content ul li .cover .image{width:249px; height:140px;overflow:hidden;}
.taiwang18916_4kyaofeng .content ul li .cover .txt{background:#ffffff;height:137px;}
.taiwang18916_4kyaofeng .content ul li .cover .tit{padding:6px 0 6px 0;}
.taiwang18916_4kyaofeng .content ul li .cover .tit .jiemu{line-height:25px;padding:0 23px;font-size:15px;color:#333333;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;}
.taiwang18916_4kyaofeng .content ul li .cover .tit .jiemu a{color:#333333;text-decoration:none;}
.taiwang18916_4kyaofeng .content ul li .cover .tit .jiemu a:hover{color:#3db2e4;}
.taiwang18916_4kyaofeng .content ul li .cover .cont{line-height:20px;padding:0 23px;color:#999999;font-size:13px;font-family:PingFangSC-Regular,Microsoft Yahei,Helvetica,Arial,sans-serif;overflow: hidden;}
.taiwang18916_4kyaofeng .content ul li .cover .cont a{color:#999999;text-decoration:none;}
.taiwang18916_4kyaofeng .content ul li .cover .label{padding: 0px 23px;margin: 7px 0;font-size: 14px;color: #999999;line-height: 20px;height: 20px;overflow: hidden;}
.taiwang18916_4kyaofeng .content ul li .cover .label a{color: #999999;}
.taiwang18916_4kyaofeng .content ul li .cover .label a:hover{color: #3db2e4;}
.taiwang18916_4kyaofeng .content ul li .cover .label span{color: #999999;margin-right: 20px;}
.taiwang18916_4kyaofeng .content ul li:hover .cover{display:block;}
.taiwang18916_4kyaofeng .content ul li.last{margin-right:0;}
.taiwang18916_4kyaofeng .content ul li.end{ display:none;margin-left:28px;margin-right:0;}
.taiwang18916_4kyaofeng .content ul li.end01{display:none;margin-left:28px;margin-right:0;}

@media screen and (max-width: 1339px) {

	.column_wrapper{ width:1025px;}
	
	/*导航*/
	.gwA18043_ind01 .kj{ width:1025px;}
	.gwA18043_ind01 .nav li{margin: 0 3px;}
	.gwA18043_ind01 .nav li span{ padding:0 18px;}
	.gwA18043_ind01 .pddq_tp1 .kjc{ width:1008px;}
	.gwA18043_ind01 .pddq_tp1 .kjc a{ margin:10px 21px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq{width:1015px;font-size: 17px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a{padding: 0 4px;margin-right: 4px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc_con{width:1025px;}
	.up_top_lb{padding: 9px 5px;}
	.up_top_lb .dl a{ width:169px;}

	/*综编区*/
	.cctvjiemuguanwang_ind02 .right{width:498px;}

	/*腰封*/
	#jiemuguanwangyaofeng18043 .scrollMid{width: 1009px;}
	#jiemuguanwangyaofeng18043 .scrollMid ul.mlist01 li{margin-right:7px;}
	#.gwA18043_ind01 .nav li{ width:1045px;}
	#liuyiyaofeng14826 .scrollMid {width: 1009px;}
	#liuyiyaofeng14826 .scrollMid ul.mlist01 li{ margin-right:7px;}

	/*正在直播*/
	.cctvjiemuguanwang_ind03{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/ind03_bg_bottom1025_180711.png);}
	.cctvjiemuguanwang_ind03 .con{width:963px;}

	.col_w761{width:761px;float:left;}
	.col_w235{width:235px;float:right;}
	
	/*轮播*/
	.jiemuguanwang18043_ind01 .swiper-pagination{margin-right: -512.5px;padding:28px 0;}
	.jiemuguanwang18043_ind01 .swiper-wrapper .swiper-slide{width: 1025px;}
	.jiemuguanwang18043_ind01 .swiper-wrapper img{margin:0 -132.2px;}
	
}

@media screen and (min-width: 1340px) and (max-width: 1569px){

    .column_wrapper{ width:1290px;}
	
	/*顶通*/
	.retrieve .search{ width:975px;}
	.retrieve .search .inputBox{ width:466px;}
	.retrieve .search .inputBox .inputVal .val2{ width:380px;}
	.retrieve .search .inputBox .inputVal .val2 input{ width:288px;}
	.retrieve .search .inputBox .inputVal .val2 .sContent{ width:380px;}
	.retrieve .search .inputBox .inputVal .val2 .sContent .history ul li{width:42.8%}
	.retrieve .search .optionBox{font-size: 17px;}
	.retrieve .search .optionBox .customer,.retrieve .search .optionBox .return{ margin:0 25px}
	
	/*导航*/
	.gwA18043_ind01 .kj{ width:1290px;}
	.gwA18043_ind01 .nav li{margin:0 12px;}
	.gwA18043_ind01 .nav li span{padding:0 23px;}
	.gwA18043_ind01 .pddq_tp1 .kjc{ width:1188px;}
	.gwA18043_ind01 .pddq_tp1 .kjc a{ margin:10px 31px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq{width:1267px; font-size:17px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a{ padding:0 11px; margin-right:4px}
	.gwA18043_ind01 .lmdq_tp1 .kjc_con{width:1290px;}
	.up_top_lb{padding: 9px 18px;}
	.up_top_lb .dl a{ width:209px;}

	/*综编区*/
	.cctvjiemuguanwang_ind02 .right{width:761px;}
	.cctvjiemuguanwang_ind02 .right ul li.xp_hide{display: block;}

	/*腰封*/
	#jiemuguanwangyaofeng18043 .scrollMid{width: 1262px;}
	#jiemuguanwangyaofeng18043 .scrollMid ul.mlist01 li{margin-right:18px;}
	#liuyiyaofeng14826{ width:1310px;}
	#liuyiyaofeng14826 .scrollMid {width:1263px;}
	#liuyiyaofeng14826 .scrollMid ul.mlist01 li{ margin-right:17px;}
	
	/*正在直播*/
	.cctvjiemuguanwang_ind03{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/ind03_bg_bottom1290_180710.png);}
	.cctvjiemuguanwang_ind03 .con{width:1225px;}
	.cctvjiemuguanwang_ind03 .con ul li{padding:0 17px;}
	.cctvjiemuguanwang_ind03 .left_btn{ left:3px;}
	.cctvjiemuguanwang_ind03 .right_btn{ right:3px;}

	.col_w761{width:1024px;float:left;overflow:hidden;}
	.col_w235{width:235px;float:right;}
	
	.taiwang18043_con02 .timeAxis .end01{ display:block;}
	.taiwang18043_con02 .content ul li.end01{ display:block;}

	.taiwang18043_con03 .end01{ display:block;}
	
	.taiwang18043_con05 ul{width:644px;}
	.taiwang18043_con05 ul li .text{padding-right:54px;}

	.taiwang18043_con06 ul li{width:214px;margin-right:4px;}
	.taiwang18043_con06 ul li .cover{width:196px;}
	
	/*底部*/
	.gwA151201_ind05{ width:1290px}
	.gwA151201_ind05 .kj .bt{width:1290px}
	
	.gwA151201_ind05 .kjr{ width:1288px}
	.gwA151201_ind05 .kjr .conBox .promList{ width:1037px}
	.gwA151201_ind05 .kjr .conBox .promList .listBox table tr td{ width:16%}
	.gwA151201_ind06 .more_pindao{ height:163px}
	
	/*轮播*/
	.jiemuguanwang18043_ind01{ height:500px;}
	.jiemuguanwang18043_ind01 .swiper-pagination{margin-right: -645px;padding:70px 0; background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cover_20180702.png)}
	.jiemuguanwang18043_ind01 .swiper-wrapper img{height:100%;height:100%; margin:0px -105px;}
	.jiemuguanwang18043_ind01 .swiper-wrapper .swiper-slide{width:1340px;}

	/*4K腰封*/

	.taiwang18916_4kyaofeng .content ul li.end{ display:block;margin-left:28px;margin-right:0;}	
	
}
@media screen and (min-width:1570px){  /*大于等于1440*/


	.column_wrapper{ width:1550px;}

	
	/*顶通*/
	.retrieve .search{ width:1070px;}
	.retrieve .search .inputBox{ width:465px;}
	.retrieve .search .inputBox .inputVal .val2{ width:380px;}
	.retrieve .search .inputBox .inputVal .val2 .sContent{ width:378px;}
	.retrieve .search .inputBox .inputVal .val2 input{ width:288px;}
	.retrieve .search .inputBox .inputVal .val2 .sContent .history ul li{width:42.8%}
	.retrieve .search .optionBox{font-size: 17px;}
	.retrieve .search .optionBox .customer,.retrieve .search .optionBox .return{ margin:0 25px}
	
	/*导航*/
	.gwA18043_ind01 .kj{ width:1550px;}
	.gwA18043_ind01 .nav li{margin:0 15px;}
	.gwA18043_ind01 .nav li span{padding:0 28px;}
	.gwA18043_ind01 .pddq_tp1 .kjc{ width:1476px;}
	.gwA18043_ind01 .pddq_tp1 .kjc a{ margin:10px 47px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq{width:1541px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc .jmdq a{ padding:0 16px; margin-right:4px;}
	.gwA18043_ind01 .lmdq_tp1 .kjc_con{width:1550px;}
	.up_top_lb{padding: 9px 22px;}
	.up_top_lb .dl a{ width:251px;}

	/*综编区*/
	.cctvjiemuguanwang_ind02 .right{width:1024px;}
	.cctvjiemuguanwang_ind02 .right ul li.xp_hide{display: block;}

	/*腰封*/
	#jiemuguanwangyaofeng18043 .scrollMid{width: 1518px;}
	#jiemuguanwangyaofeng18043 .scrollMid ul.mlist01 li{margin-right:27px;}
	#liuyiyaofeng14826{ width:1570px;}
	#liuyiyaofeng14826 .scrollMid {width: 1518px;}
	#liuyiyaofeng14826 .scrollMid ul.mlist01 li{ margin-right:24px;}

	/*正在直播*/
	.cctvjiemuguanwang_ind03{ background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/ind03_bg_bottom1550_180711.png);}
	.cctvjiemuguanwang_ind03 .con{width:1482px;}
	.cctvjiemuguanwang_ind03 .con ul li{padding:0 18px;}
	.cctvjiemuguanwang_ind03 .left_btn{ left:4px;}
	.cctvjiemuguanwang_ind03 .right_btn{ right:4px;}


	.col_w761{width:1287px;float:left;overflow:hidden;}
	.col_w235{width:235px;float:right;}

	.taiwang18043_con02 .timeAxis .end,.taiwang18043_con02 .content ul li.end{ display:block;}
	.taiwang18043_con02 .timeAxis .end01,.taiwang18043_con02 .content ul li.end01{ display:block;}

	.taiwang18043_con03 .end01,.taiwang18043_con03 .end{ display:block;}
	
	.taiwang18043_con05 ul{width:779px;}
	.taiwang18043_con05 ul li .text{padding-right:36px;}

	.taiwang18043_con06 ul li{width:253px;margin-right:10px;}
	.taiwang18043_con06 ul li .cover{width:235px;}

	/*底部*/
	.gwA151201_ind05{ width:1550px}
	.gwA151201_ind05 .kj .bt{width:1550px}
	.gwA151201_ind05 .kjr{ width:1550px}
	.gwA151201_ind05 .kjr .conBox .promList{ width:1333px}
	.gwA151201_ind05 .kjr .conBox .promList .listBox table tr td{ width:16%}
	
	/*轮播*/
	.jiemuguanwang18043_ind01{ height:500px;}
	.jiemuguanwang18043_ind01 .swiper-pagination{margin-right:-775px;height:346px;padding: 77px 0;background-image:url(//p1.img.cctvpic.com/photoAlbum/templet/common/DEPA1530497060089773/cover_20180702.png)}
	.jiemuguanwang18043_ind01 .swiper-wrapper img{height:100%;height:100%; margin:0px auto;}

	/*4K腰封*/
	.taiwang18916_4kyaofeng .content ul li.end{ display:block;margin-left:28px;margin-right:0;}
	.taiwang18916_4kyaofeng .content ul li.end01{display:block;margin-left:28px;margin-right:0;}
}