/* banner */
.main-banner {
    margin-top: 30px;
}
.main-banner img {
    width: 100%;
}

/* 内容 */
.main-content {
    width: 1320px;
    height: auto;
    background-color: white;
    margin: 50px auto 0;
}

/* 分类 */
.main-content .press-category {
    width: 180px;
    float: left;
    box-shadow: 0 1px 6px 1px rgba(207,207,207,0.5);
    margin-top: 35px;
}
.press-category ul {

}
.press-category ul li {
    text-align: center;
    border-bottom: 1px solid #EDEDED;
}
.press-category ul li a {
    line-height: 64px;
    width: 180px;
    display: inline-block;
    font-size: 16px;
}
.press-category ul .cur {
    background: #10953E;
}
.press-category ul .cur a {
    color: white;
}

/* 列表 */
.main-content .press-content {
    float: left;
    width: 1085px;
    margin-left: 55px;
}
.press-content .press-item {
    padding: 35px 0;
    border-bottom: 1px solid rgba(224,224,224,1);
}
.press-item .cover {
    float: left;
}
.press-item .cover img {
    width: 300px;
    height: 160px;
    object-fit: cover;
}
.press-item .item-content {
    float: left;
    margin-left: 49px;
    width: 600px;
}
.press-item .item-content .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 600px;
    display: inline-block;
}
.press-item .item-content .title:hover {
    color: #10953E;
}
.press-item .item-content .detail {
    font-size: 14px;
    color: #8E8E8E;
    line-height: 30px;
    margin-top: 12px;
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.press-item .item-content .time {
    font-size: 14px;
    color: #10953E;
    line-height: 30px;
}
.press-item .right-arrow {
    width: 42px;
    height: 42px;
    float: right;
    overflow: hidden;
    margin-top: 62px;
}
.press-item .right-arrow img {
    margin-left: 0;
}
