#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: 300px;
}

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

.menu > li {
    float: left;
    font-size: 18px;
    color: #666;
    text-indent: 16px;
    letter-spacing: -1px;
}

.menu > li > a {
    color: #666;
}

.menu > li:last-child > a {
    color: #ff164f;
    font-weight: bold;
}

#news {
    width: 1136px;
    margin: 0 auto;
    margin-bottom: 250px;
    position: relative;
}

.newstitle {
    width: 100%;
    height: 127px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}

.newstitle h4 {
    width: 100%;
    line-height: 118px;
    text-indent: 40px;
}

.news {
    width: calc(100% - 100px);
    padding: 70px 50px 10px 50px;
    text-align: justify;
    overflow: hidden;
    line-height: 1.6;
}

.news p {
    margin-bottom: 35px;
}

.date {
    font-size: 16px;
    line-height: 127px;
    color: #bbb;
    position: absolute;
    right: 40px;
    top: 0;
}

.tags {
    width: 100%;
    height: 40px;
    margin-top: 80px;
}

.tag {
    color: #666;
}

.more {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.prev, .next {
    width: 100%;
    height: 75px;
    line-height: 75px;
}

.prev {border-bottom: 1px solid #eee; color: #ccc;}

.prev > p, .next > p {
    float: left;    
    font-size: 16px;
}

.prev > p:first-child,
.next > p:first-child {
    width: 127px;
    text-align: center;
    font-weight: bold;
}

.prev > p:last-child,
.next > p:last-child {
    width: 1009px
}

.next a:hover {
    text-decoration: underline;
    color: #ff164f;
}

a.btn {bottom: -110px; height: 25px; line-height: 25px; font-weight: 600;}