.wrap-det {
    padding: 35px 0 80px;
}

.wrap-det .nav {
    height: 50px;
    line-height: 50px;
    background: #eee;
}

.wrap-det .nav .link {
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin-left: 40px;
    height: 49px;
    line-height: 49px;
}

.wrap-det .nav .active {
    font-weight: bold;
    color: #0079c3;
    border-bottom: 2px solid #0079c3;
}

.wrap-det .item {
    margin-top: 30px;
}

.wrap-det .img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    background: #eee;
}

.wrap-det .info {
    padding: 40px 20px 40px 0;
    border-bottom: 1px solid #eee;
    margin-left: 40px;
}

.wrap-det .ymd {
    width: 100px;
    margin-left: 170px;
}

.wrap-det .left {
    flex: 1;
}

.wrap-det .t {
    padding: 20px 0 40px;
    font-size: 20px;
    color: #404040;
}

.wrap-det p {
    font-size: 14px;
    color: #888;
    line-height: 2;
}

.wrap-det .d {
    font-size: 32px;
    color: #909090;
    text-align: center;
}

.wrap-det .ym {
    font-size: 12px;
    color: #010101;
    text-align: center;
    padding: 12px 0 30px;
}

.wrap-det .ymd .link{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #7d7d7d;
    border-radius: 6px;
    font-size: 14px;
    color: #404040;
}

.wrap-det .ymd .link:hover{
    color: #fff;
    background: #0079c3;
    border: 1px solid #0079c3;
}


.page-box{
    padding-left: 60px;
    padding-top: 40px;
    text-align: center;
}

.page-box a,.page-box span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #999;
    font-size: 12px;
    background: #eee;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
}
.page-box a.focus{background: #0d81c8; color:#FFF}
.page-box a:hover{background: #0d81c8; color:#FFF}

.page-box .prev,
.page-box .next{
    width: 100px;
}

.page-box .prev:after,
.page-box .next:after{
    position: absolute;
    top: 13px;
    content: '';
    width: 14px;
    height: 17px;
}

.page-box .prev{
    padding-right: 30px;
}

.page-box .prev:after{
    right:15px;
    background: url("../images/m4.png") no-repeat;
    background-size: contain;
}

.page-box .prev:hover:after{
    top: 14px;
    right:15px;
    background: url("../images/m6.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.page-box .next{
    padding-left: 30px;
}

.page-box .next:after{
    left:15px;
    background: url("../images/m4.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.page-box .next:hover:after{
    top: 12px;
    right:15px;
    background: url("../images/m6.png") no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}
