@charset "gb2312";
/*
* DingXiRenDa Css Styles
* Author: buuug7
* build with sass preprosessor, Eric Meyer	 reset css,gulp
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
  max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/*variables scss*/
* {
  box-sizing: border-box; }

body {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", Î¢ÈíÑÅºÚ, arial, Tahoma, SimSun, sans-serif !important;
  background: url("../../dist/images/body-bg2.png") repeat-x top;
  font-size: 12px;
  color: #444;
  min-width: 1000px; }

strong span {
  font-weight: bold !important; }

a:hover {
  text-decoration: none; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.fa-dxrd {
  padding-left: 5px;
  padding-right: 5px; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-left-5 {
  margin-left: 5px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-left-15 {
  margin-left: 15px; }

.width-240 {
  width: 240px !important; }

.width-364 {
  width: 364px !important; }

.width-370 {
  width: 370px !important; }

.width-495 {
  width: 495px !important; }

.body-height-225 {
  height: 225px; }

.body-height-241 {
  height: 241px; }

.body-height-255 {
  height: 255px; }

.wrap {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px; }
  .wrap:before, .wrap:after {
    display: table;
    content: " "; }
  .wrap:after {
    clear: both; }

.box-header-underline {
  border-bottom: 1px solid #990000; }

.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14.4px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #BAC3C7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.yaoxian {
  height: 80px;
  background: url("../../dist/images/yaoxian8.png") no-repeat; }

.panel {
  margin-bottom: 20px; }
  .panel .panel-heading {
    color: #fff;
    background-color: #b30000;
    border-color: #d3e0e9;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    font-size: 14.4px;
    font-weight: bold; }
  .panel .panel-body {
    padding: 15px;
    background: #f2f2f2; }
    .panel .panel-body ul > li {
      line-height: 2.5;
      border-bottom: 1px dotted #ddd; }
    .panel .panel-body ul > li > a {
      text-decoration: none;
      color: #444;
      font-size: 14.4px; }

/* pagination scss */
.pagination {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center; }
  .pagination ul {
    text-align: center;
    display: inline-block; }
  .pagination ul li {
    float: left;
    margin: 2px; }
  .pagination ul li a {
    color: #990000;
    text-decoration: none;
    border: 1px solid #990000;
    padding: 3px 15px 3px 15px; }
    .pagination ul li a:hover {
      background: #990000;
      color: #fff; }
  .pagination .active {
    background: #990000;
    color: #fff; }
  .pagination .disabled {
    pointer-events: none;
    background-color: #fff;
    border-color: #ccc;
    cursor: not-allowed;
    box-shadow: none;
    opacity: 0.65; }

/* breadcrumb scss */
.breadcrumb {
  padding: 8px 15px;
  list-style: none;
  background: #fff; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb a {
    text-decoration: none;
    color: #990000; }
  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"; }

.header {
  width: 1000px;
  height: 197px;
  margin: 0 auto; }

ul.nav {
  width: 1000px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  overflow: hidden;
  background: #b30000;
  position: relative; }
  ul.nav:before, ul.nav:after {
    display: table;
    content: " "; }
  ul.nav:after {
    clear: both; }
  ul.nav > li {
    height: 40px;
    list-style: none;
    float: left;
    width: 8.3%;
    text-align: center;
    position: relative; }
    ul.nav > li > a {
      color: #fff;
      font-size: 15.6px;
      text-decoration: none; }
    ul.nav > li .active {
      background: #590000; }
    ul.nav > li:hover {
      background: #990000; }

footer.v2 {
  margin-top: 50px;
  border-top: 4px solid #990000;
  text-align: center;
  padding: 15px 0; }
  footer.v2 .v2-links {
    margin-bottom: 10px; }
  footer.v2 a {
    font-size: 14.4px;
    text-decoration: none;
    color: #990000; }
  footer.v2 p {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #333; }
  footer.v2 ul li {
    display: inline-block;
    padding-right: 15px; }
  footer.v2 .dangzhengjiguan {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url("../../dist/images/dangzhengjiguan.png") no-repeat center center;
    background-size: 100% 100%; }

/*friend links*/
.links {
  width: 1000px;
  overflow: hidden;
  margin: 15px auto; }
  .links .item {
    width: 20%;
    float: left; }
    .links .item select {
      width: 100%;
      letter-spacing: 5px;
      border-radius: 0;
      padding: 5px 10px; }

.slideBox {
  position: relative;
  width: 530px;
  height: 298px;
  overflow: hidden; }
  .slideBox .item {
    width: 530px;
    height: 298px; }
  .slideBox .title {
    position: absolute;
    width: 100%;
    height: 31px;
    background: #000;
    opacity: 0.6;
    display: inline-block;
    left: 0;
    bottom: 0;
    font-size: 14.4px;
    color: #fff;
    padding: 5px 10px 5px 20px; }
  .slideBox img {
    width: 100%; }
  .slideBox .owl-dots {
    position: absolute;
    height: 31px;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .slideBox .owl-dots .owl-dot {
      float: left;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      padding-right: 10px; }
      .slideBox .owl-dots .owl-dot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 1px solid #990000;
        background: #f9f9f9; }
    .slideBox .owl-dots .active span {
      background: #990000; }

/*zhuan ti zhuan lan scss*/
.zhuan-ti-zhuan-lan {
  float: left;
  width: 240px;
  overflow: hidden; }
  .zhuan-ti-zhuan-lan > .box-header-l {
    height: 35px;
    background: url("../../dist/images/ldzc.gif") no-repeat bottom left;
    background-size: auto 35px;
    line-height: 35px;
    font-size: 14.4px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
    border-left: none;
    color: #990000; }
    .zhuan-ti-zhuan-lan > .box-header-l span {
      display: block;
      font-weight: bold;
      margin-left: 25px;
      margin-top: -3px; }
  .zhuan-ti-zhuan-lan > .box-body {
    padding: 10px 10px 10px 10px;
    border: 1px solid #d8d8d8;
    position: relative;
    overflow: hidden; }
    .zhuan-ti-zhuan-lan > .box-body .b-list {
      height: 200px;
      overflow: hidden; }
      .zhuan-ti-zhuan-lan > .box-body .b-list ul li {
        width: 220px;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
        font-size: 18px; }
      .zhuan-ti-zhuan-lan > .box-body .b-list ul li:nth-child(2n) {
        background: #E10813; }
        .zhuan-ti-zhuan-lan > .box-body .b-list ul li:nth-child(2n) .fa {
          color: #FBE202 !important; }
      .zhuan-ti-zhuan-lan > .box-body .b-list ul li:nth-child(2n+1) {
        background: #FB7B1A; }
        .zhuan-ti-zhuan-lan > .box-body .b-list ul li:nth-child(2n+1) .fa {
          color: #E10813 !important; }
      .zhuan-ti-zhuan-lan > .box-body .b-list ul li a {
        margin: 0 10px;
        display: inline-block;
        width: 200px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .zhuan-ti-zhuan-lan > .box-body .b-list ul li a .fa {
          margin-left: 10px;
          margin-right: 10px; }

/*lan mu scss*/
.lanmu {
  width: 1000px;
  background: #fff;
  box-shadow: 0 1px 1px #888888; }
  .lanmu .left {
    width: 250px;
    float: left; }
    .lanmu .left .title {
      text-align: center;
      padding: 10px 25px 10px 25px;
      border-bottom: 1px solid #d8d8d8;
      font-size: 1.3rem;
      height: 50px; }
      .lanmu .left .title > span {
        padding-left: 10px; }
    .lanmu .left .list-menu {
      text-align: center;
      margin: 30px;
      font-size: 1rem; }
      .lanmu .left .list-menu ul li {
        border: 1px solid #990000;
        margin-top: 5px;
        cursor: pointer; }
        .lanmu .left .list-menu ul li:hover {
          background: #990000; }
          .lanmu .left .list-menu ul li:hover a {
            color: #fff; }
      .lanmu .left .list-menu ul li a {
        padding: 5px 0 5px 0;
        display: block;
        color: #990000;
        text-decoration: none;
        cursor: pointer;
        font-size: 1rem; }
  .lanmu .right {
    float: left;
    width: 748px;
    border-left: 1px solid #d8d8d8; }
    .lanmu .right .title {
      text-align: center;
      padding: 10px 25px 10px 25px;
      border-bottom: 1px solid #990000;
      font-size: 1.1rem;
      height: 50px; }
      .lanmu .right .title a {
        text-decoration: none;
        margin-left: 10px;
        font-size: 1rem;
        color: #990000; }
    .lanmu .right .item-list {
      margin-top: 5px;
      margin-bottom: 10px;
      padding-left: 55px;
      padding-right: 55px; }
      .lanmu .right .item-list ul li {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px dotted #d8d8d8; }
      .lanmu .right .item-list ul li:last-child {
        border-bottom: none; }
      .lanmu .right .item-list ul li a {
        display: inline-block;
        width: 540px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        font-size: 14.4px;
        color: #444;
        text-decoration: none; }
        .lanmu .right .item-list ul li a:hover {
          text-decoration: underline; }
      .lanmu .right .item-list ul li span {
        display: inline-block;
        float: right; }

.list-menu-li-hover {
  background: #990000 !important; }
  .list-menu-li-hover a {
    color: #fff !important; }

.right .item-list2 {
  padding: 15px 45px; }
  .right .item-list2 .box {
    width: 128px;
    height: 200px;
    float: left;
    margin-right: 18px;
    margin-left: 18px;
    margin-top: 25px; }
    .right .item-list2 .box a {
      display: block; }
    .right .item-list2 .box img {
      display: block;
      width: 128px;
      height: 150px; }
    .right .item-list2 .box .box-title {
      margin-top: 5px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
      .right .item-list2 .box .box-title a {
        text-decoration: none;
        font-weight: bold;
        color: #444;
        font-size: 14.4px; }
    .right .item-list2 .box p {
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 14.4px; }

.right .intro {
  padding: 35px; }
  .right .intro p {
    font-size: 14.4px; }

.right .item-list3 {
  padding: 15px 45px; }
  .right .item-list3 .box {
    width: 160px;
    height: 120px;
    float: left;
    margin-right: 28px;
    margin-left: 28px;
    margin-top: 25px; }
    .right .item-list3 .box a {
      display: block; }
    .right .item-list3 .box img {
      display: block;
      width: 160px;
      height: 90px; }
    .right .item-list3 .box p {
      margin-top: 5px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 14.4px; }

/* content scss */
.content {
  width: 700px;
  float: left; }
  .content .breadcrumb {
    background: #f2f2f2; }
  .content:before, .content:after {
    display: table;
    content: " "; }
  .content:after {
    clear: both; }
  .content .content-main {
    padding: 20px 30px;
    background: #f2f2f2; }
    .content .content-main .title {
      padding: 15px 0;
      text-align: center;
      border-bottom: 2px solid #990000;
      color: red;
      font-size: 24px; }
    .content .content-main .info {
      padding: 7px 0;
      text-align: center;
      font-size: 12px;
      color: #888; }
      .content .content-main .info a {
        text-decoration: none;
        color: #888; }
    .content .content-main .body {
      margin-top: 25px;
      font-size: 15.6px; }
      .content .content-main .body img {
        margin: 0 auto; }
  .content .content-footer {
    padding: 20px 30px;
    background: #990000;
    background: #e6e6e6;
    border-top: 1px solid #ddd; }
    .content .content-footer .info {
      font-size: 15px; }
      .content .content-footer .info .diggnum {
        font-weight: bold;
        font-style: italic; }
      .content .content-footer .info a {
        text-decoration: none;
        color: #444; }
        .content .content-footer .info a:hover {
          text-decoration: none; }
    .content .content-footer .share {
      margin: 15px 0; }

.content-right {
  float: right;
  width: 300px;
  padding: 0 0 0 15px; }
  .content-right:before, .content-right:after {
    display: table;
    content: " "; }
  .content-right:after {
    clear: both; }

#content-right.affix {
  top: 10px;
  margin-left: 700px;
  position: fixed; }

#content-right.affix-bottom {
  position: absolute;
  margin-left: 700px; }

/*shi pin xin wen scss*/
/*tong zhi gong gao scss file*/
.shipinxinwen {
  float: right;
  width: 240px;
  height: 292px;
  overflow: hidden; }
  .shipinxinwen > .box-body {
    padding: 10px 5px 0 10px;
    border: 1px solid #d8d8d8;
    height: 255px; }
    .shipinxinwen > .box-body ul li {
      height: 26px;
      line-height: 26px;
      overflow: hidden; }
    .shipinxinwen > .box-body ul li a {
      text-decoration: none;
      font-size: 14.4px;
      color: #444; }
      .shipinxinwen > .box-body ul li a:hover {
        text-decoration: underline; }
    .shipinxinwen > .box-body ul li a > .fa {
      margin-right: 5px; }

/*wang shang fu wu*/
.wangshangfuwu {
  float: left;
  width: 248px; }
  .wangshangfuwu > .box-header-l {
    height: 35px;
    background: url("../../dist/images/wangshangfuwu.gif") no-repeat bottom left;
    background-size: auto 35px;
    line-height: 35px;
    font-size: 14.4px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
    border-left: none;
    color: #990000; }
    .wangshangfuwu > .box-header-l span {
      display: block;
      font-weight: bold;
      margin-left: 25px;
      margin-top: -3px; }
  .wangshangfuwu > .box-body {
    padding: 5px 5px 0 5px;
    border: 1px solid #d8d8d8;
    border-top: none;
    height: 225px;
    padding-top: 15px; }
    .wangshangfuwu > .box-body .onerow, .wangshangfuwu > .box-body .tworow {
      padding: 15px 5px 5px 5px; }
    .wangshangfuwu > .box-body .onerow a, .wangshangfuwu > .box-body .tworow a {
      display: block;
      float: left;
      width: 63px;
      height: 57px;
      margin: 5px; }
    .wangshangfuwu > .box-body .onerow .bumenxinxiang {
      background: url("../../dist/images/bumenxinxiang.gif"); }
    .wangshangfuwu > .box-body .onerow .zixuntousu {
      background: url("../../dist/images/zixuntousu.gif"); }
    .wangshangfuwu > .box-body .onerow .zhurenxinxiang {
      background: url("../../dist/images/zhurenxinxiang.gif"); }
    .wangshangfuwu > .box-body .tworow .yijianzhengji {
      background: url("../../dist/images/yijianzhengji.gif"); }
    .wangshangfuwu > .box-body .tworow .jianyanxiance {
      background: url("../../dist/images/jianyanxiance.gif"); }
    .wangshangfuwu > .box-body .tworow .shimingluntan {
      background: url("../../dist/images/shimingluntan.gif"); }

.nav-down {
  height: 30px;
  line-height: 30px;
  font-size: 14.4px;
  position: relative;
  padding-left: 10px; }
  .nav-down .left {
    float: left;
    width: 780px; }
    .nav-down .left .tempWrap {
      width: 780px !important;
      overflow: hidden; }
    .nav-down .left ul {
      overflow: hidden;
      height: 30px; }
    .nav-down .left ul li {
      float: left;
      height: 30px;
      margin-right: 60px;
      line-height: 30px;
      text-align: left;
      _display: inline;
      width: auto !important; }
    .nav-down .left a {
      text-decoration: none;
      color: #444; }
  .nav-down .right {
    display: inline-block;
    float: right;
    height: 30px;
    margin-right: 5px; }
    .nav-down .right i {
      color: #990000; }

/* xin wen bao dao scss file */
.xin-wen-bao-dao {
  width: 280px;
  height: 264px;
  float: left;
  overflow: hidden;
  border: 1px solid #d8d8d8; }
  .xin-wen-bao-dao .box-body {
    padding: 10px 5px 5px 15px;
    height: 246px; }
    .xin-wen-bao-dao .box-body ul li {
      height: 27px;
      line-height: 25px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .xin-wen-bao-dao .box-body ul li a {
      text-decoration: none;
      font-size: 14.4px;
      color: #444; }
      .xin-wen-bao-dao .box-body ul li a:hover {
        text-decoration: underline; }
    .xin-wen-bao-dao .box-body ul li a > .fa {
      margin-right: 5px; }

/*search scss*/
.zhan-nei-sou-suo {
  border: 1px solid #d8d8d8;
  width: 1000px;
  background-color: #f6f6f6; }
  .zhan-nei-sou-suo .item-list {
    padding: 20px 15px; }
    .zhan-nei-sou-suo .item-list ul li {
      margin-top: 15px;
      border-bottom: 1px dotted #d8d8d8; }
    .zhan-nei-sou-suo .item-list ul li h4 {
      font-size: 13.2px; }
      .zhan-nei-sou-suo .item-list ul li h4 a {
        text-decoration: none;
        color: #444;
        font-weight: bold; }
    .zhan-nei-sou-suo .item-list ul li p {
      font-size: 13.2px;
      margin-top: 5px; }

.result {
  font-size: 13.2px; }

/*new box c scss*/
.news-box-c {
  position: relative;
  float: left; }
  .news-box-c .hd {
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #e1e1e1;
    font-size: 14.4px;
    background: url("../../dist/images/tit_bg.gif");
    position: relative;
    border-left: none; }
    .news-box-c .hd ul {
      float: left; }
    .news-box-c .hd ul li {
      float: left;
      padding: 0 15px;
      cursor: pointer; }
    .news-box-c .hd ul li.on {
      height: 35px;
      background: #f9f9f9;
      border: 1px solid #ddd;
      border-top: 2px solid #990000;
      border-bottom: 1px solid #f9f9f9; }
    .news-box-c .hd ul li a {
      font-weight: bold;
      font-size: 14.4px;
      text-decoration: none;
      color: #990000; }
  .news-box-c .bd {
    border: 1px solid #d8d8d8;
    border-top: none;
    padding: 10px 15px; }
    .news-box-c .bd .fa {
      margin-right: 5px; }
    .news-box-c .bd ul li {
      height: 30px;
      line-height: 30px;
      overflow: hidden; }
    .news-box-c .bd ul li a {
      text-decoration: none;
      font-size: 14.4px;
      color: #444; }
      .news-box-c .bd ul li a:hover {
        text-decoration: underline; }
    .news-box-c .bd .more {
      height: 30px;
      line-height: 30px; }
      .news-box-c .bd .more a {
        display: block;
        float: right;
        text-decoration: none;
        color: #777777; }

/* list images scss */
.list-images {
  background-color: #f6f6f6;
  padding: 15px 15px;
  border: 1px solid #d8d8d8; }
  .list-images .box {
    width: 200px;
    height: 180px;
    margin: 21px 21px;
    float: left; }
  .list-images .box a {
    display: block; }
  .list-images .box a img {
    display: block;
    width: 200px;
    height: 112px;
    border: 6px solid #e8e8e8; }
  .list-images .box .title {
    margin-top: 5px;
    height: 44px;
    line-height: 22px;
    width: 200px;
    overflow: hidden; }
    .list-images .box .title a {
      text-decoration: none;
      color: #444;
      font-size: 14.4px; }
  .list-images .box .time {
    width: 200px;
    color: #848484; }

/*×¨Ìâ·âÃæ*/
.zt-box {
  width: 200px;
  height: 112px;
  margin: 10px 21px;
  float: left; }

.zt-box a {
  display: block; }

.zt-box a img {
  display: block;
  width: 200px;
  height: 112px; }

/*
|--------------------------------------------------------------------------
| _box
|--------------------------------------------------------------------------
|
| Created by buuug7 on 2017/3/28.
| box
|
*/
.box-v1 {
  position: relative;
  height: 298px;
  width: 460px; }
  .box-v1 ul.hd {
    height: 35px;
    line-height: 35px;
    background: url("../../dist/images/tit_bg.gif");
    border-left: none;
    font-size: 0; }
    .box-v1 ul.hd li {
      display: inline-block;
      padding: 0 15px;
      width: 50%;
      text-align: center;
      cursor: pointer; }
    .box-v1 ul.hd li.on {
      height: 35px;
      background: #f9f9f9;
      border: 1px solid #ddd;
      border-top: 2px solid #990000;
      border-bottom: 1px solid #f9f9f9; }
    .box-v1 ul.hd li a {
      font-weight: bold;
      font-size: 14.4px;
      text-decoration: none;
      color: #990000; }
  .box-v1 .bd {
    height: 263px;
    border: 1px solid #d8d8d8;
    border-top: none;
    border-right: none;
    overflow: hidden; }
    .box-v1 .bd .fa {
      margin-right: 5px;
      color: #b30000; }
    .box-v1 .bd ul {
      padding: 20px 15px 0 15px; }
      .box-v1 .bd ul li {
        height: 27px;
        line-height: 27px;
        overflow: hidden; }
      .box-v1 .bd ul li span.time {
        float: right;
        color: #999;
        letter-spacing: -0.1em; }
      .box-v1 .bd ul li a {
        text-decoration: none;
        font-size: 14.4px;
        color: #444; }
    .box-v1 .bd .more {
      height: 30px;
      line-height: 30px; }
      .box-v1 .bd .more a {
        display: block;
        float: right;
        text-decoration: none;
        color: #777777; }

.box-v2 {
  width: 370px;
  float: left;
  overflow: hidden; }
  .box-v2 .box-header {
    height: 35px;
    background: url("../../dist/images/tit_bg.gif");
    line-height: 35px;
    font-size: 14.4px;
    font-weight: bold;
    color: #990000; }
    .box-v2 .box-header > .more {
      float: right;
      font-size: 14.4px;
      padding-right: 5px;
      text-decoration: none;
      color: #444; }
    .box-v2 .box-header > i {
      display: block;
      float: left;
      height: 12px;
      width: 12px;
      padding-left: 15px;
      margin: 0 0 0 0;
      background: url("../../dist/images/title_bg_icon_b.png") no-repeat left top !important; }
  .box-v2 .box-body {
    padding: 10px 5px 5px 15px;
    border: 1px solid #d8d8d8; }
    .box-v2 .box-body ul li {
      height: 28px;
      line-height: 28px;
      overflow: hidden; }
    .box-v2 .box-body ul li a {
      text-decoration: none;
      font-size: 14.4px;
      color: #444; }
    .box-v2 .box-body ul li a > .fa {
      margin-right: 5px; }

.box-v3 {
  float: left;
  width: 240px;
  height: 276px; }
  .box-v3 > .box-header {
    height: 35px;
    background: url("../../dist/images/ldzc.gif") no-repeat bottom left;
    background-size: auto 35px;
    line-height: 35px;
    border: 1px solid #d8d8d8;
    border-left: none; }
    .box-v3 > .box-header > a {
      display: block;
      font-weight: bold;
      margin-left: 25px;
      margin-top: -3px;
      font-size: 14.4px;
      text-decoration: none;
      color: #990000; }
  .box-v3 > .box-body {
    border: 1px solid #d8d8d8;
    border-top: none;
    width: 100%;
    height: 241px;
    overflow: hidden; }
    .box-v3 > .box-body .up {
      margin: 10px;
      border-bottom: 1px dashed #aeaeae;
      height: 120px; }
      .box-v3 > .box-body .up:before, .box-v3 > .box-body .up:after {
        display: table;
        content: " "; }
      .box-v3 > .box-body .up:after {
        clear: both; }
      .box-v3 > .box-body .up .photo {
        width: 80px;
        height: 110px;
        overflow: hidden;
        float: left; }
        .box-v3 > .box-body .up .photo img {
          display: block;
          width: 80px;
          height: 110px; }
      .box-v3 > .box-body .up .photo-description {
        width: 110px;
        height: 120px;
        padding: 25px 0 0 0;
        margin-left: 10px;
        text-align: center;
        float: left;
        overflow: hidden; }
        .box-v3 > .box-body .up .photo-description > .ld-a {
          font-size: 14.4px;
          font-weight: bold; }
        .box-v3 > .box-body .up .photo-description > .ld-b {
          padding: 5px;
          font-size: 15.12px;
          font-weight: bold; }
        .box-v3 > .box-body .up .photo-description > .ld-b > a {
          text-decoration: none;
          color: #444; }
    .box-v3 > .box-body .down {
      padding: 0 10px;
      overflow: hidden;
      width: 100%;
      height: 85px; }
      .box-v3 > .box-body .down a {
        text-decoration: none;
        color: #444;
        font-size: 13.2px; }
      .box-v3 > .box-body .down div.fuzhuren {
        height: 56px;
        line-height: 28px;
        overflow: hidden; }
        .box-v3 > .box-body .down div.fuzhuren span {
          font-weight: bold;
          font-size: 14.4px; }
      .box-v3 > .box-body .down div.mishuzhang {
        height: 28px;
        line-height: 28px;
        margin-top: 6px; }
        .box-v3 > .box-body .down div.mishuzhang span {
          font-weight: bold;
          font-size: 14.4px; }

.box-v4 {
  float: left;
  width: 240px;
  height: 280px;
  overflow: hidden; }
  .box-v4 > .box-header {
    height: 35px;
    background: url("../../dist/images/ldzc.gif") no-repeat bottom left;
    background-size: auto 35px;
    line-height: 35px;
    font-size: 14.4px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
    border-left: none;
    color: #990000; }
    .box-v4 > .box-header a {
      text-decoration: none;
      color: #990000;
      display: block;
      font-weight: bold;
      margin-left: 25px;
      margin-top: -3px; }
  .box-v4 > .box-body {
    padding: 10px 5px 0 10px;
    border: 1px solid #d8d8d8;
    border-top: none;
    height: 245px;
    overflow: hidden; }
    .box-v4 > .box-body ul li {
      height: 26px;
      line-height: 26px;
      overflow: hidden; }
    .box-v4 > .box-body ul li a {
      text-decoration: none;
      font-size: 14.4px;
      color: #444; }
    .box-v4 > .box-body ul li a > .fa {
      margin-right: 5px; }

.box-v5 {
  width: 370px;
  height: 280px;
  float: left;
  overflow: hidden; }
  .box-v5 .hd {
    height: 35px;
    line-height: 35px;
    font-size: 14.4px;
    background: url("../../dist/images/tit_bg.gif"); }
    .box-v5 .hd:before, .box-v5 .hd:after {
      display: table;
      content: " "; }
    .box-v5 .hd:after {
      clear: both; }
    .box-v5 .hd li {
      float: left;
      padding: 0 15px;
      border-right: 1px solid #ddd;
      font-size: 14.4px; }
    .box-v5 .hd li a {
      font-weight: bold;
      text-decoration: none;
      color: #990000;
      text-align: center; }
    .box-v5 .hd li.on {
      background: #fff;
      border-left: 1px solid #d8d8d8; }
  .box-v5 .bd {
    height: 245px;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-top: none; }
    .box-v5 .bd ul li {
      line-height: 26px; }
    .box-v5 .bd ul li a {
      text-decoration: none;
      color: #444;
      font-size: 14.4px; }
    .box-v5 .bd ul li:first-child {
      margin-bottom: 10px;
      padding-bottom: 15px;
      border-bottom: 1px dotted #990000; }
      .box-v5 .bd ul li:first-child a {
        display: block; }
        .box-v5 .bd ul li:first-child a:before, .box-v5 .bd ul li:first-child a:after {
          display: table;
          content: " "; }
        .box-v5 .bd ul li:first-child a:after {
          clear: both; }
      .box-v5 .bd ul li:first-child img {
        float: left;
        width: 110px;
        height: 63px; }
      .box-v5 .bd ul li:first-child p {
        margin-top: 15px;
        margin-left: 15px;
        float: left;
        width: 210px;
        line-height: 20px;
        height: 40px;
        overflow: hidden; }

.box-v6 .hd {
  height: 35px;
  border-top: 1px solid #e1e1e1;
  line-height: 35px;
  background: url("../../dist/images/tit_bg.gif");
  position: relative;
  border-left: none; }
  .box-v6 .hd ul {
    float: left; }
  .box-v6 .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer; }
  .box-v6 .hd ul li.on {
    height: 35px;
    background: #f9f9f9;
    border-left: 1px solid #d8d8d8; }
  .box-v6 .hd ul li a {
    font-weight: bold;
    font-size: 14.4px;
    text-decoration: none;
    color: #990000; }

.box-v6 .bd {
  border: 1px solid #d8d8d8;
  border-top: none; }
  .box-v6 .bd ul {
    float: left;
    padding: 10px;
    height: 245px;
    overflow: hidden;
    position: relative; }
  .box-v6 .bd ul li {
    float: left;
    margin: 10px;
    position: relative;
    overflow: hidden; }
    .box-v6 .bd ul li .v2 {
      top: 70px;
      color: #fff;
      width: 100%;
      height: 20px;
      font-size: 11px;
      position: absolute;
      text-align: center;
      background: #000;
      opacity: 0.8;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .box-v6 .bd ul li img {
    width: 143px;
    height: 90px;
    border: 0; }
  .box-v6 .bd ul li:nth-child(1) img {
    width: 306px;
    height: 204px; }
  .box-v6 .bd ul li:nth-child(1) .v2 {
    top: 184px;
    left: 0;
    color: #fff;
    width: 100%;
    height: 20px;
    font-size: 12px;
    position: absolute;
    text-align: center;
    background: #000;
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.box-v7 {
  padding: 0 15px 10px 15px;
  border: 1px solid #d8d8d8;
  overflow: hidden; }
  .box-v7 .news-images-header {
    margin-left: -10px;
    height: 35px;
    line-height: 35px;
    font-size: 14.4px;
    font-weight: bold; }
    .box-v7 .news-images-header a {
      text-decoration: none;
      color: #990000; }
  .box-v7 .bd {
    overflow: hidden;
    height: 100px;
    padding: 5px 0; }
    .box-v7 .bd ul li {
      margin-right: 10px;
      display: inline; }
      .box-v7 .bd ul li img {
        width: 160px;
        height: 90px; }

.topbar {
  width: 100%;
  height: 36px;
  background: white;
  border: 1px solid transparent;
  border-color: #d3e0e9; }
  .topbar .main {
    width: 1000px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px; }
    .topbar .main .left {
      float: left;
      width: 250px;
      font-size: 14.4px;
      margin-left: 25px; }
    .topbar .main .mid {
      float: right;
      font-size: 15.6px;
      width: 200px;
      height: 36px;
      position: relative; }
      .topbar .main .mid form {
        margin-top: 6px; }
      .topbar .main .mid > form > input {
        position: relative; }
      .topbar .main .mid i.icon:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f002";
        font-size: 14.4px;
        color: #BAC3C7;
        position: absolute;
        right: 15px;
        top: 0; }
        .topbar .main .mid i.icon:after:hover {
          cursor: pointer; }
      .topbar .main .mid i.fa {
        font-size: 15.6px; }
    .topbar .main .right {
      float: right;
      margin-left: 15px; }
      .topbar .main .right a {
        display: inline-block;
        text-decoration: none;
        font-size: 14.4px;
        color: #444; }
      .topbar .main .right a:after {
        content: "\007C";
        padding: 0 8px;
        color: #848484; }
      .topbar .main .right a:last-child:after {
        content: ""; }

/* links v2 scss*/
.links-v2 {
  position: relative;
  float: left;
  width: 100%; }
  .links-v2 .hd {
    height: 35px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    position: relative; }
    .links-v2 .hd .title {
      font-size: 14.4px;
      float: left;
      width: 120px;
      color: #990000;
      padding: 0 15px; }
      .links-v2 .hd .title i, .links-v2 .hd .title span {
        font-weight: bold; }
    .links-v2 .hd ul {
      float: left; }
      .links-v2 .hd ul li {
        float: left;
        padding: 0 10px;
        text-align: center;
        cursor: pointer; }
        .links-v2 .hd ul li .fa {
          padding: 0 5px; }
      .links-v2 .hd ul li a {
        font-size: 14.4px;
        text-decoration: none;
        color: #444; }
      .links-v2 .hd ul li.on {
        height: 35px;
        background: #f9f9f9;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; }
        .links-v2 .hd ul li.on a {
          color: #990000; }
  .links-v2 .bd {
    border: 1px solid #d8d8d8;
    border-top: none;
    padding: 20px 25px; }
    .links-v2 .bd ul li {
      display: inline-block;
      height: 26px;
      line-height: 26px;
      margin-right: 20px;
      overflow: hidden;
      width: 166px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .links-v2 .bd ul li span {
      float: right; }
    .links-v2 .bd ul li a {
      text-decoration: none;
      font-size: 14.4px;
      color: #444; }
      .links-v2 .bd ul li a .fa {
        padding-right: 5px; }
      .links-v2 .bd ul li a:hover {
        text-decoration: underline; }

/*news box items scss*/
.news-box-items {
  float: left;
  overflow: hidden; }
  .news-box-items .hd {
    height: 35px;
    line-height: 35px;
    border: 1px solid #e1e1e1; }
    .news-box-items .hd ul {
      float: left;
      height: 35px; }
    .news-box-items .hd ul li {
      float: left;
      padding: 0 10px; }
      .news-box-items .hd ul li .fa {
        padding: 0 5px; }
    .news-box-items .hd ul li a {
      font-size: 14.4px;
      text-decoration: none;
      color: #444; }
    .news-box-items .hd ul li.on {
      height: 35px;
      background: #f9f9f9;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .news-box-items .hd ul li.on a {
        color: #990000;
        font-weight: bold; }

/*
|--------------------------------------------------------------------------
| _right-menu
|--------------------------------------------------------------------------
|
| Created by buuug7 on 2017/3/28.
| 
|
*/
.right-menu {
  position: fixed;
  left: 50%;
  top: 268px;
  margin-left: 510px;
  z-index: 20; }
  .right-menu > ul > li {
    background: #FFA51F;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    position: relative; }
  .right-menu > ul > li > a {
    text-decoration: none; }
  .right-menu > ul > li > a > p {
    color: #fff;
    white-space: nowrap; }
  .right-menu i.fa {
    font-size: 30px;
    color: #fff; }
  .right-menu > ul > li > a > .qrcode {
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 333;
    right: 80px;
    top: -20px; }

/*# sourceMappingURL=app.css.map */
