﻿@charset "UTF-8";
/**
 * Foundation 了凡四训
 * foundation 6.6.3
 * http://www.liaofansixun.com
 * Licensed under MIT Open Source
 */


/**背景色fbd4b1**/
body{background:#FDE6E0;}

/**a:link{color:#333;}
a:visited{COLOR: #000;}
a:active{color:green;}
a:hover{color:red;}**/

/****文章首页进2字 ***/
.LFSXwz{text-indent: 2em;
font-size:larger;
line-height:100px;}
.LFSXw p{padding:10px}



/**格子色**/

.liaofan {
  margin-right: .25rem;
}

/**顶栏目**/
.liaofan.sixun1 {
  background-color: #be3221;
  color: #fefefe;
}
.liaofan.sixun1:hover, .liaofan.sixun1:focus {
  background-color: #dd4b39;
  color: #333;
}

/********子目录 fbd4b1*********/

.liaofan.sixun2 {
  background-color: #decdcb;
  color: #000;
}

.liaofan.sixun2:hover, .liaofan.sixun2:focus {
  background-color: #f7e4e1;
  color: #333;
}


/**列表**/
.liaofan3.sixun3 {
  background-color: #decdcb;
  color: #000000;
  text-align:left;
}

.liaofan3.sixun3:hover, .liaofan3.sixun3:focus {
  background-color: #f7e4e1;
  color: #000000;
  text-align:left;
}


/***.liaofan.sixun2 {
  background-color: #d27633;
  color: #fefefe;
}

.liaofan.sixun2:hover, .liaofan.sixun2:focus {
  background-color: #1a8fe8;
  color: #fefefe;
}

.liaofan.linkedin {
  background-color: #007bb5;
  color: #fefefe;
}

.liaofan.linkedin:hover, .liaofan.linkedin:focus {
  background-color: #006291;
  color: #fefefe;
}


.liaofan.sixun4 {
  background-color: #bb0000;
  color: #fefefe;
}

.liaofan.sixun4:hover, .liaofan.sixun4:focus {
  background-color: #960000;
  color: #fefefe;
}
**/

.liaofan > .fa {
  color: #fefefe;
  margin-right: .25rem;
}


/*****/

/**线**/
.type-sidelines {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.type-sidelines span {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.type-sidelines span:before, .type-sidelines span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 50%;
  border-top-style: solid;
  border-top-width: 1px;
}

.type-sidelines span:before {
  right: 100%;
}

.type-sidelines span:after {
  left: 100%;
}

.double {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.double span {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.double span:before, .double span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 50%;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 0.5em;
  margin-top: -0.25em;
}

.double span:before {
  right: 100%;
}

.double span:after {
  left: 100%;
}

.custom {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.custom span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.custom span:before, .custom span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  border-top-style: dotted;
  border-top-width: 4px;
  border-top-color: #2980b9;
  margin-top: -2px;
}

.custom span:before {
  right: 100%;
}

.custom span:after {
  left: 100%;
}

.custom-2 {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}

.custom-2 span {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.custom-2 span:before, .custom-2 span:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 50%;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #be3221;
  margin-top: -2px;
}

.custom-2 span:before {
  right: 100%;
}

.custom-2 span:after {
  left: 100%;
}

/**线/**/


/**图条**/

.bar-graph {
  padding: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 220px;/***设定高***/
  margin: 0;
}

.bar-graph li {
  display: block;
  padding: 1.5625rem 0;
  position: relative;
  text-align: center;
  vertical-align: bottom;
  border-radius: 4px 4px 0 0;
 /** max-width: 20%;**/
  height: 100%;
  margin: 0 1.8% 0 0;
  -webkit-flex: 1 1 15%;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
}

.bar-graph .bar-graph-axis {
  -webkit-flex: 1 1 8%;
      -ms-flex: 1 1 8%;
          flex: 1 1 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bar-graph .bar-graph-label {
  margin: 0;
  background-color: none;
  color: #8a8a8a;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .bar-graph .bar-graph-label:before, .bar-graph .bar-graph-label:after {
    content: "";
    position: absolute;
    border-bottom: 1px dashed #8a8a8a;
    top: 0;
    left: 0;
    height: 50%;
    width: 20%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 64em) {
  .bar-graph .bar-graph-label:before, .bar-graph .bar-graph-label:after {
    width: 30%;
  }
}

@media print, screen and (min-width: 40em) {
  .bar-graph .bar-graph-label:after {
    left: auto;
    right: 0;
  }
}

.bar-graph .percent {
  letter-spacing: -3px;
  color:#000;
  opacity: 0.6;/**上边字透明度**/
  width: 100%;
  font-size: 1.875rem;
  position: absolute;
}

@media print, screen and (min-width: 40em) {
  .bar-graph .percent {
    font-size: 3rem;
  }
}

.bar-graph .percent span {
  font-size: 1.5rem;
}

.bar-graph .description {
  font-weight: 800;
  opacity: 0.5;/**下边字透明度**/
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  bottom: 20px;
  position: absolute;
  font-size: 1rem;
  overflow: hidden;
}

.bar-graph .bar.primary {
  border: 1px solid #1779ba;
  background: linear-gradient(#2196e3, #1779ba 70%);
}

.bar-graph .bar.secondary {
  border: 1px solid #767676;
  background: linear-gradient(#909090, #767676 70%);
}

.bar-graph .bar.success {
  border: 1px solid #3adb76;
  background: linear-gradient(#65e394, #3adb76 70%);
}

.bar-graph .bar.warning {
  border: 1px solid #ffae00;
  background: linear-gradient(#ffbe33, #ffae00 90%);
}

.bar-graph .bar.alert {
  border: 1px solid #cc4b37;
  background: linear-gradient(#d67060, #cc4b37 90%);
}
/**图条/**/






/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/
/****/







/*# 现代汉语 */
