﻿@charset "utf-8";


/*home*/

#home{
  padding-bottom: 80px;
}
#home .daohang1{
  margin-top: 50px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 25px;
}
#home .daohang1 img{
  vertical-align: middle;
  margin-right: 5px;
  width: 40px;
  height: auto;
}
#home .daohang1 {
  color: #000000;
  font-size: 18px;
}
#home .daohang1 a{
  color: #000000;
}
#home .daohang1 a:hover{
  color: #545151;
}


#home #article{
  float: left;
  width: 880px;
  padding-right: 60px;
}
#home #article a{ text-decoration:none;}
#home #article li{
padding:20px 0;
}
#home #article hr{
  border:none;
  border-top: 1px dashed #a77e7e;
  margin: 12px 0 12px;
}
#home #article li:hover{
  background-color: #eee;
}
#home #article li .timg{
  width: 150px;
  height: 150px;
  float:left;
  
}
#home #article li .timg img{
  width: 100%;
  height: 100%;
}
#home #article li .caption{
  width:650px;
  float:right;
  text-align: left;
  padding-left: 23px;
  position: relative;

}
#home #article li .caption h4{
  font-size: 14px;
  color: #3d3d3d;
  margin-bottom: 18px;
  font-weight: bold;
  margin-top:0;
}
#home #article li .caption .info{
  font-size: 14px;
  color: #737278;
  margin-bottom: 18px;
}
#home #article li .caption p{
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
#home #article li .caption .more{
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-size: 14px;
  color: #808080;
}
#home #article li:hover .caption .more{
    font-weight: 700;
    color: #000;
}


#home .change{
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
#home .change a{
  font-size: 16px;
  color: #000;
}
#home .change .index{
  margin: 0 5px;
}
#home .change .index:hover{
  text-decoration: underline;
}
#home .change .prev,#home .change .next{
  font-size: 14px;
  color: #a5a5ad;
  margin: 0 6px;
} 
#home .change .prev:hover,#home .change .next:hover{
  color: #333;
}
#home .change .num{
  font-size: 14px;
  color: #333;
  width: 20px;
  height: 24px;
  line-height: 24px;
  border:1px solid transparent;
  margin: 0 5px;s
}
#home .change .num.on,#home .change .num:hover{
  border: 1px solid #cccccc;
  background-color: #e67817;
  color: #fff;
}


@media(max-width:1000px){
  #home #article{ width:98%; margin:auto;  float:none; padding:0;}

  #home .daohang1{ text-align: left;}
  #home .daohang1 { color: #000000;font-size: 16px;}
  #home #article li .timg{ width:26%; margin:auto;}
  #home #article li .timg img{ width:100%; height:80%; }
  #aside .ft{ margin-bottom:0;}
  #home #article li .caption{ width:74%;  }
  
}

@media(max-width:900){
    #aside{ width:100%; float:none; position:relative; }  
   
   }

@media(max-width:768px){
	 #home #article .imglist img{ text-align:center; width:100%; margin-bottom:20px;}
	 #home #article .video{ text-align:center; width:100%;}
	 #home .ditu{ width:100%; text-align:center; height:auto;} 
	 #home #article li .caption .info{ font-size:12px; margin-bottom:6px;}
	 #home #article li .caption .more{ bottom:-20px;right: 10px;} 
	 #home #article li{ padding:0px 0px; } 
	 #home #article hr{ margin:0 0 12px; }
	 #home #article li .timg {width: 80px;height:80px;margin: auto;}
	 #home #article li .timg img{width:100%;height:100%;}
	 #home #article li .caption{width:auto;float: none;padding-left: 90px;}
	 #home #article li .caption h4{margin-bottom: 3px;}
	 #home #article li .caption .info{margin-bottom: 0px;}
	 #home #article li .caption p{line-height: 16px;height: auto; margin-bottom: 25px;}
}