/* CSS Document */ .mid { display: block; clear: both; width: 100%; } .left { float: left; } .right { float: right; } /*复选框*/ /* input, label positioning */ .custom-checkbox { float: left; position: relative; height: 30px; overflow: hidden; } .custom-checkbox input { position: absolute; left: 2px; top: 2px; margin: 0; } .custom-checkbox label { display: block; position: relative; font-size: 1.3em; padding-right: 0; line-height: 1; cursor: pointer; margin-top: 0; margin-right: 0; margin-bottom: 0.3em; margin-left: 0; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 30px; } /* states */ .custom-checkbox label { background: url("/wp-content/themes/eachcan/images/checkbox.gif") no-repeat; } .custom-radio label { background: url("/wp-content/themes/eachcan/images/radiobutton.gif") no-repeat; } .custom-checkbox label, .custom-radio label { background-position: -10px -14px; } .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus { background-position: -10px -114px; } .custom-checkbox label.checked, .custom-radio label.checked { background-position: -10px -214px; } .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus { background-position: -10px -314px; } .custom-checkbox label.focus, .custom-radio label.focus { outline: 1px dotted #ccc; } /*单选框*/ /* input, label positioning */ .custom-radio input { position: absolute; left: 2px; top: 2px; margin: 0; } .custom-radio label { display: block; position: relative; font-size: 1.3em; padding-right: 1em; line-height: 1; padding: .5em 0 .5em 30px; margin: 0 0 .3em; cursor: pointer; } /* ---- toggle button examples ---- */ #view { width: 140px; display: block; } #view .custom-checkbox, #view .custom-radio { width: 50%; float: left; } #show { width: 250px; display: block; clear: left; } #show .custom-checkbox, #show .custom-radio { width: 33%; float: left; } .toggle label { border-collapse: collapse; } .toggle .custom-checkbox label, .toggle .custom-radio label { padding: .4em 1em; border: 1px solid #aaa; background-color: #eee; text-align: center; cursor: pointer; font-size: 1.2em; width: auto; overflow: visible; background: #459e00 url("/wp-content/themes/eachcan/images/button-green.gif") no-repeat left center; color: #fff; border-color: #2d7406; text-shadow: -1px -1px 0 #37730e; } .toggle .custom-checkbox label.hover, .toggle .custom-checkbox label.focus, .toggle .custom-radio label.hover, .toggle .custom-radio label.focus { background-position: right center; border-color: #205b00; } .toggle .custom-checkbox label.checked, .toggle .custom-radio label.checked, .toggle .custom-checkbox label.checkedHover, .toggle .custom-checkbox label.checkedFocus { background: #2d7406; border-color: #2d7406; } .toggle .first label { -moz-border-radius-bottomleft: 7px; -webkit-border-bottom-left-radius: 7px; border-bottom-left-radius: 7px; -moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px; border-top-left-radius: 7px; } .toggle .last label { -moz-border-radius-bottomright: 7px; -webkit-border-bottom-right-radius: 7px; border-bottom-right-radius: 7px; -moz-border-radius-topright: 7px; -webkit-border-top-right-radius: 7px; border-top-right-radius: 7px; } /*表单*/ textarea { width: 75%; } stextarea {width:265px;} input[type="text"] { } /*input[type="button"] { display: inline-block; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); background-color: #00689F; } input[type="button"]:hover { text-decoration: none; } input[type="button"]:active { position: relative; top: 1px; }*/ .button { background-image: url("/wp-content/themes/eachcan/images/button.png"); background-repeat: no-repeat; background-position: center center; height: 31px; width: 93px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; cursor: pointer; background-color: transparent; color: #FFF; text-align: center; } .button_a { /*background-image: url("/wp-content/themes/eachcan/images/button_a.png"); background-repeat: no-repeat;*/ background-position: center center; height: 25px; width: 65px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; text-indent: -999em; cursor: pointer; display: block; float: left; margin-top: 1px; margin-left: 12px; } .button:hover { text-decoration: none; } .button:active { margin-top: 1px; margin-left: 1px; } /* white */ .white { color: #606060 !important; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); } .white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); } .white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff'); } /*.blue { background: -moz-linear-gradient(center top, #00ADEE, #0078A5) repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #0076A3; color: #D9EEF7; color: #FFF !important; } .blue:hover { background: -moz-linear-gradient(center top, #0095CC, #00678E) repeat scroll 0 0 rgba(0, 0, 0, 0); } .blue:active { background: -moz-linear-gradient(center top, #0078A5, #00ADEE) repeat scroll 0 0 rgba(0, 0, 0, 0); color: #80BED6; }*/ /*背景*/ .left_bg { height: 234px; width: 129px; position: fixed; left: 65px; top: 385px;} .body_bg01 { background-image: url("/wp-content/themes/eachcan/images/body_bg01.png"); background-repeat: no-repeat; background-position: center top; *background-image: url("/wp-content/themes/eachcan/images/body_bg01.jpg"); } .park_bg { background-image: url("/wp-content/themes/eachcan/images/bg.png"); background-repeat: no-repeat; background-position: center top; } .top { background-image: url("/wp-content/themes/eachcan/images/titlebg.jpg"); background-repeat: repeat-x; background-position: 0px 0px; height: 26px; } .top a { font-size: 13px; color: #1a4c7e; margin-right: 2px; } .personal_space { background-image: url("/wp-content/themes/eachcan/images/personal_space_bg.png"); background-repeat: repeat-y; background-position: center top; min-height: 96.75% } .personal_space .info { } .personal_space .info h3 { font-size: 20px; color: #666; font-weight: normal; } .personal_space .info span { font-size: 14px; color: #666; } .personal_space .info span a { color: #666; } .personal_space .article { float: left; width: 805px; padding: 0px; background-image: url("/wp-content/themes/eachcan/images/log_bg.png"); background-repeat: repeat; background-position: 0px 0px; *width: 805px; margin: 0px; } .personal_space .article .content { background-image: url("/wp-content/themes/eachcan/images/content_bg.png"); background-repeat: no-repeat; background-position: center top; border-top-width: 1px; border-top-style: solid; border-top-color: #D5D5D5; width: 760px; margin-right: auto; margin-left: auto; } .personal_space .article .mini_nav { padding-top: 15px; padding-left: 35px; } .personal_space .article .mini_nav a { font-size: 14px; color: #f26522; margin-right: 3px; margin-left: 3px; } .personal_space .article ul { padding-top: 25px; padding-left: 30px; } .personal_space .article ul li { float: left; margin-bottom: 15px; margin-top: 10px; margin-left: 20px; *display:inline } .personal_space .article ul li .pic img { font-size: 0px; line-height: 0px; display: block; margin-right: auto; margin-left: auto; } .personal_space .article ul li .pic { background-image: url("/wp-content/themes/eachcan/images/default_pic.png"); display: block; height: 132px; width: 133px; text-align: center; padding-top: 10px; } .personal_space .article ul li a { display: block; text-align: center; line-height: 16px; font-size: 14px; color: #313131; } .personal_space .article .Review { padding-left: 5px; } .personal_space .article .Review h3 { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; font-size: 14px; color: #666; padding-bottom: 15px; padding-left: 15px; } .personal_space .article .Review p { padding-left: 100px; } .personal_space .aside { float: right; width: 195px; background-color: #fef6ed; } .personal_space .aside .pic { background-color: #FFF; display: block; height: 132px; width: 152px; text-align: center; padding-top: 4px; margin-right: auto; margin-left: auto; margin-top: 25px; } .personal_space .aside .name { font-size: 14px; text-align: center; } .personal_space .aside ul { padding-left: 15px; padding-right: 10px; padding-top: 15px; padding-bottom: 20px; } .personal_space .aside li { float: left; width: 65px; padding-left: 20px; background-image: url("/wp-content/themes/eachcan/images/qq02.png"); background-repeat: no-repeat; } .personal_space .aside li.a1 { background-position: left 6px; } .personal_space .aside li.a2 { background-position: -85px 5px; } .personal_space .aside li.a3 { background-position: left -18px; } .personal_space .aside li.a4 { background-position: -85px -16px; } .header { text-align: left; width: 1000px; margin-right: auto; margin-left: auto; padding-top: 5px; } .header span { display: block; } .header .logo { float: left; padding-top: 5px; padding-bottom: 5px } .header .park { float: left; color: #f26c4f; font-size: 20px; font-weight: 900; font-family: "宋体"; margin-top: 24px; margin-left: 15px; } .header .info { float: right; text-align: right; } .header .info a { color: #0a4075; font-size: 12px; font-family: "宋体"; line-height: 25px; text-align: right; } .header .info a:hover { color: #F00; text-decoration: underline; } .header .info .phone {margin-left:-25px; color: #999999; font-size: 16px; font-family: "微软雅黑"; padding-left: 25px; background-image: url("/wp-content/themes/eachcan/images/phone.png"); background-repeat: no-repeat; background-position: left center; line-height: 1.25; font-weight: bold; text-align: right; width: 200px; height: 25px } .header .info .phone b { font-weight: normal; } .header_bg { background-image: url("/wp-content/themes/eachcan/images/header_bg.png"); background-repeat: no-repeat; background-position: 65% top; } /* navbox */ .navbox, .nav li, .nav li.current a, .nav li.selected a span, .nav li a.selected, .nav li a.selected span { background: url("/wp-content/themes/eachcan/images/headerbg.png") no-repeat; } .navbox { width: 1000px; margin-right: auto; margin-left: auto; height: 40px; background-image: url("/wp-content/themes/eachcan/images/nav.png"); background-repeat: repeat-x; background-position: 0px 0px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: 2px 2px 3px rgba(0,0,0,.4); position: relative; z-index: 100;font-size:12px } .nav ul.menu > li { float: left; margin-right: 2px; width: 80px; height: 40px; text-align: center; line-height: 40px; *display:inline;} .nav li.last { background: none; } .nav li a { display: block; height: 40px; overflow: hidden; text-decoration: none; } .nav ul.menu > li > a { display: block; line-height: 39px; font-size: 14px; color: #fff; font-weight: 800; cursor: pointer; width: 80px; } .nav ul.menu > li.hover > a { background-color: #fff; color: #066dc7;} .sub-menu {position: absolute; left: 0; top: 40px; background: url("/wp-content/themes/eachcan/images/sub-menu-bg.png");background-repeat: repeat-x; height: 50px; width: 1000px; display: none;} .sub-menu li { float: left; color: #707070; font-size: 16px; margin: 5px 25px 0; font-family: 微软雅黑; } .sub-menu li a:hover {color: #066dc7;} .nav ul.menu > li.hover > .sub-menu { display: block;} /* selectbox 表单美化 */ .cartes { background-color: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white)); background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%); background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%); background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0); background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #aaa; display: block; overflow: hidden; position: relative; height: 23px; line-height: 21px; padding: 0 0 0 7px; color: #444; cursor: pointer; } .listTxt { border: none; background: none; padding: 0px; font-size: 13px; padding: 4px 0; width: 88%; height: 16px; line-height: 16px; cursor: pointer; color: #a6a5a5; } .listBtn { border-left: 1px solid #aaa; position: absolute; right: 0; top: 0; display: block; height: 100%; width: 18px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; background: #ccc; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee)); background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%); background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0); background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%); } .listBtn b { background: url("/www.jsfoot.com/jquery/demo/2012-09-16/images/selectbg.png") no-repeat 0 -1px; display: block; width: 100%; height: 100%; } .lists { background: #fff; border: 1px solid #aaa; border-top: 0; position: absolute; top: 24px; left: 0; display: none; -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15); -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; z-index: 15; } .lists .list { margin: 4px 0px 4px 0; padding: 0 0 0 0; overflow-x: hidden; overflow-y: auto; } .lists .list li { cursor: pointer; font-size: 14px; height: 20px; line-height: 20px; color: #A7A7A7; font-size: 13px; text-align: center; width: 100%; display: block; } .lists li.cgray { background: #3875D7; color: #fff; } .hover .lists { display: block; } .hover .cartes { border: 1px solid #aaa; -webkit-box-shadow: 0 1px 0 #fff inset; -moz-box-shadow: 0 1px 0 #fff inset; -o-box-shadow: 0 1px 0 #fff inset; box-shadow: 0 1px 0 #fff inset; background-color: #eee; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee)); background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%); background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%); -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .hover .listBtn { background: transparent; border-left: none; filter: none; } .hover .listBtn b { background-position: -18px 1px; } /*footer*/ .footer { background-color: #ececec; text-align: center; position: relative; } .footer .copyright { background-color: #0a4075; display: block; line-height: 30px; height: 30px; color: #FFF; width: 1000px; margin-right: auto; margin-left: auto; } .footer .links { width: 1000px; margin-right: auto; margin-left: auto; } .links li { float: left; margin-right: 15px; } .gradient-shadow { position: relative; height: 15px; width: 100%; } .gradient-shadow:before { content: ' '; background: -webkit-linear-gradient(top, #ccc, #ececec, #ececec 70%); background: -moz-linear-gradient(top, #ccc, #ececec, #ececec 70%); background: -o-linear-gradient(top, #ccc, #ececec, #ececec 70%); background: linear-gradient(top, #ccc, #ececec, #ececec 70%); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /*main*/ .main { width: 1000px; margin-right: auto; margin-left: auto; overflow: hidden; } .main1{width: 1000px; margin-right: auto; margin-left: auto; overflow: hidden;background-image: url("/wp-content/themes/eachcan/images/login_bg038.jpg"); background-repeat: no-repeat; background-position: center top; } .main1 ol li.cf-box-title{margin-left:20px;width:100px} .main2{width: 1000px; margin-right: auto; margin-left: auto; overflow: hidden;background-image: url("/wp-content/themes/eachcan/images/login_bg04.jpg"); background-repeat: no-repeat; background-position: center top;height:auto } .main2 .cform{height:550px} .main2 .cf-fs1{height:450px} .main2 .cf-ol{width: 500px; margin:auto;margin-top:80px} .main2 .cform legend{ background: none repeat scroll 0 0 #FFFFFF; font-size: 22px; font-weight: bold; padding: 2px 7px 3px; text-shadow: 0 1px 0 #FFFFFF; padding-top:50px;padding-left:50px} .main2 cf-ol{width: 200px;margin:auto;height:auto} .main2 .area{width:325px;height:230px} .main2 p {width:575px;text-align:right} .main3 { width: 1000px; margin-right: auto; margin-left: auto; overflow: hidden;background-image: url("/wp-content/themes/eachcan/images/login_bg02.png"); background-repeat: no-repeat; background-position: center top;} #li-3-4{margin-left:20px} .l_nav { float: left; width: 183px; background-image: url("/wp-content/themes/eachcan/images/l_nav_bg.png"); background-repeat: no-repeat; background-position: center top; min-height: 498px; *height: 498px; } .l_nav ul { } .l_nav ul li { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC; margin-right: 5px; margin-left: 1px; background-image: url("/wp-content/themes/eachcan/images/sj.png"); background-repeat: no-repeat; background-position: 160px center; position: relative; height: 40px; } .l_nav ul li.first { border-top-width: 1px; border-top-style: dashed; border-top-color: #CCC; } .l_nav ul li a { font-size: 14px; line-height: 26px; color: #666; font-family: "宋体"; font-weight: bold; padding-left: 15px; text-decoration: none; display: block; position: absolute; height: 36px; left: 2px; top: 2px; width: 100%; } .l_nav ul li a:hover { color: #1a4d7e; background-color: #FFF; width: 100%; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .l_nav ul li.on a { font-size: 14px; line-height: 36px; color: #666; font-family: "宋体"; font-weight: bold; padding-left: 15px; text-decoration: none; display: block; position: absolute; height: 36px; left: 2px; top: 2px; color: #1a4d7e; background-color: #FFF; width: 100%; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .r_con { float: right; width: 800px;} .r_con .con { padding-right: 15px; padding-left: 15px; } /*.r_con1{width: 1000px; margin:auto} */ .r_con1{width: 800px;margin-left:200px } .r_con1 .con1{width: 800px; margin-right: auto; margin-left: auto; overflow: hidden;background-image: url("/wp-content/themes/eachcan/images/login_bg02.png"); background-repeat: no-repeat; background-position: center top;} .r_con1 .con1 ol{width: 980px;height:500px;border:1px solid #000;margin:auto} .r_con1 .con1 ol li{float:left;text-align:left;height:50px;border:1px solid #000;} .r_con1 .con1 ol li label {text-align:left;} .r_con1 .con1 ol li .cf-box-title{color: #023669;background:none!important; width:100px; margin:5px 0!important 0 10px;text-align:left;height:20px;} .r_con1 .con1 ol li .single fldrequired{width:85px} .r_con1 .con1 ol li .cf-box-b fldrequired .cf-fs1{width:105px;text-align:left;} .r_con1 .con1 ol li label span{width:65px;display:block} .r_con1 .con1 ol li.cf-box-group{width:183px} .r_con1 .con1 ol li .cf2_field_5{margin-top:10px} #cf2_field_5{width:185px;height:200px;text-align:right;} #cf2_field_5.single{width:200px;height:200px;text-align:right;margin-top:-20px} #li-2-9{display:block;margin-top:30px;margin-left:20px} .cf2_field_9{display:block;margin-top:30px;margin-left:20px} .r_con .con .list { padding-left: 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D5D5D5; background-image: url("/wp-content/themes/eachcan/images/list_bg.png"); background-repeat: no-repeat; background-position: center top; padding-top: 15px; padding-bottom: 35px; *padding-bottom: 15px; } .r_con .con .list .pic { float: left; margin-top: 10px; margin-left: 19px; display: block; } .r_con .con .list .pic img { font-size: 0px; line-height: 0px; display: block; box-shadow: -2px -2px 5px #626262;width:184px;height:138px } .r_con .con .list span { display: block; float: left; width: 530px; *width: 510px; margin-left: 15px; margin-top: 10px; } .r_con .con .list span h3 { font-size: 14px; color: #666; } .r_con .con .list span h3 i { font-size: 12px; font-style: normal; font-family: Arial, Helvetica, sans-serif; color: #8B8B8B; } .r_con .con .list span p { font-size: 14px; color: #444; text-indent: 1em; padding-top: 15px; } .r_con .con .list span p a { font-size: 12px; color: #8b0000; } .article { padding-top: 25px; padding-right: 10px; padding-left: 15px; } .articles { padding-top: 25px; padding-right: 10px; padding-left: 10px;} .articles ul{ } .articles ul li{ float:left;} .articles ul li span{width:150px;display:block;line-height:20px;height:50px} .articles ul li span a{width:150px;color:#04386b;} .articles ul li span a:hover {width:100px;margin-top:10px;display:block;color:red} .left li{float:left; margin-top: 40px; margin-left: 39px; width:201px;height:168px} .left li span{display:block;height:15px;line-height:15px;width:195px;text-align:center;} .leftes{float:left;} .leftes li{ background-image: url("/wp-content/themes/eachcan/images/jcsj2.jpg"); background-position: center top; background-repeat: no-repeat; float: left; height: 180px; margin-left: 20px; margin-top: 25px; text-align: center; width: 222px; } .leftes li img{ width:200px;height:125px;margin-top:10px} .leftes li span{display:block;height:15px;line-height:15px;width:195px;text-align:center;} .article p { color: #5E5E5E; line-height: 1.5; } .fouce { -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: 2px 2px 3px rgba(0,0,0,.4); * For Latest Opera */ height: 359px; } .fouce img { font-size: 0px; line-height: 0px; display: block; } #fouce { width: 1000px; overflow: hidden; zoom: 1; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; } /*.mainBox { width: 618px; padding: 0 15px; border: 1px solid #e5e5e5; background: #fff; } .main ul li { list-style: none; } .main .post, .main .left { margin-top: 10px; }*/ #sidebar { float: right; width: 300px; } #sidebar li ul { } #sidebar li ul li { } #sidebar li ul.children li, #sidebar li ul.children li ul li { padding-left: 18px; background: url("/wp-content/themes/eachcan/css/images/tier.gif") 6px 5px no-repeat; } .indexPicBox { width: 1000px; height: 359px; } .hotPic { width: 1000px; height: 359px; position: relative; overflow: hidden; } .hotPic .num { position: absolute; right: 0; bottom: 0; z-index: 10; width: 638px; padding-right: 8px; height: 30px; text-align: right; } .hotPic .num span { width: 28px; height: 13px; display: inline-block; line-height: 20px; font-size: 14px; text-align: center; cursor: pointer; color: #fff; background-color: #CCC; opacity: 0.5; margin-top: 5px; margin-right: 1px; margin-bottom: 0; margin-left: 1px; } .hotPic .num span.cur { color: #fff; background-color: #333333; opacity: 0.7 !important; } .hotPic .pic { position: relative; z-index: 5;} .hotPic .pic li { position: absolute; display: none; } .hotPic .pic li img { width: 1000px; height: 359px; display: block; } .hotPic .text { position: absolute; bottom: 0; left: 10px; z-index: 12; width: 520px; height: 30px; line-height: 30px; overflow: hidden; font-family: Microsoft YaHei; } .hotPic .text p { position: absolute; display: none; color: #fff; font-weight: 800; font-size: 15px; } .show { } .show li { float: left; text-align: center; border: 1px solid #7792ae; padding: 5px; margin-right: 3px; display: block; width: 23.5%; *display:inline; overflow: hidden; *margin-right: 4px; *width: 23.5%; height: 185px;} .show li h2 { font-family: "方正细圆简体"; text-align: center; color: #575757; } .show li i { font-style: normal; text-align: center; display: block; color: #8F8F8F; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E3E3E3; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } .news { width: 365px; float: left; border: 1px solid #EAEAEA; margin-right: 10px; background-color: #fcfcfc; *margin-right: 8px; } .newsyy { width: 652px; float: left; border: 1px solid #EAEAEA; margin-right: 10px; background-color: #fcfcfc; *margin-right: 8px; } .ppts { position: relative; } .ppt {display: none; position: absolute; left: 0; top: 0;} .news .info { } .news .info .info_pic { float: left; width: 120px; margin-top: 10px; margin-left: 5px; } .newsyy .info .info_pic { float: left; width: 206px; margin-left: 5px; } .newsyy .info .info_pic img{width: 200px; height:160px} .news .info .info_pic img{width: 120px; height:82px} .news .info span { display: block; float: left; padding-left: 10px; width: 60%; margin-top: 10px; } /*.newsyy .info span { display: block; float: left; padding-left: 10px; width: 65%; margin-top: 3px; }*/ .news .info span h4 { font-size: 14px; color: #0a4075; line-height: 1; padding-bottom: 10px; } .news .info span h5 { font-size: 14px; color: #0a4075; line-height: 1; padding-bottom: 10px; text-align: right; } .news .info span p { font-size: 13px; color: #666; text-indent: 2em; display: block; position: relative; height: auto; width: auto; line-height: 1.5; } .newsyy .info span { font-size: 13px; color: #666; text-indent: 2em; display: block; position: relative; height: auto; width: auto; line-height: 1.5;margin-top: 8px; } .newsyy .info span p { font-size: 13px; color: #666; text-indent: 2em; display: block; position: relative; height: auto; width: auto; line-height: 1.5;margin-top: 10px; } .news .info span p a { position: absolute; right: 0px; bottom: 0px; color: red; text-decoration: none; *position: relative } .newsyy .info span p a { color: #f26522; text-decoration: none; } .news .info_01 { } .news .info_01 .info_pic { float: left; width: 120px; margin-top: 10px; margin-left: 5px; margin-right: 10px; } .news .info_01 .info_pic img{ width:100px; height:82px} .newsyy .info_01yy {width: 515px;border:1px solid #000 } .newsyy .info_01yy .info_picyy { float: left; width: 209px; margin-top: 10px; margin-left: 5px; margin-right: 10px;} .news .info_01 span { padding-top: 0px;color: #666; } .news .info_01 span a { color: red; text-decoration: none; } .news .info_01 span h4 { font-size: 14px; color: #0A4075;padding-top: 10px;height:45px; /*line-height: 20px; padding-bottom: 10px; padding-top: 10px; padding-right: 10px;*/ } .news .info_01 span h5 { font-size: 14px; color: #0a4075; line-height: 1; padding-bottom: 10px; text-align: right; padding-right: 10px; } .news .info_01 span p { font-size: 13px; color: #666; text-indent: 2em; display: block; position: relative; height: auto; width: auto; line-height: 1.5; padding: 5px; } .newsyy .info_01yy span p { font-size: 13px; color: #666; text-indent: 2em; display: block; position: relative; height: auto; width: auto; line-height: 1.5; float:left;} .news .info_01 span p a { position: absolute; right: 5px; bottom: 5px; color: #f26522; text-decoration: none; } .public_title { line-height: 35px; background-image: url("/wp-content/themes/eachcan/images/titlebg.jpg"); background-repeat: repeat-x; background-position: 0px 0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E6E6E6; height: 35px; } .public_titleyy { line-height: 35px; background-image: url("/wp-content/themes/eachcan/images/yy.jpg"); background-repeat: repeat-x; background-position: 0px 0px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #E6E6E6; height: 35px; } .public_title h3 { float: left; color: #0a4075; font-family: "方正细圆简体"; font-size: 14px; margin-left: 5px; padding-top: 8px; line-height: 1; } .public_title i { float: left; font-style: normal; margin-top: 1px; margin-left: 5px; color: #7F7F7F; } .public_title a { float: right; text-decoration: none; height: 35px; position: relative; padding-right: 15px; *padding-right: 10px; margin-right: 5px } .public_titleyy a { float: right; text-decoration: none; height: 35px; position: relative; padding-right: 15px; *padding-right: 10px; margin-right: 5px ;margin-top:-48px} .public_title a b { /*右边有颜色,其他透明*/ border-color: transparent transparent transparent #e00; border-style: solid; border-width: 6px 0px 6px 6px; padding: 0; width: 0; height: 0; /* ie6 height fix */ font-size: 0; line-height: 0; /* ie6 transparent fix */ _border-top-color: #dddddd; _border-bottom-color: #dddddd; _filter: chroma( color = #dddddd); margin-top: 13px; margin-right: 0px; float: right; margin-left: 5px; text-decoration: none; position: absolute; top: 0px; right: 0px; } .public_titleyy a b { /*右边有颜色,其他透明*/ border-color: transparent transparent transparent #e00; border-style: solid; border-width: 6px 0px 6px 6px; padding: 0; width: 0; height: 0; /* ie6 height fix */ font-size: 0; line-height: 0; /* ie6 transparent fix */ _border-top-color: #dddddd; _border-bottom-color: #dddddd; _filter: chroma( color = #dddddd); margin-top: 13px; margin-right: 0px; float: right; margin-left: 5px; text-decoration: none; position: absolute; top: 0px; right: 0px; } .public_title a:hover b { border-left-color: #930003; } .public_titleyy a:hover b { border-left-color: #930003; } .public_list { display: block; } .public_list li { padding-right: 10px; padding-left: 5px; clear: both; line-height: 27px; display: block;} .public_list li a {float: left;font-size: 13px; font-family: "宋体"; text-decoration: none; color: #5D5D5D; } .public_list li a:hover { color: #8c0000; text-decoration: underline; } .public_list li i { font-style: normal; float: right; color: #646464; } .img_list { } .img_list li { float: left; margin-right: 5px; margin-left: 5px; margin-top: 5px; *margin-right: 0px; } .img_list li span { text-align: center; display: block; } .img_list li span a { text-align: center; color: #4B4B4B; line-height: 21px; } .img_list li span a:hover { color: #F00; text-decoration: underline; } .img_list li img { border: 1px solid #7b97b3; font-size: 0px; margin: 0px; padding: 0px; line-height: 0px; display: block; } .player { float: right; width: 245px; } .players { float: right; width: 325px; } .player_t { line-height: 35px; } .player_t h3 { float: left; color: #0a4075; font-family: "方正细圆简体"; font-size: 14px; margin-left: 5px; line-height: 35px; } .player_t i { float: left; font-style: normal; margin-top: 1px; margin-left: 5px; color: #7F7F7F; } .login { } .login .select { /*width: 400px; margin-bottom: 20px; margin-left: 100px;*/ /*float: left; */ display: block; } .login .select li { background-color:transparent; background-image:none } .login .select li li.cgray { background: #3875D7; color: #fff; } .login .select li:hover { background-color:transparent; background-image:none } .login .select li i { float: left; width: 21%; font-style: normal; font-size: 14px; color: #023669; line-height: 30px; text-align: right; padding-right: 15px; padding-top: 3px; *width: 24%; padding-right: 5px; } .login .pic { float: right; background-color: #FFF; padding: 15px; border: 1px solid #999; margin-top: 35px; margin-right: 15px; *margin-right: 45px; } .login .pic1 { float:right;background-color: #FFF; padding: 3px 3px 15px 3px ; border: 1px solid #999; margin-top: 35px; margin-right: 15px; *margin-right: 45px;} .login .pic img { font-size: 0px; line-height: 0px; display: block; } .login_bg01 { background-image: url("/wp-content/themes/eachcan/images/login_bg01.png"); background-repeat: no-repeat; background-position: center top; } .login_bg02 { background-image: url("/wp-content/themes/eachcan/images/login_bg02.png"); background-repeat: no-repeat; background-position: center top; } .login_bg03{ background-image: url("/wp-content/themes/eachcan/images/login_bg034.jpg"); background-repeat: no-repeat; background-position: center top; } .login_bg04{ background-image: url("/wp-content/themes/eachcan/images/login_bg04.jpg"); background-repeat: no-repeat; background-position: center top; } .login_bg05{ background-image: url("/wp-content/themes/eachcan/images/login_bg056.jpg"); background-repeat: no-repeat;*background-repeat: no-repeat; background-position: center top; } .login h5 { font-size: 20px; color: #0a4075; margin-left: 30px; font-family: "黑体"; } .login h3 { font-size: 16px; color: #0a4075; margin-left: 30px; font-family: "黑体"; } /*瀑布流布局样式*/ .box { height: 235px; width: 620px; position: relative; } .box li { display: block; position: absolute; } .box li.img1 { left: 3px; top: 5px; } .box li.img1s { left: 8px; top: 10px; } .box li.img2 { left: 192px; top: 5px; } .box li.img2s { left: 252px; top: 10px; } .box li.img3 { left: 3px; top: 132px; } .box li.img3s { left: 252px; top: 130px; } .box li.img4 { left: 464px; top: 5px; } .box li.img4s{ left: 252px; top: 247px; } .box li.img5 { left: 123px; top: 131px; } .box li.img5s { left: 510px; top: 7px; } .box li.img6s { left: 754px; top: 10px; } .box li.img7s { left: 754px; top: 190px; } .page { background-color: #D9D9D9; width: 65%; margin-right: auto; margin-left: auto; text-align: center; line-height: 25px; } .page a { color: #575757; margin-right: 2px; margin-left: 2px; } .page a:hover { color: #8b0000; } .page a.home { margin-right: 25px; } .page a.prve { margin-right: 25px; } .page a.next { margin-left: 25px; } .page a.last { margin-left: 25px; } /*login*/ .Form { /*width: 400px; margin-top: 20px; margin-left: 100px; *margin-left: 35px;*/ /*float: left; */ display: block; } .Form li { display: block; font-size: 21px; font-weight: 300; margin-bottom: 10px; height: 30px; clear: both; *margin-bottom: 5px; background-color:transparent } .Form li i { float: left; width: 21%; font-style: normal; font-size: 14px; color: #023669; line-height: 25px; text-align: right; padding-right: 15px; *padding-right: 5px; *width: 23%; } /*.Form input[type="text"], .Form input[type="password"], .Form textarea { -moz-box-sizing: border-box; background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #A4A2A2; border-radius: 6px 6px 6px 6px; box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8); color: #221919; display: inline-block; font-size: 18px; font-weight: 300; line-height: 1.4; padding: 3px 5px; transition: all 0.08s ease-in-out 0s; }*/ .FancyForm .stext{ background-image: url("/wp-content/themes/eachcan/images/text.png"); height: 26px; width: 221px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; line-height: 22px; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; padding-left: 3px; background-repeat: no-repeat; background-position: center center; background-color:transparent } .FancyForm .stext1{ background-image: url("/wp-content/themes/eachcan/images/text1.jpg"); height: 26px; width: 145px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; line-height: 22px; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; padding-left: 3px; background-repeat: no-repeat; background-position: center center; background-color:transparent } .FancyForm .stext2{ background-image: url("/wp-content/themes/eachcan/images/text2.jpg"); height: 26px; width: 99px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; line-height: 22px; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; padding-left: 3px; background-repeat: no-repeat; background-position: center center; background-color:transparent } .FancyForm .stext3{ background-image: url("/wp-content/themes/eachcan/images/text5.jpg"); height: 26px; width: 445px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; line-height: 22px; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; padding-left: 3px; background-repeat: no-repeat; background-position: center center; background-color:transparent } .Form textarea { min-height: 90px; } .Form label { display: inline-block; font-size: 14px; line-height: 1.4em; } /*.Form input[type="text"]:focus, .Form input[type="password"]:focus, .Form textarea:focus { border-color: #006499; box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8), 0 0 14px rgba(82, 162, 235, 0.35); }*/ .FancyForm li, .FancyForm li .input { position: relative;} /*.FancyForm input[type="text"], .FancyForm input[type="password"], .FancyForm textarea { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #A4A2A2; border-radius: 6px 6px 6px 6px; box-shadow: 0 1px rgba(34, 25, 25, 0.15) inset, 0 1px rgba(255, 255, 255, 0.8); display: block; position: relative; transition: all 0.08s ease-in-out 0s; width: 65%; z-index: 3; float: left; background-color: #f3f3f3 }*/ .FancyForm textarea { line-height: 1.3; min-height: 3.95em; } /*.FancyForm label { -moz-user-select: none; color: #BCBCBC; cursor: text; display: block; left: 27%; position: absolute; top: 3px; transition: all 0.16s ease-in-out 0s; z-index: 1; }*/ .FancyForm .fff { background-color: #f3f3f3; border-radius: 8px 8px 8px 8px; bottom: 0; position: absolute; right: 0; top: 0; z-index: 1; width: 78%; display: none; } .FancyForm input[type="text"]:focus + label, .FancyForm input[type="password"]:focus + label, .FancyForm /*textarea:focus + label { opacity: 0.1; display: none }*/ /*.FancyForm .val label { left: -9999px; opacity: 0 !important; }*/ .Button { border: 1px solid rgba(0, 0, 0, 0); border-radius: 0.3em 0.3em 0.3em 0.3em; box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset; cursor: pointer; display: inline-block; line-height: 25px; position: relative; text-align: center; transition-duration: 0.05s; transition-property: color, -moz-box-shadow, text-shadow; transition-timing-function: ease-in-out; font-size: 14px; padding-right: 5px; padding-left: 5px; } .Button:hover { text-decoration: none; } .Button strong { position: relative; z-index: 2; } .Button { border: 1px solid; border-radius: 0.3em 0.3em 0.3em 0.3em; box-shadow: 0 1px rgba(255, 255, 255, 0.35) inset; display: block; opacity: 1; transition-duration: 0.5s; transition-property: opacity; transition-timing-function: ease-in-out; } .Button:hover span { transition-duration: 0.05s; transition-property: opacity; transition-timing-function: linear; } .Button:active span { transition: none 0s ease 0s; } .RedButton { color: #FCF9F9; text-shadow: 0 -1px rgba(34, 25, 25, 0.5); } .RedButton:hover { color: #FFFFFF; text-shadow: 0 -1px rgba(34, 25, 25, 0.3); } .RedButton:active { color: #F2F0F0; text-shadow: 0 -1px rgba(34, 25, 25, 0.6); } .RedButton { background: -moz-linear-gradient(center top, #54B1EB, #47A0E0 50%, #419FE1 50%, #3683D5) repeat scroll 0 0 rgba(0, 0, 0, 0); border-color: #015E91; } .RedButton:hover { background: -moz-linear-gradient(center top, #5EB4EA, #61A1EE 50%, #59A5EB 50%, #3691E6) repeat scroll 0 0 rgba(0, 0, 0, 0); border-color: #0366AD; } .RedButton:active { background: -moz-linear-gradient(center top, #4B9CDD, #4189D5 50%, #3D8BD3 50%, #3093C8) repeat scroll 0 0 rgba(0, 0, 0, 0); border-color: #013B6A; } .RedButton.Button18:hover { box-shadow: 0 1px rgba(255, 255, 255, 0.8), 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 10px rgba(82, 162, 235, 0.25); } .RedButton.Button18:active { box-shadow: 0 1px 2px rgba(34, 25, 25, 0.25) inset, 0 0 3px rgba(82, 202, 235, 0.35); } /*log*/ .log { border: 1px solid #D5D5D5; background-image: url("/wp-content/themes/eachcan/images/log_bg.png"); background-repeat: repeat; background-position: 0px 0px; } .log .log_nav { background-color: #fef6ed; width: 170px; float: left; } .log .log_nav li { font-size: 14px; color: #666; background-image: url("/wp-content/themes/eachcan/images/qq.png"); background-repeat: no-repeat; padding-left: 35px; height: 30px; line-height: 30px; clear: both; } .log .log_nav li a { color: #999; text-decoration: none; line-height: 30px; height: 30px; float: left; } .log .log_nav li a.r { float: right; margin-right: 10px; line-height: 30px; height: 30px; } .log .log_nav li a.r:hover { color: #F00; text-decoration: underline; } .log .log_nav li.n0 { background-image: none; height: 20px; } .log .log_nav li.n1 { background-position: 5px 7px; } .log .log_nav li.n2 { background-position: 5px -22px; } .log .log_nav li.n3 { background-position: 5px -53px; } .log .log_nav li.n4 { background-position: 5px -82px; } .log .log_nav li.n5 { background-position: 5px -110px; } .log .log_nav li.n6 { background-position: 5px -143px; } .log .log_nav li.n7 { background-position: 5px -176px; } .log .log_content { width: 820px; float: right; } .log .log_content h6 { font-size: 14px; color: #f26c4f; } .log .log_content ul { } .log .log_content ul li { line-height: 45px; } .log .log_content ul li i { float: left; display: block; width: 10%; } /*相册代码*/ .HS10, .HS15 { overflow: hidden; clear: both; } .HS10 { height: 10px; } .HS15 { height: 15px; } .Hidden { display: none; } .Clearer { display: block; clear: both; font-size: 1px; line-height: 1px; margin: 0; padding: 0; } .FlLeft { float: left; margin-top: 5px; } .FlRight { float: right; margin-top: 5px; } /*幻灯片区域背景*/ .MainBg { width: 100%; margin: 0 auto; } /*标题和页码*/ .MainBg h2 { font-size: 14px; font-weight: normal; color: #666; padding-left: 15px; } .navigation { padding-left: 15px;*padding-left: 13px; } .navigation .navigation_l { float: left; } .navigation .navigation_l a { color: #1a4c7e; font-weight: bold; font-size: 14px; } .navigation .navigation_r { float: right; } .navigation .navigation_r a { margin-right: 2px; margin-left: 2px; line-height: 21px; font-size: 13px; } .navigation .navigation_r img { font-size: 0px; line-height: 0px; height: 16px; width: 16px; } .Title { color: #EEE; padding: 5px 20px 0 20px; text-align: center; line-height: 40px; height: 40px; display: none; } .Title h1 { display: inline; } .Title .Counter { color: #666; } .Title .CounterCurrent { color: #C00; font-size: 20px; font-weight: bold; } /*灰色分隔线*/ .SpaceLine { border-bottom: 1px solid #333; height: 1px; font-size: 1px; display: none; } /*大图展示区域*/ .OriginalPicBorder { padding: 15px 15px 0 15px; } #OriginalPic { width: 100%; overflow: hidden; position: relative; font-size: 12px; } #OriginalPic img { display: block; height: 450px; width: 650px; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; } /*鼠标手势*/ .CursorL { position: absolute; z-index: 999; width: 45%; height: 450px; color: #FFF; left: 40px; cursor: url("/wp-content/themes/eachcan/css/images/CurL.cur"), auto; background: url("/wp-content/themes/eachcan/css/"/wp-content/themes/eachcan/css/images/space.png"") repeat scroll 0 0 transparent; top: 5px; } .CursorR { position: absolute; z-index: 999; width: 45%; height: 450px; color: #FFF; right: 40px; cursor: url("/wp-content/themes/eachcan/css/images/CurR.cur"), auto; background: url("/wp-content/themes/eachcan/css/"/wp-content/themes/eachcan/css/images/space.png"") repeat scroll 0 0 transparent; top: 5px; } /*小图预览和滑动*/ .SliderPicBorder { width: 100%; height: 450px; overflow: hidden; } .Summary { line-height: 20px; display: none; width: 100px; margin-right: 10px; color: #999; overflow: hidden; background-color: #333; padding: 10px; } .OriginalPicBorder .More { text-align: right; color: #666; line-height: 40px; height: 40px; font-size: 12px; display: none; } .jCarouselLite { width: 640px; margin: 0px; padding: 0px; } .ThumbPicBorder { width: 84.5%; margin: 0 auto; } #ThumbPic li { margin: 0px; padding: 0px; } #ThumbPic img { border: 3px solid #666; cursor: pointer; background-color: #666; margin: 0 4px; width: 130px; height: 80px; display: block; } #ThumbPic img.active { border: 3px solid #FF9900; } .val{margin-left:595px;*margin-left:611px} .tj{margin-left:-470px} .right_title{ background:url("/wp-content/themes/eachcan/images/job_right_03.jpg") repeat-x; width:800px; height:37px; line-height:37px;*line-height:37px;margin-top:-20px;*margin-top:-40px;_margin-top:-40px;display:block} right_title h1{ font-size:14px; color:#eb021f; float:left; margin-left:5px;} .right_con{ width:800px; overflow:hidden; clear:both;} .diqu{ width:800px; overflow:hidden;} .didian{ width:800px; overflow:hidden; margin:10px auto; line-height:22px;} .didian h3{ float:left; font-size:12px; width:80px; color:333333;} .didian ul{ width:720px; float:right;} .didian ul li{ float:left;} .didian ul li a{ color:#333333; margin:0 5px; padding:0px 5px; display:block;} .didian ul li a:hover{ background:#6e6e6e; color:#fff;} #hot a{ background:#6e6e6e; color:#fff;} .list_j{ width:800px; margin:10px auto; line-height:35px; color:#646464; text-align:left;} .table_title{ background:#f1f1f1; color:#333; } .list_j a{ color:#0086bf;} .list_j a:hover{ color:#eb021f;} .list_j td{ padding-left:10px; border-bottom:1px solid #ebebeb; white-space:nowrap;} .list_j .ying{ background:url("/wp-content/themes/eachcan/images/yingp_06.jpg") no-repeat; width:68px; height:24px; text-align:center; display:block; line-height:24px; color:#9e9e9e;} .list_j .ying:hover{ background:url("/wp-content/themes/eachcan/images/yingp_03.jpg") no-repeat; width:68px; height:24px; text-align:center; display:block; line-height:24px; color:#fff;} .pages { width:400px; margin:10px auto 20px auto; clear:both; overflow:hidden;} .pages li{ float:left; margin-right:6px; } .pages li b{ color:#F00;} .pages a{ float:left; display:block; color:#636363; margin-left:5px;} .pages a:hover{ float:left; display:block; color:#00a1e1; margin-left:5px;} .asa{width:800px} .asa li{width:800px;height:30px} .asa li span{float:left;width:180px} .asa .ying{ background:url("/wp-content/themes/eachcan/images/yingp_06.jpg") no-repeat; width:68px; height:24px; text-align:center; display:block; line-height:24px; color:#9e9e9e;} .asa .ying:hover{ background:url("/wp-content/themes/eachcan/images/yingp_03.jpg") no-repeat; width:68px; height:24px; text-align:center; display:block; line-height:24px; color:#fff;} .fill{ width:658px; margin:10px auto;} .fill .top_cor{ background:url("/wp-content/themes/eachcan/images/xinxim_03.jpg") no-repeat; width:658px; height:28px; overflow:hidden; line-height:28px;} .fill .top_cor1{ background:url("/wp-content/themes/eachcan/images/xinxim_031.png") no-repeat; width:858px; height:28px; overflow:hidden; line-height:28px;} .fill .bottom_cor1{ background:url("/wp-content/themes/eachcan/images/xinxim_081.png") no-repeat; width:858px; height:10px; overflow:hidden;} .fill .con_cor1{ background:url("/wp-content/themes/eachcan/images/xinxim_061.png") repeat-y; width:858px; clear:both; overflow:hidden;} .fill .top_cor h1{ width:550px; margin:0 auto; text-align:left; font-weight:normal; font-size:22px; color:#414141; } .fill .top_cor h1 span{ font-size:16px; color:#908f8f;} .fill .con_cor{ background:url("/wp-content/themes/eachcan/images/xinxim_06.jpg") repeat-y; width:658px; clear:both; overflow:hidden;} .fill .bottom_cor{ background:url("/wp-content/themes/eachcan/images/xinxim_08.jpg") no-repeat; width:658px; height:10px; overflow:hidden;} .fill textarea{ width:550px; height:80px; border:1px solid #dbdad8;} .fill_t{ width:600px; margin:40px auto 20px auto; font-size:12px; color:#4a4a4a; overflow:hidden;} .fill_t td{ line-height:20px; white-space:nowrap;} .fill_t .text1{ height:24px; border:1px solid #dbdad8; width:170px;} .fill_t .text2{ height:24px; border:1px solid #dbdad8; width:80px;} .fill_t .text3{ height:24px; border:1px solid #dbdad8; width:380px;} .fill textarea{ width:550px; height:80px; border:1px solid #dbdad8;} .fill_t .position{ margin-left:48px;} .fill_t li{ margin:5px 0 5px 0;} .shows{ width:600px; margin:0px auto; overflow:hidden; clear:both;} .shows a{ background:url("/wp-content/themes/eachcan/images/red_show_07.jpg") no-repeat right center; padding-right:10px; color:#4a4a4a; text-align:left;} .shows a:hover{ color:#C00;} .fill_t .submit{ background:url("/wp-content/themes/eachcan/images/fill_bt_11.jpg") no-repeat; width:123px; height:36px; border:0; cursor:pointer; margin-top:10px;} .fill_t .submit2{ background:url("/wp-content/themes/eachcan/images/jingli.jpg") no-repeat; width:123px; height:36px; border:0; cursor:pointer; margin-top:10px;} .fill_t .select{ height:24px; border:1px solid #dbdad8; width:175px; padding:3px;} .quick-link { position: absolute; top: 3px; right: 0; width: 156px; z-index: 20; } .quick-link a { display: block; height: 46px; width: 156px; margin-bottom: 10px; text-decoration: none; color: #fff; text-shadow: 0 1px 0 #999; background: url("/wp-content/themes/eachcan/images/quick-link-bg.png") left top transparent; overflow: hidden; position: relative; } .quick-link a img { position: absolute; left: 2px; top: 2px; } .quick-link a td { height: 46px; vertical-align: middle; font-size: 16px; font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif } .quick-link small { font-size: 14px; } .quick-link a:hover { background: rgb(254, 132, 2); } .linkcat h2 { display: none; } .xoxo li { float: left; } .xoxo img {width: 210px;}