.color {
    background-color: #F6F7FB;
}

.part {
    /*    width: 49%;*/
    
    height: 150px;
    text-align: center;
    border: 1px solid rgba(227, 227, 227, 0.8);
    background-color: #FFFFFF;
    box-shadow: 1px 1px 1px rgba(204, 204, 204, 0.3);
    margin-top: 2px;
    float: left;
    overflow: hidden;
}

.part p a {
    color: #2a2a2a;
    line-height: 50px;
    /*    padding-left: 20px;*/
    
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.tit {
    margin-left: 43px;
    font-size: 20px;
    color: #004084;
}

.main {
    margin: 0 auto;
}

.pic {
    width: 90px;
    height: auto;
    transition: width 1s, height 1s;
    -moz-transition: width 1s, height 1s;
    /* Firefox 4 */
    
    -webkit-transition: width 1s, height 1s;
    /* Safari and Chrome */
    
    -o-transition: width 1s, height 1s;
    /* Opera */
}

.pic:hover {
    width: 40px;
    height: auto;
}

.more {
    width: 40px;
    height: 2px;
    background-color: #02A315;
    /*    text-align: center;*/
}

.morewrap {
    text-align: center;
}

.readmore {
    text-align: center;
    display: inline-block;
    padding: 0.5em 1em;
    font-size: 12px;
    color: #2a2a2a;
    margin: 10px 0;
    /*    float: right;*/
    
    -moz-border-top: 1px solid #689B05;
    -webkit-border-top: 1px solid #689B05;
    border-top: 1px solid #689B05;
}
.more {
    width:20%;
    margin-left: 30px;
    color: #ff7644;
    padding: 3px 15px;
    border: 1px solid #ccc;
    -moz-border: 1px solid #ccc;
    -o-border: 1px solid #ccc;
    -ms-border: 1px solid #ccc;
    -webkit-border: 1px solid #ccc;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #fff!important;
}

.readmore:hover {
    text-decoration: none;
}

.readmore span {
    color: #689B05;
   
}