#article {
	border: 4px solid #eee;
	background: #f9f9f9;
}

#artMenu {
	float: left;
	width: 21%;
	background: #fff;
}

#artMenu>li {
	border-bottom: 1px solid #eee;
}

#artMenu>li>a.p {
	line-height: 45px;
	padding: 0 15px;
	display: block;
	margin-bottom: 5px;
}

#artMenu>li>a.p:hover,#artMenu>li>a.p.active {
	background: #f04e23;
	color: #fff;
}

#artMenu>li>a.p>i {
	float: right;
	line-height: 45px;
}

#artMenu>li>a {
	background-color: #f04e23;
	display: block;
	padding: 0 10px 0 25px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}

#artMenu>li>a.c:hover {
	color: #f04e23;
}

#artMenu>li>a.active {
	font-weight: bold;
	color: #f04e23;
}
#artMenu>li>ul>li>a{
	padding: 10px 15px;
	display: block;
}
#artMenu>li>ul>li>a:hover,
#artMenu>li>ul>li>a.active {
	background: #F5F4F4;
}
#artContent {
	float: left;
	width: 77.9%;
	margin: 0px 6px;
	line-height: 29px;
}
#artDetail img{
    max-width: 100% !important;
	height: auto !important;
}
#artDetail a{

}
.itemContent {
	background: #fff;
	margin: 4px 0;
	box-shadow: 0 0 4px #eee;
	overflow: hidden;
}

.itemContent>h5 {
	line-height: 30px;
    cursor: pointer;
    font-size: 19px;
    color: #f04e23;
    padding: 15px 15px 0 15px;
    font-weight: bold;
}

.itemContent>h5>span {
	margin: 0 10px;
}

.itemContent>div {
	padding: 15px;
}
/* news category*/
#itemNew{
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #EFEAEA;
	line-height: 0;
}
#itemImgNew a img{
	max-width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	margin: auto;
}
#itemImgNew{
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#itemImgct{
	padding: 10px 0;
	font-weight: bold;
	line-height: 20px;
}
#itemImgct>a:hover{
	text-decoration: underline;
}
#itemNew{

}
#nItemImg{
	width: 210px;
	height: 130px;
	overflow: hidden;
	display: inline-block;
	background: #ccc;
}
#nItemCt{
	width: 662px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
#nItemImg img{
	width: 100%;
}
.itemContent>h3{
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	padding-left: 10px;
	margin-bottom: 10px;
}
#nItemCt>h3{
	font-size: 16px;
	font-weight: bold;
	padding: 0 0px 15px 0;
	line-height: 20px;
}
#nItemCt>div>p{
	font-size: 13px;
}

.news-search-form {
	padding: 5px 10px;
	text-align: center;
}
.news-search-form .news-search-input {
	width: 70%;
	padding: 0 10px;
}
.news-search-form .news-search-btn {
	width: 10%;
	background: #f14e23;
	color: #fff;
	font-weight: 600;
	/*border-color: #f14e23;*/
	border: 0;
	box-shadow: 0 0 1px 1px #f14e23;
	margin-left: -3px;
}