.green-color {
    color: #00904a;
}

.content_div {
    margin: 0 auto;
    padding: 35px 30px 50px;
}

.sub-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #00904a;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 10px;
}

.content-left {
    float: left;
    display: inline-block;
    width: 260px;
    vertical-align: top;
    border: 1px solid #cccccc;
}

.content-left-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #093;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.content-left li {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.content-left li:last-child {
    border: 0;
}

.content-left li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    color: #333333;
}

.sub-active {
    font-weight: bold;
    color: #00904a !important;
}

.content-right {
    float: right;
    display: inline-block;
    width: 840px;
    text-align: left;

}

.content-right-box {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
}

.box-list {
    width: 100%;
    margin: 0 auto;
}

.box-list P {
    text-align: justify;
    text-indent: 35px;
    font-size: 17px;
    line-height: 40px;
    padding: 0 15px;
    font-family: arial, helvetica, sans-serif;
}

.box-list li {
    float: left;
    width: 815px;
    margin: 10px;
    padding: 10px;
    border: 1px dotted #DDDDDD;

}

.box-list .li-img {
    float: left;
    width: 35%;
    margin: 0px;
    text-align: center;
}

.box-list img {
    width: 260px;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.box-list li:hover {
    background: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    border-radius: 0px;
}

.box-list .li-name {
    float: left;
    width: 65%;
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 13px;
}

.li-name h5 {
    text-align: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 5px;
    padding: 0 10px;
}

.li-name h4 {
    text-align: left;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.li-name p {
    font-size: 18px;
    text-indent: 35px;
    text-align: justify;
    line-height: 30px;
}

.page {
    margin: 30px 0px auto;
    text-align: center;
}

.btn {
    margin: 0 5px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}