@charset "utf-8";
/*全局样式控制*/
*{margin:0;padding:0;}
ul,li{list-style:none;}
img{border:0;}
a{text-decoration:none;}
table{border-collapse:collapse;}
.clear{clear:both;}

/*页面最外层div控制*/
body{background:#f5f5f5;}
.wrapper{width:100%;float:left;font-family:"微软雅黑","黑体";}

.w1200{width:1200px;margin:0 auto;position:relative;overflow:hidden;}

a{cursor:pointer;}

/*top区域开始*/
.top{width:100%;float:left;height:110px;background:#fff;position:relative;z-index:999999;}
.top .w1200{background:#fff;height:110px;overflow:visible;}
.logo{float:left;margin-top:20px;position:relative;}
.logo1{width:80px;height:70px;float:left;display:inline-block;background:url(about:blank);position:absolute;z-index:2;left:0;top:0;}
.logo2{height:70px;float:left;display:inline-block;position:absolute;left:0;top:0;}
.logoImg{float:left;}

.top_r{width:360px;float:right;}
.top_rt{float:right;margin-top:30px;}
.top_rt ul{float:left;}
.top_rt ul li{float:left;font-size:13px;color:#666;margin-left:14px;position:relative;}
.top_rt ul li a{float:left;color:#666;line-height:13px;}
.top_rt ul li a:hover{text-decoration:underline;}
.top_rt ul li .top_erm{width:90px;height:90px;position:absolute;top:15px;left:0;margin-left:-30px;z-index:999;display:none;}
.top_rt ul li:hover .top_erm{display:block;}

.top_rb{width:100%;float:left;margin-top:15px;}
.top_rbl{float:left;height:30px;line-height:30px;font-size:13px;color:#999;margin-left:6px;}
.top_rbl a{float:left;margin-left:15px;color:#999;}
.top_rbl a:hover{color:#2373c8;}

.top_rbr{float:right;width:260px;height:30px;background:#efefef;margin-left:20px;}
.search_txt{width:210px;height:22px;float:left;line-height:22px;border:0;background:none;font-size:13px;color:#999;outline:0;margin:4px 0 0 10px;*margin:5px 0 0 -10px;}
.search_tj{width:35px;height:30px;float:left;background:url(search_icon_001.png) no-repeat 50% 50%;border:0;outline:0;margin-left:3px;overflow:hidden;text-indent:-9999px;}


/*nav区域开始*/
.nav{width:100%;height:50px;float:left;background:#2373c8;position:relative;z-index:99999;}
.nav .w1200{height:50px;background:#2373c8;overflow:visible;}
.nav ul{width:1200px;float:left;}
.nav ul li{width:133px;float:left;font-size:17px;}
.nav ul li.ts_li{width:136px;}
.nav ul li p{width:100%;height:50px;line-height:50px;float:left;}
.nav ul li p a{width:100%;float:left;height:50px;line-height:50px;text-align:center;color:#fff;font-weight:bold;}
.nav ul li div{width:100%;line-height:36px;float:left;display:none;background:#fff;}
.nav ul li div a{width:92%;float:left;line-height:36px;text-align:center;border-bottom:1px solid #e6e6e6;display:block;margin-left:4%;font-size:14px;color:#666;}
.nav .w1200 ul li:hover p{background:#0452a4;}
.nav .w1200 ul li.on p{background:#0452a4;}
.nav .w1200 ul li.on div{display:block;background:#fff;}
.nav .w1200 ul li div a:hover{background:#F5F1F1;color:#2373c8;}

/*banner区域开始*/
.banner{width:100%;float:left;height:260px;}
.bannerImg{width:100%;float:left;height:260px;background-repeat:no-repeat;background-position:50% 50%;min-width:1200px;}
.bannerTitle{width:1200px;height:100%;margin:0 auto;position:relative;overflow:hidden;font-size:36px;color:#fff;font-weight:bold;}
.bannerTitle table{width:100%;height:100%;float:left;}
.bannerTitle table tr td{width:100%;height:100%;vertical-align:middle;text-align:left;}
.bannerTitle table tr td span{position:relative;top:-10px;}
/*bottom区域开始*/
.bottom{width:100%;float:left;background:#dcdcdc;margin-top:25px;}
.bottom .w1200{background:#dcdcdc;}
.bottom_t{width:100%;height:30px;float:left;text-align:center;margin:12px 0;}
.bottom_t ul{margin:0 auto;}
.bottom_t ul li{display:inline-block;color:#333;font-size:15px;line-height:30px;padding:0 30px 0 24px;background:url(bottom_icon_001.png) no-repeat 100% 50%;*display:inline;}
.bottom_t ul li a{display:inline-block;color:#333;}
.bottom_t ul li a:hover{text-decoration:underline;}
.bottom_b{width:100%;float:left;padding:13px 0 25px 0;display:none;}
.bottom_bl{width:385px;float:left;}
.bottom_blt{width:100%;float:left;font-size:17px;color:#333;}
.bottom_blb{width:100%;float:left;font-size:14px;line-height:30px;color:#333;margin-top:10px;}
.bottom_blb a{color:#333;}
.bottom_blb a:hover{text-decoration:underline;}

.bottom_bm{width:500px;float:left;margin-left:60px;}
.bottom_bmt{width:100%;float:left;font-size:17px;color:#333;}
.bottom_bmb{width:100%;float:left;font-size:14px;line-height:30px;color:#333;margin-top:10px;}

.bottom_bmb > div{width:50%;float:left;padding:6px 0;line-height:18px;*width:245px;}
.bottom_bmb > div > p{vertical-align:top;display:inline;}
.bmb_l{float:left;}
.bmb_r{float:left;width:80%;word-break: break-all;}

.bottom_br{float:right;margin-right:-45px;}
.bottom_br div{width:90px;float:left;margin-right:45px;}
.bottom_br div p{width:90px;float:left;text-align:center;font-size:15px;color:#333;}
.bottom_br div img{width:90px;height:90px;float:left;margin-top:10px;}

/*footer区域开始*/
.footer{width:100%;height:50px;float:left;background:#2373c8;line-height:50px;}
.footer .w1200{height:50px;background:#2373c8;}
.footer_l{float:left;font-size:13px;color:#fff;}
.footer_l a{float:left;color:#fff;}
.footer_l a:hover{text-decoration:underline;}
.footer_l span{float:left;width:24px;height:50px;background:url(footer_icon_001.png) no-repeat 50% 50%;display:inline-block;}

.footer_r{float:right;font-size:13px;color:#fff;}
.footer_r a{color:#fff;}
.footer_r a:hover{text-decoration:underline;}



/*content区域开始*/
.content{width:100%;float:left;}
.content .w1200{background:#fff;min-height:700px;padding:15px 0 25px 0;}

/*栏目页代码开始*/
.lmy_main{width:100%;float:left;position:relative;min-height:700px;}
/*左侧导航条区域开始*/
.left{width:260px;float:left;left:20px;position:absolute;top:0;bottom:0;border-right:1px solid #e6e6e6;}
.l_top{height:55px;line-height:50px;float:left;color:#e60009;font-size:24px;font-weight:bold;border-bottom:1px solid #e6e6e6;
    width:261px;position:relative;z-index:2;background:url(lm_bg.png) no-repeat 100% 13px #fff;*width:260px;}
.l_top a{color:#e60009;}
.l_bottom{width:100%;float:left;}
.l_bottom a{color:#333;}
.l_bottom a:hover{color:#e60009;}
/*二级栏目*/
.ul_f{width:100%;float:left;}
.ul_f > li{width:100%;line-height:55px;font-size:16px;color:#333;float:left;border-bottom:1px solid #e6e6e6;}
.ul_f > li > p{width:100%;height:55px;line-height:55px;float:left;}
.ul_f > li > p > a{width:100%;float:left;text-indent:30px;}
.ul_f > li > p.p_f:hover{background:url(sildernav_bg_001.png) repeat-y 0 0 #f5f5f5;color:#e60009;}
.ul_f > li > p.p_fm:hover{background:url(sildernav_bg.png) repeat-y 0 100% #f5f5f5;color:#e60009;}
/*三级栏目*/
.ul_s{width:100%;float:left;display:none;  }
.ul_s > li{width:100%;line-height:50px;font-size:14px;color:#333;float:left;border-bottom:1px solid #eee;}
.ul_s > li > p{width:100%;height:50px;line-height:50px;float:left;text-align:center;}
.ul_s > li > p > a{}
/*选中栏目*/
.ul_f > li.on > .p_f{background:url(sildernav_bg_001.png) repeat-y 0 0 #f5f5f5;color:#e60009;}
.ul_f > li.on > .p_fm{background:url(sildernav_bg2.png) repeat-y 0 100% #f5f5f5;color:#e60009;}
.ul_f > li.on > p.p_f:hover{background:url(sildernav_bg_001.png) repeat-y 0 0 #f5f5f5;color:#e60009;}
.ul_f > li.on > p.p_fm:hover{background:url(sildernav_bg2.png) repeat-y 0 100% #f5f5f5;color:#e60009;}
/*.ul_f > li.on > .p_fm:hover{background-position:0 0;}*/
.ul_f > li.on > p > a{color:#e60009;}
.ul_f > li.on > .ul_s{display:block;}
.ul_s > li.on > p > a{color:#e60009;}


/*右侧导航条区域开始*/
.right{width:860px;float:right;margin:0 20px 0 40px;}
.r_top{width:100%;height:50px;line-height:50px;float:left;border-bottom:1px solid #f0f0f0;margin-bottom:6px;}
.r_t_left{float:left;font-size:24px;color:#333;font-weight:bold;}
.r_t_left a{color:#333;}
.r_t_left a:hover{color:#2373c8;}
.r_t_right{float:right;font-size:14px;color:#333;}

/*当前位置区域开始*/
.dqwz{float:left;font-size:14px;}
.dqwz_left{float:left;padding-right:10px;}
.dqwz_left img{position:relative;top:-2px;*top:0;}
.dqwz_right{float:left;}
.dqwz_right span{padding:0 3px;}
.dqwz_right a{color:#333;}
.dqwz_right a:hover{color:#e60009;}

.lmy_list{width:100%;float:left;}
.lmy_list ul{width:100%;float:left;padding-bottom:20px;}
.lmy_list ul li{width:100%;float:left;font-size:16px;line-height:45px;border-bottom:1px dashed #ddd;background:url(icon.png) no-repeat 3px 20px;padding-left:15px;*width:845px;}
.lmy_list ul li a{width:100%;float:left;color:#333;}
.lmy_list ul li span{float:right;color:#999;}
.lmy_list ul li:hover{color: #e60009;}
.lmy_list ul li:hover a{color: #e60009;}

/*栏目页-单信息页*/
.lmy_wzy{width:100%;float:left;line-height:180%;font-size:16px;color:#333;padding-bottom:40px;font-size:16px;font-family:"Microsoft YaHei","微软雅黑","黑体";}
.lmy_wzy > p{margin:15px 0;text-indent:2em;}
.lmy_title{width:100%;float:left;font-size:25px;color:#333;text-align:center;line-height:1.5;padding:15px 0 10px 0;border-bottom:1px dashed #c7c7c7;}
.lmy_sm{width:100%;height:50px;line-height:50px;float:left;font-size:15px;color:#999;text-align:center;}
.lmy_con{width:100%;float:left;margin-top:15px;}

/*栏目页-图片页*/
.lmy_tpy{width:100%;float:left;position:relative;overflow:hidden;margin-top:15px;padding-bottom:20px;}
.lmy_tpy ul{width:900px;float:left;}
.lmy_tpy ul li{float:left;margin:0 30px 20px 0;}
.lmy_tpy ul li a{float:left;}
.lmy_tpy ul li a:hover{color:#e60009;}
.lmy_tpy ul li a:hover .tpy_title{color:#e60009;}
/*固定图片大小*/
.tpy_list{width:266px;float:left;}
.tpy_list .tpy_pic{width:100%;height:175px;padding:6px;float:left;border:1px solid #dcdcdc;*width:252px;*height:161px;}
.tpy_list .tpy_pic img{width:100%;height:100%;float:left;}
.tpy_list .tpy_title{width:100%;height:40px;line-height:40px;float:left;font-size:16px;color:#333;text-align:center;}
/*图片大小自适应*/
.tpy_list2{width:266px;float:left;margin:0 30px 20px 0;}
.tpy_list2 table{width:100%;height:100%;border:0;float:left;table-layout:fixed;}
.tpy_list2 table tr td{text-align:center;vertical-align:middle;width:100%;height:100%;}
.tpy_list2 .tpy_pic{width:100%;height:175px;padding:6px;float:left;border:1px solid #dcdcdc;*width:252px;*height:161px;position:relative;overflow:hidden;}
.tpy_list2 .tpy_pic img{max-width:100%;max-height:100%;}
.tpy_list2 .tpy_title{width:100%;height:40px;line-height:40px;float:left;font-size:16px;color:#333;text-align:center;}
/*左侧缩略图列表*/
.lmy_tpy2{width:100%;float:left;position:relative;overflow:hidden;margin-top:15px;padding-bottom:20px;}
.lmy_tpy2 ul{width:100%;float:left;}
.lmy_tpy2 ul li{width:100%;float:left;margin:0 30px 0 0;}
.lmy_tpy2 ul li a{width:100%;float:left;}
.lmy_tpy2 ul li a:hover .tpy_ms_t{color:#e60009;}
.tpy_list3{width:100%;max-height:159px;float:left;padding-bottom:20px;*height:138px;border-bottom:1px solid #e2e2e2;}
.tpy_list3 table{width:100%;float:left;border:0;table-layout:fixed;}
.tpy_list3 .tpy_pic{width:266px;float:left;}
.tpy_list3 .tpy_pic img{width:245px;height:138px;padding:4px;border:1px #d0d0d0 solid;*width:237px;*height:130px;}
.tpy_list3 .tpy_ms{width:100%;float:left;}
.tpy_list3 .tpy_ms_t{width:100%;line-height:25px;padding:10px 0;float:left;color:#333;font-size:16px;border-bottom:1px #dbdbdb dashed;*height:45px;*line-height:45px;font-weight:bold;}
.tpy_list3 .tpy_ms_b{width:100%;float:left;color:#666;font-size:14px;line-height:155%;margin-top:7px;text-indent:2em;}

/*数字报刊*/
.sjbk{width:100%;float:left;margin-top:25px;padding:0 30px;*width:800px;}
.szbk_box{width:139px;float:left;margin:0 85px 35px 35px;}
.szbk_pic{width:100%;height:181px;float:left;background:url(szbk-bg.jpg) no-repeat 0 0;}
.szbk_btn{width:100%;float:left;text-align:center;margin-top:15px;}


/*专题专栏*/
.ztzlImg{display:none;}
.ztzl_main{width:100%;float:left;}
.ztzl_top{width:100%;float:left;margin-top:15px;}
.ztzl_top img{width:100%;float:left;}
.ztzl_main{width:100%;float:left;}
.ztzl_box{width:100%;float:left;margin-top:10px;}
.ztzl_box_t{width:100%;float:left;height:50px;line-height:50px;border-bottom:1px solid #ddd;}
.ztzl_box_tl{float:left;color:#333;}
.ztzl_box_tl img{float:left;margin:7px 10px 0 0;}
.ztzl_box_tl span{float:left;color:#333;font-size:18px;font-weight:bold;}
.ztzl_box_t2 .ztzl_box_tl span{color:#e60009;font-size:20px;}
.ztzl_box_tr{float:right;font-size:14px;}
.ztzl_box_tr a{float:left;color:#333;}
.ztzl_box_tr a:hover{color:#e60009;}
.ztzl_box_b{width:100%;float:left;}
.ztzl_box_b ul{width:100%;float:left;padding-bottom:20px;}
.ztzl_box_b ul li{width:100%;float:left;font-size:16px;line-height:45px;border-bottom:1px dashed #ddd;background:url(icon.png) no-repeat 3px 20px;padding-left:15px;*width:845px;}
.ztzl_box_b ul li a{width:100%;float:left;color:#333;}
.ztzl_box_b ul li span{float:right;color:#999;}
.ztzl_box_b ul li:hover{color: #e60009;}
.ztzl_box_b ul li:hover a{color: #e60009;}

.ztzl_box_b2{width: 100%;float:left;overflow:hidden;position:relative;}
.ztzl_box_b2 ul{width: 900px;float:left;padding-bottom:20px;}
.ztzl_box_b2 ul li{width: 416px;float:left;font-size:16px;line-height:45px;border-bottom:1px dashed #ddd;background:url(icon.png) no-repeat 3px 20px;padding-left:15px;*width:396px;margin-right: 25px;}
.ztzl_box_b2 ul li a{width:100%;float:left;color:#333;}
.ztzl_box_b2 ul li span{float:right;color:#999;display: none;}
.ztzl_box_b2 ul li:hover{color: #e60009;}
.ztzl_box_b2 ul li:hover a{color: #e60009;}

.ztzl_box_b3{width: 100%;float:left;overflow:hidden;position:relative;}
.ztzl_box_b3 ul{width: 900px;float:left;padding-bottom:20px;}
.ztzl_box_b3 ul li{width: 416px;float:left;font-size:16px;line-height:45px;border-bottom:1px dashed #ddd;background:url(19d_icon.png) no-repeat 3px 15px;padding-left:20px;*width:396px;margin-right: 25px;}
.ztzl_box_b3 ul li a{width:100%;float:left;color:#333;}
.ztzl_box_b3 ul li span{float:right;color:#999;display: none;}
.ztzl_box_b3 ul li:hover{color: #e60009;}
.ztzl_box_b3 ul li:hover a{color: #e60009;}

.ztzl_box_t4 .ztzl_box_tl{width:100%;text-align:center;color:#e60009;}
.ztzl_box_t4 .ztzl_box_tl img{float:none;margin:0;}
.ztzl_box_t4 .ztzl_box_tl span{float:none;color:#e60009;}
.ztzl_box_t4 .ztzl_box_tr{display:none;}
.ztzl_box_f{width:100%;float:left;height:50px;line-height:50px;color:#333;}
.ztzl_box_fr{float:right;}
.ztzl_box_fr a{float:left;color:#333;font-size:14px;}
.ztzl_box_fr a:hover{color:#e60009;}
.ztzl_box_b4 ul{padding-bottom:0;}


.lmy_list2 ul li{width:100%;float:left;font-size:16px;line-height:45px;border-bottom:1px dashed #ddd;background:url(19d_icon.png) no-repeat 3px 15px;padding-left:20px;*width:840px;}

/*列表页-头部图片*/
.lby_top{width:100%;float:left;margin-top:15px;}
.lby_top img{width:100%;float:left;}




