/* 最外层容器样式 */
.wx-wrap {
    /* min-width: 1920px; */
    padding: 10%;
    overflow: auto;

    background: linear-gradient(to bottom, #3655C5 1%,  #120336 10%);
}

/* 头部标题样式 */
.wx-top {
    margin-bottom: 98px;
}

.wx-top img{
    float: right;

    width: 20%;
    /* height: 331px; */
}

.wx-top-title {
    float: left;

    font-size: 45px;

    color: #fff;
}

/* 每一部分的标题样式 */
.wx-part-title {
    margin-bottom: 32px;

    font-size: 24px;

    color: #fff;
}

/* 信息走势样式 */
.wx-xxzs {
    float: left;

    width: 60%;
    padding-right: 5%;
}

.wx-xxzs-content {
    position: relative;

    height: 404px;
}

.wx-border-icon {
    position: absolute;
    
    border: 2px solid #fff;
}

.wx-border-icon.top-left {
    left: -2px;
    top: -2px;

    width: 15px;
    height: 14px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.wx-border-icon.top-right {
    right: -2px;
    top: -2px;

    width: 20px;
    height: 20px;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.wx-border-icon.bottom-left {
    bottom: -2px;
    left: -2px;

    width: 15px;
    height: 20px;
    border-top-color: transparent;
    border-right-color: transparent;
}

.wx-border-icon.bottom-right {
    bottom: -2px;
    right: -2px;

    width: 20px;
    height: 20px;
    border-top-color: transparent;
    border-left-color: transparent;
}



.wx-xxzs-contnt-echarts {
    height: 100%;
}

/* 热点新闻 */
.wx-rdxw {
    float: right;

    width: 40%;

}

.wx-rdxw-wrap-content {
    position: relative;
    /* width: 528px; */

    padding-top: 130px;
}

.wx-rdxw-top {
    position: absolute;
    top: 0;
    left: 0;

    height: 103px;
    width: 100%;
    padding-left: 186px;
}

.wx-rdxw-top img {
    position: absolute;
    left: 0;
    top: 0;

    width: 171px;
    height: 103px;
}

.wx-rdxw-content {
    position: absolute;
    height: 103px;

    overflow: hidden;
}

.wx-rdxw-content-title {
    /* margin-bottom: 15px; */

    font-size: 17px;

    color: #fff;

    margin-bottom: 10px;
}

.wx-rdxw-content-text {
    line-height: 26px;

    font-size: 16px;

    color: #fff;
}

.wx-rdxw-content a {
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 16px;

    text-decoration: none;

    cursor: pointer;

    color: #fff;
}

.wx-rdxw-list {
    padding: 0;
    margin: 0;
}

.wx-rdxw-list-item {
    position: relative;

    list-style: none;

    padding: 0 60px;
    margin-bottom: 15px;

    font-size: 16px;

    color: #fff;
}

.wx-rdxw-list-item:last-child {
    margin-bottom: 0;
}

.wx-rdxw-list-item a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: #fff;

    cursor: pointer;

    text-decoration: none;
}

.wx-rdxw-list-type {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wx-rdxw-list-date {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 舆情信息分布样式 */
.wx-content-part2,
.wx-content-part3 {
    margin-top: 88px;
}

.wx-yqxxfb {
    float: left;

    width: 60%;
    padding-right: 5%;
}

.wx-yqxxfb-content {
    position: relative;
    height: 375px;
}

.wx-yqxxfb-content-echarts {
    height: 100%;
}

/* 渠道来源分布 */
.wx-lyfb {
    float: right;

    width: 40%;
}

.wx-lyfb-pie {
    height: 192px;
}

.wx-lyfb-bar {
    height: 240px;
}

/* 网评区 */
.wx-wpq {
    float: left;

    width: 60%;

    padding-right: 5%;
}

.wx-wpq-list {
    padding: 0;
    margin: 0;

    font-size: 0;
}

.wx-wpq-list-item {
    display: inline-block;

    width: 50%;
    margin-top: 20px;

    list-style: none;
}

.wx-wpq-list-item a {
    display: inline-block;
    position: relative;

    height: 80px;
    padding-left: 92px;
    text-decoration: none;
    cursor: pointer;

    color: #fff;
}

.wx-wpq-list-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.wx-wpq-list-text {
    max-height: 80px;

    overflow: hidden;
}

.wx-wpq-list-time {
    font-size: 14px;
    line-height: 24px;
}

.wx-wpq-list-content {
    font-size: 18px;
    line-height: 27px;
}

/* 电力决策 */
.wx-dljc {
    float: left;

    width: 40%;

}

.wx-dljc-list {
    margin-bottom: 80px;
}

.wx-dljc a {
    float: left;
    text-decoration: none;
    width: 30%;
    height: 54px;
    margin-right: 5%;
    text-align: center;
    line-height: 54px;
    font-size: 20px;
    border-radius: 25px;
    color: #fff;
    background-color: #4179e3;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.wx-dljc a:last-child {
    margin-right: 0;
}

.wx-lxwm {
    font-size: 20px;
    color: #fff;
}

/* 舆情地域热力图 */
.wx-rlt-echart {
    height: 800px;
}

/* 页脚 */
.wx-footer {
    border-top: 1px solid #fff;
    margin-top: 60px;
    padding-top: 40px;

    text-align: center;

    font-size: 16px;
    color: #fff;
}