﻿.knowldged-center{
    background:url(/Images/knowledge/KnowldgedList.jpg) no-repeat #070707;
    width:100%;
    height:100%;
}
.submenu{
    padding-top:148px;
    width:100%;
}
.submenu .sub-title{
    font-size: 40px;
    line-height:40px;
    color: #ffffff;
    margin: 0 auto;
    font-weight: lighter;
    text-align:center;
}
.submenu .sub-des{
    height:20px;
    margin-top:28px;
    line-height:20px;
    font-size: 20px;
    color: #cbcbcb;
    text-align:center;
}

/*分类*/
.column {
    width:1000px;
    margin:0px auto;
    height:56px;
    margin-top:52px;
    padding-bottom:18px;
}
.column ul{
    height:36px;
    width:100%;
    line-height:36px;
    margin-top:10px;
}
.column ul li{
    float:left;
    display:inline-block;
    position:relative;
    margin-left:5px;
}
.column .column-title{
    font-size:20px;
    color:#ffffff;
    display:block;
    padding:0px 10px;
    text-decoration:none;
}
.column .column-title.cate-active{
    background:#fff;
    color:#e56c22;
    border-radius:4px;
}
.column .title-hover{
    background:#fff;
    color:#e56c22;
    border-radius:4px;
}
.column ul li a{
    color:white;
}
#column .column-title a{
    color:#e56c22;
}
.change{
    color:#e56c22;
    font-weight:bold;
    width:80px;
    height:45px;
    background-image:url(../../Images/bubble.png);
}
.column .triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    position:absolute;
    left:50%;
    margin-left:-10px;
    display:none;
}
.column .triangle-active{
    display:block;
}

.column-title-active .column-title{
    background:#fff;
    color:#e56c22;
    border-radius:4px;
}

.column-title-active .triangle-down{
    display:block;
}

.Knowledge-wrapper {
    color: white;
    margin: 0 auto;
    width: 997px;
    padding-bottom:18px;
}
.Knowledge-wrapper .wrap{
    background-color:black;
}
.wrapheader {
    color: white;
    font-size: 12px;
    margin-top:35px;
}

.wrap table{
    color:#B7B7B7;
}

.wrap-title{
    font-size: 26px;
    color: #FFF;
    font-family: Microsoft YaHei;
    text-align:center;
}

.wrap-content{
    padding-top:25px;
}

.main ul {
    margin: 0;
    padding: 0;
}

.main ul li {
    display: inline-block;
    _float: left;
    margin:24px 34px 17px 22px;
    width:941px;
}

.knowledgecon li a  {
    color:#cbcbcb;
    line-height:25px;
    /*float:left;*/
}

.knowledgecon li a span{
    font-size:18px;
    color:#ffffff;
    font-family:'Microsoft YaHei';
}

h3{
    color:white;
}

.know-date{
    float:right;
    color:#cbcbcb;
}

.knowledgecon li p{
    font-size: 14px;
    color:#cbcbcb;
    /*margin-top:20px;*/
}

.more{
    font-size: 14px;
   
}

.cut-off{
   border-bottom:1px solid #4f4f4f;
   width:940px;
   margin:0 auto;
}
/*分页css*/
.paginate {
    height:26px;
	line-height: 26px;
	text-align: right;
	margin-top: 20px;
	margin-right: 10px;
    padding-bottom: 20px;
}
.paginate a {
	font-size: 12px;
	padding: 4px 10px !important;
	display: inline-block;
	line-height: 16px;
	background-color: transparent;
	color: #FFF;
    margin:0px;
    margin-left:5px;
    font-family:'Microsoft YaHei';
}
.paginate a:hover {
	background: #e65700;
	color: #FFF;
	cursor: pointer;
    text-decoration:none;
    outline: none
}
.paginate a:first-child {
	border-radius: 4px 0 0 4px;
}
.paginate a:last-child {
	border-radius: 0 4px 4px 0;
}
.paginate a[disabled=disabled]{
	color: #555 !important;
}
.paginate a[disabled=disabled]:hover {
	background: #1f1f1f;
	cursor: default !important;
}
.paginate .current {
	background: #e65700 !important;
	color: #FFF !important;
	cursor: default !important;
	font-size: 12px;
	padding: 4px 10px !important;
	display: inline-block;
	line-height: 16px;
    margin:0px;
    margin-left:5px;
}
