123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740 |
- html,body{
- margin: 0;
- padding: 0;
- width: 100%;
- /*min-height:100%!important;*/
- height: auto;
-
- }
- a {
- margin: 0;
- padding: 0;
- }
- a:LINK {
- color: rgb(151, 0, 173);
- }
- img{
- border:0;
- }
- ul {
- margin: 0;
- padding: 0;
- }
- li {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
- .index_content{
- width: 100%;
- height:auto;
- margin: 0 auto;
-
- }
- .index_main_cursor{
- cursor: pointer;
- width: 90%;
- /* height:28px; */
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .con_d{
- margin-left: auto;
- width: 95%;
-
- }
- .index_main_cursor1{
- width: 58%;
- /* width: 35%; */
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- margin-left: 5%;
- text-overflow: ellipsis;
- font-size: 12px;
- }
- .index_main_cursor2{
- width: 35%;
- /* width: 58%; */
- display: inline-block;
- white-space: nowrap;
- overflow: hidden;
- margin-left: 2%;
- text-overflow: ellipsis;
- }
- .idx_ic_circle {
- background-image: url(/nwyj/images/index/list_point.png);
-
- background-repeat: no-repeat;
- background-position: 0 50%;
- padding: 0 5px 0 18px;
- display:inline-block;
- white-space:nowrap;
- word-break: keep-all;
- word-wrap: normal;
- }
- .idx_ic_circle:hover{
- color: blue;
- text-decoration: underline;
- }
- /* .close_hide{
- display:none !important;
- } */
- .fixItem {
- position: absolute;
- /* position: fixed;
- right: 20px;
- bottom: 200px;
- z-index: 999;*/
- top: 200px;
- right: 10px;
- z-index: 999;
- }
- .fixItem div{
- position:relative;
- margin-bottom: 3px;
- }
- .fixItem img{
- width:36px;
- height:36px;
- }
- .fixItem div:hover .floating_left{display:block;}
- .floating_left{
- position:absolute;
- left:-80px;
- top:0px;
- width:80px;
- height:36px;
- background-color:#78cbe2;
- border-bottom:solid 0px #78cbe2;
- text-align:center;
- line-height:36px;
- font-size:12px;
- color:#ffffff;
- display:none;
- cursor: pointer;
- }
- .conten{
- float: left;
- display: inline-block;
- }
- #left_list {
- width: 26%;
- list-style-type: none;
- margin: 0px 0.3% 0.3% 0.6%;
- }
- #right_list {
- width:72%;
- list-style-type: none;
- margin: 0px 0.3% 0.3% 0.6%;
- }
- #left_list .li_cont {
- position:relative;
- margin-top: 10px;
- min-width: 26%;
- height: auto;
- background: #fff;
- }
- #right_list .li_cont {
- position:relative;
- margin-top: 10px;
- min-width: 72%;
- height: auto;
- background: #fff;
- }
- .placeHolder {
- margin-top: 10px;
- background-color: #ffffec !important;
- border: dashed 1px gray !important;
- border-radius: 3px 3px 3px 3px;
- width:100%;
- height: 101%;
- }
- /* 锟斤拷锟斤拷锟斤拷锟斤拷 */
- li.li_cont{
- border: 1px solid #cdcaca;
- }
- .shedu_cont{
-
- box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
- rgba(0, 0, 0, 0.1);
- -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
- rgba(0, 0, 0, 0.1);
- -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
- rgba(0, 0, 0, 0.1);
- -ms-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
- rgba(0, 0, 0, 0.1);
- -o-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1), 1px 1px 4px
- rgba(0, 0, 0, 0.1);
- border: 1px solid #e7e7e7;
- }
- /* 锟斤拷锟斤拷锟斤拷锟斤拷锟�*/
- .content_title{
- border-bottom: 1px solid #cdcaca;
- position: relative;
- height:40px;
- line-height: 40px;
- width:100%;
- cursor: move;
- }
- /* 锟斤拷锟斤拷锟斤拷锟斤拷 */
- .title_text{
- padding-left:10px;
- font-size: 14px;
- font-weight: bold;
- font-family:"锟斤拷锟斤拷";
- color:#333333;
- width:100%;
- }
- /* 锟截闭帮拷钮 */
- .setModuleCont{
- top: 10px;
- right: 10px;
- position: absolute;
- border: 0px none;
- height: 19px;
- width:60px;
- display: inline-block;
- /* background-color: red; */
- }
- .setModuleCont span{
- margin-left:10px;
- border: 0px none;
- width: 19px;
- height: 19px;
- display: inline-block;
- }
- span.closeimg{
-
- }
- .closeimg img{
- width:24px;
- height:24px;
- vertical-align: sub;
- }
- .div_content{
- margin:10px 0;
- width:100%;
- }
- .iframe_cont{
- overflow:auto;
- width:98% !important;
- margin:10px auto !important;
- }
- /*锟剿碉拷模锟斤拷*/
- .cont_ul{
- /* height:100px; */
- margin:0 auto;
- width: 98% ;
- text-align: left;
- position: relative;
- /* display: inline-block; */
-
- }
- .menu_grid{
- /* float: left; */
- display: inline-block;
- text-align: center;
- margin: 0px 0px;
- width: 32%;
- border: 1px solid transparent;
- cursor: pointer;
- padding-bottom: 10px;
- }
- .menu_grid:hover{
- box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
- rgba(0, 0, 0, 0.2);
- -webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
- rgba(0, 0, 0, 0.2);
- -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
- rgba(0, 0, 0, 0.2);
- -ms-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
- rgba(0, 0, 0, 0.2);
- -o-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.2), 1px 1px 4px
- rgba(0, 0, 0, 0.2);
- border: 1px solid #ccc;
- }
- .menu_grid img{
- margin-top:10px;
- /* width:60px;
- height:60px; */
- width: 55%;
- /* height: 55%; */
- }
- .menu_text{
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width: 100%;
- margin-top:5px;
- font-size: 12px;
- }
- .ev_title{
- width:40px;
- padding-left: 10px;
- }
- /**表格*/
- .l-grid-header {
- border-bottom: 1px solid #c7c6c6;
- height: 32px;
- line-height: 120%!important;
- background:#e7e9e9 !important;
- overflow: hidden;
- width: 100%;
- }
- .l-grid-row-cell {
- border-right: 1px solid #c7c6c6;
- border-bottom: 1px solid #c7c6c6;
- text-align: center;
- }
- .l-grid-hd-cell {
- padding: 0;
- margin: 0;
- overflow: hidden;
- border-right: 1px solid #c7c6c6;
- text-align: center;
- }
- /**表格*/
- .dutyTable{
- min-height:88px;
- max-height:350px;
- overflow:auto;
- text-align: center;
- font-size: 14px;
- }
- .dutyTableCont{
- margin: 0px auto;
- width: 96%;
- font-size: 12px;
- }
- .date_tab_cont{
- position: absolute;
- top:8px;
- left:140px;
- }
- .changeDate{
- font-size:12px;
- margin: 0 8px;
- height: 25px;
- display: inline-block;
- line-height: 25px;
- border-radius: 5px;
- position:relative;
- behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
- padding: 0 10px;
- cursor: pointer;
- }
- .changeDate:hover{
- background: #5DECE6;
- }
- .selectDate{
- background: #5DECE6;
- }
- /**代办**/
- .caozuo{
- height:100%;
- line-height: 100%;
- }
- .caozuo_btn{
- background: #D9E0E7;
- cursor: pointer;
- height: 20px;
- line-height: 20px;
- display: inline-block;
- margin-top: 8px;
- padding: 2px 8px;
- }
- .caozuo_btn:hover{
- background:#7FF1B7
- }
- /**代办**/
- .l3_url_tab{
-
- margin: 10px auto;
- width: 90%;
- text-align: center;
- }
- .l3_url_tab div{
- position:relative;
- display:inline-block;
- width: 50%;
- }
- .l3_url_tab div span{
- /* border-radius: 7px;
- behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc); */
- cursor: pointer;
- }
- .l3_url_tab_span{
- height:27px;
- line-height:27px;
- margin-left: auto;
- display:inline-block;
- font-size:14px;
- background-color:#78cbe2;
- width:85%;
- color:#ffffff;
- }
- .url_li1{
- margin: 10px auto;
- width: 90%;
- }
- .url_list1{
- font-size: 12px;
- color: #78cbe2;
- line-height: 100%
- }
- .url_list1:hover{
- color: blue;
- text-decoration: underline;
- }
- .alert_title{
- margin:5px;
- padding-left:15px;
- height: 38px;
- line-height: 38px;
- font-size: 18px;
- color:#1f1f1f;
- background-color: #e7e9e9;
- z-index: 1;
- }
- .alert_cont{
- width:100%;
- overflow: hidden;
- z-index: -1;
- }
- .alert_cont ul{
- width:100%;
- display:inline-block;
- overflow: hidden;
- }
- .alert_cont li{
- width:90%;
- display:block;
- margin:5px auto;
- font-size: 14px;
- font-family: "锟斤拷锟斤拷";
- }
- .alert_cont_div{
- width: 100%;
- line-height: 150%;
- margin: 8px 0;
- padding-bottom:5px;
- border-bottom: 1px solid #E3E3E3;
- }
- .alert_cont_div a{
- color: #494949;
- }
- .alert_text{
- color: #227ead;
- font-size: small;
- }
- .ev_title {
- padding-left: 10px;
- margin-left: 5px;
- border-left: 2px solid #6aa725;
- display: inline-block;
- }
- hr {
- position: absolute;
- width: 94%;
- top: 6px;
- left: 50px;
- }
- .shijian_cont {
- position: relative;
- margin: 5px 0;
- }
- .shijian_info{
- height:80px;
- }
- .l4_cont1{
- margin: 0 0 0 auto;
- width: 95%;
- min-height: 90px;
- position: relative;
- }
- .l4_img_div_bg{
- background-image: url(/nwyj/images/index/module_img/user_photo.png);
- background-repeat: no-repeat;
- background-position: 0px 10px;
- padding: 0px 0px 0px 25%;
- display:inline-block;
- /* white-space:nowrap;
- word-break: keep-all;
- word-wrap: normal; */
- }
- .l4_cont1_right{
- /* float: left; */
- margin-top:0;
-
- min-height: 70px;
- max-width: 100%;
-
- }
- .l4_cont1_right span{
- display:block;
- line-height: 180%;
- color: #333333;
- margin-left: 10px;
- }
- .l4_text{
- font-size: 14px;
- font-weight: bold;
- position: relative;
- }
- .l4_text1{
- font-size: 12px;
- font-weight: bold;
- position: relative;
- }
- .l4_text2{
- font-size: 12px;
- }
- .l4_date{
- color: blue;
- font-size: 12px;
- }
- .msg_img_cont{
- display: inline-block;
- position: relative;
- }
- .msg_img{
- margin-left: 10px;
- width: 22px;
- }
- .msg_numb_cont{
- background-color: rgb(255, 0, 0);
- border-radius: 20px;
- height: 13px;
- line-height: 13px;
- left: 35px;
- padding:2px;
- min-width: 13px;
- position: absolute;
- top: -10px;
- text-align: center;
- behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
- cursor: pointer;
- }
- .msg_numb{
- font-size: 12px;
- font-weight: normal;
- color: #fff;
- }
-
- .cont_close1 {
- background-image: url(/nwyj/scripts/qui/libs/images/icons/cont_close1.png);
- background-repeat: no-repeat;
- background-position: center;
- _background-position: center;
- /* white-space:nowrap;
- word-break: keep-all;
- word-wrap: normal; */
- }
- .cont_close2 {
- background-image: url(/nwyj/scripts/qui/libs/images/icons/cont_close2.png);
- background-repeat: no-repeat;
- background-position: center;
- _background-position: center;
- /* white-space:nowrap;
- word-break: keep-all;
- word-wrap: normal; */
- cursor: pointer;
- }
- .freshimg1 {
- background-image: url(/nwyj/scripts/qui/libs/images/icons/freshimg1.png);
- background-repeat: no-repeat;
- background-position: center;
- _background-position: center;
- /* white-space:nowrap;
- word-break: keep-all;
- word-wrap: normal; */
- }
- .freshimg2 {
- background-image: url(/nwyj/scripts/qui/libs/images/icons/freshimg2.png);
- background-repeat: no-repeat;
- background-position: center;
- _background-position: center;
- /* white-space:nowrap;
- word-break: keep-all;
- word-wrap: normal; */
- cursor: pointer;
- }
- .empty_style{
- text-align: center;
- font-size: 12px;
- }
- .empty_style span{
- font-size: 12px;
- display:inline-block;
- margin: 10px auto;
- }
- /*
- .loading-masker {
- height: 60px;
- width: 60px;
- background: url( '/nwyj/scripts/showLoading/loading.gif' );
- background-repeat: no-repeat;
- background-position: center center;
- z-index: 1001;
- }
- .masker {
- width: 100%;
- height: 100%;
- background-color: #ffffff;
- filter: alpha(opacity=50);
- -moz-opacity: 0.5;
- opacity: 0.5;
- position: absolute;
- left: 0px;
- top: 0px;
- display: none;
- z-index: 1000;
- }*/
- /*公告*/
- .rl6_cont{
- padding: 0px 1% 0px 1%;
- width: 98%;
- position: relative;
- }
- .rl6_title{
- text-align: center;
- font-size:24px;
- font-weight: bold;
- font-family: "微软雅黑"
- }
- .rl6_time{
- margin-top:10px;
- text-align: center;
- font-size: small;
- /* margin-left: 60%; */
- }
- .rl6_marquee{
- font-size:12px;
- color:#52565a;
- padding: 0px 3%;
- margin: 10px 0px;
- overflow: hidden;
- height: 125px;
- width: 94%;
- }
- .rl6_text{
- font-size:12px;
- color:#52565a;
- /* background-color:threeddarkshadow; */
- /* text-align: center; */
- padding: 0px 80px;
- margin: 10px 0px;
- /* -webkit-box-shadow: 0px 0px 5px 0px;
- box-shadow: 0px 0px 5px 0px; */
- }
- .rl6_text_more{
- height:125px;
- overflow: hidden;
- }
- .rl6_dept{
- margin-top:10px;
- margin-left: 60%;
- font-size: small;
- }
- .rl6_more{
- /* float:right; */
- margin-top:10px;
- margin-left: 84%;
- }
- .rl6_more a{
- font-size: 12px;
- color:blue;
- }
- .rl6_more a:hover{
- cursor:pointer;
- color:blue;
- text-decoration: underline;
- }
- .rl6_more_btn{
- position: absolute;
- color: #227ead;
- top:20px;
- right:20px;
- width: 40px;
- height: 20px;
- cursor: pointer;
- }
- .idxModule-loading-box {
- width: 102px;
- height: 32px;
- position: absolute;
- left: 50%;
- margin-left: -54px;
- top: 50%;
- margin-top: 0px;
- border: 1px solid #ddd;
- padding: 2px;
- background-color: #fff;
- display: none;
- z-index: 101;
- border-radius: 3px;
- overflow: hidden;
- }
- .idxModule-loading-box span {
- display: block;
- line-height: 30px;
- height: 30px;
- padding-left: 32px;
- background: url(/nwyj/images/index/idx_main/loading.gif) no-repeat 8px 8px;
- font-size: 12px;
- }
- .idxModule-loading-bg {
- width: 100%;
- height: 100%;
- background-color: #f2f2f2;
- opacity: .5;
- filter: alpha(opacity=50);
- position: absolute;
- left: 0;
- top: 0;
- z-index: 100;
- }
|