/**
* author: WU
* 2015.7.15
**/
.honor_layer {
  position: relative;
  padding: 30px;
  text-align: center; }
  .honor_layer h3 {
    color: #404040;
    font-size: 20px; }
  .honor_layer img {
    margin-top: 30px;
    max-width: 600px;
    max-height: 320px; }
  .honor_layer .des {
    margin-top: 30px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px; }


#content-div {
    font-size: 14px;
    width: 1000px;
    margin: 0 auto 30px auto;
}
.title-bar {
    width: 1000px;
    height: 45px;
    line-height: 35px;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #efefef;
}
.title-bar span:first-child {
    font-size: 24px;
    color: #109c92;
}
.title-bar .last-span {
    font-size: 14px;
    float: right;
    line-height: 35px;
}
.citation-div {
    padding: 20px 0 0 35px;
}
.citation-div .citation {
    width: 282px;
    height: 285px;
    margin: 0 30px 30px 0;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
}
.citation-div .citation:hover {
    border: 2px solid #42d9ce;
}
.photo {
    width: 282px;
    height: 210px;
    overflow: hidden;
}
.photo:hover img {
    transform: scale(1.2);
}
.photo img {
    width: 100%;
    transition: all, 1s, ease-in, 0s;
}
.citation-info {
    height: 65px;
    padding: 10px 0 0 20px;
    background: url("../images/layer-bg.png") center;
}
.citation-info p {
    height: 30px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
}
