﻿a{
	color: inherit;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.cloumn{
	padding: 15px 15px 0 !important;
	font-size: 16px;
	overflow: hidden;
}
.cloumn a{
	display: inline-block;
	width: 10%;
	padding: 5px 0;
	text-align: center;
	float: left;
}
.global-search{
    width: auto;
    padding: 15px;
    overflow: hidden;
}
.global-search form{
	overflow: hidden;
}
.global-search .searchcontent{
	margin-right: 110px;
}
.global-search input{
	height: 45px;
	color: #666;
	font-size: 15px;
    border-radius: 0;
}
.global-search button{
	width: 110px;
	height: 45px;
    border: none;
    color: #f1f1f1;
    background: #b9b9b9;
    border-radius: 0;
    float: right;
}
.global-search button:hover{
	background: #a0a0a0;
    color: #fff;
}

/*列表*/
.articlelist-content .articlelist{
	padding: 0 15px !important;
	background: none;
	overflow: hidden;
}
.articlelist li{
	padding: 10px 0px;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}
.articlelist .p1{
	width: 220px;
    height: 150px;
    overflow: hidden;
    float: left;
}
.articlelist .p2{
	width: auto;
}
.articlelist .p2>span{
	display: block;
}
.articlelist .p2 .atit{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.articlelist .p2 .details{
	line-height: 24px;
	text-indent: 32px;
}
.articlelist .p2 a{
	color: inherit;
}
.articlelist .p2 .nickname{
	text-align: right;
	line-height: 32px;
}
.articlelist .p2 .nickname img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 5px;
}
.articlelist .p2 .nickname i{
	font-style: inherit;
	margin: 0 5px;
}
.articlelist .onewrap{
	margin-left: 230px;
}
.articlelist .onewrap .nickname{
	margin-top: 18px;
	line-height: 0;
}
/*分页*/
.articlelist-content .pagination{
	border: none;
	background: none;
	padding: 20px 0 20px 25px !important;
}
.articlelist-content .pagination>.choosepage{
	background: none;
	border: none;;
	padding: 0;
	margin-right: 10px;	
}
.articlelist-content .pagination li:first-child input{
	border: 1px solid #ccc;
	background: none;
    height: 30px;
}
.articlelist-content .pagination li:first-child:hover,
.articlelist-content .pagination li:first-child input:focus{
	background: none;
	outline: none;
}
.articlelist-content .pagination li a{
	background: none;
    color: #666;
    border: 1px solid #ccc;
}
.articlelist-content .pagination li.active a,
.articlelist-content .pagination li a:hover,
.articlelist-content .pagination li a:focus{
	color: #fff;
    background: #227eff;
    border: 1px solid #227eff;
}