/*

    CSS for clouds.html & block.html
    Author by ReasonHan

*/

p {
  display: block;
}
.fl {
  float: left;
}

h1 {
  font-size: 300%;
  font-weight: 900;
  text-align: center;
}

h3 {
  font-size: 100%;
  font-weight: 900;
  text-align: center;
}

h3 a {
  font-size: 18px;
  text-align: center;
}
section {
  display: block;
}
.list_style {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 10px;
  list-style: none;
  min-height: 180px;
}
.list_style li {
  display: list-item;
  text-align: -webkit-match-parent;
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
  background: #efffff;//#73BCE2;
}
.c-paper {}
.c-paper:after, .c-paper:before {
  content: '';
  display: table;
}
.c-paper:after {
  clear: both;
}
.list_style .c-img {
  width: 260px;
  height: 180px;
  overflow: hidden;
  position: relative;
  /*background: url("../image/loading.gif") no-repeat center center;*/
}
.list_style .c-img .c-cover{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  line-height: 180px;
  text-align: center;
}
.list_style .c-img .c-cover a {
  cursor: auto;
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.list_style .c-img .c-cover a:hover {
  background:#FFF;
  color:#333;
  text-decoration:none;
}
.list_style .c-img img {
  width: 260px;
  height: 180px;
  transition: all 1s;
  -webkit-transition: all 1s;
  position: relative;
  z-index: 3;
}
.list_style .c-center {
  width: 400px;
  height: 150px;
  padding: 25px 20px 0 40px;
}
.list_style .c-center h3 {
  font-size: 100%;
  font-weight: 500;
  padding: 15px 0 15px 0;
}
.list_style .c-center h3 a {
  color: #555;
  font-weight: 900;
  font-size: 18px;
}
.list_style .c-center h3 a:hover {
  text-decoration: none;
  color: #777;
}
.list_style .c-center h3 a span {
  font-size: 14px;
}
.list_style .c-center .c-txt {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_style .c-right {
  padding: 40px 20px 15px 40px;
  width: 120px;
  overflow: hidden;
}
.list_style .c-green {
  color: #91d400;
}
.list_style .c-orange {
  color: #ff6000;
}
.list_style .c-right .c-links {
  padding: 15px 0 25px 0;
}
.list_style .c-right .c-links a {
  color: #555;
  border-bottom-style: dotted;
  border-width: 1px;
}
.list_style .c-right .c-links a:hover {
  text-decoration: none;
  border-bottom-style: solid;
  color: #333;
}
.list_style .c-right .c-button a {
  padding: 3px 8px;
  background: #73BCE2;
  border-radius: 2px;
  color: #fff;
}
.list_style .c-right .c-button a:hover {
  text-decoration: none;
  background: #79C7EF;
}

.list_style>li:hover .c-img img {
  -webkit-transform:scale(1.2, 1.2);
  -moz-transform:scale(1.2, 1.2);
  -o-transform:scale(1.2, 1.2);
  -ms-transform:scale(1.2, 1.2);
  transform:scale(1.2, 1.2)
}
.list_style>li:hover .c-img .c-cover {
  background:#000;
  opacity:0.8;
  filter:alpha(opacity=80)
}
.list_style>li:hover .c-img .c-cover a {
  top:0;
  opacity:1
}
@media screen and (max-width: 1099px) and (min-width: 768px) {}
  .list_style .c-img img {
    width: 100%;
  }
  .list_style .c-center .c-name {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

a,a:link,a:visited,a:hover,a:active{text-decoration:none;}
.clr{clear:both;display:block;overflow:hidden;}
#tagcloud {
    margin: 5px;
    width: 900px;
    height: 700px;
    position: relative;
}
.tag {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #999;
    cursor: pointer;
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    line-height: 125%;
}
.tag:hover {
    color: #fff;
    background: #bbb;
}
.tagselected {
    color: white;
    text-shadow: 1px 1px #888;
    background: #999;
}
