/*时政大框*/

.list-box .cur_plt_box {
    background-color: #eee6e5;
}

/*突发大框*/

.list-box .live_box {
    background-color: #ede8de;
}

.list-box .picText_box {
    background-color: #ffffff;
}

.list-box .normal_box {
    background-color: #ffffff;
}

.list-box .subject_box {
    background-color: #eee6e5;
}

.list-box .polity_std_box {
    background-color: #eee6e5;
}

/*突发,时政头部*/

.list-box .top-info {
    margin-top: 9px;
    margin-left: 9px;
    height: 15px;
    line-height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #5e5e5e;
    font-size: 11px;
}

/*突发,时政头部子元素*/

.list-box .top-info .type {
}

.list-box .top-info .num_img {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.list-box .top-info .num_span {
    margin-left: 5px;
    /*padding-top: 3px;*/
}

.list-box .top-info .split {
    margin-left: 5px;
    width: 1px;
    height: 11px;
}

.list-box .top-info .timer {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.list-box .top-info .public-time {
    margin-left: 5px;
    /*padding-top: 3px;*/
}

.list-box .main_text {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-box .cur_plt_box .main_text,
.list-box .live_box .main_text {
    height: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/*时政信息*/

.list-box .cur_plt_box .main_text {
    margin-top: 20px;
    padding: 0 9px;
    font-size: 18px;
    color: #897676;
    line-height: 26px;
    text-align: justify;
}

/*突发信息*/

.list-box .live_box .main_text {
    margin-top: 20px;
    padding: 0 9px;
    font-size: 18px;
    color: #978876;
    line-height: 26px;
    text-align: justify;
}

.list-box .picText_box .main_text {
  color: #46798e;
}

/*所有底部*/

.list-box .bottom-info {
    position: absolute;
    height: 14px;
    bottom: 9px;
    left: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    color: #5e5e5e;
}

.list-box .bottom-info img {
    width: 14px;
    height: 14px;
    display: inline-block;
}

.list-box .bottom-info .new {
    margin-left: 5px;
}

.list-box .bottom-info .time {
    margin-left: 5px;
    /*padding-top: 1px;*/
    /*margin-top: 2px;*/
}

/*普通框的图片*/

.list-box .big-pic {
    width: 100%;
    height: 135px;
}

/*普通头部*/

.list-box .normal-info {
    margin-top: 5px;
    margin-left: 9px;
    height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    color: #5e5e5e;
}

.list-box .normal-info .type {
}

.list-box .normal-info .num_img {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.list-box .normal-info .num_span {
    margin-left: 5px;
    /*padding-top: 3px;*/
}

.list-box .normal-info .split {
    margin-left: 5px;
    width: 1px;
    height: 11px;
}

.list-box .normal-info .timer {
    margin-left: 5px;
    width: 11px;
    height: 11px;
}

.list-box .normal-info .public-time {
    margin-left: 5px;
    /*padding-top: 3px;*/
}

.list-box .normal_box .main_text {
    /*width: 100%;*/
    margin-top: 3px;
    padding: 0 9px;
    font-size: 14.5px;
    color: #46798e;
    line-height: 18.5px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-box .polity_std_box .main_text {
    margin-top: 3px;
    padding: 0 9px;
    font-size: 14.5px;
    color: #897676;
    line-height: 18.5px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*专题*/
.subject_img_box {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.subject_info {
    margin-top: 5px;
    margin-left: 9px;
    height: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #5e5e5e;
}

.subject_info img {
    width: 8px;
    height: 8px;
}

.subject_info span {
    margin-left: 8px;
}

.subject_box .subject_des {
    width: 225px;
    margin-top: 3px;
    padding: 0 9px;
    font-size: 14.5px;
    color: #897676;
    line-height: 18.5px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.subject_box .subject_des:hover {
    cursor: pointer;
}

.subject_box .bottom-info:hover {
    cursor: pointer;
}

.subject_box .bottom-info img {
    margin-left: 5px;
}

.normal_img_box, .polity_std_img_box {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.big-pic {
    cursor: pointer;
    transition: all 0.6s;
}

.big-pic:hover {
    transform: scale(1.05);
}

.raidus {
    border-radius: 50%;
}

.subject_img_box .big-pic {
    width: 100%;
}