.xwzxtop {
    position: relative;
    width: 100%;
}
.xwzx-img {
    width: 100%;
    height: 100%;
}
.xwzx-txt {
    position: absolute;
    top: calc(142px - 35px);
    left: calc(50% - 600px);
    width: 1200px;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.xwzx-txt p {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}
.xwzx-type {
    position: relative;
    width: 1200px;
    margin: 40px auto;
}
.xwzx-type-item {
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #999999;
    cursor: pointer;
}
.xwzx-type-item:hover {
    opacity: 0.8;
}
.xwzx-type-item._active {
    background: #B81C22;
}
.xwzx-type-item+.xwzx-type-item {
    margin-left: 50px;
}
.xwzx-type-right {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #C1C1C1;
}
.xwzx-type-right span {
    color: #666666;
}
.xwzx-select {
    width: 150px;
    height: 39px;
    text-align: center;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
}
.xwzx-time {
    position: relative;
    width: 1200px;
    margin: 0 auto 20px;
}
.btn._sel {
    width: 150px;
    height: 39px;
    margin-top: 20px;
    line-height: 28px;
    border-radius: 20px;
}
.glyphicon._small {
    margin-left: 15px;
    font-size: 6px;
}
.xwzxlist {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.list-item-content {
    position: relative;
    display: inline-block;
    width: 1060px;
    margin-left: 140px;
    border-left: 1px solid #EBEBEB;
    box-sizing: border-box;
    cursor: pointer;
}
.list-item-dot {
    position: absolute;
    left: -7px;
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #989898;
}
.list-item-time {
    position: absolute;
    left: -100px;
    top: calc(50% - 7px);
}
.list-item-title {
    font-size: 16px;
    font-weight: bold;
}
.list-item-text {
    font-size: 12px;
    color: #666666;
}
.list-item-right {
    margin-left: 40px;
    padding: 30px 380px 30px 80px;
    background: #fff url('../images/xwzx/arrow-off.png')no-repeat center/32px 32px;
    background-position-x: 950px;
}
.list-item-content:hover .list-item-right {
    background: rgba(243, 243, 243, 0.5) url('../images/xwzx/arrow-on.png')no-repeat center/32px 32px;
    background-position-x: 950px;
}
.list-item-content:hover .list-item-title,
.list-item-content:hover .list-item-time {
    color: #B81C22;
}
.list-item-content:hover .list-item-dot {
    border-color: #B81C22;
    box-shadow: 0 3px 6px rgba(230, 0, 18, 0.2);
}
.xwpagebar {
    padding-bottom: 50px;
}