﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"宋体";
	color:#333;
	border:none;
	list-style:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
	background:url(bodyBg.png) repeat-x left top;
}
.mainBox {
	position:absolute;
	width:1130px;
	height:auto;
	float:left;
	left:50%;
	top:0px;
	margin:0 0 0 -565px;
}
/*---顶栏--*/
.topNav {
	float:left;
	width:100%;
	height:31px;
	line-height:31px;
}
.topNav .welcome {
	float:left;
	color:#d0d0d0;
}
.topNav .reg {
	float:right;
	background:url(topNavBg.png) no-repeat;
	text-align:center;
	width:95px;
	color:#c1c1c1;
}
.topNav .blog {
	float:right;
	background:url(topNavBg.png) no-repeat;
	text-align:center;
	width:77px;
	margin-right:5px;
}
.topNav .reg a, .topNav .blog a {
	color:#c1c1c1;
}
/*-----logo+公司简介----*/
.leftBox {
	float:left;
	width:285px;
	height:auto;
}
.logo {
	float:left;
	width:100%;
	height:127px;
}
.secondNavM {
	float:left;
	width:100%;
	height:385px;
	position:relative;
	background:url(leftSecBg.png) no-repeat;
}
.companyInfo {
	background:url(companyInfo.png) no-repeat;
}
.companyInfo .nosee {
	display:none;
}
.companyInfo .more {
	position:absolute;
	left:27px;
	bottom:10px;
	width:13px;
	height:auto;
	line-height:16px;
	text-align:center;
}
.companyInfo .more a {
	background:url(+.png) no-repeat -1px top;
	padding-top:12px;
	color:#9a9d9d;
	text-align:center;
}
.companyInfo .more a:hover {
	color:#c51b1b;
	text-decoration:none;
	background:url(+hover.png) no-repeat -1px top;
}
/*-----文联概况-----*/
.companyInfo2 {
	float:right;
	margin:30px 20px 0 0;
	height:166px;
	width:auto;
}
.companyInfo2 dt {
	float:right;
	width:36px;
	height:166px;
	border-left:1px solid #e1e1e2;
}
.companyInfo2 dt span {
	display:none;
}
.companyInfo2 dd {
	border-left:1px solid #e1e1e2;
	float:right;
	width:14px;
	padding:50px 9px 18px 9px;
	height:98px;
	background:url(secNav_icon.png) no-repeat 11px 32px;
}
.companyInfo2 dd a {
	line-height:24px;
	font-size:14px;
	color:#979797;
}
.companyInfo2 dd:hover {
	background:url(secNav_selected.png) no-repeat 11px 32px;
	cursor:pointer;
}
.companyInfo2 dd:hover a {
	color:#c51b1b;
	text-decoration:none;
}
/*-----艺术感言-----*/
.artTalk {
	float:left;
	width:275px;
	margin:55px 5px 0 5px;
}
.artTalk h2 {
	float:left;
	height:35px;
	width:100%;
	background:url(boxTitle06.jpg) no-repeat;
	text-indent:-9999px;
}
.artTalk .pic {
	float:left;
	margin:5px;
	width:70px;
	height:82px;
	border:1px solid #888;
}
.artTalk .pic img {
	width:70px;
	height:82px;
}
.artTalk .atTxt {
	float:left;
	width:192px;
}
.artTalk .atTxt dt {
	font-size:14px;
	line-height:24px;
}
.artTalk .atTxt dd {
	font-size:12px;
	line-height:20px;
	text-indent:2em;
}
/*----搜索---*/
.searchBox {
	float:left;
	width:100%;
	min-height:29px;
	height:auto;
	padding:23px 0 21px 0;
	background:url(searchBg.png) no-repeat;
}
.searchBox h2 {
	display:none;
}
.searchBox .txtInput {
	float:left;
	width:142px;
	background:none;
	border:none;
	color:#a0a0a0;
	line-height:29px;
	height:29px;
	margin:0 4px 0 48px;
}
.searchBox .searchBt {
	float:left;
	width:50px;
	height:29px;
	color:#3a3a3a;
	border:none;
	background:url(searchBt_normal.png) no-repeat;
	line-height:29px;
	text-align:center;
}
.searchBox .searchBt:hover {
	background:url(searchBt_hover.png) no-repeat;
	color:#000;
	cursor:pointer;
}
/*-------关注微博--------*/
.weibo {
	float:left;
	height:57px;
	width:100%;
	margin-bottom:20px;
	background:url(weiboBg.png) no-repeat;
}
.weibo h2 {
	display:none;
}
.weibo a.addWeibo {
	float:left;
	width:auto;
	padding:2px 10px;
	background:#acacac;
	color:#fff;
	margin:12px 0 0 186px;
}
.weibo a.addWeibo:hover {
	background:#333;
	color:#fff;
	text-decoration:none;
}
.weibo a.quickLink {
	float:left;
	margin:7px 0 0 73px;
	color:#7d7d7d;
	font-family:Arial;
	font-style:italic;
}
/*--生日榜--*/	
.birthdayList {
	float:left;
	width:100%;
	height:180px;
	background:url(box01Bg.png) no-repeat center top;
}
.birthdayList h2 {
	display:none;
}
.birthdayList ul {
	float:left;
	padding:60px 70px 0 25px;
}
.birthdayList li {
	float:left;
	width:33%;
	height:24px;
	line-height:24px;
}
/*--友情链接--*/
.finderlyLinks {
	float:left;
	width:100%;
	min-height:200px;
	height:auto;
	margin-bottom:30px;
}
.finderlyLinks h2 {
	float:left;
	width:100%;
	height:41px;
	background:url(friendlyLinksTitle.png) no-repeat center top;
	text-indent:-9999px;
}
.finderlyLinks ul {
	float:left;
	margin-left:24px;
}
.finderlyLinks li {
	float:left;
	width:69px;
	height:50px;
	position:relative;
	margin:6px 9px 0 0;
}
.finderlyLinks li img {
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	width:69px;
	height:50px;
	z-index:87;
}
.finderlyLinks li a {
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	width:69px;
	text-indent:-9999px;
	height:50px;
	line-height:50px;
	color:#fff;
	z-index:88;
	text-align:center;
	background:#f00\9;
	filter:alpha(opacity=1)\9;
}
.finderlyLinks li a:hover {
	text-indent:0px;
	text-decoration:none;
	background:url(blackBg.png) repeat;
	background:#000\9;
	filter:alpha(opacity=80)\9;
}
/*----下拉框式的友情链接-----*/	
.finderlyLinks2 {
	float:left;
	margin-left:24px;
	width:225px;
}
.finderlyLinks2 h2 {
	float:left;
	height:35px;
	width:100%;
	background:url(boxTitle07.jpg) no-repeat;
	text-indent:-9999px;
}
/*---下拉框样式--*/	
.flinkSelected {
	float:left;
	margin:10px 0;
	width:98%;
	border:1px solid #c5c5c5;
	height:25px;
	line-height:25px;
	color:#6b6b6b;
}
/*--------------------*/
/*-------右侧模块------*/
/*--------------------*/
.rightBox {
	float:right;
	width:845px;
	height:auto;
}
.rightBox .minTools {
	float:right;
	height:70px;
	width:100%;
	line-height:70px;
	color:#8c8c8c;
	text-align:right;
}
.rightBox .minTools a {
	color:#8c8c8c;
}
/*--导航--*/
.rightBox .navigation {
	float:left;
	height:63px;
	width:100%;
	background:url(navBottomline.png) repeat-x left bottom;
}
.rightBox .navigation li {
	float:left;
	width:auto;
	height:23px;
	padding:0 11px 0 8px;
	background:url(navLine.png) no-repeat right center;
}
.rightBox .navigation li a {
	float:left;
	text-indent:-9999px;
	width:97px;
	height:23px;
	padding-bottom:40px;
}
.rightBox .navigation li.lastNoline {
	background:none;
}
.rightBox .navigation li.toomoreWords {
	width:140px;
}
.rightBox .navigation li.toomoreWords a {
	width:140px;
}
.rightBox .navigation li a.nav01 {
	background:url(nav01.png) no-repeat;
}
.rightBox .navigation li a.nav01:hover, .rightBox .navigation li a.nav01.selected {
	background:url(nav01_hover.png) no-repeat;
}
.rightBox .navigation li a.nav02 {
	background:url(nav02.png) no-repeat;
}
.rightBox .navigation li a.nav02:hover, .rightBox .navigation li a.nav02.selected {
	background:url(nav02_hover.png) no-repeat;
}
.rightBox .navigation li a.nav03 {
	background:url(nav03.png) no-repeat;
}
.rightBox .navigation li a.nav03:hover, .rightBox .navigation li a.nav03.selected {
	background:url(nav03_hover.png) no-repeat;
}
.rightBox .navigation li a.nav04 {
	background:url(nav04.png) no-repeat;
}
.rightBox .navigation li a.nav04:hover, .rightBox .navigation li a.nav04.selected {
	background:url(nav04_hover.png) no-repeat;
}
.rightBox .navigation li a.nav05 {
	background:url(nav05.png) no-repeat;
}
.rightBox .navigation li a.nav05:hover, .rightBox .navigation li a.nav05.selected {
	background:url(nav05_hover.png) no-repeat;
}
.rightBox .navigation li a.nav06 {
	background:url(nav06.png) no-repeat;
}
.rightBox .navigation li a.nav06:hover, .rightBox .navigation li a.nav06.selected {
	background:url(nav06_hover.png) no-repeat;
}
.rightBox .navigation li a.nav07 {
	background:url(nav07.png) no-repeat;
}
.rightBox .navigation li a.nav07:hover, .rightBox .navigation li a.nav07.selected {
	background:url(nav07_hover.png) no-repeat;
}
.rightBox .navigation li a.nav08 {
	background:url(nav08.png) no-repeat;
}
.rightBox .navigation li a.nav08:hover, .rightBox .navigation li a.nav08.selected {
	background:url(nav08_hover.png) no-repeat;
}
.rightBox .navigation li a.nav09 {
	background:url(nav09.png) no-repeat;
}
.rightBox .navigation li a.nav09:hover, .rightBox .navigation li a.nav09.selected {
	background:url(nav09_hover.png) no-repeat;
}
.rightBox .navigation li a.nav10 {
	background:url(nav10.png) no-repeat;
}
.rightBox .navigation li a.nav10:hover, .rightBox .navigation li a.nav10.selected {
	background:url(nav10_hover.png) no-repeat;
}
.rightBox .navigation li a.nav11 {
	background:url(nav11.png) no-repeat;
}
.rightBox .navigation li a.nav11:hover, .rightBox .navigation li a.nav11.selected {
	background:url(nav11_hover.png) no-repeat;
}
/*-----滚动展示位置----*/
.advBox {
	float:right;
	width:100%;
	height:424px;
 //text-align:right;
}
/*-----文联资讯+通知公告-------*/
.newsNotice {
	float:right;
	width:833px;
	height:193px;
	background:#fff;
	border:1px solid #d4d4d4;
	margin-top:15px;
}
/*-----群艺荟萃+活动预告+-------*/
.newsNotice2 {
	float:right;
	width:835px;
	height:195px;
	margin-top:15px;
}
/*---模块通用-----*/
.boxStyle {
	float:left;
	width:500px;
	height:200px;
}
.boxStyle h2.title {
	float:left;
	height:44px;
	width:100%;
	line-height:44px;
	position:relative;
	text-indent:-9999px;
}
.boxStyle h2.title .more {
	float:left;
	width:auto;
	height:24px;
	text-indent:0px;
	line-height:24px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:15px;
	top:10px;
}
.boxStyle h2.title .more a {
	color:#a0a0a0;
}
.boxStyle ul {
	float:left;
	margin:0 15px;
	width:470px;
}
.boxStyle li {
	display:block;
	clear:both;
	min-height:28px;
	height:auto;
	line-height:28px;
	position:relative;
	text-indent:20px;
	background:url(listicon.png) no-repeat left center;
}
.boxStyle li a {
	text-indent:0px;
	color:#6b6b6b;
	font-size:12px;
}
.boxStyle li .time {
	text-indent:0px;
	position:absolute;
	right:0px;
	top:0px;
	line-height:24px;
	color:#a0a0a0;
}
/*-------配合通用模块用的宽高补充-----*/
/*--文联资讯--*/
.newsWH {
	width:580px;
	height:100%;
	border-right:1px solid #d4d4d4;
}
.newsWH h2.title {
	background:url(box02Title.png) no-repeat 15px center;
}
.newsWH ul {
	width:550px;
}
.newsWH li a {
	font-size:14px;
}
/*--通知公告--*/
.noticeWH {
	width:252px;
	height:100%;
}
.noticeWH h2.title {
	background:url(box03Title.png) no-repeat 15px center;
}
.noticeWH ul {
	width:222px;
}
/*------活动预报-----*/
.comingEvents {
	width:289px;
	height:190px;
	border-right:1px solid #d4d4d4;
}
.comingEvents h2.title {
	background:url(box04Title.png) no-repeat 15px center;
}
.comingEvents ul {
	width:259px;
}
/*------群艺荟萃-----*/
.artFair {
	width:290px;
	height:190px;
	border-right:1px solid #d4d4d4;
}
.artFair h2.title {
	background:url(box05Title.png) no-repeat 15px center;
}
.artFair ul {
	width:260px;
}
/*------活动入口-----*/
.activityShow {
	width:252px;
	height:190px;
}
.activityShow h2 {
	display:none;
}
.activityShow a {
	color:#5f5e5e;
}
.actInfo {
	float:left;
	margin:16px;
	width:219px;
	line-height:18px;
}
.upPrevPage {
	float:right;
	width:auto;
	height:13px;
	margin-right:15px;
}
.upPrevPage a.prev, .upPrevPage a.next, .upPrevPage a.prevNotuse, .upPrevPage a.nextNotuse {
	float:left;
	width:18px;
	height:13px;
	text-indent:-9999px;
	background:url(tb_leftNormal.png) no-repeat;
}
.upPrevPage a.prev:hover {
	background:url(tb_leftHover.png) no-repeat;
}
.upPrevPage a.prevNotuse, .upPrevPage a.prevNotuse:hover {
	background:url(tb_leftNotuse.png) no-repeat;
}
.upPrevPage a.next {
	float:left;
	width:19px;
	background:url(tb_rightNormal.png) no-repeat;
}
.upPrevPage a.next:hover {
	background:url(tb_rightHover.png) no-repeat;
}
.upPrevPage a.nextNotuse, .upPrevPage a.nextNotuse:hover {
	background:url(tb_rightNotuse.png) no-repeat;
}
/*--------copyright----------*/
.copyright {
	width:820px;
	padding:30px 0 0 15px;
	height:54px;
	float:right;
	line-height:20px;
	color:#6b6b6b;
	background:url(copyrightBg.png) no-repeat;
}
.copyright .phone {
	display:none;
}
/*----------------------内页样式------------------------*/
/*--二级导航--*/
.secondNav {
	float:left;
	width:100%;
	height:345px;
	position:relative;
	background:url(leftSecBg.png) no-repeat;
}
.secondNav dl {
	float:right;
	margin:70px 64px 0 0;
	height:166px;
	width:auto;
}
.secondNav dt {
	float:right;
	width:34px;
	height:158px;
	padding:18px 0;
	border-left:1px solid #e1e1e2;
}
.secondNav dd {
	border-left:1px solid #e1e1e2;
	float:right;
	width:14px;
	padding:43px 9px 18px 9px;
	height:133px;
	background:url(secNav_icon.png) no-repeat 11px 18px;
}
.secondNav dd a {
	line-height:24px;
	font-size:14px;
	color:#979797;
}
.secondNav dd:hover {
	background:url(secNav_selected.png) no-repeat 11px 18px;
	cursor:pointer;
}
.secondNav dd:hover a {
	color:#c51b1b;
	text-decoration:none;
}
.secondNav dd.selected {
	background:url(secNav_selected.png) no-repeat 11px 18px;
}
.secondNav dd.selected a {
	color:#c51b1b;
	font-weight:bold;
}
/*-----列表样式------*/
.newsList {
	width:100%;
	float:right;
	min-height:300px;
	height:auto;
	margin:15px 0 0 0;
}
.listInfo, .listActorInfo {
	float:right;
	width:797px;
	height:146px;
	padding:15px 13px;
	background:url(listbg1.png) no-repeat;
	position:relative;
	margin-bottom:15px;
}
.listInfo h3.title, .listActorInfo h3.title {
	float:left;
	margin-left:216px;
	width:581px;
	height:20px;
	line-height:20px;
}
.listInfo h3.title a, .listActorInfo h3.title a {
	color:#3c3c3c;
	font-size:14px;
}
.listInfo .time {
	float:left;
	width:auto;
	color:#999;
	position:absolute;
	right:13px;
	top:15px;
	height:20px;
	line-height:20px;
}
.listInfo .pic, .listActorInfo .pic {
	position:absolute;
	float:left;
	width:197px;
	height:147px;
	left:11px;
	top:13px;
	background:url(listPicbg.jpg) no-repeat;
}
.listInfo .pic img {
	float:left;
	margin:4px 0 0 4px;
	width:183px;
	height:133px;
}
.listInfo .txtBox, .listActorInfo .txtBox {
	float:left;
	color:#666;
	margin:15px 0 0 216px;
	width:581px;
	height:auto;
	line-height:20px;
}
.listActorInfo .txtBox br {display:none;}
.listInfo .more, .listActorInfo .more {
	float:left;
	width:auto;
	position:absolute;
	left:229px;
	bottom:15px;
}
.listInfo .more a, .listActorInfo .more a {
	color:#089dcb;
}
/*----艺术家列表----*/
.listActorInfo h3.title {
	margin-left:150px;
	width:647px;
}
.listActorInfo h3.title .post {
	padding-left:12px;
	font-size:12px;
	font-weight:normal;
	color:#999999;
}
.listActorInfo .pic {
	width:140px;
	height:150px;
	left:11px;
	top:11px;
	background:none;
}
.listActorInfo .pic img {
	float:left;
	margin:0;
	width:110px;
	height:150px;
}
.listActorInfo .txtBox {
	float:left;
	color:#666;
	margin:15px 0 0 150px;
	width:647px;
}
.listActorInfo .more {
	left:163px;
}
/*-翻页定位-*/
.pageBox {
	float:right;
	height:30px;
	line-height:30px;
}
/*------资讯列表------*/
/*---特殊资讯--*/
.specialNews {
	float:right;
	width:797px;
	height:85px;
	padding:15px 13px;
	background:url(listbg2.png) no-repeat;
	position:relative;
	margin-bottom:15px;
}
.specialNews h3.title {
	float:left;
	margin-left:120px;
	width:677px;
	height:20px;
	line-height:20px;
}
.specialNews h3.title a {
	color:#3c3c3c;
	font-size:14px;
}
.specialNews .time {
	float:left;
	width:auto;
	color:#999;
	position:absolute;
	right:13px;
	top:15px;
	height:20px;
	line-height:20px;
}
.specialNews .calendar {
	position:absolute;
	float:left;
	width:79px;
	height:76px;
	left:13px;
	top:15px;
	background:url(calendarBg.png) no-repeat;
}
.specialNews .calendar .week {
	float:left;
	width:100%;
	margin-top:1px;
	height:19px;
	line-height:19px;
	text-align:center;
	color:#fff;
	font-family:"宋体";
}
.specialNews .calendar .date {
	float:left;
	width:100%;
	height:38px;
	line-height:38px;
	font-size:33px;
	font-family:Arial;
	text-align:center;
	color:#787d7f;
}
.specialNews .calendar .mouth {
	float:left;
	width:100%;
	height:14px;
	line-height:14px;
	font-family:Arial;
	text-align:center;
	color:#c5c5c5;
}
.specialNews .txtBox {
	float:left;
	color:#666;
	margin:15px 0 0 120px;
	width:677px;
	height:auto;
	line-height:20px;
}
.specialNews .txtBox br {display:none;}
/*------建议列表------*/
.easyNewsList {
	float:right;
	width:795px;
	height:auto;
	padding:15px 13px;
	border:1px solid #d4d4d4;
	background:#fff;
	margin-bottom:15px;
}
.easyNewsList li {
	float:left;
	height:30px;
	line-height:30px;
	width:100%;
	text-indent:30px;
	margin:8px 0;
	background:url(listIcon02.png) no-repeat 15px center;
	position:relative;
}
.easyNewsList li a {
	color:#666;
}
.easyNewsList li .time {
	position:absolute;
	right:0px;
	top:0px;
	float:left;
	height:30px;
	line-height:30px;
	width:auto;
	color:#a0a0a0;
}
/*-------图片式列表-------*/
.picNewsList {
	float:left;
	width:100%;
	height:auto;
}
.picNewsList ul {
	float:left;
	width:100%;
	height:auto;
}
.picNewsList li {
	float:left;
	width:267px;
	height:176px;
	margin:6px;
	background:url(piclist_picBg.png) no-repeat;
	position:relative;
}
.picNewsList li img {
	position:absolute;
	left:13px;
	top:13px;
	float:left;
	width:240px;
	height:150px;
	z-index:87;
}
.picNewsList li .hoverBox {
	display:none;
	position:absolute;
	left:13px;
	bottom:13px;
	float:left;
	width:240px;
	height:24px;
	background:url(blackBg.png) repeat;
	z-index:88;
	cursor:pointer;
}
.picNewsList li .hoverBox .linkTitle {
	float:left;
	color:#d2d2d2;
	line-height:24px;
	margin-left:6px;
}
.picNewsList li .hoverBox .more {
	float:right;
	color:#999;
	line-height:24px;
	margin-right:6px;
}
.picNewsList li:hover .hoverBox {
	display:block;
}
/*-----特殊视频展示-----*/
.speVideo {
	float:left;
	width:823px;
	height:370px;
	margin:12px 0 12px 7px;
	background:url(videoBg.png) no-repeat;
}
.speVideo .svImg {
	float:left;
	width:565px;
	height:348px;
	margin:10px 0 0 11px;
	position:relative;
}
.speVideo .svImg .titleBox {
	float:left;
	height:54px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(blackBg.png) repeat;
}
.speVideo .svImg .titleBox .linkTitle {
	float:left;
	color:#d2d2d2;
	font-size:14px;
	line-height:54px;
	padding-left:25px;
	margin-left:8px;
	background:url(videoIcon.png) no-repeat left center;
}
.speVideo .svText {
	float:right;
	margin:10px 11px 0 0;
	width:197px;
	padding:20px 15px;
	height:308px;
	color:#888;
	line-height:20px;
}
.speVideo .svText h2.title {
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	height:24px;
	margin-bottom:1em;
}
/*-------视频式列表-------*/
.videoNewsList, .videoNewsList ul {
	float:left;
	width:100%;
	height:auto;
}
.videoNewsList li {
	float:left;
	width:267px;
	height:176px;
	margin:6px;
	background:url(piclist_picBg.png) no-repeat;
	position:relative;
}
.videoNewsList li img {
	position:absolute;
	left:13px;
	top:13px;
	float:left;
	width:240px;
	height:150px;
	z-index:87;
}
.videoNewsList li .titleBox {
	position:absolute;
	left:13px;
	bottom:13px;
	float:left;
	width:240px;
	height:32px;
	background:url(blackBg.png) repeat;
	z-index:88;
	cursor:pointer;
}
.videoNewsList li .titleBox .linkTitle {
	float:left;
	color:#d2d2d2;
	line-height:32px;
	padding-left:25px;
	margin-left:8px;
	background:url(videoIcon.png) no-repeat left center;
}
/*-----新闻详情-----*/
.newsShow {
	float:right;
	width:795px;
	height:auto;
	padding:15px 13px 63px 13px;
	border:1px solid #d4d4d4;
	background:#fff;
	position:relative;
	margin-bottom:15px;
}
.newsShow h1.title {
	width:100%;
	font-size:16px;
	font-family:"微软雅黑";
	text-align:center;
	height:30px;
	line-height:30px;
}
.newsShow .newsInfo {
	color:#999;
	float:left;
	width:100%;
	height:24px;
	line-height:24px;
	text-align:center;
	margin-bottom:12px;
	border-bottom:1px solid #d4d4d4;
}
.newsShow .backTolist {
	position:absolute;
	left:13px;
	bottom:0px;
	float:left;
	width:793px;
	height:24px;
	text-align:right;
	line-height:24px;
	padding:12px 0;
	border-top:1px solid #d4d4d4;
}
.newsShow .backTolist a {
	color:#089dcb;
}
/*--文字输入--*/
.newsShow .newsTextBox {
	float:left;
	width:100%;
	height:auto;
	line-height:18px;
}
