/*common*/
.w935 {
	font-family: "宋体";
	width:935px;
	margin: 0 auto;
}
.w100 {
	width: 100%;
	min-width: 935px;
}
.w540 {
	width: 540px;
}
/*top*/
.header {
	height: 40px;
	background: url(../images/topbg.jpg) center no-repeat;
}
.header .nav li {
	line-height: 40px;
	padding: 0 5px;
}
.header .nav li a {
	padding: 5px 12px;
}
.header .nav li.current a,
.header .nav li a:hover {
	color: #fff;
	background-color: #4088c0;
}
.header .nav li img {
	padding-left: 30px;
}
.line {
	height: 20px;
	margin-bottom: 5px;
	background: url(../images/line.jpg) repeat-x center;
}
/*banner*/
.banner {
	border: 1px solid #cecece;
	width: 933px;
	height: 330px;
}
.focus {clear:both; width:100%;height: 100%;position:relative;}
.focus .hd {position: absolute;right: 20px;bottom: 20px;z-index: 8;}
.focus .hd ul {}
.focus .hd ul li {height: 12px; width: 12px; float: left; display: inline; margin-right: 10px; border: 1px solid #b8c4cf; text-indent: -9999px; cursor: pointer;}
.focus .hd ul li.on {background-color: #b8c4cf;border-color: #b8c4cf;}
/*datas*/
.datas {
	height: 177px;
	border-bottom: 1px solid #cecece;
}
.datas .number {
	width: 200px;
	height: 177px;
	padding-left: 5px;
}
.datas .number .top {
	padding-top: 30px;
	font-size: 66px;
	color: #eb5d17;
}
.datas .number .bottom {
	line-height: 42px;
}
.datas .data .circle {
	width: 140px;
	height: 144px;
	padding-top: 33px;
}

.datas .data .circle .wrap-r {
	width: 440px;
	display: none;
}
.datas .data .circle1 ul{
	padding-top: 10px;
}
.datas .data .circle1 .wrap-r li {
	width: 220px;
	font-size: 12px;
	color: #767676;
	line-height: 1.5;
}
.datas .data .circle4 .wrap-r li {
	width: 220px;
	font-size: 12px;
	color: #767676;
	line-height: 1.5;
}
.datas .data .circle4 ul{
	padding-top: 10px;
}
.datas .data .circle .top {
	width: 92px;
	height: 92px;
	line-height: 92px;
	text-align: center;
	font-size: 34px;
	color: #fff;
}
.datas .data .circle1 .top {
	background: url(../images/bgs.png) no-repeat;
	background-position: -319px 0;
} 
.datas .data .circle2 .top {
	background: url(../images/bgs.png) no-repeat;
	background-position: -443px 0;
}
.datas .data .circle3 .top {
	background: url(../images/bgs.png) no-repeat;
	background-position: -568px 0;
}
.datas .data .circle4 .top {
	background: url(../images/bgs.png) no-repeat;
	background-position: -692px 0;
}
.datas .data .circle5 .top {
	background: url(../images/bgs.png) no-repeat;
	background-position: -816px 0;
}
.datas .data .circle .bottom {
	line-height: 31px;
	text-align: center;
	font-size: 14px;
}

/*tabs*/
.tabs {
	width: 886px;
	height: 157px;
	margin: 0 auto;
	padding-top: 28px;
	border-bottom: 1px solid #cecece;
}
.tabs li {
	width: 195px;
	height: 50px;
	line-height: 25px;
	padding-bottom: 14px;
	padding-right: 14px;

}
.tabs li a {
	color: #666;
}
.tabs li.current a,
.tabs li a:hover {
	color: #1f7ec8;
}
.tabs li.l {
	padding-left: 14px;
	border-left: 1px dashed #cecece;
}
.tabs li.t {
	padding-top: 12px;
	padding-bottom: 0;
	border-top: 1px dashed #cecece;
}
.tabs li .icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: url(../images/bgs.png) no-repeat;
	background-color: #fff;
}
.tabs li .icon1 {
	background-position: 0px -175px;
} 
.tabs li .icon2 {
	background-position: -216px -175px;
}
.tabs li .icon3 {
	background-position: -447px -175px;
} 
.tabs li .icon4 {
	background-position: -667px -175px;
} 
.tabs li .icon5 {
	background-position: 0px -253px;
} 
.tabs li .icon6 {
	background-position: -216px -253px;
}
.tabs li .icon7 {
	background-position: -447px -253px;
}
.tabs li .icon8 {
	background-position: -667px -253px;
}
.tabs li.current .icon1 {
	background-position: 0px -373px;
} 
.tabs li.current .icon2 {
	background-position: -216px -373px;
}
.tabs li.current .icon3 {
	background-position: -447px -373px;
} 
.tabs li.current .icon4 {
	background-position: -667px -373px;
} 
.tabs li.current .icon5 {
	background-position: 0px -451px;
} 
.tabs li.current .icon6 {
	background-position: -216px -451px;
}
.tabs li.current .icon7 {
	background-position: -447px -451px;
}
.tabs li.current .icon8 {
	background-position: -667px -451px;
}
.panels {
	width: 886px;
	height: 242px;
	margin: 0 auto 46px;
}
.panels .box {
	display: none;
}
.panels .box.current {
	display: block;
}
.panels .box .title,
.panels .box .title a {
	line-height: 42px;
	font-size: 18px;
	color: #1f7ec8;
}
.panels .box .title {
	padding: 0 10px;
}
.panels .box .speakers {
	width: 580px;
	height: 200px;
	overflow-y: scroll;
	background-color: #fff;
}
.panels .box .speakers table {
	margin:3px;
	padding:5px;
	color: #747474;
	text-align:left;
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.panels .box .speakers table tr {
	background-color: #F8F8F8;
}
.panels .box .speakers table .odd {
	/* background: #F0F0F0; */
	background-color: #ECF5FF;
}
.panels .box .speakers table .room {
	background: #4088C0;
	color:#fff;
}
.panels .box .speakers table tr th {
	background: #1B4C72;
	font-weight: 600;
	color: white;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	height: 60px;
}
.panels .box .speakers table tr td {
	padding: 8px;
	border: 1px solid #fff;
	vertical-align: middle; 
}
.panels .box .speakers table .td_hour {
	width:25%
}
/*media*/
.media {
	height: 286px;
	padding-top: 10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.media .video {
	padding: 0 25px;
	border-right: 1px solid #cecece;
}
.media .report {
	width: 560px;
	margin-left: 20px;
}
.media .video .title,
.media .report .title,
.media .report .title a {
	line-height: 42px;
	font-size: 18px;
	color: #1f7ec8;
}
.media .report .title {
	border-bottom: 1px solid #cecece;
}
.media .video .icon {
	width: 40px;
	height: 40px;
	background: url(../images/bgs.png) no-repeat;
	background-position: 7px -630px;
}
.media .report .icon {
	width: 40px;
	height: 40px;
	background: url(../images/bgs.png) no-repeat;
	background-position: -355px -630px;
}
.media .report .list {
	padding: 10px;
}
.media .report .list li {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 36px;
	font-size: 14px;
}
/*history && download*/
.history,
.download {
	height: 154px;
}
.history li {
	margin-top: 20px;
	margin-right: 10px;
}
.download li {
	margin-top: 20px;
	margin-right: 10px;
}
/*bottom*/
.footer	{
	height: 50px;
	background: url(../images/bottombg.jpg) repeat-x center;
}
.footer .contact {
	line-height: 50px;
}
.footer .contact img {
	padding: 0 10px;
}
.footer .contact a {
	color: #fff;
}

.report .mide {
	color: #1f7ec8;
	padding-right:10px;
}

/*列表页*/
.news_list .title {
	line-height: 42px;
	font-size: 18px;
	color: #1f7ec8;
	margin-bottom:10px;
	border-bottom: 1px solid #cecece;
}
.news_list li {
	overflow:hidden;
	line-height: 1.5;
	font-size: 18px;
	padding: 0 10px 20px;
}
.news_list li img {
	padding-right: 10px;
}
.mide {
line-height:32px;
	color: #1f7ec8;
	font-weight:700;
}
.inner-container{
display:none;
position: fixed;
top: 0;
left: 0;
text-align: center;
background: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
z-index:9999;
}
.video-body {
	padding-top:100px;
}

.slidePic a.iconClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 58px;
  width: 50px\9;
  height: 50px\9;
  background-color: #393939;
  -webkit-border-radius: 0px 0px 0px 138px;
  -moz-border-radius: 0px 0px 0px 138px;
  border-radius: 0px 0px 0px 138px;
}
.slidePic .iconClose span {
  display: block;
  float: right;
  width: 34px;
  height: 34px;
  margin: 10px 5px 0px 0px;
  background: url(../images/button0217ced3.png) no-repeat -38px -37px;
}