.w {
    width: 1200px;
    margin: 0 auto;
}

.awards {
    width: 100%;
    height: 132px;
    border-bottom: 1px solid #E5E6EB;
}

.awards .awardstit {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 40px auto;
}
.awards .awardstit .awatxt{
    margin: 0 32px;
}
.awards .awardstit .awatxt .host {
    font-size: 28px;
    color: #1D2129;
    font-weight: 600;
}

.awards .awardstit .awatxt .assis {
    font-size: 20px;
    color: #9CA2A9;
}

.awards .awardstit .awatxt img {
    margin-top: 16px;
}

.awanav {
    width: 100%;
    height: 51px;
    background-color: #fff;
    border-bottom: #E5E6EB 1px solid;
}

.awanav ul {
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 24px auto;
}

.awanav ul li {
    height: 51px;
}

.awanav ul li a {
    font-size: 20px;
    color: #737880;
}

.awanav ul li:hover {
    color: #1273E4;
    border-bottom: 4px solid #1273E4;
}
.awanav ul .actives {
    color: #1273E4;
    border-bottom: 4px solid #1273E4;
}
.awanav ul .actives a{
    color: #1273E4;
}

.awanav ul li a:hover {
    color: #1273E4;
}

.book {
    width: 100%;
    height: 100%;
    background-color: #F7F8FA;
    padding-top: 40px;
}

.book .booklist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.book .booklist .book1 {
    width: 380px;
    height: 328px;
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 50px;
}
.book .booklist .book1 .bookPic{
    margin-bottom: 12px;
    /* width: 100%; */
    height: 254px;
    overflow: hidden;
}
.book .booklist .book1 img {
    width: 100%;
    height: 100%;
}

.book .booklist .book1 .bookname {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 37px;
    background-color: rgba(18, 115, 228, 0.08);
}

.book .booklist .book1 .bookname .booksname {
    font-size: 16px;
    color: #1D2129;
    padding: 0 12px;
}

.book .booklist .book1 .bookname .recdsleft {
    width: 8px;
    height: 8px;
    background-color: #1273E4;
}

.book .booklist .book1 .bookname .recdsright {
    width: 8px;
    height: 8px;
    background-color: #1273E4;
}