﻿/**!
 * 青海省网上政务大厅-好差评
 * author: xiaolong;
 * date: 201901216
 */

.main-content {
    background-color: rgb(255, 255, 255);
    padding: 25px 30px 33px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px rgba(100, 98, 98, 0.21);
}

.evaluate {
    height: 252px;
}

.evaluate-total {
    /*float: left;
    position: relative;
    width: 240px;
    height: 252px;
    text-align: center;
    margin-right: 20px;
    background-color: #0b93f3;
    background-image: linear-gradient(180deg, #3977be, #2866ab);*/
    float: left;
    position: relative;
    width: 367px;
    height: 120px;
    text-align: center;
    margin-right: 20px;
    border-radius: 2px;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
    background-color: #2865aa;
    background-image: -moz-linear-gradient(
        180deg,
        #2865aa 0%,
        #4281c9 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        #2865aa 0%,
        #4281c9 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        #2865aa 0%,
        #4281c9 100%
    );
}

.evaluate-total:before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: url("../images/num-bg.png") left bottom no-repeat;
}

.evaluate-total .title {
    display: block;
    padding: 25px 0 20px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

.evaluate-total .value {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #f6ff00;
}

.evaluate-line {
    /*margin-left: 260px;*/
    height: 252px;
}

.row {
    margin-right: -20px;
}

.row .col {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 0 0;
}

.matter-info-header .text {
    float: left;
    padding-right: 15px;
    width: auto;
}

.sort-body {
    height: 464px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    overflow-y: auto;
    overflow-x: hidden;
}

/* 排名列表 */

.evaluate-list .item {
    padding: 12px 0 0;
}

.evaluate-list .item:first-child .order {
    background-color: #f93f3f;
}

.evaluate-list .item:nth-child(2) .order {
    background-color: #ffa904;
}

.evaluate-list .item:nth-child(3) .order {
    background-color: #04a6ff;
}

.evaluate-list .title {
    padding-left: 15px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.evaluate-list .order {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #a1b8c5;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}

.evaluate-list .name {
    padding-left: 7px;
    font-size: 16px;
    color: #333;
}

.evaluate-list .description {
    line-height: 34px;
    padding-left: 40px;
    /* margin-right: -28px; */
    color: #666;
}

.evaluate-list .description>span {
    float: left;
    width: 33.33%;
}

.evaluate-list .description em {
    color: #0680e8;
}

/* 部门排名 */

.department-body {
    height: 293px;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}

.department-pie {
    float: left;
    width: 40%;
    height: 293px;
}

.department-legend {
    float: left;
    width: 60%;
}

.department-legend ul {
    margin-right: -50px;
}

.department-legend .item {
    float: left;
    width: 50%;
    margin-top: 24px;
    padding-right: 50px;
    box-sizing: border-box;
    cursor: default;
}

.department-legend .item i {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.department-legend .item .icon1 {
    background-image: url("../images/icon01.png");
    background-color: #2ed3fb;
}

.department-legend .item .icon2 {
    background-color: #fb9025;
    background-image: url("../images/icon03.png");
}

.department-legend .item .icon3 {
    background-image: url("../images/icon05.png");
    background-color: #8881e3;
}

.department-legend .item .icon4 {
    background-image: url("../images/icon02.png");
    background-color: #fedb36;
}

.department-legend .item .icon5 {
    background-image: url("../images/icon04.png");
    background-color: #16bc6c;
}

.department-legend .item .name {
    display: block;
    font-size: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}

.department-legend .item .value {
    font-style: 14px;
    color: #666;
    line-height: 20px;
}

.department-legend .value em {
    padding-right: 8px;
    font-size: 24px;
    color: #333;
}

/* 大家都在评 */

.evaluate-body {
    max-height: 438px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 14px 14px 0;
    border: 1px solid #e5e5e5;
}

.comment-list {
    width: 100%;
    /* table-layout: fixed; */
}

.comment-list th {
    background-color: #ecf8ff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #009ef5;
    font-size: 16px;
}

.comment-list td {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #dedede;
}

.comment-list tr td:nth-child(1) {
    width: 23%;
}

.comment-list tr td:nth-child(2) {
    width: 33%;
}

.comment-list tr td:nth-child(3) {
    width: 15%;
}

.comment-list tr td:nth-child(4) {
    width: 17%;
}

.comment-list .matter-name {
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    padding: 11px 18px 0 12px;
    margin-bottom: 11px;
    line-height: 20px;
    text-align: left;
}

.comment-list .comment-score {
    display: block;
    width: 129px;
    height: 21px;
    margin: 0 auto;
    background: url("../images/new-star.png");
}

.comment-list .comment-score.score-0 {
    background-position: -135px 0;
}

.comment-list .comment-score.score-1 {
    background-position: -108px 0;
}

.comment-list .comment-score.score-2 {
    background-position: -81px 0;
}

.comment-list .comment-score.score-3 {
    background-position: -54px 0;
}

.comment-list .comment-score.score-4 {
    background-position: -27px 0;
}

.comment-list .comment-score.score-5 {
    background-position: 0 0;
}

.pager-wrap {
    padding: 20px 0;
    height: 26px;
}

.pager-wrap .total {
    float: left;
    line-height: 26px;
    font-size: 16px;
    color: #666;
}

.pager-wrap .total em {
    padding: 0 6px;
    color: #ff9000;
}

/* 地址选择 */

.location {
    padding-bottom: 20px;
}

.location>* {
    float: left;
    margin-right: 15px;
}

.location-name {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.chosen-container {
    font-size: 15px;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 13px;
    border-color: #f8fafd;
    box-shadow: none;
    background: #f8fafd;
    border-radius: 0;
    height: 32px;
    line-height: 30px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #f8fafd;
    box-shadow: none;
    background: #f8fafd;
}

.chosen-container .chosen-drop {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding-top: 8px;
}

.chosen-container .chosen-results {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 22px 0px rgba(153, 153, 153, 0.48);
    margin: 0;
    padding: 0;
    font-size: 14px;
    max-height: 380px;
}

.chosen-container .chosen-results li {
    line-height: 26px;
    padding: 5px 0;
    text-indent: 14px;
}

.chosen-container .chosen-results li.highlighted {
    background: none;
    color: #2868b1;
}

.chosen-container-single .chosen-single div b {
    background: url("../images/new-down.png") center 12px no-repeat;
}

.chosen-container-single .chosen-single div {
    width: 28px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center -8px;
}

.wfull {
	width: 100% !important;
}

.itemfull {
    width: 50%;
    float: left;
}

/* 0312修改 */
.evaluate-info-wrap {
    height: 120px;
    margin-right: -25px;
}

.evaluate-total.negative-value {
    background-image: -moz-linear-gradient( 180deg, #e06969 0%, #c74c4c 100%);
    background-image: -webkit-linear-gradient( 180deg, #e06969 0%, #c74c4c 100%);
    background-image: -ms-linear-gradient( 180deg, #e06969 0%, #c74c4c 100%);
}

.evaluate-total.negative-value::before {
    background: url("../images/evaluate-num.png") no-repeat left bottom;
}

.negative-value .value {
    color: #fff;
}

.evaluate-total.negative-ratio {
    background-image: -moz-linear-gradient( 180deg, #27a0ed 0%, #0986d5 100%);
    background-image: -webkit-linear-gradient( 180deg, #27a0ed 0%, #0986d5 100%);
    background-image: -ms-linear-gradient( 180deg, #27a0ed 0%, #0986d5 100%);
}

.evaluate-total.negative-ratio::before {
    background: url("../images/ratio-bg.png") no-repeat left bottom;
}

.negative-ratio .value {
    color: #fff;
}
