@charset "utf-8";
/* CSS Document */
/* CSS RESET */
/* 通用描边 */
.tyxbs { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;}  /* 实线 */
.tyxbd { border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC;} /* 点线 */
.tyxbx { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #CCC;} /* 虚线 */
/* 透明度 */
.alpha30 { zoom: 1; filter: alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3;} /* zoom:1 触发IE下块级元素*/
.alpha50 { zoom: 1; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;} /* zoom:1 触发IE下块级元素*/
.alpha80 { zoom: 1; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;} /* zoom:1 触发IE下块级元素*/
/* Gradients CSS3 渐变 */
/* 滤镜器渐变属性 */
/* Opacity=透明度 值0~100 */
/* FinishPoacity=制作的透明渐变效果 值0~100 */
/* Style=渐变形状 值0~3 0-没有 1-线形 2-圆形 3-矩形辐射*/
/* StartX=渐变开始的X坐标 */
/* StartY=渐变开始的Y坐标 */
/* FinishX=渐变结束的X坐标 */
/* FinishY=渐变结束的Y坐标 如是线形渐变 而且是由上至下渐变 高为150px时 红蓝渐变 参考下列语法 */ 
/* IE语法 filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=blue,gradientType=0); */
.Gradients {
filter:alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red, endcolorstr=blue, gradientType=0);
-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red, endcolorstr=blue, gradientType=0);/*IE8*/ background: red; /* 一些不支持背景渐变的浏览器 */ background: -moz-linear-gradient(top, red, rgba(0, 0, 255, 0.5)); background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(rgba(0, 0, 255, 0.5))); background: -o-linear-gradient(top, red, rgba(0, 0, 255, 0.5));}
/* Gradients CSS3 渐变 */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                       制版:jarvis QQ:41910808                     ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
.backl95{background-color:#f1f1f1;}
.backl98{background-color:#fafafa;}
.backl100{background-color:#fff;}
.backl01{ background-color:#f5f5f5;}
.backl02{ background-color:#f4efd9;}
.maxw100{width:100%;}
.maxw{width:1000px;}

.t20 { margin-top:20px;}
.minw{width:980px;} /* 最大宽度 */
.l2mw{width:650px; margin:5px;} /* 2等分线 */
.l3mw{width:320px; margin:5px;} /* 3等分线 */
.l33mw{width:96px;margin:2px;} /* 3等分线中的3等分 全部左对齐 */
.l10mw{width:96px;margin:2px;} /* 10等分线*/
.imgbk{padding:1px; border:solid 1px #f1f1f1; background-color:#FFFFFF;} /* 所有描边 留白 所有等比例图像 4:3-16:9 宽高各减10px */
.img120{width:94px; height:72px;}
.pad10{padding:10px 0px;}
.center{height:auto; margin: 0 auto; overflow: hidden;} /* 居中对齐 */
.fl{float:left;}
.fr{float:right;}
.alltop{margin-top:20px;}
.martop3{width:100%;height:0px; *height:3px; display:block;}
.martop5{width:100%;height:8px; *height:12px; display:block;}
.martop8{width:100%;height:6px; *height:9px; display:block;}
/* 全站字体颜色 */
.linkcl01{color:#4d4d4d;} /* 新闻列表色 */
.linkcl01:hover{color:#006a80;}
.linkcl01 a{color:#4d4d4d;}
.linkcl01 a:hover{color:#006a80;}
/* ----------------------------------------------------------------------------------------------------- */
.linkcl02{color:#1f7099;} /* 栏目标题色 */
.linkcl02:hover{color:#b32424;}
.linkcl02 a{color:#1f7099;}
.linkcl02 a:hover{color:#b32424;}
/* ----------------------------------------------------------------------------------------------------- */
.linkcl03{color:#2a557c;} /* 列表穿插文字广告色 */
.linkcl03:hover{color:#cd0000;}
.linkcl03 a{color:#2a557c;}
.linkcl03 a:hover{color:#cd0000;}
/* ----------------------------------------------------------------------------------------------------- */
.linkcl04{color:#333;} /* 文字广告色 */
.linkcl04:hover{color:#cc6600;}
.linkcl04 a{color:#333;} 
.linkcl04 a:hover{color:#cc6600;}
/* ----------------------------------------------------------------------------------------------------- */
.linkcl05{color:#333333;} /* 头条黑 */
.linkcl05:hover{color:#ff7733;}
.linkcl05 a{color:#333333;}
.linkcl05 a:hover{color:#ff7733;}
/* ----------------------------------------------------------------------------------------------------- */
.linkcl06{color:#323433;} /* 头条蓝 */
.linkcl06:hover{color:#fff;}
.linkcl06 a{color:#e70012;}/
.linkcl06 a:hover{color:#000;}
/* ----------------------------------------------------------------------------------------------------- */
.linkcl07{color:#666666;} /* 摘要黑灰 */
.linkcl08{color:#6b9bb3;} /* 摘要蓝灰 */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                       制版:jarvis QQ:41910808                     ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* 头部与菜单 */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                       制版:jarvis QQ:41910808                     ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                       制版:jarvis QQ:41910808                     ---------------- */
/* ----------------------------------------------------------------------------------------------------- */

/*左侧导航*/
.rihgtnav {position: fixed; top: 0px; right: 0px; z-index: 999; width: 40px; height:100%; background-color: #444851;}
.rihgtnav>.rihgtmain {position: absolute; right: 0px; top: 10%; width: 40px;}
.rihgtnav>.rihgtmain>ul{width:40px; display: block; margin-top:5px; padding-bottom:5px; position: relative; background-repeat: no-repeat; background-position: center bottom; background-image: url(/j08img/2016/Images/Home/Listuibj.jpg);}
.rihgtnav>.rihgtmain>ul>li{width:40px; height:40px; display: block; position: relative;}
.rihgtnav>.rihgtmain>ul>li{background-color:#444851;}
.rihgtnav>.rihgtmain>ul>li:hover{background-color:#3995c4;}
.rihgtnav>.rihgtmain>ul>li>a{width: 20px; height: 20px; position: relative; left: 10px; top: 10px; display: block; background-repeat: no-repeat; background-image: url(/j08img/2016/Images/Home/listnav.png);}
.rihgtnav>.rihgtmain>ul>li>a{filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}
.rihgtnav>.rihgtmain>ul>li:hover>a{filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;}
.rihgtnav>.rihgtmain>ul>li>h1{width: 20px; height: 20px; position: relative; left: 10px; top: 10px; display: block; background-repeat: no-repeat; background-image: url(/j08img/2016/Images/Home/listnav.png); cursor:pointer;}
.rihgtnav>.rihgtmain>ul>li>h1{filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}
.rihgtnav>.rihgtmain>ul>li:hover>h1{filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1;}
.rihgtnav>.rihgtmain>ul>li>p{height:40px; padding-left:10px; padding-right:15px; display:none; font-family: "微软雅黑"; font-size: 14px; line-height: 40px; text-align: center; color: #FFFFFF; background-color: #444851; position:relative; left:-60px; top:-20px; background-image: url(/j08img/2016/Images/Home/Listpbj.jpg); background-repeat: no-repeat; background-position: right bottom;}
.rihgtnav>.rihgtmain>ul>li:hover>p{ width:100%; display:block;}
/*左侧导航弹出*/
.rihgtnav>.rihgtmain>ul>li>ul{display:none; margin:0; padding:0; width:125px; height:40px; padding-left:5px; position:relative; left:-126px; top:-21px; background-color:#fff; background-image: url(/j08img/2016/Images/Home/Listpbj2.jpg); background-repeat: no-repeat; background-position: right bottom; border-left:solid 1px #444851;border-top:solid 1px #444851;border-bottom:solid 1px #444851;}
.rihgtnav>.rihgtmain>ul>li:hover>ul{display:block;}
/*左侧导航 分享弹出*/
.rihgtnav>.rihgtmain>ul>li>div{display:none; margin:0; padding-top:0px; width:225px; height:40px; padding-left:5px; position:relative; left:-226px; top:-21px; background-color:#fff; background-image: url(/j08img/2016/Images/Home/Listpbj2.jpg); background-repeat: no-repeat; background-position: right bottom; border-left:solid 1px #444851;border-top:solid 1px #444851;border-bottom:solid 1px #444851;}
.rihgtnav>.rihgtmain>ul>li:hover>div{display:block;}
/*左侧导航 搜索弹出*/
.rihgtnav>.rihgtmain>ul>li:hover.search>ul{width:120px; height:50px; position:relative; left:-135px; top:-30px; padding:5px; padding-right:15px; background-image: url(/j08img/2016/Images/Home/Listpbj.jpg); background-repeat: no-repeat; background-position: right center;background-color: #444851; border:none; text-align:center;}
.rihgtnav>.rihgtmain>ul>li:hover.search>ul>form>input{width:120px; height:20px; margin:0; padding:0; line-height:20px; margin-bottom:5px; background-color:#FFFFFF;}
.rihgtnav>.rihgtmain>ul>li:hover.search>ul>form>input.txt{width:60px; height:20px; padding:10px; padding-top:0px; padding-bottom:5px; line-height:20px; margin-left:6px; border:none; border-radius:5px; background-color:#3995c4; color:#FFFFFF; }
/*左侧导航 二维码弹出*/
.rihgtnav>.rihgtmain>ul>li:hover.qrcode>p{width:245px; height:120px; position:relative; left:-255px; top:-110px; padding:5px; padding-right:10px;}
.rihgtnav>.rihgtmain>ul>li:hover.qrcode>p>img{width:120px; height:120px;}
/*左侧导航 网站地图和返回顶部*/
.rihgtnav>.rihgtmain>ul>li:hover.map>p,.rihgtnav>.rihgtmain>ul>li:hover.return>p{width:60px; height:40px; position:relative; left:-80px; top:-20px; padding:0px; padding-left:10px; padding-right:15px;}
/*左侧导航 图标背景*/
.rihgtnav>.rihgtmain>ul>li.home>a{background-position: 0px 0px;}
.rihgtnav>.rihgtmain>ul>li.city>a{background-position: 0px -40px;}
.rihgtnav>.rihgtmain>ul>li.economics>a{background-position: 0px -80px;}
.rihgtnav>.rihgtmain>ul>li.news>a{background-position: 0px -120px;}
.rihgtnav>.rihgtmain>ul>li.interview>a{background-position: 0px -160px;}
.rihgtnav>.rihgtmain>ul>li.video>a{background-position: 0px -200px;}
.rihgtnav>.rihgtmain>ul>li.picture>a{background-position: 0px -240px;}
.rihgtnav>.rihgtmain>ul>li.search>h1{background-position: 0px -280px;}
.rihgtnav>.rihgtmain>ul>li.submission>a{background-position: 0px -320px;}
.rihgtnav>.rihgtmain>ul>li.map>a{background-position: 0px -360px;}
.rihgtnav>.rihgtmain>ul>li.share>h1{background-position: 0px -400px;}
.rihgtnav>.rihgtmain>ul>li.qrcode>h1{background-position: 0px -440px;}
.rihgtnav>.rihgtmain>ul>li.return>h1{background-position: 0px -480px;}
/*左侧导航 显示内容定位*/
#pageslide{ /* These styles MUST be included. Do not change. */display: none; position: absolute; position: fixed; top: 0; height:100%; margin-right: 40px; z-index: 990; /* Specify the width of your pageslide here */ width: 260px; padding:5px; /* These styles are optional, and describe how the pageslide will look */ background-color: #fff; border-left: 1px solid #D7D7D7; border-right-style: none; border-right-width: 1px; border-bottom: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7;}
/*左侧导航 统一标题*/
#city>h1,#economics>h1,#news>h1,#interview>h1,#video>h1,#picture>h1{width:260px; height:38px; border-bottom:solid 2px #003355; margin-bottom:10px; line-height:38px; text-align:center; font-size:18px; color:#FFFFFF; font-weight:bold; background-color:#3796c4;}
/*左侧导航 统一关闭*/
#city>a,#economics>a,#news>a,#interview>a,#video>a,#picture>a{width:260px;height:60px; display:block; position:fixed; bottom:0px; border-top:solid 10px #FFFFFF; background-color:#3796c4; color:#FFF; font-size:14px; line-height:20px;*right:45px;}
#city>a:hover,#economics>a:hover,#news>a:hover,#interview>a:hover,#video>a:hover,#picture>a:hover{background-color:#444851; color:#b5ebff;}
#city>a>h2,#economics>a>h2,#news>a>h2,#interview>a>h2,#video>a>h2,#picture>a>h2{ width:30px; height:30px; margin: 5px auto; background-image: url(/j08img/2016/Images/Home/Close.png); background-repeat: no-repeat; background-position:0px -30px;}
#city>a:hover>h2,#economics>a:hover>h2,#news>a:hover>h2,#interview>a:hover>h2,#video>a:hover>h2,#picture>a:hover>h2{background-position:0px 0px;}
#city>a>h3,#economics>a>h3,#news>a>h3,#interview>a>h3,#video>a>h3,#picture>a>h3{width:260px; height:20px; text-align:center;}
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                       制版:jarvis QQ:41910808                     ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*右侧内容显示区域*/
.rignavpage { width:260px; height:860px;overflow: hidden; margin:0; padding:0; background-color: #fff; }
.rignavpage>.xx{ border-bottom:dashed 1px #666; height:2px;}
/* 本例子css */
.ycqhBox { width:260px;height:195px; overflow:hidden;position: relative;}
.ycqhBox>div.bd { position:relative; height:100%;}
.ycqhBox>div.bd>ul>li>a>p {position:absolute;text-align:center;font-size:14px;line-height:30px;color:#FFF; font-family:"微软雅黑"; z-index:5; margin-top:-30px;width:100%; background-color:rgba(0,0,0,0.7); overflow:hidden;}
.ycqhBox>div.bd>ul>li>a>p>span {font-family:"微软雅黑";overflow:hidden;}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
            .ycqhBox>div.bd>ul>li>a>p{background-color:#000; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; position:static; *zoom:1;}
			.ycqhBox>div.bd>ul>li>a>p>span{position:relative;}
        }
.ycqhBox>div.bd>ul>li{ zoom:1; vertical-align:middle;}
.ycqhBox>div.bd>ul>li>a>img { width:260px; height:195px; display: block; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.ycqhBox>.prev,.ycqhBox>.next { position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background: url(/j08img/2018/Images/Home/slider-arrow.png) -110px 5px no-repeat; filter: alpha(opacity=50); opacity: 0.5; }
.ycqhBox>.next { left: auto; right: 3%; background-position: 8px 5px; }
.ycqhBox>.prev:hover,.ycqhBox>.next:hover { filter:alpha(opacity=100); opacity: 1; }
.ycqhBox>.prevStop { display: none; }
.ycqhBox>.nextStop { display: none; }
/*列表*/
.yclb{width:260px; margin:0; padding:0;overflow:hidden;}
.yclb>li{ width:260px;height:29px;line-height:29px; font-size:14px; float:left;}
.yclb>li>a{color:#333;}
/*标图摘*/
.ycbtz { width:260px;}
.ycbtz>li{width:260px; height:116px; *height:117px;border-bottom:dashed 1px; #666; float:left;}
.ycbtz>li>a>h1{font-family:"微软雅黑"; font-size:14px;text-align:center; line-height:29px;color:#333;}
.ycbtz>li>a>img{ display:block; width:99px; height:76px;float:left;}
.ycbtz>li>a>p{width:159px; height:80px; float:right;text-indent:2em; color:#666; line-height:20px; text-align:left; overflow:hidden;}
/*1大4小*/
.yctp{width:260px;overflow:hidden;}
.yctp>li{float:left; margin:2px 5px; padding:0;}
.yctp>li.min{width:120px;}
.yctp>li.min img{width:120px;height:90px;}

.yctp>li.min>a>p{color:#333; line-height:30px; text-align:center; font-family:"微软雅黑"; font-size:14px; margin-top:-5px\9; *margin-top:0px;}
.yctp>li.yctyctp-dp-d{width:250px; height:225px;}
.yctp>li.yctp-d>a>p{width:250px;position:absolute;text-align:center;font-size:14px;line-height:30px;color:#FFF; font-family:"微软雅黑"; z-index:99; margin-top:-32px; *margin-top:-30px;background-color:rgba(0,0,0,0.7); overflow:hidden;}

.yctp>li.yctp-d>a>img{width:250px;height:187px;}
.yctp>li.yctp-d>a>p>span{font-family:"微软雅黑";overflow:hidden;}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
            .yctp>li.yctp-d>a>p{background-color:#000; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7; position:static; *zoom:1;}
			.yctp>li.yctp-d>a>p>span{position:relative;}
        }
/*图文摘列表*/
.yctwzl {width:260px; margin:0; padding:0;overflow:hidden;}
.yctwzl>a{ margin-bottom:15px;}
.yctwzl>a>h1 {font-family:"微软雅黑"; font-size:14px;text-align:center; line-height:29px;color:#333;}
.yctwzl>a>img{width:99px; height:76px;float:left; margin-right:5px;}
.yctwzl>a>p{width:154px; height:80px; float:right;text-indent:2em; color:#666; line-height:20px; text-align:left; overflow:hidden;}
.yctwzl>li{ width:260px;height:30px;line-height:30px; font-size:14px; float:left;}
.yctwzl>li>a{color:#333;}
/*标题摘要*/
.ycbtzy{width:260px; margin:0; padding:0;overflow:hidden;}
.ycbtzy>li{width:260px;border-bottom:dashed 1px; #666; float:left; padding-bottom:5px;}
.ycbtzy>li>a>h1{font-family:"微软雅黑"; font-size:14px;text-align:center; line-height:29px;color:#333;}
.ycbtzy>li>a>p{text-indent:2em; color:#666; line-height:20px; text-align:left; overflow:hidden;}
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                       制版:jarvis QQ:41910808                     ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*友情文字连接*/
.linkshdmend{ width:1000px; text-align:left;}
.linkshdmend>.hd{ height:40px; line-height:40px; padding:0px;   border-bottom:1px solid #ddd;  position:relative; }
.linkshdmend>.hd ul{ float:left;  position:absolute; left:0px; top:0px; height:32px;   }
.linkshdmend>.hd ul li{ height:41px; float:left; padding:0 15px; cursor:pointer; border-top:solid 2px #fafafa; color:#666666; font-size:14px;}
.linkshdmend>.hd ul li.on{ height:39px; background:#fff; border:1px solid #ddd; border-top:solid 2px #3995c4; border-bottom:none; color:#3995c4; font-weight:bold;}
.linkshdmend>.bd ul{padding:15px; zoom:1; background:#fff;}
.linkshdmend>.bd li{line-height:23px; font-size:12px;color:#688396;}
.linkshdmend>.bd li>a{color:#688396;} 
.linkshdmend>.bd li>a:hover{color:#cc6600;}
/*list 通用列表样式 - 无限高 */
.tywxxyg{padding-bottom: 32767px !important; margin-bottom: -32767px !important; overflow: hidden;}
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                需要显示广告时请取消对应样式注释即可               ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
/*强制样式区域*/
.rihgtnav{*display:none;}
/* 头部节日背景  ------直接替换背景路径--取消注释即可---- */ 

/*取消注释即可 
.topbg{width: 100%; height: auto; zoom: 1; background-image: url(/j08img/other/images/8.jpg); background-position: center top; background-repeat: no-repeat;} 
.topbg>.activity,.topbg>.activity>a{width:1000px; height:100px; display:block;}
.topmenu{background:none;}*/
/* 哀悼日版面全灰 */

/* 头部拉幕广告 */

/* 带关闭的对联广告  如需要显示直接注释掉或者替换为 */
.couplet{width:152px; height:300px; background-color:#333; display:none;} /* 需要显示时删除 display:none; */
.couplet>a>img{width:150px; height:280px; border:solid 1px #D8D8D8;}
.couplet>p{width:132px;height:18px; background-color:#333333; text-align:center; padding:0px 10px;}
.couplet .closeBtn{color:#FFFFFF; line-height:18px;}
/* ----------------------------------------------------------------------------------------------------- */
/* ------------------                需要显示广告时请取消对应样式注释即可               ---------------- */
/* ----------------------------------------------------------------------------------------------------- */
body {font-family:"微软雅黑";}
a {font-family:"微软雅黑";text-decoration: none;}

/*手机隐藏*/

@media only screen and (min-width:321px) and (max-width:1100px){
.rihgtnav{display:none;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
}