#tabswrap{
	margin-top: 20px;
}
#tabswrap .tabbtnwrap .tabbtn {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #333333;
    text-align: center;
} 
#main {
    margin-top: 90px;
}
#tv_listwrap{
	margin-left: 220px;
	width: 980px;
	display: block;
	background: white;
	border-radius: 10px;
	overflow: hidden;
}
#tv_listwrap .maintitle{
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
#tv_listwrap .maintitle h1{
	font-size: 32px;
	color: #000;
	padding: 20px;
}
#tv_listwrap .maincontent p{
	font-size: 24px;
	padding: 60px;
	text-align: justify;
	line-height: 35px;
	text-indent: 2em;
}