@charset "utf-8";
a{color:#333333;}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
}

.w {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.position .position-txt {
	font-size: 13px;
	color: #454545;
}

/*文章正文*/
.con {
	width: 900px;
	/*min-height: 680px;*/
	margin: 30px auto;
}
.con img {
	max-width: 900px;
}
.con-title{font-size: 25px; color: #000;line-height: 50px; text-align: center; border-bottom: 2px #717171 solid;}
.small-title{width: 900px; font-size: 15px; color: #333; height: 50px; line-height: 50px;}
.small-title .date{margin:0 150px;}
.small-title .fare{float: right; margin-right: 15px;}

.main-txt{margin-top: 10px;}
.main-txt p{font-size: 15px; color: #333; line-height: 2em;}
.main-corner{float: right; margin-top: 20px; margin-bottom: 40px;}
.main-corner div{font-size: 15px; color: #333; line-height: 26px;}

.main-word{width: 100%; height: 40px; line-height: 40px; padding: 0 20px; background-color: #f1f1f1;}
.main-word .main-word-left{float: left;}
.main-word-left span{font-size: 15px; font-weight: bold; color: #fa0505;}
.main-word .main-word-right{float: right;}
.main-word-right span{float: left;}
.main-word-right .printer{margin-left: 30px; padding-left: 25px; background: url(printer.png) no-repeat left center;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(close.png) no-repeat left center;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}

/* 适老化 */
.newStyle .position {
	display: none;
}
.newStyle table,
.newStyle .con .con-main .main-corner .corner-form {
	font-size: 25px !important;
}

.newStyle .con .con-title {
	font-size: 40px !important;
}

.newStyle .con .con-main .main-txt div,
.newStyle .con .con-main .main-txt a,
.newStyle .con .con-main .main-txt p,
.newStyle .con .con-main .main-txt span,
.newStyle .con .con-main .main-txt ins,
.newStyle .con .con-main .main-txt section,
.newStyle .con .con-main .main-txt td{
	font-size: 25px !important;
	line-height: 50px !important;
}

.newStyle .wip_shareright {
	display: none !important;
}

.newStyle .con .con-main .small-title .date,
.newStyle .con .con-main .small-title .see,
.newStyle .con .con-main .small-title .see lable,
.newStyle .con .con-main .main-word span,
.newStyle .con .con-main .prev a,
.newStyle .con .con-main .next a {
	font-size: 20px !important;
}
