body{
  min-width: 1200px;
}
.w1200{
  width: 1200px;
  margin:0 auto
}
a:hover{
  text-decoration: none !important;
}
.rw{
  width:1200px;
  margin:0 auto;
}
.crumbs {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin: 38px 0 17px 0;
}
.crumbs a {
  color: #666;
  padding: 0 5px;
}
/* 列表 */
.rw_content>ul{
  width:100%;
  height:auto;
  border-top:1px solid #E7E7E7;
}
.rw_content>ul li{
  width:100%;
  height:293px;
  padding-bottom: 30px;;
}
.rw_content>ul li:first-child{
  margin-top:20px;
}
.rw_content_li{
  width:592px;
  height:293px;
  float: left;
  margin-left: 16px;
}
.rw_content_li:first-child{
  margin-left: 0;
}
.rw_content_li img{
  max-width:100%;
  max-height:100%;
}
.img_{
   margin-right:20px;
  height: 100%;
  vertical-align: middle;
}
.txt {
  width:100%;
  height:293px;
  position: relative;
}
.txt h3{
  font-size:20px; 
  font-weight:bold;
  color:#333;
  line-height:60px;
}
.txt .zw{
  min-height: 90px;
}
.txt .zw>p{
  font-size:16px; 
  color:#333;
  line-height:32px;
}
.txt .zw>strong{
  display:inline-block;
  width:24px;
  height:1px;
 background-color: #434343;
}
.txt .txt_content{
  font-size:14px; 
  color:#666;
  line-height:28px;
}
.txt span{
  display: inline-block;
  width:104px;
  height:43px;
  background: url(1327.png)no-repeat center;
  position: absolute;
  bottom: 0;
  left:228px;
}
.page {
  width: 100%;
  text-align: center; 
  margin: 60px 0 30px;
}
  
.prevPage1 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(773.png) no-repeat center center;
    border-radius: 5px;
    float: left;
}
.prevPage2 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(773.png) no-repeat center center;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 5px;
    float: left;
}
.nextPage1 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(774.png) no-repeat center center;
    border-radius: 5px;
    float: left;
}
.nextPage2 {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    background: url(774.png) no-repeat center center;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 5px;
    float: left;
}
.page .nocurr {
    line-height: 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 18px;
    float: left;
    text-align: center;
}
.page .curr {
    line-height: 37px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 5px;
    margin-right: 20px;
    color: #FFFFFF !important;
    font-size: 18px;
    text-align: center;
    background: #DE614E !important;
    float: left;
}


/* 左侧导航 */
.rw_content{position: relative;}
.rw_content_left_nav{
  width: 125px;
  height:360px; 
   position: fixed;
    left: 50%;
    top: 25%;
    margin-left: -765px;
}
.rw_content_left_nav a{
  display: block;
  width:125px;
  height:46px; 
  border-radius:5px;
  font-size:20px;
  line-height:46px;
  margin-bottom: 27px;
  text-align: center;
  color:#000;
}
.rw_content_left_nav a span{
  display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
 