@charset "gb2312";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{color:#3b3b3b;}
a,a:hover{color:#333;}
.fl{float:left}
.fr{float:right}
.clear{clear:both}
.hide{display:none;}
/* 多行式面包屑导航 */
.m-crumb{overflow:hidden;line-height:1.5;zoom:1;}
.m-crumb ul{margin-left:-20px;}
.m-crumb li{float:left;word-wrap:normal;white-space:nowrap;}
.m-crumb li i{display:inline-block;*display:inline;*zoom:1;width:20px;text-align:center;font-size:12px;color:#ccc;font-family:\5b8b\4f53;}
/* 通用自定义按钮-默认蓝色 */
.u-btn{display:inline-block;*display:inline;*zoom:1;*overflow:visible;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:0 12px;height:28px;line-height:28px;border:1px solid #2d88bf;border-radius:5px;font-size:12px;letter-spacing:1px;word-spacing:normal;text-align:center;vertical-align:middle;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);text-shadow:0 -1px rgba(0,0,0,0.2);background:#54aede;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#6dbde4),to(#399dd8));background:-webkit-linear-gradient(#6dbde4,#399dd8);background:-moz-linear-gradient(#6dbde4,#399dd8);background:-ms-linear-gradient(#6dbde4,#399dd8);background:linear-gradient(#6dbde4,#399dd8);}
button.u-btn{*height:30px;_line-height:25px;}
.u-btn,.u-btn:hover{color:#fff;text-decoration:none;}
.u-btn:hover,.u-btn:focus{background:#399dd8;}
.u-btn:active{box-shadow:inset 0 1px 4px rgba(0,0,0,0.2);}
.u-btn::-moz-focus-inner{padding:0;margin:0;border:0;}
.u-btn .btntxt{margin-right:3px;_vertical-align:middle;}
.u-btn .btnsel{display:inline-block;*display:inline;*zoom:1;width:0;height:0;overflow:hidden;vertical-align:middle;border-style:solid dashed dashed;border-width:4px 4px 0;border-color:rgba(255,255,255,0.8) transparent transparent;}
.u-btn:hover .btnsel,.u-btn:focus .btnsel{border-top-color:rgba(255,255,255,1);}
/* 较大 */
.u-btn-lg{padding:0 15px;height:36px;line-height:36px;font-size:18px;}
button.u-btn-lg{*height:38px;_line-height:33px;}
.u-btn-lg .btnsel{border-width:5px 5px 0;}
/* 较小 */
.u-btn-sm{padding:0 10px;height:22px;line-height:22px;}
button.u-btn-sm{*height:24px;_line-height:19px;}
/* 红色 */
.u-btn-red{border-color:#9f161b;background:#de2027;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#ee232a),to(#cc1c23));background:-webkit-linear-gradient(#ee232a,#cc1c23);background:-moz-linear-gradient(#ee232a,#cc1c23);background:-ms-linear-gradient(#ee232a,#cc1c23);background:linear-gradient(#ee232a,#cc1c23);}
.u-btn-red:hover,.u-btn-red:focus{background:#cc1c23;}
/* 黄色 */
.u-btn-yellow{border-color:#e1962d;background:#faa42b;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fbb149),to(#f8960a));background:-webkit-linear-gradient(#fbb149,#f8960a);background:-moz-linear-gradient(#fbb149,#f8960a);background:-ms-linear-gradient(#fbb149,#f8960a);background:linear-gradient(#fbb149,#f8960a);}
.u-btn-yellow:hover,.u-btn-yellow:focus{background:#f8960a;}
/* 绿色 */
.u-btn-green{border-color:#52a552;background:#5cbc5c;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#68c668),to(#50b150));background:-webkit-linear-gradient(#68c668,#50b150);background:-moz-linear-gradient(#68c668,#50b150);background:-ms-linear-gradient(#68c668,#50b150);background:linear-gradient(#68c668,#50b150);}
.u-btn-green:hover,.u-btn-green:focus{background:#50b150;}
/* 灰色 */
.u-btn-gray{border-color:#d0d0d0;text-shadow:0 1px rgba(255,255,255,0.8);background:#f3f3f3;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fefefe),to(#e7e7e7));background:-webkit-linear-gradient(#fefefe,#e7e7e7);background:-moz-linear-gradient(#fefefe,#e7e7e7);background:-ms-linear-gradient(#fefefe,#e7e7e7);background:linear-gradient(#fefefe,#e7e7e7);}
.u-btn-gray,.u-btn-gray:hover{color:#333;}
.u-btn-gray:hover,.u-btn-gray:focus{background:#e7e7e7;}
.u-btn-gray .btnsel{border-top-color:rgba(0,0,0,0.6);}
.u-btn-gray:hover .btnsel,.u-btn-gray:focus .btnsel{border-top-color:rgba(0,0,0,1);}
/* 文本输入框 */
.u-ipt{width:180px;padding:5px;height:17px;border:1px solid #D9D9D9;border-top-color:#c0c0c0;line-height:17px;font-size:14px;color:#777;background:#fff;}
/* 文本输入框-窄 */
.u-ipt-s{width:90px;}
.u-ipt-l{width:360px;}
/* 文本输入框-出错 */
.u-ipt-err{border-color:#c00 #e00 #e00;}
.u-tarea{width:360px;height:100px;border: 1px solid #D9D9D9;border-top-color: #c0c0c0;}
.readonly{background:#eee}
/* 简易表单 */
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
.m-form .formitm{padding:10px 0 0;line-height:30px;min-height:30px;_height:30px;}
.m-form .formitm-1{padding-left:100px;}
.m-form .lab{float:left;width:95px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form .lab i{color:#f00}
.m-form .ipt{margin-left:100px;}
.m-form .ipt *{vertical-align:middle;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#3891eb;}
.m-form .ipt img{height:32px;margin:0 15px 0 5px;}
.m-form .ipt .info{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{height:22px;line-height:22px;color:#999;}
.m-form .tip{padding-top:10px;}
.m-form .tip input{margin:0 5px 3px 0;}
/* 简易数据表格-格边框 */
.m-table{table-layout:fixed;width:100%;line-height:1.5;}
.m-table th,.m-table td{padding:5px;border:1px solid #ddd;}
.m-table th{font-weight:bold;}
.m-table tr.even{background:#fafafa;}
.m-table tr:nth-child(2n){background:#fafafa;}
.m-table tbody tr:hover{background:#f0f0f0;}
.m-table .cola{width:100px;}
.m-table .colb{width:200px;}
/* 简易数据表格-行边框*/
.m-table-row th,.m-table-row td{border-width:0 0 1px;}
/* 简易数据表格-圆角*/
.m-table-rds{border-collapse:separate;border:1px solid #ddd;border-width:0 1px 1px 0;border-radius:5px;}
.m-table-rds th,.m-table-rds td{border-width:1px 0 0 1px;}
.m-table-rds > :first-child > :first-child > :first-child{border-top-left-radius:5px;}
.m-table-rds > :first-child > :first-child > :last-child{border-top-right-radius:5px;}
.m-table-rds > :last-child > :last-child > :first-child{border-bottom-left-radius:5px;}
.m-table-rds > :last-child > :last-child > :last-child{border-bottom-right-radius:5px;}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,code,em,img,q,small,strong,dd,dl,dt,li,ol,ul,fieldset,form,label,table,tbody,tr,th,td,input,textarea {
  margin: 0;
  padding: 0;
}
body {font-size: 12px; color: #333; font-family: "Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体"; background:url(imagesbj.jpg) repeat-x;}
input { outline:none;}
a { text-decoration:none; color:#333; outline:none;}
img { border:none;}
.clear{clear:both;}
ul,li{list-style-type: none;}

/*---------------------------header-------------------------------*/
.header { margin:0 auto; width:100%;}
.top { margin:0 auto; width:980px; height:33px;}

.login { float:left; height:33px;}
.login span { float:left; line-height:33px; color:#555;}

.username{ float:left; line-height:33px; color:#555; margin-right:8px;}
.username:hover{ text-decoration:underline; color:#14AEEE;}

.login input{ float:left; width:100px; height:15px; line-height:15px; margin-top:7px; border:1px solid #B8D2DF; margin-right:5px; display:inline; }
.login select{float:left;line-height:17px; height:17px; margin-top:7px;margin-right:5px;}
#login_submit { width:54px; height:17px; background:url(imagesdl.jpg) center; border:none; cursor:pointer}
.login_register { float:left; width:54px; height:17px; background:url(imageszc.jpg); margin-top:7px;}
.login_bakpass { float:left; margin-left:5px; display:inline; color:#555; margin-top:7px;}
.login_bakpass:hover { color:#14AEEE;}


.t_link { float:right; width:412px; height:24px;}
.t_link a { float:left; margin:7px 0 0 5px}
.t_link_t1 { margin-left:15px; display:inline;}
.t_link_t1,.t_link_t2 { color:#1D80C4; font-weight:bold;}
.t_link_t3 {color:#1D80C4; margin-left:5px; display:inline;}

.logo {margin:0 auto; width:980px;}
.logoswf {width:980px;}
.nav {width:985px; height:74px; background:url(imagesdh02.jpg); position:relative;}
.nav_l { position:absolute; top:-4px; left:29px; width:956px; height:39px; }
.nav_l a { float:left; width:147px; height:39px; text-align:center; font-weight:bold; font-size:15px; line-height:50px;}
.nav_l a:hover,#nav_l_s { background:url(imagesdh01.gif) center top no-repeat; line-height:50px; color:#FFF;}
.nav_notiec { position:absolute; bottom:10px; left:40px; color:#FFF; font-weight:bold;}
/*.nav_notiec a { color:#FFF; font-weight:normal; margin:0px 10px; display:inline;}*/
.nav_seach { position:absolute; bottom:7px; right:40px;}
.nav_seach_ico { float:left; width:19px; height:20px; background:url(imagesss01.jpg); margin-top:3px;}
.nav_seach_inp { float:left; width:189px; padding:0 10px; height:20px; line-height:20px; background:url(imagesss02.gif);  margin-top:3px; border:none; margin-left:5px; display:inline;}
.nav_seach_s { float:left; width:63px; height:25px; background:url(imagesss03.gif); border:none;  margin-left:5px; display:inline; cursor:pointer}
.nav_seach_s2 { float:left; width:63px; height:25px; background:url(imagesss04.gif); border:none;  margin-left:5px; display:inline; cursor:pointer}

#demo_note li{height:20px;line-height:20px;}
#demo_note li a{display:block;width:50%;float:left;color:#fff;}
/*---------------------------pcs lzh 1-14-------------------------------*/ 
.pcs{ clear:both; overflow:hidden; width:260px; padding:10px; position:absolute; z-index:200; background:#fff;top:22px; display:none;left:-200px;}
.pcs ul{ clear:both; overflow:hidden; margin:0 auto; width:240px; text-align:left;}
.pcs li{ list-style:none; float:left; width:103px; background:url(imagespcs_08.gif) no-repeat 5px 7px; padding-left:17px; height:25px; line-height:25px; border-bottom:1px dashed #999;}
.pcs li a{ color:#003ca1; margin-top:0px;}

/*---------------------------main-------------------------------*/
.main { margin:5px auto; width:985px; height:438px;}
.menu { float:left; width:172px; height:438px; background:url(../images/ksdh_bj.jpg); overflow:hidden; margin-left:5px; display:inline;}
.menu_c { float:left; width:114px; margin:50px 0 0 10px; display:inline; padding:10px 10px 0 15px;}
.menu_c div { float:left; width:114px; height:23px; margin-bottom:4px; border-bottom:#C6E4EA 1px dashed; padding-left:3px;}
.menu_c div img { width:105px; height:19px;}
.menu_tjl { float:left; width:146px; height:36px; background:url(imagestjl.jpg); margin:0 0 0 9px;}
.menu_jykfr {float:left; width:146px; height:40px; background:url(imagesjykfr.jpg); margin:0 0 0 9px;}
.menu_jwpz {float:left; width:146px; height:46px; background:url(imagesjwpz.jpg) no-repeat; margin:0 0 0 9px;}

.right { float:left; width:807px; height:438px; background:url(imagesdtbj.gif); overflow:hidden;font-size:13px;}
#right_bsdt { background:url(imagesbsdt_bj.gif);}
.right_title_bsdt { float:left; width:807px; height:50px; background:url(imagesbsdt.jpg) no-repeat center;}
.right_title_xwfyr { float:left; width:807px; height:50px; background:url(imagesxwfyr.jpg) no-repeat center;}
.right_title_jmkt { float:left; width:807px; height:50px; background:url(imagesjmkt.jpg) no-repeat center;}
.right_title_ygjw { float:left; width:807px; height:50px; background:url(imagesygjw.jpg) no-repeat center;}
.right_title_zjjy { float:left; width:807px; height:50px; background:url(imageszjjy.jpg) no-repeat center;}
.right_title_zxfw { float:left; width:807px; height:50px; background:url(imageszxfw.jpg) no-repeat center;}
.right_title_empty { float:left; width:807px; height:50px;}
.bsdt,.xwfyr,.jmkt,.ygjw,.zjjy,.zxfw { float:left; width:807px; height:388px;}
.ds { text-align:center; font-size:20px; line-height:40px;}

/*---bsdt---*/
.bsdt_nav { float:left; width:800px; height:80px; padding:15px 0 0 7px;}
.bsdt_nav_t { float:left; width:64px; height:70px; margin-left:14px; display:inline;}
.bsdt_nav_t1 { background:url(imagesbs_a1.gif)}
.bsdt_nav_t2 { background:url(imagesbs_a2.gif)}
.bsdt_nav_t3 { background:url(imagesbs_a3.gif)}
.bsdt_nav_t4 { background:url(imagesbs_a4.gif)}
.bsdt_nav_t5 { background:url(imagesbs_a5.gif)}
.bsdt_nav_t6 { background:url(imagesbs_a6.gif)}
.bsdt_nav_t7 { background:url(imagesbs_a7.gif)}
.bsdt_nav_t8 { background:url(imagesbs_a8.gif)}
.bsdt_nav_t9 { background:url(imagesbs_a9.gif)}
.bsdt_nav_t10 { background:url(imagesbs_a10.gif)}
#bsdt_nav_t1_s { background:url(imagesbs_a1_s.gif)}
#bsdt_nav_t2_s { background:url(imagesbs_a2_s.gif)}
#bsdt_nav_t3_s { background:url(imagesbs_a3_s.gif)}
#bsdt_nav_t4_s { background:url(imagesbs_a4_s.gif)}
#bsdt_nav_t5_s { background:url(imagesbs_a5_s.gif)}
#bsdt_nav_t6_s { background:url(imagesbs_a6_s.gif)}
#bsdt_nav_t7_s { background:url(imagesbs_a7_s.gif)}
#bsdt_nav_t8_s { background:url(imagesbs_a8_s.gif)}
#bsdt_nav_t9_s { background:url(imagesbs_a9_s.gif)}
#bsdt_nav_t10_s { background:url(imagesbs_a10_s.gif)}
.bsdt_c { float:left; width:765px; height:270px; margin-left:20px;font-size:14px;}
.bsdt_c_c { float:left; width:765px; height:240px; padding-top:12px; overflow:hidden;}
.bsdt_c_c div { float:left; width:250px; height:25px; border-bottom:#ccc 1px dashed; font-family:"宋体"; margin:8px 0 0 35px;}
.bsdt_c_c div em { float:left; width:4px; height:4px; background:#333; margin:5px 10px 0 5px;}
.bsdt_c_c div a { float:left;}
.bsdt_c_c div a:hover { color:#1D80C4;}

/*---xwfyr---*/
.wlfyr { float:left; width:299px; height:184px; background:url(imagesxw_wlfyr.gif) 0 2px no-repeat; margin:10px 0 0 5px; display:inline; line-height:180%;}
.wlfyr_bar {height:25px; margin-bottom:12px;position: relative;}
.wlfyr_bar_title {margin-left:10px;width:93px; height:28px; background:url(images5z.gif); font-size:14px; font-weight:bold; color:#FFF; line-height:28px; text-align:center;position: absolute;}
.wlfyr_bar_more { float:right; color:#1D80C4; margin:8px 8px 0 0; display:inline; font-family:"宋体";}
.wlfyr_lan {margin:0 10px 5px 20px; height:17px; font-family:"宋体";overflow: hidden;}
.wlfyr_lan em { float:left; width:4px; height:4px; background:#333; margin:10px 5px 0 0; display:inline; font-size:1px; line-height:1px;}
.wlfyr_lan a { float:left; color:#000;}
.wlfyr_lan a:hover { color:#1D80C4; }
.wlfyr_lan span { float:right; color:#999;}
.s{float:right; color:#999;}

.jwyw { float:left; width:467px; height:184px; background:url(imagesxw_jwyw.gif) 0 2px no-repeat; margin:10px 0 0 20px; display:inline; line-height:180%;}
.jwyw_bar { float:left; width:467px; height:25px;}
.jwyw_bar_title { float:left; margin-left:10px; display:inline; width:76px; height:28px; color:#555;  font-size:13px; line-height:28px; text-align:center; cursor:pointer;}
#jwyw_bar_title_s {background:url(images4z.gif); color:#FFF; font-weight:bold; font-size:14px;}
.jwyw_bar_more { float:right; color:#1D80C4; margin:8px 8px 0 0; display:inline; font-family:"宋体";}
.jwyw_box { float:left;  width:467px; height:156px;}
.jwyw_box_b { float:left; width:447px; height:136px; padding:10px;}
.jwyw_box_b div { width:432px; margin: 0 0 0 10px; height: 22px; font-family:"宋体"; overflow: hidden;}
.jwyw_box_b div em { float:left; width:4px; height:4px; background:#333; margin:10px 5px 0 0; display:inline; font-size:1px; line-height:1px;}
.jwyw_box_b div a{ float:left; color:#000; display:block; width:180px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.jwyw_box_b div a:hover { color:#1D80C4; }
.jwyw_box_b div span { float:right; color:#999;}

.lqjs { float:left; width:293px; height:172px; background:url(imagesxw_lqjs.gif) left no-repeat; margin:5px 0 0 8px; display:inline;}
/*.lqjs_media { float:left; width:254px; height:172px; margin-left:10px; display:inline;}*/

.lqjs_media { float:left; width:260px; height:172px; background:url(imageslqjs_media2.jpg); margin-left:35px; display:inline;}

/* ---- lqsp------- 未完成*/
.ktsp li{width:146px;height:125px;margin: 0 13px;}
.ktsp h1{height:20px;overflow:hidden;}
.ktsp li img{width:260px;height:171px;}
.lqjs_t { float:left; width:28px; height:172px; background:url(imagesxw_lqjs.gif); margin-top:2px;}
.lqjs_t_t img {width:260px; height:171px; float:right;}

.jwtp { float:left; width:465px; height:179px; margin:3px 0 0 25px; display:inline;}
.jwtp_t { float:left; width:28px; height:172px; background:url(imagesxw_jwtp.gif); margin-top:2px;}
.jwtp_box { float:left; width:407px; height:154px; padding:15px 10px 10px 15px; margin-left:5px; display:inline; background:url(imagesxw_jwtu2.gif); overflow:hidden;}
#indemo {float: left; width:800%;}
#demo1 {float: left;}
#demo2 {float: left;}
.jwtp_box_b { float:left; width:180px; height:150px; margin-right:6px; display:inline;}
.jwtp_box_b img {width:180px; height:120px;}
.jwtp_box_b_t { float:left; width:180px; height:30px; line-height:30px; text-align:center; color:#666;} 
.jwtp_box_b_t:hover { color:#1D80C4; }


/*---jmkt---*/
.ktbox { float:left; width:255px; height:279px; background:url(imagesjm_bj.gif) bottom no-repeat; margin:55px 5px 0 5px; display:inline;}
.ktbox_bar { float:left; width:255px; height:28px; margin-bottom:5px;} 
.ktbox_bar_title { float:left; margin-left:10px; display:inline; width:76px; height:28px; background:url(images4z.gif); font-size:14px; font-weight:bold; color:#FFF; line-height:28px; text-align:center; cursor: default}
.ktbox_bar_more { float:right; color:#1D80C4; margin:8px 8px 0 0; display:inline; font-family:"宋体";}
.ktbox_lan { float:left; width:225px; margin:0 0 8px 15px; height:17px; display:inline; font-family:"宋体";}
.ktbox_lan em { float:left; width:4px; height:4px; background:#333; margin:5px 5px 0 0; display:inline; font-size:1px; line-height:1px;}
.ktbox_lan a { float:left; color:#000;display:block; width:210px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ktbox_lan a:hover { color:#1D80C4; }
.kt_img { float:left; width:254px; height:65px; margin:15px 5px 0 5px; display:inline;}

/*---ygjw---*/
.ygjwbox { float:left; width:286px; height:209px; background:url(imagesyg_01.gif) bottom no-repeat; margin:12px 1px 0 5px; display:inline;}
.ygjwbox ul{padding:0 5px;}
.ygjwbox_bar {height:28px; margin-bottom:5px;}
.ygjwbox_bar_title1 { float:left; margin-left:10px; display:inline; width:106px; height:28px; background:url(images6z.gif); font-size:14px; font-weight:bold; color:#FFF; line-height:28px; text-align:center; cursor: default}
.ygjwbox_bar_title2 { float:left; margin-left:10px; display:inline; width:76px; height:28px; background:url(images4z.gif); font-size:14px; font-weight:bold; color:#FFF; line-height:28px; text-align:center; cursor: default}
.ygjwbox_bar_more { float:right; color:#1D80C4; margin:8px 8px 0 0; display:inline; font-family:"宋体";}
.ygjwbox_lan { margin: 0 0 0 15px; height: 25px; font-family:"宋体"}
.ygjwbox_lan em { float:left; width:4px; height:4px; background:#333; margin:5px 5px 0 0; display:inline; font-size:1px; line-height:1px;}
.ygjwbox_lan a { float:left; color:#000;}
.ygjwbox_lan a:hover { color:#1D80C4; }

.yqjwnotice { float:left; width:539px; height:153px; padding:0 20px; background:url(imagesyg_03.gif); margin:5px 0 0 5px; display:inline; position:relative;}
.yqjwnotice_title { float:left; width:539px; height:30px;padding: 3px 0; color:#029CD2; font-size:15px; font-weight:bold; line-height:30px;}
.ygjwnotice_right{float:right;}

.yqjwnotice_txt { float:left; width:539px; color:#666; font-family:"宋体"; line-height:21px;}
.yqjwnotice_txt2 { float:left; width:539px; color:#F96A01; font-family:"宋体"; line-height:21px; }
.yqjwnotice_txt2 a { position:absolute; bottom:15px; right:45px; width:116px; height:28px; background:url(imagesyg_02.gif);}

/*---lzh add 顶部外间距---*/
.yqjwnotice_jl{ margin-top:10px;}

.yggl { float:right; width:191px; height:248px; background:url(imagesyg_04.jpg) bottom no-repeat; margin:12px 25px 0 0; display:inline;}
.yggl_bar { width:191px; height:28px; margin-bottom:6px;}
.yggl_bar_title { float:left; margin-left:10px; display:inline; width:76px; height:28px; background:url(images4z.gif); font-size:14px; font-weight:bold; color:#FFF; line-height:28px; text-align:center;}
.yggl_lan {height:29px;line-height:29px; margin:0 0 0 25px;padding-left:33px;background:url(imageslogo_yggl.jpg) no-repeat;}

.yggl_l { float:right; width:191px; height:42px; margin:0 25px 0 0; display:inline;}

/*---zjjy---*/
.zjjybox { float:left; width:384px; height:191px; background:url(imageszjjy_01.gif) bottom no-repeat; margin:12px 0 0 5px; display:inline;}
.zjjybox_bar {height:28px;}
.zjjybox_bar_title { float:left; margin-left:10px; display:inline; width:93px; height:28px; font-size:14px; color:#777; line-height:28px; text-align:center; cursor:pointer;}
#zjjybox_bar_title_s { background:url(images5z.gif); color:#FFF; font-weight:bold;}
.zjjybox_bar_more { float:right; color:#1D80C4; margin:8px 8px 0 0; display:inline; font-family:"宋体";}
.zjjybox_box {margin: 1px 5px 0;}
.zjjybox_lan { float:left; width:354px; margin:0 0 6px 20px; height:17px; display:inline; font-family:"宋体"}
.zjjybox_lan em { float:left; width:4px; height:4px; background:#333; margin:5px 5px 0 0; display:inline; font-size:1px; line-height:1px;}

.zjjybox_img .news_ul_pic li{width:113px; height:120px;padding:0 5px;float:left;margin:0;}
.zjjybox_img .news_ul_pic li img{width:113px; height:120px;}

/*---lzh edit---*/
.zjjybox_lan_a { float:left; color:#000; display:block; width:160px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.zjjybox_lan a:hover { color:#1D80C4; }
.zjjybox_lan span { float:right; color:#999;}

/*---lzh add ---*/
.text_overflow{width:240px;}
.zjjybox_shufa{ height:145px;width:370px;overflow:hidden; padding-left:5px;}
.zjjybox_shufa li{ float:left; list-style:none; padding:0 5px;}
.zjjybox_shufa li a{ display:block;}
.zjjybox_shufa li a:hover{ cursor:pointer;color:#14AEEE;}
.zjjybox_shufa_width{width:110px; word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.zjjybox_shufa li img{width:113px; height:120px;}

.jcsy { float:left; width:575px; height:179px; margin:3px 0 0 7px; display:inline;}
.jcsy_t { float:left; width:28px; height:166px; background:url(imageszjjy_02.gif); margin-top:2px;}
.jcsy_box { float:left; width:513px; height:146px; padding:15px 10px 10px 15px; margin:1px 0 0 3px; display:inline; background:url(imageszjjy_03.gif); overflow:hidden;}
.jcsy_box_b { float:left; width:180px; height:150px; margin-right:6px; display:inline;}
.jcsy_box_b img {width:180px; height:120px;}
.jcsy_box_b_t { float:left; width:180px; height:30px; line-height:30px; text-align:center; color:#666;} 
.jcsy_box_b_t:hover { color:#1D80C4; }

.zjjy_l1 { float:left; margin:4px 0 0 4px; display:inline }
.zjjy_l2 { float:left; margin:0 0 0 4px; display:inline}
.zjjy_l3 { float:left; margin:0 0 0 7px; display:inline}

/*---zxfw---*/
.zxfwbox { float:left; width:377px; height:173px; background:url(imageszx_01.gif) bottom no-repeat; margin:10px 5px 0 7px; display:inline; overflow:hidden;}
.zxfwbox_bar { float:left; width:377px; height:28px; position:relative;}
.zxfwbox_bar_title1 { float:left; margin-left:10px; display:inline; width:93px; height:28px; font-size:14px; color:#777; line-height:28px; text-align:center; cursor: default}
#zxfwbox_bar_title_s1 {background:url(images5z.gif); font-weight:bold; color:#FFF; cursor:pointer;}

.zxfwbox_bar_title2,.zxfwbox_bar_title3 { float:left; margin-left:10px; display:inline; width:50px; height:28px; font-size:14px; color:#777; line-height:28px; text-align:center; cursor: default}
#zxfwbox_bar_title_s2,#zxfwbox_bar_title_s3 {background:url(images7z.gif); font-weight:bold; color:#fff;cursor:pointer;}

.zxfwbox_b1,.zxfwbox_b2,.zxfwbox_b3 { position:absolute; top:28px; left:0;width:375px; height:133px; padding-top:12px;}
.zxfwbox_b_lan { float:left; width:367px; margin:0 0 7px 10px; height:17px; display:inline; font-family:"宋体"}
.zxfwbox_b_lan a:hover { color:#1D80C4; }
.zxfwbox_b_lan span { float:right; width:89px; color:#999;}

.zxfw_l1 { float:left; margin:11px 2px 0 7px; display:inline;}
.zxfw_l2 { float:left; margin-top:11px;}
.zxfw_l3 { float:left; margin:9px 3px 0 8px; display:inline;}
.zxfw_l4 { float:left; margin-top:9px;}

/*-----  wenzhang content---------*/
.wenzhang { float:left; width:765px; height:348px; background:#FFF; margin:10px; padding:10px; display:inline; overflow-y:scroll;overflow-x:hidden;}
.wenzhang_title { float:left; width:750px; height:30px; font-size:16px; font-weight:bold; text-align:center;}
.wenzhang_info { float:left; width:750px; height:25px; text-align:center;}
.wenzhang_content { word-wrap:break-word;}

/*-----  lzh add---------*/
.wenzhang ul li{ list-style:none;}
.wenzhang ul li h3{height: 30px;line-height: 30px;font-size: 14px;font-weight: bold;overflow: hidden;margin-bottom: 5px;padding: 0 10px;background: #CCC;}
.recontet{ text-indent:2em; margin-bottom:8px; line-height:180%;}

/*-----wenzhang list---------*/
.list { float:left; width:790px; height:373px; background:#FFF;padding:8px; display:inline;overflow-y: auto;}
/*.list_bar {line-height:23px; font-weight:bold; border-bottom:#999 1px solid; margin-bottom:10px}
.list_box { float:left; width:745px;}
.list_box div { float:left; width:745px; height:28px;}*/

.anliu{width:733px;text-align:right;padding-top:10px;padding-right:24px; padding-bottom:20px;}
.anliu input{border:0;width:106px;height:27px;margin-left:10px;cursor:pointer;}
.regbt1{background:url(imagesworkhallbgxzbt.gif) no-repeat left center;}
.regbt2 {background: url(imagesworkhallzxblbt.gif) no-repeat scroll left center transparent;}
.regbt3{background:url(imagesworkhallwyzx001.gif) no-repeat left center;}
.regbt4{background:url(imagesworkhallwyyy002.gif) no-repeat left center;}

/*-----lzh edit---------
.list_box div a { color:#444; display:block;width:740px;}
.list_box div a span{ float:right;}
.list_box div .float_l{float:left;}
*/
/*-----lzh add---------*/
.news_content{}
.about_r_box{float: left;width: 210px;margin-left: 20px;}
.about_r_box .t_title{font-size:18px;border-bottom: black 1px solid;padding: 0 0 5px 10px;margin-bottom:5px;}
.about_r_box ul{list-style-type: none;}
.about_r_box ul li{line-height:24px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.main_r{margin-bottom: 10px;}

.list_box div a:hover { color:#14AEEE;}
.list_page { float:right;}
.list_page span { float:left; margin:3px 2px 0 0; display:inline;}
.list_page a { float:left; padding:0px  3px; border:#CCC 1px solid; margin-right:10px; display:inline;}
.list_page form { float:left;}

.pagegotxt{float: left;margin-right: 10px;display: inline;width: 30px; height:17px;}
.pagegobtn{ border:#CCC 1px solid; height:21px; text-align:center; width:40px; cursor:pointer;}

/*----------------------------page--------------------------------*/
.page { float:left; width:747px; height:26px; margin-left:6px;}
.page1 { float:left; width:931px; height:26px;}
.page_c { float:left; width:970px; height:426px; border:#22acdd 5px solid; background:#FFF;  overflow-y:scroll;}
.page_c_title { float:left; width:946px; height:40px; text-align:center; line-height:40px; font-size:20px; font-weight:bold;}
.page_c_title_img { float:left; width:946px; height:auto; text-align:center;}
.page_c_title_img img { width:200px; border:#DDD 1px solid;}
.page_c table { float:left; width:700px; margin:20px 0 0 123px; display:inline; font-size:13px;}
.page_c table tr { height:35px;}
.page_c table th { text-align:right; padding-right:20px;}
.page_c table td { color:#067BE4}
.page_c_info { float:left; width:946px; height:25px; text-align:center;}
.page_c_info a { margin-right:10px; display:inline;}
.page_c_info span { margin-left:10px; display:inline;}
.page_c_content { float:left; width:873px; padding:15px; font-size:13px; line-height:24px; text-indent:2em; margin-left:36px;}
.page_form {width:880px; padding:10px; background:#EEE; border:#ddd 4PX solid; margin:10px 0 0 20px;}
.page_form table th { float:left; width:100px; height:25px; line-height:30px; text-align:right; padding-right:10px; color:#333}
.page_form table td {color:#333}
.page_form table input{  width:170px; height:16px; line-height:16px;}
.page_form_submit { width:60px; cursor:pointer; height:20px;}
#page_form_file { border:none;}

/*---------------------------------lzh add---------------------*/
.vcimg{ height:25px; cursor:pointer;}
.req{ color:Red; display:none;}
.jbtable tr{ line-height:35px;}
#ctl00_ContentPlaceHolder1_radiosex input{width:20px;}
.error{ color:Red;}

.page_c_postion { float:left; width:930px; margin-left:10px; display:inline; height:20px; color:#333; padding:5px 0 0 0; border-bottom:#888 4px solid; font-size:14px;}
.page_c_postion span { float:left; margin-right:5px; display:inline;}
.page_c_postion a { color:#333;}

.page_c_notice { float:left; width:430px; height:165px; border:#EEE 3px solid; margin:10px 0 0 10px; display:inline;}
.page_c_notice_bar { float:left; width:420px; height:25px; line-height:25px; color:#333; font-weight:bold; padding-left:10px;}
.page_c_notice_content { float:left; width:410px; padding:10px; height:120px; line-height:25px;}

.page_c_search { float:right; width:430px; height:165px; border:#EEE 3px solid; margin:10px 10px 0 0; display:inline;}
.page_c_search_bar { float:left; width:420px; height:25px; line-height:25px; color:#333; font-weight:bold; padding-left:10px;}
.page_c_search_content { float:left; width:410px; padding:10px; height:120px; background:url(imagesswzl_fsj.gif) right center no-repeat;}
.page_c_search_content div  { float:left; width:410px; height:35px;}
.page_c_search_content div span { float:left; width:70px; height:30px; line-height:25px; text-align:right; padding-right:10px; color:#333;}
.page_c_search_content div input { float:left; width:180px; height:20px; line-height:20px; border:#DDD 1px solid;}
#page_c_search_submit { width:60px; background:#FFF; cursor:pointer; background:#EEE;}

.page_c_hot { float:left; width:910px; padding:5px 10px; height:20px; background:#D3EBFF; margin:10px 0 0 10px; display:inline;}
.page_c_hot span { float:left; font-size:14px; font-weight:bold;}
.page_c_hot a { float:left; font-size:13px; margin-right:15px; display:inline;}
.page_c_hot a:hover { text-decoration:underline;}

.page_c_thing { float:left; width:930px;  margin:10px 0 0 10px; display:inline;}
.page_c_thing_bar { float:left; width:80px; text-align:center; height:30px; line-height:30px; font-weight:bold; font-size:14px; border:#DDD 1px solid; border-bottom:none; clear:both;}
#page_c_thing_table { float:left; width:930px; border:#DDD 1px solid; margin:0px;  border-collapse: collapse; display: table}
#page_c_thing_table td { padding:10px; border-bottom:#DDD 1px solid; color:#333; }
#page_c_thing_table td img { width:150px; height:75px;}
#page_c_thing_table th { text-align:left; background:#0CF; height:40px; padding-left:10px;}

/*---------------------------footer-------------------------------*/
.footer { margin:10px auto; width:978px;margin-top:10px; padding-left:5px;}
.roll { float:left; width:686px; height:75px;}
.roll_l { float:left; width:46px; height:75px; background:url(imageszt01.gif) no-repeat; cursor:pointer;}
.roll_r { float:right; width:46px; height:75px; background:url(imageszt02.gif) no-repeat; cursor:pointer;}
.roll_c { float:left; width:552px; height:49px; padding:13px 21px; background:url(imageszt03.gif); }
.roll_cc { float:left; width:552px; height:49px; position:relative; overflow:hidden; position: relative;}
.roll_ccc { float:left; width:1000px; height:49px; position:relative; overflow:hidden;}
.roll_ccc a { float:left; width:266px; height:49px; margin-right:20px; display:inline; position:relative;}
.roll_ccc a img { width:266px; height:49px;}

.weibo { float:right; width:280px; height:75px;}
.weibo_l { float:left; width:51px; height:74px; background:url(imageswb01.gif);}
.weibo_r { float:right; width:16px; height:74px; background:url(imageswb02.gif);}
.weibo_c { float:left; width:213px; height:74px; background:url(imageszt03.gif) repeat-x;}
.weibo_cc {float:left; width:213px; height:74px; background:url(imagesweibo.jpg) center center no-repeat;}
.weibo_cc a { float:left; width:63px; height:25px; margin:40px 0 0 64px; display:inline;}

.footer_txt {clear:both;width: 985px;margin: 10px auto 0;text-align:center;}
.footer_txt_l { float:left; color:#036FB8;}
.footer_txt_r { float:right;color:#036FB8;}
.footer_txt_r a {color:#036FB8;}
.footer_logobox{float:left;position:relative;left:760px;}
.footer_logobox img{height:45px;}
#imgConac{width:48px;}
/*lzh add loginDiv*/
.btnsub {background: url("imagesjbbtnbg.gif") no-repeat scroll left top transparent; border: 0 none; cursor: pointer; height: 27px; margin-left: 110px; width: 75px;}

.input_attr{ height:20px; line-height:20px;}

/*lzh add policemanlist*/
.jjrw_top{ margin-top:10px;}
.jjrw_con{overflow:hidden;}
.jjrw_con li{ float:left;list-style:none; height: 30px; line-height: 30px;text-align:left;width: 175px;}
.jjrw_con li a:hover{ color:#14AEEE; text-decoration:underline;}
h2{ text-align:center;}
.middle{ border-bottom:1px dotted #999; width:745px;}


.beizhu{ clear:both;overflow:hidden; width:95%; margin:15px auto 5px; font-size:14px; font-weight:bold;}
.jbtable td.jbtd1{ width:100px; text-align:right; padding-right:10px;}
.jbtable td .input1{ width:150px; height:20px; line-height:20px; padding:0 5px; margin-right:5px;}
.jbtable td .input2{ width:350px; height:20px; line-height:20px; padding:0 5px; margin-right:5px;}
.jbtable td .input3{ width:80px; height:20px; line-height:20px; padding:0 5px; margin-right:5px; float:left;}
.loginDiv{ text-align:center;line-height: 30px;margin:10px;}
.login_info{line-height:42px;background:url(imagesico_error.png) no-repeat 70px;}
.list1 { float:left; width:900px; height:348px; background:#FFF; margin:10px; padding:10px; display:inline; overflow-y:scroll;}
.list_ba { float:left; width:908px; height:23px; font-weight:bold; border-bottom:#999 1px solid; margin-bottom:10px}

.detable{width:100%;margin:10px auto; background: #FFF; border: 1px solid #9DB3C5; padding: 1px;}
.detable th{width:100px}
.detable td{padding:0 10px}
.detable th,.detable td,.detable div{font-size:16px;line-height:30px;}

.hallcon{ padding:0 0 35px;}
.hallcon ul li{height: 27px;line-height: 27px;padding-left: 20px;overflow: hidden; list-style:none;}
.hallcon ul li a{display: block;float: left;margin-right: 12px;font-weight: 400;text-decoration: none;color: #555;font-size:14px}
.hallcon ul li span{color: #4D7FBC;font-weight: 700;margin-right: 5px;width: 100px;float: right;padding-top: 2px;text-align: left;}

.infoc{margin:5px auto; overflow:hidden;padding:10px; line-height:25px;}

#fkimg{position:fixed;_position: absolute; left: 0px; top: 100px;width:145px;z-index: 100;text-align:right}
#fkimg .piaofudiv{margin-bottom:10px}

#online_qq { position: fixed; _position: absolute; top: 100px; right: 0; }
#online { cursor: pointer; }
#online_1 { width: 25px; height: 177px; background: url(imagesqq.gif) no-repeat; }
#online_2 { width: 109px; height: 200px; display: none; }
.online_1 { width: 109px; height: 34px; background: url(imagesqq_top.gif) no-repeat; }
.online_2 { width: 92px; min-height: 177px; background: url(imagesqq_middle.gif) repeat-y; padding: 10px 0 0 17px; }
.online_2 a { margin-top: 8px; display: block; }
.online_3 { width: 109px; height: 30px; background: url(imagesqq_bottom1.gif) no-repeat; }
.online_4 { width: 109px; height: 16px; background: url(imagesqq_logo.gif) no-repeat; }

.wholebox{background: url(imageswhole_bg.png);width: 985px;margin: 0 auto;padding-bottom:1px;}
.whole_top{background: url(imageswhole_top.png);height: 50px;}
.whole_main{background-color: #E8F9F9;margin: 10px;padding: 10px;}
.whole_nav{height: 23px;font-weight: bold;border-bottom: #999 1px solid;margin-bottom: 10px;text-indent: 15px;line-height: 23px;}
.whole_title{text-align: center;font-size: 24px;}
.whole_subtitle{text-align:center;font-size: 18px;}
.whole_info{text-align: right;font-weight: 400;margin: 10px 0;font-size: 12px;}
.whole_con{font-size: 16px;line-height: 28px;}

.comment_top{line-height: 30px; border-bottom: 1px solid #ccc; margin-bottom: 10px; font-size: 16px; text-indent: 1em;}
.nocomment{text-align: center;line-height: 30px;}

/*infosubmit*/
.wleft{width:200px;float:left;margin:5px;}
.wleft .yggl,.wleft .yggl_l{float:none;margin:auto;display:block;}
.wright{width:770px;float:right;margin:10px 5px 5px 0;background:#fff;}
.fieldnotice{margin:10px;padding:8px;border:1px solid #8DD6DD;}
.fieldnotice legend{font-size:16px;color:#21AFAF}
.formbox{}
.formbox .input1,.formbox .input2,.formbox textarea,.formbox .input3{border: 1px solid #808080;}

.relatedbox{margin:10px;background: #fff;overflow: auto;padding: 10px 0;}
.relatedbox h1{font-size: 16px;color: #1065ac;font-weight: bold;text-indent:1em;border-bottom:1px solid #a2d0e9;line-height:24px;}
.relatedbox li{float:left;width:49%;overflow:hidden;line-height:1.5;}
.relatedbox li a{padding:0 10px;font-size:14px;white-space: nowrap;}
.relatedbox li span{color:#aaa;}
.replies{background:#fff;}
/*文字列表*/
.ul_wz{padding: 10px 10px 0 10px;}
.ul_wz li{line-height: 28px;font-size: 12px;border-bottom: 1px #ccc dashed;}
.ul_wz li a{color: #333;text-decoration: none;}
.ul_wz li span {float: right;font-size: 12px;font-weight: normal;color: #999;}
/*图片列表*/
.ul_pic{overflow:auto;zoom:1;padding:20px 0 0 0;}
.ul_pic li{width:163px;float:left;_margin:0 0 10px 10px;margin:0 0 10px 10px;}
.ul_pic li img{width:163px;height:129px;}
.ul_pic li p{line-height:25px;font-size:12px;text-align:center;white-space: nowrap;overflow: hidden;}
.ul_pic li p a{color:#333;}

/*新闻代码片段*/
ul.news_ul li{font-size:12px;line-height:26px;height:26px;position:relative;overflow:hidden;padding:0 5px;}
ul.news_ul li a{font-size:12px;color:#383838;}
ul.news_ul .news_li_time{color:#3b3b3b;font-size:12px;position:absolute;right:0;padding:0 5px;}
ul.news_ul_pic li{float:left;width:142px;margin:0 10px 0 0;}
ul.news_ul_pic li img{display:block;height:99px;}
ul.news_ul_pic li span{line-height:20px;text-align:center;display:block;white-space: nowrap;overflow: hidden;}
/* 普通翻页器-默认居中 */
.m-page{margin:10px 0;text-align:center;line-height:32px;font-size:0;letter-spacing:-0.307em;*letter-spacing:normal;*word-spacing:-1px;word-wrap:normal;white-space:nowrap;color:#999;}
.m-page .pageinfo{font-size:12px;padding:0 12px;}
.m-page a,.m-page i{display:inline-block;*display:inline;*zoom:1;vertical-align:top;padding:0 12px;margin-left:-1px;border:1px solid #ddd;font-size:12px;letter-spacing:normal;word-spacing:normal;text-shadow:0 1px #fff;background:#fff;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-ms-transition:background-color 0.3s;transition:background-color 0.3s;}
.m-page a,.m-page a:hover{text-decoration:none;color:#39c;}
.m-page a.first{margin-left:0;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.m-page a.last{margin-right:0;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.m-page a .pagearr{font-weight:bold;font-family:\5b8b\4f53;vertical-align:top;*vertical-align:middle;}
.m-page a.pageprv .pagearr{margin-right:3px;}
.m-page a.pagenxt .pagearr{margin-left:3px;}
.m-page a:hover{background:#f5f5f5;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{cursor:default;color:#999;background:#f5f5f5;}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{cursor:default;color:#ccc;background:#fff;}
/* 居左 */
.m-page-lt{text-align:left;}
/* 居右 */
.m-page-rt{text-align:right;}
/* 较小 */
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
/* 分离 */
.m-page-sr a,.m-page-sr i{margin:0 3px;border-radius:5px;}
.m-page-sr i{border:0;}
.m-page-sr a.first,.m-page-sr a.last{border-radius:5px;}
.m-page .m-pageinfo{font-size:12px;margin-right:5px;letter-spacing:0;display:inline-block;*display:inline;*zoom:1;}
