@charset "utf-8";
/* CSS Document */

.showpage{
	margin: 0 auto;
    max-width: 1200px;
    line-height: 1.5;
	}
.title,.info_text{
	text-align:center;
	}
.info_text{
	border-bottom: 2px solid #F0B05E;
	margin-bottom: 25px;
	}
.left_list{
	margin:10px 10px;
	float:left;
	width:750px;
	}
.main_text img{
	width:100%;
	}
fieldset td{
	word-wrap:break-word;
	word-break:break-all;
	}
	
.digg{
	background: url(../skin/default/images/digg_bg.gif) no-repeat left top;
    width: 62px;
    margin-bottom: 10px;
	}
.digg td{
	text-align:center;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
    color: #333;
	height: 30px;
	}
.diggnum{
	height: 38px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
	}
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../skin/default/images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}
.right_list {
    width: 400px;
    float: right;
    margin-top: 20px;
	}
	
@media screen and (max-width:768px){
	.showpage{
		width: 95%;
		margin: auto;
		float:none;
		}
	.left_list{
		float:none;
		width:auto;
	}
	.right_list {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    float: none;
}

	}