﻿@charset "utf-8";
	/*-----------Notice------------------------------
	   Filename:Main.css
	Description:Reset/HomePage/NewsCenter/PhotoPage/List/Details/Bordlives CSS
		 Update:2011-8-26 by meiy76(meiy76@163.com)
		       l_$:layout      exp:l_topbar,l_page,l_top,l_cont,l_foot...
		      t_$:top          exp:t_logo,t_nav,t_menu,t_topbar
	     cont_$:content    exp:cont_main,cont_movie,cont_lives
		    ad_$:advert
		  foot_$:foot         exp:foot_menu,foot_info
		      *_$:For TNND IE
		 *html $:For TNND IE6
	   *+html $:For TNND IE7
------------------------------------------------*/
/*-----------Reset-----------------------------*/
body {
	color: #000;
	background: url("by.jpg") no-repeat scroll center top #fff;
	line-height: 1.5;
	font: 12px "Microsoft YaHei","Trebuchet MS","Verdana","Helvetica","Tahoma","\5b8b\4f53","sans-serif";
}

body,p,blockquote,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend {
	margin: 0;
	padding: 0;
}

h2,h3,h4,h5,h6 {
	font-size: 15px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,textarea,button,select {
	font-family: "Verdana";
	vertical-align: middle;
}

label {
	vertical-align: middle
}

legend {
	color: #333;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

ul,ol {
	list-style: none;
}

img {
	border: 0;
}

a,a:visited {
	color: #032A42;
	text-decoration: none;
}

a:hover {
	color: #1E50A2;
	text-decoration: underline;
}

a:active {
	color: #933;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.floatl {
	float: left;
	font-weight: bolder;
}

.floatr {
	float: right;
}

.red {
	color: #990000;
}

.a_bold,.a_bold:visited {
	font-weight: bold;
}

.a_red,.a_red:visited {
	color: #BA2636;
}

.a_blue,.a_blue:visited {
	color: #00549b;
}
/*---------------------------------------------*/
/*-----------Layout---------------------------*/

.l_page {
	margin: 0 auto;
	width: 1100px;
	clear: both;
}
/*-----------guide---------------------------*/
   
.bannerList {
	width: 1100px;
	float: left;
	display: inline;
}

.bannerList li {
	float: left;
	line-height: 61px;
	height: 61px;
	font-size: 18px;
	overflow: hidden;
	margin: 0 12px;
	text-align: center;
	display: inline;
	font-weight: 600;
}

.bannerList li a,.bannerList li a:hover {
	color: #3D050B;
}

.orange {
	background: #FF9326;
	color: #FFF;
	padding: 0 10px;
}
/*------------------headline---------------------------*/		
.headline {
	width: 1070px;
	padding: 14px;
	float: left;
	background: #FFF;
	border: #FAE2A3 1px solid;
	margin-top: 540px;
	border-top: #FF5846 10px solid;
}

.hBox {
	width: 100%;
	text-align: center;
	float: left;
	line-height: 85px;
	height: 85px;
	font-size: 34px;
	color: #333;
	font-weight: bold;
}
/*-----------news-----------*/	
.newsListBox {
	width: 100%;
	float: left;
}

.newsListBoxLeft {
	width: 605px;
	float: left;
}

.headPic {
	width: 600px;
	float: left;
	margin-top: 26px;
}

.slideBox {
	width: 590px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 500px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 12px;
	height: 12px;
	line-height: 14px;
	text-align: center;
	background: #D9D9D9;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 590px;
	height: 320px;
	display: block;
}

.slideBox .txt-bg {
	position: absolute;
	bottom: 40px;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.slideBox .txt {
	position: absolute;
	bottom: 40px;
	z-index: 2;
	height: 50px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.slideBox .txt li {
	height: 40px;
	line-height: 40px;
	position: absolute;
	width: 590px;
	overflow: hidden;
}

.slideBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	width: 560px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.newsListBoxRight {
	width: 460px;
	float: right;
}

.newsListBoxRight h3 a,.newsListBoxRight h3 a:visited {
	width: 460px;
	float: left;
	height: 86px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 0;
}

.newsListBoxRight li {
	line-height: 45px;
	height: 45px;
	padding: 0 0 0 15px;
	overflow: hidden;
	width: 410px;
	margin: 0 5px;
	position: relative;
	float: left;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsListBoxRight  li:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ccc;
	border: 2px solid #ccc;
	border-radius: 50%;
}	

/*------------------pic---------------------------*/	
.picTitle a,.picTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -120px;
	margin: 50px 0 10px;
}

.HDimagestBox {
	width: 1100px;
	float: left;
	position: relative;
	height: 880px;
	margin-top: 20px;
}

.w3cFocus {
	width: 100%;
	position: relative;
	height: 500px;
	padding: 10px 0;
}

.w3cFocus .prev,.w3cFocus .next {
	position: absolute;
	display: block;
	left: 10px;
	top: 250px;
	width: 46px;
	height: 62px;
	background: url("focusAdvBg.png") no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.w3cFocus .next {
	left: auto;
	right: 10px;
	background-position: -46px 0;
}

.w3cFocus .prev:hover,.w3cFocus .next:hover {
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.w3cFocusIn {
	width: 1080px;
	height: 870px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.w3cFocusIn .bd li {
	vertical-align: middle;
}

.w3cFocusIn .bd li img {
	width: 1080px;
	height: 675px;
	display: block;
}

.w3cFocusIn .bd li span {
	width: 1080px;
	height: 21px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	line-height: 21px;
	padding: 5px 10px;
}

.w3cFocusIn .bd li span a,.w3cFocusIn .bd li span a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.w3cFocusIn .hd {
	width: 1080px;
	height: 152px;
}

.w3cFocusIn .hd ul {
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	overflow: hidden;
	zoom: 1;
}

.w3cFocusIn .hd ul li {
	float: left;
	display: inline;
	padding: 4px 5px 0 0;
}

.w3cFocusIn .hd ul li img {
	width: 260px;
	height: 140px;
	border: 2px solid #fff;
	display: block;
}

.w3cFocusIn .hd ul li.on {
	filter: alpha(opacity=100);
	opacity: 1;
}

.w3cFocusIn .hd ul li.on img {
	border: 2px solid #470104;
	border-bottom-width: 4px;
}
/*----------------------young-------------------*/
.followTitle a,.followTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -210px;
	margin: 60px 0 10px;
}

.followTxt {
	width: 1100px;
	float: left;
}

.followTxt li {
	padding: 10px;
	margin: 5px 50px 5px 0;
	width: 480px;
	float: left;
	line-height: 35px;
	font-size: 15px;
	color: #666;
	height: 90px;
	overflow: hidden;
}

.followTxt li .more {
	color: #900;
	font-weight: bold;
}

.followTxt li h3 a,.followTxt li h3  a:visited {
	font-size: 18px;
	color: #222;
	padding-left: 25px;
	border-left: #E62D2D 5px solid;
}

.followTxt li h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 35px;
	width: 480px;
}

.followPic {
	width: 1100px;
	float: left;
	margin: 32px 0;
}

.followPic li {
	width: 510px;
	float: left;
	margin: 0 15px 0 10px;
	display: inline;
	height: 200px;
	text-align: center;
	padding: 0 5px;
}

.followPic li img {
	width: 320px;
	float: left;
	height: 200px;
}

.followPic li span {
	float: left;
	width: 170px;
	height: 160px;
	padding: 30px 10px 10px;
	line-height: 33px;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	font-size: 18px;
	background: url("title.png") no-repeat scroll 0 -762px;
}
/*----------------------live-------------------*/
.liveTitle a,.liveTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -300px;
	margin: 70px 0 0;
}

.talkBox {
	width: 1100px;
	margin: 0 auto;
	height: 450px;
	float: left;
}

.pic {
	width: 1100px;
	float: left;
}
/* focus */
#focus {
	width: 1100px;
	float: left;
}

.mb-wrapper {
	margin: 0 auto 20px;
	position: relative;
	height: 500px;
	left: 0;
	top: 70px;
}

.mb-slider,.mb-scroll {
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
}

.mb-active-slider {
	border-color: #333;
}

.mb-slider .mb-panel {
	margin-top: 100px;
	display: block;
	cursor: pointer;
	float: left;
	list-style: none;
	width: 600px;
	height: 360px;
	text-align: center;
}

.mb-panel a {
	outline: 0;
	font-size: 15px;
	text-align: center;
}

.mb-slider .mb-panel.current {
	cursor: auto;
}

.mb-inside * {
	max-width: 100%;
}

a.mb-scrollButtons {
	display: block;
	width: 45px;
	height: 58px;
	background: transparent url("arrows.png") no-repeat;
	position: absolute;
	top: 40%;
	margin-top: -29px;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	border: 0;
	_background: transparent url("arrows.gif") no-repeat;
}

a.mb-scrollButtons.mb-left {
	background-position: left top;
	left: -45px;
}

a.mb-scrollButtons.mb-right {
	background-position: right top;
	right: -45px;
}

a.mb-scrollButtons.mb-left:hover {
	background-position: left bottom;
}

a.mb-scrollButtons.mb-right:hover {
	background-position: right bottom;
}

a.mb-scrollButtons.disabled {
	display: none;
}

.mb-controls {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 400px;
	left: 508px;
	z-index: 100;
}

.mb-controls a {
	color: #006;
	font: 24px/2.3 Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

.mb-panel {
	margin-top: 90px;
}

.mb-controls a:hover {
	color: #001664;
}

.mb-controls a.current {
	color: #D90000;
}

.main-nav {
	display: block;
	text-align: center;
	border-bottom: 2px solid #a71700;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.main-nav a {
	text-decoration: none;
	color: #3e63ec;
	font-size: 18px;
	margin: 0 8px;
}

.main-nav a:hover {
	color: black;
	border-bottom: 2px solid black;
}

.mb-inside img {
	width: 100%;
}

/*-----------museum---------------*/
.museumTitle  a,.museumTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -390px;
	margin: 100px 0 40px;
}

.m-slide {
	position: relative;
	width: 1100px;
	height: 360px;
}

.m-slide .bottom-shadow {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background: #e6e6e6;
}

.m-slide .img {
	float: left;
	position: relative
}

.m-slide .img li, .m-slide .img a, .m-slide .img img {
	display: block;
	width: 560px;
	height: 350px;
}

.m-slide .img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.m-slide .img .first {
	display: block;
}

.m-slide .tab {
	float: right;
}

.m-slide .tab li {
	*margin-bottom: -3px;
	border-top: 1px solid #e5e5e5;
	width: 540px;
	line-height: 69px;
	height: 69px;
	background: url(bgbg.png) repeat-x 0 32px;
}

.m-slide .tab .first {
	border-top: 0
}

.m-slide .tab a {
	text-decoration: none;
	display: block;
	position: relative;
	width: 520px;
	height: 69px;
	border-left: 3px solid #fff;
	line-height: 71px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-slide .tab a .des {
	left: 18px;
	top: 26px;
	height: 16px;
	line-height: 16px;
	color: #999;
}

.m-slide .tab .first a {
	height: 50px;
}

.m-slide .tab .on a {
	border-left: 3px solid #910305;
	color: #910305;
}


/*-------------voiceTitle---------------*/
.voiceTitle a,.voiceTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -570px;
	margin: 70px 0 40px;
}

.voiceBox {
	width: 1100px;
	float: left;
}

.voicePic {
	width: 560px;
	float: left;
}

.voicePic li {
	width: 225px;
	float: left;
	margin: 4px 15px;
	display: inline;
	height: 360px;
	text-align: center;
	padding: 0 5px;
}

.voicePic li img {
	width: 225px;
	float: left;
	height: 320px;
	padding: 5px;
}

.voicePic li span {
	width: 225px;
	float: left;
	height: 60px;
	line-height: 30px;
	text-align: center;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	font-size: 15px;
}

.voiceTxt {
	width: 540px;
	float: left;
}

.voiceTxt  li {
	line-height: 65px;
	height: 65px;
	padding: 0 0 0 25px;
	overflow: hidden;
	width: 470px;
	margin: 0 5px;
	position: relative;
	float: left;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: #eee 2px dashed;
}

.voiceTxt  li:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #910305;
	border: 2px solid #910305;
	border-radius: 50%;
}	

/*-----------media---------------*/
.mediaTitle a,.mediaTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -480px;
	margin: 70px 0 40px;
}

.mediaPic {
	width: 1100px;
	float: left;
}

.mediaPic li {
	width: 464px;
	float: left;
	margin: 5px 22px;
	display: inline;
	height: 310px;
	text-align: center;
	padding: 15px;
	border: #900 1px solid;
}

.mediaPic li img {
	width: 464px;
	float: left;
	height: 261px;
}

.mediaPic li span {
	width: 464px;
	float: left;
	height: 52px;
	line-height: 26px;
	text-align: center;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	font-size: 15px;
}

.mediaTxt {
	width: 1100px;
	float: left;
}

.mediaTxt  li {
	line-height: 65px;
	height: 65px;
	padding: 0 0 0 20px;
	overflow: hidden;
	width: 510px;
	margin: 0 10px;
	position: relative;
	float: left;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: #eee 2px dashed;
}

.mediaTxt  li:before {
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #910305;
	border: 1px solid #910305;
	border-radius: 50%;
}	

/*-----------book---------------*/
.bookTitle a,.bookTitle a:visited {
	width: 1100px;
	float: left;
	height: 68px;
	overflow: hidden;
	text-indent: -9999em;
	display: block;
	background: url("title.png") no-repeat scroll 0 -660px;
	margin: 50px 0 40px;
}

.bookPic {
	width: 785px;
	padding: 32px 110px 20px 195px;
	float: left;
}

.bookPic li {
	width: 128px;
	float: left;
	margin: 40px 27px;
	display: inline;
	height: 183px;
	text-align: center;
}

.bookPic li img {
	width: 128px;
	float: left;
	height: 183px;
}

/*-----------foot_info---------------*/
.foot_info {
	width: 1100px;
	padding: 20px 0;
	text-align: center;
	line-height: 27px;
	overflow: hidden;
	float: left;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif !important;
	font-size: 15px;
}

.foot_info p {
	width: 100%;
	text-align: center;
}