.news {
    display: block;
    width: 92%;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 15px auto;
    text-decoration: none;
    padding-bottom: 25px;
}

.news img {
    display: block;
    width: 100%;
    height: auto;
}
.news span {
    display: block;
    margin: 0 10px;
}
.news span:nth-child(2) {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 150%;
    margin-top: 10px;
}
.news span:nth-child(3) {
    font-size: 0.75rem;
    overflow: hidden;
    line-height: 150%;
    margin-top: 10px;
    color: #999;
}
.news span:nth-child(4) {
    margin-top: 15px;
    font-size: 0.75rem;
}


/* 璇︽儏 */
.readbox {
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    color: #666;
}
.readt {
    height: auto;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 160%;
    margin-bottom: 5px;
    font-weight: bold;
}
.readt2 {
    height: auto;
    overflow: hidden;
    font-size: 1em;
    line-height: 160%;
    margin-bottom: 10px;
}
.readi {
    line-height: 30px;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.75em;
    color: #999;
}
.readi img {
    height: 12px;
    margin-right: 10px;
    vertical-align: middle;
}
.readc {
    font-size: 0.875em;
    line-height: 200%;
    overflow: hidden;
    padding: 20px 0;
}
.readc img {
    max-width: 100%;
}
.readnext {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 0.75em;
}
.readnext div {
    max-height: 40px;
    padding: 5px 0;
}
.readnext a {
    line-height: 180%;
}
.readnext i {
    color: #999;
    margin-left: 10px;
}

.readv {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    background: #333;
}
.readv video {
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}
.readdes {
    height: auto;
    padding: 30px 20px;
    color: #666;
    border: 1px solid #ddd;
    line-height: 200%;
    font-size: 0.75em;
    margin-top:30px;
    border-radius: 3px;
    position: relative;
}
.readdes strong {
    display: block;
    width: 60px;
    line-height: 25px;
    color: #fff;
    background: #022658;
    position: absolute;
    left: -1px;
    top: -10px;
    text-align: center;
    border-radius: 3px;
}
.readdes strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #022658;
    border-left: 6px solid transparent; 
    position: absolute;
    left: 30px;
    top: 100%;
}