.section {
    width: 100%;
    height: 1420px;
    margin-top: 50px;
    background: rgba(248, 248, 248, 1);
}

.search {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: rgba(248, 248, 248, 1);
}

.search input {
    width: 846px;
    height: 35px;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: 182px;
}

.search img {
    width: 25px;
    position: absolute;
    top: 29px;
    left: 1008px;
    cursor: pointer;
}

.search input {
    color: #555;
}


.GeneralExhibition {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: rgba(248, 248, 248, 1);
}

.GeneralExhibition img {
    height: 380px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 210px;
}

.content {
    width: 500px;
}

.content p {
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 60px;
    margin-left: 30px;
    position: relative;
}

.content p img {
    width: 20px;
    height: 22px;
    position: absolute;
    top: 18px;
    left: -30px;
}

.content ul {
    width: 100%;
}

.content ul li {
    width: 248px;
    height: 118px;
    float: left;
}

.content ul li h3 {
    color: #515461;
    font-size: 22px;
    line-height: 50px;
    font-weight: 500;
}

.content ul li span {
    color: #6E6E6E;
    font-size: 13px;
    line-height: 35px;
}
.bottom {
    width: 1200px;
    margin: 0 auto;
}

.top {
    width: 100%;
    z-index: 999;
    /*background: #fff;*/
}

.bottoms {
    width: 100%;
    z-index: 999;
    background: #fff;
    margin-top: 30px;
}

.top p {
    width: 1198px;
    height: 40px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.top .Newest {
    line-height: 40px;
}

.bottoms .Newest {
    line-height: 40px;
}

.bottoms p {
    width: 1198px;
    height: 40px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.Newest {
    margin-left: 90px;
    font-size: 16px;
    position: relative;
}

.Newest img {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 0px;
    left: -30px;
}

.whole {
    color: #EF7D85;
    font-size: 14px;
    margin-left: 900px;
}
.whole:hover{
    cursor: pointer;
}

