﻿/*------------------------------------------------------------------
Version:  1.0
-------------------------------------------------------------------*/

/* news */
.news{}
.news img{width:100%;max-height:200px;}
.news a{color:#666;}
.news a:hover{color:#000;}
.line {
    width: 100%;
    height: 1px;
    background: #707070;
    clear: both;
    margin-top: 12px;
}
.pro{}
.pro img{width:100%;max-height:200px;}
.pro a{color:#666;}
.pro a:hover{color:#888;}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto !important;
}


