/* banner start */
.banner img {
    min-width: 1140px;
    width: 100%;
}
/* banner end */

/* about-us-more-content start */
.about-us-more-content {
    padding: 60px 0 90px 0;
}

.about-us-more-content header h1 {
    font-size: 32px;
    text-align: center;
}

.about-us-more-content .about-us-more-items {
    margin-top: 40px;
}
.about-us-more-items ul {
    padding: 0 5px;
    min-height: 635px;
    box-sizing: border-box;
    padding-bottom: 35px;
    width: 100%;
    overflow: hidden;
}
.about-us-more-items ul li {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    width: 550px;
    height: 180px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.1);
}

.about-us-more-items ul li:nth-child(odd) {
    margin-left: 0;
}

.about-us-more-items ul li a {
    padding: 30px 15px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.about-us-more-items .about-us-more-smallbanner {
    float: left;
}

.about-us-more-items .about-us-more-smallbanner,
.about-us-more-items .about-us-more-smallbanner img{
    width: 180px;
    height: 120px;
}
.about-us-more-items .about-us-more-details {
    float: right;
    width: calc(100% - 195px);
    height: 120px;
    overflow: hidden;
}

.about-us-more-items h2 {
    min-height: 42px;
    font-size: 16px;
    font-weight: normal;
}
.about-us-more-items p {
    min-height: 36px;
    color: #666;
    font-size: 12px;
}
.about-us-more-details-time {
    width: 80px;
}
.about-us-more-items p,
.about-us-more-items h2 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.about-us-more-items p {
    margin-top: 10px;
}
.about-us-more-btn {
    overflow: hidden;
}

.about-us-more-btn .about-us-more-btn-main {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 600px;
    display: block;
    overflow: hidden;
}

.about-us-more-btn button {
    float: left;
    margin-left: 10px;
    width: 65px;
    height: 35px;
    cursor: pointer;
    border: solid 1px #e5e5e5;
}
.about-us-more-btn button:first-child {
    margin-left: 0;
}

.block {
    padding: 0px 1px 0px 11px;
}

.about-us-more-page-4 {
    float: left;
    width: 180px;
}

.about-us-more-page a {
    float: left;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
    border: solid 1px #e5e5e5;
}
.about-us-more-page .click-a {
    color: #fff;
    background: #f0000d;
}
.about-us-more-btn button a {
    display: block;
    height: 100%;
    line-height: 35px;
}

.about-us-more-btn button:hover,
.about-us-more-btn button:hover a,
.about-us-more-page a:hover {
    color: #fff;
    background: #f0000d;
}

.about-us-more-page p {
    float: left;
    width: 20px;
    height: 35px;
    display: block;
    text-align: center;
}

.about-us-more-sub {
    float: left;
    margin-left: 5px;
    height: 35px;
}
.about-us-more-sub p {
    width: 175px;
}
.about-us-more-sub p,
.about-us-more-sub button {
    float: left;
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 35px;
    box-sizing: border-box;
}



.about-us-more-sub input {
    margin: 0 10px;
    width: 35px;
    height: 34px;
    color: #999;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
}
/* about-us-more-content end */