@charset "UTF-8";
/* CSS Document */
/* 默认样式 */
* {
  margin: 0;
  padding: 0;
  list-style-type: none; }

html body {
  _background-image: none;
  _background-attachment: fixed; }

body, font {
  font: 12px "Microsoft Yahei", "Helvetica", "黑体", "Hiragino Sans GB", sans-serif !important; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

h4 {
  font-size: 12px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

p {
  word-wrap: break-word; }

li {
  list-style: none; }

img {
  border: 0;
  vertical-align: middle; }

em {
  font-style: normal; }

a {
  color: #333;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  color: #cd0200; }

.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; }

.sty-l {
  float: left; }

.sty-r {
  float: right; }

.sty-w {
  width: 1200px;
  margin: 0 auto; }

/*背景主色调 */
body {
  background: #edf1f6; }
  
  .header { color: white; background-color: #72bfea;margin-bottom: 1px;}
.header {text-align: left;height: 50px;line-height: 50px;overflow: hidden;position: relative;}
.header .logo img {margin: 12px 6px 12px 0;width: 25px;height: 25px;min-height: initial;min-width: initial;}
.header-text .logo{ position: absolute; top: 0;left: 10px; }
.header-text {text-align: center;font-size:16px;}
.mod h1{ font-size:16px}
.type_list { width:100%; margin-top:10px;}
.type_list h2{ display:block; width:23%; float:left; text-align:center; font-size:14px; height:50px; line-height:50px; background:#72bfea; margin: 2px 1%;border-radius:3px;}
.type_list h2 a{ color:#fff; font-weight:normal}
.text {margin: 14px;font-size: 14px;line-height: 1.6;word-break: break-all;min-height: 1em; color:#666; margin-bottom:50px}

.index_n_list { width:100%; margin-top:5px;}
.index_n_list h2{ display:block; width:23%; float:left; text-align:center; font-size:14px; height:30px; line-height:30px; background:#72bfea; margin: 2px 1%;border-radius:3px;}
.index_n_list h2 a{ color:#fff}

/* 头部 */
.head-all-top {
  width: 100%;
  height: 40px;
  background-color: #F5F7FA; }
  .head-all-top .in {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .head-all-top .in .left {
      font-size: 13px;
      color: #666;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .head-all-top .in .left a {
        font-size: 13px;
        color: #666;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px #EDEEF1 solid; }
        .head-all-top .in .left a:last-child {
          border: 0; }
    .head-all-top .in .right a {
      font-size: 13px;
      color: #666;
      margin-left: 16px;
      display: inline-block; }
      .head-all-top .in .right a em {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        float: left;
        margin-top: 2px; }
      .head-all-top .in .right a .qq {
        background: url("/style/default/img_v2/qq.png"); }
      .head-all-top .in .right a .wb {
        background: url("/style/default/img_v2/wb.png"); }

.head-all-search {
  width: 100%;
  height: 142px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 #d4dbe3; }
  .head-all-search .in {
    width: 1200px;
    margin: 0 auto; }
    .head-all-search .in .logo {
      width: 510px;
      display: flex;
      align-items: center;
      float: left;
      margin-top: 30px; }
      .head-all-search .in .logo .logo2 {
        width: 172px;
        height: 72px; }
      .head-all-search .in .logo .txt {
        font-size: 22px;
        color: #121212;
        font-weight: bold;
        border-left: 1px #E6EAF2 solid;
        padding-left: 20px;
        margin-left: 20px; }
    .head-all-search .in .search {
      width: 650px;
      height: 70px;
      float: right;
      margin-top: 36px; }
      .head-all-search .in .search .search-1 {
        width: 100%;
        height: 28px; }
        .head-all-search .in .search .search-1 li {
          width: 50px;
          height: 28px;
          float: left;
          font-size: 13px;
          color: #333;
          line-height: 28px;
          text-align: center;
          cursor: pointer; }
          .head-all-search .in .search .search-1 li.hover, .head-all-search .in .search .search-1 li:hover {
            color: #fff;
            background-color: #2233EE; }
      .head-all-search .in .search .search-input {
        width: 646px;
        height: 36px;
        border: 2px #2233EE solid;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .head-all-search .in .search .search-input em {
          display: inline-block;
          width: 13px;
          height: 13px;
          margin-left: 10px;
          background: url("/style/default/img_v2/ss.png"); }
        .head-all-search .in .search .search-input .input {
          width: 500px;
          height: 36px;
          line-height: 32px;
          border: 0;
          margin-left: 5px;
          color: #333 !important; }
        .head-all-search .in .search .search-input .submit {
          width: 120px;
          height: 40px;
          border: 0;
          cursor: pointer;
          background: url("/style/default/img_v2/ss1.png"); }

/*页面布局*/
.web {
  width: 1200px;
  margin: 0 auto; }
  .web .web-left {
    width: 885px;
    float: left; }
  .web .web-right {
    width: 300px;
    float: right; }
    .web .web-right .box:first-child {
      margin-top: 0; }

/*公用面包削*/
.com-nav {
  font-size: 14px;
  color: #999;
  height: 60px;
  display: flex;
  align-items: center; }
  .com-nav em {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url("/style/default/img_v2/pos-nav.png") no-repeat; }
  .com-nav a {
    color: #999;
    display: inline-block;
    margin: 0 3px; }

/*通用盒子头*/
.box {
  width: 100%;
  background-color: #fff;
  margin-top: 15px; }
  .box .head {
    width: 100%;
    height: 50px;
    border-bottom: 1px #F6F6F6 solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .box .head .tt {
      font-size: 16px;
      color: #333;
      font-weight: bold;
      margin-left: 20px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .box .head .tt em {
        width: 4px;
        height: 14px;
        display: inline-block;
        margin-right: 10px;
        background-color: #2233EE; }
    .box .head .more {
      font-size: 13px;
      color: #999;
      margin-right: 20px; }
      .box .head .more em {
        width: 6px;
        height: 11px;
        display: inline-block;
        margin-left: 6px;
        background: url("/style/default/img_v2/jt-r.png"); }

.pages {
  width: 100%;
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .pages a {
    display: inline-block;
    padding: 0 15px;
    margin-left: 10px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    background: white;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
    border: 1px solid #f7f8fb; }
  .pages span {
    width: 28px;
    margin-left: 10px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #2133ee;
    border-radius: 2px; }
  .pages a.span {
    width: 28px;
    margin-left: 10px;
    padding: 0;
    height: 28px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #2133ee;
    border-radius: 2px; }

/* 底部 */
.foot {
  line-height: 30px;
  margin: 30px auto 0;
  padding: 20px 0 20px;
  text-align: center;
  background: #fff; }
  .foot p {
    font-size: 13px;
    color: #666; }
    .foot p a {
      font-size: 14px;
      color: #666;
      margin-left: 10px;
      margin-right: 10px; }
    .foot p:first-child {
      color: #F5F5F5; }

/*热门资讯*/
.hot-news .main {
  width: 260px;
  padding: 0 20px 10px;
  overflow: hidden; }
  .hot-news .main li {
    width: 260px;
    height: 40px;
    border-bottom: 1px #E9E9E9 dashed; }
    .hot-news .main li a {
      width: 260px;
      height: 40px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .hot-news .main li a em {
        width: 16px;
        height: 16px;
        border-radius: 8px;
        color: #fff;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #BDB8BF; }
        .hot-news .main li a em.em1 {
          background-color: #F47E43; }
        .hot-news .main li a em.em2 {
          background-color: #DD9C1D; }
        .hot-news .main li a em.em3 {
          background-color: #E0E455; }
      .hot-news .main li a div {
        width: 235px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 9px;
        font-size: 13px;
        color: #333; }
    .hot-news .main li:last-child {
      border: 0; }

/*# sourceMappingURL=public_v2.css.map */
