﻿.row-fluid {
width:100%;
float:left;
margin:0px;
padding:0px;
}
.pagenewsleft {
width:240px;
float:left;
position:fixed;
margin-top:15px;
}
.pin-wrapper {
width:240px;
float:left;
}
.pagenewscenter {
width:745px;
float:right;
min-height:600px;
margin-top:15px;
}
.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;
padding:0px;
}
.newsdatalist ul li {
    height: 33px;
line-height: 29px;
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;
}
.newsdatalist ul li .nlts {
width:580px;
float:left;
margin:0px;
padding:0px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/*分页控件*/
.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;
margin:25px 0px 0px 0px;
position:relative;
clear: both;
}
.rowitemblock {
width:100%;
float:left;
}
.rowitemblock:hover {
    background-color: #F6F6F6;
}
.newsitem .event_img {
width:160px;
height:150px;
overflow:hidden;
float:left;
text-align:center;

}
.newsitem .event_img img {
width:100px;
text-align:center;
}
.newsitem .eventright {
width:535px;
float:right;
margin-right:30px;
}
.newsitem .eventright h3 {
margin-top:0px;
font-size:16px;
font-family:"microsoft yahei","微软雅黑",tahoma,arial;
}
.newsitembottom {
    position: absolute;
    bottom: 22px;
    float:right;
    width:535px;
}