/* Normalize.css */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
html{font-family:Arial, sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%}
body{margin:0}
a{background:transparent}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:0.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre-wrap}q{quotes:"\201C""\201D""\2018""\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid#c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
/* Reset */
body{font-size:62.5%;}
a{text-decoration:none; color:#002a6c; outline: none;}
a:focus{color:#333;}
a:hover,a:active{text-decoration:none; color:#999;}
img{max-width:100%; height:auto;}
ul,li{padding:0; margin:0; list-style:none;}
/* Clear Float */
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table; content:""; line-height:0;}
.clearfix:after{clear:both;}
/* Index */
.header{
  text-align: center;
  background: url(../images/bg.jpg) center top no-repeat;
  background-size: 100%;
}
.header .logo{
  padding: 5% 0;
}
.logo img{
  width: 40%;
  height: 40%;
}
.header nav{
  margin: 0 auto;
  width: 86%;
}
.quicknav li{
  float: left;
  width: 33.3333333333%;
  box-shadow: inset 0 0 10px rgba(0,0,0,.23);
  font-size: 1.6em;
  background: #fff;
}
.quicknav li:nth-child(1) a{
  color: #a3a3a3;
}
.quicknav li:nth-child(2){
  background: #ffbe26;
}
.quicknav li:nth-child(3){
  background: #9072bc;
}
.quicknav li:nth-child(4){
  background: #4290d2;
}
.quicknav li:nth-child(5){
  background: #8ed400;
}
.quicknav li:nth-child(6){
  background: #ee9a18;
}
.quicknav li a{
  display: block;
  padding: 20px 0;
  color: #fff; 
}
.quicknav li a p{
  margin: 5px 0 0 0;
}
.index-list{
  margin: 0 auto;
  width: 86%;
}
.excerpt{
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.excerpt:last-child{
  border-bottom: none;
}
.excerpt header h2{
  display: inline;
  font-size: 1.6em;
  font-weight: normal;
  color: #000;
}
.excerpt header small{
  display: inline;
  margin-left: 5px;
  color: #999;
}
.excerpt p{
  margin: 0;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
}
.excerpt .excerpt-info{
  padding: 5px 0;
  font-size: 11px;
  color: #aaa;
}
.excerpt-one .note{
  display: inline-block;
}
.excerpt-one .focus img{
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1px;
}
.excerpt .excerpt-info span{
  margin-right: 10px;
}
.index-more{
  display:  block;
  margin: 0 auto;
  margin-bottom: 55px;
  width: 86%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #aaa; 
  font-size: 16px;
}
.news-more{
  display:  block;
  margin: 15px auto;
  margin-bottom: 55px;
  width: 92%;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  background-color: #aaa; 
  font-size: 16px;
}
.toolbar{
  position:fixed;
  display: block;
  bottom: 0;
  width: 100%;
  height: 40px;
  box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
  background-color: #262d40;
}
.toolbar li{
  position: relative;
  float: left;
  width: 25%;
  line-height: 40px;
  text-align: center;
}
.toolbar li:last-child a{
  border-right: none;
}
.toolbar li a{
  border-right: 1px solid rgba(255,255,255,.05);
  display: block;
  font-size: 1.4em;
  color: #7c7f90;
}
.toolbar li .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 45%;
  margin-left: -3px;
  top: 0;
  opacity: 0;
}
.toolbar li.active{
  box-shadow: inset 0 3px 3px rgba(0,0,0,.15);
  background: #313c57;
}
.toolbar li.active a{
  color: #fff;
}
.toolbar li.active .angle{
  opacity: 1;
}
.header-page{
  padding: 0 2%;
  height: 40px;
  background-color: #262d40;
}
/* Page */
body.page{
  background-color: #f2f0eb;
}
.header-page{
  position: relative;
}
.header-page a.logo{
  font-size: 2em;
  padding-left: 30px;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: url(../images/logo.png) left 7px no-repeat;
  background-size: 25px;
  text-align: center;
}
.nav{
  float: right;
}
.nav a.nav-menu{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 2em;
  color: #fff;
}
ul.sub-menu{
  position: absolute;
  z-index: 10240;
  top: -9999px;
  left: 0 !important;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  border-radius:4px 4px 0 0;
  background-color: #fafafa;
}
ul.sub-menu li{
  float: left;
  width:33.333333333333333%;
  text-align: center;
  border-top: 5px solid #f2f2f2;
}
ul.sub-menu li a{
  display: block;
  padding: 20px 0;
  border-right: 1px solid #f2f2f2;
  font-size: 1.6em;
  color: #666;
}
ul.sub-menu li:nth-child(3n) a{
  border-right: none;
}
ul.sub-menu li:nth-child(5n){
  border-top-color: #9072bc;
}
ul.sub-menu li:nth-child(5n+1){
  border-top-color: #ffbe26;
}
ul.sub-menu li:nth-child(5n+2){
  border-top-color: #4290d2;
}
ul.sub-menu li:nth-child(5n+3){
  border-top-color: #ee9a18;
}
ul.sub-menu li:nth-child(5n+4){
  border-top-color: #8ed400;
}
ul.sub-menu li p{
  margin: 10px 0;
}
.content{
  padding-bottom: 50px;
}
section:last-child{
  padding-bottom: 50px;
}
.column header{
  height: 40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
}
.column-list li{
  margin-bottom: 1px;
  background-color: #fff;
}
.column-list a{
  display: block;
  padding: 10px;
  border-left: 6px solid #ccc;
  font-size: 1.6em;
  color: #666;
}
.column-list li:nth-child(5n) a{
  border-left-color: #ffbe26;
}
.column-list li:nth-child(5n+1) a{
  border-left-color: #9072bc;
}
.column-list li:nth-child(5n+2) a{
  border-left-color: #4290d2;
}
.column-list li:nth-child(5n+3) a{
  border-left-color: #8ed400;
}
.column-list li:nth-child(5n+4) a{
  border-left-color: #ee9a18;
}
.article{
  margin: 20px auto;
  width: 94%;
}
.article .about{
  padding-left: 8px;
  border-left: 8px solid #262d40;
}
.article .about h2{
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 2em;
  color: #383838;
}
.article .article-body{
  font-size: 1.6em;
}
.article .article-body p{
  margin-bottom: 20px;
  line-height:1.8;
  color: #666;
}
.framework header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.framework dl{
  position: relative;
  margin: 20px 3%; 
}
.framework dl dt{
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  font-size: 1.6em;
  color: #666;
  background-color: #fff;
}
.framework dl dt .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  left: 30px;
  margin-left: -3px;
  top: 35px;
  opacity: 1;
}
.framework dl dd{
  margin: 10px 0;
  line-height: 1.8;
  font-size: 1.4em;
  color: #666;
}
.framework dl dd a{
  padding: 0 5px;
  color: #4290d2;
}

.framework dl:nth-child(5n) dt{
  border-left: 6px solid #9072bc;
}
.framework dl:nth-child(5n+1) dt{
  border-left: 6px solid #ffbe26;
}
.framework dl:nth-child(5n+2) dt{
  border-left: 6px solid #4290d2;
}
.framework dl:nth-child(5n+3) dt{
  border-left: 6px solid #ee9a18;
}
.framework dl:nth-child(5n+4) dt{
  border-left: 6px solid #8ed400;
}
.framework-pic{
  margin: 20px 0;
}
.framework-pic li{
  float:left;
  width: 50%;
}
.framework-pic li a{
  display: block;
  margin: 10px 10%;
  padding: 20px 10px !important;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  text-align: center;
  background-color: #fff;
}
.framework-pic img{
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  width: 90px;
  height: 125px;
}
.framework-pic li p{
  padding: 0;
  margin: 5px 0;
  line-height: 0.8;
  font-size: 1.4em;
}
.login header,
.record header,
.jobs header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.login-form{
  margin: 30px 5%;
}
.login .text{
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.login .text input{
  padding: 0;
  margin: 5px 4%;
  width: 92%;
  height: 40px;
  height: 40px;
  border: none;
  font-size: 1.6em;
  color: #585858;
}
.separator{
  margin: 0 4%;
  width: 92%;
  height: 1px;
  background-color: #f4f4f4;
}
.login .text .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 45px;
  margin-left: -3px;
  bottom: -6px;
  opacity: 1;
}
.login-form .submit-btn{
  float: right;
  display: block;
  margin-top: 15px;
  padding: 8px 0;
  width: 100px;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  background-color: #9072bc;
}
.login-form .find-pwd{
  position: absolute;
  bottom: -45px;
  font-size: 1.6em;
  color: #999;
}
.login .tips{
  margin: 0 4%;
  color: #888;
}
.login .tips h4{
  padding: 0;
  margin: 0;
  font-size: 1.6em;
  font-weight: normal;
}
.login .tips p{
  line-height: 1.6;
  font-size: 1.4em;
}
.record-card{
  margin: 15px 2%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.record-card .title{
  font-size: 1.6em;
  color: #585858;
  border-bottom: 1px solid #eee;
}
.record-card .title span{
  display: inline-block;
  margin-right: 10px;
  padding: 15px 10px;
  border-radius: 3px 0 0 0;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  background-color: #9072bc;
}
.record-card dl:last-child{
  border-bottom: none;
}
.record-card dl{
  padding-bottom: 10px;
  margin: 10px 2%;
  border-bottom: 1px solid #eee;
  font-size: 1.4em;
  color: #888;
}
.record-card dt{
  margin-bottom: 5px;
}
.record-card dt span{
  color: #585858;
}
.record-card dd{
  margin: 0;
  line-height: 1.6;
  color: #585858;
}
.jobs a.jobs-list{
  display: block;
  margin: 20px 4%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  color: #666;
  background-color: #fff;
}
.jobs a.jobs-list p{
  margin: 5px 0;
  font-size: 1.6em;
}
.jobs .info{
  padding: 0 5%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #eee;
  color: #383838;
}
.jobs .info span{
  margin-right: 10px;
}
.jobs p.position{
  padding: 10px 5%;
  line-height: 1.6;
  color: #888;
}
.jobs .jobs-desc{
  display: block;
  padding: 10px 5%;
  margin: 20px 4%;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  font-size: 1.6em;
  color: #fff;
  background-color: #9072bc;
}
.jobs .jobs-detail{
  padding: 0 5%;
  font-size: 1.4em;
  color: #666;
}
.jobs a.jobs-list{
  border-left: 4px solid #ccc;
}
.jobs a.jobs-list:nth-child(5n){
  border-left-color: #9072bc;
}
.jobs a.jobs-list:nth-child(5n+1){
  border-left-color: #ffbe26;
}
.jobs a.jobs-list:nth-child(5n+2){
  border-left-color: #4290d2;
}
.jobs a.jobs-list:nth-child(5n+3){
  border-left-color: #ee9a18;
}
.jobs a.jobs-list:nth-child(5n+4){
  border-left-color: #8ed400;
}
/* Swiper */
.swiper-container {
  height: 160px;
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}

.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.device{
  position: relative;
  padding:0;
  margin: 0;
  height: 160px;
}
.device .arrow-left {
  position: absolute;
  z-index: 50;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #fff;
}
.device .arrow-right {
  position: absolute;
  z-index: 50;
  right: 5px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #fff;
}
.pagination {
  position: absolute;
  z-index: 50;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #262d40;
}  
.swiper-slide img{
  height: 160px;
  width: 100%;
}
.tabs{
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
.tabs-box{
  position: relative;
  width: 100%;
  height: 40px;
}
.tabs-head{
  position: static;
  z-index: 1000;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f0eb;
}
.tabs-head li{
  float: left;
  width: 33.333333333333%;
  border-bottom: 3px solid #f2f0eb;
  font-size: 1.6em;
  color: #666;
  cursor: pointer;
}
.tabs-head li.active:nth-child(1){
  border-bottom-color: #ffbe26;
}
.tabs-head li.active:nth-child(2){
  border-bottom-color: #9072bc;
}
.tabs-head li.active:nth-child(3){
  border-bottom-color: #8ed400;
}
.tabs-body{
  width: 300%;
  height: 100%;
  float: left;
}
.box01{
  float:left;
  margin-top: 10px;
  width:33.333333333333%;
  text-align:left;
  font-size:14px;
  text-align:center;
}
.newslist{
  padding: 15px 4%;
  text-align: left;
  display: block;
  border-bottom: 1px solid #eee;
}
.newslist:last-child{
  border-bottom: none;
}
.newslist header h2{
  display: inline;
  font-size: 1.1em;
  font-weight: normal;
  color: #000;
}
.newslist header small{
  display: inline;
  margin-left: 5px;
  color: #999;
}
.newslist p{
  margin: 0;
  line-height: 1.4;
  color: #888;
  font-size: 13px;
}
.newslist .newslist-info{
  padding: 5px 0;
  font-size: 11px;
  color: #aaa;
}
.newslist .note{
  display: inline-block;
}
.newslist .focus img{
  width: 100%;
  margin-right: 1%;
  margin-bottom: 1px;
}
.newslist .newslist-info span{
  margin-right: 10px;
}
.article header h2{
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 2em;
  color: #383838;
}
.article .article-info{
  margin: 15px 0;
  color: #999;
  font-size: 1.2em;
}
.article .article-info span{
  margin: 0 5px;
}
.toolbar-page{
  position:fixed;
  display: block;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #262d40;
}
.toolbar-page li{
  float: left;
  text-align: center;
}
.toolbar-page li a{
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 1.8em;
}
.service{
  padding: 0 5%;
}
.service header{
  height: 60px;
  line-height: 60px;
  font-size: 2.2em;
  text-align: center;
  color: #666;
}
.service-list{
  
}
.service-list li{
  float: left;
  margin: 0 2% 10px 2%;
  width: 46%;
  text-align: center;
  border-top: 5px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  background-color:#fff;
}
.service-list li a{
  padding: 20px 0;
  display: block;
  font-size: 1.89em;
  color: #999;
}
.service-list li p{
  margin: 10px 0;
}
.service-list li i{
  font-size: 20px;
}
.service-list li:nth-child(5n){
  border-top-color: #9072bc;
}
.service-list li:nth-child(5n+1){
  border-top-color: #ffbe26;
}
.service-list li:nth-child(5n+2){
  border-top-color: #4290d2;
}
.service-list li:nth-child(5n+3){
  border-top-color: #ee9a18;
}
.service-list li:nth-child(5n+4){
  border-top-color: #8ed400;
}
.notice header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.notice-list{
  margin: 20px 4%;
}
.notice-list li{
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #686868;
}
.notice-list li a{
  line-height: 1.4;
  color: #383838;
}
.train header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.train-list li{
  padding: 10px;
  margin: 15px 2%;
  border-radius: 3px;
  border-left: 4px solid #9072bc;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  background-color: #fff;
}
.train-list .title{
  padding-bottom: 8px;
  margin: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 1.6em;
  color: #383838;
}
.train-list .info{
  margin: 10px 0 0 0;
  line-height: 1.6;
  font-size: 1.4em;
  color: #686868;
}

.train-list .info span{
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 1em;
  color: #fff;
  background-color: rgba(0,0,0,.2);
}
/* FontFace */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?49284504');
  src: url('../fonts/fontello.eot?49284504#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?49284504') format('woff'),
       url('../fonts/fontello.ttf?49284504') format('truetype'),
       url('../fonts/fontello.svg?49284504#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?49284504#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-up-open:before { content: '\e800'; } /* '' */
.icon-picture:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e802'; } /* '' */
.icon-left-open:before { content: '\e803'; } /* '' */
.icon-right-open:before { content: '\e804'; } /* '' */
.icon-home:before { content: '\e805'; } /* '' */
.icon-bell:before { content: '\e806'; } /* '' */
.icon-lifebuoy:before { content: '\e807'; } /* '' */
.icon-flow-tree:before { content: '\e808'; } /* '' */
.icon-users:before { content: '\e809'; } /* '' */
.icon-login-1:before { content: '\e80a'; } /* '' */
.icon-vcard:before { content: '\e80b'; } /* '' */
.icon-menu:before { content: '\e80c'; } /* '' */
.icon-share:before { content: '\e80d'; }

.anno header{
  height:40px;
  line-height: 40px;
  font-size: 1.8em;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.anno-list{
  margin: 15px 2%;
}
.anno-list ul{
  margin-bottom: 30px;
}
.anno-list .timeline{
  position:relative;
  padding: 5px 10px;
  width: 74px;
  border-radius: 3px;
  box-shadow: 1px 2px 3px rgba(0,0,0,.05);
  font-size: 1.4em;
  color: #eee;
  background-color: rgba(144,114,188,.8);
}
.anno-list .timeline .angle{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(144,114,188,.8);
  position: absolute;
  left: 15px;
  margin-left: -3px;
  bottom: -6px;
  opacity: 1;
}
.anno-list .title a{
  display: block;
  margin: 15px 0;
  padding:10px;
  line-height: 1.6;
  border-radius: 3px;
  font-size: 1.6em;
  color: #585858;
  background: #fff;
}
.anno-list .invalid.title a{
  background-color: #e0e0e0;
  color: #aaa;
}
