.dalislide {
    margin-top: 20px;
    height: 500px;
}
.slidep.cover li img {
    object-fit: contain;
}
.slideb {
    display: none;
}
.slideleft,.slideright {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	opacity: .7;
	z-index: 100;
	cursor: pointer;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.slideleft {
	left: -30px;
	background: url(/static/images/cpleft.png) center no-repeat;
}
.slideright {
	right: -30px;
	background: url(/static/images/cpright.png) center no-repeat;
}
.slideleft:hover,.slideright:hover {
	opacity: 1;
}
.dalislide:hover .slideleft {
	left: 30px;
}
.dalislide:hover .slideright {
	right: 30px;
}

.tp {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.tp p {
    display: block;
    height: 80px;
    width: 120px;
    float: left;
    margin: 0 10px 10px 0;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}
.tp p img {
    opacity: .5;
}
.tp p:hover img, .tp p.on img {
    opacity: 1;
}

.secpos {
    text-align: right;
}
.proviewbox {
    margin-top: 20px;
}
.readleft {
    width: 27%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    padding-bottom: 60px;
}
.readleft.fixed {
    position: fixed;
    z-index: 0;
    bottom: 0;
}
.readright {
    width: calc(73% - 20px);
    height: auto;
    overflow: hidden;
    float: right;
    background: #fff;
    padding: 20px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.readt {
    font-size: 1.5rem;
    line-height: 120%;
    margin-top: 10px;
}
.readt2 {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 10px;
}
.readi {
    color: #999;
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 30px;
    height: auto;
    overflow: hidden;
}
.readi .right {
    cursor: pointer;
    padding: 0 20px;
}
.readi .right .svg {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin-top: 7px;
    margin-right: 10px;
    object-fit: contain;
}
.readi .right .svg path {
    fill: #d0000e;
}
.readi .right span {
    display: block;
    font-size: 1rem;
    line-height: 30px;
    float: left;
}
.readv {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
    margin-top: 20px;
}
.readcont {
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    line-height: 180%;
    padding: 40px 0 20px 0;
}
.readcont img {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.readnext {
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #e5e5e5;
}
.readnext li {
    height: auto;
    line-height: 40px;
    font-size: 1rem;
}
.readnext li i {
    display: block;
    float: right;
    color: #999;
    font-style: normal;
    font-size: 0.875rem;
}

.ybox {
    width: 100%;
    margin: 20px auto;
    display: block;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.yt {
    font-size: 1.8rem;
    line-height: 180%;
    margin-bottom: 20px;
}
.labt {
    display: inline-block;
    line-height: 35px;
    padding: 0 25px;
    font-size: 1rem;
    font-weight: bold;
    background: #f5f5f5;
    margin: 15px 0 0 15px;
}
.labc {
    height: auto;
    overflow: hidden;
    padding: 10px 0 10px 15px;
}
.labc a {
    display: block;
    padding: 0 10px;
    background: #f5f5f5;
    font-size: 0.875rem;
    line-height: 30px;
    margin: 0 10px 10px 0;
    float: left;
}
.relate {
    height: auto;
    overflow: hidden;
    margin-left: 15px;
    margin-top: 20px;
}
.relate a {
    display: block;
    width: calc(50% - 15px);
    height: auto;
    float: left;
    margin: 0 15px 10px 0;
    overflow: hidden;
}
.relate a img {
    width: 100%;
    height: 110px;
    display: block;
    object-fit: cover;
}
.relate a span {
    display: block;
    height: 60px;
    line-height: 20px;
    font-size: 0.875rem;
    margin: 10px 0;
    color: #666;
    overflow: hidden;
}

.yybtn {
    width: calc(100% - 50px);
    line-height: 40px;
    border-radius: 20px;
    background: #d0000e;
    font-size: 1rem;
    color: #fff;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
}