#lnb > ul > li:nth-child(3) a {
    color: #ff164f;
    font-weight: bold;
}




#section > h3 {
    width: 1136px;
    margin: 150px auto;
    padding: 0 16px;
    position: relative;
}

.title img {
    position: absolute;
    top: -55px;
    left: 290px;
}




#menu {
    width: 1136px;
    height: 40px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#menu p:nth-child(2) .tag:hover::after,
#menu p:nth-child(3) .tag:hover::after {
    background-color: #ddd;
}

.tag {
    font-size: 18px;
    margin-right: 50px;
}

.tag::after {
    width: calc(100% + 40px);
    height: 40px;
    border-radius: 20px;
}

.searchbox {
    width: 230px;
    height: 40px;
    border-radius: 20px;
    border: none;
    float: right;
    background-color: #e6e6e6;
    padding: 0 20px;
    font-size: 16px;
    position: relative;
    top: -5px;
}

#menu span {
    position: absolute;
    top: 2px;
    right: 25px;
    cursor: pointer;
}

#menu span::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #000;
    top: 0;
    right: 0;
    border-radius: 50%;
}

#menu span::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 11px;
    background-color: #000;
    top: 16px;
    right: -2px;
    border-radius: 2px;
    transform: rotate(-45deg);
}


#news {
    width: 1136px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 180px;
}

.news > li {
    width: 100%;
    height: 127px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.news > li:hover h6 {
    text-decoration: underline;
    color: #ff164f;
}

.news > li > a {
    width: 100%;
    height: 100%;
    display: block;
}

.img,
.text {
    float: left;
}

.img {
    width: 127px;
    height: 127px;
    position: relative;
}

.img img {
    width: 84px;
    height: 93px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.text {
    width: calc(100% - 167px);
    height: 70px;
    position: relative;
    top: 55%;
    left: 30px;
    transform: translateY(-50%);
}

.newstag > li {
    float: left;
    font-size: 16px;
    color: #999;
    margin-right: 10px;
    letter-spacing: -0.5px;
}

.date {
    font-size: 16px;
    color: #bbb;
    position: absolute;
    right: 0;
}

.list {
    width: 160px;
    height: 40px;
    margin: 50px auto 0 auto;
}

.list > ul > li {
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 50%;
}

.list > ul > li.check {    
    background-color: #e6e6e6;
}

.list > ul > li:hover {
    background-color: #e6e6e6;
}

.list > ul > li:last-child {
    margin-right: 0;
}