
dl,dt,dd,h1,h2,h3,ul,input,button,select,p,li,textarea {
	box-sizing: border-box;
	margin:0;
	padding: 0;
	outline: none;
	list-style: none;
    font-family: inherit;
}
img {
	transition: opacity .6s;
}
button,a {
	cursor: pointer;
	border:none;
}

a {
	color: #333;
	text-decoration: none;
}

a:active {
	
}

body {
	margin:60px 0 0 0;
    text-transform: Capitalize;
	font: 16px/1.5  "Microsoft YaHei","Opensans-Regular",'Hiragino Sans GB','\5b8b\4f53',Arial,sans-serif;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

.wrap {
	margin:auto;
	max-width: 1400px
}

.flex {
	display:flex
}

.flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.flex-center {
	align-items: center;
}

.flex-1 {
	flex:1;
}

.right {
	text-align: right
}
.center {
	text-align: center;
}

.web-path {
    height:60px;
    line-height: 60px;
}

nav {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	color: #fff;
}

nav a{
    color: #fff;
}

header {
	padding: 30px 0;
	margin-bottom: 20px;
    text-align: center;
    background: #000;
    color: #fff;
}

nav .nav-box {
    position: relative;
}

nav .nav-logo {
	position: absolute;
	left: 0;
}

nav .nav-logo h1{
	font-size: 32px;
}

nav .nav-menu {
	position: absolute;
	left: 0;
	right:0;
	text-align: center;
}

nav .nav-member {
	position: absolute;
	right:0;
}



.search-box {
	padding: 15px;
	font-size: 18px;
}

.search-box dl {
	margin-bottom: 10px;
	display: flex;
}

.search-box dl dt {
}

.search-box h2 {
	font-size: 14px
}

.search-box dd a{
	display: inline-block;
	padding: 0 4px;
	font-weight: 600;
}


.page-home section {
	margin-bottom: 30px
}


.page-home .block-title {
}

.page-home .new li {
}
.page-home .hot li {
}

.article-list-item .list-style-1 {
    margin: 15px;
}

.article-list-item .list-style-1 .img {
	margin-right: 15px
}


.article-list-item .desc {
    font-size: 14px;
    color: #666;
}

.article-list-item .label a {
	display: inline-block;
	color: #36c;
	background: #ecf2ff;
	font-size: 14px;
	border-radius: 4px;
	padding: 0 4px;
	margin:0 5px 5px 0;
}




.contribute-button {
	height: 60px;
	background: #333;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 60px
}


.menu-box {
	padding: 15px 0
}

.menu-box a{
	font-weight: bold;
	font-size: 18px;
	padding: 0 7px;
	display: inline-block;
}

.header-search {
}

.header-search input {
	height: 40px;
	width: 500px;
	padding: 0 15px
}

.header-search button {
	height: 40px;
	padding: 0 15px
}



footer {
    background: #eee;
    text-align: center;
}

footer a{
}

footer .info {
    color: #fff;
}

footer .info .box {
    padding: 15px;
}


footer .link {
    text-align: center;
    padding: 15px 0;
}
















.article-title {
    text-align: center;
}
.article-title h2 {
    font-size: 42px;
}








.page-publish {
    margin: 100px auto;
}


.page-publish .form-box .block {
    margin-bottom: 15px;
}

.page-publish .form-box p {
    display: block;
}

.page-publish .form-box p.label {
    margin-bottom: 7px;
}

.page-publish .form-box textarea {
    width: 100%;
    padding: 4px 7px;
    border-radius: 4px;
    border:1px solid #666;
}


