.main-w {
    width: 1200px;
    margin: 0 auto;
}
.left {
    float: left;
    width: 790px;
}
.navls {
    height: 40px;
    padding: 40px 0 10px;
    border-bottom: 1px solid #dddada;
}

.navls .wz {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 790px;
    line-height: 40px;
    overflow:hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;
}
.navls .wz::before {
    content:"";
    display: inline-block;
    background: url(/static/pc/images/news/wz.png) no-repeat center;
    width: 21px;
    height: 23px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.navls .wz a:hover {
    color: #39a4ec;
}

.con h1 {
    text-align: center;
    font-size: 16px;
    color: #39a4ec;
    padding-top: 25px;

}
.con .time {
    color: #7b7b7b;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
.con img {
    padding: 7px;
}
.con p {
    font-size: 12px ;
    line-height: 1.5;
}
.con .box1 {
    margin-top: 30px;
    font-size: 12px;
}
.pagIng {
    font-size: 14px;
    margin-top: 30px;

}
.pagIng .fl {
    float: left;
    width: 80%;
}
.pagIng .eps {
    line-height: 30px;
}
.pagIng  a:hover ,.right ul li a:hover{
    color: #39a4ec;
}
.pagIng .fr {
    float: right;
    display: block;
    width: 18%;
    height: 40px;
    border: 1px solid #222;
    /* color: #fff; */
    text-align: center;
    line-height: 40px;
    margin: 15px 0 30px 10px ;
    border-radius: 5px;
}
.pagIng  .fr:hover {
    
    border: 1px solid #39a4ec;

}
.right {
    float: right;
    width: 334px;
    margin-top: 42px;
}
.right h2 {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    border-bottom: 1px solid #dddada;
    margin-bottom: 30px;
}
.right ul li {
    height: 27px;
    overflow:hidden;white-space: nowrap;text-overflow: ellipsis;-o-text-overflow:ellipsis;
    font-size: 14px;
    color: #7b7b7b;
}
.right ul li a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #7b7b7b;
    margin-right: 10px;

}

