<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    width: 100%;
    height: auto;
}

.content .container {
    width: 75%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
}

.content .container .left {
    /* width: 20%; */
    height: auto;
    float: left;
    /* margin-right: 5%; */
    background: #fafafa;
}

.content .container .left .nav{
    width: 100%;
    height: auto;
}

.content .container .left .nav .title{
    width: 100%;
    height: 45px;
    background: #86C440;
    font-weight: normal;
    text-align: left;
    padding-left: 5%;
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.content .container .left ul.list {
    width: 100%;
    padding-bottom: 40px;
    background: #fff;
    box-sizing: border-box;
}


.content .container .left ul li {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #86C440;
    box-sizing: border-box;
}

.content .container .left ul li .arrow {
    background: url(../img/arrow-right.png) no-repeat;
    width: 8px;
    height: 41px;
    display: inline-block;
    background-size: 100%;
    /* margin-top: 12px; */
    margin-right: 10px;
    float: left;
    background-position: center;
}
@media only screen and (max-width:1060px) {
    height: 36px;
}

.content .container .left ul li .arrow.add{
    transform: rotate(90deg);
    transition: all 0.2s ease;
}


.content .container .left ul li a {
    width: auto;
    height: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .container .left ul li a span{
    line-height: 35px;
    font-family: 'helveticaltstd-bold', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    color: #666;
}

.content .container .left ul li.active a span{
    color: #86C440;
}


.content .container .left ul li .subage {
    width: 100%;
    height: auto;
    display: none;
}

.content .container .left ul li .subage p {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: left;
    font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
    border-bottom: 1px solid #ccc;
    padding: 0 5%;
    box-sizing: border-box;
}

.content .container .left ul li .subage p:first-child {
    border-top: 1px solid #ccc;
}

.content .container .left ul li .subage p:last-child {
    border-bottom: 0;
}

.content .container .left ul li .subage p a {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.content .container .left ul li .subage p a span{
    font-size: 14px;
    color: #666;
}

.content .container .left ul li .subage p.active span {
    color: #86C440;
}

.content .container .right {
    /* width: 75%; */
    height: auto;
    float: left;
}

.content .container .right .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*display: none;*/
}

.content .container .right .title {
    width: 100%;
    height: 45px;
    background: #86C440;
    line-height: 45px;
}

.content .container .right .title h2 {
    font-size: 18px;
    font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
    color: #fff;
    font-weight: normal;
    padding-left: 2%;
    box-sizing: border-box;
}

.content .container .right .list {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.content .container .right .list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    overflow: hidden;
}

.content .container .right .list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.content .container .right .list ul li:nth-child(3n) {
    margin-right: 0;
}
@media only screen and (max-width:1060px) {
    .content .container .right .list ul li:nth-child(2n) {
	margin-right: 0;
    }
    .content .container .right .list ul li:nth-child(3n) {
	margin-right: 2%;
    }
}

.content .container .right .list ul li img {
    width: 100%;
    /* height: 244px; */
    float: left;
    transform: matrix(1.005, 0, 0, 1.005, 0, 0);
    transition: all 0.5s ease;
}

.content .container .right .list ul li span {
    width: 80px;
    height: 40;
    line-height: 30px;
    padding: 2% 5%;
    font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: #86C440;
    box-sizing: border-box;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .container .right .list ul li .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 5;
    top: -20px;
    left: 0;
    opacity: 0;
    text-align: center;
    transition: all 0.2s ease;
}

.content .container .right .list ul li:hover .cover {
    opacity: 1;
    top: 0;
    transition: all 0.2s ease;
}

.content .container .right .list ul li:hover .cover p{
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
    font-size: 26px;
    color: #fff;
}

.content .container .right .list ul li:hover img {
    transform: translate3d(-2.005px, -1.07262px, 0px) scale(1.14746, 1.14746);
}
</pre></body></html>