* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: "楷体"
}


.t1 {
	width: 100%;
	margin-top: 10px;
}

.t2{
	border-radius: 10px;
	width: 96%;
	/*height: 250px;*/
	padding-top: 10px;
}

a{text-decoration: none;color:#000}
#bt a {
	display: inline-block;
	text-decoration: none;
	width: 40%;
	margin: 0 2%;
	line-height: 36px;
	height: 36px;

	border-radius: 3px;
	font-size: 0.85em;
	opacity: 0.8;
	border: 1px solid #fff;
}


.nav,.navs{
	width: 96%;
	height: 39px;
	margin-top: 10px;
	overflow-y: scroll;
	text-align: center;
	border-radius: 10px;
	margin-left: 2%;
}

.nav ul{width:534px;margin: 0 auto;}
.navs ul{width:100%;}
.nav ul li{display: inline-block;list-style:none;float:left;width:88px;height: 39px;line-height:39px;}
.navs ul li{display: inline-block;list-style:none;float:left;height: 39px;line-height:39px;margin-left:10px;}
.nav ul li a{width:88px;height: 39px;line-height:39px;}
#list li {
	border-radius: 10px;
	/*padding-top: 10px;*/
    margin-bottom: 10px;
	
	padding: 10px;
	list-style: none;
			}

.top {
	position: fixed;
	right: 2%;
	bottom: 18px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	font-size: 28px;
    }

.links a{margin-left:10px;}

.btn {
	display: inline-block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
	height: 36px;
	border-radius: 3px;
	font-size: 0.85em;
	opacity: 0.8;
	border: 1px solid #fff;
    margin-right: 5px;
}


.footer{text-align: center;margin-top: 20px;margin-bottom:20px;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table thead {
    background-color: #333;
    color: #f8f8f8;
    text-align: left;
    vertical-align: bottom;
    
}
.pure-table thead th{
    font-size: 18px;
    font-weight: 200;
}
.pure-table td {
    background-color: transparent;
}
tr:nth-child(2n){
background-color: #f2f2f2;
}
/*tr:hover{background-color: #f2f2f2;} */
/*这里设置了后，td将会平分宽度*/
table { width: 100%; table-layout: fixed; }
/*防止td溢出*/
td{
    toverflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
input{outline: none;}
.titles{width: 98%;background-color: gainsboro;line-height: 1.875rem;font-size: 1rem;border-left: 0.3125rem solid #888;padding-left: 0.3125rem;color: #888;word-break:break-all;padding-right: 0.3125rem;margin-top: 0.3125rem;margin-bottom: 0.3125rem;}
.biaodantext{width: 50vw;height: 2.75rem;box-sizing: border-box;border: 1px solid gainsboro;padding-left: 0.3125rem;}
.biaodanstr{height: 2.75rem;vertical-align: top;color: #888;padding-left: 0.625rem;padding-right: 0.625rem;margin-left: -1px;border: 0.1025rem solid gainsboro;}
.hrssssss{width: 100%;height: 2rem;}
.btn:hover,.top:hover,#bt a:hover{
    background: #333;
	color: #f8f8f8;
	border: 1px solid #333;
}
.nav ul li:hover,.avr{
	background: #333;
	color: #f8f8f8;
	border: 0;
}

input::-webkit-input-placeholder {
    color: #666;
}
input:-moz-placeholder {
    color: #666;
}
input:-ms-input-placeholder {
    color: #666;
}
#content p{line-height:38px}
pre{
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
}
      blockquote {
        width:89%;
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
        color:#333;
}
      code {
    width:90%;
    display: inline-block;
    background-color: #333;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 10px 0;
}
#content{width:96%;margin-left:2%;padding-top:10px;margin-top: 10px;word-wrap: break-word;white-space : normal;border-radius:10px;}
#content img{max-width:80%;} 
