.font{
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
a{text-decoration: none;}
a:visited{ text-decoration:none; }
a:hover {text-decoration: none;}
[qrcode] {
    padding: 15px;
    border: 1px solid #EEE;
    width: 160px;
    height: 160px;
    margin: 15px auto 0;
    box-sizing: content-box;
}
.text {
    line-height: 30px;
    /*font-size: 15px;*/
    font-size: 16px;
    word-break: break-all;
}
.summary {
    padding: 20px 0;
    height: 90px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.pic-summary {
    height: 130px;
}
.summary img {
    float: left;
    width: 120px;
}
.summary .title {
    overflow: hidden;
    line-height: 27px;
}
.summary .title h3 {
    overflow: hidden;
    line-height: 1em;
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    text-rendering: optimizelegibility;
}
.summary .source {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
}
.summary .source .time,
.summary .source .pv {
    color: #999;
    margin-right: 30px;
}
.summary .status {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 20px;
    text-align: center;
    color: #666666;
    border: 1px solid #666666;
    border-radius: 3px;
}
.summary .status-1 {
    color: #666666;
    border-color: #666666;
}
.summary .status-2 {
    color: #f03733;
    border-color: #f03733;
}
.summary .status-3 {
    color: #32a042;
    border-color: #32a042;
}
.summary .audit-0 {
    color: #008efe;
    border-color: #008efe;
}
.notice-title {
    margin: 20px 0;
}

.page{height:70px;line-height:30px;padding-top:20px;text-align:center;font-size:1.2rem;font-size:12px}
.page a{
    display:inline-block;padding:0 12px;vertical-align:top;letter-spacing:normal;
    color:#333;
    background:#eee;
    margin:0 2px;cursor: pointer;
}
.page i{margin:0 2px}
.page a:hover{background:#666;color:#fff;}
.page .now{
    cursor:default;
    background:#666;
    color:#fff;
}


.message-box {
    border-top: 3px solid #FF8585;
    border-bottom: 3px solid #FF8585;
    padding: 10px 0 5px;
    position: relative;
    margin-top: 40px;
}
.message-box .status {
    color: #f33;
    font-size: 20px;
    padding-right: 10px; 
    float: left;
    position: absolute;
    top: -12px;
    background-color: #fff;
}
.message-box date {
    float: right;
    font-size: 14px;
    color: #FF8585;
    top: -14px;
    position: absolute;
    right: 0;
    background-color: #fff;
    line-height: 24px;
    padding-left: 10px;
}
.message-box .message {
    margin: 10px 0;
    font-size: 14px;
}
.relation-box {
    margin-top: 40px;
}
.list2 {
    border: 1px solid #E4E4E4;
    border-bottom: none;
    position: relative;
    padding-top: 15px;
}
.list2 .list-name {
    text-indent: 18px;
    min-width: 98px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #33A1FF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
}
.list2 .list-name:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    border-radius: 50%;
    background: #33A1FF;
    display: block;
}
.list2 .list-row {
    line-height: 45px;
    border-bottom: 1px solid #E4E4E4;
    margin-left: 20px;
}
.list2 .list-row:last-child {
    margin-left: 0;
    padding-left: 15px;
}
.list2 .list-row
.list2 .list-row i {
    margin-right: 20px;
    width: 20px;
}
.list2 .list-row i:before {
    font-size: 15px
}
.list2 .list-row .em {
    font-style: italic;
    font-weight: bold;
}
.data-box {
    word-break: break-all;
}
.data-box .item {
    margin: 20px auto 0;
}
.data-box .item-video {
    width: 640px;
    height: 360px;
}
.data-box .item-video iframe {
    width: 100%;
    height: 100%;
}
.data-box .item img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.ui-jplayer {
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #EEE;
}
.ui-jplayer:after {
    content: '';
    clear: both;
}
.ui-jplayer .status {
    float: left;
    width: 50px;
    text-align: center;
    color: #26BF8F;
    font-size: 18px;
    position: relative;
    z-index: 10;
}
.ui-jplayer i {
    width: 15px;
    height: 18px;
    background-image: url(images/jplay.png);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.ui-jplayer i.jp-play {
    background-position: 0 0;
}
.ui-jplayer i.jp-pause {
    background-position: -15px 0;
}
.ui-jplayer .jprogress {
    float: left;
    width: 100%;
    margin: 0 -80px 0 -50px;
    height: 100%;
}
.ui-jplayer .jprogress-inner {
    position: relative;
    height: 100%;
    margin: 0 80px 0 50px;
}
.ui-jplayer .jp-seek-bar {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background-color: #999;
}
.ui-jplayer .jp-play-bar {
    background-color: #26BF8F;
    width: 0%;
    height: 100%;
}
.ui-jplayer .jp-duration {
    float: left;
    width: 80px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.info {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 12px;
    color: #666;
}
.info author {
    margin-left: 10px;
}
.location {
    margin: 20px 0;
}
.location img {
    height: 20px;
}
.notice-content {
    text-indent: 2em;
    margin-top: 20px;
}
.notice-content p {
    margin-bottom: 10px;
}
.digg {
    border-radius: 30px;
}
.digged {
    border-radius: 30px!important;
    border: 1px solid #5DC430!important;
    color: #5DC430!important;
}

.handle-type-tab{
    width: 640px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    height: 40px;
    overflow: hidden;
}
.manage-show-tpl .handle-type-tab{
    width: 800px;
}
.handle-type-tab .handle-type{
    display: inline-block;
    cursor: pointer;
    /*background-color: #fff;*/
    padding: 0px 10px;
    height: 40px;
    box-sizing: border-box;
    /*width: 100px;*/
    float: left;
    max-width: 75px;
}

.handle-type-tab .handle-type a{
    display: inline-block;
    color: #a2c2fe;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "΢���ź�", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    width: auto;
    line-height: 20px;
    box-sizing: border-box;
    
}
.handle-type-tab .handle-type.active a{
    font-weight: 700;
    color : #007aff;
    border-bottom: 3px solid #007aff;
}
.notice-text{
    font-size: 12px;
    max-height: 267px;
    overflow: hidden;
}
.notice-more{
    text-align: center;
}

.ranking-list{
   /* margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #DFDFDF;*/
}
.ranking-list * {
    font-size: 14px;
    font-weight: normal;
}
.ranking-list table tbody tr{
    /*cursor: pointer;*/
}
.ranking-list table tbody th.icon{
    height: 35px;
    line-height: 35px;
    width: 45px;
    text-align: center;
}

.ranking-list table tbody th.icon{
    padding: 0;
    background: url("images/rank-list-default.png") no-repeat;
    background-position: center;
}
.ranking-list table tbody th.icon-1 {
    background-image: url("images/no1.png");
}
.ranking-list table tbody th.icon-2 {
    background-image: url("images/no2.png");
}
.ranking-list table tbody th.icon-3 {
    background-image: url("images/no3.png");
}
.ranking-list table tbody th.icon-1 span{
    display: none;
}
.ranking-list table tbody th.icon-2 span{
    display: none;
}
.ranking-list table tbody th.icon-3 span{
    display: none;
}
.ranking-list table tbody td{
    padding: 8xp 0px;
    padding-right: 5px;
}
/****************/
.thumb-box{
    display: inline-block;
    float: left;
    width: 120px;
    height: 90px;
    padding-right: 20px;
    position: relative;
    box-sizing: content-box;

}
.thumb-box img{
    margin: 0px;
    padding: 0px;
}

.pic-summary .video-btn{
    float: left;
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 90px;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    background: url("images/video-btn.png") no-repeat center;
    background-size: 35px 35px;
    z-index: 10;
}
/*****************/
.left-cont{
    min-height: 500px;
    padding: 0px;
}
/***************/
.content-data-item img{
    margin-top: 10px;
}

textarea{
    resize: none;
}

.empty-tip{
    min-height: 500px;
}
.empty-tip .text{
    display: inline-block;
    margin-top: 100px;
    color: #989898;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

/*---------------------------------0--------------------------------------------------------------*/
.nav-route{
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.ellipsis {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.left-cont * {
    box-sizing: border-box;
}
.left-cont .flt ,
.questions-content-box .flt{
    float: left;
}
.left-cont .frt ,
.questions-content-box .frt{
    float: right;
}
/*-----------幻灯片---------------*/
.left-cont .slide{
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: solid 1px #f4f4f4;
    position: relative;
}
.left-cont .slide #owl-demo {
    /*width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}
.left-cont .slide #owl-demo .owl-item {
    float: left;
}
.left-cont .slide #owl-demo .item {
    display: block;
    width: 680px;
    height: 360px;
    position: relative;
}
.left-cont .slide #owl-demo .item img{
    width: 100%;
    height: 100%;
    border: 0;
}
.left-cont .slide #owl-demo .item .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    padding-left: 20px;
}
.left-cont .slide #owl-demo .item .title span{
    width: 500px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.left-cont .slide #owl-demo .owl-controls {
    position: absolute;
    width: 95px;
    height: 22px;
    bottom: 5px;
    right: 0px;
    text-align: center;
    padding-right: 10px;
}
.left-cont .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #fff;
    overflow: hidden;
    float: left;
}
.left-cont .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #fff;
}
.left-cont .owl-controls .owl-prev {
    width: 50px;
    height: 50px;
    font-size: 30px;
    position: absolute;
    left: -535px;
    bottom: 165px;
    color: #fff;
    cursor: pointer;
}
.left-cont .slide .owl-controls .owl-prev{
    background: url("images/left.png") no-repeat left top;
}
.left-cont .slide .owl-controls .owl-next{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background: url("images/left.png") no-repeat left bottom;
}
.left-cont .owl-controls .owl-prev,.left-cont .owl-controls .owl-next {
    width: 27px;
    height: 40px;
    font-size: 30px;
    position: absolute;
    bottom: 165px;
    color: #666;
}
.left-cont .owl-controls .owl-prev{
    left: -565px;
}
.left-cont .owl-controls .owl-next{
    right: 15px;
}
    /*=-提问-----------------------------------------------------------*/
.left-cont .que-con {
    width: 100%;
    height: 545px;
    /* margin: 30px 0; */
}
.left-cont .que-con .con {
    width: 100%;
    height: 100%;
}
.left-cont .con .network-question {
    width: 310px;
    height: 100%;
}
.left-cont .con .department-question {
    width: 310px;
    height: 100%;
}
.left-cont .con .head{
    height: 35px;
    line-height: 35px;
    color: #379EF1;
    border-bottom: solid 1px #379EF1;
}
.left-cont .con .head .group{
    display: inline-block;
    width: 20px;
    height: 35px;
    float: left;
    background: url("images/group.png") no-repeat left center;
}
.left-cont .con .head .title {
    display: inline-block;
    font-size: 16px;
}
.left-cont .head .more {
    font-size: 12px;
    height: 30px;
    padding-top: 2px;
}
.left-cont .head .more a {
    color: #aaa;
}
.left-cont .head .more .addmore {
    float: right;
    width: 17px;
    height: 32px;
    background: url("images/more.png") no-repeat right center;
}
.left-cont .con  .content {
    width: 100%;
    height: 500px;
}
.left-cont .con  .content  ul{
    width: 100%;
    line-height: 100px;
}
.left-cont .con  .content  ul li {
    /* height: 100px; */
    width: 100%;
}
.left-cont .con  .content  ul li .name {
    width: 100%;
    /* height: 68px; */
    line-height: 25px;
    padding-top: 14px;
    font-size: 16px;
    color: #333;
}
.left-cont  ul li .details {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
}
.left-cont ul li .details .time{
    width: 125px;
}
.left-cont ul .state-box .state{
    height: 20px;
    line-height: 20px;
    border: solid 1px #333;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}
.left-cont ul .state-box  .state.replyed{
    color: #DDB7FE;
    border-color: #DDB7FE;
}
.left-cont ul .state-box .state.paudit{
     color: #FF7C00;
     border-color: #FF7C00;
 }
.left-cont ul .state-box .state.audited{
    color: #E84A4A;
    border-color: #E84A4A;
}
.left-cont ul .state-box .state.transferred{
    color: #017AFF;
    border-color: #017AFF;
}
.left-cont ul .state-box .state.end{
    color: #259D13;
    border-color: #259D13;
}
.left-cont ul .state-box .state.refuse,
.left-cont ul .state-box .state.eval{
    color: orange;
    border-color: orange;
}
.left-cont ul .state-box .state.refuse{
    width: 53px;
}
/*--------问题列表--------------------------------------------------------------------*/
.left-cont  .que-list {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.left-cont  .que-list .list {
    width: 100%;
    height: 100%;
}
.left-cont  .que-list .list .head{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: solid 1px #379EF1;
}
.left-cont  .que-list .list .head .tabs {
    height: 35px;
    line-height: 35px;
}
.left-cont  .que-list .list .head .tabs li {
    width: 95px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
}
.left-cont  .que-list .list .head .tabs li a{
    color: #333;
    font-size: 14px;
}
.left-cont  .que-list .list .head .tabs li.thistab {
    background: #379EF1;
    color: #fff;
}
.left-cont  .que-list .list .head .tabs li.thistab a{
    color: #fff;
}
.left-cont  .que-list .list .body {
    width: 100%;
    /*height: 750px;*/
    min-height: 180px;
}
.left-cont  .que-list .list .body ul{
    width: 100%;
    height:100%;
}
.left-cont  .que-list .list .body .tab_conbox{
    width: 100%;
    height: 100%;
}
.left-cont  .que-list .list .body .tab_con{
    width: 100%;
    height: 100%;
    display:none;
}
.left-cont  .que-list .list .body .tab_con ul li{
    width: 100%;
    height: 75px;
}
.left-cont  .que-list .list .body .tab_con ul li .name {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333;
}
/*----------右侧-------------------------------------------------------------------------------------------*/
.ranking-list .table thead th{
    font-size: 12px;
    color: #999;
}
.ranking-list .tab-head {
    width: 157px;
    height: 30px;
}
.ranking-list .tab-head>div {
    float: left;
    width: 33.3333%;
    color: #666;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
   /* border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;*/
    cursor: pointer;
}
.ranking-list .tab-head>div:first-of-type{
    border-left:none;
}
.ranking-list .tab-head>div.selected{
    color: #fff;
    background: #379EF1;
    border-bottom: none;
}
.ranking-list .table tbody tr td:last-of-type{
    /* color: #E84A4A; */
}
.report-list {
    width: 100%;
    margin-top: 15px;
    border: solid 1px #DFDFDF;;
}
.report-list .list-head {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #eee;
    font-size: 18px;
    padding: 0 10px;
}
.report-list .list-head>div{
    float: left;
}
.report-list .list-head .coler{
    width: 3px;
    height: 22px;
    margin: 9px 10px 0 0;
}
.comments-list .list-head .coler{
    background: orange;
}
.complete-list .list-head .coler{
    background: #13d195;
}
.report-list .list-con {
    width: 100%;
    padding: 5px 0 10px 0;
}
.report-list .list-con ul{
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
}
.report-list .list-con ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
/*--------详情-----------------------------------------------------------------*/
.politics-cont .info-title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 26px;
    text-align: center;
}
.politics-cont .info-head{
    margin-bottom: 20px;
}
.politics-cont .info-head .info-details {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.politics-cont .info-head .info-details ul{
    height: 30px;
    margin: 0 auto;
    width: 500px;
    position: relative;
    text-align: center;
}
.politics-cont .info-head .info-details ul li{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
}
.politics-cont .info-head .info-details ul li.type {
    padding-right: 0;
}
.politics-cont .info-head .info-details ul li.field {
    padding-left: 0;
}
.politics-cont .info-head .info-details ul .division {
    padding: 0;
}
.politics-cont .info-head .info-details ul .state-box {
    position: absolute;
    right: -45px;
    top:0;
}
.cont-box .accepted-state,
.cont-box  .evaluate {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px 0;
    color: #a7a7a7;
}
.cont-box .accepted-state.accepted{
    position: relative;
}
.cont-box .accepted-state.accepted .processing{
    position: absolute;
    top: 32px;
    left: 60px;
    width: 240px;
    line-height: 20px;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    font-size: 12px;
    color: #a7a7a7;
    display: none;
}
.cont-box .accepted-state.accepted .processing .sport {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #dfdfdf;
    margin-right: 5px;
    border-radius: 5px;
}
.cont-box .accepted-state.accepted .processing .sport:last-of-type{
    background: #379ef1;
}
.cont-box .accepted-state.accepted .processing .vertical {
    width: 100%;
    height: 10px;
    line-height: 15px;
}
.cont-box .accepted-state.accepted .processing .vertical:first-of-type{
    display: none;
}
.cont-box .accepted-state.accepted .processing .vertical:last-of-type span{
    background: #379ef1;
}
.cont-box .accepted-state.accepted .processing .vertical span{
    display: inline-block;
    width: 2px;
    height: 15px;
    background: #dfdfdf;
    margin-left: 1px;
}
.cont-box .accepted-state.accepted:hover{
    color: #379ef1;
}
.cont-box .accepted-state.accepted:hover .processing{
    display: block;
}
.cont-box .accepted-state>span{
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
}
.cont-box .accepted-state.accepted  .accepted-icon{
    float: left;
    height: 40px;
    width: 30px;
    background: url("images/success.png") no-repeat center center;
}
.cont-box .accepted-state  .text,
.cont-box  .evaluate .text {
    margin: 0 10px;
}
.cont-box  .accepted-state.bypassed .accepted-icon{
    float: left;
    height: 40px;
    width: 30px;
    background: url("images/tip.png") no-repeat center center;
}
/*回复*/
.cont-box .reply{
    border:solid 1px #379ef1;
    border-radius: 5px;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}
.cont-box .reply .reply-head{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #379ef1;
    padding-left: 40px;
    background: url("images/reply.png") no-repeat left center;
}
.cont-box .reply .reply-details {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.cont-box .reply .reply-details .department{
    color: #379ef1;
}
.cont-box .reply .reply-details .time {
    display: inline-block;
    margin-left: 30px;
    color: #bbb;
    font-size: 12px;
}
.reply-con {
    width: 100%;
    line-height: 25px;
    font-size: 14px;
}
.cont-box .reply .reply-details .reply-text{
    text-indent:35px;
    line-height: 25px;
}
.cont-box .deletion-questions {
    width: 100%;
    margin: 20px 0;
    height: 45px;
    line-height: 45px;
}
.cont-box .deletion-questions .del {
    width: 130px;
    height: 35px;
    line-height: 35px;
    background: #379ef1;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
}
/*评价*/
.cont-box .evaluate {
    color: #333;
    font-size: 16px;
}
.cont-box .evaluate>div {
    float: left;
}
.cont-box .evaluate .evaluate-icon{
    float: left;
    height: 40px;
    width: 30px;
}
.cont-box .evaluate .evaluate-icon.bad {
    background: url("images/bad.png") no-repeat center center;
}
.cont-box .evaluate .evaluate-icon.notbad {
    background: url("images/notbad.png") no-repeat center center;
}
.cont-box .evaluate .evaluate-icon.good {
    background: url("images/well.png") no-repeat center center;
}
.cont-box .evaluate .evaluate-text {
    color:#ec6941;
}
.cont-box .evaluate .evaluate-text.bad-text {
    color:#7ccd60;
}
/*进行评价*/
.cont-box .assess-box {
    width: 100%;
    margin: 20px 0;
}
.cont-box .assess-box .assess {
    width: 500px;
    height: 300px;
    margin: 0 auto;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 3px 5px rgba(0, 0, 0, .1);
    box-shadow:0 3px 5px rgba(0, 0, 0, .1);
}
.cont-box .assess .assess-head {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #379ef1;
    padding: 0 20px;
}
.cont-box .assess .assess-head .text{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
    border-bottom: solid 1px #dfdfdf;
}
.cont-box .assess .assess-con{
    height: 254px;
    width: 100%;
    padding-top: 20px;
}
.cont-box .assess .assess-con .assess-select{
    width: 100%;
    height: 46px;
}
.cont-box .assess .assess-con .assess-select span{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #666;
    border: solid 1px #e9e9e9;
    text-align: center;
    border-radius: 25px;
    cursor: pointer;
    margin: 13px 0 0 25px;
}
.cont-box .assess .assess-con .assess-btn {
    width: 200px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #379ef1;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 38px;
}
.cont-box .assess-box .assess-head .icon-img {
    float: left;
    width: 20px;
    height: 20px;
    background: url("images/pingjia.png") no-repeat top left;
    margin: 13px 5px 0 0;
}
.cont-box .assess .assess-con .assess-select span.selected{
    background: #f3faff;
    color: #379ef1;
    border: solid 1px #379ef1;
}
.cont-box .assess .assess-con .assess-select .classify {
    width: 125px;
    height: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.left-cont .content-data {
    width: 100%;
    height: auto;
}

.left-cont .content-data .image img {
    max-width: 100%;
    max-height: 100%;
}
table a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*------列表---------------------------------------------------------*/
.hide{
    display: none;
}
.list-content-box{
    width: 100%;
    height:auto;
    min-height: 600px;
    border: solid 1px #efefef;
    position: relative;
    padding-bottom: 70px;
}
.list-content-box * {
    box-sizing: border-box;
}
.list-content-box .list-head {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: solid 1px #efefef;
    overflow: hidden;
}
.list-content-box .list-head .ps-scrollbar-y-rail {
    display: none!important;
}
.list-content-box .list-head ul {
    min-width: 1108px;
    max-width: 3000px;
    height: 100%;
    padding-left: 40px;
}
.list-content-box .list-head ul li {
    height: 60px;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin-right: 35px;
    cursor: pointer;
    padding: 0 35px;
}
.list-content-box .list-head ul li.selected{
    border-bottom: solid 4px #379ef1;
}
.list-content-box .list-head ul li.selected a {
    color: #379ef1;
}
.list-content-box .list-content {
    width: 100%;
    padding: 30px 40px;
    padding-top: 10px;
}
.list-content-box .list-content .table {
    width: 100%;
    height: auto;
}
.list-content-box .list-content .table thead {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #efefef;
    font-size: 16px;
    color: #379ef1;
}
.list-content-box .list-content .table thead th{
    font-weight: normal;
}
.list-content-box .list-content .table thead .theme{
    width: 450px;
    padding-left: 20px;
}
.list-content-box .list-content .table thead .author{
    width: 160px;
}
.list-content-box .list-content .table thead .company{
    width: 160px;
}
.list-content-box .list-content .table thead .time{
    width: 140px;
}
.list-content-box .list-content .table thead .state{
    width: 85px;
}
.list-content-box .list-content .table tbody  tr {
    height: 40px;
    line-height: 40px;
}
/*我的提问*/
.list-content-box .list-content ul{
    width: 100%;
    line-height: 85px;
}
.list-content-box .list-content ul li{
    width: 100%;
    height: 90px;
    border-bottom: solid 1px #efefef;
    padding-right: 35px;
}
.list-content-box .list-content ul li .list-con-head{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.list-content-box .list-content ul li .list-con-head .list-title {
    line-height: 50px;
    height: 50px;
    width: 710px;
    float: left;
}
.list-content-box .list-content ul li .list-con-head .list-state {
    float: right;
}
.list-content-box ul .state-box .state{
    width: 55px;
    height: 20px;
    line-height: 20px;
    border: solid 1px #333;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}
.list-content-box ul .state-box  .state.replyed{
    color: #DDB7FE;
    border-color: #DDB7FE;
    cursor: pointer;
}
.list-content-box ul .state-box .state.paudit{
    color: #FF7C00;
    border-color: #FF7C00;
}
.list-content-box ul .state-box .state.audited{
    color: #E84A4A;
    border-color: #E84A4A;
}
.list-content-box ul .state-box .state.transferred{
    color: #017AFF;
    border-color: #017AFF;
}
.list-content-box ul .state-box .state.end{
    color: #259D13;
    border-color: #259D13;
}
.list-content-box .list-content ul .state-box .state.refuse,
.list-content-box .list-content ul .state-box .state.evaluate{
    color: orange;
    border-color: orange;
}
.list-content-box .list-content ul .state-box .state.refuse{
    width: 78px;
}
.list-content-box ul .list-con-detial {
    width: 100%;
    height: 35px;
    line-height: 25px;
    color: #999;
    font-size: 14px;
}
.list-content-box ul .list-con-detial .accepted-state {
    float: right;
}
.list-content-box .accepted-state.accepted  .accepted-icon{
    float: left;
    height: 18px;
    width: 18px;
    background: url("images/success.png") no-repeat center center;
    background-size: 100% 100%;
    margin: 5px 7px 0 0;
}
/*-----我要提问----------------------------------------------------------------------------*/
.questions-content-box{
    width: 100%;
    height: auto;
    padding: 10px 40px 30px 40px;
}
.questions-content-box .questions-title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
}
.questions-content-box .tip {
    width: 610px;
    height:50px;
    line-height: 50px;
    color: #8f8f8f;
    font-size: 12px;
    margin: 0 auto;
}
.questions-content-box .con{
    width: 100%;
    padding: 0 60px;
}
.questions-content-box .con .info {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
}
.questions-content-box .con .info input[type=text] {
    border: solid 1px #dfdfdf;
    color: #adadad;
    width: 260px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    outline: none;
    border-radius: 5px;
}
.questions-content-box .con .prompt {
    color: #adadad;
}
.questions-content-box .con .info .telephone-code {
    width: 120px!important;
}
.questions-content-box .con .info .get-code,
.questions-content-box .con .info .set-counter{
    color: #379ef1;
    display: inline-block;
    margin-left: 15px;
}
.questions-content-box .con .info .set-counter{
    display: none;
}
.questions-content-box .con .info #title {
    width: 430px;
    padding-right: 45px;
}
.questions-content-box .con .info .que-title-box {
    position: relative;
    display: inline-block;
}
.questions-content-box .con .info .que-title-box .words {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 13px;
    right: 4px;
    color: #adadad;
}
.questions-content-box .con .info.content{
    height: 230px;
    margin-top: 20px;
}
.questions-content-box .con .info.content textarea {
    border: solid 1px #dfdfdf;
    color: #adadad;
    border-radius: 5px;
    width: 708px;
    height: 200px;
    line-height: 25px;
    outline: none;
    padding: 5px 10px;
}
.questions-content-box .con .info.content .to-top{
    height: 20px;
    line-height: 20px;
}
.questions-content-box .con .add-file{
    width: 100%;
    line-height: 90px;
}
.questions-content-box .con .que-btn{
    margin-bottom: 40px;
}
.questions-content-box .con .submit-btn {
    width: 140px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #379ef1;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
}
.questions-content-box .con .anonymous {
    height: 35px;
    line-height: 35px;
    margin: 0 25px 0 280px;
}
.questions-content-box .con .anonymous label{
    font-weight: normal;
    color: #adadad;
}
.questions-content-box .con .anonymous-btn{
    margin-right: 5px;
}
/*-公告弹出框-*/
.notice-popup-box{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 9;
}
.notice-popup-box .notice-box {
    position: absolute;
    top:50%;
    left: 50%;
    width: 500px;
    height: 350px;
    margin-left: -250px;
    margin-top: -200px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.notice-popup-box .notice-head {
    width: 100%;
    height: 65px;
    background: #379ef1;
    color:#fff;
    text-align: center;
    position:relative;
}
.notice-popup-box .notice-head p {
    margin:0;
}
.notice-popup-box .notice-head .notice-title {
    height: 40px;
    line-height: 45px;
    font-size: 17px;
}
.notice-popup-box .notice-head .notice-time {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.notice-popup-box .notice-content{
    width: 100%;
    height: 200px;
    padding: 10px 20px;
}
.notice-popup-box .notice-content .notice-text {
    width: 460px;
    height: 100%;
    overflow: hidden;
    border: none;
    position: relative;
}
#notice-content .ps-scrollbar-x-rail{
    display: none!important;
}
.notice-popup-box .close-notice{
    width: 85px;
    height:30px;
    line-height:30px;
    border:solid 1px #379ef1;
    border-radius: 5px;
    color: #379ef1;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}
.notice-popup-box .close-notice:hover{
    color: #fff;
    background: #379ef1;
}
/*---图形验证码---------*/

.normal-questions-tpl .img-captcha-box {
    background: rgba(0, 0, 0,0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    z-index: 11;
    display: none;
}
.normal-questions-tpl .img-captcha-box>div {
    position: absolute;
    width: 300px;
    height: 166px;
    top:50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background: #fff;
}
.normal-questions-tpl .img-captcha-box .captcha {
    margin: 10px auto;
}
.normal-questions-tpl .img-captcha-box .captcha-title {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    padding: 0 20px;
}
.normal-questions-tpl .img-captcha-box .captcha-title .close {
    font-size: 17px;
    line-height: 40px;
}
.normal-questions-tpl .img-captcha-box .define{
    width: 140px;
    height: 35px;
    line-height: 35px;
    background-color: #0099E4;
    margin: 22px auto;
    text-align: center;
    font-size: 15px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: "Microsoft yahei", 微软雅黑, Tahoma, Verdana, Arial, sans-serif;
    border-radius: 5px;
}
.normal-questions-tpl .captcha {
    border: 1px solid #D7D7D7;
    position: relative;
    line-height: 40px;
    height: 42px;
    overflow: hidden;
    width: 250px;
    margin-top: 20px;
}

.normal-questions-tpl .captcha input {
    width: 150px;
    height: 38px;
    padding: 5px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 40px;
    font-family: "Microsoft yahei", 微软雅黑, Tahoma, Verdana, Arial, sans-serif;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
    outline: none;
}

.normal-questions-tpl .captcha img {
    vertical-align: top;
    border: none;
    position: absolute;
    cursor: pointer;
    top: -1px;
    right: -1px;
}
.normal-questions-tpl .row .sms-captcha {
    display: none;
}
/*---分页------------------------------------------------------------*/
#page,
#list-page{
    list-style: none;
    margin: 0 auto;
    /*width: 380px;*/
    width:420px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
#page>li,#list-page>li{
    width: 35px;
    height: 35px;
    line-height: 25px;
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
#page .pageItem,#list-page .pageItem{
    border: solid thin #DDDDDD;
    margin: 5px;
}
#page .pageItemActive,#list-page .pageItemActive{
    border: solid thin #0099FF;
    margin: 5px;
    background-color: #0099FF;
    color:white;
}
#page .pageItem:hover,#list-page .pageItem:hover{
    border: solid thin #0099FF;
    background-color: #0099FF;
    color:white;
}
#page .pageItemDisable,#list-page .pageItemDisable{
    border: solid thin #DDDDDD;
    margin: 5px;
    background-color: #DDDDDD;
}
.ov .ranking-list .tab-head{
    position: absolute;
    top:17px;
    right: 0;
}
.list-content-box .nocon-img {
    width: 566px;
    height: 360px;
    margin:0 auto;
    background:url(images/nocontent.png) no-repeat center center;
}
.normal-questions-tpl .error-tip{
    color: #f00;
}
.normal-mylist-tpl .list-content-box .state-box .state{
    padding: 3px 5px;
    width: 65px;
    height: 25px;
}
.normal-mylist-tpl .list-content-box .text {
    font-size: 14px;
}
.normal-questions-tpl.self-modal-open,.normal-questions-tpl.modal-open{
    overflow: auto;
    padding: 0!important;
}

.touch-model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
    background: black;
    opacity: .5;
    z-index: 5;
}
.touch {
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-225px;
    margin-left:-225px;
    width: 450px;
    height: 450px;
    z-index: 6;
    background: white;
    border-radius: 10px;
}
.touch-title {
    height: 35px;
    background: #529DEA;
    text-align: center;
    line-height: 35px;
    color: white;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.touch-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-top-width: 1px;
    border-top-color: #f4f4f4;
    border-top-style: solid;
}
.touch-foot .button {
    width: 85px;
    height: 25px;
    border: 1px solid #529DEA;
    line-height: 25px;
    margin-left: 180px;
    margin-top: 8px;
    border-radius: 5px;
    color: #529DEA;
}
.touch-cont {
    padding: 20px;
}
.touch-cont p {
    padding-bottom: 20px;
}
#touchModel {
    display: none;
}
.questions-content-box .con .info select {
    border: solid 1px #dfdfdf;
    width: 160px;
    height: 40px;
    padding: 0 15px;
    color: #757575;
    line-height: 40px;
    outline: none;
    border-radius: 5px;
    display: inline-block;
}
.questions-content-box .con .info .label {
    width: 100px;
    height: 40px;
    float: left;
    color: #333;
    line-height: 60px;
    font-size: inherit;
    font-weight: normal;
    text-align: right;
    display: block;
}
.mapActions {
    margin-left: 90px;
    margin-top: 15px;
}
.questions-content-box .con .name {
    float: left;
}
.questions-content-box .tip {
    width: 850px;
    height: 50px;
    line-height: 50px;
    color: #9c9c9c;
    font-size: 18px;
    margin: 0 auto;
    background: #FCF0F0;
    text-align: center;
    border-radius: 5px;
}
.questions-content-box .tip a {
    color: #ED5D57;
}

/* 问政列表页新增样式 */
.cont {
    display: flex;
    padding: 20px 0;
}
.cont .contleft {
    width: 320px;
}
.cont .contleft img {
	width:360px; height:270px;
	/*width: 320px;
    height: 180px;*/
}
.contright ul li {
    list-style-type: disc;
    color: darkgray;
    margin-bottom: 8px
}
.contright ul li a {
    color: #000;
}
.cont .contright{
    margin-left:80px;
}
