@charset "utf-8";
/*
Theme Name: star
Theme URI: http://www.maxing128.com
Description:maxing
Author: 马行行
Author URI: http://www.maxing128.com
Version: 3.0 
Tags:blog,maxing128.com
*/
/*banner*/
.hot_headline {
	max-width: 1140px;
	margin:80px auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.banner_box {
 /*height:400px;*/
  width:50%;
  float:left;
  position: relative;
}
.banner {
  
  width: 100%;
  padding-top: 60%;
  font-family: "futura", arial;
  overflow: hidden;
}

.banner div.slide_block li.slide {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
  height: 100%;
}

.banner div.slide_block li.slide img {
  width: 100%;
  height: 100%;
}

.banner .prev, .banner .next {
  position: absolute;
  height: 80px;
  line-height: 55px;
  width: 50px;
  font-size: 100px;
  text-align: center;
  color: #fff;
  top: 47%;
  left: 50px;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0;
  transition: all 150ms;
}

.banner .next {
  left: auto;
  right: 50px;
}

.banner .pager_list {
  position: absolute;
  width: 100%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  bottom: 0;
  text-align: center;
  z-index: 4;
}

.banner .pager_list li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  background: #fff;
  opacity: .3;
  text-indent: -9999px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms;
}

.banner .pager_list li:hover, .banner .pager_list li.active {
  opacity: 1;
}

.banner_box:hover div.slide_controls .page.prev {
  opacity: 0.5;
  left: 0
}

.banner_box:hover div.slide_controls .page.next {
  opacity: 0.5;
  right: 0
}

.imgdesc {
  z-index: 9;
  position: absolute;
  font-size: 16px;
  color: #FFF;
  display: block;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0,0,0,.4);
  padding: 6px 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.hot_pic{
	width: 50%;
    overflow: hidden;
}
.hot_pic ul li {
	width: 48%;
	float:left;
    background: #000;
    overflow: hidden;
    height: 194px;
    position: relative;
	margin:0 0 2% 2%;
	display: inline-block;
	vertical-align: top;
	border-bottom:1px solid #ccc;	
}
.hot_pic ul li:nth-last-child(1),.hot_pic ul li:nth-last-child(2) {
	margin-bottom:0;
}

.hot_pic ul li:hover  img {
	 transform: scale(1.1); opacity: 1 
}
.hot_pic ul li a {
	display: block;
    overflow: hidden;
    height: 100%;
}
.hot_pic ul li a img{
	width: 100%;
    height: 100%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition: all 0.5s;
    opacity: .6;
}
.hot_pic ul li span{
	width: 70%;
    position: absolute;
    top: 35%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    height: 48px;
}
/*primary*/
div.container {
  width: 1140px;
  margin:12px auto;
  overflow: hidden;
}
section.primary {
  width: 66%;
  float: left;
  overflow: hidden;
}
section.article_list_title {
  display: flex;
  padding: 12px;
  border-bottom: 1px #efefef solid;
  white-space: nowrap;
  background-color: #fff;
  margin-bottom:10px;
}
section.list_title {
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
section.list_title h2 {
   font-size: 18px;
   color: #333;
   margin-right: 8px;
   display: inline-block;
}
section.list_title span {
   font-size: 12px;
   color: #999;
   font-weight: 300;
}
section.list_title span strong {
   color:#019eff;
   margin:0 4px;
}
section.more_button {
  text-align: right;
  background-color: #fff;
  padding-left: 20px;
  
}
section.more_button::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  transform: rotate(45deg);
  margin-left: 2px;
}
section.more_button a {
  color: #999;
  font-size: 12px;
  font-weight: 300;
}
section.primary article {
  margin-bottom: 20px;
  padding:20px;
  background-color: #fff;
  overflow: hidden;
}
section.primary h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  overflow: hidden;
}
section.primary figure {
    float: left;
    width: 30%;
    max-height: 170px;
    margin-right: 20px;
    display: block;
    overflow: hidden;
}
section.primary figure img {
  width: 100%;
  height:auto;
}
section.primary p,audio {
    font-size: 16px;
    line-height: 32px;
    color: #566573;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
}
section.primary .footer {
  overflow: hidden;
  margin-top: 30px;
}
section.primary footer ul li,section.primary .single header ul li {
  float: left;
  font-size: 12px;
  padding: 0 0 0 20px;
  margin: 0 15px 0 0;
  color: #748594;
  line-height: 1.5;
  display: inline-block;
}
section.primary footer .author,section.primary .single .author {
    background: url(./images/auicon.jpg) no-repeat 0 0;
}
section.primary footer .category,section.primary .single .category{
    background: url(./images/auicon.jpg) no-repeat top -23px left;
}
section.primary footer .time,section.primary .single .time {
    background: url(./images/auicon.jpg) no-repeat top -44px left;
}
section.primary footer .view ,section.primary .single .view {
    background: url(./images/auicon.jpg) no-repeat top -64px left;
}
section.primary footer .like,section.primary .single .like{
    background: url(./images/auicon.jpg) no-repeat top -85px left;
}
/*sidebar*/
aside.sidebar {
  width: 32%;
  float: right;
  overflow: hidden;
}
aside.sidebar section {
  padding: 20px 33px;
  margin-bottom: 20px;
  background: #FFF;
}
aside.sidebar h2 {
  font-size: 18px;
  color: #282828;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}
aside.sidebar h2:after {
    content: "";
    background-color: #282828;
    left: 0;
    width: 50px;
    height: 2px;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
aside.sidebar section:hover ::after {
    width: 70px; 
}
aside.sidebar .ad ul {
    width: 100%;
    overflow: hidden;
    display: block;
    clear: both;
}
aside.sidebar .ad li {
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative;
}
aside.sidebar .ad li figure {
    background: #000;
    display: block;
}
aside.sidebar .ad li p {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    margin-top: 5px;
    padding: 0 40px;
}
aside.sidebar .ad li p span {
    width: 80px;
    margin: 10px auto;
    background: transparent;
    font-size: 12px;
    border: 1px solid #FFF;
    border-radius: 40px;
    padding: 4px 0;
    color: #FFF;
    display: block;
    clear: both;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
aside.sidebar .ad li p span a {
    color:#fff;
}
aside.sidebar .ad li figure img {
    width: 100%;
    max-width: 305px;
    max-height: 185px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0.5;
}
aside.sidebar .ad li:hover img {
    opacity: 0.6
}
aside.sidebar .ad li:hover span { 
    background: #fff; 
}
aside.sidebar .ad li:hover span a { 
    color: #333;
}
aside.sidebar .recent_hot li {
    counter-increment: listxh;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
aside.sidebar .recent_hot li:before {
    content: counter(listxh);
    background: #aaa;
    padding: 1px 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}
aside.sidebar .recent_hot li:first-child:before {
    background: #ff4c4c;
}
aside.sidebar .recent_hot li:nth-child(2):before {
    background: #ffbe02;
}
aside.sidebar .recent_hot li:nth-child(3):before {
    background: #46b450;
}
aside.sidebar .recent_hot li:last-child:before {
    padding: 2px;
    font-size: 12px;
}
aside.sidebar .recent_hot li:nth-child(even) {
    background: #f6f6f6;
}
/*random_article*/
aside.sidebar .random_article ul li {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px dashed #efefef;
    overflow: hidden;
}
aside.sidebar .random_article ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
aside.sidebar .random_article ul li figure {
    width: 100px;
    height: 75px;
    overflow: hidden;
    display: block;
    border: #efefef 1px solid;
    float: left;
    margin-right: 10px;
}
aside.sidebar .random_article ul li img {
    height: 100%;
    max-height: 75px;
    margin: auto;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transition: all 0.5s;
}
aside.sidebar .random_article ul li span {
    font-size: 12px;
    color: #9A9A9A;
    margin-top: 10px;
    display: block;
}
aside.sidebar .random_article ul li:hover figure img { 
    transform: scale(1.1)
}
/*tags_cloud*/
aside.sidebar .tags_cloud ul li {
    display: inline-block;
    background-color: #eee;
    width: 96px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    margin: 2px 0;
}
aside.sidebar .tags_cloud ul li a {
    display: block;
    color: #999;
}
aside.sidebar .tags_cloud ul li a:hover {
    background-color: pink;
    color: #fff;
    border-radius: 5px;
}

aside.sidebar .favorite ul {
    padding-top: 16px;
}
aside.sidebar .favorite ul li {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 12px;
    display: block;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f6f6f6;
    padding: 4px 12px 4px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
aside.sidebar .favorite ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 14px;
    left: 15px;
    top: 20px;
}
aside.sidebar .favorite ul li:hover { 
  background: #f2f2f2; 
  box-shadow: 0 0 10px #ccc;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; 
}
/*友情链接*/
aside.sidebar .links ul {
  overflow: hidden;
}
aside.sidebar .links li {
    line-height: 24px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
}
/*return top*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8) url(./images/top.png) no-repeat center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
/*ajax 文章分页加载*/
.pagination {
	padding: 18px 0;
	text-align: center;
}
.pagination a {
	padding: 15px 30px;
	border: 1px solid #D6D6D6;
	border-radius: 50px;
	color: #ADADAD;
}
.pagination a:hover {
	border: 1px solid #A0DAD0;
	color: #A0DAD0;
}
.pagination .loading {
	background: url("images/postload.gif");
	background-position:center;
	background-repeat:no-repeat;
	color: #555; 
	border:none
}
.pagination .loading:hover {
	border:none;
}