/*reset default css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  font-family: Microsoft YaHei, Montserrat,  Avenir, Helvetica, Arial, sans-serif;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
}

.section-wraper {
  width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
}

.ctxt-w {
  min-height: 575px;
}

.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2000;
  height: 143px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  overflow: auto;
}

.header .welcome {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  color: #999999;
  padding: 13px 0 13px 32px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  background: #FAFAFA;
  display: block;
  width: 100%;
  min-width: 1366px;
}

.header-w {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 1366px;
  padding: 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 4px 12px 0 rgba(157, 157, 157, 0.1);
          box-shadow: 0 4px 12px 0 rgba(157, 157, 157, 0.1);
}

.header-w .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-w .logo .divider {
  display: inline-block;
  width: 1px;
  height: 51px;
  background: #999;
  margin: 0 8px 0 17px;
}

.header-w .logo .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.65);
}

.header-w .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}

.header-w .nav div {
  padding: 0 25px;
}

.header-w .nav div a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: rgba(0, 0, 0, 0.65);
}

.header-w .nav div a:hover, .header-w .nav div a.active {
  position: relative;
  color: #D7000F;
}

.header-w .nav div a:hover::after, .header-w .nav div a.active::after {
  content: '';
  width: calc(100% + 74px);
  display: inline-block;
  position: absolute;
  bottom: -43px;
  left: -37px;
  border-bottom: 2px solid #D7000F;
}

.header-w .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-w .operate div {
  padding: 11px 15px;
  border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #333333;
}

.header-w .operate div:not(:first-child) {
  margin-left: 15px;
}

.header-w .operate .login {
  color: #FFFFFF;
  background: #D7000F;
}

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 156px;
  background: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 160px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

.footer .logo {
  width: 127px;
  height: 49px;
  background: url(../image/index/bs_logo_caih_bottom.png) no-repeat;
  background-size: 127px 49px;
}

.footer .center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 24px;
}

.footer .center .beian {
  position: relative;
}

.footer .center .beian a {
  color: rgba(255, 255, 255, 0.65) !important;
}

.footer .center .beian::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../image/index/bs_ico_gh_bottom.png) no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  position: relative;
  top: 7px;
  margin-right: 10px;
}

.footer .about {
  padding-right: 66px;
}

@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconshijian:before {
  content: "\e616";
}

.iconshipin:before {
  content: "\e733";
}

.iconzuo:before {
  content: "\e6ef";
}

.iconxia:before {
  content: "\e632";
}

.iconzuozhe1:before {
  content: "\e699";
}

.iconyewu:before {
  content: "\e688";
}

.iconkexinwangzhanyanzheng:before {
  content: "\e638";
}

.iconyou2:before {
  content: "\e647";
}

.iconguanbi:before {
  content: "\e610";
}

.iconxiangyou:before {
  content: "\e631";
}

.iconchanyepeitao:before {
  content: "\e639";
}

.iconyou:before {
  content: "\e6b9";
}

.icondown:before {
  content: "\e612";
}

.iconguanwang-yinhang:before {
  content: "\e613";
}

.iconguanwang-zhengfu:before {
  content: "\e614";
}

.iconguanwang-jinrong:before {
  content: "\e615";
}

.iconjinrong:before {
  content: "\e600";
}

.iconnongye:before {
  content: "\e601";
}

.iconhaiguan:before {
  content: "\e602";
}

.iconfupin:before {
  content: "\e603";
}

.iconzhaoshang:before {
  content: "\e604";
}

.iconlvyou:before {
  content: "\e605";
}

.icongongan:before {
  content: "\e606";
}

.iconlianxiwomen-dianhua:before {
  content: "\e607";
}

.iconlianxiwomen-dizhi:before {
  content: "\e608";
}

.iconlianxiwomen-chuanzhen:before {
  content: "\e609";
}

.iconhexin-:before {
  content: "\e60a";
}

.iconhexin-1:before {
  content: "\e60b";
}

.iconhexin-2:before {
  content: "\e60c";
}

.iconhexin-3:before {
  content: "\e60d";
}

.iconhexin-4:before {
  content: "\e60e";
}

.iconhexin-5:before {
  content: "\e60f";
}

.iconjiaru:before {
  content: "\e611";
}

.iconjiaru1:before {
  content: "\e617";
}

.iconjiaru2:before {
  content: "\e618";
}

.iconjiaru3:before {
  content: "\e619";
}

.iconjiaru4:before {
  content: "\e61a";
}

.iconjiaru5:before {
  content: "\e61b";
}

.iconjiaru6:before {
  content: "\e61c";
}

.iconjiaru7:before {
  content: "\e61d";
}

.iconjiaru8:before {
  content: "\e61e";
}

.iconjiaru9:before {
  content: "\e61f";
}

.iconjiaru10:before {
  content: "\e620";
}

.iconjiaru11:before {
  content: "\e621";
}

.iconicon-test:before {
  content: "\e622";
}

.iconicon-test1:before {
  content: "\e623";
}

.iconicon-test2:before {
  content: "\e624";
}

.iconicon-test3:before {
  content: "\e625";
}

.iconk-baoxian:before {
  content: "\e626";
}

.iconk-daikuan:before {
  content: "\e627";
}

.iconk-danbao:before {
  content: "\e628";
}

.iconk-fuwu:before {
  content: "\e629";
}

.iconk-zulin:before {
  content: "\e62a";
}

.iconin:before {
  content: "\e62b";
}

.iconin1:before {
  content: "\e62c";
}

.iconin2:before {
  content: "\e62d";
}

.iconin3:before {
  content: "\e62e";
}

.iconin4:before {
  content: "\e62f";
}

.iconin5:before {
  content: "\e630";
}

.iconzhao:before {
  content: "\e633";
}

.iconzhao1:before {
  content: "\e634";
}

.iconzhao2:before {
  content: "\e635";
}

.iconzhao3:before {
  content: "\e636";
}

.iconzhao4:before {
  content: "\e637";
}

.iconz:before {
  content: "\e63a";
}

.iconz1:before {
  content: "\e63b";
}

.iconz2:before {
  content: "\e63c";
}

.iconz3:before {
  content: "\e63d";
}

.iconz4:before {
  content: "\e63e";
}

.iconz5:before {
  content: "\e63f";
}

.iconz6:before {
  content: "\e640";
}

.iconz7:before {
  content: "\e641";
}

.iconz8:before {
  content: "\e642";
}

.iconz9:before {
  content: "\e643";
}

.iconz10:before {
  content: "\e644";
}

.iconz11:before {
  content: "\e645";
}

@font-face {
  font-family: 'bahnschrift';
  src: url("../fonts/bahnschrift.ttf") format("truetype");
}

.bahnschrift {
  font-family: 'bahnschrift', serif;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100vw;
  min-height: 100vh;
  padding-bottom: 156px;
  position: relative;
  background: #FAFAFA;
}

.container .main {
  padding: 143px 160px 105px;
}

.container .main .types {
  margin: 50px 0 26px;
}

.container .main .types .tab {
  display: inline-block;
  padding: 16px 24px;
  font-size: 18px;
  color: #D7000F;
  border: 1px solid #D7000F;
  border-radius: 4px;
  border-radius: 4px;
}

.tab {
	cursor: pointer;
}

.container .main .types .tab:not(:first-child) {
  margin-left: 10px;
}

.container .main .types .tab.active {
  background: #D7000F;
  color: #fff;
}

.container .main .crumbs {
  font-size: 14px;
  color: #2A2A2A;
  position: relative;
}

.container .main .crumbs::before {
  content: '';
  width: 15px;
  height: 21px;
  background: url(../image/index/bs_ico_position.png) no-repeat;
  background-size: 15px 21px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  margin-right: 2px;
}

.container .main .crumbs div {
  display: inline-block;
}

.container .main .crumbs div.active {
  color: #D7000F;
}

.container .main .content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container .main .content .left {
  width: 380px;
  margin-right: 40px;
}

.container .main .content .left .title {
  font-size: 14px;
  padding: 20px;
  background: #F4F4F4;
}

.container .main .content .left .list {
  font-size: 14px;
  color: #999999;
}

.container .main .content .left .list .item {
  padding: 14px 23px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.container .main .content .left .list .item:hover {
	color: #666;
}

.container .main .content .right {
  width: calc(100% - 420px);
}

.container .main .content .right .tabs {
  font-size: 14px;
  background: #F4F4F4;
}

.container .main .content .right .tabs .tab {
  display: inline-block;
  padding: 20px;
}

.container .main .content .right .tabs .tab.active {
  color: #D7000F;
  position: relative;
}

.container .main .content .right .tabs .tab.active::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid #D7000F;
}

.container .main .content .right .articles .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 26px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.container .main .content .right .articles .article:hover {
  background-color: #e5e5e5;
}

.container .main .content .right .articles .article img {
  width: 236px;
  height: 120px;
}

.container .main .content .right .articles .article .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 23px;
  width: calc(100% - 236px);
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.container .main .content .right .articles .article .right .title {
  margin-top: 2px;
  font-size: 18px;
  color: #333333;
}

.container .main .content .right .articles .article .right .description {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.container .main .content .right .articles .article .right .date {
  position: relative;
}

.container .main .content .right .articles .article .right .date::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../image/index/bs_ico_time.png) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 0;
  margin-right: 7px;
}

.container .main .content .right .pagination {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .main .content .right .pagination > div {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  cursor: pointer;
}

.container .main .content .right .pagination > div.page-disable {
	cursor: not-allowed;
	background: #eee;
}

.container .main .content .right .pagination > div.active {
  background: #D7000F;
  color: #fff;
}

.container .main .content .right .pagination > div:not(:first-child) {
  margin-left: 8px;
}
/*# sourceMappingURL=policy.css.map */