/*common*/
body {
    font: 12px/1.5 microsoft yahei ,Helvetica, Arial, sans-serif;
    color: #535353;
    background:#fff;/*ssdu 2014-9-11*/
}
.container,
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
input,
img {
    vertical-align: middle;
}

a {
    outline: none;
    text-decoration: none;
    color: #535353;
}
a:hover {
    color: #189ae5;
    text-decoration: underline;
}
a.current {
    color: #246ac9;
}
table {
    border-collapse: collapse;
    table-layout: auto;
}
.f_lg {
    font-size: 16px;
}
.f_normal {
    font-size: 14px;
}
.f_sm {
    font-size: 12px;
}
.color_green {
    color: #008057;
}
a.color_green:hover {
    color: #008057;
}
.color_blue {
    color: #009dee;
}
.underline {
    text-decoration: underline;
}

/*涓夎*/
.ewmtriangel_white{
    position: relative;
    *position: static;
    top: -2px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-width: 4px 3px 0;
    border-style: solid dashed;
    border-color: #fff transparent;
    overflow: hidden;
}
.ewmtriangel_black{
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px 0;
    margin-left: 4px;
    border-style: solid dashed;
    border-color: #535353 transparent;
    overflow: hidden;
    position: relative;
    top: -1px;
    *left: 4px;
}
.ewmtriangel_blue{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-width: 4px 0 5px 6px;
    border-style: dashed solid;
    border-color: transparent #69b4e8;
    overflow: hidden;
}
em {
    color: #ff7b06;
    font-style: normal;
}
em:hover {
    text-decoration: underline;
}

/*wrapper*/
.wrapper {
    width: 100%;
    min-width: 1000px;
    max-width: 1920px;
    /**
	background:url(../images/body_bg.jpg) no-repeat left top #fafafa;**/
    font-family: microsoft yahei;
}

/*nav*/
.nav {
    background-color: #fff;
}
/* .menu-cont li a{color:#000;} */
.nav_wrap {
    position: relative;
    z-index: 1000;
}
.nav_wrap > a {
    height: 45px;
    line-height: 45px;
    padding: 0 13px;
    color: #fff;
    font-size: 17px;
    float: left;
    margin-right: 2px;
    position: relative;
}
.nav_wrap > a > img {
    border: 0 none;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin-left: 5px;
}
.nav_wrap a.current,
.nav_wrap a:hover {
    text-decoration: none;
    background-color: #0074cd;
    color: #fff;
}
.nav_wrap .login_btn {
    position: absolute;
    right: 10px;
    top: 0;
    margin-right: 0;
}
.nav_wrap .login_btn:hover {
    background: none;
}/*140801 edit begin*/
.nav_list {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    background-color: #565656;
    width: 70px;
    text-align: center;
    /*display: none;*/
}
.nav_list li {
    height: 30px;
    line-height: 30px;
}
.nav_list li a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ddd;
}
.nav_list li a:hover {
    background-color: #666;
}
/*header*/
/**IE7 鍏煎鎬� ssdu 2014-09-10**/
.header{
    position:relative;
    z-index:1;
}
.search_wrap {	
	padding:30px  0 30px;
   
}/*140714*/
.home_btn {
    position: absolute;
    left: 0;
    top: 32px;
    width: 120px;
    height: 38px;
}/*140714*/
/*search*/
.search_box {
    position: relative;
    width:680px;
    height: 50px;
	background:url(../images/zy_header_search.png) no-repeat  left top;
	margin:0px auto 0px;
}
.search_input_wrap {
    float: left;
    display: inline;
    height:50px   
    width: 435px;/*ssdu 2014-09-02 鎼滅储妗嗗搴�*/
    border-radius: 3px;
}
.search_input_wrap input{
    font-family: "microsoft yahei";
    font-size: 16px;
    color:#333;
}
.search_input {
    float: left;
    display: inline;
    width:558px;/*ssdu 2014-09-02 鎼滅储妗嗗搴�*/
    height:50px;
    line-height:46px;
    padding: 0px 10px;
    border: 0 none;
    font-size: 18px;
    color: #333;
	background:none;
}
.navbar-right .dropdown-menu{left:1px;}
.voice_btn {
    float: right;
    display: inline-block;
	margin-top:7px;
    width: 40px;
    height: 32px;
    background: url(../images/voice-icons.png) no-repeat;
	vertical-align:middle;
	
}
.voice_btn:hover,
.voice_btn:active {
    background-position: 0 -32px;
}
.search_btn {
    float: right;
    display: inline;
    width: 93px;
    height: 100%;
    background: #0084e9 url(../images/search-icon.png) no-repeat center;
    cursor: pointer;
    border-radius: 3px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.search_btn:hover{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*main*/
.filtrate {
    border-bottom: 3px solid #e1e1e1;
    line-height: 30px;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
    *position: relative;
    *z-index: 11;
}
.filtrate_item {
    position: relative;
    float: left;
    display: inline;
    margin-bottom: -1px;
    height: 30px;
    font-size: 0;
}
.filtrate_item > a {
    display: block;
    float: left;
    height: 29px;
    line-height: 28px;
    padding: 0 12px;
    border-left: 1px solid #e9e9e9;
    border-bottom: 3px solid #e1e1e1;
    color: #535353;
    font-size: 14px;
}/**140714*/
.filtrate_item > a:hover {
    text-decoration: none;
}
.filtrate_item > a.current {
    text-decoration: none;
    border-bottom-color: #3e74bc;
    border-bottom-width: 3px;
    font-weight: bold;
}
.filtrate_more_btn.current .ewmtriangel_black {
    border-top-color: #0077c9;
    border-bottom-color: #0077c9;
}
.filtrate_source {
    float: right;
    display: inline;
    margin-right: 64px;
    color: #ccc;
}
.filtrate_source_tit {
    font-size: 14px;
    font-weight: bold;
    color: #535353;
}
.filtrate_source a {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-weight: bold;
}
.filtrate_source a.current,
.filtrate_source a:hover,
.filtrate_source a:active {
    color: #0077c9;
    text-decoration: none;
}
.filtrate_more_list {
    position: absolute;
    right:  295px;/* ssdu 鏇村鎸夐挳浣嶇疆*/
    top: 30px;
    z-index: 10;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    background-color: #fff;
    font-size: 12px;
    /*display: none;*/
}
.filtrate_more_list li {
    width: 90px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.filtrate_more_list li:hover {
    background-color: #e7f2ff;
}
/*ssdu 2014-08-21*/
.filtrate_more_list li a {
   /* color: #535353;*/
}
.filtrate_more_list li a:hover {
    text-decoration: none;
}
.mc_slideup {
    margin-top: -6px;
}
.price_sort {
    padding-left: 10px;
    padding-right: 4px;
    height: 40px;
    line-height: 40px;
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
}
.price_sort strong {
    font-size: 14px;
    font-weight: bold;
}
.price_sort a {
    margin: 0 2px;
}
.price_sort a.current {
    color: #0077c9;
	background:url(../images/down_arr.png) no-repeat  right center;/*ssdu 2014-10-20*/
}
.price_sort a:hover,
.price_sort a:active {
    text-decoration: none;
}
.result_em {
    margin-top: 15px;
}
.result_em {
    position: relative;
    padding: 14px 8px 14px 600px;
    min-height: 90px;
    line-height: 22px;
    background: url(../images/search-em-bg.png) no-repeat left top;
    text-align: center;
}
.result_em_img {
    position: absolute;
    left: 50px;
    top: 14px;
    width: 530px;
    height: 90px;
}
.result_em_img img {
    display: block;
    width: 528px;
    height: 88px;
}
.result_em h2 {
    font-size: 18px;
    padding-bottom: 2px;
}
.result_em_pub {
    padding: 20px 8px 20px 235px;
    background-image: url(../images/search-em-pub-bg.png);
    text-align: left;
}
.result_em_pub_img {
    position: absolute;
    left: 40px;
    top: 14px;
    width: 177px;
    height: 112px;
}
.result_list {
    padding-top: 5px;
}
.result_list li {
    padding: 15px 15px 15px 20px;
    min-height: 88px;
    border-bottom: 1px solid #e6e6e6;
    position :relative;/*ssdu 浜岀淮鐮�*/
	z-index:1;
}

.result_list li h3 {
    padding-left: 2px;
    height: 38px;
    line-height: 38px;
    position: relative;
	font-size:16px;
}
.result_list li h3 a {
    color: #537080;
}
.result_list li h3 a:hover,
.result_list li h3 a:hover em {
    text-decoration: underline;
}

/*ssdu 2014-08-21 */
.result_list li h3 img,.result_list li h2 img {
    width: 16px;
    height: 16px;
    border: 0 none;
/*     vertical-align: text-top; */
    margin-right: 6px;
}
.resource_info {
    float: right;
    display: inline;
    padding-right: 9px;
    color: #787878;
}
.resource_detail {
    position: relative;
    padding-right: 9px;
}
.resource_detail_img img {
    width: 84px;
    height: 62px;
}
.resource_video_pop {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 40px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.resource_filter,
.resource_video_info {
    height: 15px;
    line-height: 15px;
}
.resource_filter {
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}

.resource_video_info {
    position: relative;
    z-index: 10;
    padding: 0 2px;
    margin-top: -15px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.resource_detail_des {
    line-height: 22px;
}
/*.resource_detail_des p {*/
/*white-space: nowrap;*/
/*overflow: hidden;*/
/*text-overflow: ellipsis;*/
/*-o-text-overflow: ellipsis;*/
/*}*/
.resource_detail_info {
    color: #999;
    
}
.resource_detail_info > span > em:hover {
    text-decoration: none;
}
.resource_detail_info > span{
    margin-right:0px;
}
.div_line {
    padding: 0px;
    color: #ccc;
}
.pub_time,
.view_tot {
    color: #999;
}
.appraise {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    text-align: right;
}
.star_box {
    min-width:80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
}
.star_box em {
    padding-left: 4px;
}
.full_star,
.half_star,
.no_star {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/stars.png) no-repeat;
    margin-top: 4px;
}

.half_star {
    background-position: -15px 0;
}
.no_star {
    background-position: -30px 0;
}
/*ssdu 2014-09-10*/
.full_star2{
	 display: inline-block;
     width: 20px;
     height: 20px;
	 background: url(../images/star_normal.png) no-repeat;
}
/*ssdu 2014-09-10*/
.no_star2{
	 display: inline-block;
     width: 20px;
     height: 20px;
	 background: url(../images/star_disable.png) no-repeat;
}
/*2014-08-21 ssdu*/
.resource_detail_word {
/*     margin-left: -92px; */
}
.resource_detail_word .resource_detail_des {
    min-height: 30px;
}

/*page*/
.page {
    padding-top: 16px;
    margin-right: -4px;
    text-align: center;
}
.page a {
    float: left;
    margin-right: 4px;
    padding-left: 11px;
    padding-right: 11px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #e9e9e9;
}
.page a:hover {
    text-decoration: none;
    color: #535353;
}
.page span.active {
    text-decoration: none;
    color: #fff;
    border-color: #0077c9;
    background-color: #0077c9;
}
.page .next_p,.M-box1 .prev_p{
	font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}
.page span{
	float: left;
	margin:0 3px;
	width: 28px;
    height: 28px;
    line-height: 28px;
    color: #bdbdbd;
    font-size: 14px;
}
.slide_icon {
    float: right;
    display: inline;
    width: 11px;
    height: 7px;
    margin: 11px 9px 0 0;
    background: url(../images/dir-btns.png) no-repeat;
}
.slide_up {
    background-position: 0 -8px;
}

/*footer*/
.footer {
    width: 100%;
    /*height: 59px;
    line-height: 59px;*/
    background-color: #fafafa;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.footer font{
    color: #189ae5;
    font-size: 14px;
}
/*footer_fixed*/
/*.footer_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
}*/
/*Footer*/
.footer{
    /* height:122px; */
	padding: 15px 0;
}
.footer_con{
	width: 1000px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.footer_con_menu{
    display:inline-block;
    padding-top:25px;
}
.footer_con_menu li{
    display:inline-block;
    line-height:22px;
    font-size:14px;
    background:url("footer_menu.png") no-repeat left;
    padding:0 15px 0 14px;
    float:left;
}
.footer_con_menu li:first-child{
    background:none;
}
.footer_con_menu li a{
    color:#fff;
    text-decoration:none;
}
.copyright{
    color:#75758e;
    font-size:12px;
	line-height: 22px;
}
/*******Footer*/

/*20140603 add*/
.choice_nav {
    border: 1px solid #e8ebec;
    background: #fff;   /* ssdu ie7 鍏煎  2014-08-29 */
}
/*  .unify_crumbs {
    padding-left: 99px;
    height: 30px;
    line-height: 30px;
    background: #e9e9e9;
} *//* 
.unify_crumbs > strong, 
.unify_crumbs > p {
    float: left;
    display: inline;
	font-weight:normal;
}
.unify_crumbs > strong {
    margin-left: -74px;
    font-style: normal;
    font-size: 14px;
    color: #646464;
}/* 
.unify_crumbs > p {
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    font-size: 0;
   
    color: #246ac9;
}
.unify_crumbs > p > span,
.unify_crumbs > p > a {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
}
.unify_crumbs > p > span {
    padding: 0 3px;
}
.unify_crumbs > p > a {
    width: 16px;
    color: #ff9f47;
    text-align: center;
}140714
.unify_crumbs > p > a:hover {
    color: #fff;
    background-color: #ff9f47;
    text-decoration: none;
} *//*140714*/
/*unify_crumbs 141107*/
.unify_crumbs{
    width: 1000px;
    margin: 0 auto;
    color: #787878;
    background: url(../images/home.png) no-repeat center left;
    padding: 14px 0 14px 17px;
    font-size: 12px;
}
.unify_crumbs *{
    margin: 0 4px;
}
.unify_crumbs a{
    color: #333;
}
.unify_crumbs a:hover{
    color: #009dee;
    text-decoration: underline;
}
.check_choice {
    padding-left: 99px;
    height: 30px;
    line-height: 30px;
    background: #e9e9e9;
}
.check_choice > strong,
.check_choice > p {
    float: left;
    display: inline;
	font-weight:normal;
}
.check_choice > strong {
    margin-left: -74px;
    font-style: normal;
    font-size: 14px;
    color: #646464;
}
.check_choice > p {
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    font-size: 0;
   
    color: #246ac9;
}
.check_choice > p > span,
.check_choice > p > a {
    display: inline-block;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
}
.check_choice > p > span {
    padding: 0 3px;
}
.check_choice > p > a {
    width: 16px;
    color: #ff9f47;
    text-align: center;
}/*140714*/
.check_choice > p > a:hover {
    color: #fff;
    background-color: #ff9f47;
    text-decoration: none;
}/*140714*/

.check_choice_list > li {
    position: relative;
    border-bottom: 1px dashed #e0e0e0;/*ssdu 20140911*/
    padding-left: 96px;
    padding-right: 76px;
    min-height: 34px;
    font-size: 14px;
}
.check_choice_list li.border_solid {
    border-bottom:1px solid #e0e0e0;
}
.check_choice_list > li > strong {
    position: absolute;
    left: 0;
    top: 0;
    width: 86px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #607e8f;
}/*140714*/
.check_choice_list > li > p {
    font-size: 0;
    padding-top: 3px;
}
.check_choice_list > li > p.more_list {
    padding-bottom: 7px;
}
.check_choice_list > li > p > a {
    float: left;
    display: inline;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 3px;
    white-space:nowrap;/*ssdu ie7鍏煎*/
	color:#000;/*ssdu 瀛椾綋榛戣壊  20140910*/
}
.check_choice_list > li > p > a.current,
.check_choice_list > li > p > a:hover {
    background-color: #246ac9;
    color: #fff;
    text-decoration: none;
}
.check_choice_more {
    position: absolute;
    right: 14px;
    top: 0;
    width: 48px;
    height: 34px;
    line-height: 34px;
    color: #787878;
    background: url(../images/slide_down.png) no-repeat right center;
}
.check_choice_more:hover {
    color: #787878;
    text-decoration: none;
}
.check_choice_slideup {
    background-image: url(../images/slide_up.png);
}
.check_choice_sort {
    height: 24px;
    line-height: 24px;
}
.check_choice_sort > p {
    float: right;
    display: inline;
    margin-left: 20px;
}
.check_choice_sort > p > span {
    padding-right: 10px;
}
.check_choice_sort > p > a {
    padding-right: 14px;
    color: #787878;
}
.check_choice_sort > p > a.current,
.check_choice_sort > p > a:hover {
    color: #0077c9;/*ssdu 2014-10-20 钃濊壊*/
    text-decoration: none;
}
.result_search_box {
    width:190px;
    height: 23px;
    border: 1px solid #ccc;
    margin-top: 8px;
    margin-right: 5px;
}
/*result_search*/
.result_search {
    float: left;
    display: inline-block;
    width:156px;
    height: 19px;
    line-height: 19px;
    padding: 2px 4px;
    border: 0 none;
    color: #535353;
}
.result_search_box .result_search_btn {
    float: right;
    display: inline;
    width: 26px;
    height: 23px;
    background: url(../images/result_search_bg.png) no-repeat center center #3e74bc !important;
    margin: 0;
}

/*quick_nav*/
.quick_nav,.quick_nav02 {
    height: 32px;
    line-height: 32px;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    border-left: 2px solid #246ac9;
    border-right: 1px solid #e8ebec;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 10px;
}
.quick_nav02 {
	border-top: 1px solid #d7d7d7;
}

.quick_nav em:hover {
    text-decoration: none;
}
/* .quick_nav02{ */
/* 	font-size:14px; */
/* 	padding-left:10px; */
/* } */

/*20140606*/
.expect_btn {
    display: block;
    width: 84px;
    height: 32px;
    line-height: 32px;
    background-color: #0077c9;
    color: #fff;
    font-size: 14px;
    margin: 10px auto 6px;
    text-align: center;
}
.expect_btn:hover {
    text-decoration: none;
    color: #fff;
}
/*140711----------yinWang------add----*/
.nav_wrap h1{
    height: 45px;
    width: 70px;
    background: url(../images/logo.png);
    font-size: 0;
    margin: 0 50px 0 0;
    float: left;
}
.nav_wrap a.nav_rgt,
.nav_wrap a.nav_rgt2{
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    float: right;
}
.option_clo{
    background: #fff url(../images/option_clo.png) no-repeat center left;
    width: 24px;
    height: 24px;
}
.check_choice > p > a.option_clo:hover{
    background: #fff url(../images/option_clo.png) no-repeat center left;
}
.up_arr{
    background: url(../images/up_arr.png) no-repeat right center;
    padding-right: 15px;
}
.down_arr{
    background: url(../images/down_arr.png) no-repeat right center;
    padding-right: 15px;
}
.left_one{
    border-left: none;
}
.resource_detail_level{
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
    text-align: right;
}
.resource_detail_level p{
    display: inline;
    line-height: 44px;
}
.resource_detail_level span img{
    border: none;
}
.resource_detail_level span font{
    color: #000;
    font-size: 12px;
    float: right;
    margin-top: 4px;
}
.resource_detail_level p font{
    color: #5e696f;
    margin-left: 15px;
    font-size: 12px;
    white-space: nowrap;
}
.page a.prev_page,
.page a.next_page{
    background: none;
    color: #8d9ea7;
}
.auto_complete {
/*ssdu 鎻掍欢鑷姩鑾峰彇瀹藉害浣嶇疆*/	
/*     position: absolute; */
/*     left: 0; */
/*     top: 50px; */
/*     width: 582px; */
    padding-bottom: 10px;
    background-color: #fff;
    border-color: #b1d3e0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    height:auto;
	overflow:hidden;
}
.auto_complete p {
    font-size: 18px;
    color: #bbb;
    padding: 6px 0 2px 14px;
}
.auto_complete li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
  /* border-left: 3px solid #fff;*/ 
    padding-left: 14px;
}
.auto_complete li span {
    float: left;
    display: inline;
    width: 26px;
    padding-left: 1px;
}
.auto_complete li .hot {
    color: #ff5900;
}
.auto_complete li:hover {
    background-color: #65B9ED;
    color: #fff;
}
/*20140722 ssdu*/
.auto_complete li  .bclass {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
	font-weight: normal;
}

.auto_complete .selected{
   background-color: #65B9ED;
    color: #fff;
}
/*ssdu   鑷姩琛ュ叏end*/

.nav_wrap a.nav_rgt2:hover{
    background: none;
    text-decoration: underline;
}
.result_list li h3 img.resource_ewm{
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 0;
}
.no_resource {
    min-height: 150px;
    margin-top: 10px;
    background: url(../images/no_resource_new.jpg) no-repeat center;
}
/* add 2014-9-29 cxh 璧勬簮涓嶅瓨鍦ㄦ垨鑰呮湭琚鏍�*/
.notexist_view{
	min-height: 90px;
    background: url(../images/add_image03.png) no-repeat center top;
}
/* 璧勬簮鏃犻瑙� 2014-9-29 cxh*/
.no_view {
    min-height: 90px;
    background: url(../images/add_image04.png) no-repeat center top;
}

/*140723 edit begin*/
.nav_list {
    position: absolute;
    left: 229px;
    top: 65px;
    z-index: 10;
    background-color: #fff;
    width: 580px;
    height: 103px;
    padding-top: 10px;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-top: none;
    box-shadow: 0 1px 5px #d7d7d7;
    /*display: none;*/
}
.nav_list li {
    float: left;
    width: 78px;
    height: 86px;
    display: inline;
    margin-left: 16px;
    overflow: hidden;
    padding-top: 5px;
}
.nav_list li img{
    display: block;
    margin: 0 auto;
    width: 66px;
    height: 66px;
}
.nav_list li a {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #626262;
    height: 90px;
    line-height: 15px;
    font-size: 13px;
}
.nav_list li a:hover{
    background: none;
    color: #626262;
}
.nav_list li:hover {
    background: url("li_hov.png") no-repeat;
    width: 78px;
    height: 86px;
    padding-top: 5px;
}


.wxsm{
    position: absolute;
    width: 188px;/*ssdu 2014-9-22*/
    height: 196px;/*ssdu 2014-9-22*/
    border: solid 1px #b6b6b6;
    border-radius: 2px;
    box-shadow: 0 2px 3px #cfcfcf;
    background-color: #f7f7f7;
    cursor: default;
    z-index: 101;
    line-height: 185px;
    text-align: center;
    right: 8px;
    top: 50px;
}
.wxsm span{
    position: absolute;
    background: url(../images/squre.png);
    width: 12px;
    height: 10px;
    top: -6px;
    right: 7px;
    display: block;
}
.resource_btnV .wxsm img{
    width: 148px;
    height: 148px;
    background: none;
    padding: 0;
    margin-top: 17px;
    *margin: 0;
}

/*140801*/
.nav_wrap a.nav_index,
.nav_wrap a.nav_disk,
.nav_wrap a.nav_perPage,
.nav_wrap a.nav_resouce,
.nav_wrap a.nav_Esch{
    padding: 0 13px 0 40px;
    margin-right: 10px;
}
.nav_wrap a.nav_index{
    background: url(../images/nav_icon.png) no-repeat left top;
}
.nav_wrap a.nav_disk{
    background: url(../images/nav_icon.png) no-repeat left  -45px;
}
.nav_wrap a.nav_perPage{
    background: url(../images/nav_icon.png) no-repeat left -90px;
}
.nav_wrap a.nav_resouce{
    background: url(../images/nav_icon.png) no-repeat left -135px;
}
.nav_wrap a.nav_Esch{
    background: url(../images/nav_icon.png) no-repeat left -180px;
}
.nav_wrap a.nav_index.current,
.nav_wrap a.nav_index:hover{
    background: #0074cd url(../images/nav_icon.png) no-repeat left top;
}
.nav_wrap a.nav_disk.current,
.nav_wrap a.nav_disk:hover{
    background: #0074cd url(../images/nav_icon.png) no-repeat left  -45px;
}
.nav_wrap a.nav_perPage.current,
.nav_wrap a.nav_perPage:hover{
    background: #0074cd url(../images/nav_icon.png) no-repeat left -90px;
}
.nav_wrap a.nav_resouce.current,
.nav_wrap a.nav_resouce:hover{
    background: #0074cd url(../images/nav_icon.png) no-repeat left -135px;
}
.nav_wrap a.nav_Esch.current,
.nav_wrap a.nav_Esch:hover{
    background: #0074cd url(../images/nav_icon.png) no-repeat left -180px;
}
/*140723 add user_option*/
.user_option{
    width: 65px;
    border: 1px solid #e4ebe9;
    position: absolute;
    background: #fff;
    right: 126px;
    top: 45px;
    box-shadow: 0px 2px 3px #f3f3f3;
    padding: 0 5px 5px;
	display:none;
}
.user_option li{
    line-height: 24px;
    text-align: center;
}
.user_option li a{
    color: #6b6b6b;
}
.user_option li a:hover{
    background: none;
    color: #0084e9;
}
.chajian{
	border:1px solid #ccc;padding:20px;height:300px; margin:10px 0;
}
.none{
	display:none;
}
.zs_map{
	margin-top:10px;
	border:1px solid #e1e1e1;
	border-left:0px;
}

.cyy_tab_title p{
	font-size:12px;
	color:#81878d;
	line-height:24px;
}

.cyy_search{
	border-radius:3px;
	background:url(../images/cyy_seacher.png) no-repeat 5px center #5b5b5b;
	padding-left:28px;
	display:inline-block;
	padding-right:5px;
	vertical-align:middle;
	margin-right:5px;
}
.cyy_search input[type="text"]{
	border:0 none;
	background:#5b5b5b;
	height:25px;
	width:210px;
	color:#cecece;
	line-height:25px;
}
.cyy_sear{
	display:inline-block;
	height:27px;
	width:65px;
	background:url(../images/cyy_seacher02.png) no-repeat left top;
	color:#fff;
	text-align:center;
	line-height:27px;
}
.cyy_sear:hover{
	background-position:left bottom;
	color:#fff;
	text-decoration:none;
}

.cyy_res_list span b{
	color:#44ace8;
	font-weight:normal;
}
.cyy_res_list span{
	display:inline-block;
	width:250px;
	color:#81878d;
	margin-left:10px;
}
.cyy_res_list li a{
	display:block;
	padding:11px;
}
.cyy_res_list li a:hover{
	background:url(../images/cyy_list.png) no-repeat center bottom;
}
.cyy_res_list li{
	background:#333435;
	margin-top:1px;
}
.cyy_res_list{
	height:305px;
	overflow:auto;
}
.cyy_vo_text span{
	color:#fff;
}
.cyy_vo_text{
	background:#3c3c3c;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#787d81;	
}


.categroy_button a{
	background:url(../images/cate_button.png) no-repeat center top;
	display:inline-block;
	width:58px;
	color:#7b7b7b;
	font-size:14px;
	text-align:center;
	
	}
.categroy_button a:hover{
	background-position:center bottom;
	color:#7b7b7b;
}
.categroy_button a span{
	display:inline-block;
	height:29px;
	line-height:29px;
	text-align:center;
	background:url(../images/cate_button01.png) no-repeat left center;
	padding-left:13px;
}
.categroy_button a.cate_edtior span{
	background:url(../images/cate_button02.png) no-repeat left center;
}
/* cxh 2014-9-23add */
.categroy_button a.cate_edtior span.cate_back{
	background:url(../images/cate_button04.png) no-repeat left center;
}
.cate_content li.selected a span{/*20140922 hjkan del*/	
	
}
.cate_content li a span{
	display:inline-block;
	height:26px;
	line-height:26px;	
	padding-right:15px;
	background:none;
}
.cate_content li.selected a:hover span{/*20140922 hjkan del*/
	
	
}
.filtrate_item_text a{
	font-size:12px;
}
.select_mod{
	font-size:12px;	
	position:absolute;
	right:10px;
	font-size:13px;
}
.filtrate_item{
	position:relative;
	width:100%;
}
/*ssdu  20140910*/
.select_mod select{
	width:62px;
	font-size:13px;
}
select{
	border:1px solid #ccc;
	height:24px;
	line-height:24px;
	*padding:2px;
}
.price_sort a{
	/*background:url(../images/down_arr.png) no-repeat  right center;*/	padding-right:10px;
}
.price_sort a:hover{
	background:url(../images/rang_hov.png) no-repeat right center;
}
.price_sort a.current{
/* 	background:url(../images/up_arr_hov.png) no-repeat right center !important; */
}
.price_sort a.current:hover{
/* 	background:url(../images/up_arr_hov.png) no-repeat right center !important; */
}
.pic_infor{
	width:596px;
	color:#535353;
	}/*font-size:14px; 20140912 hjkanedit*/
.pic_infor span{
	font-size:12px;
}
.result_list h2{
	font-size:16px;
	font-weight: bold;
}
.result_list font{
	line-height:24px;
}
.result_list font em{
	
	font-style:italic;
	font-size:14px;
}
.ewm{
	margin-top:5px;
	margin-left:5px;
}
.resource_detail_mid{
	width:600px;
}
.resource_detail_des p{
	font-size:14px;
	color:#000;/*榛戣壊  ssdu 20140910*/
}
.list_title{
	background:url(../images/word.png) no-repeat left center;
	padding-left:20px !important;
}
.main_cont_l{
	padding-bottom:20px;
}
.down_load_button{
	display:inline-block;
	background:url(../images/button_bg.png) no-repeat left top;
	width:123px;
	text-align:center;
}
.down_load_button:hover{
	background-position:left bottom;
}
.down_load_button span{
	display:inline-block;
	height:33px;
	line-height:33px;
	color:#fff;
	font-size:14px;
	background:url(../images/button_ico.png) no-repeat left center;
	padding-left:20px;
}
.down_load_box img{
	vertical-align:middle;
	margin-left:5px;
	position:relative;
	top:-2px;
	
}
.down_load_box{
	padding-top:20px;
	position: relative;/*ssdu 2014-09-28 浜岀淮鐮佷綅缃�*/
}
.zy_logo_box{
	text-align:center;
	margin-top:36px;	
}
.header_wrap_page h1{
	margin-top:40px;
} 
.header_wrap_page .search_box{
	background:url(../images/zy_header_search02.png)  no-repeat left top;
	height:41px;
	width:513px;
}
.header_wrap_page .search_input{
	width:407px;/*ssdu 2014-09-02 */
	height:41px;
	line-height:40px;
}
.header_wrap_page .voice_btn{
	margin-top:4px;
}
.header_wrap_page .search_btn{
	height:39px;
	background:url(../images/zy_header_serch_ico.png) no-repeat center center #0084e9;
	width:78px
}
.main_top_result .check_choice>p{
	border:1px solid #eac195;
	background:#ffeedb;
	margin-right:6px;
}
.main_top_result .check_choice>p>span{
	color:#333;
}
/*ssdu 2014-09-03 鑷姩琛ュ叏鐨勫瓧浣�*/
 pre{
	 font-family: microsoft yahei;
 }   
 .recent_up a{
	font-size:14px;
 }
 /**20140919 eyli add*****/
 /**.price_sort a{
	background:none;
	padding-right:0px;
 }*20140929*/
 .price_sort a:hover{
	background:none;
 }
 .result_search_box{
	margin:2px -2px 0 0;
 } 
 .filtrate_item > a{
	padding:0 8px;
 }
.check_choice_sort > p > a{
	padding:0px;
}
.check_choice_sort{
	margin-top:8px;
}
.price_sort{
	background:#f3f3f3;
}
.check_choice_sort > p > span{
	padding-right:0px;
}
/**20140929 eyli add**/
.check_choice_sort a{
background:none !important;
}
.check_choice_sort > p{
	margin-left:10px;
}
.price_sort a{
	margin:0 2px;
}
/**20141016 eyli add*****/
.add_body_bg {
    background-attachment: fixed;
    background-image: url(../images/bg_01.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}

/*鐣呰█浜慱璧勬簮涓績瀵艰埅  淇敼*/
.fixed { display: block; min-height: 1%; }
.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.k_savebox{ position:relative;}
.k_savebox .save_mytag{ background:url(../images/save_mytag.png) no-repeat left center; width:16px; height:24px;}
.k_savebox .save-mytag{ position:absolute; left:169px; top:-24px;background:url(../images/save-mytag.png) no-repeat left center; text-align:center; line-height:19px; width:93px; height:24px; color:#d46e00;}

.k_baidu{ margin-top:8px;}

.k_price_sort{ background:#f3f3f3; height:30px; line-height:30px;}
.k_price_sort a{ border-right:1px solid #e0e0e0; padding-right:6px;}
.k_col1{ color:#3e74bc;}
.k_col3{color:#333;}
.k_col6{color:#666;}
.k_col9{color:#999;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.mr20{ margin-right:20px;}
.mr10{ margin-right:10px;}
.lh22{ line-height:22px;}
.ft14{ font-size:14px;}
.ft16{ font-size:16px;}

.k_unborder{ border:none !important;}
.k_nav_border{ border:1px solid #dfdfdf;}


.result_list font i{ font-style:italic;}
.resource_detail_img img{ border:1px solid #e1e1e1;}
.k_nav_icol{ background:url(../images/k_nav_icol.jpg) no-repeat left center; margin-left:20px; padding-left:20px;color:#999; font-size:12px;}
.k_nav_icor{padding-left:20px; margin-left:20px;  background:url(../images/k_nav_icor.jpg) no-repeat left center;color:#999; font-size:12px;}

.pic_infor .hd{ height:40px; line-height:20px; overflow:hidden; }

.k_view{ position:relative;}

.k_view_tag{ position:absolute; background:url(../images/k_view_tag.png) no-repeat center; width:92px; top:57px; left:0px; color:#eee; padding-left:8px;}
.k_view-tag{ position:absolute; background:url(../images/k_view-tag.png) no-repeat center; width:92px; top:57px; left:0px; color:#eee; padding-left:8px;}

.k_nav_viewwarp{ background:url(../images/k_nav_viewwarp.png) no-repeat; width:480px; height:123px; }
/*2040927 hjkan edit*/

.k_nav_viewwarp_l{ background:url(../images/k_nav_viewwarp_l2.png) no-repeat center; height:42px; width:30px;margin-top:44px; margin-left:4px;  }
.k_nav_viewwarp_l:hover{ background:url(../images/k_nav_viewwarp_l3.png) no-repeat center; }
.k_nav_viewwarp_r{ background:url(../images/k_nav_viewwarp_r2.png) no-repeat center;height:42px; width:30px;margin-top:44px;}
.k_nav_viewwarp_r:hover{ background:url(../images/k_nav_viewwarp_r3.png) no-repeat center; }

.k_nav_viewwarp .cont { padding-top:20px;   }/*2040927 hjkan edit*/ 
.k_nav_viewwarp .cont .pic{ display:inline-block;border:3px solid #757575;  margin:-5px 7px 8px 9px !important;}/*2040927 hjkan edit*/
.k_nav_viewwarp .cont .pic img{ overflow:hidden; width:106px; height:80px;  }

.k_nav_page{ padding:40px 0px !important;}
.result_list h2 i{ color:#bbb; font-style:normal !important; font-size:12px; font-weight:normal;}

/*鐣呰█浜慱澶氱缉鐣ュ浘棰勮  淇敼*/
.filtrate_hd a{ padding:0 8px;    display: block;
    float: left;
    height: 29px;
    line-height: 28px;
    color: #535353;
    font-size: 14px;
}
.filtrate_hd .current{    text-decoration: none;
    border-bottom-color: #3e74bc;
    border-bottom-width: 3px;
    font-weight: bold;
}

 .radio_select{
	background:#f3f3f3;
	border-bottom:1px solid #e6e6e6;
	padding:0px 10px;
 }

 .radio_select label{
	margin-right:5px;
	line-height:30px;
	display:inline-block;
 }
 .radio_select label input{
	vertical-align:middle;
	margin-right:3px;
 }

.k_resultcont{ width:473px;}
.resource_detail_img img {
    width: 100px;
    height: 74px;
	overflow:hidden;/*20140923 hjkan add*/
}

.k_res_viewwarp{ background:url(../images/k_res_viewwarp.jpg) no-repeat; width:701px; height:122px;}/*20140924 hjkan edit**/


.k_res_viewwarp .cont .pic{ display:inline-block;border:3px solid #757575; margin:-4px 6px 0 8px !important;} /*20140925 hjkan edit**/

/*20140924 hjkan add**/
.ml7{ margin-left:7px;}
.k_res_viewwarp .paging{ color:#fff; text-align:center; font-family:Arial, Helvetica, sans-serif; }
.k_nav_viewwarp .paging{ color:#fff; text-align:center; font-family:Arial, Helvetica, sans-serif; height:20px; line-height:20px; overflow:hidden; }
.k_nav_viewwarp .pic:hover{ border:3px solid #1f8eff;}
.k_nav_viewwarp .cont2{width:385px; overflow:hidden; height:82px; }
.k_res_viewwarp .cont{ overflow:hidden; height:82px;  width:630px; margin:0 auto;}
.k_res_viewwarp .cont li { float:left; display:inline-block; padding:0px;}

.k_nav_viewwarp .cont2 li{float:left; display:inline-block; padding:0px;}

/*ssdu 2014-09-22 浜岀淮鐮�*/ 
.wxsm font{
	color: #acacac;
	line-height:normal;
}
/*ssdu 瀵艰埅鎺ㄨ崘妯″潡浜岀淮鐮�*/
.down_load_box .wxsm {
	top:63px;
}
.result_list .my_grade .wxsm img, .bishun .my_grade .wxsm img,.down_load_box .wxsm img{
width: 148px;
height: 148px;
background: none;
padding: 0;
margin: 17px auto 5px;
float: none;
display: block;
}

.wxsm span {
position: absolute;
background: url(../images/squre.png);
width: 12px;
height: 10px;
top: -6px;
right: 7px;
display: block;
}
/*ssdu 2014-09-22 浜岀淮鐮�*/


.k_nav_viewwarp .paging a{
	color:white;
}
.k_nav_viewwarp .paging a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 9px;
	height: 9px;
	margin: 6px 5px 0 0;
}
.k_nav_viewwarp .paging a.selected {
				background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
				text-decoration: underline;				
			}
.k_index_content{
	background:#fff;
	border:1px solid #dfdfdf;
	border-top:2px solid #dfdfdf;
	padding:10px 2px 16px 0;
 	min-height: 66px;/*add鏈�灏忓搴�*/
	width:1000px;
}
.k_index_content  li{ width:210px; float:left; display:block; margin:5px 5px 5px 29px; overflow:hidden; }
.k_index_content li.selected .box{ border:1px solid #ebc49a; background:#ffeedb; overflow:hidden;}
.k_index_content li .box2{ border:1px solid #fff; background:#fff; overflow:hidden;}
.k_index_content li i{ margin-top:8px;padding:5px; margin-left:16px; background:url(../images/k-ico.png) no-repeat center; display:block; float:left;}
.k_index_content li.selected i:HOVER{background:url(../images/k_ico.png) no-repeat center center;cursor: pointer;}
.k_index_content li em{ display:block; float:left; margin-top:8px;  padding:5px;margin-left:8px; background:url(../images/k-ico1.png) no-repeat right center;}
.k_index_content li.selected em:HOVER{background:url(../images/k_ico1.png) no-repeat right center;cursor: pointer;}
.k_index_content .ico{ border:none !important;  background:url(../images/zy_index_flag.png)  no-repeat scroll 7px  center  !important ; padding-left:25px; line-height:26px; width:140px; margin-left:0px; overflow:hidden; height:26px; display:inline-block;}
.k_index_content li p{ float:left; height:26px; line-height:26px;  float:left; width:160px; overflow:hidden;}


/**20140928 eyli add**/
.box{
	position:relative;
}
.box  i,.k_index_content em{
	position:absolute;
	right:18px;
	top:0px;
	height:100%;
	background:#ffeedb;
	display:inline-block;
	width:11px;
	margin:0px !important;
	padding:0px !important;
}
.k_index_content .ico{
	width:168px;	
}
.k_index_content li{
	margin:5px 5px 5px 15px;
	width:228px;
}
.k_index_content li p{
	width:100%;
}
.k_index_content em{
	right:5px;	
}
.categroy_button{
	position:relative;
}
/*鍚勯〉闈㈣儗鏅浘*/
.add_body_bg{
	background-image:url(../images/bg_01.jpg);
	background-position:center top;
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	z-index:-10;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.addbutton_nav{
	position: absolute;
	top: 94px;
	right: 352px;
}
/**20140930 add eyli**/
/* .container{
	background:url(../images/con_bg.png) repeat-y center top;
	padding:5px 3px;
} */



.td_wrap_scroll .prev{
	float:left;
	padding-top: 27px;
	color:blue;
}

.td_wrap_scroll .next{
	float:right;
	padding-top: 27px;
	color:blue;
}

.td_wrap_scroll .gray{
	color:gray;
	cursor:not-allowed;
}

.td_wrap_scroll .list-item-res{
	float:left;
}
/***20141021 eyli add****/

.bread_title {
    background: url("zy_yun.png") no-repeat scroll 10px center rgba(0, 0, 0, 0);
    font-size: 14px;
    padding-left: 35px;
}
.zy_bag_table{
	width:100%;
}
.zy_bag_title{
	background:url(../images/img_zyb.png) no-repeat 9px center;
}
.zy_bag{
	background:#fff;
}
.zy_bag_title{
	padding:10px 10px 10px 30px;
	border:1px solid #ccc;
	border-bottom:0px;
}
.zy_bag_table td,.zy_bag_table,.zy_bag_table th{
	border:1px solid #ccc;
	padding:10px;
	text-align:center;
}
.zy_bag_table{
	padding:10px 0;
}
.zy_bag_table th{
	background:#f2f2f2;
}
.zy_bag_table td:first-child,.zy_bag_table th:first-child{
	text-align:left;
}
.zy_bag_table td.viewcount{
	max-width: 40px;
	overflow: hidden;
}
.zy_bag_table td.extension{
	width: 40px;
	overflow: hidden;
}
.zy_bag_table td.downloadcount{
	max-width: 40px;
	overflow: hidden;
}
.zy_bag_table td.filesize{
	max-width: 45px;
	overflow: hidden;
}
.zy_bag_table td.uploader{
	max-width: 45px;
	overflow: hidden;
}
.zy_bag_table td.time{
	max-width: 55px;
	overflow: hidden;
}
.zy_bag_div{
	display: inline-block;
	width: 84px;
	height: 20px;
	text-align: right;
	display: none;
	margin-right: -131px;
}
.zy_bag_table input[type="checkbox"]{
	margin-right:5px;
}
.zy_bag_table tr:hover {
	background:#e6f1ff;
	width: 100%;
}
.zy_bag_block{
	width:360px;
	height:20px;
}
/*2014骞�10鏈�28鏃dd  cxh*/
.zy_bag_block img{
	margin-right: 5px;
}

.zy_bag_div a{
	background:url(../images/zy_flag.png) no-repeat left center;
	width:20px;
	height:20px;
	display:inine-block;
	text-indent:-999;
	display:inline-block;
	margin-right:5px;
}
tr:hover .zy_bag_div{
	display:block;
}
.zy_bag_div a:hover{
	text-decoration:none;
}
.zy_bag_div a.zy_share{
	background-position:-6px center;
}
.zy_bag_div a.zy_load{
	background-position:-37px center;
}
.zy_bag_div a.zy_look{
	background-position:-73px center;
}
.zy_bag_div a.zy_editor{
	background-position:-107px center;
}
.margin10{
	margin-top:10px;
}
.zy_bag_block{
	margin-left:20px;
}
.zy_bag_block input[type="checkbox"]{
	margin-right:30px;
}

/*ssdu 浜や簰寮忚浠剁殑鏄熸槦鏄剧ず 2014-10-27*/
span.cyy_pj {
    background: url(../images/cyy_xj02.png) no-repeat scroll left bottom ;
    width:50px;
	display:inline-block;
	margin-right:5px;
	margin-top:6px;
}
span.cyy_pj>span{
	background: url(../images/cyy_xj02.png) no-repeat scroll left top;
    height:9px;
    width: 80%;
	display:inline-block;
}
/*ssdu 浜や簰寮忚浠剁殑鏄熸槦鏄剧ず end 2014-10-27*/
.view_pro_title a{
	display:block;
	width:133px;
	border: 2px solid #DFDFDF;/*ssdu icw缂╃暐鍥捐竟妗� 2014-11-05*/
}
.cyy_pj_body{
	position:absolute;
	padding:5px 0;
	bottom:0px;
	left:0px;
	background:#000;
	background-color:rgba(0,0,0,0.6);
	background:#000\9;
	filter:alpha(opacity=50);
	width:100%;
}
.view_pro_title a{
	position:relative;
}
.view_tool{
	z-index:999;
}
.color_green {
    color: #008057;
}
/*2014骞�11鏈�10鏃� add  eyli*/
.zy_bag_table td{
	border:0 none;
}
.zy_bag_table .tr_type_last td{
	border-bottom:1px solid #dfdfdf;
}
.zyb_tr td>div{
	height:34px;
	position:relative;
}
.zyb_tr td>div b{
	display:inline-block;
	background:url(../images/zyb_title.png) no-repeat left top; 
	height:34px;
	position:absolute;
	left:-18px;
	top:0px;
	width:136px;
}
/*2014骞�11鏈�10鏃�12:51:06  cxh add*/
.resname{
	width: 295px !important;
}
.zy_bag_table .zyb_tr:hover{
	background:none;
}
.zyb_tr_title02 td>div b{
	background-position:left -34px;
}
.zyb_tr_title03 td>div b{
	background-position:left -68px;
}
.zyb_tr_title04 td>div b{
	background-position:left -102px;
}
.zy_bag_box{
	padding:5px 15px !important;
}
.zy_bag_block{
	width:270px;
}
.zy_bag_div a.zy_share{
	 background-position: -4px center;
}
