/* 初始化样式 */
html,body{overflow-x:hidden;font-size:16px;}
*{margin:0;padding:0;border:0;}
address,caption,cite,code,dfn,em,strong{font-weight:400;font-style:normal;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
input{margin:0;padding:0;outline:0;}
input::-webkit-input-placeholder{color:#A5AFBE;}
input::-ms-input-placeholder{color:#A5AFBE;}
input::-moz-placeholder{color:#A5AFBE;}
input[type=button],input[type=submit]{cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
img{border:0;}
li,ol,ul{list-style-type:none;}
.auto_1200{padding:0;width:1200px;}
.fl{float:left;}
.fr{float:right;}
a{color:#A5AFBE;}
a:hover{color:#5B8DFF;}
.fontBlue{color:#5B8DFF;}
.marginT10{margin-top:10px;}
.marginT15{margin-top:15px;}
.marginT20{margin-top:20px;}
.marginT25{margin-top:25px;}
.marginT30{margin-top:30px;}
.marginT50{margin-top:50px;}
.marginTB10{margin-top:10px;margin-bottom:10px;}
.marginTB15{margin-top:15px;margin-bottom:15px;}
.marginTB20{margin-top:20px;margin-bottom:20px;}
.marginTB25{margin-top:25px;margin-bottom:25px;}
.marginTB30{margin-top:30px;margin-bottom:30px;}

/* 全局样式 */
.content{min-height:100vh;}
.btn{display:inline-block;margin:0 4px;padding:0 15px;width:180px;height:46px;border-radius:6px;background:#5B8DFF;color:#fff;text-align:center;font-size:14px;line-height:46px;}
.btn:hover{color:#fff;}
.u-panel{padding:20px 0 20px 20px;width:100%;}
.u-title{position:relative;margin-top:26px;}
.u-title p{letter-spacing:2px;font-size:24px;}
.u-title p .ico{position:relative;top:-2px;display:inline-block;margin-right:10px;width:auto;height:24px;vertical-align:middle;}
.u-title p .ico img{display:block;width:auto;height:100%;}
.u-title .f-group{position:absolute;top:50%;right:0;width:250px;transform:translate(0,-50%);}
.u-title .f-search{position:relative;margin-top:25px;max-width:400px;border-radius:6px;background:#eff2f6;}
.u-title .f-search .text{padding:0 55px 0 20px;width:100%;height:44px;background:none;color:#888;font-size:16px;line-height:44px;}
.u-title .f-search .btn-search{position:absolute;top:0;right:0;display:block;width:44px;height:44px;background:url(../images/ico_20.png) no-repeat left center;}
.u-table{margin-top:26px;}
.u-table .h4{height:56px;background:#F6F8FE;color:#5B8DFF;text-align:center;letter-spacing:2px;font-weight:bold;font-size:20px;line-height:56px;}
.u-table .table table{width:100%;text-align:center;}
.u-table .table table tr th{background:#F6F8FE;color:#5B8DFF;font-weight:normal;font-size:18px;}
.u-table .table table tr th,.u-table .table table tr td{padding:6px 20px;height:58px;border:1px solid #ddd;}
.u-table .table table tr td{font-size:16px;}
.u-table .table table tr td.empty,.u-table .table table tr td.bgGray{background:#EFF2F7;}
.u-table .table .required{margin-left:4px;color:#f00;}
.u-file{margin-top:35px;}
.u-file .file{position:relative;margin-top:10px;padding-right:180px;border:1px solid #ddd;}
.u-file .file p{padding:0 20px;height:56px;line-height:56px;}
.u-file .file .btn-file{position:absolute;top:0;right:0;display:block;width:180px;height:56px;background:#eff2f6;color:#555;text-align:center;line-height:56px;}
.f-group{color:#888;text-align:left;}
.f-group .text{width:100%;height:36px;line-height:36px;}
.f-group .textarea{display:inline-block;margin:5px 0;width:100%;vertical-align:middle;resize:none;}
.f-group .select{padding:0 16px;width:100%;height:46px;border:1px solid #ddd;background:url(../images/ico_5.png) no-repeat 94% center;color:#888;font-size:16px;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.f-group .f-select{position:relative;width:100%;color:#888;}
.f-group .f-select .s-now{padding:0 16px;height:46px;border:1px solid #ddd;background:url(../images/ico_5.png) no-repeat 94% center;font-size:16px;line-height:46px;}
.f-group .f-select .s-more{position:absolute;top:100%;left:0;display:none;margin-top:-1px;padding:6px 0;width:100%;border:1px solid #ddd;background:#fff;}
.f-group .f-select .s-more a{display:block;margin:6px 0;padding:0 16px;color:#888;font-size:16px;}
.f-group .f-select .s-more a:hover{color:#5B8DFF;}
.f-group .f-select:hover .s-more{display:block;}
.f-group .select::-ms-expand{display:none;}
.f-group .radios{display:inline-block;margin-right:40px;vertical-align:middle;}
.f-group .radios .radio{position:absolute;opacity:0;}
.f-group .radios input[type=radio] + .radio-label:before{position:relative;top:2px;display:inline-block;margin-right:8px;width:18px;height:18px;border:1px solid #b4b4b4;border-radius:100%;content:'';vertical-align:top;text-align:center;cursor:pointer;-webkit-transition:all 250ms ease;transition:all 250ms ease;}
.f-group .radios input[type=radio]:checked + .radio-label:before{background-color:#5B8DFF;box-shadow:inset 0 0 0 4px #fff;}
.f-group .radios input[type=radio]:focus + .radio-label:before{outline:0;border-color:#5B8DFF;}
.f-group .radios input[type=radio]:disabled + .radio-label:before{border-color:#b4b4b4;background:#b4b4b4;box-shadow:inset 0 0 0 4px #f4f4f4;}
.f-group .radios input[type=radio] + .radio-label:empty:before{margin-right:0;}

/* 滚动条样式 */
.table{scrollbar-arrow-color:#EFF2F7;/**/  /*三角箭头的颜色*/  scrollbar-face-color:#5B8DFF;/**/  /*立体滚动条的颜色*/  scrollbar-3dlight-color:#5B8DFF;/**/  /*立体滚动条亮边的颜色*/  scrollbar-highlight-color:#5B8DFF;/**/  /*滚动条空白部分的颜色*/  scrollbar-shadow-color:#EFF2F7;/**/  /*立体滚动条阴影的颜色*/  scrollbar-darkshadow-color:#EFF2F7;/**/  /*立体滚动条强阴影的颜色*/  scrollbar-track-color:#EFF2F7;/**/  /*立体滚动条背景颜色*/  scrollbar-base-color:#5B8DFF;/**/  /*滚动条的基本颜色*/}
.table::-webkit-scrollbar-track{background-color:#EFF2F7;}
.table::-webkit-scrollbar{height:10px;background-color:#fff;}
.table::-webkit-scrollbar-thumb{background-color:#5B8DFF;}

/* 头部样式 */
.top{background:#5B8DFF;}
.top a{display:inline-block;height:80px;color:#fff;letter-spacing:4px;font-size:18px;line-height:80px;}
.top .ico{position:relative;top:-2px;display:inline-block;margin-right:6px;width:26px;height:30px;background-position:center center;background-repeat:no-repeat;vertical-align:middle;}
.top .ico.ico-apply{margin-right:12px;background-image:url(../images/ico_8.png);}
.top .ico.ico-set{background-image:url(../images/ico_9.png);}
.top .ico.ico-exit{background-image:url(../images/ico_10.png);}
.top .t-left{position:relative;width:180px;background:#5082F5;}
.top .t-left::before{position:absolute;top:0;right:100%;display:block;width:50vw;height:100%;background:#5082F5;content:"";}
.top .t-right{width:1020px;text-align:right;}
.top .t-right a{margin-left:25px;}

/* 分页样式 */
.Pages{margin-top:60px;color:#555;text-align:center;font-size:16px;}
.Pages *{display:inline-block;vertical-align:middle;}
.Pages a{margin:0 1px;padding:0 14px;height:44px;min-width:44px;border:1px solid #ececec;border-radius:4px;color:#555;line-height:44px;}
/*.Pages .p_cur,.Pages .p_count,.Pages .p_jump,.Pages .p_total,.Pages .a_first,.Pages .a_end{display:none;}*/
.Pages em{overflow:hidden;font-style:normal;}
.Pages .a_prev,.Pages .a_next{background-position:center center;background-repeat:no-repeat;text-indent:-999em;font-size:0;}
.Pages .a_prev{background-image:url(../images/ico_30.png);}
.Pages .a_next{background-image:url(../images/ico_32.png);}
.Pages .a_prev,.Pages .a_next,.Pages a:hover{background-color:#5B8DFF;color:#fff;}
.Pages em a.a_cur{border-color:#F6F8FE;background-color:#eff2f6;color:#555;}

/* 菜单样式 */
.menu{position:absolute;top:0;left:0;width:180px;height:100%;border-right:1px solid #e1e7ed;background:#F6F8FE;color:#5f656f;font-size:16px;}
.menu a{color:#5f656f;}
.menu::before{position:absolute;top:0;right:100%;display:block;width:50vh;height:100%;background:#F6F8FE;content:"";}
.menu .m-photo{margin-top:30px;}
.menu .m-photo .back{text-align:center;cursor:pointer;}
.menu .m-photo .back .img{position:relative;overflow:hidden;margin:0 auto;width:80px;height:80px;border-radius:50%;background:#ddd;}
.menu .m-photo .back .img img{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);}
.menu .m-photo .back .info{margin-top:18px;}
.menu .m-menu{margin-top:20px;}
.menu .m-menu li{border-bottom:1px solid #e2e2e2;}
.menu .m-menu li .back{position:relative;display:block;padding:0 30px 0 60px;height:56px;background-color:#5B8DFF;color:#fff;line-height:56px;}
.menu .m-menu li .back .ico{position:absolute;top:50%;left:30px;display:block;margin-top:-10px;width:24px;}
.menu .m-menu li .back img{display:block;max-width:100%;max-height:100%;}
.menu .m-menu li dt .back{padding-left:30px;border-radius:6px 0 0 6px;font-weight:600;font-size:18px;}
.menu .m-menu li dd{border-top:1px solid #e2e2e2;}
.menu .m-menu li dd .back{background-color:#F6F8FE;color:#5f656f;}
.menu .m-menu li dd .back img:last-of-type{display:none;}
.menu .m-menu li dd .back img:first-of-type{display:block;}
.menu .m-menu li dd:first-of-type{border:none;}
.menu .m-menu li dd.on .back,.menu .m-menu li dd:hover .back{background:url(../images/ico_34.png) no-repeat 90% center;color:#5B8DFF;}
.menu .m-menu li dd.on .back img:first-of-type,.menu .m-menu li dd:hover .back img:first-of-type{display:none;}
.menu .m-menu li dd.on .back img:last-of-type,.menu .m-menu li dd:hover .back img:last-of-type{display:block;}

/* 弹窗 */
.popupWind{position:absolute;top:0;left:0;display:none;width:100%;height:100%;background:rgba(255,255,255,0.8);}
.popupWind .back{position:absolute;padding-bottom:35px;width:600px;background:#fff;box-shadow:0 0 5px 1px #eee;text-align:center;}
.popupWind .back .h4{height:56px;border-radius:6px 6px 0 0;background:#5B8DFF;color:#fff;letter-spacing:2px;font-size:20px;line-height:56px;}
.popupWind .back .info{width:100%;}
.popupWind .back .btn-close{margin:0 4px;padding:0 15px;height:46px;min-width:180px;background:#5B8DFF;color:#fff;letter-spacing:4px;font-size:16px;line-height:46px;}
.popupWind .back.back-1{top:22vh;left:50%;margin-left:-300px;}
.popupWind .back.back-1 .info{padding:75px 35px;font-size:16px;}
.popupWind .back.back-2{top:22vh;left:50%;margin-left:-400px;width:800px;}
.popupWind .back.back-2 .info{padding:20px;}
.popupWind .back.back-2 .info .f-group{border:1px solid #e1e7ed;}
.popupWind .back.back-2 .info .f-group .textarea{margin:0;padding:12px 18px;height:190px;color:#5f656f;font-size:16px;line-height:24px;}
.popupWind .back.back-2 .btn-close{margin-top:20px;}
.popupWind .back.back-3{top:9vh;left:50%;margin-left:-400px;padding-bottom:45px;width:800px;}
.popupWind .back.back-3 .info{padding:20px 40px 40px;}
.popupWind .back.back-3 .info .table{padding:0;}
.popupWind .back.back-3 .info .table table{width:100%;}
.popupWind .back.back-3 .info .table table tr{background:#fff;}
.popupWind .back.back-3 .info .table table tr:nth-child(-n+4){background:#f9f9f9;}
.popupWind .back.back-3 .info .table table tr td{width:auto;height:52px;color:#888;}
.popupWind .back.back-3 .info .table table tr td:nth-child(1){width:155px;max-width:155px;background:#eff2f6;color:#555;}
.popupWind .back.back-3 .info .table table tr td:nth-child(3){color:#555;}
.popupWind .back.back-3 .info .table table tr td:nth-child(4){width:200px;max-width:200px;}
.popupWind .back.back-3 .info .table .btn{margin:2px;}
.popupWind .back.back-3 .info .table .required{margin-left:4px;color:#f00;}
.popupWind .back.back-3 .btn-group{margin:0;}
.popupWind .back.back-3 .btn-group .btn{margin:0 3px;padding:0 15px;height:46px;min-width:180px;background:#5B8DFF;color:#fff;letter-spacing:4px;font-size:16px;line-height:46px;}
.popupWind .back.back-4{top:9vh;left:50%;margin-left:-400px;padding-bottom:45px;width:800PX;}
.popupWind .back.back-4 .info{padding:20px 40px 40px;}
.popupWind .back.back-4 .info .table table{width:100%;}
.popupWind .back.back-4 .info .table table tr{background:#fff;}
.popupWind .back.back-4 .info .table table tr:nth-child(-n+4){background:#f9f9f9;}
.popupWind .back.back-4 .info .table table tr td{width:auto;color:#888;}
.popupWind .back.back-4 .info .table table tr td:nth-child(1){width:155px;max-width:155px;background:#eff2f6;color:#555;}
.popupWind .back.back-4 .info .table table tr td:nth-child(3){color:#555;}
.popupWind .back.back-4 .info .table table tr td:nth-child(4){width:200px;max-width:200px;}
.popupWind .back.back-4 .info .table .btn{margin:2px;}
.popupWind .back.back-4 .info .table .required{margin-left:4px;color:#f00;}
.popupWind .back.back-4 .btn-submit{margin:0 4px;padding:0 15px;height:46px;min-width:180px;background:#5B8DFF;color:#fff;letter-spacing:4px;font-size:16px;line-height:46px;}

/* 局部样式 */
.login{width:100%;min-height:100vh;background:url(../images/login_bg_1.jpg) no-repeat center bottom;background-size:cover;}
.login .sec1{padding:50px;text-align:center;}
.login .sec1 .logo{margin:0 auto;width:362px;}
.login .sec1 .logo a{position:relative;display:block;padding-bottom:18.23%;width:100%;}
.login .sec1 .logo img{position:absolute;top:50%;left:50%;display:block;width:100%;transform:translate(-50%,-50%);}
.login .sec1 .title{position:relative;display:inline-block;margin-top:72px;padding:0 70px;height:36px;color:#fff;line-height:36px;}
.login .sec1 .title::before,.login .sec1 .title::after{position:absolute;top:50%;right:0;display:block;margin-top:-1px;width:50px;height:2px;background:#fff;content:"";}
.login .sec1 .title::before{left:0;}
.login .sec1 .title p{letter-spacing:5px;font-size:36px;}
.login .sec1 .title2{margin-top:46px;}
.login .sec1 .title2 p {font-size:25px;}
.login .sec1 .f-box {
  width: 660px;
  min-height: 200px;
  margin: 50px auto 0;
  padding: 46px 150px;
  background: #fff url(../images/login_bg_1.png) no-repeat right bottom;
  border-radius: 12px;
}
.ggl{max-width: 664px;margin:0 auto;margin-top: 6px;}
.ggl dd{color:#fff;text-align: left;line-height: 36px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.ggl .more{margin-top:5%}
.ggl .more a{color:#fff;border:1px solid rgba(255,255,255,0.5);padding:5px 20px;font-size:14px;border-radius:2px}
.ggl .more a:hover{color:#fff;border:1px solid #5B8DFF;background:#5B8DFF;}
.ggl dd a{color:#fff;font-size: 14px;}
.ggl time{float:right;font-size: 13px;}
.login .sec1 .f-box{margin:50px auto 0;padding:46px 150px;width:660px;min-height:200px;border-radius:12px;background:#fff url(../images/login_bg_1.png) no-repeat right bottom;}
.login .sec1 .f-box .f-title{margin-bottom:30px;color:#5F656F;letter-spacing:4px;font-size:26px;}
.login .sec1 .f-box .f-group{position:relative;margin-top:20px;padding:0 15px 0 52px;border-radius:5px;background:#F6F8FE;}
.login .sec1 .f-box .f-group .text{width:100%;height:50px;background:none;line-height:50px;}
.login .sec1 .f-box .f-group .ico{position:absolute;top:50%;left:20px;display:block;margin-top:-10px;width:18px;height:20px;background-position:left center;background-repeat:no-repeat;}
.login .sec1 .f-box .f-group .ico.ico-user{background-image:url(../images/ico_1.png);}
.login .sec1 .f-box .f-group .ico.ico-password{background-image:url(../images/ico_2.png);}
.login .sec1 .f-box .f-hint{margin-top:12px;text-align:left;font-size:14px;}
.login .sec1 .f-box .f-hint a{color:#A5AFBE;text-decoration:underline;}
.login .sec1 .f-box .f-btn{margin-top:30px;}
.login .sec1 .f-box .f-btn .btn-login{display:inline-block;padding:0 10px;width:180px;height:42px;border-radius:4px;background:#5B8DFF;color:#fff;line-height:42px;}
.user{position:relative;padding-left:180px;min-height:100vh;}
.user .btn{margin:2px;padding:0 10px;width:auto;height:30px;min-width:80px;background:#eff2f6;color:#555;line-height:30px;}
.user .btn:hover{background:#5B8DFF;color:#fff;}
.user .submit-application{padding-bottom:100px;}
.user .submit-application .table-1 table tr td{padding:6px 10px;}
.user .submit-application .table-1 table tr td:nth-child(1){width:180px;max-width:185px;}
.user .submit-application .table-1 table tr td:nth-child(2){width:320px;max-width:320px;}
.user .submit-application .table-1 table tr td:nth-child(3){width:180px;max-width:180px;}
.user .submit-application .table-1 table tr td:nth-child(4){width:320px;max-width:320px;}
.user .submit-application .btn-group{margin-top:45px;text-align:center;}
.user .submit-application .btn-group .btn{margin:0 4px;padding:0 15px;width:180px;height:46px;background:#5B8DFF;color:#fff;font-size:16px;line-height:46px;}
.user .submit-application .table-2 table tr td{padding:6px 10px;}
.user .submit-application .table-2 table tr td:nth-child(1){width:150px;max-width:150px;}
.user .submit-application .table-2 table tr td:nth-child(2){width:400px;max-width:400px;}
.user .submit-application .table-2 table tr td:nth-child(3){width:150px;max-width:150px;}
.user .submit-application .table-2 table tr td:nth-child(4){width:150px;max-width:150px;}
.user .submit-application .table-2 table tr td:nth-child(5){width:150px;max-width:150px;color:#888;font-size:14px;}
.user .submit-application .table-3 table tr td{padding:6px 10px;}
.user .submit-application .table-3 table tr td:nth-child(1){width:180px;max-width:185px;}
.user .submit-application .table-3 table tr td:nth-child(2){width:320px;max-width:320px;}
.user .submit-application .table-3 table tr td:nth-child(3){width:180px;max-width:180px;}
.user .submit-application .table-3 table tr td:nth-child(4){width:320px;max-width:320px;}
.user .submit-application .table-3 table tr td.td-gray{background:#f9f9f9;}
.user .submit-application .table-3 table tr td.hastable{padding:0;}
.user .submit-application .table-3 table tr td table{margin:-1px;width:1000px;text-align:left;}
.user .submit-application .table-3 table tr td table td{padding:6px 25px;}
.user .submit-application .table-3 table tr td table td:nth-child(1){width:305px;max-width:305px;}
.user .submit-application .table-3 table tr td table td:nth-child(2){width:695px;max-width:695px;}
.user .check-pending{padding-bottom:88px;}
.user .check-pending .table table tr td:nth-child(1){width:460px;max-width:460px;}
.user .check-pending .table table tr td:nth-child(2),.user .check-pending .table table tr td:nth-child(3),.user .check-pending .table table tr td:nth-child(4){width:180px;max-width:180px;}
.user .pass-verification{position:relative;padding-bottom:88px;}
.user .pass-verification .table-1 table tr th{padding:6px 10px;}
.user .pass-verification .table-1 table tr td{padding:6px 10px;}
.user .pass-verification .table-1 table tr td:nth-child(1){width:160px;max-width:160px;}
.user .pass-verification .table-1 table tr td:nth-child(2){width:490px;max-width:490px;}
.user .pass-verification .table-1 table tr td:nth-child(3){width:190px;max-width:190px;}
.user .pass-verification .table-1 table tr td:nth-child(4){width:160px;max-width:160px;}
.user .pass-verification .table-2 table tr th{padding:6px 10px;}
.user .pass-verification .table-2 table tr td{padding:6px 10px;}
.user .pass-verification .table-2 table tr td:nth-child(1),.user .pass-verification .table-2 table tr td:nth-child(2){width:150px;max-width:150px;}
.user .pass-verification .table-2 table tr td:nth-child(3){width:390px;max-width:390px;}
.user .pass-verification .table-2 table tr td:nth-child(4){width:170px;max-width:170px;}
.user .pass-verification .table-2 table tr td:nth-child(5){width:140px;max-width:140px;}
.user .pass-verification .btn-group{margin-top:60px;text-align:center;}
.user .pass-verification .btn-group .btn{margin:0 4px;padding:0 15px;width:180px;height:46px;background:#5B8DFF;color:#fff;font-size:16px;line-height:46px;}
.user .pass-verification .popupWind .back.back-3 .info .table table tr{background:#f9f9f9;}
.user .be-returned{position:relative;padding-bottom:88px;}
.user .be-returned .table table tr td{padding:10px 15px;}
.user .be-returned .table table tr td:nth-child(1){width:455px;max-width:455px;}
.user .be-returned .table table tr td:nth-child(2),.user .be-returned .table table tr td:nth-child(3){width:180px;max-width:180px;}
.user .be-returned .table .btn{margin:2px;padding:0 10px;width:auto;height:30px;min-width:60px;background:#eff2f6;color:#555;line-height:30px;}
.user .be-returned .table .btn:hover{background:#5B8DFF;color:#fff;}
.user .awards{padding-bottom:88px;}
.user .awards .table{overflow:auto;padding-bottom:30px;}
.user .awards .table table{width:1140px;}
.user .awards .table table tr th{padding:10px;}
.user .awards .table table tr td{padding:10px 14px;}
.user .awards .table table tr td:nth-child(1){width:130px;max-width:130px;}
.user .awards .table table tr td:nth-child(2){width:130px;max-width:130px;}
.user .awards .table table tr td:nth-child(3){width:300px;max-width:300px;}
.user .awards .table table tr td:nth-child(4){width:120px;max-width:120px;}
.user .awards .table table tr td:nth-child(5){width:260px;max-width:260px;}
.user .awards .table table tr td:nth-child(6){width:200px;max-width:200px;}
.user .awards .table .btn{min-width:76px;}
.user .drafts{padding-bottom:88px;}
.user .drafts .table table tr td:nth-child(1){width:640px;max-width:640px;}
.user .drafts .table table tr td:nth-child(2){width:180px;max-width:180px;}
.user .drafts .table table tr td:nth-child(3){width:180px;max-width:180px;}
.user .drafts .table .btn{min-width:80px;}
.admin{position:relative;padding-left:180px;min-height:100vh;}
.admin .u-table{margin-top:20px;}
.admin .btn{margin:2px;padding:0 10px;width:auto;height:30px;min-width:80px;background:#eff2f6;color:#555;line-height:30px;}
.admin .btn:hover{background:#5B8DFF;color:#fff;}
.admin .u-title .f-group{top:100%;transform:translate(0,-100%);}
.admin .explain{margin-top:40px;color:#888;font-size:14px;line-height:24px;}
.admin .explain span{display:inline-block;max-width:620px;vertical-align:top;}
.admin .check-pending{position:relative;padding-bottom:88px;}
.admin .check-pending .table{overflow:auto;padding-bottom:30px;}
.admin .check-pending .table table{width:1170px;}
.admin .check-pending .table table tr th{padding:6px 10px;}
.admin .check-pending .table table tr td{padding:10px;}
.admin .check-pending .table table tr td:nth-child(1){width:330px;max-width:330px;}
.admin .check-pending .table table tr td:nth-child(2){width:120px;max-width:120px;}
.admin .check-pending .table table tr td:nth-child(3){width:330px;max-width:330px;}
.admin .check-pending .table table tr td:nth-child(4),.admin .check-pending .table table tr td:nth-child(5){width:120px;max-width:120px;}
.admin .check-pending .table table tr td:nth-child(6){width:170px;max-width:170px;}
.admin .check-pending .table .btn{min-width:65px;}
.admin .in-review{position:relative;padding-bottom:88px;}
.admin .in-review .table{overflow:auto;padding-bottom:30px;}
.admin .in-review .table tr:nth-child(2n+1){background:#f9f9f9;}
.admin .in-review .table tr th{padding:6px 10px;}
.admin .in-review .table tr td{padding:10px;}
.admin .in-review .table-1 table{width:3140px;}
.admin .in-review .table-1 table tr td:nth-child(1){width:135px;max-width:135px;}
.admin .in-review .table-1 table tr td:nth-child(2),.admin .in-review .table-1 table tr td:nth-child(4){width:330px;max-width:330px;}
.admin .in-review .table-1 table tr td:nth-child(3),.admin .in-review .table-1 table tr td:nth-child(5),.admin .in-review .table-1 table tr td:nth-child(6),.admin .in-review .table-1 table tr td:nth-child(11),.admin .in-review .table-1 table tr td:nth-child(12),.admin .in-review .table-1 table tr td:nth-child(13){width:120px;max-width:120px;}
.admin .in-review .table-1 table tr td:nth-child(7),.admin .in-review .table-1 table tr td:nth-child(8),.admin .in-review .table-1 table tr td:nth-child(9),.admin .in-review .table-1 table tr td:nth-child(10){width:240px;max-width:240px;}
.admin .in-review .table-1 table tr td:nth-child(14),.admin .in-review .table-1 table tr td:nth-child(15),.admin .in-review .table-1 table tr td:nth-child(17){width:180px;max-width:180px;}
.admin .in-review .table-1 table tr td:nth-child(16){width:125px;max-width:125px;}
.admin .in-review .table-1 span{font-size:14px;}
.admin .in-review .table-1 .required{margin-left:4px;color:#f00;}
.admin .in-review .table-1 .grade{display:inline-block;margin:0 2px;padding:0 10px;height:30px;min-width:45px;border:1px solid #ddd;background:#FBFBFB;vertical-align:middle;text-align:center;line-height:30px;}
.admin .in-review .table-2 table{width:3390px;}
.admin .in-review .table-2 table tr td:nth-child(1),.admin .in-review .table-2 table tr td:nth-child(2),.admin .in-review .table-2 table tr td:nth-child(19){width:130px;max-width:130px;}
.admin .in-review .table-2 table tr td:nth-child(3),.admin .in-review .table-2 table tr td:nth-child(5){width:330px;max-width:330px;}
.admin .in-review .table-2 table tr td:nth-child(4),.admin .in-review .table-2 table tr td:nth-child(10),.admin .in-review .table-2 table tr td:nth-child(14),.admin .in-review .table-2 table tr td:nth-child(15),.admin .in-review .table-2 table tr td:nth-child(16){width:120px;max-width:120px;}
.admin .in-review .table-2 table tr td:nth-child(6){width:110px;max-width:110px;}
.admin .in-review .table-2 table tr td:nth-child(7){width:205px;max-width:205px;}
.admin .in-review .table-2 table tr td:nth-child(8){width:195px;max-width:195px;}
.admin .in-review .table-2 table tr td:nth-child(9){width:150px;max-width:150px;}
.admin .in-review .table-2 table tr td:nth-child(11),.admin .in-review .table-2 table tr td:nth-child(12),.admin .in-review .table-2 table tr td:nth-child(13){width:240px;max-width:240px;}
.admin .in-review .table-2 table tr td:nth-child(17),.admin .in-review .table-2 table tr td:nth-child(18){width:180px;max-width:180px;}
.admin .in-review .table-2 span{font-size:14px;}
.admin .in-review .table-2 .required{margin-left:4px;color:#f00;}
.admin .in-review .table-2 .grade{display:inline-block;margin:0 2px;padding:0 10px;height:30px;min-width:45px;border:1px solid #ddd;background:#FBFBFB;vertical-align:middle;text-align:center;line-height:30px;}
.admin .summary-report{padding-bottom:88px;}
.admin .summary-report .table{overflow:auto;padding-bottom:30px;}
.admin .summary-report .table table tr:nth-child(2n+1){background:#f9f9f9;}
.admin .summary-report .table table tr th{padding:6px 10px;}
.admin .summary-report .table table tr td{padding:10px;}
.admin .summary-report .table-1 table{width:1490px;}
.admin .summary-report .table-1 table tr td:nth-child(1){width:130px;max-width:130px;}
.admin .summary-report .table-1 table tr td:nth-child(2){width:330px;max-width:330px;}
.admin .summary-report .table-1 table tr td:nth-child(3){width:120px;max-width:120px;}
.admin .summary-report .table-1 table tr td:nth-child(4){width:330px;max-width:330px;}
.admin .summary-report .table-1 table tr td:nth-child(5){width:120px;max-width:120px;}
.admin .summary-report .table-1 table tr td:nth-child(6){width:180px;max-width:180px;}
.admin .summary-report .table-1 table tr td:nth-child(7){width:150px;max-width:150px;}
.admin .summary-report .table-1 table tr td:nth-child(8){width:130px;max-width:130px;}
.admin .summary-report .table-2 table{width:1620px;}
.admin .summary-report .table-2 table tr td:nth-child(1),.admin .summary-report .table-2 table tr td:nth-child(2){width:130px;max-width:130px;}
.admin .summary-report .table-2 table tr td:nth-child(3){width:330px;max-width:330px;}
.admin .summary-report .table-2 table tr td:nth-child(4){width:120px;max-width:120px;}
.admin .summary-report .table-2 table tr td:nth-child(5){width:330px;max-width:330px;}
.admin .summary-report .table-2 table tr td:nth-child(6){width:120px;max-width:120px;}
.admin .summary-report .table-2 table tr td:nth-child(7){width:180px;max-width:180px;}
.admin .summary-report .table-2 table tr td:nth-child(8){width:150px;max-width:150px;}
.admin .summary-report .table-2 table tr td:nth-child(9){width:130px;max-width:130px;}
.admin .summary-report .table-3 table{width:1700px;}
.admin .summary-report .table-3 table tr td:nth-child(1),.admin .summary-report .table-3 table tr td:nth-child(2){width:130px;max-width:130px;}
.admin .summary-report .table-3 table tr td:nth-child(3){width:330px;max-width:330px;}
.admin .summary-report .table-3 table tr td:nth-child(4){width:120px;max-width:120px;}
.admin .summary-report .table-3 table tr td:nth-child(5){width:330px;max-width:330px;}
.admin .summary-report .table-3 table tr td:nth-child(6){width:120px;max-width:120px;}
.admin .summary-report .table-3 table tr td:nth-child(7){width:260px;max-width:260px;}
.admin .summary-report .table-3 table tr td:nth-child(8){width:150px;max-width:150px;}
.admin .summary-report .table-3 table tr td:nth-child(9){width:130px;max-width:130px;}

.f-group1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

/* 个人中心样式 */
.personalcenter{background:url(../images/personacenter_bg_1.jpg) no-repeat center bottom;}
.personalcenter .top{position:absolute;top:0;left:0;width:100%;}
.personalcenter .top .t-left{background:0 0;}
.personalcenter .top .t-left::before{display:none;}
.personalcenter .content{padding:80px 0;}
.personalcenter .p-photo .back{text-align:center;cursor:pointer;}
.personalcenter .p-photo .back .img{position:relative;overflow:hidden;margin:0 auto;width:80px;height:80px;border-radius:50%;background:#ddd;}
.personalcenter .p-photo .back .img img{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);}
.personalcenter .p-photo .back .info{margin-top:18px;color:#5f656f;}
.personalcenter .p-panel{margin:110px auto 0;width:460px;}
.personalcenter .p-panel .form{margin-top:40px;position: relative; left: -40px;}
.personalcenter .p-panel .item{padding-bottom:20px;color:#555;}
.personalcenter .p-panel .item-psd{display:none;}
.personalcenter .p-panel .item .i-left{float:left;width:100px;}
.personalcenter .p-panel .item .i-right{float:right;width:360px;}
.personalcenter .p-panel .item .label{display:block;padding-right:15px;width:100%;height:50px;color:#a5afbe;text-align:right;font-size:14px;line-height:50px;}
.personalcenter .p-panel .item .f-group{position:relative;}
.personalcenter .p-panel .item .ico{position:absolute;top:0;right:0;display:block;width:40px;height:100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}
.personalcenter .p-panel .item .ico-write{background-image:url(../images/ico_white.png);}
.personalcenter .p-panel .item .text{padding:0 42px 0 18px;width:100%;height:50px;border:0 solid #eee;border-radius:3px;background:#fff;color:#a5afbe;font-weight:400;line-height:normal;}
.personalcenter .p-panel .btn-group{margin-top:60px;padding-left:100px;}
.personalcenter .p-panel .btn-group .btn{display:block;margin:0 2px;width:100%;height:42px;border:0;color:#fff;text-align:center;font-size:16px;line-height:42px;cursor:pointer;}
.TextList000856{margin-top:10px}
.TextList000856 li{border-bottom: #f0f0f0 1px dashed;line-height:27px;padding:10px 0;list-style: none;}
.TextList000856 li:before{content:'';width:5px;height:5px;background: #5b8dff;display:block;border-radius:50%;float:left;margin-top:17px}
.TextList000856 li a{ padding-left:20px;color:#666; background:url(../images/TextList000746-icon.jpg) no-repeat 5px center;line-height:37px}
.TextList000856 li a:hover{ color:#5b8dff;}
.TextList000856 li time{ float:right; color:#999; font-size:13px; margin-left:10px;}

.RichInfo005{ padding:3% 0;}
.RichInfo005 .news_info .title{ text-align:center; padding-bottom:20px;}
.RichInfo005 .news_info .title h1{ margin:0; padding-bottom:15px; font-size:21px; font-weight:normal;color: #333}
.RichInfo005 .news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:10px;}
.RichInfo005 .news_info .title p span{ margin:0 5px;font-size: 16px;color: #666}
.RichInfo005 .news_info .info p{font-size: 16px;line-height:30px}
.RichInfo005 .news_info .info_back{ text-align:center; clear:both; padding:4% 0 3%;} 
.RichInfo005 .news_info .info_back a{ color:#5b8dff;border:1px solid #5b8dff;padding: 8px 27px; font-size:15px;}
.RichInfo005 .news_info .info_pn span{ display:block;line-height: 23px}
.RichInfo005 .news_info .info_pn span a{ color:#999;font-size:15px;}
.RichInfo005 .news_info .info_pn span a:hover{color:#5b8dff;}