.squres {
    margin-bottom: 30px;
}
.squres .squre {
    float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #cacaca;
    border-left: none;
}
.squres .squre.orangeSqure {
    font-size: 13px;
    background-color: #F26321;
    color: #fff;
    border: none;
    padding-top: 13px;
}
.squres .squre a .fa-line {
    font-size: 25px;
    color: #666;
    padding-top: 19px;
}
.squres .squre a:hover .fa-line {
    color: #F26321;
}
.squres .squre a .fa-facebook-square {
    font-size: 25px;
    color: #666;
    padding-top: 19px;
}
.squres .squre a:hover .fa-facebook-square {
    color: #F26321;
}

/* oneNew */

.news {
    margin-top: 30px;
}
.news .oneNew {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #CACACA;
    padding-bottom: 15px;
}
.news .oneNew img {
    margin-bottom: 10px;
}
.news .oneNew a .date {
    font-size: 13px;
    color: #CACACA;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.news .oneNew a p {
    color: #666;
    line-height: 2;
}
.news .oneNew a .title {
    line-height: 1.7;
    color: #F26321;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.news .oneNew a .word {
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
}
.news .oneNew a .btn-link {
    color: #666;
    text-decoration: underline;
}
.news .oneNew a:hover .btn-link {
    color: #F26321;
}
