 
.wrapfq {
    width: 1080px;
    margin: 0 auto;
}
 
.header {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.hader-inner {
    display: table;
    height: 100px;
}
.logo {
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    display: block;
    max-height: 70px;
}
.header-nav {
    float: right;
    margin-top: 38px;
}
.header-nav-list,
.user-nav {
    display: inline-block;
}
.header-nav-list,
.user-nav {
    vertical-align: middle;
}
.header-nav-list {
    margin-right: 10px;
    margin-top: -10px;
}
.header-nav-list li {
    float: left;
    margin-left: 15px;
    line-height: 1;
    border-left: 1px solid #e2eaec;
    padding-left: 15px;
}
.header-nav-list li:first-child {
    border-left: none;
}
.header-nav-list a {
    color: #307acd;
}
.header-nav-list a:hover {
    color: #448ee1;
}
/*搜索*/
.search-box {
    height: 150px;
    text-align: center;
    background: #4A99ED;
}
.search-box .search {
    padding-top: 50px;
    display: inline-block;
    position: relative;
}
.search-box .search .search-match {
    float: left;
    position: relative;
}
.search-box .search .match-list {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2eaec;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
}
.search-box .search .match-list a {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2eaec;
    text-align: left;
    color: #374051;
}
.search-box .search .match-list a:hover {
    background-color: #f4f8f9;
    color: #448ee1;
}
.search-box .search label[for=top-search] {
    position: relative;
}
.search-box .search_submit{
    position: absolute;
    left: 10px;
	 padding-top: 9px;
    font-size: 24px;
    line-height: 50px;
    color: #bababa;
}
.search-box .search input[type=search] {
    background: #fff;
    height: 48px;
    width: 800px;
    padding-left: 45px;
    padding-right: 20px;
    border-radius: 40px;
    border: none;
    font-size: 16px;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.05);
}
.search-box .search input[type=search]::-webkit-input-placeholder {
    color: #9e9e9e;
}
.search-box .search input[type=search]:-moz-placeholder {
    color: #9e9e9e;
}
.search-box .search input[type=search]::-moz-placeholder {
    color: #9e9e9e;
}
.search-box .search input[type=search]:-ms-input-placeholder {
    color: #9e9e9e;
}

/*主体内容*/
.main-header {
    height: 88px;
    background: #4A99ED;
}
.main-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.main-header h2 {
    font-size: 22px;
    color: #fff;
    line-height: 88px;
    float: left;
}
.main-header .main-header-search,
.main-header .search {
    float: right;
    margin-top: 25px;
    position: relative;
}
.main-header .main-header-search input,
.main-header .search input {
    height: 38px;
    vertical-align: middle;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    padding-left: 30px;
    border: none;
    padding-right: 10px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.main-header .main-header-search input::-webkit-input-placeholder,
.main-header .search input::-webkit-input-placeholder {
    color: #ffffff;
}
.main-header .main-header-search input:-moz-placeholder,
.main-header .search input:-moz-placeholder {
    color: #ffffff;
}
.main-header .main-header-search input::-moz-placeholder,
.main-header .search input::-moz-placeholder {
    color: #ffffff;
}
.main-header .main-header-search input:-ms-input-placeholder,
.main-header .search input:-ms-input-placeholder {
    color: #ffffff;
}
.main-header .main-header-search input:focus,
.main-header .search input:focus {
    background: #fff;
    color: #374051;
}
.main-header .main-header-search input:focus::-webkit-input-placeholder,
.main-header .search input:focus::-webkit-input-placeholder {
    color: #374051;
}
.main-header .main-header-search input:focus:-moz-placeholder,
.main-header .search input:focus:-moz-placeholder {
    color: #374051;
}
.main-header .main-header-search input:focus::-moz-placeholder,
.main-header .search input:focus::-moz-placeholder {
    color: #374051;
}
.main-header .main-header-search input:focus:-ms-input-placeholder,
.main-header .search input:focus:-ms-input-placeholder {
    color: #374051;
}
.main-header .main-header-search input:focus + .icon-search,
.main-header .search input:focus + .icon-search {
    color: #777777;
}
.main-header .main-header-search .icon-search,
.main-header .search .icon-search {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 38px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.main-header .main-header-search .search-match,
.main-header .search .search-match {
    float: left;
    position: relative;
}
.main-header .main-header-search .match-list,
.main-header .search .match-list {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2eaec;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
}
.main-header .main-header-search .match-list a,
.main-header .search .match-list a {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e2eaec;
    text-align: left;
    color: #374051;
}
.main-header .main-header-search .match-list a:hover,
.main-header .search .match-list a:hover {
    background-color: #f4f8f9;
    color: #448ee1;
}
.main-header .main-header-search label[for=top-search],
.main-header .search label[for=top-search] {
    position: relative;
    height: 38px;
    display: block;
}
.main-header .main-header-search label[for=top-search]:after,
.main-header .search label[for=top-search]:after {
    content: "\e037";
    font-family: "kf5-help";
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
}
.main-header .main-header-search label[for=top-search]:focus::after,
.main-header .search label[for=top-search]:focus::after {
    color: #374051;
}
.main-header .main-header-search input[type=submit],
.main-header .search input[type=submit] {
    visibility: hidden;
    position: absolute;
    right: 0;
    height: 38px;
    width: 30px;
    display: inline-block;
}
.main-header .breadcrumbs {
    float: left;
    margin-bottom: 0;
}
.main-header .breadcrumbs li {
    font-size: 16px;
    color: #fff;
    line-height: 88px;
}
.main-header .breadcrumbs li:before {
    color: #fff;
}
.main-header .breadcrumbs a {
    color: #fff;
}
.main-header .breadcrumbs a:hover {
    color: #fff;
}
.content {
    padding-top: 40px;
    padding-bottom: 50px;
}
.content .nav-tabs {
    border-bottom: 1px solid #e2eaec;
    padding: 0 5px;
    margin-bottom: 10px
}

.content .nav-tabs:after {
    display: block;
    height: 0
}

.content .nav-tabs>h2 {
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
    line-height: 34px
}

.content .nav-tabs ul {
    float: left
}

.content .nav-tabs ul>li {
    float: left;
    position: relative;
    bottom: -1px;
    margin-left: 6px
}

.content .nav-tabs ul>li>a {
    display: block;
    border: 1px solid #e2eaec;
    border-radius: 3px 3px 0 0;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #428bca;
    background: #f4f8f9;
    -webkit-transition: all ease .4s;
    transition: all ease .4s
}

.kf5-upload-drop-area,
.user-setting-form #password-strength:after {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s
}

.content .nav-tabs ul>li>a:hover {
    color: #569fde;
    text-decoration: none;
    background: #fff
}

.content .nav-tabs ul>li>a span {
    font-size: 12px;
    margin-left: 3px
}

.content .nav-tabs ul>.active>a {
    color: #374051;
    background: #fff;
    border-bottom: 1px solid #fff!important;
    text-decoration: none
}

.content .nav-tabs h2+ul {
    float: right
}
.category-section-list {
    float: left;
    width: 23%;
}
.category-section-list .category-section {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}
.category-section-list .category-section h2 {
    padding-left: 8px;
    border-left: 3px solid #21d376;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: none;
    padding-bottom: 0;
}
.category-section-list h2 a {
    color: #374051;
}
.category-section-list h2 a:hover {
    color: #448ee1;
}
.category-section-list .category-section li {
    background: #F7F7F6;
    border-radius: 3px;
    margin-bottom: 6px;
}
.category-section-list .category-section li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.category-section-list .category-section li:before {
    display: none;
}
.category-section-list .category-section li h3 {
    position: relative;
}
.category-section-list .category-section li h3 a {
    padding: 0 15px;
    color: #374051;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 3px;
}
.category-section-list .category-section li h3 a:hover {
    color: #448ee1;
}

.category-section-list .category-section li .active {
   color: #448ee1;
}
.category-section-list .article-content-fg {
    display: none;
}
.category-section-list .article-content {
    padding-bottom: 0;
}
.category-section-list .article-more {
    float: right;
    height: 30px;
    padding: 0 15px;
    border-radius: 40px;
    border: 1px solid #21d376;
    line-height: 30px;
    font-size: 14px;
    color: #21d376;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.category-section-list .article-more:hover {
    background: #21d376;
    color: #fff;
}
.content-main {
    float: left;
    width: 70%;
}
.content-main.fr {
    float:right;
}
.content-main header h2 {
    line-height: 1;
    border-bottom: none;
    padding-bottom: 0;
}
.content-main .section {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.content-main .section .visibility-internal:before {
    content: "\e605";
    font-family: "kf5-help";
    margin-right: 3px;
}
.content-main .section h3 {
    font-size: 18px;
    padding-left: 10px;
    border-left: 2px solid #21d376;
    line-height: 1;
    margin-bottom: 20px;
}
.content-main .section h3 a {
    color: #374051;
}
.content-main .section h3 a:hover {
    color: #448ee1;
}
.content-main .section .more {
    font-size: 12px;
    margin-left: 12px;
    color: #777777;
}
.content-main .category-list,
.content-main .article-list {
    margin-bottom: 10px;
}
.content-main .category-list li,
.content-main .article-list li {
    margin-bottom: 8px;
    line-height: 1.5em;
    padding-left: 12px;
    position: relative;
}
.content-main .category-list li:before,
.content-main .article-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: #d0d3dc;
}
.content-main .category-list li.promoted:before,
.content-main .article-list li.promoted:before {
    content: "\e6e5";
    font-family: "kf5-help";
    font-size: 14px;
    background: none;
    height: auto;
    width: auto;
    left: -5px;
    top: 0;
    color: #ffa900;
}
.content-main .category-list a,
.content-main .article-list a {
    color: #307acd;
    font-size: 16px;
}
.content-main .category-list a:hover,
.content-main .article-list a:hover {
    color: #448ee1;
}
.content-main .category-list a:hover,
.content-main .article-list a:hover {
    text-decoration: underline;
}
/*首页推荐内容开始*/
.home-article .widget-column {
    margin-bottom: 40px;
}
.home-article .widget-column h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
}
.home-article .widget-column li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 12px;
}
.home-article .widget-column li:before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background: #ced6d8;
    position: absolute;
    left: 0;
    top: 5px;
}
.home-article .promoted-articles a {
    color: #307acd;
    font-size: 15px;
}
.home-article .promoted-articles a:hover {
    color: #448ee1;
}
.home-article .community h5 {
    margin-bottom: 6px;
    font-size: 15px;
}
.home-article .community h5 a {
    color: #307acd;
}
.home-article .community h5 a:hover {
    color: #448ee1;
}
.home-article .community p {
    font-size: 12px;
    color: #888;
}
.home-article .community p a {
    color: #888;
    margin-right: 10px;
}
/*首页推荐内容结束*/
.posts-list,
.articles-list {
    margin-bottom: 30px;
}
.posts-list li,
.articles-list li {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2eaec;
    padding-top: 18px;
}
.posts-list li:hover,
.articles-list li:hover {
    background: #f9fcff;
}
.posts-list .label,
.articles-list .label {
    position: absolute;
    right: 5px;
    top: 16px;
}
.posts-list .top,
.articles-list .top,
.posts-list .elite,
.articles-list .elite {
    float: right;
    margin-right: 5px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
}
.posts-list .top,
.articles-list .top {
    background: #ff595f;
}
.posts-list .elite,
.articles-list .elite {
    background: #ffa900;
}
.posts-item-vote-state,
.articles-item-vote-state {
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    border-radius: 3px;
    background: #FBF3EC;
    font-size: 12px;
    color: #ff595f;
}
.posts-item-content,
.articles-item-content {
    padding-left: 70px;
}
.posts-item-content h3,
.articles-item-content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.posts-item-content h3 > a,
.articles-item-content h3 > a {
    color: #307acd;
}
.posts-item-content h3 > a:hover,
.articles-item-content h3 > a:hover {
    color: #448ee1;
}
.posts-item-content h3 + p,
.articles-item-content h3 + p {
    font-size: 12px;
    color: #aaa;
}
.posts-item-content h3 + p span,
.articles-item-content h3 + p span,
.posts-item-content h3 + p time,
.articles-item-content h3 + p time {
    color: #666666;
}
.posts-item-content .top,
.articles-item-content .top {
    color: #ff595f;
}
.article-header h2 {
    position: relative;
    padding-right: 70px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    padding-left: 0;
    border-bottom: 1px solid #e2eaec;
    line-height: 1.5em;
}
.article-header .subscribe {
    position: absolute;
    right: 0;
    top: 5px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    background: #21d376;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.article-header .subscribe:hover {
    border-color: #ced6d8;
    text-decoration: none;
}
.article-header .subscribe:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.article-header-info {
    font-size: 12px;
    color: #777;
    margin-bottom: 30px;
}
.article-header-info .author {
    color: #374051;
    font-weight: bold;
}
.article-content {
    line-height: 1.8em;
    font-size: 16px;
    padding-bottom: 50px;
}
.article-content img{max-width: 100%;height: auto !important;object-fit: contain;}
.article-content p,
.article-content ul,
.article-content ol,
.article-content pre,
.article-content code,
.article-content div,
.article-content table {
    margin-bottom: 16px;
}
.article-content a {
    color: #307acd;
}
.article-content a:hover {
    color: #448ee1;
}
.article-content table {
    width: 100%;
    border: 1px solid #e2eaec;
    text-align: center;
}
.article-content table td {
    border: 1px solid #e2eaec;
    padding: 4px;
}
.article-content ul > li {
    padding-left: 13px;
    position: relative;
}
.article-content ul > li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background: #999;
    position: absolute;
    left: 0;
    top: 10px;
}
.article-content .attachment {
    background: #f4f8f9;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
}
.article-content .attachment p:last-child {
    margin-bottom: 0;
}
.search-results-title {
    margin-bottom: 0 !important;
}
.search-results-list {
    max-width: 750px;
    padding-left: 5px;
    border-bottom: 1px solid #e2eaec;
    margin-bottom: 35px;
}
.search-results-list li {
    margin-bottom: 40px;
}
.search-results-list h3 {
    margin-bottom: 8px;
	margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-results-list h3 > a {
    color: #2180D2;
    font-size: 18px;
}
.search-results-list p {
    font-size: 15px;
    color: #4b5465;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-results-list p.info {
    margin-top: 8px;
    font-size: 12px;
    color: #00ab4e;
}
 
.footer {
    margin-top: 50px;clear: both;
}

.footer-inner {
    line-height: 27px;
    padding: 15px 5px;
    border-top: 1px solid #e2eaec;
    height: 58px
}

.footer-inner:after {
    display: block;
    height: 0
}

.footer-inner a {
    color: #428bca;
    float: left
}

.footer-inner a:hover {
    color: #569fde
}
.dede_pages{
}
.dede_pages ul{
	float:right;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:4px;
	padding: 5px 8px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	/* padding:2px 4px 2px; */
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	
}