body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "寰蒋闆呴粦", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #484848;
}

.pmain{
  width: 1100px;
    position:relative;
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
    color: #484848;
}
.pfilter{
    clear: both;
    overflow: hidden;
    background-color: #e7f3ff;
    padding: 5px 10px;
    margin-top:5px;
    height: 30px;
}
.ptitle{
    text-align: left;
    margin-top: 10px;

}
.pfilter_item{
    width: 125px;
    float: left;
    margin-right:20px;
    display: none;
}
.pfilter_item input{
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    border: 1px solid #aaa;
    font-size: 12px;
    padding: 7px 0px;
    padding-left:10px;
    margin-top: -1px;
}
.pfilter_title{
    float: left;
    text-align: right;
    line-height: 30px;
    margin-right:5px;
    display: none;
}
.pfilter_btn{
    float: right;
    margin-right: 10px;
    padding-top: 2px;
    display: none;
}
.searchBtn {
    border: 0;
    background: url(../../neusoft/img/icons.png) no-repeat;
    height: 26px;
    width: 100px;
    background-position:-842px 0;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    font-size: 16px;
    color: #fff;
}
.pfilter_condition{
    text-align: left;
    border-bottom: #E2E2E2 1px solid;
    /*overflow: hidden;*/
}
.pfilter2_item_td{
    padding: 0px 5px;
}
.pfilter_condition h4{
    background: #FFFFFF;
    clear: both;
    float: left;
    font-size: 12px;
    line-height: 24px;
    font-weight:100;
    padding: 0 24px 0px 0px;
    position: relative;
    z-index: 0;
    padding-left: 10px;
    border: #FFFFFF 1px solid;
    width: 50px;
    font-weight: 400;
}
.pfilter_condition .current{
    border: #E2E2E1 1px solid;
}
.pfilter_condition h4 i{
    background: url("../../gp/images/search_arrow.png") no-repeat scroll -27px 0;
    /*! border: medium none; */
    height: 22px;
    /*! margin: 0 0 0 8px; */
    /*! overflow: hidden; */
    padding: 0;
    position: absolute;
    top: 0;
    right:0;
    width: 23px;
}
.pfilter2_item_box{
    position: absolute;
    width: 79px;
    background-color: white;
    left: -1px;
    display: none;
    overflow: hidden;
    border: #E2E2E2 1px solid ;
    border-top:0px;
    padding-left: 5px;
}
.pfwscount{
    font-size: 25px;
    color: #ff9a04;
    font-weight: bold;
    float: left;
}

.pfilter_check_box{
    overflow: hidden;
}
.pfilter_check_box a{
    margin:5px;
}
.filter_clear :hover{
    color:#ffffff;
}
 A:hover{
    color:#008DD3;
}

.pfilter_check_box .filter_clear {
    background: #0066CB;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0px 5px;
    white-space: nowrap;
}
.pfilter2_item_box label{
    padding: 0px;
    margin: 0px;
}
.psort_box{
    width: 100%;
    border-bottom: #E2E2E2 1px solid ;
    border-left: #E2E2E2 1px solid ;
    border-right: #E2E2E2 1px solid ;
    overflow: hidden;
    box-sizing: border-box;
}

.psort_box_item{
    cursor:pointer;
    float: left;
    border-right: #E2E2E2 1px solid ;
    width: 10%;
    position:relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pMyCommit_box{
    cursor:pointer;
    float: right;
    position:relative;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-right: 10px;
}
.pMyCommit_box a img{
    position: relative;
    width: 12px;
    height: 11px;
    top: 1px;
}
.psort_box_item .click{
    text-decoration:underline;
    color:#2D75C0;
}
.psort_box_item .up{
    background: url("../../gp/images/search_arrow.png") no-repeat scroll -27px 0;
    /*! border: medium none; */
    height: 22px;
    /*! margin: 0 0 0 8px; */
    /*! overflow: hidden; */
    padding: 0;
    position: absolute;
    top: 2px;
    right:7px;
    width: 23px;
}
.psort_box_item .down{
    background: url("../../gp/images/search_arrow.png") no-repeat scroll -1px 0;
    /*! border: medium none; */
    height: 22px;
    /*! margin: 0 0 0 8px; */
    /*! overflow: hidden; */
    padding: 0;
    position: absolute;
    top: 2px;
    right:7px;
    width: 23px;
}
.pcontent div{
    box-sizing:border-box;
}
.pcontent{
    width: 100%;
    overflow: hidden;
    margin-top: 3px;
    position: relative;
}
.pcontent .plist_box{
    width:666px;
    float: left;
    min-height: 600px;
    border: #E2E2E2 1px solid ;
    text-align: center;
    cursor: pointer;
}
.plist_item{
    font-size: 14px;
    padding-top:10px ;
    padding-bottom:10px ;
    overflow: hidden;
    box-sizing:border-box;
}
.itemCurrent{
    background-color:#D0EBF7;
}
.plist_item div{
    box-sizing:border-box;
}
.plist_item .pjgName{
    width: 75%;
    text-align: left;
    padding-left: 30px;
}
.plist_item .pjgType{
   position: relative;
    width: 100px;
    text-align:left;
}
.plist_item .pjgType span{
    margin-left:40px;
}
.plist_item .pjgType img{
    margin-right:5px;
    width: 15px;
    height: 15px;
}
.pdetail_box{
    padding: 10px 10px;
    text-align: left;
    position: relative;
}
.pdetail_box div{
    overflow: hidden;
}
 .pop{
    position: absolute;
    margin-top: 3px;
     padding: 10px;
    background-color:rgba(3, 45, 80, 0.6);
    border: 1px solid #aaa;
    border-radius: 4px;
    text-align: center;
     width: 304px;
     font-size: 16px;
     z-index: 3;
     letter-spacing:1px;
     color: #ffffff;
     box-shadow: 0px 0px 2px #032D50;
}
@media \0screen\,screen\9 {/* 鍙敮鎸両E6銆�7銆�8 */
    .pop{
        background-color:#032D50;
        filter:Alpha(opacity=60);
        position:static; /* IE6銆�7銆�8鍙兘璁剧疆position:static(榛樿灞炴��) 锛屽惁鍒欎細瀵艰嚧瀛愬厓绱犵户鎵緼lpha鍊� */
        *zoom:1; /* 婵�娲籌E6銆�7鐨刪aslayout灞炴�э紝璁╁畠璇绘噦Alpha */
    }
    .pop p{
        position: relative;/* 璁剧疆瀛愬厓绱犱负鐩稿瀹氫綅锛屽彲璁╁瓙鍏冪礌涓嶇户鎵緼lpha鍊� */
    }
}

.pdetail_title{
    padding: 0px 10px;
    margin-bottom:10px;
}
.pdetail_title_name{
    width: 80%;
    font-weight: 400;
    color: black;
}
.pdetail_title_type{
    position: relative;
    width: 20%;
    text-align: left;
}
.pdetail_title_address{
    position: relative;
    padding: 2px 0px;
    width:100%;
}
.pdetail_title_tel{
    position: relative;
    width: 65%;
    color: #5371a3;
    padding-top: 2px;
}
.pdetail_title_score{
    position: relative;
    width: 35%;
    padding-top: 3px;
}
.pstar{
    top: -3px;
    position: relative;
}
.pstar30{
    top: -3px;
    position: relative;
    width: 40px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
.pdetail_item_title{
    font-weight: 400;
    color: black;
    padding-bottom: 25px;
}
.pdetail_item_type{
    width: 20%;
    text-align: left;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
}
.pdetail_item_contents{
    width: 80%;
    text-align: right;
    margin-bottom: 10px;
}
.pdeatail_contents_i{
    color: #4080bd;
    background-color: #e1eafb;
    padding: 3px 10px;
    display: inline-block;
    margin-left: 10px;
    width: 48px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.pdeatail_contents_i img{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    bottom:0px;
    margin: auto;
}
  .dlr{
    background: url("../../images/provider/icon_dlr.png") no-repeat scroll;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 0px;
    left:13px;
    width: 20px;
}
  .dlr_img{
    width: 15px;
    height: 15px;
      position: absolute;
      top: 0px;
      bottom: 0px;
      margin: auto;
      left: 19px;
  }
 .zx{
    background: url("../../images/provider/icon_zxjg.png") no-repeat scroll;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:100% 100%;
    background-size:100% 100%;
    height: 20px;
    padding: 0;
    position: absolute;
    top: 0px;
    left:13px;
    width: 20px;
}
.picon{
    width: 15px;
    height: 15px;
    vertical-align:middle;
}

.pcontent .linease{
    width: 95%;
    border-top: #E2E2E2 1px solid ;
    margin: 0 auto;
}
.pcontent .pdetail_box{
    width:429px;
    float: right;
    min-height: 631px;
    border: #E2E2E2 1px solid ;
}

.pdetail_title_type i{
    left: 0px;
}
.pdetail_item{
    margin-top: 10px;
    padding: 0px 10px;
    overflow: hidden;
}

.pdetail_item_year{
    width: 50%;
    text-align: center;
}

.pPageBox{
    width: 100%;
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 10px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.pPageBox span{
    cursor:pointer;
}
.pPageBox a{
    cursor:pointer;
}
.pPageBox a:hover{
    background-color:#A3BEDD;
    color: white;
    border-radius:4px;
}
.pPage_btn{
    display: inline-block;
    padding: 4px 8px;
    background-color:#19a4dd;
    color: white;
    border-radius:3px;
}
.pPage_i{
    display: inline-block;
    padding: 4px 8px;
}
.pPage_current{
    background-color:#19a4dd;
    color: white;
    border-radius:4px;
}
.pPage_first{
    margin-left: 10px;
}
.pEmpty{
    font-size: 22px;
    color: #bdb6b6;
    line-height: 150px;
}
.pPJ_btn{
     display: inline-block;
     padding: 4px 8px;
     background-color:#19a4dd;
     color: white;
     border-radius:3px;
     font-size: 20px;
     padding-left: 20px;
     padding-right: 20px;
 }
.pPJ_btn:active{
    background-color: #008DD3;
}
.loginTitle{
    color: #848484;
    font-size: 16px;
    margin:33px;
    margin-bottom:23px;
}
.dottedline{
    width: 95%;
    border-top: #E0E0E0 1px dashed ;
    margin: 0 auto;
}
.loginTitle2{
    color: #6D6D6D;
    font-size: 18px;
    margin-left:33px;
    margin-right:33px;
    margin-top:10px;
    margin-bottom:10px;
}
.loginBtn {
    border: 0;
    background: url(../../neusoft/img/icons.png) no-repeat;
    background-position:-842px 0;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    color: #fff;
    padding-bottom: 20px;
    width: 321px;
    height: 36px;
    margin-left: 33px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 5px;
    text-align: left;
    margin-left: 10px;
}
.loginInput{
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    border: 1px solid #aaa;
    font-size: 18px;
    padding: 7px 0px;
    padding-left:10px;
    width: 321px;
    box-sizing: border-box;
    margin-left: 33px;
    margin-bottom: 10px;
}
.loginCodeBox{
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    border: 1px solid #aaa;
    width: 321px;
    margin-left: 33px;
    height: 38px;
    line-height:20px;
    position: relative;
    margin-bottom: 10px;
}
.loginCodeInput{
    border: 0px;
    font-size: 18px;
    padding-left:10px;
    width: 201px;
}
.loginCodeBtn{
    width: 100px;
    border: 0;
    background: url(../../neusoft/img/icons.png) no-repeat;
    background-position:-842px 0;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top:3px;
}
.loginCodeBtn.disable{
    background-color: #95d6fa;
    cursor:no-drop;
    background-image:none!important;
}
.pdetail2_title_score{
    position: relative;
    width: 157px;
    text-align: center;
    font-size: 15px;
    padding-top: 35px;
    float: left;
}
.pdetail2_echartBox{
    width: 250px;
    height: 285px;
    float: right;
    text-align: center;
}
.echartBox{
    width: 249px;
    height: 250px;
}
.pdetail2_body{
    text-align: left;
    margin-top: 10px;
}
.pdetail2_body p{
    font-size: 12px;
    margin-top: 10px;
}
.pdetail2_body .dottedline{
    margin-top: 10px;
}
.pdetail2_body .pUpDown{
    top: -3px;
    position: relative;
    width: 25px;
    height: 25px;
    padding-right: 5px;
    padding-left: 15px;
}
.pEvaluate{
    color:#3986CA;
    font-size: 14px;
    cursor: pointer;
}
.picon_left{
    position: relative;
    width:12px;
    height: 16px;
    padding-left: 5px;
    top:3px;
}
.pdetail2_cont_box{
    background-color: #F3F3F3;
    padding: 16px 7px 7px;
    width: 100%;
}
.pdetail2_cont{
    width: 100%;
    border-radius: 8px;
    background-color: white;
    text-align: center;
}
.pdetail2_cont p{
    margin-top: 10px;
    font-size: 16px;
}
.pjBtn {
    border: 0;
    background-color: #1894E4;
    color: #fff;
    padding-bottom: 20px;
    width: 160px;
    height: 36px;
    margin-left: 33px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 20px;
}
.pjBtn:active{
    background-color: #8e9ad8;
}
.qkBtn {
    border: 0;
    background-color: #A9BAC2;
    transition: all 0.1s ease-in;
    color: #fff;
    padding-bottom: 20px;
    width: 160px;
    height: 36px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 20px;
}
.qkBtn:active
{
    background-color: #C1D1D8;
}
.pj_Box{
    text-align: left;
    margin-bottom: 20px;
}
.pj_item{
    display: block;
    width: 116px;
    margin-left: 7px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    color: #aaa;
    padding: 5px 0px;
    border-radius: 4px;
    text-align: center;
    letter-spacing:1px;
    margin-bottom: 7px;
    float: left;
    cursor: pointer;
    font-size: 14px;
}
.pj_item.active{
    border: 1px solid #008DD3;
    color: #008DD3;
}
.pdeatail_detial_contents{
    color: #4080bd;
    background-color: #e1eafb;
    padding: 3px 10px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    margin-top: 5px;
}
.pback{
    font-size: 16px;
    color:#008DD3;
    cursor: pointer;
}
.pback img{
    width: 20px;
    height: 20px;
    margin-left: 2px;
    vertical-align: text-bottom;
}
.evaluationBox{
    width: 100%;
}
.evaPageBox{
    width: 100%;
    font-size: 16px;
    background-color: #E9F1F6;
    padding: 0px 10px;
}
.evaPageBox img{
    vertical-align:middle;
}
.evaPageBox span{
    line-height:31px;
}
.evalFilter{
    display: block;
    width: 50px;
    margin-left: 15px;
    box-sizing: border-box;
    border: 1px solid #BABABA;
    color: #BABABA;
    padding: 2px 0px;
    border-radius: 4px;
    text-align: center;
    letter-spacing:1px;
    margin-bottom: 7px;
    float: left;
    cursor: pointer;
    font-size: 14px;
}
.evalFilter.active{
    border: 1px solid #FFD26F;
    color: #FFD26F;
}
.evaluationfilter{
    margin-top: 10px;
}
.evalItem_header{
    position: relative;
    height: 33px;
    color: #797979;
}
.evalItem_header img{
    position: absolute;
    margin:  auto;
    top: 0px;
    bottom: 0px;
    left: 10px;
    width: 18px;
    height: 18px;
}
.evalItem_time{
    position: absolute;
    right: 16px;
    line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    top :39%;

}
.select2-container .select2-selection--single .select2-selection__rendered{
    font-size:12px;
}
.select2-results__option{
    font-size: 12px;
}
.block{
    display: block;
}
.fl{
    float: left;
}
.psort_box_item .current{
    text-decoration: underline;
    color: #2D75C0;

}
.pp5{
    padding: 5px;
}
.pf10{
    padding-left: 10px !important;
}
.f12{
    font-size: 12px;
}
.f14{
    font-size: 14px;
}
.f16{
    font-size: 16px;
}
.w100{
    width: 100% !important;
}
.center{
    text-align: center;
}
button{
    cursor: pointer;
}
