﻿.row-fluid {
width:100%;
float:left;
margin:0px;
padding:0px;
}
.pagenewsleft {
width:240px;
float:left;
position:fixed;
margin-top:10px;
}
.pin-wrapper {
width:240px;
float:left;
}
.pagenewscenter {
width:745px;
float:right;
min-height:600px;
margin-top:10px;
}
.left_nav_list ul {

}
.left_nav_list ul li {
  
}

.newsdatalist {
    width:735px;
    margin:0px;
    padding:0px;
    float:left;
}
.newsdatalist ul {
width:715px;
margin:5px 10px 5px 5px;
float:left;
}
.newsdatalist ul li {
    height: 33px;
line-height: 33px;
overflow: hidden;
border-bottom: 1px dashed #CCC;
padding: 0px 30px 0px 22px;
background: transparent url("/html/SkinStyles/Images/ControlImages/icos2.gif") no-repeat scroll -397px -61px;
font-size: 14px;
}
.newsdatalist ul li:hover {
background-color: #E5E5E5;
}
.newsdatalist ul li span {
    float: right;
color: #999;
margin-left: 14px;
}
/*分页控件*/
.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

/*图片文章列表*/
.newsitem {
width:100%;
float:left;
border-bottom: 1px dashed #DDD;
overflow: hidden;
height:200px;
margin:15px 0px 15px 0px;
position:relative;
clear: both;
}
.newsitem .event_img {
width:180px;
height:180px;
overflow:hidden;
float:left;
text-align:center;

}
.newsitem .event_img img {
width:150px;
text-align:center;
}
.newsitem .eventright {
width:535px;
float:right;
margin-right:10px;
}
.newsitem .eventright h3 {
margin-top:0px;
font-size:16px;
font-family:"microsoft yahei","微软雅黑",tahoma,arial;
}
.newsitembottom {
    position: absolute;
    bottom: 22px;
    float:right;
    width:535px;
}
.goodslis {
    width:100%;
    float:left;
}
.goodslis ul {
}
.goodslis ul li {
    width:235px;
    float:left;
}
.goodslis ul li .gdsitems {
 width:205px;
 height:252px;
 margin:5px auto;
border: 1px solid #E5E5E5;    
}
.goodslis ul li .gdsitems:hover {
    border: 1px solid #5CB3BD;
}
.goodslis ul li .liimg {
    width:100%;
    float:left;
    height:190px;
    overflow:hidden;
    text-align:center;
    margin:10px 0px 10px 0px;
}
.goodslis ul li .liimg:hover {
    filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.goodslis ul li .litit {
    height:40px;
    line-height:40px;
    margin:0px 10px 0px 10px;
    text-align:center;
    overflow:hidden;
    width: 187px;
}
.ajaxnextpage a {
border-style: none;
width: 70%;
height: 32px;
color: #FFF;
font-size: 14px;
font-weight: bold;
cursor: pointer;
border-color: #1E7BB3;
background-color: #0AE;
transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
display: inline-block;
border-radius: 4px;
padding-top:10px;
}
.ajaxnextpage a:hover {
    border-color: #562A75;
    border: 1px solid #562A75; 
}

