<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
}
/*header*/
header {
	width: 100%;
	overflow: hidden;
}
.middle {
	width: 1000px;
	margin: 0 auto;
}
.topbar {
	width: 100%;
	height: 90px;
}
.topbar .logo {
	float: left;
	width: 400px;
	height: 100%;
	position: relative;
}
.topbar .logo img {
	display: block;
	max-width: 100%;
	max-height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.topbar .searchbox {
	width: auto;
	max-width: 580px;
	float: right;
	margin-top: 20px;
}
.topbar .search {
	width: 400px;
	height: 48px;
	line-height: 48px;
	float: left;
	margin-right: 25px;
	border: 1px solid #ececec;
	-moz-border-top-left-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	border-top-left-radius: 24px;
	-moz-border-bottom-left-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	border-bottom-left-radius: 24px;
	position: relative;
}
.topbar .search .inputext {
	width: 260px;
	height: 48px;
	line-height: 48px;
	border: 0 none;
	background: none;
	color: #666;
	position: absolute;
	right: 25px;
	top: 0;
}
.topbar .search .inputbtn {
	width: 50px;
	height: 50px;
	border: 0 none;
	background: url(../images/searchbtn.png) center no-repeat;
	position: absolute;
	right: -25px;
	top: -1px;
	cursor: pointer;
}
.topbar .login {
	float: right;
	padding-left: 30px;
	text-align: center;
}
.topbar .login a {
	display: block;
}
.topbar .login img {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
}
.topbar .login span {
	display: block;
	width: 30px;
	height: 30px;
	color: #666;
}
/*下拉*/
#sslct_main {
	height: 26px;
	padding-top: 11px;
}
.sslct {
	display: inline-block;
	height: 26px;
	border-right: 1px solid #ececec;
	margin-top: 11px;
	padding-right: 10px;
	vertical-align: top;
 *display:inline;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	z-index: 9;
}
.sslct .butten {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	vertical-align: top;
	background: url(../images/arrowbt.png) right center no-repeat;
}
.sslct .butten_r {
	display: inline-block;
	width: 55px;
	height: 26px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.list_sslct {
	height: 0;
	overflow: hidden;
	width: 76px;
	line-height: 30px;
	position: absolute;
	left: 18px;
	top: 38px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ececec;
	border-top: 0;
	border-bottom: 0;
}
.list_sslct li {
	border-bottom: 1px solid #ececec;
}
.list_sslct li a {
	display: block;
	padding: 0 5px;
	text-align: center;
}
.list_sslct li a:hover {
	background: #c9060e;
	color: #ffba00;
}
/*navigation*/
nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../images/navbg.png) center no-repeat;
}
#nav {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
#nav li {
	float: left;
	width: 80px;
	height: 100%;
	text-align: center;
	padding-right: 73px;
	-webkit-transition: background-color 700ms;
	transition: background-color 700ms;
}
#nav li:first-of-type {
	text-align: left;
}
#nav li:last-of-type {
	padding-right: 0;
	text-align: right;
}
#nav li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
	-webkit-transition: color 200ms;
	transition: color 200ms;
}
#nav li a.on {
	color: #ffba00;
}
#nav li a span {
	position: relative;
	z-index: 9;
}
/*banner*/
.bannerdiv {
	width: 100%;
	height: 360px;
	padding-top: 40px;
	background: url(../images/bannerbg.jpg) center top no-repeat;
	position: relative;
}
/*banner*/
.fullSlide {
	width: 740px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
}
.fullSlide .bd li img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 450px;
}
.fullSlide .bd li .middle {
	position: absolute;
	left: 50%;
	top: 42px;
	margin-left: -600px;
	text-align: right;
}
.fullSlide .bd li .middle img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.fullSlide .hd {
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	bottom: 15px;
	position: absolute;
	z-index: 1;
	bottom: 18px;
	overflow: hidden;
}
.fullSlide .hd ul {
	text-align: center;
	overflow: hidden;
}
.fullSlide .hd ul li {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	max-width: 240px;
	height: 42px;
	line-height: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	vertical-align: top;
	text-align: left;
}
.fullSlide .hd ul li .thumb {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 3px 3px;
	overflow: hidden;
	border: 2px solid #e5e3da;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	vertical-align: top;
	position: relative;
}
.fullSlide .hd ul li span {
	display: none;
	width: 180px;
	line-height: 42px;
	padding-right: 10px;
	font-size: 12px;
	margin-left: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}
.fullSlide .hd ul li.on span {
	display: inline-block;
}
.fullSlide .hd ul li.on {
	background: rgba(0,0,0,.5);
}
/*banner02*/
.slideBox {
	width: 260px;
	height: 360px;
	overflow: hidden;
	position: relative;
	background: #ffba00;
	float: right;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: none;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	font-size: 0;
	line-height: 14px;
	text-align: center;
	background: rgba(255,255,255,.5);
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #fff;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li a {
	display: block;
	padding: 30px 30px;
	overflow: hidden;
}
.slideBox .bd li h3 {
	font-size: 30px;
	font-weight: bold;
	height: 84px;
	line-height: 42px;
	color: #fff;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.slideBox .bd li p {
	font-size: 14px;
	height: 168px;
	line-height: 28px;
	margin-top: 20px;
	color: #fff;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next { 
	display: block;
	width: 28px;
	height: 18px; 
	position: absolute;   
}
.slideBox .prev {
	background: url(../images/arrowfl_white.png) center no-repeat #ffae03;
	right: 56px;
	bottom: 20px; 
}
.slideBox .next {
	background: url(../images/arrowfr_white.png) center no-repeat #ffae03;
	right: 24px;
	bottom: 20px; 
}
.slideBox .prev:hover {
	background: url(../images/arrowfl_white.png) center no-repeat #ff9d03; 
}
.slideBox .next:hover {
	background: url(../images/arrowfr_white.png) center no-repeat #ff9d03; 
}
/*.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}*/
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.main_con {
	width: 100%;
	margin-bottom: 40px;
	background: url(../images/mainbg.png) left 40px no-repeat;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
/*文化资讯*/
.mianbox {
	width: 100%;
	height: auto; 
}
.title {
	width: 1000px;
	margin: 0 auto;
	padding-top:40px;
	overflow: hidden;
}
.title h3 {
	width: 100%;
	height: 50px;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
}
.title h3 span {
	background: url(../images/icon1.png) left no-repeat;
	display: block;
	float: left;
	padding-left: 50px;
}
.title h3 strong {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	float: left;
}
.title h3 small {
	font-size: 12px;
	color: #a9a9a9;
	width: 100%;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	float: left;
	font-weight: normal;
	font-variant: small-caps;
}
.title h3 a {
	display: block;
	width: 40px;
	height: 100%;
	float: right;
	color: #999;
	font-size: 0;
	background: url(../images/more.png) right center no-repeat;
}
.title h3 a:hover {
	background: url(../images/more_on.png) right center no-repeat;
}
.cultureinfo .title h3 span{
	background: url(../images/icon1.png) left no-repeat;
}
.onlinebox .title h3 span{
	background: url(../images/icon2.png) left no-repeat;
}
.mapbox .title h3 span{
	background: url(../images/icon3.png) left no-repeat;
}
.trainbox .title h3 span{
	background: url(../images/icon4.png) left no-repeat;
}
/*文化资讯*/
.cultureinfo {
	background: url() right bottom no-repeat;
	-o-background-size: 25% auto;
	-ms-background-size: 25% auto;
	-moz-background-size: 25% auto;
	-webkit-background-size: 25% auto;
	background-size: 25% auto;
	overflow: hidden;
}
.cultureinfo ul {
	float: left;
	overflow: hidden;
}
.cultureinfo .first_ul {
	width: 43%;
	padding-right: 4%;
}
.cultureinfo .last_ul {
	width: 51%;
	float: right;
}
.cultureinfo li {
	padding-top: 40px;
	position: relative;
	overflow: hidden;
}
.cultureinfo .first_ul li .imgbox {
	display: block;
	width: 100%;
	height: 240px;
	float: none;
	overflow: hidden;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.cultureinfo li .imgbox img {
	width: 100%;
	height: 100%;
}
.cultureinfo li:hover .imgbox img {
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.cultureinfo li .textbox {
	overflow: hidden;
	position: relative;
}
.cultureinfo .first_ul li .textbox {
	padding-top: 11px;
	overflow: hidden;
        text-overflow: ellipsis;
}
.cultureinfo li span {
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}  
.cultureinfo li span strong {
	display: block;
	font-size: 32px;
	color: #999;
	font-weight: normal;
}
.cultureinfo li:hover span strong {
	color: #c9060e;
}
.cultureinfo .first_ul li .textbox a {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cultureinfo .first_ul li:hover .textbox a {
	color: #c9060e;
}
.cultureinfo li .textbox p {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.cultureinfo .last_ul { 
	position: relative;
}
.cultureinfo .last_ul li {
	padding-top: 40px; 
} 
.cultureinfo .last_ul li .imgbox {
	display: block;
	width: 120px;
	height: 90px;
	float: left;
	overflow: hidden; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.cultureinfo .last_ul .textbox {
	float: right;
	width: 370px;
}
.cultureinfo .last_ul .textbox a {
	font-size: 16px;
	color: #333;
	font-weight:bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cultureinfo .last_ul li:hover .textbox a {
	color: #c9060e;
}
.cultureinfo .last_ul .textbox p {
	padding-top: 8px;
}
.cultureinfo .title h3 span{
	background: url(../images/icon1.png) left no-repeat;
}
/*文化活动*/
.onlinebox .activity_ul{
	padding-top:30px;
	overflow:hidden;
}
.onlinebox .activity_ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	height: 354px;
	padding-bottom: 10px;
	overflow: hidden;
	background: #f9f9f9;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.onlinebox .activity_ul li:last-of-type{
	margin-right:0;
}
.onlinebox .activity_ul li::after {
	display: block;
	content: "";
	width: 100%;
	height: 10px;
	background: url(../images/culturelibg.png) center bottom no-repeat #fff;
	position: absolute;
	left: 0;
	bottom: 1px;
}
.onlinebox .activity_ul li a {
	display: block;
}
.onlinebox .activity_ul li span{
	display:block;
	height:162px;
	width:100%;
	overflow:hidden;
}
.onlinebox .activity_ul li img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.onlinebox .activity_ul li:hover img { 
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-ms-transform-origin:center center;
	-moz-transform-origin:center center;
	-webkit-transform-origin:center center;
	transform-origin:center center;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.onlinebox .activity_ul li h3 {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 40px;
	margin: 18px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.onlinebox .activity_ul li:hover h3 {
	color: #c9060e;
}
.onlinebox .activity_ul li p {
	font-size: 14px;
	color: #999;
	margin: 0 15px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 26px;
}
.onlinebox .activity_ul li p.times {
	background: url(../images/timesicon.png) left center no-repeat;
}
.onlinebox .activity_ul li p.address {
	background: url(../images/addressicon.png) left center no-repeat;
}
.onlinebox .activity_ul li .subscribe {
	padding: 20px 15px;
	overflow: hidden;
}
.onlinebox .activity_ul li .subscribe strong {
	display: block;
	height: 18px;
	line-height: 18px;
	width: 50%;
	float: left;
	font-size: 16px;
	color: #888;
	font-weight: bold;
	border-right: 1px solid #ccc;
}
.onlinebox .activity_ul li .subscribe .sbubtn {
	display: block;
	height: 18px;
	line-height: 18px;
	width: 42%;
	float: right;
	font-size: 16px;
	color: #6c6c6c;
	font-weight: bold;
	text-align: right;
	background: url(../images/rtbtnicon.png) right center no-repeat;
	padding-right: 6%;
}
.onlinebox .activity_ul li .subscribe .sbubtn:hover {
	opacity: .8;
	filter: Alpha(opacity=80);
} 
/*文化日历*/
.calendarbox{ 
	height:458px;
	margin-top:40px;
	border:1px solid #ededed;
	overflow:hidden;
}
.calendarLeft {
	display: block;
	width: 227px;
	height: 460px;
	background: url(../images/calendarleft.jpg) left bottom no-repeat;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.calendarMid {
	width: 390px;
	height: 100%;
	background: #f9f9f9;
}
#demo {
	width: 350px;
	border-top: 85px solid #ded7d4;
	padding: 10px 20px;
}
.showmonth5 {
	margin-top: -80px;
	overflow: hidden;
}
.calendarRight {
	width: 380px;
	float: right;
	text-align: left;  
	background:url(../images/calendafrrbg.png) right center no-repeat #fff;
	margin-right: -1px;
	margin-top: -1px;
}
.calendarRight_tit {
	height: 44px;
	padding: 20px;
	border-bottom: 1px solid #f3ebe0;
	position:relative;
}
.calendarRight_tit h3 {
	background: url(../images/calendarIcon.png) left 5px no-repeat;
	text-indent: 30px;
	letter-spacing: 2px;
	font-size:18px;
	color: #333;
}
.calendarRight_tit span {
	display: block;
	font-weight: lighter;
	color: #333;
}
.calendarRight_tit a.more{
	display:block;
	width:26px;
	height:100%;  
	background:url(../images/more.png) center no-repeat;
	position:absolute;
	right:20px;
	top:0;
	z-index:999;
}
.calendarRight_tit a.more:hover{
	background:url(../images/more_on.png) center no-repeat;
}
.sc-today .day{
	background: #c9060e;
}
/*资讯*/
.picScroll-top2 {
	margin: 0 18px 0 15px;
	min-height: 250px;
}
.picScroll-top2 {
	margin: 4px 20px 0 15px;
	position: relative;
}
.picScroll-top2 .bd2 ul li {
	zoom: 1;
	padding-bottom: 30px;
}
.picScroll-top2 .bd2 ul li .pic {
	width: 85px;
	height: 85px;
	float: left;
	border-radius: 50%;
	border: 2px solid #ac9b93;
	box-sizing: border-box;
	margin-right: 12px;
	overflow:hidden;
	position:relative;
}
.picScroll-top2 .bd2 ul li .pic i{
	width:100%;
	height:32px;
	line-height:34px;
	display:block;
	background:rgba(201,6,14,.6);
	font-style:normal;
	text-align:center;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
}
.picScroll-top2 .bd2 ul li .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
}
.picScroll-top2 .bd2 ul li:hover .pic {
	box-shadow: 3px 0 10px #666;
}
.picScroll-top2 .bd2 ul li h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
	padding-top: 8px;
}
.picScroll-top2 .bd2 ul li:hover h3 {
	color: #c9060e;
}
.picScroll-top2 .bd2 ul li p {
	height: 38px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	line-height: 1.4;
}
.picScroll-top2 .bd2 ul li:hover p {
}
.picScroll-top2 .bd2 {
	width: 345px;
	padding-top:5px;
	overflow: hidden;
}
.picScroll-top2 .bd2 ul li { 
	height: 85px;
	overflow: hidden;
	padding:9px 0;
}
.picScroll-top2 .bd2 ul li a {
	color: #333;
	display: block;
}
.picScroll-top2 .bd2 ul li a p {
	color: #333;
}
.picScroll-top2 .hd2 {
	overflow: hidden;
	text-align: center;
	height: 35px;
	padding-top: 5px;
}
.picScroll-top2 .hd2 ul {
	text-align: center;
	overflow: hidden;
}
.picScroll-top2 .hd2 li {
	width: 38px;
	height: 35px;
	display: inline-block;
	padding: 0;
	font-size: 0;
	margin: 0 12px;
	vertical-align: top;
	cursor: pointer;
}
.picScroll-top2 .hd2 li:nth-of-type(1) {
	background: url(../images/onebd.png) center no-repeat;
}
.picScroll-top2 .hd2 li:nth-of-type(2) {
	background: url(../images/twobd.png) center no-repeat;
}
.picScroll-top2 .hd2 li:nth-of-type(3) {
	background: url(../images/threebd.png) center no-repeat;
}
.picScroll-top2 .hd2 li.on:nth-of-type(1), .picScroll-top2 .hd li:nth-of-type(1):hover {
	background: url(../images/onebd_on.png) center no-repeat;
}
.picScroll-top2 .hd2 li.on:nth-of-type(2), .picScroll-top2 .hd li:nth-of-type(2):hover {
	background: url(../images/twobd_on.png) center no-repeat;
}
.picScroll-top2 .hd2 li.on:nth-of-type(3), .picScroll-top2 .hd li:nth-of-type(4):hover {
	background: url(../images/threebd_on.png) center no-repeat;
}
.onedaybox {
	padding: 18px 18px 18px 13px;
	overflow: hidden;
	position: relative;
}
.onedaybox:before {
	display: block;
	content: "";
	width: 29px;
	height: 103px;
	background: url(../images/onedaytitle.png) left center no-repeat;
	position: absolute;
	left: 16px;
	top: 10px;
}
.onedaybox:after {
	display: block;
	content: "";
	width: 38px;
	height: 33px;
	background: url(../images/onedaybg.png) center no-repeat;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.oneday_con {
	margin-left: 27px;
	padding: 20px 10px 20px 12px;
	overflow: hidden;
	background: #f9f9f9;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.oneday_con p {
	line-height: 22px;
	height: 44px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.announceContent a{
	color:#6cf;
}
.announceContent a:hover{
	text-decoration:underline;
}
.announceItem {
	display: block;
	text-align: center;
	padding-top: 40px;
}
.announceItem img {
	display: inline-block;
	height: 133px;
	width: 104px;
}
.announceItem p {
	line-height: 22px;
	color: #333;
	padding-top: 20px;
}
 /*文化地图*/
.mapbox .middle{
	height:360px;
	margin-top:30px;	 
}
/*培训讲座*/
.trainbox ul{
	padding-top:30px;
	overflow:hidden;
}
.trainbox li {
	width: 30.5%;
	float: left;
	margin-right: 4%;
	height: 330px; 
	overflow: hidden; 
	background:url(../images/trainbg.png) center no-repeat;
}
.trainbox li:last-of-type{
	margin-right:0;
} 
.trainbox li a {
	display: block;
	padding:4px 4px;
}
.trainbox li span{
	display:block;
	height:175px;
	width:100%;
	overflow:hidden;
}
.trainbox li img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.trainbox li:hover img { 
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-ms-transform-origin:center center;
	-moz-transform-origin:center center;
	-webkit-transform-origin:center center;
	transform-origin:center center;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.trainbox li h3 {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 20px;
	font-weight:bold;
	margin: 18px 20px 8px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}
.trainbox li:hover h3 {
	color: #c9060e;
}
.trainbox li p {
	font-size: 14px;
	color: #999;
	margin: 0 20px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 26px;
}
.trainbox li p.times {
	background: url(../images/timeicon.png) left center no-repeat;
}
.trainbox li p.author {
	background: url(../images/authoricon.png) left center no-repeat;
} 
.trainbox li p.chapter {
	background: url(../images/chaptericon.png) left center no-repeat;
} 
 /*footer*/
footer {
	width: 100%;
	height: auto;
	background: #2e3237;
	padding: 25px 0;
	overflow: hidden;
}
footer .textbox {
	width: 86%;
	float: left;
}
footer .textbox .links {
	overflow: hidden;
}
footer .textbox .links span {
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
	color: #858585;
}
footer .textbox .links a {
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
	color: #858585;
	padding-right: 20px;
	font-family:"宋体";
}
footer .textbox .links a:hover {
	color: #e1e1e1;
}
footer .textbox p {
	display: inline-block;
	color: #858585;
	line-height: 24px;
	padding-top: 10px;
	font-family:"宋体";
	font-size: 12px;
}
footer .iconfr {
	width: 10%;
	float: right;
	text-align: right;
}
footer .iconfr a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background: url(../images/icon01.png) center no-repeat;
}
footer .iconfr a:nth-of-type(2) {
	background: url(../images/icon02.png) center no-repeat;
}

.logindiv {
	float: left;
	position: relative;
}
.logindiv a {
	display: block;
	width: auto;
	height: 34px;
	line-height: 34px;
	text-align: right;
	padding: 13px 0;
	font-size: 12px;
	color: #fca2a6;
	white-space: nowrap;
	overflow: hidden;
}
.logindiv a em {
	font-style: normal;
	display: inline-block;
	padding: 0 10px;
}
.logindiv a em.login {
	background: url(../images/doubleline.png) right center no-repeat;
}
.logindiv a:hover {
	color: #fff;
}
.logindiv .headpic_p {
	width: 90px;
	text-align: center;
	height: 36px;
	padding: 12px 0;
	cursor: pointer;
}
.logindiv .headpic {
	display: inline-block;
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-top: 3px;
	overflow: hidden;
	vertical-align: top;
}
.logindiv span {
	display: inline-block;
	line-height: 36px;
	height: 36px;
	max-width: 54px;
	color: #fca2a6;
	padding-left: 5px;
	white-space: nowrap;
	overflow: hidden;
}
.logindiv ul {
	display: none;
	width: 100%;
	background: #c10d14;
	margin-top: 5px;
	/*position: absolute;
    left: 0;
    top: 60px;*/
	z-index: 8;
	position: relative;
}
.logindiv ul li {
	height: 36px;
	line-height: 36px;
	width: 100%;
	text-align: center;
}
.logindiv ul li a {
	display: block;
	color: #fff;
	padding: 0;
	margin: 0;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.logindiv ul li:hover {
	background-color: rgba(229,227,218,.2);
}

.middle.heightauto{
	height: auto;
}
.sc-active-day .day, .sc-selected .day{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	background: #c9060e;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	color:#fff;
}
.sc-active-day .lunar-day, .sc-selected .lunar-day{
	display: none;
}</pre></body></html>