@charset "utf-8";
/* CSS Document */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0px; padding:0px; }
body{ font-family:"微软雅黑"; font-size:12px; color:#666666;}
table { border-collapse:collapse; border-spacing:0; }
img, feldset { border:0; }
/*address, cite, caption, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }*/
ul, ol { list-style:none; }
caption, th { text-decoration:none; }
h1, h2, h3, h4, h5, h6 { font-size:120%; font-weight:normal; }
blockquote, q{ quotes:none}
blockquote:before,blockquote:after,q:before,q:after{ content:'';content:none}
:focus { outline:0}
.copyright{ font-family:Arial, Helvetica, sans-serif; font-size:12px;}
.cursor{cursor:pointer;}
a{text-decoration:none; cursor:pointer; color: #666666;}
a:hover{ text-decoration:none;}
.cb{ clear:both}
.none{ display:none}
.page{ float:left;width:100%; text-align:center; color:#666666; padding-top:20px;}
.page a{ color:#878787}
.none{ display:none}
.w1200{ width:1200px; margin:0 auto;}
.w693{ width:693px; margin: 0 auto;}
.w229{ width:229px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.mr0{ margin-right:0px !important;}
.w1280{width:1280px; margin:auto;}
.mt40{margin-top:40px !important;}
.mt10{margin-top:10px !important;}
.mr9{ margin-right:9px;}
.mt20{ margin-top:20px;}
.mr0{ margin-right:0px !important;}
.mt0{ margin-top:0px !important;}
.h100{ height:100px;}
.mt0{ margin-top:0px !important;}
.ml0{ margin-left:0px !important;}
.mr10{ margin-right:10px !important;}
.red{ color:red}
.mbmt{ margin-top:50px;margin-bottom:50px;}
.mb{margin-bottom:50px; line-height:24px;}
.br{border-right:none !important;}
.bb{border-bottom:none !important;}
.ml15{margin-left:15px;}
.mt30{margin-top:30px;}
.pr25{ padding-right:25px;}



/*头部*/
.top{width:100%; height:166px; background:#fff;}
.top1{width:100%; height:30px; border-bottom:1px solid #eeeded;}
.top1_1{width:1000px; height:100%; margin:auto;}
.top1_1_1{width:500px; height:30px; float:left; line-height:30px; text-align:left;}
.top1_1_2{width:500px; height:30px; float:right; line-height:30px; text-align:right;}
.top1_1_2 a:hover{color:#e40f19;}

/*头部logo-电话*/
.top2{width:1000px; height:100px; margin:auto; }
.top2_logo{width:507px; height:100px; background:url(../images/cctv/logo_03.png) center no-repeat; float:left; cursor:pointer;}
.top2_dianhua{width:378px; height:100px; background:url(../images/cctv/dianhua_03.png) center no-repeat; float:right; cursor:pointer;}

/*头部-导航*/
*{margin:0;padding:0;list-style:none;}
img{border:0 none;} 
.box{background:#2fa5e3}
/*主导航菜单*/
#nav-menu{height:35px;;background:#2fa5e3;width:1000px;margin:0 auto;}
#nav-menu .container{position:relative;overflow:visible; z-index:99;}
#nav-menu .menu{padding:0 0 0 14px;}
#nav-menu .menu li{position:relative;float:left;padding:0 12px 0 10px;display:inline;font-size:14px;}
#nav-menu .menu li h3{font-weight:normal;display:inline-block;float:left;}
#nav-menu .menu li a.xialaguang{margin-top:5px;display:inline-block;color:#FFF;height:30px;text-decoration:none;font-size:14px;width:100px;text-align:center;}
#nav-menu .menu li a.selected,#nav-menu .menu li a.navhover,#nav-menu .menu li a.xialaguang:hover{color:#1a529c;}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover{background-color:#FFF;}
#nav-menu .menu li a.xialaguang span{height:30px;line-height:25px;display:inline-block;font-weight:bold;}
#nav-menu .menu li a.selected span,#nav-menu .menu li a.navhover span,#nav-menu .menu li a.xialaguang:hover span{cursor:pointer;}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span{width:100px;}
#nav-menu .menu ul.children{display:none;position:absolute;top:35px;left:9.5px; z-index:1111; width:100px; background:#FFF;border:1px solid #2fa5e3;border-top:0;line-height:normal;}
#nav-menu .menu ul.children li{width:100px;padding:0px;display:inline-block;font-size:12px;border-top:1px solid #ccc;}
#nav-menu .menu ul.children li h3{display:block; width:100%;}
#nav-menu .menu ul.children li a{width:100%;height:16px;line-height:16px;overflow:hidden;padding:3px 0;display:block;color:#1a529c;text-align:center;
text-decoration:none; font-size:12px;}
#nav-menu .menu ul.children li a:hover{background-color:#eee;text-decoration:none;}

/*图片滚动及报名*/
.h320{width:1000px; height:320px; margin:auto; margin-top:20px;}
.gundongtu{width:700px; height:320px; float:left; background:#000000;}

img {
	border: 0;
}
.ck-slide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ck-slide {
	position: relative;
	overflow: hidden;
}
.ck-slide ul.ck-slide-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.ck-slide ul.ck-slide-wrapper li {
	position: absolute; margin-top:0px;
}
.ck-slide ul.ck-slide-wrapper li a{
	/*a标签是行内元素，宽高对a标签不起作用，这里必须添加line-height:0px;display:black，否则垂直滚动<li>之间会出现间隔*/
	line-height:0px;
	display:block;
}
.ck-slide .ck-prev, .ck-slide .ck-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 35px;
	height: 70px;
	margin-top: -35px;
	border-radius: 3px;
	opacity: .15;
	background: red;
	text-indent: -9999px;
	background-repeat: no-repeat;
	transition: opacity .2s linear 0s;
}
.ck-slide .ck-prev {
	left: 5px;
	background: url(../images/cctv/arrow-left.png) #000 50% no-repeat;
}
.ck-slide .ck-next {
	right: 5px;
	background: url(../images/cctv/arrow-right.png) #000 50% no-repeat;
}
.ck-slidebox {
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 30;
}
.ck-slidebox ul {
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
	background: rgba(0,0,0,0.5);
}
.ck-slidebox ul li {
	float: left;
	height: 12px;
	margin: 4px 4px;
}
.ck-slidebox ul li em {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer;
}
.ck-slidebox ul li.current em {
	background-color: #fe6500;
}
.ck-slidebox ul li em:hover {
	background-color: #fe6500;
}

.h320you{width:283px; height:320px; float:right;}
.kaishibaoming{width:283px; height:100px;}
.fensaiqu{width:283px; height:100px; margin-top:10px;}
.baomingfangshi{width:283px; height:100px; margin-top:10px;}
.shengjuesaibaoming{width:283px; height:210px;}
.guanggaotiao{width:1000px; height:90px; margin:auto; margin-top:20px;} 

.h365{width:1000px; height:365px; margin:auto; margin-top:20px;  padding-bottom:20px;}

/*最新资讯*/
.zuixinzixun{width:320px; height:365px; background:#fff; float:left;}
.zuixinzixun1{width:100%; height:42px; background:url(../images/cctv/xian_03.png) bottom no-repeat; font-size:16px; text-indent:10px; line-height:42px;}
.zuixinzixun2{width:300px; height:72px; border-bottom:1px dashed #637984; padding:10px;}
.zuixinzixun2 a{color:#2fa5e3;}
.zuixinzixun3{width:320px; height:226px;}
.zuixinzixun3 ul li{width:320px; height:31px; border-bottom:1px dashed #637984; text-align:left; text-indent:10px; line-height:31px;}
.zuixinzixun3 ul li a:hover{color:#999;}

/*视屏*/
.zaixianshipin{width:320px; height:365px; float:left; margin-left:20px;}
.zaixianshipin1{width:320px; height:105px;}
.zaixianshipin2{width:300px; height:230px; padding:10px; margin-top:10px; background:#fff;}

/*白色背景*/
.baisebeijing{width:100%; background:#fff; overflow:hidden; padding-bottom:40px;}

/*专家*/
.zhuanjia{width:1000px; height:462px; margin:auto; margin-top:20px;}
.zhuanjiabt{width:1000px; height:62px; background:url(../images/cctv/zhuanjiabiaoti_03.png) no-repeat top; font-family:"新宋体"; text-align:right; line-height:62px;}
.zhuanjiatu{width:1000px; height:400px;}
.zhuanjiatu1{width:300px; height:400px; float:left; position:relative;}
.zhuanjiatu1_1{width:300px; height:35px; background:url(../images/cctv/touming_03.png); position:absolute; right:0; bottom:0; z-index:115; line-height:35px; font-size:16px; color:#fff; text-indent:20px;}
.zhuanjiatu2{width:690px; height:400px; float:right;}
.zhuanjiatu2 ul li{width:165px; height:195px; margin-right:10px; position:relative; float:left;}
.zhuanjiatu2_1{width:165px; height:25px; background:url(../images/cctv/touming_03.png); position:absolute; right:0; bottom:0; z-index:116; line-height:25px; font-size:14px; color:#fff; text-indent:20px;}

/*历届精彩*/
.lijie{width:1000px; height:442px; margin:auto; margin-top:30px;}
.lijiebt{width:1000px; height:62px; background:url(../images/cctv/lijie_03.png) no-repeat top; font-family:"新宋体"; text-align:right; line-height:62px;}
.lijie1{width:1000px; height:373px;}
.lijie1 ul li{width:240px; height:180px; float:left; margin-right:13px; position:relative;}
.lijie1_1{width:240px; height:25px; background:url(../images/cctv/touming_03.png); position:absolute; right:0; bottom:0; z-index:117; line-height:25px; font-size:14px; color:#fff; text-align:center;}

/*合作媒体*/
.hezuomeiti{width:1000px; height:279px; background:#340100; margin:auto; margin-top:30px;}
.hezuomeiti1{width:199px; height:279px; float:left; background:url(../images/cctv/hezuomeiti_03.png) no-repeat center;}
.hezuomeiti2{width:799px; height:274px; float:left; background:#fff; margin-top:2px;}
.hezuomeiti2_1{width:779px; height:274px; margin:auto;}
.hezuomeiti2_1 ul li{width:148px; height:54px; margin-top:10px; border:1px solid #dad9d8; margin-right:7px; float:left;}


/*底部*/
.footer{width:100%; height:260px; background:#4c4c4c;}
.footer1{width:1280px; height:100%; margin:auto; overflow:hidden;}
.footer2{width:100%; height:116px; margin-top:40px;}
.footernavigation{width:850px; height:100%; float:left;}
.footernavigation1{width:134px; height:100%; float:left; border-right:1px dotted #7f7f7f; margin-right:40px;}
.footernavigation1 ul li{width:179px; height:25px; font-family:"微软雅黑"; font-size:12px; color:#ababab; }
.footernavigation1 ul li a{ line-height:70px; color:#ababab;}
.footernavigation1 ul li a:hover{color:#fff;}
.footernavigation2{font-family:"微软雅黑"; font-size:24px; color:#fff;}
.footertwo-dimension{width:271px; height:110; float:right; margin-top:6px; margin-right:70px;}
.footertwo-dimension1{width:110px; height:110px; float:left;}
.footertwo-dimension2{width:110px; height:110px; float:right;}
.footertwocharacter{width:100%; height:105px; font-family:"微软雅黑"; font-size:12px; color:#7f7f7f; text-align:left; line-height:105px;}


/*内页banner*/
.new_banner{width:100%; height:200px; background:url(../images/cctv/new-banner_02.png) no-repeat;}

/*内页背景*/
.new_beijing{width:1000px; margin:auto; margin-top:20px; margin-bottom:50px;}


/*内页左边导航*/
.new_zuobian{width:230px; float:left;}
.new_zuobian1{width:230px;}
.new_zuobian1_1{width:230px; height:49px; border-top:3px solid #228bc4; background:#fff; font-size:18px; color:#228bc4; text-align:center; line-height:49px;}
.new_zuobian1_2{width:230px;}
.new_zuobian1_2 ul li{width:227px; height:35px; text-indent:20px; line-height:35px; font-size:14px; border-left:3px solid #58bcf3; background:#228bc4; margin-top:5px;}
.new_zuobian1_2 ul li a{color:#fff;}
.new_zuobian1_2 ul li:hover{border-left:3px solid #f5b757;}
.new_zuobian2{width:230px; height:513px; border-top:3px solid #228bc4; margin-top:20px; background:#fff;} 
.new_zuobian2_1{width:230px; height:56px;}
.new_zuobian2_1 ul li{width:114px; height:27px; margin-top:2px; margin-right:2px; background:#59b6ea; float:left; line-height:27px; text-align:center;}
.new_zuobian2_1 ul li a{color:#fff;}
.new_zuobian2_2{width:230px; height:35px; margin-top:15px; font-size:14px; text-align:left; text-indent:10px; background:#f8ac37; line-height:35px; color:#fff; font-style:italic;}
.new_zuobian2_3{width:230px; height:35px; margin-top:3px; font-size:14px; text-align:left; text-indent:10px; background:#f8ac37; line-height:35px; color:#fff; font-style:italic;}
.new_zuobian2_4{width:230px; padding:13px; line-height:22px;}
.new_zuobian2_4 img{margin-top:10px;}

/*内页you*/
.new_you{width:750px; min-height:780px; background:#fff; float:right; border-top:3px solid #228bc4;}
.new_you1{width:750px; height:37px; border-bottom:2px solid #fcc743; font-size:14px; text-indent:20px; line-height:37px;}
.new_you2{width:730px; padding:10px; line-height:30px; text-align:Justify;}
.new_you3{width:731px; margin:auto;}
.new_you3 ul li{width:731px; height:136px; border-bottom:1px solid #f0eeef;}
.new_you3 ul li img{float:left; margin-top:15px;}
.new_you3 ul li p{ width:542px; height:120px; float:right; margin-top:15px;}
.new_you3 ul li p a:hover{color:#228bc4;}
.new_you4{width:730px; padding:10px;}
.new_you4_1{width:730px; line-height:50px; font-size:16px;color:#333;text-align:center;}
.new_you4_2{width:730px; padding-bottom:30px; border-bottom:1px solid #f0eeef; line-height:30px; text-align:Justify;}
.new_you4_3{width:730px; height:99px; border-bottom:1px solid #f0eeef;}
.new_you4_3_1{width:500px; height:87; line-height:37px; padding-top:12px; float:left;}
.new_you4_3_1 a:hover{color:#228bc4;}
.new_you4_3_2{width:230px; height:99px; float:left;}
.new_you4_3_2 img{margin-top:38px;}
.new_you4_4{width:730px; height:26px; font-size:18px; color:#cc0000; margin-top:15px;}
.new_you4_5{width:728px; height:134px; border:1px solid #c9c9c9;}
.new_you4_5_1{width:100%; height:93px; border-bottom:1px solid #c9c9c9;}
.new_you4_5_2{width:67px; height:28px; border-radius:2px; background:#cc0000; margin-top:6px; margin-left:650px; font-size:14px; text-align:center; line-height:28px;}
.new_you4_5_2 a{color:#fff;}
.new_you4_6{width:730px; height:25px; border-bottom:1px solid #f0eeef; margin-top:24px; font-size:15px; color:#379be9;}
.new_you4_7{width:730px;}
.new_you4_7 ul li{width:100%; border-bottom:1px solid #f0eeef; line-height:27px; color:#333; padding-bottom:15px;}
.new_you4_7 ul li p{margin-top:5px;}
.new_you4_8{width:730px; height:30px; background:#f94047; margin-top:25px; font-size:14px; text-align:center; line-height:30px;}
.new_you4_8 a{color:#fff;}
.new_you5{width:690px; padding:20px;}
.new_you5_1{width:100%; line-height:35px; font-size:16px; color:#228bc4; text-align:left;}
.new_you5_2{width:705px; height:329px; margin-top:20px;}
.new_you5_3{width:365px; height:33px; background:#fc716a; margin-top:15px; text-align:left; font-size:14px; color:#fff; text-indent:20px; line-height:33px;}
.new_you6{width:708px; height:487px; margin:auto; margin-top:45px;  	 overflow:hidden;}
.new_you6_1{width:362px; height:500px; margin:auto; margin-top:20px;}
.new_you6_1_1{width:58px; height:30px; color:#666; line-height:30px; float:left; margin-top:20px;}
.new_you6_1_2{width:290px; height:30px; background:#fff; line-height:30px; color:#999; text-indent:10px; border:none; float:left; margin-top:20px; border:1px solid #e0e0e0;}
.new_you6_1_3{color:#EE0000; margin-top:20px;}
.new_you6_1_4{width:115px; height:41px; line-height:41px; text-align:center; color:#fff; border-radius:2px; font-size:18px; background:#0072d9; border:none; cursor:pointer; margin: auto;}
/*3月31日增加页面*/
.huodong{width:100%; height:294px;}
.fengxiang{width:212px; height:42px; margin:auto; margin-top:30px; margin-bottom:30px; background:#000000;}
.huodong1{width:639px; background:url(../images/cctv/3_31beijing_03.png) no-repeat; margin:auto; overflow:hidden;}
.huodong1_2{width:639px; margin:auto; overflow:hidden;}
.huodong1_1{width:592px; margin:auto; color:#3d0111; font-size:14px; line-height:26px; margin-top:80px; letter-spacing:1px; text-align:justify;}
.huodong2{width:639px; height:300px; background:url(../images/cctv/3_31beijing01_03.png) no-repeat; margin:auto; overflow:hidden;}
.huodong2_2{width:592px; margin:auto; color:#3d0111; font-size:13px; line-height:24px; margin-top:80px; letter-spacing:1px; text-align:justify;}
.huodong3{width:639px; height:300px; background:url(../images/cctv/3_31beijing1_03.png) no-repeat; margin:auto; overflow:hidden;}
.huodong3_2{width:592px; margin:auto; color:#3d0111; font-size:13px; line-height:24px; margin-top:80px; letter-spacing:1px; text-align:justify;}


.congzhi{width:100%; background:#eff0f1; padding:30px 0 50px 0;}
.congzhi1{width:1100px; margin:auto;}
.congzhi1_1{width:542px; height:79px; border:4px solid #a8d6ea; background:#fff;}
.congzhi1_1_1{width:53px; height:79px; background:url(../images/cctv/congzhigou_03.png) no-repeat center right; float:left;}
.congzhi1_1_2{width:430px; height:79px; line-height:79px; font-family:"微软雅黑"; font-size:18px; color:#888888; float:left; margin-right:20px; margin-left:10px; text-align:left;}
.congzhi2{ width:1092px; height:269px; border:4px solid #a8d6ea; margin-top:30px; background:#fff;}
.congzhi2_1{width:1038px; height:198px; margin:30px 0 0 54px;}
.congzhi2_2{width:700px; height:42px;}
.congzhi2_2_1{width:93px; height:42px; line-height:42px; float:left; font-family:"微软雅黑"; font-size:16px; color:#00a2e9;}
.congzhi2_2_2{ width:204px; height:40px; border:1px solid #ededed; float:left; text-indent:10px; color:#ccc; font-family:Arial; font-size:16px;}
.congzhi2_2_3{line-height:43px;float:left; margin-left:10px; font-family:"微软雅黑"; font-size:16px; color:#00a2e9; float: left;}
.congzhi2_3{width:700px;  margin-left:93px; margin-top:1px; text-align:left; color:#999; font-family:"微软雅黑"; line-height:24px;}
.congzhi2_4{width:112px; height:42px; background:#00a2e9; border-radius:4px; border:none; margin-left:93px; margin-top:10px; text-align:center; line-height:42px; font-family:"微软雅黑"; font-size:16px; color:#fff;}
.congzhi2_4 a{color:#fff;}

.congzhi3{width:1060px; background:#fff; margin-top:30px; padding:20px 20px 300px 20px; font-family:"微软雅黑"; color:#999; line-height:26px;}
.congzhi3 p{margin-top:20px; color:#e00;}



/*复赛说明*/
.fusaishuoming{width:50%; border:4px solid #2fa5e3; background:#fff; height:80px; margin:50px 0; color:#000; line-height:80px; font-size:22px; text-indent:30px;}
.fusaishuoming a{float:right; margin-right:30px; background:#2fa5e3; text-align:center; color:#fff; font-size:16px; text-indent:0px; border-radius:4px; border-bottom:3px solid #1f88bf; width:137px; height:35px; line-height:35px; margin-top:22px;}
.fusaishuoming a:hover{ background:#1f88bf; display:block;}

.ruwei{text-align:center; padding:70px 0px; width:100%;}
.ruwei1{width:100%; text-align:center; font-size:16px; color:#555;}
.ruwei2{width:100%; margin-bottom:50px;}
.ruwei2 ul li{width:315px; height:158px; float:left; margin-right:27px; margin-top:30px;}





/*复活赛*/
.fuhuosai{width:100%px; height:1378px; background:url(../images/cctv/fuhuosaibeijing_02.png) no-repeat;}
.fuhuosaineirong{width:1100px; height:1378px; margin:auto;}
.fuhuosaineirong1{width:789px;  margin-left:294px; overflow:hidden;}
.fuhuosai1{ font-size:18px; font-family:"微软雅黑"; color:#fff; margin-top:73px; margin-left:155px;}
.fuhuosai2{ font-size:24px; font-family:"微软雅黑"; color:#f15e57; margin-top:73px; margin-left:356px;}
.fuhuosai3{width:770px;  font-size:16px; font-family:"微软雅黑"; color:#5a0000; margin-top:100px;}
.fuhuosai4{width:272px; height:46px; border-radius:4px; margin:auto; background:#a63030; display:block; margin-top:10px; font-size:16px; color:#fff; line-height:46px; text-align:center;}
.fuhuosai5{width:770px; margin-top:40px;}
.fuhuosai6{font-size:22px; color:#e25251; padding-top:60px; display:block; margin-left:194px; margin-top: 76px;}


/*投票*/
.toupiao{width:100%; background:#fcfdd5; padding-bottom:50px;}
.toupiao1{width:1000px; margin:auto; background:#fff; overflow:hidden;}
.toupiao2{width:100%; text-align:center; margin-top:40px;}
.toupiao3{ padding:40px;}
.toupiao3 ul li{ width:140px; margin-right:16px; padding-bottom:20px; float:left;}
.toupiao3 ul li img{border:1px solid #e1e1e1;}
.toupiao3 ul li p{font-size:12px; color:#fc4b60;}
.toupiao3 ul li p a{padding:2px 8px; background:#fc4b60; color:#fff; border-radius:2px; margin-left:5px;}


/*------------- 直接显示遮罩效果 开始 ------------------------------*/

.con-two{
	width: 138px;
	height: 138px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}
.con-two img{
	width:138px;
	height: 138px;
}
.txt-two{
	position: absolute;
	left: 0;
	top: 0;
	width:140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: none;
}
.txt-two h3{
	font-weight: normal;
}
/*------------- 直接显示遮罩效果 结束------------------------------*/
















