body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, button, input, textarea, p, blockquote, table, th, td{margin:0; padding:0;}
body{min-width:1340px; font:normal 100% 微软雅黑, "Microsoft YaHei", 宋体, Arial, Tahoma, Helvetica, sans-serif; background:#DADADA}
h1, h2, h3, h4, h5, h6{font-size:100%;}
button, input, textarea, select{font-family:inherit; font-size:inherit; *font-size:100%; font-weight:inherit; border:0; outline:0; resize:none}
address, caption, cite, code, dfn, em, var, b{font-style:normal; font-weight:normal;}
input, textarea{outline-style:none}
/* 输入框内文字样式 */
input::-webkit-input-placeholder{color:#9c9c9c; font-size:12px}
input::-moz-placeholder{color:#9c9c9c; font-size:12px   /* Mozilla Firefox 19+ */}
input:-moz-placeholder{color:#9c9c9c; font-size:12px    /* Mozilla Firefox 4 to 18 */}
input:-ms-input-placeholder{color:#9c9c9c; font-size:12px  /* Internet Explorer 10-11 */}
/*滚动条样式*/
::-webkit-scrollbar{/*滚动条整体样式*/width:8px; /*高宽分别对应横竖滚动条的尺寸*/height:8px;}
::-webkit-scrollbar-thumb{/*滚动条里面小方块*/border-radius:5px; -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); background:rgba(0,0,0,0.4);}
::-webkit-scrollbar-track{/*滚动条里面轨道*/-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2); border-radius:0; background:rgba(0,0,0,0.1);}
/* 复制选中样式 */
::selection{background:#206e8c; color:#fff;}
::-moz-selection{background:#206e8c; color:#fff;}
::-webkit-selection{background:#206e8c; color:#fff;}
/* 内容居中 */
.center{display:flex; justify-content:center; align-items:center;}      /* 水平垂直居中 */
.pa_center{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}    /* 绝对定位水平居中 */
.cz_center{display:flex; align-items:center;}      /* 垂直居中 */
.sp_center{display:flex; justify-content:center;}      /* 水平居中 */

em, i, b{font-style:normal;}
a{text-decoration:none; color:#333}
ul, ol, li{list-style:none;}
fieldset, img{border:0;}
.fl{float:left}
.fr{float:right}
.clear{clear:both}
.w1300{width:1300px; margin:0 auto;}
.h100{height:100%}
.pd20{padding:20px 0 0 20px; overflow:hidden}


.white_bj{background:#FFF; overflow:hidden; padding:10px}

/* header */
#header{/* overflow:hidden */}

/* top */
.top{height:80px; margin-bottom:8px}
.logo{height:100%}
.toplink{width:300px; height:100%; position:relative}
.toplink p{position:absolute; top:10px; right:0; font-size:14px; font-weight:bold; color:#1D7FA5}

/* 站内搜索 */
.search{width:258px; height:25px; border:1px solid #d4d4d4; position:absolute; top:25px; right:145px}
.search-f{overflow:hidden; height:100%}
.search .serach_input{width:210px; height:25px; line-height:25px; margin-left:10px; border:0; font-family:"宋体"; font-size:12px; color:#666}
.search .btn_serach{width:25px; height:25px; border:0; cursor:pointer; background:url(../image/search.png) no-repeat center; opacity:.5}

.toplink ul{overflow:hidden; position:absolute; bottom:15px; right:0}
.toplink li{float:left;}
.toplink li a, .toplink li i{float:left; font-size:12px; line-height:25px}
.toplink li a{color:#5e5d5d}
.toplink li a:hover{color:#1D7FA5; text-decoration:underline}
.toplink li i{margin:0 8px; color:#dfdede}
.toplink li:last-child i{display:none}

/* nav */
.nav{width:100%; height:35px; background:#1D7FA5}
.nav li{float:left; width:12.5%; text-align:center; position:relative}
.nav li:before{content:""; position:absolute; top:50%; transform:translate(0,-50%); right:0; width:1px; height:14px; border-left:1px solid rgba(0,0,0,.4); background:#31A2CE}
.nav li a{display:block; color:#FFF; font-size:13px; line-height:35px}
.on, .nav li a:hover{background:#206e8c}
.nav_sub{display:none; width:100%; position:absolute; background:#4295b5; z-index:9}
.nav_sub a{display:block; line-height:40px!important}
.nav_sub a:hover{background:#217190}
.nav li:hover .nav_sub{display:block}

/* banner */
.wrap{position:relative; width:100%; margin:0 auto}
/* 左右箭头 */
.centered-btns_nav{position:absolute; top:50%; transform:translate(0,-50%); z-index:2; width:36px; height:64px; font-family:"宋体"; font-size:26px; color:#FFF; text-align:center; line-height:70px; opacity:.7}
.centered-btns_nav:hover{background:rgba(0,0,0,.5)}
.prev{left:0}
.next{right:0}
.centered-btns_nav:active{opacity:1}
/* 圆点指示器 */
.centered-btns_tabs{text-align:center; font-size:0; list-style-type:none; position:absolute; bottom:25px; left:50%; transform:translate(-50%,0); z-index:999}
.centered-btns_tabs li{display:inline-block; margin:0 3px}
.centered-btns_tabs a{display:inline-block; width:6px; height:6px; border-radius:50%; line-height:20px; background:rgba(0,0,0,.3); border:2px solid rgba(255,255,255,.5); overflow:hidden}
.centered-btns_tabs .centered-btns_here a{background:#FFF; border:2px solid rgba(0,0,0,.4)}
/* banner图 */
.rslides{position:relative; list-style:none; overflow:hidden; width:100%; height:350px; padding:0; margin:0}
.rslides li{-webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0}
.rslides li:first-child{position:relative; display:block; float:left}
.rslides img{display:block; float:left; width:100%; height:350px; border:0}


/* content */
#content{overflow:hidden}

.h_tz{width:100%; overflow:hidden; box-sizing:border-box; border:1px solid #C7C7C7; margin:12px auto}
.h_tz_tit{width:100px; line-height:34px; font-size:13px; text-align:center; background:#1D7FA5; color:#FFF; position:relative}
.h_tz_tit:before{content:""; position:absolute; top:0; right:-15px; width:0; height:0; border-top:17px solid transparent; border-bottom:17px solid transparent; border-left:15px solid #1D7FA5;}

.h_tz_list{width:520px; margin-left:45px}
.h_tz_list i{font-size:13px; color:#888}
.h_tz_list a{display:block; width:420px; font-size:13px; font-weight:bold; margin-left:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.h_tz_list i, .h_tz_list a{float:left; line-height:34px}
.h_tz_list a:hover{text-decoration:underline}
.h_tz .h_tz_list:nth-child(2) a{color:#F30408}
.h_tz .h_tz_list:nth-child(3) a{color:#9e0b0e}

/* 新闻版块 */
.news_box{overflow:hidden; display:flex; display:-webkit-flex; /* Safari */ justify-content:space-between; flex-wrap:wrap}
.news_box li{width:49%; padding:8px 16px; box-sizing:border-box; border:1px solid #C7C7C7;}

.biaoti{width:100%; position:relative; *padding-bottom:9px; border-bottom:1px solid #c7c7c7; margin-bottom:14px}
/*.biaoti b{font-size:15px; font-weight:bold; color:#5b5b5b; padding-bottom:8px; border-bottom:2px solid #1d7fa5}*/
.biaoti i{color:#858585; font-size:13px; float:right; line-height:24px; font-style:normal;}
.biaoti i:hover{color:#1d7fa5}

.biaoti b{position:relative;display:inline-block;background:#1d7fa5;font-size:15px;padding:0 10px 0 40px; font-weight:bold; color:#FFFFFF; *padding-bottom:8px; border-bottom:2px solid #1d7fa5;line-height: 32px;}
.biaoti b em{font-size:20px;padding-right:10px;position:absolute;left:10px;}



.news_box dt{width:100%; overflow:hidden}
.news_box dt a:before{content:""; display:block; position:absolute; left:0; top:50%; transform:translate(0,-50%); width:4px; height:4px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; background:#1d7fa5}
.news_box dt a{display:block; position:relative; float:left; max-width:82%; font-size:13px; color:#333; padding-left:12px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.news_box dt a:hover{color:#1d7fa5; text-decoration:underline}
.news_box dt a, .news_box dt h6{line-height:30px}
.news_box dt h6{float:right; font-weight:normal; font-size:13px; color:#a3a3a3}

/* footer */
#footer{margin-top:22px; padding-top:10px; border-top:1px solid #E1E1E1}
#footer p{text-align:center; font-size:12px; color:#888}










/* 内页 */
.ny_banner{width:100%; height:240px; margin:0 auto; background:url(../image/ny_banner.jpg) no-repeat center}

.ny_nav_box{width:100%; overflow:hidden; box-sizing:border-box; border:1px solid #C7C7C7; margin:12px auto}
.ny_nav{overflow:hidden}
.ny_nav a{display:block; float:left; width:100px; line-height:34px; color:#777; background:#EDEDED; font-size:14px; font-weight:bold; text-align:center; position:relative}
.ny_nav .current, .ny_nav a:hover{background:#1D7FA5!important; color:#FFF!important;}
.position{margin-right:18px}
.position a, .position i, .position em{font-size:12px; color:#888; line-height:34px}
.position a:hover, .position em{color:#1d7fa5!important} 

.article, .ny_news, .ny_img, .news_cont_box{overflow:hidden; box-sizing:border-box; padding:16px; border:1px solid #C7C7C7; position:relative}

.m-left{ width:1030px; float:left}
.m-right{ width:232px; float:right; padding-top:10px;}
.m-nav{  background:url(../image/mid_rg.jpg) no-repeat;width:232px; padding-left:32px; color:#fff; font-size:14px;height:35px; line-height:35px;}
.sub-nav { padding:10px;}
.sub-nav a{ display:inline-block; background:url(../image/public_list1.jpg) no-repeat; width:144px; padding-left:30px; line-height:30px;  height:30px; font-size:14px; margin-bottom:5px;}
.sub-nav a:hover{ color:#DC0D10;}

/* 新闻列表 */
.nynew_list{overflow:hidden}
.nynew_list li{overflow:hidden; border-bottom:1px dotted #CCC}
.nynew_list li a:before{content:""; display:block; position:absolute; left:0; top:50%; transform:translate(0,-50%); width:4px; height:2px; background:#1d7fa5}
.nynew_list li a{display:block; max-width:85%; position:relative; float:left; padding-left:15px; font-size:14px; color:#666; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.nynew_list li a:hover{color:#1d7fa5}
.nynew_list li i{float:right; font-size:13px; color:#777;}
.nynew_list li a, .nynew_list li i{line-height:40px}
/* 页数 */
.page-box{margin:45px 0}
.pages{overflow:hidden; display:inline-block}
.pages a{float:left; color:#555; font-size:12px; padding:4px 12px; margin:0 6px; border:1px solid #CCC; }
.pages a:nth-child(1){margin-left:0!important}
.pages .on{background:#1d7fa5; border:1px solid #1d7fa5; color:#FFF}
.pages a:hover{background:#1d7fa5; border:1px solid #1d7fa5; color:#FFF}


/* 图片列表 */
.nyimg_list{overflow:hidden}
.nyimg_list li{float:left; width:227px; margin:0 20px 20px 0}
.nyimg_list li:nth-child(4n+0){margin-right:0}
.nyimg_list li a{display:block}
.nyimg_list li img{width:100%; height:180px}
.nyimg_list li p{height:35px; line-height:150%; font-size:14px; color:#666; text-align:center}
.nyimg_list li:hover p{color:#1d7fa5; text-decoration:underline}

/* 新闻内容页 */
.news_cont_tit{padding-bottom:10px; margin:10px 0 26px 0; border-bottom:1px solid #e8e8e8}
.news_cont_tit p{font-size:20px; font-weight:bold; color:#333}
.ny_news_ly b{font-size:12px; color:#888; line-height:35px; margin-right:10px}

.news_cont{overflow:hidden; margin-bottom:40px; line-height:200%;}
.news_cont img{max-width:800px}

.diplay_foot{width:100%; margin-top:40px; overflow:hidden; padding-bottom:25px; border-bottom:1px solid #e8e8e8}
.diplay_foot a{display:block; width:78px; height:30px; line-height:30px; box-sizing:border-box; border:1px solid #CCC; font-size:13px; text-align:center}
.diplay_foot a:first-child{float:left}
.diplay_foot a:last-child{float:right}
.diplay_foot a:hover{background:#1d7fa5; color:#FFF; border:1px solid #1d7fa5}

.tiao{width:100%; margin:25px auto; overflow:hidden}
.tiao p{width:46%; line-height:40px; font-size:14px; color:#444; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.tiao p a{color:#1d7fa5}
.downnew{text-align:right}




