div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    text-align:left;
}
.sidebar-menu{
  overflow: auto;
  padding: 0px 0px 50px 0px;
  scrollbar-width: thin;
}
.sidebar-menu:hover {
  overflow: auto;
}
.content {
  min-height: 250px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.skin-red .main-header .logo,.skin-red .main-header .navbar
{
	background-color: #296DC1;
}
.skin-red .main-header .logo:hover
{
	background-color: #164E93;
}
.skin-red .main-header .navbar .sidebar-toggle:hover
{
	background-color: #164E93;
}

.skin-red .sidebar-menu > li:hover > a, .skin-red .sidebar-menu > li.active > a
{
	background: #164E93;
  border-left-color: #296DC1;
}

.skin-red .wrapper, .skin-red .main-sidebar, .skin-red .left-side{
	background: #033561;
}
.skin-red .sidebar a {
  color: #fff;
}
.skin-red .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #003B64;
}
.btn-success {
  background-color: #296DC1;
  border-color: #296DC1;
}
.btn-success:hover, .btn-success:active, .btn-success.hover {
  background-color: #164E93;
}
.btn-success:hover {
  color: #fff;
  background-color: #164E93;
  border-color: #164E93;
}

div.errors  ul li {
    background: url(../images/skin/exclamation.gif) 8px no-repeat;
    line-height: 20px;
    padding-left: 30px;
    list-style: none;
}

div.flashMessage {
    font-weight: bold;
    clear: both;
    background-repeat: no-repeat;
    padding: 10px 40px;
    margin: 0 auto;
    *margin: 13px auto;
    color: olive;
    background-image: url(../images/icon_success_lrg.gif);
    text-align: left;
}

div.login_errors {
    border: 0 solid red;
    color: #CC0000;
    margin: 5px 222px 0 -4px;
    padding: 5px;
    text-align: left;
}

.ztree li button.add_position {
   background-image:url(../icons/user_group.gif);
}

div.import_errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    text-align:left;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.lineKeepAll {
  white-space: nowrap;
  word-wrap: normal;
  word-break: keep-all;
}

.orgSearchTable{
	width:241px;
}
.bodyStyle {
	background-color: white;
}
.img_user_group_edit {
    background-image: url(../images/group_edit.png);
    _background-image: url(../images/group_edit.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    display:inline-block;
}
.msg_icon2 {
    background-image: url(../icons/tips02.jpg);
    background-repeat: no-repeat;
    width: 316px;
    height: 84px;
    padding: 10px 0 0 30px;
    background-position: 100% 100%;
}
.msg_icon4 {
    background-image: url(../icons/tips04.jpg);
    background-repeat: no-repeat;
    width: 316px;
    height: 84px;
    padding: 10px 0 0 30px;
    background-position: 100% 100%;
}.msg_icon4 span {
    font-size: 20px;
    font-weight: bold;
    color: #3c76da;
    display:inline-block;
    padding: 20px 0 0 100px;
}



.newIndex_formOne{
    background: #fff;
    /* padding: 15px; */
    /* border: 1px solid #dcdfe6; */
}
.formOne_btnBox{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.formOne_btnBox button{
    margin: 0 0 0 20px!important;
    width: auto;
}
.newIndex_formOne .box.box-default{
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #f2f3f7;
}
.newIndex_formOne .box-body{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.newIndex_formOne .box-header .box-title{
    font-size: 16px;
}
.newIndex_formOne .box-header.with-border{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
}
.formOne_input{
    display: flex;
    align-items: center;
    margin-left: 0!important;
}
.formOne_input>label{
    width: 100px;
    margin-right: 10px;
    font-weight: normal;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.formOne_input>label>span{
    color: red;
}
.formOne_input .input-group.date,.formOne_input>input,.formOne_input .select2-container,.formOne_input textarea{
    width: calc( 100% - 110px)!important;
}
.formOne_input .input-group.date,.formOne_input>input,.formOne_input textarea{
    width: calc( 100% - 110px)!important;
    background-color: #fff!important;
}
.formOne_input .select2-container--default.select2-container--disabled .select2-selection--single,.formOne_input .form-control[readonly]{
    background-color: #fff!important;
}
.formOne_input input[type=file]{
    background: #fff;
    height: 34px;
    line-height: 34px;
}
.formOne_icheck{
    height: 34px;
    background: #fff;
    width: calc( 100% - 110px)!important;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.formOne_icheck label{
    font-weight: normal;
    margin: 0 20px 0 0;
}
.formOne_icheck .iradio_minimal-red{
    margin-right: 10px;
    top: -2px;
}
.formOne_input textarea{
    font-size: 14px;
}
.newIndex_list{
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 15px 15px 0 15px;
    padding: 15px;
}
.newIndex_list_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.newIndex_list_top form{
    display: flex;
    align-items: center;
}
.newIndex_list_top form input{
    width: 250px;
    margin-right: 20px;
    font-size: 14px;
}
.newIndex_list>.panel{
    margin-bottom: 20px;
}
.newIndex_list_btnBox{
    display: flex;
}
.newIndex_list_btnBox button{
    margin: 0 0 0 5px!important;
    font-size: 12px;
}
.newIndex .content-wrapper{
    padding-left: 20px;
}
.topBreadcrumb{
    display: flex;
    color: #606266;
    font-size: 13px;
    padding: 15px 15px 0 15px;
    margin: 0;
}
.topBreadcrumb li a{
    color: #606266;
    font-size: 13px;
}
.topBreadcrumb li{
    list-style: none;
    cursor: pointer;
}
.topBreadcrumb span{
    margin: 0 15px;
}
.formOne_btnBox_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #dcdfe6 solid 2px;
    width: 100%;
    margin-bottom: 20px;
}
.formOne_btnBox_tab ul{
    display: flex;
    align-items: center;
    margin-bottom: -2px;
    padding: 0;
}
.formOne_btnBox_tab ul li{
    list-style: none;
    color: #606266;
    font-size: 13px;
    padding: 15px 0;
    border-bottom: #dcdfe6 solid 2px;
    margin-right: 35px;
    cursor: pointer;
}
.formOne_btnBox_tab ul li.active{
    color: #128ffa;
    border-bottom: #128ffa solid 2px;
}
.btnBox_tabBox .box.box-default{
    display: none;
}
.btnBox_tabBox .box.box-default.active{
    display: block;
}
.newIndex_list .easyui-linkbutton{
    color: #4381e6;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
}
.newIndex_list .easyui-linkbutton:hover{
    color: #66b1ff;
}
#avatarDiv img,#personalSealDiv img{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.flexcenter{
    display: flex;
    align-items: center;
}
.content-wrapper{
    /* display: inline-block; */
}
.newSelectForm>.form-group{
    margin-bottom: 0;
    width: 100%;
    margin: 0;
}
.newSelectForm{
    /* margin-left: 0!important;
    margin-right: 0!important; */
}
.newSelectForm>.form-group>label {
    width: 100px!important;
    text-align: right!important;
    margin-right: 10px!important;
    font-weight: normal!important;
    height: 34px!important;
    line-height: 34px!important;
    padding: 0!important;
}
.newSelectForm>.form-group>div{
    width: calc( 100% - 110px)!important;
    background-color: #fff!important;
    padding: 0!important;
}
.newSelectForm>.form-group>div .select2-container{
    width: 100%!important;
}
.wrapper{
    background-color: #ecf0f5!important;
}
.pd_15{
    padding: 0 15px 15px 15px;
}
.flexButton{
    display: flex;
}
.flexButton button{
    height: 34px;
    margin: 0 15px 0 0!important;
}
.formOne_input .radio-inline{
    padding-top: 0;
    margin-bottom: 5px;
}
.newAddressSelect .select2-container{
    width: 100%!important;
}
.tlbarAbtn a{
    color: #333;
}
.tlbarAbtn a i{
    margin-right: 5px;
}
.integratedIndex_top{
    display: flex;
    flex-wrap: wrap;
}
.integratedIndex_left{
    width: 330px;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}
.userLogoimg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 80px;
}
.integratedIndex_right{
    width: calc( 100% - 345px);
    margin-left: 15px;
}
.integratedIndex_titone{
    margin-top: 20px;
}
.integratedIndex_tittwo{
    margin-top: 20px;
    font-weight: bold;
}
.integrated_boxone{
    display: flex;
    align-items: center;
}
.integrated_boxone>div{
    width: 50%;
    text-align: center;
}
.integrated_boxone{
    margin: 50px 0;
}
.integratedIndex_titthree{
    color: #487dd6;
    font-size: 26px;
    margin-bottom: 10px;
}
.integrated_ulone{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.integrated_ulone li{
    width: calc( 25% - 10px);
    margin-right: 13px;
    list-style: none;
    padding: 20px;
    margin-bottom: 15px;
}
.integrated_ulone li a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.integrated_ulone li:last-child{
    margin-right: 0;
}
.integrated_ulone li:first-child, .integrated_ulone li:nth-child(4n+1){
    background-color: #4685e2;
}
.integrated_ulone li:nth-child(2), .integrated_ulone li:nth-child(4n+2){
    background-color: #e4a247;
}
.integrated_ulone li:nth-child(3), .integrated_ulone li:nth-child(4n+3){
    background-color: #f26e6e;
}
.integrated_ulone li:nth-child(4), .integrated_ulone li:nth-child(4n+4){
    background-color: #489be2;
    margin-right: 0;
}
.ulone_titone{
    font-size: 26px;
}
.integratedIndex{
    padding: 0;
    border-style: none;
    background-color: rgba(0, 0, 0, 0);
}
.integrated_ulone li a i{
    font-size: 30px;
}
.integrated_boxtwo{
    display: flex;
    flex-wrap: wrap;
}
.integrated_boxtwo_left{
    width: calc( 100% - 315px);
    background-color: #fff;
    height: 268px;
}
.integrated_boxtwo_right{
    width: 300px;
    margin-left: 15px;
    background-color: #fff;
    padding: 15px;
    height: 268px;
}
.integrated_topone{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 16px;
    color: #333;
    border-bottom: #ededed solid 1px;
}
.integrated_topone i{
    color: #848786;
    cursor: pointer;
}
.fa-ellipsis-h-box{
    position: relative;
}
.fa-ellipsis-h-info{
    display: none;
    position: absolute;
    width: 150px;
    background-color: #fff;
    padding: 5px 10px;
}
.integrated_boxthree{
    padding: 10px;
}
.integrated_boxthree table{
    margin-bottom: 0;
}
.right_quarter{
    display: flex;
    color: #4d79cd;
    justify-content: flex-end;
    font-size: 16px;
}
.right_quarter span{
    cursor: pointer;
}
.integratedIndex_titfour{
    color: #333;
    font-size: 16px;
    text-align: center;
}
.integratedchartInfo{
    display: flex;
}
.integratedchartInfo>div{
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
    color: #333;
}
.integratedchartInfo>div:first-child>div{
    width: 30px;
    height: 18px;
    border-radius: 4px;
    background-color: #4487cd;
    margin-right: 5px;
}
.integratedchartInfo>div:last-child>div{
    width: 30px;
    height: 15px;
    border-radius: 4px;
    background-color: #f26e6e;
    margin-right: 5px;
}
.integratedIndex_btm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
}
.integratedIndex_btm>div{
    width: 33%;
    background-color: #fff;
}
.ntegrated_btmul{
    padding: 10px;
}
.ntegrated_btmul li{
    padding-bottom: 10px;
    border-bottom: #ededed solid 1px;
    list-style: none;
    margin-bottom: 10px;
}
.ntegrated_btmul li:last-child{
    margin-bottom: 0;
    border-bottom-style: none;
    padding-bottom: 0;
}
.ntegrated_btmul li a{
    color: #515152;
    display: flex;
    align-items: center;
}
.ntegrated_btmul li a>div:first-child{
    width: 59%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ntegrated_btmul li a>div:nth-child(2){
    width: 39%;
    margin-left: 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.integratedIndex_btm>div:last-child{
    position: relative;
}
.integratedIndex_btm>div:last-child select{
    width: 90px;
}
.integratedIndex_btm>div:last-child .select2-container{
    position: absolute;
    right: 10px;
    top: 10px;
}
.integratedIndex_btm>div .integratedIndex_titfour{
    margin: 20px 0;
}
.integratedIndex_btm>div:last-child .pieLabel{
    display: none;
}
.weijiao{
    position: absolute;
    color: red;
    left: calc( 50% - 150px);
    top: 56%;
}
.yijiao{
    position: absolute;
    color:#0868b4;
    right: calc( 50% - 150px);
    top: 56%;
}
.mianjiao{
    position: absolute;
    color:green;
    right: calc( 50% - 150px);
    top: 32%;
}
.fillIn td{
    padding: 0!important;
}
.fillIn td div{
    padding: 8px;
    width: 100%;
    height: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.fillIn_divone>div>div:first-child{
    width: 80%;
}
.fillIn_divone>div>div:last-child{
    width: 20%;
}
.fillIn_divone>div{
    display: flex;
    border-bottom:#f4f4f4 solid 1px;
    padding: 0!important;
}

.fillIn_divone>div:last-child,.fillIn_divtwo div:last-child{
    border-bottom-style: none;
}
.fillIn_divone>div>div{
    border-right: #f4f4f4 solid 1px;
    height: 36px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fillIn_divone>div>div:last-child{
    border-right-style: none;
}
.fillIn_divtwo>div{
    padding: 0!important;
}
.fillIn_divtwo input{
    display: none;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    outline-style: none;
    border: 1px solid rgb(140, 182, 250);
    height: 36px;
}
.fillIn_thone{
    padding: 0!important;
}
.fillIn_thone>div:first-child{
    border-bottom: #f4f4f4 solid 1px;
    text-align: center;
    padding: 8px;
}
.fillIn_thone>div:last-child{
    display: flex;
    font-weight: normal;
    font-size: 13px;
}
.fillIn_thone>div:last-child>div:first-child,.fillIn_divtwo>div:first-child{
    width: 24%!important;
}
.fillIn_thone>div:last-child>div{
    width: 15.2%!important;
    border-right: #f4f4f4 solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
.fillIn_divtwo>div{
    width: 15.2%!important;
    border-right: #f4f4f4 solid 1px;
    padding: 8px 0;
}
.fillIn_thone>div:last-child>div:last-child,.fillIn_divtwo>div:last-child{
    border-right-style: none;
}
.fillIn_divtwo{
    display: flex;
}
.fillIn_divtwo>div>div{
    padding: 0!important;
    height: 36px;
}
.fillIn_divtwo_div,.fillIn_version>div:last-child>div>div{
    border: #8cb6fa solid 1px;
    border-radius: 2px;
}
.fillIn>thead>tr>th,.fillIn>tbody>tr>td{
    vertical-align: inherit!important;
}
.fillIn_version{
    display: flex;
}
.fillIn_version>div:first-child{
    padding: 8px;
    border-bottom: #f4f4f4 solid 1px;
    border-right: #f4f4f4 solid 1px;
    width: 30%;
}
.fillIn_version>div:last-child{
    width: 70%;
}
.fillIn_version>div:last-child>div>div,.fillIn_version>div:last-child>div>input{
    padding: 8px;
    width: 100%;
    height: 37px;
}
.padding_8{
    padding: 8px;
}
.changeVal{
    display: none;
}
.integrated_ultwo li{
    width: calc( 16.6% - 10px)!important;
    margin-right: 12px!important;
    background-color: #fff;
    padding: 10px 15px;
}
.integrated_ultwo li:nth-child(4), .integrated_ultwo li:nth-child(4n+4){
    margin-right: 13px!important;
}
.integrated_ultwo li:nth-child(6), .integrated_ultwo li:nth-child(6n+6){
    margin-right: 0!important;
}
.integrated_ultwo li a>div>div{
    width: 70%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.logoForm{
    margin-top: 30px;
}
.logoForm>.form-group>label{
    margin-bottom: 20px;
}
.logoForm>.form-group>label span{
    color: red;
}
.logoForm>.form-group{
    margin-bottom: 30px;
}
.logoForm_btn{
    text-align: center;
    margin-top: 20px;
}
.logoForm_btn button{
    border-radius: 4px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #0c64eb;
    border-style: none;
    color: #fff;
}
.logoForm_btn button i{
    margin-right: 5px;
}
.logoForm_tit{
    color: #0099cc;
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
}
.logoForm_time{
    color: #333;
    font-size: 14px;
    text-align: right;
    margin-bottom: 30px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.logoForm_time label{
    margin: 0;
}
.logoForm_iCheck{
    height: 34px;
    line-height: 34px;
}
.logoForm_iCheck>label{
    margin: 0;
    margin-right: 30px;
}
.logoForm_iCheck>label>.iradio_flat-green{
    margin-top: -2px;
}
.logoForm{
    padding-left: 30px;
    padding-right: 30px;
}
.logoForm_row{
    margin-bottom: 30px;
    display: flex;
    /* border: #0099cc solid 1px; */
    padding: 15px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.logoForm_row label span{
    color: red;
}


/* 优秀成果文件 */
.excellentFile-top{
    width: 100%;
    position: relative;
}
.excellentFile-top>img{
    width: 100%;
}
.excellentFile-btn1{
    background-image: url(../images/icon5.png);
    background-size: 100% 100%;
    width: 434px;
    height: 258px;
    top: 40px;
    left: 70px;
    position: absolute;
    padding-left: 25px;
}
.excellentFile-tit1{
    font-size: 34px;
	font-weight: normal;
	font-stretch: normal;
	color: #020202;
    text-align: center;
    padding-top: 70px;
}
.excellentFile-btn1 button{
    width: 100px;
	height: 38px;
	background-color: #fa600d;
	border-radius: 4px;
    font-size: 14px;
	line-height: 38px;
	color: #ffffff;
    border-style: none;
    outline-style: none;
    margin-left: calc( 50% - 50px);
    margin-top: 30px;
}
.excellentFile-btn{
    height: 34px;
	border-radius: 4px;
    font-size: 14px;
	line-height: 34px;
	color: #fa600d;
    padding: 0 10px;
    background-color: rgba(250,96,14,.1);
    margin-left: 20px;
    border-style: none;
}
.excellentFile-content{
    position: relative;
}
.excellentFile-content ul{
    display: flex;
    padding-left: 40px;
    padding-top: 30px;
}
.excellentFile-content ul li{
    list-style: none;
    margin-right: 90px;
}
.excellentFile-content ul li a{
    display: flex;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #010101;
    border-bottom: rgba(255,255,255,0) solid 3px;
    padding: 0 8px 13px 8px;
}
.excellentFile-content ul li.active a{
    border-bottom: #dd4b39 solid 3px;
    color: #dd4b39;
}
.excellentFile-tit2{
    display: flex;
    padding-bottom: 5px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #000000;
}
.box-footer ,.box-body{
  padding: 5px;
}
.excellentFile-tit2>img{
    width: 48px;
    height: 21px;
    margin-right: 20px;
    margin-top: 3px;
}
.excellentFile-info{
    padding-left: 40px;
    margin-top: 20px;
    padding-right: 30px;
    /* height: calc( 100vh - 460px); */
    /* border: red solid 1px; */
    overflow-x: hidden;
}
.excellentFile-tit3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc( 100% - 60px);
}
.excellentFile-tit3>div{
    width: 17%;
    background-color: #ffffff;
	box-shadow: 0px 4px 18px 0px 
		rgba(154, 123, 120, 0.22);
    background-image: url(../images/icon8.png);
    background-size: 100% 100%;
}
.excellentFile-tit4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	color: #000000;
    padding: 25px 20px 50px 20px;
}
.excellentFile-tit4 img{
    /* width: 55px; */
    height: 57px;
}
.excellentFile-tit5{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
    padding: 0 15px 10px 15px;
}
.excellentFile-tit6{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #010101;
	opacity: 0.6;
    padding: 0 15px 10px 15px;
}
.excellentFile-tit7{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #010101;
    line-height: 34px;
}
.content2Table{
    padding: 30px 0 10px 0;
    width: 100%;
    overflow-x: scroll;
}
.dataBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dataLeft{
    width: calc( 100% - 560px);
    padding: 20px;
    background-color: #ffffff;
    height: fit-content;
}
.dataRight{
    width: 545px;
}
.data-tit1{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
}
.data-ul1{
    display: flex;
    padding: 30px 0;
    border-bottom: #ecf0f5 solid 1px;
    margin-bottom: 30px;
}
.data-ul1 li{
    width: 25%;
    text-align: center;
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
    list-style: none;
}
.data-ul1 li>div:last-child{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
	opacity: 0.6;
    margin-top: 15px;
}
.data-ul2{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 15px 0 30px 0;
}
.data-ul2 li{
    width: 23%;
    height: 85px;
    background-color: #f6f7fb;
	border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
}
.data-ul2 li>div:first-child{
    display: flex;
    align-items: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
}
.data-ul2 li>div:first-child img{
    width: 33px;
	height: 33px;
    margin-right: 5px;
}
.data-ul3{
    display: flex;
    margin: 15px 0 30px 0;
    padding: 0;
}
.data-ul3 li{
    width: 32%;
    margin-right: 2%;
    background-size: 100% 100%;
    list-style: none;
    padding: 25px;
}
.data-ul3 li:last-child{
    margin-right: 0;
}
.data-ul3 li:nth-child(1){
    background-image: url(../images/icon19.png);
}
.data-ul3 li:nth-child(2){
    background-image: url(../images/icon20.png);
}
.data-ul3 li a{
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
}
.data-ul3 li a>div:first-child{
    width: 100%;
}
.data-ul3 li a>div:last-child{
    width: 98px;
	height: 29px;
	background-color: #296DC1;
	border-radius: 4px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	color: #ffffff;
    margin-top: 20px;
    text-align: center;
}
.dataRight-top{
    width: 100%;
    background-color: #ffffff;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
    margin-bottom: 15px;
}
.userImg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.userGrade{
    color: #3c8dbc;
    font-weight: bold;
    margin-left: 60px;
}
.dataRight-list{
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}
.dataRight-list-tit1{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
    padding-bottom: 15px;
    border-bottom: #ecf0f5 solid 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.dataRight-list-tit1 a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
	opacity: 0.4;
}
.dataRight-list ul{
    padding: 0;
}
.dataRight-list ul li{
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dataRight-list ul li a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	color: #000000;
    width: 100%;
}
.dataRight-list ul li:last-child{
    margin-bottom: 0;
}
.backTop{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.backTop:hover{
    background-color: rgba(0, 0, 0, .8);
}
.textList{
    margin-bottom: 20px;
}
.textList-tit1{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #010101;
    line-height: 16px;
    padding-left: 10px;
    border-left: #fa600d solid 4px;
}
.textList-ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
    margin-top: 35px;
}
.textList-ul li{
    width: 20%;
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	color: #99a1b0;
    margin-bottom: 35px;
    margin-right: 0!important;
}
.textList-ul li>div:first-child{
    display: flex;
    /* align-items: center; */
}
.textList-ul li img{
    width: 20px;
    height: 21px;
    margin-right: 13px;
    margin-top: -2px;
}
.textList-tit2{
    padding-left: 33px;
    font-size: 26px;
	font-weight: bold;
	color: #333333;
    margin-top: 15px;
}
.textList-tit3{
    font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.groupList{
    display: flex;
}
.groupList>div{
    min-width: 60px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin-right: 25px;
    cursor: pointer;
    border-radius: 2px;
    padding: 0 10px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.groupList>div.active{
    background-color: #fa600d;
    color: #ffffff;
}
.noLeftContent{
    width: calc( 100% - 30px);
    margin: 15px;
    background-color: #ffffff;
}
.expertReview-tit1{
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}
.noLeftContentInfo{
    padding: 15px;
    background-color: #ffffff;
}
.contentInfo{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #ecf0f5;
}
.reviewTable{
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #efefef;
    border-bottom-style: none;
    margin: 20px 0;
}
.reviewTable>div{
    width: 50%;
    display: flex;
    border-bottom: solid 1px #efefef;
}
.reviewTable-tit1{
    width: 160px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 1px;
	color: rgba(0,0,0,.6);
    background-color: #f7f8fa;
    text-align: right;
    padding: 10px;
    border-right: solid 1px #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reviewTable-tit2{
    width: calc( 100% - 160px);
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	color: #000000;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.noLeftContent-left{
    width: calc( 100% - 652px);
    background-color: #ffffff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.noLeftContent-right{
    width: 637px;
    background-color: #ffffff;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.reviewRightTable{
    width: 100%;
}
.reviewRightTable>div{
    display: flex;
    width: 100%;
}
.reviewRightTable>div>div{
    line-height: 20px;
    text-align: center;
    font-size: 12px;
	color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviewTableBottom{
    border-bottom: #efefef solid 1px;
}
.tableWidth1{
    width: 30px;
    border-right: #efefef solid 1px;
    padding: 0 10px;
}
.tableWidth2{
    width: 160px;
    border-right: #efefef solid 1px;
    padding: 0 10px;
}
.tableWidth3{
    width: 300px;
    border-right: #efefef solid 1px;
    padding: 0 10px;
}
.tableWidth4{
    width: 50px;
    border-right: #efefef solid 1px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tableWidth5{
    width: 80px;
}
.tableWidth6{
    padding: 10px;
    line-height: 20px;
    font-size: 12px;
	color: #000000;
}
.tableWidth7{
    display: flex;
    width: 100%;
}
.tableWidth8{
    width: 130px;
    border-right: #efefef solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tableWidth9{
    width: 590px;
    display: flex;
}
.tableWidth10{
    width: 560px;
}
.tableWidth11{
    width: 100px;
    border-right: #efefef solid 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tableWidth12{
    width: 530px;
}
.tableWidth12>div{
    width: 100%;
    display: flex;
}
.tableWidth13{
    width: 350px;
    border-right: #efefef solid 1px;
}
.tableWidth7>div:first-child{
    width: 30px;
    font-size: 12px;
	color: #000000;
    padding: 10px;
    line-height: 14px;
    border-right: #efefef solid 1px;
}
.reviewTableRotate{
    transform: rotate(90deg);
    width: 50px;
    height: 10px;
    line-height: 46px;
    margin: 15px 0;
}
.tableWidth7>div:nth-child(2){
    width: 130px;
}
.padding10{
    padding: 10px 0;
}
.tableWidth10>div{
    display: flex;
}
.reviewTableInput{
    width: 100%;
    height: 100%;
    outline-style: none;
}
#content5 .textList-ul li>div:first-child div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc( 100% - 38px);
}
.textList-tit4{
    display: flex;
    /* padding-left: 33px; */
    margin-top: 15px;
}
.textList-tit4>div{
    width: 20%;
    font-size: 15px;
    color: #000000;
}
.textList-tit4>div>div:first-child{
    color: #99a1b0;
}
.textList-tit4>div>div:last-child{
    font-size: 20px;
    margin-top: 5px;
}
@media (max-width: 1681px){
    .excellentFile-btn1{
        width: 360px;
        height: 205px;
    }
    .excellentFile-tit1{
        padding-top: 55px;
    }
    .excellentFile-btn1 button{
        margin-top: 15px;
    }
    .dataLeft{
        width: calc( 100% - 460px);
    }
    .dataRight{
        width: 445px;
    }
}
@media (max-width: 1367px){
    .excellentFile-btn1 {
        top: 30px;
        left: 60px;
        width: 320px;
        height: 185px;
    }
    .excellentFile-tit1 {
        padding-top: 45px;
        font-size: 30px;
    }
}
@media (max-width: 415px){
    .newSelectForm>.form-group>div{
        width: 100%!important;
    }
    .formOne_input{
        width: 100%!important;
    }
}


