@charset "UTF-8";
.visible-xs, .visible-xs-up, .visible-xs-down, .visible-sm, .visible-sm-up, .visible-sm-down, .visible-md, .visible-md-up, .visible-md-down, .visible-lg, .visible-lg-up, .visible-lg-down { display: none; }

/* 单区间 */
@media (max-width: 767px) { .visible-xs { display: block; } }

@media (min-width: 768px) and (max-width: 959px) { .visible-sm { display: block; } }

@media (min-width: 960px) and (max-width: 1199px) { .visible-md { display: block; } }

@media (min-width: 1200px) { .visible-lg { display: block; } }

/* 多区间 UP */
@media (min-width: 767px) { .visible-xs-up { display: block; } }

@media (min-width: 959px) { .visible-sm-up { display: block; } }

@media (min-width: 1199px) { .visible-md-up { display: block; } }

@media (min-width: 1200px) { .visible-lg-up { display: block; } }

/* 多区间 DOWN */
@media (max-width: 1px) { .visible-xs-down { display: block; } }

@media (max-width: 768px) { .visible-sm-down { display: block; } }

@media (max-width: 960px) { .visible-md-down { display: block; } }

@media (max-width: 1200px) { .visible-lg-down { display: block; } }

/* 单区间 */
@media (max-width: 767px) { .hidden-xs { display: none; } }

@media (min-width: 768px) and (max-width: 959px) { .hidden-sm { display: none; } }

@media (min-width: 960px) and (max-width: 1199px) { .hidden-md { display: none; } }

@media (min-width: 1200px) { .hidden-lg { display: none; } }

/* 多区间 UP */
@media (min-width: 767px) { .hidden-xs-up { display: none; } }

@media (min-width: 959px) { .hidden-sm-up { display: none; } }

@media (min-width: 1199px) { .hidden-md-up { display: none; } }

@media (min-width: 1200px) { .hidden-lg-up { display: none; } }

/* 多区间 DOWN */
@media (max-width: 1px) { .hidden-xs-down { display: none; } }

@media (max-width: 768px) { .hidden-sm-down { display: none; } }

@media (max-width: 960px) { .hidden-md-down { display: none; } }

@media (max-width: 1200px) { .hidden-lg-down { display: none; } }

/* 打印类型 */
.visible-print { display: none; }

@media print { .visible-print { display: block; }
  .hidden-print { display: none; } }

/* 显示-隐藏 */
.show { display: block !important; }

.hidden { display: none !important; }

.block { display: block; }

.invisible { visibility: hidden; }

/* 浮动 */
.float-left { float: left !important; }

.float-right { float: right !important; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.block-center { display: block; margin-left: auto; margin-right: auto; }

/* 文本工具类 */
.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-indent { text-indent: 2em; }

/* 情景色文本 */
.text-primary { color: #267; }

.text-success { color: #7B0; }

.text-info { color: #39D; }

.text-warning { color: #F80; }

.text-danger { color: #D33; }

/* 情景色背景 */
.bg-primary { background-color: #278; color: #FFF; padding: 1em; }

.bg-success { background-color: #dff0d8; color: #006400; padding: 1em; }

.bg-info { background-color: #d9edf7; color: #4682B4; padding: 1em; }

.bg-warning { background-color: #fcf8e3; color: #A0522D; padding: 1em; }

.bg-danger { background-color: #f2dede; color: #B22222; padding: 1em; }

/* 内外边距 */
.m-t { margin-top: 15px !important; }

.m-t-xs { margin-top: 10px !important; }

.m-t-sm { margin-top: 20px !important; }

.m-t-md { margin-top: 30px !important; }

.m-t-lg { margin-top: 45px !important; }

.m-r { margin-right: 15px !important; }

.m-r-xs { margin-right: 10px !important; }

.m-r-sm { margin-right: 20px !important; }

.m-r-md { margin-right: 30px !important; }

.m-r-lg { margin-right: 45px !important; }

.m-b { margin-bottom: 15px !important; }

.m-b-xs { margin-bottom: 10px !important; }

.m-b-sm { margin-bottom: 20px !important; }

.m-b-md { margin-bottom: 30px !important; }

.m-b-lg { margin-bottom: 45px !important; }

.m-l { margin-left: 15px !important; }

.m-l-xs { margin-left: 10px !important; }

.m-l-sm { margin-left: 20px !important; }

.m-l-md { margin-left: 30px !important; }

.m-l-lg { margin-left: 45px !important; }

.m-n { margin: 0 !important; }

.p-t { padding-top: 15px !important; }

.p-t-xs { padding-top: 10px !important; }

.p-t-sm { padding-top: 20px !important; }

.p-t-md { padding-top: 30px !important; }

.p-t-lg { padding-top: 45px !important; }

.p-r { padding-right: 15px !important; }

.p-r-xs { padding-right: 10px !important; }

.p-r-sm { padding-right: 20px !important; }

.p-r-md { padding-right: 30px !important; }

.p-r-lg { padding-right: 45px !important; }

.p-b { padding-bottom: 15px !important; }

.p-b-xs { padding-bottom: 10px !important; }

.p-b-sm { padding-bottom: 20px !important; }

.p-b-md { padding-bottom: 30px !important; }

.p-b-lg { padding-bottom: 45px !important; }

.p-l { padding-left: 15px !important; }

.p-l-xs { padding-left: 10px !important; }

.p-l-sm { padding-left: 20px !important; }

.p-l-md { padding-left: 30px !important; }

.p-l-lg { padding-left: 45px !important; }

.p-n { padding: 0 !important; }

/*徽标*/
.badge { border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; background-color: #EEE; color: #267; }

.badge-primary { background-color: #267; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-success { background-color: #7B0; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-info { background-color: #39D; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-warning { background-color: #F80; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-danger { background-color: #D33; border-radius: 3px; padding: 2px 6px; font-size: 80%; color: #FFF; }

.badge-notification { border-radius: 1em !important; }

/* 重置元素样式 */
html { font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; color: #333; }

html, body { margin: 0; }

img, a { border: none; }

a { text-decoration: none; color: #276; }

a:hover { color: #D66; }

::selection { background: #FFA; color: #333; text-shadow: none; }

code { color: #A00; background: #FEE; padding: 2px 5px; line-height: 1em; margin: 0 3px; display: inline-block; font-family: Consolas, Monaco, 'Andale Mono', monospace; }

h1, h2, h3, h4, h5, h6 { line-height: 1.6em; margin: 0.5em 0; font-weight: normal; }

h1 { font-size: 40px; }

h2 { font-size: 28px; }

h3 { font-size: 22px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

hr { border-top-width: 0; border-left-width: 0; border-right-width: 0; border-bottom-width: 1px; border-color: #ddd; }

/* 段落 */
p { line-height: 1.8em; margin: 1em 0 1.5em 0; }

sub, sup { font-size: 12px; }

small { font-size: 70%; color: #777777; }

/* 列表 */
ul, ol { margin: 1em 0; padding-left: 1.5em; }

ul li, ol li { line-height: 1.8em; }

.list-unstyled { list-style: none; padding: 0; }

/* 描述列表 */
dl, dl.dl-horizontal { margin: 1em 0; line-height: 1.8em; }

dl dt, dl.dl-horizontal dt { font-weight: bold; }

dl dd, dl.dl-horizontal dd { margin: 0; }

dl.dl-horizontal dt { width: 160px; float: left; }

dl.dl-horizontal dd { padding-left: 190px; }

/* 图片 */
img { max-width: 100%; height: auto; border: none; box-sizing: border-box; }

img.img-rounded { border-radius: 1em; }

img.img-circle { border-radius: 50%; }

img.img-thumbnail { border: 1px solid #ddd; padding: 5px; background: #FFF; }

img.img-preserve { max-width: auto; }

/* 布局 通过 10|12 等分，实现 1、2、3、4、5、6 的公倍数栅格 间隔 30px */
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }

@media (min-width: 768px) { .container { width: 738px; } }

@media (min-width: 960px) { .container { width: 930px; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

.container:before, .container:after { content: " "; display: table; }

.container:after { clear: both; }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; box-sizing: border-box; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }

.row:before, .row:after { content: " "; display: table; }

.row:after { clear: both; }

.col-xs-1-12 { width: 8.33333%; }

.col-xs-2-12 { width: 16.66667%; }

.col-xs-3-12 { width: 25%; }

.col-xs-4-12 { width: 33.33333%; }

.col-xs-5-12 { width: 41.66667%; }

.col-xs-6-12 { width: 50%; }

.col-xs-7-12 { width: 58.33333%; }

.col-xs-8-12 { width: 66.66667%; }

.col-xs-9-12 { width: 75%; }

.col-xs-10-12 { width: 83.33333%; }

.col-xs-11-12 { width: 91.66667%; }

.col-xs-12-12 { width: 100%; }

.col-xs-1-12, .col-xs-2-12, .col-xs-3-12, .col-xs-4-12, .col-xs-5-12, .col-xs-6-12, .col-xs-7-12, .col-xs-8-12, .col-xs-9-12, .col-xs-10-12, .col-xs-11-12, .col-xs-12-12 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; }

@media (min-width: 768px) { .col-sm-1-12 { width: 8.33333%; }
  .col-sm-2-12 { width: 16.66667%; }
  .col-sm-3-12 { width: 25%; }
  .col-sm-4-12 { width: 33.33333%; }
  .col-sm-5-12 { width: 41.66667%; }
  .col-sm-6-12 { width: 50%; }
  .col-sm-7-12 { width: 58.33333%; }
  .col-sm-8-12 { width: 66.66667%; }
  .col-sm-9-12 { width: 75%; }
  .col-sm-10-12 { width: 83.33333%; }
  .col-sm-11-12 { width: 91.66667%; }
  .col-sm-12-12 { width: 100%; }
  .col-sm-1-12, .col-sm-2-12, .col-sm-3-12, .col-sm-4-12, .col-sm-5-12, .col-sm-6-12, .col-sm-7-12, .col-sm-8-12, .col-sm-9-12, .col-sm-10-12, .col-sm-11-12, .col-sm-12-12 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; } }

@media (min-width: 960px) { .col-md-1-12 { width: 8.33333%; }
  .col-md-2-12 { width: 16.66667%; }
  .col-md-3-12 { width: 25%; }
  .col-md-4-12 { width: 33.33333%; }
  .col-md-5-12 { width: 41.66667%; }
  .col-md-6-12 { width: 50%; }
  .col-md-7-12 { width: 58.33333%; }
  .col-md-8-12 { width: 66.66667%; }
  .col-md-9-12 { width: 75%; }
  .col-md-10-12 { width: 83.33333%; }
  .col-md-11-12 { width: 91.66667%; }
  .col-md-12-12 { width: 100%; }
  .col-md-1-12, .col-md-2-12, .col-md-3-12, .col-md-4-12, .col-md-5-12, .col-md-6-12, .col-md-7-12, .col-md-8-12, .col-md-9-12, .col-md-10-12, .col-md-11-12, .col-md-12-12 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; } }

@media (min-width: 1200px) { .col-lg-1-12 { width: 8.33333%; }
  .col-lg-2-12 { width: 16.66667%; }
  .col-lg-3-12 { width: 25%; }
  .col-lg-4-12 { width: 33.33333%; }
  .col-lg-5-12 { width: 41.66667%; }
  .col-lg-6-12 { width: 50%; }
  .col-lg-7-12 { width: 58.33333%; }
  .col-lg-8-12 { width: 66.66667%; }
  .col-lg-9-12 { width: 75%; }
  .col-lg-10-12 { width: 83.33333%; }
  .col-lg-11-12 { width: 91.66667%; }
  .col-lg-12-12 { width: 100%; }
  .col-lg-1-12, .col-lg-2-12, .col-lg-3-12, .col-lg-4-12, .col-lg-5-12, .col-lg-6-12, .col-lg-7-12, .col-lg-8-12, .col-lg-9-12, .col-lg-10-12, .col-lg-11-12, .col-lg-12-12 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; } }

.col-xs-1-10 { width: 10%; }

.col-xs-2-10 { width: 20%; }

.col-xs-3-10 { width: 30%; }

.col-xs-4-10 { width: 40%; }

.col-xs-5-10 { width: 50%; }

.col-xs-6-10 { width: 60%; }

.col-xs-7-10 { width: 70%; }

.col-xs-8-10 { width: 80%; }

.col-xs-9-10 { width: 90%; }

.col-xs-10-10 { width: 100%; }

.col-xs-1-10, .col-xs-2-10, .col-xs-3-10, .col-xs-4-10, .col-xs-5-10, .col-xs-6-10, .col-xs-7-10, .col-xs-8-10, .col-xs-9-10, .col-xs-10-10 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; }

@media (min-width: 768px) { .col-sm-1-10 { width: 10%; }
  .col-sm-2-10 { width: 20%; }
  .col-sm-3-10 { width: 30%; }
  .col-sm-4-10 { width: 40%; }
  .col-sm-5-10 { width: 50%; }
  .col-sm-6-10 { width: 60%; }
  .col-sm-7-10 { width: 70%; }
  .col-sm-8-10 { width: 80%; }
  .col-sm-9-10 { width: 90%; }
  .col-sm-10-10 { width: 100%; }
  .col-sm-1-10, .col-sm-2-10, .col-sm-3-10, .col-sm-4-10, .col-sm-5-10, .col-sm-6-10, .col-sm-7-10, .col-sm-8-10, .col-sm-9-10, .col-sm-10-10 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; } }

@media (min-width: 960px) { .col-md-1-10 { width: 10%; }
  .col-md-2-10 { width: 20%; }
  .col-md-3-10 { width: 30%; }
  .col-md-4-10 { width: 40%; }
  .col-md-5-10 { width: 50%; }
  .col-md-6-10 { width: 60%; }
  .col-md-7-10 { width: 70%; }
  .col-md-8-10 { width: 80%; }
  .col-md-9-10 { width: 90%; }
  .col-md-10-10 { width: 100%; }
  .col-md-1-10, .col-md-2-10, .col-md-3-10, .col-md-4-10, .col-md-5-10, .col-md-6-10, .col-md-7-10, .col-md-8-10, .col-md-9-10, .col-md-10-10 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; } }

@media (min-width: 1200px) { .col-lg-1-10 { width: 10%; }
  .col-lg-2-10 { width: 20%; }
  .col-lg-3-10 { width: 30%; }
  .col-lg-4-10 { width: 40%; }
  .col-lg-5-10 { width: 50%; }
  .col-lg-6-10 { width: 60%; }
  .col-lg-7-10 { width: 70%; }
  .col-lg-8-10 { width: 80%; }
  .col-lg-9-10 { width: 90%; }
  .col-lg-10-10 { width: 100%; }
  .col-lg-1-10, .col-lg-2-10, .col-lg-3-10, .col-lg-4-10, .col-lg-5-10, .col-lg-6-10, .col-lg-7-10, .col-lg-8-10, .col-lg-9-10, .col-lg-10-10 { float: left; padding: 0 15px; box-sizing: border-box; flex: none; } }

.col-xs-1-10, .col-sm-1-10, .col-md-1-10, .col-lg-1-10, .col-xs-2-10, .col-sm-2-10, .col-md-2-10, .col-lg-2-10, .col-xs-3-10, .col-sm-3-10, .col-md-3-10, .col-lg-3-10, .col-xs-4-10, .col-sm-4-10, .col-md-4-10, .col-lg-4-10, .col-xs-5-10, .col-sm-5-10, .col-md-5-10, .col-lg-5-10, .col-xs-6-10, .col-sm-6-10, .col-md-6-10, .col-lg-6-10, .col-xs-7-10, .col-sm-7-10, .col-md-7-10, .col-lg-7-10, .col-xs-8-10, .col-sm-8-10, .col-md-8-10, .col-lg-8-10, .col-xs-9-10, .col-sm-9-10, .col-md-9-10, .col-lg-9-10, .col-xs-10-10, .col-sm-10-10, .col-md-10-10, .col-lg-10-10, .col-xs-1-12, .col-sm-1-12, .col-md-1-12, .col-lg-1-12, .col-xs-2-12, .col-sm-2-12, .col-md-2-12, .col-lg-2-12, .col-xs-3-12, .col-sm-3-12, .col-md-3-12, .col-lg-3-12, .col-xs-4-12, .col-sm-4-12, .col-md-4-12, .col-lg-4-12, .col-xs-5-12, .col-sm-5-12, .col-md-5-12, .col-lg-5-12, .col-xs-6-12, .col-sm-6-12, .col-md-6-12, .col-lg-6-12, .col-xs-7-12, .col-sm-7-12, .col-md-7-12, .col-lg-7-12, .col-xs-8-12, .col-sm-8-12, .col-md-8-12, .col-lg-8-12, .col-xs-9-12, .col-sm-9-12, .col-md-9-12, .col-lg-9-12, .col-xs-10-12, .col-sm-10-12, .col-md-10-12, .col-lg-10-12, .col-xs-11-12, .col-sm-11-12, .col-md-11-12, .col-lg-11-12, .col-xs-12-12, .col-sm-12-12, .col-md-12-12, .col-lg-12-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; flex: none; }

table { border-spacing: 0; border-collapse: collapse; width: 100%; border-bottom: 1px solid #ddd; }

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td { padding: 1em; text-align: left; border-bottom: 1px solid #ddd; }

table > thead > tr > th, table > thead > tr > td { border-bottom-width: 2px; }

table > tfoot { font-style: italic; color: #888; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-unstyled { border: none; }

.table-unstyled > thead > tr > th, .table-unstyled > thead > tr > td, .table-unstyled > tbody > tr > th, .table-unstyled > tbody > tr > td, .table-unstyled > tfoot > tr > th, .table-unstyled > tfoot > tr > td { border: none; }

/* 压缩间隔 */
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 0.5em; }

/* 表格工具 */
.table-striped tbody > tr:nth-of-type(odd) { background: #fafafa; }

.table-hover tbody > tr:hover { background: #F2F2F2; }

.btn { box-sizing: border-box; padding: .5em 1em; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: center; vertical-align: middle; cursor: pointer; word-spacing: normal; white-space: nowrap; font-size: 16px; border-radius: 2px; }

.btn { background: #F2F2F2; border: 1px solid #e1e1e1; color: #333; }

.btn:hover { color: #333; }

.btn:hover, .btn.active { background: white; border: 1px solid #e9e9e9; }

.btn-primary { background: #267; border: 1px solid #115566; color: #FFF; }

.btn-primary:hover { color: #FFF; }

.btn-primary:hover, .btn-primary.active { background: #337788; border: 1px solid #195d6e; }

.btn-success { background: #7B0; border: 1px solid #66aa00; color: #FFF; }

.btn-success:hover { color: #FFF; }

.btn-success:hover, .btn-success.active { background: #88cc11; border: 1px solid #6eb200; }

.btn-info { background: #39D; border: 1px solid #2288cc; color: #FFF; }

.btn-info:hover { color: #FFF; }

.btn-info:hover, .btn-info.active { background: #44aaee; border: 1px solid #2a90d4; }

.btn-warning { background: #F80; border: 1px solid #ee7700; color: #FFF; }

.btn-warning:hover { color: #FFF; }

.btn-warning:hover, .btn-warning.active { background: #ff9911; border: 1px solid #f67f00; }

.btn-danger { background: #D33; border: 1px solid #cc2222; color: #FFF; }

.btn-danger:hover { color: #FFF; }

.btn-danger:hover, .btn-danger.active { background: #ee4444; border: 1px solid #d42a2a; }

.btn-xs { font-size: 14px; padding: 1px 5px; }

.btn-sm { font-size: 14px; padding: 5px 10px; }

.btn-md { font-size: 24px; }

.btn-lg { font-size: 32px; }

button[disabled], button[disabled]:hover { color: #AAA; background-color: #EEE; border-color: #DDD; cursor: not-allowed; }

.btn-group:before, .btn-group:after { content: " "; display: table; }

.btn-group:after { clear: both; }

.btn-group .btn { border-radius: 0; margin-left: -1px; margin-right: -1px; float: left; }

.btn-group .btn:first-child { margin-left: 0; border-radius: 2px 0 0 2px; }

.btn-group .btn:last-child { margin-right: 0; border-radius: 0 2px 2px 0; }

input[type='text'] { box-sizing: border-box; padding: 0.5em 1em; font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; vertical-align: middle; word-spacing: normal; font-size: 16px; border-style: solid; border-width: 1px; border-color: #e1e1e1; color: #666666; }

input[type='text']:focus { box-shadow: 0 0 0.5em #bfbfbf; outline: 0; }

.input-group { display: table; border-collapse: collapse; }

.input-group input[type='text'], .input-group .input-group-btn { display: table-cell; position: relative; box-sizing: border-box; }

.input-group input[type='text'] { width: 100%; }

.input-group .btn-group { display: table-cell; word-spacing: normal; width: 1%; vertical-align: middle; }

.input-group .btn-group .btn { margin-left: -1px; margin-right: -1px; border-radius: 0; z-index: 2; position: relative; }

.input-group .btn-group:first-child .btn { border-radius: 2px 0 0 2px; margin-right: -1px; margin-left: 0; }

.input-group .btn-group:last-child .btn { border-radius: 0 2px 2px 0; margin-left: -1px; margin-right: 0; }

.input-group input[type='text']:first-child { border-radius: 2px 0 0 2px; }

.input-group input[type='text']:last-child { border-radius: 0 2px 2px 0; }

/* 导航 */
.nav { margin: 0; padding: 0; }

.nav li { list-style: none; position: relative; }

.nav li > a { display: block; padding: 15px; line-height: 20px; color: #333; }

.nav li > a:hover { color: black; }

/* 导航条 */
.navbar { position: relative; padding: 0; margin: 0; background: #F2F2F2; /* 导航头部 */ /* 导航组件 */ /* 导航组件 */ }

.navbar li { list-style: none; position: relative; }

.navbar li.active { background: #e1e1e1; }

.navbar li > a { display: block; padding: 15px; line-height: 20px; color: #333; }

.navbar li > a:hover { color: black; }

.navbar .navbar-header { float: left; }

.navbar .navbar-header:before, .navbar .navbar-header:after { content: " "; display: table; }

.navbar .navbar-header:after { clear: both; }

.navbar .navbar-header .navbar-logo { float: left; height: 20px; margin: 15px; line-height: 20px; font-weight: bold; }

.navbar .navbar-header .navbar-toggle { margin: 10px 15px; height: 30px; border: 1px solid #ddd; padding: 6px 10px; display: none; }

.navbar .navbar-nav { list-style-type: none; padding: 0; margin: 0; float: left; }

.navbar .navbar-nav li { float: left; }

.navbar .navbar-right { float: right; }

.navbar:before, .navbar:after { content: " "; display: table; }

.navbar:after { clear: both; }

.dropdown-menu { position: absolute; padding: 5px 0; margin: 0; border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.2); background: #FFF; box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); min-width: 160px; display: none; z-index: 999; }

.dropdown-menu li { float: none !important; }

.dropdown-menu li.header { padding: 6px 15px; margin: 0; font-weight: bold; color: #555; }

.dropdown-menu li.disabled { font-style: italic; color: #DDD; cursor: not-allowed; }

.dropdown-menu li.disabled a { color: #DDD; cursor: not-allowed; }

.dropdown-menu li.disabled a:hover { background: none; }

.dropdown-menu li.active { background: #e1e1e1; }

.dropdown-menu li.active a { background: #e1e1e1; }

.dropdown-menu li.divider { margin: 5px 0; border-top: 1px solid #ddd; line-height: 0; height: 0; }

.dropdown-menu li a { color: #333; display: block; padding: 6px 15px; }

.dropdown-menu li a:hover { background: #e9e9e9; }

.navbar-default { background: #F2F2F2; border: 1px solid #ddd; }

.navbar-default li.active { background: #e1e1e1; }

.navbar-inverse { color: #F2F2F2; background: #267; border: none; }

.navbar-inverse li.active, .navbar-inverse li.active > a { background: #004455 !important; }

.navbar-inverse li > a { color: #F2F2F2; }

.navbar-inverse li > a:hover { color: white; background: #195d6e; }

.navbar-inverse li .dropdown-menu li { background: #FFF; }

.navbar-inverse li .dropdown-menu li > a { color: #267; }

.navbar-inverse li .dropdown-menu li.active > a, .navbar-inverse li .dropdown-menu li > a:hover { color: #FFF; }

.navbar-inverse li .dropdown-menu li.disabled > a { color: #DDD; }

@media (max-width: 479px) { .navbar-xs .navbar-header { float: none; }
  .navbar-xs .navbar-header:before, .navbar-xs .navbar-header:after { content: " "; display: table; }
  .navbar-xs .navbar-header:after { clear: both; }
  .navbar-xs .navbar-header .navbar-toggle { display: block; }
  .navbar-xs .navbar-nav, .navbar-xs .navbar-nav li { float: none; }
  .navbar-xs .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-xs .dropdown-menu li.header { padding-left: 20px; }
  .navbar-xs .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-xs .dropdown-menu li a:hover { background: none; } }

@media (max-width: 767px) { .navbar-sm .navbar-header { float: none; }
  .navbar-sm .navbar-header:before, .navbar-sm .navbar-header:after { content: " "; display: table; }
  .navbar-sm .navbar-header:after { clear: both; }
  .navbar-sm .navbar-header .navbar-toggle { display: block; }
  .navbar-sm .navbar-nav, .navbar-sm .navbar-nav li { float: none; }
  .navbar-sm .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-sm .dropdown-menu li.header { padding-left: 20px; }
  .navbar-sm .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-sm .dropdown-menu li a:hover { background: none; } }

@media (max-width: 959px) { .navbar-md .navbar-header { float: none; }
  .navbar-md .navbar-header:before, .navbar-md .navbar-header:after { content: " "; display: table; }
  .navbar-md .navbar-header:after { clear: both; }
  .navbar-md .navbar-header .navbar-toggle { display: block; }
  .navbar-md .navbar-nav, .navbar-md .navbar-nav li { float: none; }
  .navbar-md .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-md .dropdown-menu li.header { padding-left: 20px; }
  .navbar-md .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-md .dropdown-menu li a:hover { background: none; } }

@media (max-width: 1199px) { .navbar-lg .navbar-header { float: none; }
  .navbar-lg .navbar-header:before, .navbar-lg .navbar-header:after { content: " "; display: table; }
  .navbar-lg .navbar-header:after { clear: both; }
  .navbar-lg .navbar-header .navbar-toggle { display: block; }
  .navbar-lg .navbar-nav, .navbar-lg .navbar-nav li { float: none; }
  .navbar-lg .dropdown-menu { position: relative; box-shadow: none; border: none; background: #F2F2F2; color: #333; }
  .navbar-lg .dropdown-menu li.header { padding-left: 20px; }
  .navbar-lg .dropdown-menu li a { color: #333; padding-left: 20px; }
  .navbar-lg .dropdown-menu li a:hover { background: none; } }

/*面包屑导航*/
.breadcrumb { margin-top: 0.6em; margin-bottom: 0.6em; margin-left: 0; margin-right: 0; padding: 0; list-style: none; }

.breadcrumb:before, .breadcrumb:after { content: " "; display: table; }

.breadcrumb:after { clear: both; }

.breadcrumb > a, .breadcrumb li { float: left; margin-right: 1.6em; position: relative; }

.breadcrumb > a:after, .breadcrumb li:after { content: '/'; position: absolute; right: -1.2em; font-size: 0.5em; color: #999; }

.breadcrumb > a:last-child, .breadcrumb li:last-child { overflow: hidden; }

/* site-title */
@charset "UTF-8";
@-webkit-keyframes hue { from { -webkit-filter: hue-rotate(0deg); }
  to { -webkit-filter: hue-rotate(360deg); } }

@keyframes hue { from { -webkit-filter: hue-rotate(0deg); }
  to { -webkit-filter: hue-rotate(360deg); } }

@-webkit-keyframes leftToRight { from { left: -1200px; }
  to { left: 150%; } }

@keyframes leftToRight { from { left: -1200px; }
  to { left: 150%; } }

@-webkit-keyframes RightToLeft { from { left: 150%; }
  to { left: -1200px; } }

@keyframes RightToLeft { from { left: 150%; }
  to { left: -1200px; } }

.animate-title { color: #145; background-image: -webkit-linear-gradient(92deg, #145, #286); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; -o-text-fill-color: transparent; -ms-text-fill-color: transparent; -webkit-animation: hue 5s infinite linear; -moz-animation: hue 5s infinite linear; -o-animation: hue 5s infinite linear; -ms-animation: hue 5s infinite linear; animation: hue 5s infinite linear; }

.banner { height: 360px; overflow: hidden; background-image: url("banner-md.png"); background-position: top center; background-repeat: no-repeat; position: relative; overflow: hidden; }

.banner img { display: block; }

.banner .container { position: relative; }

.banner .skew { position: relative; height: 360px; }

.banner .skew-a, .banner .skew-b, .banner .skew-c, .banner .skew-d, .banner .skew-l, .banner .skew-r { position: absolute; top: 0; bottom: 0; left: -100px; width: 400px; background: #145; opacity: 0.1; -webkit-transform: skew(45deg); -moz-transform: skew(45deg); -o-transform: skew(45deg); -ms-transform: skew(45deg); transform: skew(45deg); }

.banner .skew-r { left: 200px; -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); }

.banner .skew-a, .banner .skew-b, .banner .skew-c, .banner .skew-d { opacity: 0.2; background: #FFF; }

.banner .skew-a, .banner .skew-b { left: -1000px; -webkit-animation: leftToRight 28s infinite linear; -moz-animation: leftToRight 28s infinite linear; -o-animation: leftToRight 28s infinite linear; -ms-animation: leftToRight 28s infinite linear; animation: leftToRight 28s infinite linear; }

.banner .skew-b { animation: leftToRight 18s infinite linear; -webkit-animation: leftToRight 18s infinite linear; }

.banner .skew-c, .banner .skew-d { left: 150%; -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); -webkit-animation: RightToLeft 32s infinite linear; -moz-animation: RightToLeft 32s infinite linear; -o-animation: RightToLeft 32s infinite linear; -ms-animation: RightToLeft 32s infinite linear; animation: RightToLeft 32s infinite linear; }

.banner .skew-d { -webkit-animation: RightToLeft 16s infinite linear; -moz-animation: RightToLeft 16s infinite linear; -o-animation: RightToLeft 16s infinite linear; -ms-animation: RightToLeft 16s infinite linear; animation: RightToLeft 16s infinite linear; }

.banner .portrait { position: absolute; bottom: 0; right: 15px; }

.site-title { top: 80px; height: 200px; position: absolute; font-size: 20px; left: 140px; }

.site-title:before { content: "听党指挥 能打胜仗 作风优良"; font-weight: 100; position: absolute; bottom: 0; line-height: 1.8em; font-size: 16px; text-transform: uppercase; background: #267; color: #FFF; padding: 10px 50px 10px 15px; -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%); clip-path: polygon(0 0, 100% 0%, 260px 100%, 0 100%); opacity: 0.6; }

.site-title:hover:before { opacity: 1; }

.site-title h1 { font-size: 4em; font-weight: bolder; border-bottom: 5px solid #145; margin: 15px 0; }

.site-title .pub { position: absolute; top: 15px; right: 0; padding: 3px 15px; font-size: 14px; background: #145; letter-spacing: 2px; color: #FFF; border-radius: 15px; opacity: 0.6; }

@media (max-width: 960px) { .site-title { left: 15px; } }

@media (max-width: 760px) { .site-title { left: 15px; top: 25px; height: 120px; }
  .site-title h1 { font-size: 2em; padding-top: 15px; }
  .site-title:before { display: none; }
  .site-title .pub { font-size: 12px; }
  .banner { height: 140px; }
  .banner .skew { height: 140px; }
  .banner .portrait { width: 126px; } }

.navbar { border-radius: 5px; overflow: hidden; }

/* style */

.list-article .article { margin-bottom: 1.5em; }

.list-article .article:before, .list-article .article:after { content: " "; display: table; }

.list-article .article:after { clear: both; }

.list-article .article .article-hd { overflow: hidden; }

.list-article .article .article-hd a { font-size: 20px; font-weight: bold; }

.list-article .article .article-hd .pic img { width: 100%; display: block; }

.list-article .article .video { position: relative; }

.list-article .article .video:before, .list-article .article .video:after { content: ""; position: absolute; border-style: solid; }

.list-article .article .video:after { width: 18px; height: 18px; border-width: 2px; border-color: #FFF; border-radius: 50%; left: 0.5em; bottom: 0.5em; }

.list-article .article .video:before { left: 12px; bottom: 1em; border-width: 4px; border-color: #FFF #FFF transparent transparent; transition: all 0.3s; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.list-article .article .title a { font-size: 20px; display: block; }

.list-article .article .desc { margin-top: 1em; color: #555; line-height: 1.6em; font-size: 15px; text-indent:2em;}

.list-article .landscape .pic { float: left; margin-right: 1em; }

.list-article .landscape .article-hd .pic img { width: 10em; display: block; }

.list-article .landscape .title { clear: right; }
@media (max-width: 760px){
.list-article .article .article-hd a{ font-size:16px;}	
.list-article .article .desc{ font-size:12px; text-indent:0;margin-top: 0.8em;}
.list-article .article{ margin-bottom:1em;}
}


.list-title { color: #555; list-style-type: square; }

.list-title li { line-height: 2em; }

.tj-slider { width: 100%; margin-bottom: 10px; background: #F2F6F8; position: relative; }

.tj-slider .touchslider-viewport { position: relative; width: 100%; overflow: hidden; background: #EEE; }

.tj-slider .touchslider-viewport a { display: block; overflow: hidden; }

.tj-slider .touchslider-viewport a:after { content: ""; position: absolute; background: linear-gradient(transparent 50%, #000); top: 0; left: 0; right: 0; bottom: 0; opacity: 0.7; z-index: 1; transition: 0.3s; }

.tj-slider .touchslider-viewport a:hover:after { opacity: 0.9; }

.tj-slider .touchslider-viewport img { width: 100%; display: block; }

.tj-slider .touchslider-viewport .touchslider-item { width: 20%; font-weight: 100; }

.tj-slider .touchslider-viewport .touchslider-item p { position: absolute; bottom: 2em; margin: 0; left: 0; right: 0; font-size: 24px; text-align: center; color: #FFF; z-index: 5; }

.tj-slider .touchslider-group { overflow: hidden; }

.tj-slider .touchslider-group .touchslider-nav-item { float: left; width: 20%; line-height: 2rem; font-size: 0.8em; text-align: center; }

.tj-slider .touchslider-group .touchslider-nav-item-current { background: #145; color: #FFF; }

.tj-slider .touchslider-nav .touchslider-prev, .tj-slider .touchslider-nav .touchslider-next { border-radius: 5px; cursor: pointer; opacity: 0.5; position: absolute; z-index: 100; top: 205px; background: url("prevnext.png") no-repeat; height: 90px; width: 60px; }

.tj-slider .touchslider-nav .touchslider-prev { left: 30px; }

.tj-slider .touchslider-nav .touchslider-next { right: 30px; background-position: -60px 0; }

.tj-slider .touchslider-nav .touchslider-prev:hover, .tj-slider .touchslider-nav .touchslider-next:hover { opacity: 1; }

@media (max-width: 760px) { .tj-slider .touchslider-viewport .touchslider-item p { font-size: 14px; bottom: 0; line-height: 2em; height: 2em; overflow: hidden; } }

/* 频道板块 */
.photo-slider, .special-slider { width: 100%; }

.photo-slider:before, .photo-slider:after, .special-slider:before, .special-slider:after { content: " "; display: table; }

.photo-slider:after, .special-slider:after { clear: both; }

.photo-slider .slider-pagenation, .special-slider .slider-pagenation { height: 30px; position: relative; top: 6px; margin-right: 15px; }

.photo-slider .slider-pagenation span, .special-slider .slider-pagenation span { float: left; width: 8px; height: 8px; background: #AAA; margin: 10px 6px; border-radius: 4px; overflow: hidden; text-indent: 20px; opacity: 0.5; cursor: pointer; }

.photo-slider .slider-pagenation span.touchslider-nav-item-current, .special-slider .slider-pagenation span.touchslider-nav-item-current { opacity: 1; background: #145; }

.photo-slider .slider-pagenation:before, .photo-slider .slider-pagenation:after, .special-slider .slider-pagenation:before, .special-slider .slider-pagenation:after { content: ""; position: absolute; border: 1px solid #145; width: 6px; height: 6px; top: 10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.photo-slider .slider-pagenation:before, .special-slider .slider-pagenation:before { border-width: 0 0 1px 1px; left: -10px; }

.photo-slider .slider-pagenation:after, .special-slider .slider-pagenation:after { border-width: 1px 1px 0 0; right: -10px; }

.photo-slider .touchslider-viewport, .special-slider .touchslider-viewport { overflow: hidden; width: 100%; }

.photo-slider .touchslider-item, .special-slider .touchslider-item { width: 50%; float: left; }

.photo-slider ul.photo-list, .special-slider ul.photo-list { margin: 0 -6px 0 -6px; }

.photo-slider ul.photo-list:before, .photo-slider ul.photo-list:after, .special-slider ul.photo-list:before, .special-slider ul.photo-list:after { content: " "; display: table; }

.photo-slider ul.photo-list:after, .special-slider ul.photo-list:after { clear: both; }

.photo-slider ul.photo-list li, .special-slider ul.photo-list li { box-sizing: border-box; width: 25%; float: left; padding: 0 6px; }

.photo-slider ul.photo-list li a, .photo-slider ul.photo-list li img, .photo-slider ul.photo-list li p, .special-slider ul.photo-list li a, .special-slider ul.photo-list li img, .special-slider ul.photo-list li p { display: block; margin: 0; }

.photo-slider ul.photo-list li a, .special-slider ul.photo-list li a { position: relative; overflow: hidden; }

.photo-slider ul.photo-list li a img, .special-slider ul.photo-list li a img { transition: all 0.3s; }

.photo-slider ul.photo-list li a p, .special-slider ul.photo-list li a p { position: absolute; bottom: 0; padding: 0.5em; color: #FFF; z-index: 5; }

.photo-slider ul.photo-list li a:after, .special-slider ul.photo-list li a:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: url("image-gradient.png"); background-size: 100% 30%; background-position: bottom; background-repeat: no-repeat; z-index: 3; opacity: 0.6; }

.photo-slider ul.photo-list li a:hover img, .special-slider ul.photo-list li a:hover img { transform: rotate(1deg) scale(1.1); }

@media (max-width: 768px) { .photo-slider ul.photo-list li, .special-slider ul.photo-list li { width: 50%; } }

.special-slider ul.photo-list li { box-sizing: border-box; width: 25%; float: left; padding: 0 6px; }

.special-slider ul.photo-list li a, .special-slider ul.photo-list li img, .special-slider ul.photo-list li p { display: block; margin: 0; }

.special-slider ul.photo-list li a { position: relative; overflow: hidden; }

.special-slider ul.photo-list li a img { transition: all 0.3s; }

.special-slider ul.photo-list li a p { position: relative; padding: 0.5em; color: #666; z-index: 5; }

.special-slider ul.photo-list li a:after { display: none; }

.special-slider ul.photo-list li a:hover img { transform: scale(1.1); }

.special-slider .touchslider-nav .touchslider-prev, .special-slider .touchslider-nav .touchslider-next { top: 60px; position: absolute; height: 30px; width: 30px; border-width: 5px; border-style: solid; border-color: #145 transparent transparent #145; opacity: 0.5; cursor: pointer; }

.special-slider .touchslider-nav .touchslider-prev:hover, .special-slider .touchslider-nav .touchslider-next:hover { opacity: 1; }

.special-slider .touchslider-nav .touchslider-prev { left: -30px; transform: rotate(-45deg); }

.special-slider .touchslider-nav .touchslider-next { right: -30px; transform: rotate(135deg); }

.special-slider .touchslider-nav .touchslider-prev:hover, .special-slider .touchslider-nav .touchslider-next:hover { opacity: 1; }

.special-slider .slider-pagenation { width: 60px; margin: 0 auto; }

.special-slider .slider-pagenation:before, .special-slider .slider-pagenation:after { border-color: #CCC; }

body { background: #f2f6f8; }

.title-hd { position: relative; }
.oh{overflow:hidden;}

.title-hd:before, .title-hd:after { content: " "; display: table; }

.title-hd:after { clear: both; }

.title-hd .title { float: left; border-left: 5px solid #276; padding-left: 15px; position: relative; }

.title-hd .title h2 { margin: 0; line-height: 1em; color: #267; }

.title-hd .title small { margin: 0; }

.title-hd .title:after { content: ""; position: absolute; border-style: solid; border-color: #276; border-width: 0 0 1px 1px; width: 15px; height: 15px; right: -25px; top: 12px; }

.title-hd .link { float: right; padding-right: 10px; line-height: 50px; }

.title-hd .link:after { content: ""; position: absolute; border: 2px solid #276; border-color: #276 #276 transparent transparent; width: 6px; height: 6px; top: 20px; right: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.title-hd .link:before { content: ""; position: absolute; border-bottom: 1px solid #ddd; left: 40%; right: 0; bottom: -10px; }

.title-hd-v .title { border-left: 5px solid #FFF; }

.title-hd-v .title h2 { margin: 0; line-height: 1em; color: #FFF; }

.title-hd-v .title small { margin: 0; }

.title-hd-v .title:after { border-color: #2892A7; }

.top-bar { background: #FFF; height: 60px; overflow: hidden; }

.top-bar .navbar-brand { width: 95px; float: left; margin: 15px 0; opacity: 0.8; }

.top-bar .navbar-brand img { display: block; }

.top-bar .navbar-brand:hover { opacity: 1; }

.top-bar .navbar-nav { margin: 5px; float: left; }

.top-bar .navbar-nav li { float: left; }

.top-bar .form-search { margin: 15px 0; width: 200px; }

.top-bar .form-search input[type='text'] { padding: 5px; font-size: 14px; height: 30px; }

.top-bar .form-search .btn { padding: 6px 10px; font-size: 14px; height: 30px; line-height: 14px; }

/*headline*/
.headline { margin: 10px auto 0; overflow: hidden; }

.headline h1 { padding:0 70px 0 70px; margin-top: 20px; line-height: 50px; margin-bottom: 0; background: url("headline.png") no-repeat 0 13px; font-weight: bold; text-align:center;}

.headline dl { overflow: hidden; margin: 0; }

.headline dt {padding-top: 15px; line-height: 28px; font-weight: normal;  text-indent:2em;}

.headline dt a { color: #bc3f3d; }

.headline dd { width: 360px; float: right; margin-top: 10px; }

@media (max-width: 760px) {
	.headline h1 { font-size: 18px; line-height: 24px; background: url("headline.png") no-repeat 0 0;  padding-right:0;text-align: left;}
	.headline dl{    padding-left: 70px;font-size: 12px;}
	.headline dt{ padding-top:10px; text-indent:0;line-height: 1.8em;}
	
}

/* 报道集 */
.special-bdj { /*background-image: linear-gradient(165deg, #145 10%, #276 50%, #145 90%);*/ background-color: #226677; padding:20px 0;}
.special-bdj .title a { color: #FFF; }
.special-bdj .portrait .portrait-title { width: 90px; height: 30px; text-align: center; line-height: 30px; background: #097; transform: skewX(-30deg); position: relative; left: 15px; font-size: 24px; font-weight: bold; padding: 0.3em; }
.special-bdj .portrait .portrait-title a { color: #FFF; }

.special-bdj .portrait .portrait-title a:hover { color: #AFE; }

.special-bdj .portrait .portrait-title:before { position: absolute; content: " "; left: -15px; width: 10px; background: #086; top: 0; bottom: 0; }

.special-bdj .news-list { margin-top: 20px; }

.special-bdj .news-list .item { overflow: hidden; zoom: 1; margin-bottom: 20px; padding-bottom: 19px; border-bottom: 1px dotted #276; }

.special-bdj .news-list .item .pic { float: left; width: 160px; height: 90px; margin-right: 15px; margin-top: 8px; }

.special-bdj .news-list .item .txt { overflow: hidden; zoom: 1; }

.special-bdj .news-list .item .txt h3 { height: 34px; font-size: 20px; margin: 0; font-weight: bold; overflow: hidden; }

.special-bdj .news-list .item .txt h3 a { color: #FFF; }

.special-bdj .news-list .item .txt h3 a:hover { color: #C1EA78; }

.special-bdj .news-list .item .txt p { font-size: 14px; margin: 0; color: #FFF; line-height: 20px; opacity: 0.5;  text-indent:2em;}

.special-bdj .news-list .item .txt p a { color: #FFF; }

.special-bdj .news-list .item .txt p a:hover { color: #C1EA78; }

.special-bdj .news-list .no-border { border-bottom: none; }

@media (max-width: 760px) { .special-bdj .news-list { margin-top: 30px; }
  .special-bdj .news-list .item { overflow: hidden; zoom: 1; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #277; }
  .special-bdj .news-list .item .pic { float: left; width: 90px; height: auto; margin-right: 10px; margin-top: 0; }
  .special-bdj .news-list .item .txt { overflow: auto; zoom: 1; }
  .special-bdj .news-list .item .txt h3 { height: auto; font-size: 14px; margin: 0; font-weight: bold; overflow: hidden;}
  .special-bdj .news-list .item .txt h3 a{ font-size:14px; line-height:1.5em; font-weight:normal;}
  .special-bdj .news-list .item .txt p { display: none; }
  .special-bdj .title-sxzl-for-xs{margin-top: 60px;}
}

.special-bdj .introduction { color: #FFF; margin-top: 86px; }

.special-bdj .introduction h2, .special-bdj .introduction h5 { margin: 0; font-weight: bold; }

.special-bdj .introduction small { color: #afe; opacity: 0.6; font-size: 15px; }

.special-bdj .introduction hr { margin: 15px 0; border-color: #000; border-width: 1px; opacity: 0.1; }

.special-bdj .introduction ul { list-style: none; padding: 0; }

.special-bdj .introduction ul:before, .special-bdj .introduction ul:after { content: " "; display: table; }

.special-bdj .introduction ul:after { clear: both; }

.special-bdj .introduction ul li { width: 160px; height: 156px; background-color: #227788; text-align: center; float: left; overflow: hidden; margin: 1px; }

.special-bdj .introduction ul li a { font-size: 18px; line-height: 156px; display: block; color: #FFF; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }

.special-bdj .introduction ul li a:hover { background-color: #097; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

@media (max-width: 1200px) { .special-bdj .introduction ul li { width: 140px; } }

@media (max-width: 960px) { .special-bdj .introduction ul li { width: 32%; height: 60px; }
  .special-bdj .introduction ul li a { line-height: 60px; } }

@media (max-width: 768px) { .special-bdj .introduction ul li { width: 32%; height: 60px; }
  .special-bdj .introduction ul li a { line-height: 60px; } }

@media (max-width: 960px) { .special-bdj .introduction { margin-top: 15px; } }

.special-jhls .news-list .item { box-sizing: border-box; width: 50%; float: left; padding: 5px; }

.special-jhls .news-list .item a { display: block; background: #FFF; box-shadow: 0 0 15px #DDD; position: relative; overflow: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }

.special-jhls .news-list .item a img { display: block; transition: all 0.3s; }

.special-jhls .news-list .item a h4 { font-size: 20px; }

.special-jhls .news-list .item a h4, .special-jhls .news-list .item a .desc, .special-jhls .news-list .item a small { margin: 15px 30px; display: block; }

.special-jhls .news-list .item a .desc { color: #555; font-size: 15px; }

.special-jhls .news-list .item a small { padding-bottom: 15px; margin-bottom: 0; color: #aaa; }

.special-jhls .news-list .item a:hover { background: #267; color: #fff; }

.special-jhls .news-list .item a:hover .desc { color: #FFF; opacity: 0.7; }

.special-jhls .news-list .item a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.special-jhls .news-list .item a:hover small { color: #8BC34A; }

.special-jhls .news-list .item a:after { content: ""; position: absolute; right: 0; bottom: 0; border-width: 15px; border-style: solid; border-color: transparent #8BC34A #8BC34A  transparent; }

.special-jhls .article-list { background: #FFF; padding: 15px; }

.special-jhls .article-list .article { margin-bottom: 12px; }

.special-jhls .article-list .article h4 { font-size: 20px; font-weight: bold; }

.special-jhls .article-list .article p { font-size: 15px; margin: 10px 0; color: #555; text-indent:2em;}

@media (max-width: 760px) { 
.special-jhls .news-list{  margin: 0 -5px;}
.special-jhls .news-list .item a h4{margin: 5px 8px; display: block; font-size: 14px;}
.special-jhls .news-list .item a:after{ border-width:8px;}
#bshareF{ display: none !important;}

.special-jhls .article-list{ background:none; padding:0;}
.special-jhls .article-list .article{ padding:8px; background:#FFF;}
.special-jhls .article-list .article h4 { font-size:16px;}
.special-jhls .article-list .article p{ text-indent:0; font-size:12px; margin-bottom:0;}
}

.special-qwjd .news-list { margin-top: 30px; }

.special-qwjd .news-list .item { overflow: hidden; zoom: 1; margin-bottom: 20px; padding-bottom: 19px; border-bottom: 1px dotted #cdcdcd; }

.special-qwjd .news-list .item .pic { float: left; width: 160px; height: 90px; margin-right: 15px; margin-top: 8px; }

.special-qwjd .news-list .item .txt { overflow: hidden; zoom: 1; }

.special-qwjd .news-list .item .txt h3 { height: 34px; font-size: 20px; margin: 0; font-weight: bold; overflow: hidden; }

.special-qwjd .news-list .item .txt p { font-size: 15px; margin: 0; text-indent:2em;}

.special-qwjd .news-list .item .txt p a { color: #276; }

.special-qwjd .news-list .item .txt p a:hover { color: #D33; }



@media (max-width: 760px) {
.special-qwjd .news-list { margin-top: 30px; }
.special-qwjd .news-list .item { overflow: hidden; zoom: 1; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #cdcdcd; }
.special-qwjd .news-list .item .pic { float: left; width: 90px; height: auto; margin-right: 10px; margin-top: 0; }
.special-qwjd .news-list .item .txt { overflow: auto; zoom: 1; }
.special-qwjd .news-list .item .txt h3 { height: auto; font-size: 16px; margin: 0; font-weight: bold; overflow: hidden; }
.special-qwjd .news-list .item .txt h3  a{ font-size:16px; font-weight:normal;}
.special-qwjd .news-list .item .txt p { display: none; }
}

.qjmb .item:before { content: ""; position: absolute; background-color: #276; width: 10px; height: 10px; left: 10px; top: 12px; }
.special-qwjd .width-circle .item { position: relative; padding-left: 35px; margin-bottom: 16px; padding-bottom: 18px; }
.special-qwjd .width-circle .item:before { content: ""; position: absolute; background-color: #276; width: 10px; height: 10px; left: 10px; top: 12px; }
.special-qwjd .width-circle h3 { height: 34px; overflow: hidden; margin: 0; }

@media (max-width: 760px) { 
.special-qwjd .width-circle .item { padding-left: 16px;}
.special-qwjd .width-circle .item:before{background-color: #aaa;width: 6px;height: 6px;left: 0;top: 16px;}
.special-qwjd .width-circle h3 { height: auto; line-height:1.5em;font-size: 16px; margin: 8px 0;}
.special-qwjd .width-circle h3 a{ font-size:16px !important;}
.special-qwjd .yl-for-xs small{display:none;}
.special-qwjd .yl-for-xs .item{margin-bottom:8px; padding-bottom:8px;}
}

/* 书籍列表 */
.book-list { overflow: hidden; margin: 15px -15px; }

.book-list .book-single { padding: 0 15px; overflow: hidden; box-sizing: border-box; width: 25%; float: left; margin-bottom: 30px; }

.book-list .book-single a.cover { width: 50%; float: left; display: block; overflow: hidden; }

.book-list .book-single a.cover img { width: 100%; display: block; }

.book-list .book-single .text { box-sizing: border-box; margin: 0; float: left; width: 50%; padding-left: 15px; }

.book-list .book-single .text h4 { font: 18px/28px "Microsoft YaHei", "微软雅黑", "SimSun"; height: 24px; overflow: hidden; margin: 5px 0; }

.book-list .book-single .text p { font-size: 12px; color: #666; line-height: 1.8em; margin-top: 0; margin-bottom: 5px; overflow: hidden; }

@media (max-width: 760px) {
.book-list .book-single{ margin:15px; padding:0; width:auto !important; background:#FFF;}
.book-list .book-single a.cover{ width:30%;}
.book-list .book-single .text{ width:70%;    background: #FFF;  padding: 8px;}
.book-list .book-single .text p { font-size: 14px;}
}

.book-list .book-single:hover { background-color: #145; }

.book-list .book-single:hover h4, .book-list .book-single:hover p { color: #FFF; }

.book-list .book-single:hover p { opacity: 0.5; }

@media (min-width: 760px) and (max-width: 960px) { .book-list .book-single { width: 50%; } }

@media (max-width: 760px) { .book-list .book-single { width: 100%; } }

.special-imagery { background: #009688; padding: 15px; position: relative; overflow:hidden;}

.special-imagery .container { position: relative; }

.special-imagery .title-hd { position: absolute; color: #FFF; top: 20px; left: 20px; border-left: 5px solid #ddd; padding-left: 15px; z-index: 20; }

.special-imagery .title-hd h2 { margin: 0; line-height: 1em; }

.special-imagery .title-hd a { color: #FFF; }

.special-imagery .title-hd small { color: #FFF; opacity: 0.6; margin: 0; }

.special-imagery .imagery-list { margin-right: -30px; margin-top: 70px; margin-bottom: 70px; padding: 15px 15px 15px 0; border-width: 5px; border-right-width: 0; }

.special-imagery .imagery-list .row { margin: 0; }

.special-imagery .imagery-list .col { padding: 5px; }

.special-imagery .imagery-list a { display: block; background: #276; color: #FFF; padding: 3em 1em; text-align: center; -webkit-WMOS-transition: all 0.3s; -moz-WMOS-transition: all 0.3s; -ms-WMOS-transition: all 0.3s; -o-WMOS-transition: all 0.3s; transition: all 0.3s; height: 3em; line-height: 1.5em; }

.special-imagery .imagery-list .item:before{display:none;}

.special-imagery .imagery-list a:hover { background: #265; }

.special-imagery .imagery-phone { position: relative; }

.special-imagery .imagery-phone img { display: block; }

.special-imagery .imagery-phone .phone { top: 0; bottom: 0; left: 0; right: 0; }

.special-imagery .imagery-phone .screen-snapshot { position: absolute; top: 75px; bottom: 75px; left: 15px; right: 15px; }

@media (max-width: 1200px) { .special-imagery .imagery-phone .screen-snapshot { top: 52px; left: 10px; width: 230px; } 
.special-imagery .imagery-list .item:before{display:none;}}

@media (max-width: 760px) {
	.special-imagery .imagery-list { margin-bottom: 0; }
	.special-imagery .imagery-list .col { padding: 0; border-bottom: 1px solid #287; margin-bottom: 10px; padding-bottom: 15px; }
	.special-imagery .imagery-list .col a { padding: 0; background: none; text-align: left; } 
	.special-imagery .imagery-list .item:before{display:none;}
	.special-imagery .title-hd{ margin-left:-15px;}
	#imagery{ margin:0 -30px;}
}

.c-list { list-style: none; margin: 0; padding: 0 0 15px 0; overflow: hidden; border-bottom: 1px solid #217687; color: #8DB3AF; }

.c-list li { float: left; margin-right: 6px; }

.c-list li a { color: #FFF; }

.c-list li a:hover { color: #C1EA78; }

.zglz p { color: #FFF; font-size: 14px; margin: 0; padding: 30px 0 15px 0; border-bottom: 1px solid #217687; }

.zglz ul { list-style: none; margin: 0; padding: 0; }

.zglz ul li { float: left; width: 25%; }

.zglz ul li a { color: #FFF; display: block; background: #217687; margin: 0 10px 10px 0; padding: 2em 15px; line-height: 2em; text-align: center; position: relative; }

.zglz ul li a:hover { background:  rgb(30, 125, 103); }

.zglz ul li a.x2 { padding: 1em 15px; }

@media (max-width: 1200px) { .zglz ul li { width: 33.3333%; } }

@media (max-width: 760px) { 
.zglz ul{    list-style: none; margin:0 -5px !important; padding: 0;}
.zglz ul li { width: 50%; padding: 5px; box-sizing: border-box;} 
.zglz ul li a{margin:0;}
.zglz p{ border-bottom:none;}
}

.footer { background: #345; padding: 30px; }

.footer small { color: #FFF; opacity: 0.3; }

.footer span { display: inline-block; width: 4em; text-align: left; }

.footer .brand { margin-right: 8em; width: 130px; opacity: 0.5; }

.footer .brand:hover { opacity: 1.8; }

@media (max-width:760px){
.tj-list-vm{ margin:0 -5px;}
.tj-list-vm .col-xs-5-10{ padding-left:5px; padding-right:5px;}
.tj-list-vm .col-xs-5-10 a{ display:block; background:#FFF;}
.tj-list-vm p{font-size:12px; padding:6px; line-height:1.6em; height:4.8em;}
}

.zb-article-list a { line-height: 2.5em; }
.desc {margin-top: 1em;color: #555;line-height: 1.8em;font-size: 16px;}
.item {position: relative;}


.f-w {font-weight: bold;}

.title-hd-s { position: relative; }

.title-hd-s:before, .title-hd-s:after { content: " "; display: table; }

.title-hd-s:after { clear: both; }

.title-hd-s .title { float: left; border-left: 5px solid #276; padding-left: 15px; position: relative; }

.title-hd-s .title h2 { margin: 0; line-height: 1em; color: #267; }

.title-hd-s .title small { margin: 0; }

.title-hd-s .title:after { content: ""; position: absolute; border-style: solid; border-color: #276; border-width: 0 0 1px 1px; width: 15px; height: 15px; right: 75px; top: 12px; }

.title-hd-s .link { float: right; padding-right: 10px; line-height: 50px; }

.title-hd-s .link:after { content: ""; position: absolute; border: 2px solid #276; border-color: #276 #276 transparent transparent; width: 6px; height: 6px; top: 20px; right: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.title-hd-s .link:before { content: ""; position: absolute; border-bottom: 1px solid #ddd; left: 40%; right: 0; bottom: 10px; }

.title-hd-s-v .title { border-left: 5px solid #FFF; }

.title-hd-s-v .title h2 { margin: 0; line-height: 1em; color: #FFF; }

.title-hd-s-v .title small { margin: 0; }

.title-hd-s-v .title:after { border-color: #2892A7; }


.title-hd-b { position: relative; }

.title-hd-b:before, .title-hd-b:after { content: " "; display: table; }

.title-hd-b:after { clear: both; }

.title-hd-b .title { float: left; border-left: 5px solid #276; padding-left: 15px; position: relative; }
@media (max-width:767px){
	.title-hd-b .title{float:none}
	}

.title-hd-b .title h2 { margin: 0; line-height: 1em; color: #267; }

@media (max-width:760px){
	
	.title-hd-b .title-l h2{ line-height:1.5em;}

}
@media (max-width:960px){
	
	.title-hd-b .title:after{ display:none;}

}

.title-hd-b .title small { margin: 0; }

.title-hd-b .title:after { content: ""; position: absolute; border-style: solid; border-color: #276; border-width: 0 0 1px 1px; width: 15px; height: 15px; right: -25px; top: 12px; }

.title-hd-b .link { float: right; padding-right: 10px; line-height: 50px; }

.title-hd-b .link:after { content: ""; position: absolute; border: 2px solid #276; border-color: #276 #276 transparent transparent; width: 6px; height: 6px; top: 20px; right: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.title-hd-b .link:before { content: ""; position: absolute; border-bottom: 1px solid #ddd; left: 70%; right: 0; bottom: -10px; }

.title-hd-b-v .title { border-left: 5px solid #FFF; }

.title-hd-b-v .title h2 { margin: 0; line-height: 1em; color: #276; }


.title-hd-b-v .title small { margin: 0; }

.title-hd-b-v .title:after { border-color: #2892A7; }

.box-title {
    border-bottom: 2px solid #EEE;
    height: 36px;
    position: relative;
}
.box-title h3 {
    border-bottom: 2px solid #277;
    position: absolute;
    margin: 0;
}
.box-title h3 a {
    color: #277;
    font-size: 22px;
    line-height: 36px;
}
.bd-b {
    border-bottom: 1px solid #F2F6F8;
}
.news-list1 .item:last-child1 {
    border: none;
}
.news-list1 .item1 {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dotted #EEE;
	    position: relative;
    padding-left: 20px;
}
.news-list1 .item1 h3 {
    height: 34px;
    font-size: 16px;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.news-list1 .item1 .txt {
    overflow: hidden;
    zoom: 1;
    color: #888;
}
.news-list1 .item1 .txt p {
    font-size: 14px;
    margin: 0;
    text-indent: 2em;
}
.news-list1 .item1 .txt p a {
    color: #369;
}
.news-list1.with-circle .item1:before {
    content: "";
    position: absolute;
    background-color: #276;
    width: 5px;
    height: 5px;
    left: 5px;
    top: 10px;
}
@media(max-width:767px){
	.news-list1 .item1 h4{ font-size:16px;}
	.news-list1 .item1 .txt p{ text-indent:0; font-size:12px;}
	.news-list1.with-circle .item1:before{ width:6px; height:6px; left:0; top:16px; background:#AAA;	}
	.news-list1 .item1 h3{height:auto; margin:8px 0;}
}


.story_pic img { border-bottom: solid 4px #fff;}
.story_pic img:hover {border-bottom: solid 4px #445581;}
.story_pic dl { margin:0;border-bottom: 1px solid #DDD;}
.story_pic dd { float: left;color: #445581;border-right: 1px solid #DDD;padding: 0 20px 10px 0; height: 20px;}
.story_pic dd.Submit { float: right;border: none;padding: 0;}
.story_pic p {text-indent: 2em;}

.story_mid_pic {width: 30%;float: left;}
.story_mid_word { width: 65%; float: right;}
.story_mid_word h4 {margin: 0; padding: 0; font-size: 16px;}
.story_mid_word p {text-indent: 2em; margin: 0; color: #5f5f5f; font-size: 12px;}

.story_list {list-style: none; padding: 0; margin: 0;}
.story_list li {border-top: 1px solid #efefef;padding: 0.7em 0; font-size: 16px; background: url(icon.png) scroll no-repeat 0 center;
padding-left: 20px;}

@media(max-width:767px){
.story_list li{ background-position:0 16px; border-width:0 0 1px 0; padding:0.5em 0 0.5em 20px;}
}

.tj1-slider .slider-pagenation { position:absolute; bottom:0; right:0; z-index:100;}
.tj1-slider .slider-pagenation span { width:20px; height:20px; background:#eee; display:block; border-right:1px solid #666; float:left; text-align:center;}
.tj1-slider .slider-pagenation span.touchslider-nav-item-current { background:#277;}




.news-list .item h3 a{font-size:20px;font-weight:700}
@media (max-width:1200px) and (min-width:960px){
	.title-hd .link:before,.qjmb .item:before{display:none;}
	.story_mid_pic{display:none}
	.story_mid_word{width:100%;}
	.story_mid_word p{margin:1em 0}
	.zglz ul li:last-child{width:100%;}
	.special-jhls .news-list .item a h4{height:5em;overflow:hidden}
	.special-qwjd .news-list .item .txt p,.special-jhls .article-list .article p{height:7.2em;overflow:hidden;	}
	.qjmb h4{text-align:left;}
	.qjmb .item h5{text-indent:0}
}

@media(max-width:767px){

.story_pic img{width:100%; display:block; border:none;}
.story_pic h4{font-size:16px;}
.story_pic p{ font-size:12px; text-indent:0; opacity:0.8; margin-bottom:3em;}

.story_mid_word p{display:none}
.special-imagery .imagery-list a{height:auto}
.background-color .news-list .item h3 a{font-size:16px;}
.background-color .special-qwjd .width-circle .item{padding-bottom:0;}
.img-container{margin-top:15px;}

.qjmb h4{font-size:16px; text-align:left;}
.qjmb .desc{ font-size:12px; text-indent:0; opacity:0.9;}
.qjmb .item{ margin:0; padding:0.5em 0 0.5em 16px; font-size:16px;}
.qjmb .item:before{ width:6px; height:6px; left:0; top:16px; background:#AAA;}
.qjmb .item h5{ text-indent:0; font-size:16px; margin:0;}
.qjmb .more-ajmb-article{ display:none;}
}

@media (min-width:767px) and (max-width:1200px){
	.zglz ul li:last-child{width:100%;}
}
@media (min-width:768px) and (max-width:1024px){
.title-hd-b .title{float:none}
}

@media (max-width:960px){
	.special-jhls .news-list .item a img,.story_pic img{width:100%;display:block}


}
.img-container .tj-slider .touchslider-viewport .touchslider-item p{
    bottom: 1em;	
}


@media(max-width:1200px) and (min-width:960px){
	.special-list .article .article-info h4 { height:3.2em; overflow:hidden;}

.special-list .article .article-info p { height:5.4em; overflow:hidden;}
	}

.news-list .list-hd { overflow: hidden; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #EEE; }

.news-list .list-hd .image { float: left; width: 40%; margin-right: 15px; }

@media (max-width: 767px) {
	.news-list .list-hd .image {width: 30%;}
	.background-color .title-hd-b .title{float:left}
}

.background-color{background:#fff;}
.background-color .special-qwjd .width-circle .item{margin-bottom:0;}
.background-color .news-list .item h3 a{font-weight:normal	}
.background-color .special-qwjd .news-list .item{border:none;}

.area-title { border-bottom: 1px solid #EEE; padding-bottom: 10px; }

.area-title .title { float: left; position: relative; }

.area-title .title h2 { float: left; color: #000; font-size: 30px; font-weight: bolder; line-height: 1em; margin: 0; }

.area-title .title h4 { margin: 5px 0 0 15px; font-size: 14px; float: left; right: 0; color: #FFF; background-color: #f55; padding: 0.1em 0.6em; position: relative; }
.area-title .detial { float: right; margin-top: 10px; }

.area-title .title h4:before { position: absolute; content: ""; background-color: #f55; height: 8px; width: 8px; left: -4px; top: 9px; transform: rotate(45deg); }

.news-list .list-hd h4 { margin: 0; }

.news-list .list-hd .txt { margin: 0; color: #888; }

.news-list .list-bd { list-style-type: square; }

.news-list .list-bd li { margin-bottom: 10px; }

.news-list .list-bd li a { line-height: 1.8em; font-size: 18px; }




/*强军日历*/


/**日历*/

.month li,
.owl-carousel .owl-item,
.tab li {
    float: left
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}


/*.month,
.month li {
    background-color: #0a89cb
}*/

.month {
    border-radius: 5px;
    margin: 0;
    padding: 60px 30px
}

.month li a,
.month li a em {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-style: normal;
}

.month li {
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box
}

.month li span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 18px
}

.month li a em {
    font-size: 26px
}

.month li a em i {
    font-size: 17px;
    font-style: normal;
}

.month li a {
    color: #fff;
    font-size: 30px;
}

.month .yes a {
    background-color: #0667b6;
    border-radius: 50%
}

.hide {
    display: none
}

.selected a {
    background-color: #fff!important
}

.month li.selected a em {
    color: #0a89cb!important
}

.month i {
    font-size: 12px
}

.tab {
    position: relative
}

.tab li {
    text-align: center;
    cursor: pointer;
    border-bottom: none;
    width: 16.6%;
    box-sizing: border-box;
    font-size: 20px
}

.tab span {
    font-size: 18px
}

.bac {
    padding: 0 45px
}

.news {
    padding-right: 60px
}

.tab .selected {
    color: #0a89cb
}

.tab {
    width: 80%;
    padding: 0;
    margin: 8em auto 3em
}

.tab .dot.selected:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.tab .dot {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.cale {
    background: #f8f8f8;
    padding-bottom: 6em
}

.back {
    background: url(123.png)
}

.news img {
    width: 100%;
}

.news h2 {
    font-size: 22px;
    color: #666;
    background: url(icon.png) 0 center no-repeat;
    padding-left: 50px;
    margin: 1.5em 0 .5em
}

.news h3 {
    margin: .5em 0 0;
    font-weight: bolder;
    font-size: 20px;
}

p {
    margin: 0 0 1.5em
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: right
}

.owl-theme .owl-controls .owl-page span {
    background: #0a89cb
}

.news .owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    border-radius: 0px;
    cursor: pointer;
    opacity: .5;
    filter: alpha(Opacity=50);
    position: absolute;
    z-index: 100;
    top: 129px;
    background: url(prevnext.png) no-repeat;
	background-size: cover;
    height: 62px;
    width: 38px
}

.top-2 .owl-next {
    right: 0;
    background-position: -38px 0!important
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.tabb_menu {
    position: relative
}

.tabb_menu ul li {
    padding: 0;
}

@media(max-width:767px) {
    .tabb_menu ul li {
        padding: 0 10px;
    }
}

.tabb_menu ul {
    margin-top: 30px;
}

@media (max-width:767px) {
    .month li a {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .month li a em {
        font-size: 22px
    }
    .month li a em i {
        font-size: 14px
    }
    .owl-theme .owl-controls .owl-page span {
        width: 2px;
        height: 2px
    }
    .news span {
        padding: 3px;
        position: inherit
    }
    .tabb_menu {
        width: 100%;
        overflow-y: hidden;
        white-space: nowrap
    }
    ul.tab {
        display: table
    }
    .tab li {
        list-style: none;
        width: 20%;
        font-size: 18px;
        float: none;
        padding: 0 15px;
        display: table-cell
    }
    /*.tab .dot:after{width:5%}*/
    .owl-buttons {
        display: none
    }
    .news h2 {
        text-align: inherit
    }
    .item {
        padding: 0 2px
    }
}

.item h3:hover {
    color: red;
}

.item a {
    text-decoration: none;
}

.month {
    border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 60px 30px;
    overflow: hidden;
    background-color: #0a89cb;
}

.yaowen .bac ul li a {
    color: #fff;
}

.yaowen .bac ul li a::after {
    content: none;
}

.item a::after {
    content: none;
}

.month li span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.month .selected span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #0a89cb;
    line-height: 20px;
}

.month li {
    padding: 15px;
}

.month .yes a {
    border-radius: 5px;
}

.tab .line {
    bottom: 3px;
    content: "";
    /* position: absolute; */
    /* top: 50%; */
    border-top: 1px dashed #9DA2A5;
    z-index: 10;
    width: 7%;
    float: left;
    list-style: none;
    margin-top: 17px;
}

.tab .dot {
    float: left;
    text-align: center;
    cursor: pointer;
    list-style: none;
    border-bottom: none;
    width: 8%;
    box-sizing: border-box;
    font-size: 20px;
    white-space: nowrap;
    margin-top: -6px;
}

.tabb_menu {
    overflow: hidden;
}

.tabb_box {
    margin-top: 2em;
}

.month li a {
    color: #fff;
    padding: 8px;
}

.news h2 {
    margin: 1em 0 .5em;
}

.tab {
    margin: 7em auto 3em;
}

.banner img {
    display: block
}

@media (max-width: 1200px) {
    .month {
        padding: 0;
    }
    .month li {
        padding: 10px;
    }
}

@media (max-width:959px) {
    .month .selected span {
        display: none;
    }
    .bac,
    .month {
        padding: 0
    }
    .month {
        margin: 0
    }
    .month li {
        float: left;
        width: 16.666%;
        padding: 5px
    }
    .month li span {
        display: none
    }
    .news {
        margin-top: 15px;
        padding-right: 15px
    }
}

@media (max-width: 959px) {
    .bac {
        padding: 0;
    }
    .month {
        margin: 0;
        padding: 0;
    }
    .month li {
        float: left;
        width: 16.666%;
        padding: 5px;
    }
    .month li span {
        display: none;
    }
    .news {
        margin-top: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .tab .dot {
        -webkit-transition: all 0s ease-out;
        -moz-transition: all 0s ease-out;
        -ms-transition: all 0s ease-out;
        transition: all 0s ease-out
    }
    .month li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .month li a em {
        font-size: 14px;
    }
    .month li a em i {
        font-size: 12px;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 2px;
        height: 2px;
    }
    .news span {
        padding: 3px;
    }
    .tabb_menu {
        width: 100%;
        overflow-y: hidden;
        white-space: nowrap;
    }
    ul.tab {
        display: table;
    }
    .tab li {
        list-style: none;
        width: 20%;
        font-size: 18px;
        float: none;
        padding: 0px;
        display: table-cell;
    }
    .owl-buttons {
        display: none;
    }
    .news h2 {
        text-align: inherit;
        margin: 0.5em 0;
    }
    .news span {
        position: inherit;
    }
    .item {
        padding: 0 2px;
    }
    .tab .dot {
        float: none;
        font-size: 16px;
    }
    .tabb_menu {
        overflow-x: scroll;
        margin-top: 40px;
    }
    .tabb_box {
        margin-top: -3px;
    }
    .month {
        padding: 0px;
    }
    .month li a {
        padding: 0px;
    }
    .month .yes a {
        border-radius: 50%;
    }
    .tab {
        margin: 0;
    }
    .cale {
        background: none;
        padding-bottom: 0;
    }
    .tab .dot.selected:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .news h2 {
        background: url(icon-xs.png) 0 center no-repeat;
        font-size: 18px;
        padding-left: 25px;
    }
    .news h3 {
        font-size: 18px;
    }
    .tab .dot {
        float: none;
        font-size: 14px;
        height: 44px;
        color: #0a89cb;
    }
    .left-t {
        padding-right: 0px;
        padding-left: 0px;
    }
    .tab .selected {
        color: #fff;
        background: url(tab.png)center center no-repeat;
    }
    .tab .line {
        border-top: none;
    }
    li.dot {
        padding: 0 10px;
    }
    .les {
        margin-top: -3.5em;
    }
    .month {
        border-radius: 0px;
    }
    .month .yes a {
        cursor: pointer
    }
    .month a {
        cursor: default
    }
    .back {
        background: none;
    }
    .bdshare-slide-button-box {
        display: none!important
    }
}

#ClCache {
    display: none;
}

.trdspecial {
    margin-bottom: 10px;
}

.trdspecial img {
    display: block;
}

.trdspecial a {
    display: block;
    border-bottom: 3px solid #FFF;
}

.trdspecial a:hover {
    border-color: #d33;
}

.box-bg-gray,
.newsfocus {
    background: url(bg_yw.png) center center;
    padding: 1px 0;
}

@media(max-width:767px){
	.newsfocus{ margin-top:-20px;}
	}


/*视察过的部队焦点图*/

.hot-tt,
.hot-zb,
.hot-dj,
.hot-ch {
    width: 111px;
    height: 55px;
    text-indent: -9999em;
    background: url(20901.files/hot-tag.png) no-repeat;
}

.hot-tt {
    background-position: 0 0;
}

.hot-zb {
    background-position: -120px 0;
}

.hot-dj {
    background-position: -240px 0;
}

.hot-ch {
    background-position: -360px 0;
}

.news-1 {
    padding-bottom: 15px;
}

.mod_wb {
    height: 300px;
    margin-bottom: 20px;
}

.mod-2 .split {
    float: left;
    width: 964px;
    padding-right: 0;
}

.mod-2 .item {
    float: left;
    width: 238px;
    margin-right: 3px;
}

@media (min-width: 767px) {
    .soldier a {
        font-family: '微软雅黑';
        display: block;
        position: relative;
        text-decoration: none;
        color: #fff;
    }
    .soldier a:hover p {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    .soldier a:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    .soldier a img {
        width: 100%;
        display: block;
    }
    .soldier a p {
        position: absolute;
        background: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
        bottom: -24px;
        left: 0;
        font-size: 16px;
        transition: opacity 0.5s;
        width: 100%;
        line-height: 2em;
    }
}

.soldier a p span {
    padding: 0 5px;
    display: block;
}

@media (max-width: 767px) {
    .soldier a {
        font-family: '微软雅黑';
        display: block;
        text-decoration: none;
    }
    .soldier a img {
        width: 100%;
        display: block;
    }
    .soldier a p {
        color: #666;
        font-size: 14px;
    }
    .soldier a p span {
        color: #666;
        display: block;
    }
}

.gb-focus {}

.gb-focus .viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gb-focus .inner {
    width: 300%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
}

.gb-focus .ctl-btn-group {
    margin-top: 10px;
	overflow:hidden;
}

@media (max-width:767px){
	.gb-focus .ctl-btn-group {
    margin-top: -20px;
	
}
	}

.gb-focus .ctl-btn-group ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 150px;
}

.gb-focus .ctl-btn-group ul li {
    float: left;
    width: 40px;
    height: 20px;
    border-bottom: 5px solid #DDD;
    margin: 0 5px;
    cursor: pointer;
}

.gb-focus .ctl-btn-group ul li.active {
    border-color: #f55;
}


/*视察过的部队*/

.talent .top {
    background: #fff;
    padding: 15px;
    border: 1px solid #f2f6f8;
    margin: 0 0 30px 0;
    overflow: hidden;
}
@media(max-width:767px){
	.talent .top{margin-bottom:10px}
	}

.talent .top:hover {
    border: 1px solid #de4242;
}

.talent .top img {
    width: 36%;
    margin-right: 10px;
}

.talent .top a {
    font-size: 18px;
    color: #de4242;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
}

.talent .top p {
    color: #666;
}

.talent .top .xiangqing {
    font-size: 16px;
    color: #de4242;
    transition: all 0.3s;
    text-decoration: none;
    font-family: "微软雅黑";
    float: right;
} 
.cale .owl-buttons .owl-prev {
    left:0;
}



h4.rili a{    
    border-left: 5px solid #276;
    padding-left: 15px;
    position: relative;}
	
h4.rili:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #276;
    border-width: 0 0 1px 1px;
    width: 15px;
    height: 15px;
    top: 23px;
	margin-left:7px;
}	
.box-title{ margin-bottom:30px;}	
	
h4.rili a{ font-size:28px; color:#267;}







.tit{margin-bottom:1.8em}.tit h3{text-align:center;margin:0;padding:1em 0}.tit .pt-reset{padding-top:0}.tit h3 a{color:#1e4aa1;transition:all .3s;font-weight:700}.tit h3 a:hover{color:#d84a4a}.tit img{display:block;margin:0 auto}.standModule-t{margin-bottom:2.2em}.standModule-t .moduleBg{background:#fcfcfc}.standModule-t .moduleBg .moduleBg-tit{box-sizing:border-box;padding:0 1.2em;border-bottom:1px solid #fff}.standModule-t .moduleBg h3{margin:0;padding-top:.9em;line-height:1.2em;height:2.4em;overflow:hidden;font-weight:700}.standModule-t .moduleBg h3 a{color:#333}.standModule-t .moduleBg p{line-height:1.4em;height:2.8em;overflow:hidden;margin-top:2em;margin-bottom:2.2em;color:#999}@media(max-width:959px){.standModule-t .moduleBg p{margin-top:1em;margin-bottom:1.2em;height:4.2em}}.standModule-t .moduleBg a{transition:all .3s}.standModule-t .moduleBg a:hover{color:#d84a4a}.moduleBg-list{padding:10px 0;margin:0 0 0 .8em}.moduleBg-list li{margin:1.4em 0;padding:0 1.2em;position:relative}.moduleBg-list li:hover span{background:#d84a4a}.moduleBg-list li span{transition:all .3s;width:8px;height:8px;background:#eee;border-radius:50%;position:absolute;top:8px;bottom:0;left:0;right:0}.moduleBg-list li a{line-height:1.4em;height:1.4em;overflow:hidden;display:block;color:#333;transition:all .3s}@media(min-width:959px) and (max-width:1199px){.moduleBg-list li a{height:2.8em}}@media(max-width:959px){.moduleBg-list li{margin:.6em 0}.moduleBg-list li a{height:2.8em}}.moduleBg-list li a:hover{color:#d84a4a}.ListOfTopics #owl-demo .item{margin:0 8px;position:relative}.ListOfTopics #owl-demo .item img{display:block;width:100%}.ListOfTopics .owl-pagination{display:none}.ListOfTopics .owl-carousel{position:relative}.ListOfTopics .owl-carousel:hover .owl-buttons{opacity:1!important;filter:alpha(opacity=100)}.ListOfTopics .owl-theme .owl-controls{margin-top:5.4em}.ListOfTopics .owl-theme .owl-controls .owl-buttons{opacity:0;filter:alpha(opacity=0);transition:all .3s}.ListOfTopics .owl-theme .owl-controls .owl-buttons .owl-prev{width:10px;z-index:99;height:24px;position:absolute;top:38%;top:28%\9;left:1%;background:url(focus-right.png) no-repeat}.ListOfTopics .owl-theme .owl-controls .owl-buttons .owl-next{width:10px;z-index:99;height:24px;position:absolute;top:38%;top:28%\9;right:1%;background:url(focus-left.png) no-repeat}.ListOfTopics .item:hover span{filter:alpha(opacity=100);cursor:move}.standModule-m{background:#f6f7fb;padding:56px 0}.pic{position:relative}.pic img{display:block;width:100%}.pic-shade a{box-sizing:border-box;padding:0 1em;position:absolute;bottom:0;width:100%;line-height:2.4em;height:2.4em;overflow:hidden;margin:0;color:#fff;z-index:2;transition:all .3s}.pic-shade a:hover{color:#d84a4a}.pic-shade span{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(transparent 76%,#000);background:#000\9;height:2.4em\9;top:auto\9;cursor:pointer;opacity:.8;filter:alpha(opacity=60)}.pic:hover span{filter:alpha(opacity=100)}.font{background:#fff}.font ul li{margin:1em 0}.video-picWorld{margin-bottom:4.2em}.video-picWorld .spc-tit{text-align:center;position:relative;margin:2.8em 0 1.8em}.video-picWorld .spc-tit div,.video-picWorld .spc-tit h3{display:inline-block}.video-picWorld .spc-tit div a,.video-picWorld .spc-tit h3 a{color:#1e4aa1;font-weight:700;transition:all .3s}.video-picWorld .spc-tit div a:hover,.video-picWorld .spc-tit h3 a:hover{color:#d84a4a}.video-picWorld .spc-tit h3{margin:0;position:relative}.video-picWorld .spc-tit .spc-tit-l{right:2em}.video-picWorld .spc-tit .spc-tit-r{left:2em}.video-picWorld .circle{position:absolute;left:50%;top:20%;transform:translateX(-4px)}.video-picWorld .line-l{position:absolute;left:-150%;top:-18%}.video-picWorld .line-r{position:absolute;right:-150%;top:-18%}.video-picWorld .standModule-shadow{position:relative;box-sizing:border-box;padding:1em}.video-picWorld .v-p-left div,.video-picWorld .v-p-left dl{float:right}.video-picWorld .v-p-left dl{text-align:right}.video-picWorld .v-p-right div,.video-picWorld .v-p-right dl{float:left}.video-picWorld dt a{color:#333;font-size:16px;transition:all .3s;display:block;height:1.4em;overflow:hidden}@media(max-width:959px){.video-picWorld .v-p-left dl{text-align:left}.video-picWorld dt a{height:3em}}.video-picWorld dt a:hover{color:#d84a4a}.video-picWorld dd{color:#999;line-height:1.4em;margin-top:10px;height:2.8em;overflow:hidden}.video-picWorld .v-p-pic{position:relative}.video-picWorld .v-p-pic img{display:block}.video-picWorld .v-p-pic span{position:absolute;top:0;bottom:0;left:0;right:0;background:url(redio-button.png) center no-repeat #000;opacity:0;filter:alpha(opacity=0);transition:all .3s}.video-picWorld .v-p-pic span:hover{opacity:.4;filter:alpha(opacity=40)}.video-picWorld .v-p-right span{background:#000}@media(max-width:959px){.video-picWorld dd{height:4.2em}.video-picWorld .row .v-p-left,.video-picWorld .row .v-p-right{padding-left:15px;padding-right:15px}
}.standModule-b{background:#f6f7fb;padding:56px 0}@media(max-width:768px){.bdshare-slide-button{display:none!important}}



.ie8-hide{display:none\9}