/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  font-family: '微软雅黑','Microsoft Yahei',"Helvetica Neue",Tahoma,Helvetica,Arial,sans-serif;
}
body.page, 
body.home,
body.admin, 
body.blog  {
  padding-top: 70px;
}
body.admin-bar #wpadminbar{
  bottom: 0;
  top: auto;
}
body.admin .container {
    width: 100%;
}
h1 {
    font-size: 30px;
    font-weight: 200;
    margin-top: 10px;
}
h2 {
    font-size: 20px;
    font-weight: 600;
}
.section .title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 20px;
}

/*.container p {
    color: #212121;
    font-size: 16px;
    text-align: justify;
    word-break: break-all;
    line-height: 1.875;
    margin: 0 0 20px;
}*/
.navbar-inverse .navbar-nav > li > a {
    color: #00FF40;
    font-size: 16px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #66cc33;
}
.navbar-inverse .navbar-brand {
    color: #00FF40;
    font-weight: 400;
    font-size:20px;
}

.navbar-inverse .navbar-brand h1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.navbar-inverse .navbar-brand:hover {
    color: #66cc33;
}

#user_nav > li > a {
  color: #33CC00;
}

#user_nav > li > a {
   color: #66cc33;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/*slide at home page*/
#homeCarousel .carousel-inner .item{
  background-repeat:repeat;
  background-color: #b84d45;
}

.message-layer-footer {
    background: url("../images/footer_layer_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    display: none;
    height: 117px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.guidance_fc {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    display: none;
    height: 70px;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    z-index: 1001;
}
.guidance_fc .wrap {
    height: 100%;
    left: 50%;
    margin-left: -285px;
    position: absolute;
}
.guidance_fc .wrap .guide_ct {
    color: #fff;
    display: inline-block;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    font-size: 26px;
    line-height: 26px;
    margin-top: 22px;
}
.guidance_fc .wrap a {
    display: inline-block;
    height: 30px;
    margin-top: -12px;
    vertical-align: middle;
}

a.item-actions {
    padding: 0 6px;
}
a.item-actions.delete {
    
    color: #9d261d;
}
a.item-actions.delete:hover {
    color: #310c09;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}
/*.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
}*/

.modal-body .form-horizontal .form-group {
    margin-left: 5px;
    margin-right: 5px;
}

form .required label::after, form label.required::after {
    color: #e32;
    content: "*";
    display: inline;
}

.modal-body .panel {
  margin-bottom: 0;
}

#ajax-view-modal .modal-body {
  padding: 0;
}

#ajax-view-modal .panel-title{
  font-size: 30px;
}
h2 > .btn, h3 > .btn {
    color: #ffffff;
    float: right;
    margin-left: 10px;
}

.loading {
    background: url("image/img-loading.gif") no-repeat scroll center 0 transparent;
    height: 110px;
}

.footer {
    background-color: #f4f4f4;
    border-top: 1px solid #e4e4e4;
    box-shadow: 2px 0px 3px rgba(55, 55, 55, 0.5);
    color: #555;
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
}
.footer a {
    color: #66cc33;
}
.footer a:hover {
    color: #00FF40;
}

.copyright {
    border-top: 1px solid #4593fd;
    box-shadow: 0 -1px 0 #073e7f;
}

.my_block {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 35px;
}

#doc_search,#chat_search{
  background-repeat:repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("image/bg.png");
  background-color: #66CC33;
  padding:20px 0;
  margin-bottom: 20px;
}

.document_list {
  padding-left: 30px;
}
.document_list li{
  line-height: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding-left: 10px;
}

.document_list li:before{
    content:"";
    position:absolute;
    margin-left: -20px;
    height: 30px;
    width: 20px;
    background:url(/images/bullet-arrow3.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.references_list {
    padding: 0 1em;
    margin-bottom: 1em;
}

.references_list dd {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.text-overflow, .references_list dt, .references_list dd p {
    display:block;
    width:100%;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 0;
    margin:0;
}
div#container_main a.external, div#container_main a[href^="gopher://"] {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC") no-repeat scroll right center transparent;
    padding-right: 13px;
}

#document_search, #resouces_search{
    background-color: #FAE09C;
    background-image: url("image/bg_3187.jpg");
    background-position: center center;
    background-repeat: repeat;
    background-size: auto 100%;
    margin-bottom: 20px;
    padding: 20px 0;
}
#resouces_search{
    background-color: #FAE09C;
    background-image: url("image/bg_resource.jpg");
}
.abstract {
  font-family: arial,helvetica,clean,sans-serif;
  word-wrap: break-word;
  font-family: "Times New Roman",stixgeneral,serif;
  font-size: 1.2em;
}

.abstract .cit {
    font-size: 0.8461em;
    line-height: 1.6363em;
    vertical-align: top;
}

.abstract .auths {
    margin: 0.6923em 0;
    font: 0.8125em/1.3846 arial,helvetica,clean,sans-serif;
}

.abstract .resoure_mate {
    text-align: center;
    margin: 1em 0 2em;
    color: #333;
    font-size: 12px;
}

.abstract h3, .abstract .title {
    font-size: 1.3846em;
    color: #000;
    line-height: 1.5em;
    margin: 1em 0 0.5em;
    font-weight: bold;
}

.abstract .abstr p, .abstract .aff p{
  font: 1.2307em/1.375 "Times New Roman",serif;
  margin: 0.6923em 0;

}

.abstract .aux {
  margin: 1.2em auto auto;
  font-size: inherit;
  line-height: 1.4em;
  color: #575757;
}
/*aticle*/
.ref_thumb {
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  vertical-align: bottom;
  border: 1px solid #ddd;
  padding: 6px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  
}

#refs_list article.checked {
  border: 1px solid #d9534f;
}
#refs_list article.deleted {
  border: 1px solid #eee;
}
#refs_list article.up_ref {
  border: 1px solid #5cb85c;
}
#refs_list article.down_ref {
  border: 1px solid #5bc0de;
}
#refs_list article.unread_ref {
  border: 1px solid #f0ad4e;
}

.ref_thumb .msg {
  padding-top: 4em;
  font-size: 2em; 
  height: 300px;
}

.ref_thumb .ref_thumb_img {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.ref_thumb .ref_thumb_img img {
  margin: auto;
  max-width: 100%;
  height: 300px;
  vertical-align: bottom;
}

.ref_thumb .ref_thumb_img .img_abstract {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.ref_thumb .ref_check {
  left: 6px;
  position: absolute;
  top: 3px;
  z-index: 10;
}
.ref_thumb .ref_check .input{

}
.ref_thumb h3 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  top: 2em;
  font-size: 1em;
  left: 6px;
  padding: 3px;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.2em #000;
  margin: 0;
  display: none;
  z-index: 1;
}
.ref_thumb h3 a {
  color: #fff;
  
}
.ref_thumb h3 a:hover {
  color: #ea9629;
  
}

.ref_thumb ul.action_ico {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 3px;
  font-size: 1.2em;
  height: inherit;
  left: 6px;
  position: absolute;
  text-shadow: 0.1em 0.1em 0.2em #000;
  width: 100%;
  padding: 3px;
  display: none;
}

.ref_thumb ul.action_ico a {
  color: #fff;
  text-decoration: none;
  
}
.ref_thumb ul.action_ico a:hover {
  color: #ea9629;
  text-decoration: none;
  
}
.abstract.admin {
  font-size: 1.2em;
  max-width: 960px;
}

#resource_index dl {
   font-family: "Courier New","Lucida console",consolas;
}

#resource_index .resource_mate {
  color: #575757;
  font-size: 12px;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
span.highlight { 
  background-color:yellow;
  color:#fc5;
  background-color:#0f581a;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 10px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 32px;
  }

  .modal-dialog {
      width: 600px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }

  .modal-dialog {
      width: 900px;
  }
}

#back-to-top {
    background: none repeat scroll 0 0 rgba(47, 164, 231, 0.75);
    border-radius: 3px;
    bottom: 10px;
    color: #efefef;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    position: fixed;
    right: 3px;
    text-align: center;
    width: 45px;
    z-index: 9999;
}
#back-to-top:hover {
    background: none repeat scroll 0 0 rgba(255, 153, 0, 0.75);
    color: #ffffff;
    text-decoration: none;
}

/*for login*/
#container_main{
  min-height: 600px;
}
.account-container form {
    margin: 0 auto;
    width: 300px;
}

.login-fields {
}
.login-fields .field {
    margin-bottom: 2em;
}
.login-fields label {
    display: none;
}
.login-fields input {
    background-color: #fdfdfd;
    box-shadow: 2px 2px 4px #f1f1f1 inset;
    color: #8e8d8d;
    display: block;
    font-family: "Open Sans";
    font-size: 13px;
    height: 40px;
    margin: 0;
    padding: 11px 15px 10px 50px;
    width: 100%;
}
.username-field {
    background: url("../img/user.png") no-repeat scroll 0 0 transparent;
}
.password-field {
    background: url("../img/password.png") no-repeat scroll 0 0 transparent;
}
.login-actions {
    margin-bottom: 1.25em;
    margin-top: 1em;
}
.login-action {
    float: right;
    margin-top: 18px;
}
.login-social {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc -moz-use-text-color;
    border-image: none;
    border-style: dotted none;
    border-width: 1px medium;
    padding: 10px 0 15px;
}
span.login-checkbox {
    float: left;
    margin-top: 31px;
}
span.login-checkbox > input[type="checkbox"] {
    float: left;
    opacity: 0;
    width: 15px;
}
span.login-checkbox > input[type="checkbox"] + label {
    background: url("../img/check.png") no-repeat scroll 0 0 transparent;
    clear: none;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 22px;
}
span.login-checkbox > input[type="checkbox"]:checked + label {
    background-position: 0 -15px;
}
.login-extra {
    display: block;
    line-height: 19px;
    margin: 1.5em auto;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
    width: 300px;
}

.login-oauth {
  margin-bottom: 1.5em;
}

/*article*/
#refs_list .article{
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 0 10px 3px;
  padding: 10px 25px 10px 20px;
  position: relative;
  overflow: visible;
  *zoom: 1;
}
#refs_list .article:hover{
  border-color: #ccc;
  box-shadow: 0 0 3px #ccc;
}
#refs_list .close {
  color: #aaa;
  display: block;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 16px;
  _font-size: 14px;
  _line-height: 14px;
  _height: 14px;
  _width: 14px;
  _right: 4px;
  _top: 6px
}
#refs_list .close:hover {
  text-decoration: none
}
#refs_list .hot,#refs_list .cmd{
  display: block;
  width: 17px;
  height: 18px;
  position: absolute;
  background: url(image/t015c34aa42997473d9.gif) no-repeat 0 0;
  left: -4px;
  top: 14px
}
#refs_list .hot {
  background-position: 0 -21px
}
#refs_list h4{
  font-family: 'Microsoft Yahei';
  font-size: 18px;
}
#refs_list .tags { 
  margin-left: 11px;
  padding: 1px 5px;
}
#refs_list .info, #refs_list .action{
  height: 20px;
  line-height: 20px;
  padding-left: 0;
  zoom: 1;
  float: left;
  width: 76%;
  padding-left: 12px;
  overflow: hidden;
}
#refs_list .action{
  float: right;
  width: 22%;
  padding-right: 12px;
}
#refs_list .info li,#refs_list .action li{
  display: inline-block;
  *display: inline;
  font-size: 12px;
  vertical-align: middle;
  *zoom: 1;
}
#refs_list .info .from a{
  color: #bebebe;
}
#refs_list .info .time{
  color: #bebebe;
  margin-left: 12px;
}

#refs_list .action a {
  color: #999;
  cursor: pointer;
  display: inline-block;
  padding: 3px 7px;
}
#refs_list .action a:hover {
  color: #e60012;
  text-decoration: none;
}

#refs_list {
  background: #f3f3f3 url(image/ref_bg1.jpg) repeat-x 0 0;
}

#refs_list .brief{
  color: #666;
  padding: 12px 10px 12px 0;
  line-height: 20px;
  zoom: 1
}
#refs_list .brief a{
  display: inline-block;
}
#refs_list .pic,#refs_list .pic3{
  *zoom: 1;
}
#refs_list .pic:after,#refs_list .pic3:after{
  clear: both;
  content: '';
  display: block;
}
#refs_list .pic h4,#refs_list .pic .brief,#refs_list .pic .info,#refs_list .pic3 h4,#refs_list .pic3 .brief,#refs_list .pic3 .info{
  float: left;
  width: 460px;
}
#refs_list .pic .img,#refs_list .pic3 .img{
  float: right;
  height: 110px;
  overflow: hidden;
  width: 160px;
}
#refs_list .pic .img img,#refs_list .pic3 .img img{
  height: 110px;
  width: 160px;
}
#refs_list .unread .a,#refs_list .tip .a,#refs_list .more .a{
  background: #fffef5;
  border: 1px solid #f9e7a0;
  color:#f48c12;
  cursor: pointer;
  display:block;
  height: 24px;
  line-height: 24px;
  margin: 0 0 10px 3px;
  text-align: center;
}
#refs_list .more .a{
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
#refs_list .lastread{
  border: none;
  border-top:1px solid #e6e6e6;
  margin: 30px 0 0;
  padding-left: 240px;
}
#refs_list .lastread legend{
  color: #aeaeae;
  text-align: center;
  width: 160px;
}

/* sytle of article from sina*/
.feed-card-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 10px;
}
.feed-card-item:hover {
    background-color: #fafafa;
}

.feed-card-item h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
}
.feed-card-item h3 i {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    margin-left: 5px;
    vertical-align: top;
}

.feed-card-item h3 a {
  color: #333;
  text-decoration: none;
}

.feed-card-item h3 a:hover {
  text-decoration: none;
}

.feed-card-item img {
    border: medium none;
}
.feed-card-txt {
    color: #555;
    font-size: 15px;
    line-height: 26px;
}

.feed-card-img {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    position: relative;
}
.feed-card-img, .feed-card-photo, .feed-card-topic-img, .feed-card-topic, .feed-card-picAlbum-i, .feed-card-weibo-photos {
    overflow: hidden;
}
.feed-card-clearfix {
}
.feed-card-clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.feed-card-a {
    color: #555;
    font-size: 14px;
    height: 20px;
    margin-top: 12px;
    overflow: hidden;
}

#chat_search {
    background-color: #fae09c;
    background-image: url("image/bg_chat.gif");
}

/*for typeeahead*/
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    min-width: 160px;
    padding: 5px 0;
    width: 600px;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    color: #fff;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
.tt-hint {
    display: none;
}

.gly-feature{

}

.gly-feature .glyphicon {
  color: #1ab396;
  font-size: 40px;
}

.images.slide .carousel-indicators{
    bottom: 5px;
    height: 10px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    left: 0;
    margin-left: 0;
}

.images.slide .carousel-indicators li {
    background: #333 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    width: 25px;
    border-radius: 0px;
    opacity: 0.8;
    border:0px;
}
.images.slide .carousel-indicators li.active {
    background: #ccc none repeat scroll 0 0;
    height: 10px;
    width: 25px;
    margin-left: 5px;
    opacity: 1;
}
.carousel.images .item {
    background-color: #fff;
    height: 350px;
}
.gly-feature h2 {
    margin-bottom: 0.5em;
    margin-top: 3px;
}