
/*news开始*/
#pages {
    padding-top: 25px;
    text-align: center;
}
#pages a {
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 45px;
    text-align: center;
    line-height: 45px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #ffffff;
    background: #01B6E0;
    display: inline-block;
}
#pages span {
    padding-left: 20px;
    padding-right: 20px;
    height: 45px;
    border-radius: 45px;
    text-align: center;
    line-height: 45px;
    font-family: "微软雅黑";
    font-size: 12px;
    color: #666666;
    display: inline-block;
}

.news {
    width: 100%;
    text-align: center;
    background: #e5e5e5;
    padding-top: 53px;
    padding-bottom: 40px;
    font-family: "微软雅黑";
}
.news-nav a.on {
    background: url(../img/news-nav-bj.png) no-repeat;
    color: #000;
}
.news-nav a {
    width: 63px;
    height: 29px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    color: #6c6c6c;
}
.news-nav a:hover{
    background: url(../img/news-nav-bj.png) no-repeat;
    color: #000;
}
#wrapp {
    width: 1081px;
    position: relative;
    margin: 0px auto;
    margin-top: 20px;
    text-align: left;
}
#wrapp div.mode {
    width: 295px;
    height: 220px;
}
.mode {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    width: 295px;
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #FFF;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; /* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease; /* Opera */
}
.mode .pic {
    width: 190px;
    margin-bottom: 7px;
    position: relative;
    text-align: center;
}
.mode .pic a {
    display: block;
}
.mode .pic a img {
    width: 297px;
    vertical-align: bottom;
    height: 214px !important;
}
.news-title {
    text-align: left;
    margin-bottom: 10px;
    display: block;
}
.news-content {
    line-height: 22px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #c2c2c2;
}
.news-title font {
    font-family: "微软雅黑";
    font-size: 13px;
    color: #c2c2c2;
}
.fr {
    float: right;
}
.mode:hover{
  background-color: #00B6E0;
}
.mode:hover .news-title a , .mode:hover a.news-content , .mode:hover .fr{
  color: #fff;
}