﻿ @charset "utf-8";
 body {
     background-color: #f5f5f5;
     font-family: Microsoft YaHei;
 }
 
 .itbox h3,
 .loglist li.con:hover .more,
 #pagenavi a:hover {
     background: #19548E;
 }
 
 #topnav .tnrt a,
 .comment .comment-content a.fa {
     color: #19548E;
 }
 
 * {
     padding: 0;
     margin: 0
 }
 
 ul {
     list-style: none
 }
 
 img {
     border: 0;
     transition: all .3s linear;
 }
 
 input,
 select {
     font-size: 14px;
     vertical-align: middle
 }
 
 em,
 i {
     font-style: normal
 }
 
 a {
     font-size: 16px;
     color: #333;
     text-decoration: none;
 }
 
 a:hover {
     color: #D13930;
 }
 
 body {
     color: #555;
     font-family: "\5FAE\8F6F\96C5\9ED1", "\82F9\679C\4E3D\4E2D\9ED1", Arial, Helvetica, sans-serif;
     font-size: 14px;
     background-color: #fff;
     background-position: center 98px;
     background-repeat: repeat
 }
 
 i.fa {
     color: #aaa
 }
 
 .mcolor {
     color: #0E3868
 }
 /* Head */
 
 #topnav {
     height: 152px;
     line-height: 30px;
     font-size: 12px;
     clear: both;
     background: #F8F8F8;
 }
 
 #topnav .lz {
     width: 1200px;
     height: 32px;
     margin: 0 auto;
     line-height: 32px;
     background: #F8F8F8;
     font-size: 12px;
     color: #666666;
 }
 
 .lz p:first-child {
     float: left;
     display: inline-block;
 }
 
 .lz p:last-child {
     display: inline-block;
     float: right;
 }
 
 .lz p:last-child span {
     margin-left: 30px;
 }
 
 .navbottom {
     width: 100%;
     height: 120px;
     background: #234E7F;
 }
 
 .navbottom .wrap {
     width: 1200px;
     height: 100%;
     margin: 0 auto;
     position: relative;
     padding-top: 25px;
 }
 
 #topnav .logo {
     float: left;
     display: inline-block;
 }
 
 #topnav .fixed .logo {
     height: 40px;
 }
 
 .fixed .wrap {
     padding-top: 8px;
 }
 
 .navbottom ul {
     float: right;
     font-size: 16px;
     margin-right: 30px;
 }
 
 .navbottom li {
     height: 44px;
     display: inline-block;
     padding: 0 30px;
     position: relative;
 }
 
 .navbottom li:last-child {
     padding-right: 0;
 }
 
 .navbottom li a {
     color: #fff;
     line-height: 35px;
     text-align: center;
     display: block;
 }
 
 .navbottom .navActive .navtitle {
     border-bottom: 2px solid #fff;
 }
 
 .fixed {
     position: fixed;
     top: 0;
     z-index: 99;
     height: 55px;
     /* opacity: 0.2; */
     display: none;
 }
 
 .fixed .search-field {
     display: none;
 }
 
 .nav {
     display: none;
     height: 60px;
 }
 
 .nav img {
     width: 280px;
 }
 
 .nav ul {
     margin-top: 10px;
 }
 /* index */
 
 .content {
     width: 1200px;
     margin: 0 auto;
     clear: both;
     margin-bottom: 20px;
 }
 
 .content .conPosition {
     padding: 10px 0;
 }
 /* left */
 
 #sidebar {
     width: 260px;
     overflow: hidden;
     margin-right: 20px;
     display: inline-block;
     vertical-align: top;
 }
 
 .con-top {
     width: 100%;
     margin-bottom: 20px;
     background-color: #fff;
 }
 
 .con-top li {
     width: 100%;
     line-height: 50px;
     border-bottom: 1px solid#E6E6E6;
     text-align: center;
     color: #333333;
     font-size: 18px;
 }
 
 #sidebar .con-top li:first-child {
     background: #234E7F;
     line-height: 74px;
     color: #ffffff;
     font-size: 22px;
 }
 
 #sidebar .con-top li:first-child a {
     color: #ffffff;
 }
 
 .xgyd {
     background: #fff;
 }
 
 .xgyd div {
     line-height: 60px;
     text-align: center;
     color: #333;
     font-size: 18px;
     font-weight: bold;
     border-bottom: 2px solid #D54A4A;
 }
 
 .xgyd li {
     line-height: 24px;
     padding: 6px;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
 }
 /* PageNav */
 
 #pagenavi {
     text-align: center;
     padding: 25px 0;
     overflow: hidden;
     clear: both
 }
 
 #pagenavi a,
 #pagenavi span {
     display: inline-block;
     font: 14px/20px Arial;
     border-radius: 3px;
     padding: 6px 12px;
     margin: 0 3px;
     height: 20px;
     border: 1px solid #ddd;
     background: #FFF
 }
 
 #pagenavi a:hover {
     color: #fff;
     border-color: #19548E;
     background: #19548E
 }
 
 #pagenavi span {
     color: #aaa;
     background: #f6f6f6
 }
 /* Foot */
 
 #footerbar {
     width: 100%;
     background: #234E7F;
     font-size: 14px;
     color: #fff;
     text-align: center;
     padding: 70px 0;
 }
 
 #footerbar .wrap {
     line-height: 26px;
     position: relative;
     width: 1200px;
     margin: 0 auto;
 }
 
 #footerbar .wrap .b1 {
     position: absolute;
     bottom: -40px;
     left: 0;
     height: 48px;
 }
 
 #footerbar .wrap .b2 {
     position: absolute;
     bottom: -40px;
     left: 130px;
     height: 48px;
 }
 
 .logcon {
     color: #000;
     line-height: 1.9;
     font-size: 16px;
     border-top: 1px solid #DDDDDD;
     margin-bottom: 30px;
     padding: 10px 20px 20px;
 }
 
 .logcon p {
     margin: 0.5em 0;
 }
 
 .logcon a {
     color: #19548E
 }
 
 .logcon img,
 .logcon embed,
 .logcon iframe {
     max-width: 98% !important;
 }
 
 .logcon img {
     height: auto !important
 }
 
 .logbox .tags {
     padding: 5px 0;
 }
 /* 分页样式 */
 
 .paging {
     margin-top: 32px;
     font-size: 14px;
     text-align: center;
     padding-bottom: 30px;
 }
 
 .paging>span {
     margin: auto 16px;
 }
 
 .paging .page-numbar {
     margin: auto 0;
 }
 
 .paging .page-numbar .page-num,
 .paging .page-index,
 .paging .page-pre,
 .paging .page-next,
 .paging .page-last {
     display: inline-block;
     margin: auto 4px;
     padding: 2px 12px;
     border: 1px solid #EEE;
     border-radius: 2px;
     background-color: #FFFFFF;
 }
 
 .paging .page-numbar .page-num-current,
 .paging .page-numbar .page-num:hover {
     border-color: #19548E;
     color: #19548E;
 }
 
 .paging a {
     color: #333333
 }
 
 .paging a:hover {
     color: #19548E
 }
 /*列表*/
 
 .rightContent {
     width: 910px;
     display: inline-block;
     min-height: 550px;
     box-sizing: border-box;
     background: #fff;
     padding: 10px 30px 30px;
 }