
.newsli {
    display: block;
    width: 92%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 25px auto;
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.newsli img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 40vw;
    object-fit: cover;
}

.newsli span {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 1em;
    line-height: 150%;
    margin: 20px 10px 0 10px;
    font-weight: bold;
}
.newsli font {
    display: block;
    height: auto;
    max-height: 3em;
    overflow: hidden;
    font-size: 0.7em;
    line-height: 150%;
    margin: 10px 10px 0 10px;
    color: #999;
}
.newsli i {
    display: block;
    width: 90px;
    background: #eee;
    font-size: 0.7em;
    text-align: center;
    margin:10px 0 30px 10px;
    line-height: 26px;
    border-radius: 15px;
    color: #666;
    font-style: normal;
}


.readbox {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    color: #444;
}
.readt {
    height: auto;
    overflow: hidden;
    font-size: 1.1em;
    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.7em;
    color: #999;
}
.readc {
    font-size: 0.875rem;
    line-height: 180%;
    overflow: hidden;
    padding: 20px 0;
}
.readc p {
    margin-bottom: 10px;
}
.readc img {
    max-width: 100%;
}
.readnext {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 0.75em;
}
.readnext div {
    max-height: auto;
    padding: 10px 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: #555;
    position: absolute;
    left: -1px;
    top: -10px;
    text-align: center;
    border-radius: 3px;
}
.readdes strong::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #555;
    border-left: 6px solid transparent; 
    position: absolute;
    left: 30px;
    top: 100%;
}

a.read_pro {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
}
.read_prop {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
}
.read_prop img {
    display: block;
    width: 100%;
    height: auto;
}
.read_prot {
    width: 66%;
    height: auto;
    overflow: hidden;
    float: right;
}
.read_prot span {
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 150%;
    font-size: 0.7rem;
    color: #999;
}
.read_prot span:nth-child(1) {
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
}
.read_prot span:nth-child(4) {
    color: #d30000;
}