* {
    margin: 0;
    padding: 0;
    border: 0;
}

.current-location {
    background: #EBEBEB;
    opacity: 0.69;
}

.location {
    width: 100%;
    height: 10vw;
    line-height: 10vw;
    font-size: 4vw;
    color: #666666;
    padding-left: 4vw;
    overflow-x: auto;
}

.current-location .location span.goback {
    cursor: pointer;
    float: right;
    font-size: 18px;
    color: #f78d32;
    font-weight: bold;
    padding-right: 5px;
}

.location:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.content {
    width: 100%;
    margin: 0 auto;

}

.content:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.left {
}

.left-top {
    background-image: url("/image/web/xwdt-80620cd75f06950ec839643e16c00928.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    display: table;
    text-align: center;
}

.left-top-title {
    display: table-cell;
    vertical-align: middle;
    height: 10vw;
    line-height: 10vw;
    font-size: 5vw;
    color: white;
}

.left .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 4vw;
    background: #eeeff0;
}

.left a {
    color: #666666;
    text-decoration: none;
    width: 30vw;
    padding-left: 3vw;
    height: 10vw;
    line-height: 10vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list-active:before {
    content: url("/image/web/yuan-773618e5835e44750986fbcf3580dae2.png");
    font-size: 20px;
    color: #054FAC;
}

.default:before {
    content: url("/image/web/yuan_weidian-207bab5b1319b91e1036eef9ce1a3896.png");
    font-size: 16px;
    color: #CDCDCD;
}

.right {
    padding: 0 2vw;
}

.right .top {
    background: white;
    font-weight: bold;
    border-bottom: 2px solid #054FAC;
}

.right .top span {
    font-size: 5vw;
    color: #054FAC;
    height: 12vw;
    line-height: 12vw;
    font-weight: Bold;
}

.right-list li {
    position: relative;
    margin: 15px 0 0 10px;
    line-height: 32px;
    color: #333333;
    border-bottom: 1px solid #e2e2e2;
}

.right-list li span:first-child {
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    color: #333333;
    width: 100%;
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-list li .list-content {
    font-size: 3vw;
    color: #666666;
    overflow: hidden;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-list li .list-time {
    clear: both;
    font-size: 3vw;
    color: #a7a7a7;
}

.list-con {
    float: left;
}

.list-img {
    width: 30%;
    float: right;
    text-align: right;
}

.list-img img {
    max-width: 100%;
    max-height: 25vw;
    margin-top: 1vw;
}