/*资料列表hdcnt*/
body{background:url(../images/mainbg.png) #EEEEEE;}
/*.box-menu{width:100%; min-width:1180px;background:#fff;position:relative;}*/
.wrap-top{width:1180px; margin:0 auto; margin-bottom:20px; position:relative;}
/* 网站 导航 */
.hc_lnav{z-index:9999;position:relative;width:250px;}
.hc_lnav .allbtn{z-index:99999;position:relative}
.hc_lnav .allbtn h2{display:block;width:250px;height:60px;line-height:60px;text-align:center; background:url(../pict/footer_bg.gif) #666;color:#ffffff;font-size:16px;}
.hc_lnav .allbtn h2 i{ margin-right:10px;}
/*IE支持rgba半透明的方法:filter*/
.hc_lnav .allbtn ul{display:block;width:250px;height:400px;position:absolute;top:60px;left:0px;z-index:99999;background-color:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);}
.hc_lnav .allbtn ul li{padding:10px 0;zoom:1;clear:both;cursor:default; background:url('../pict/danav.png') no-repeat right center;}
.hc_lnav .allbtn ul li .tx{line-height:25px; height:25px; text-indent:15px;}
.hc_lnav .allbtn ul li .tx a{color:#ffffff;font-size:16px;}
.hc_lnav .allbtn ul li dl{zoom:1;color:#ffffff;clear:both;overflow:auto;width:100%; }
.hc_lnav .allbtn ul li dl dd{ width:205px; margin-left:15px;}
.hc_lnav .allbtn ul li dl a,.hc_lnav .allbtn ul li dl span{ display:block; margin-right:10px; font-size:14px;line-height:22px;white-space:nowrap;float:left;color:#ffffff;}
.hc_lnav .allbtn ul li dl span{ margin:0px 12px;}
.hc_lnav .allbtn ul li .pop{position:absolute;width:320px; height:380px; padding:10px;display:none;min-height:370px;top:0px;left:250px; overflow:hidden;background-color:rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000,endcolorstr=#c8000000);}
/*
.hc_lnav .allbtn ul li .pop dl{ width:100%; margin:10px 0px 15px 0px;}
.hc_lnav .allbtn ul li .pop dt{width:70px;float:left;}
.hc_lnav .allbtn ul li .pop dt a{ display:block; font-size:14px; color:#000000; float:left; line-height:26px;}
.hc_lnav .allbtn ul li .pop dd{line-height:22px;width:355px;float:left;}
.hc_lnav .allbtn ul li .pop dd a,.hc_lnav .allbtn ul li .pop dd span{ font-size:14px; color:#636363; float:left; line-height:26px;}
.hc_lnav .allbtn ul li .pop dd a{ padding:0px 10px;}
.hc_lnav .allbtn ul li .pop .act{width:100%;height:80px;overflow:hidden;padding-top:10px}
*/
.hc_lnav .allbtn ul li:hover{background-color:#FE6A00}
.hc_lnav .allbtn ul li:hover .tx a{color:#ffffff}
.hc_lnav .allbtn ul li:hover .pop{display:block;}
/*.hc_lnav .allbtn ul li:hover a{color:#ffffff;}*/
.pop-sy-fl{ padding:5px 0; border-bottom:1px solid #ddd;}
.pop-sy-fl:last-child{border:none;}
.pop-sy-fl a{display:block; width:80px; padding:5px 10px; transition:all .3s ease-in-out;float:left; font-size:13px;}
.pop-sy-fl a:hover{color:#ff5a5a; padding-left:12px;}

.menu_nav{ width:930px; height:60px; position:absolute; left: 250px;top:0px;z-index:9998;}
.menu_nav li{ float: left;line-height: 60px; margin-left: 40px;}
.menu_nav li a{ display: block; font-size: 16px; color: #000000; }
.menu_nav li a:hover,.menu_nav li a.cur{ color: #e00200;}
/*banner*/
.box-banner{width:100%; min-width:1180px; height:400px;background:#fff;position:relative;}
#full-screen-slider{width:100%;height:400px;float:left;position:relative;}
#slides{display:block;height:400px;list-style:none;padding:0;margin:0;position:relative}
#slides li{display:block;width:100%;height:100%;min-width:1200px;list-style:none; padding:0;margin:0;position:absolute}
#slides li a{display:block;width:100%;height:100%;text-indent:-9999px}
/*
#pagination{display:block;list-style:none;position:absolute;left:50%;top:360px;z-index:9900; height:16px;margin:0;}
#pagination li{display:block;list-style:none;width:10px;height:10px; border-radius:5px;float:left; margin:0px 5px;background-image: url('../images/lb_icon.png'); background-repeat:no-repeat; background-position: 0px 0px;}
#pagination li a{display:block;padding:0;margin:0;text-indent:-9999px; width:10px; height:10px;}
#pagination li.current{ width: 72px; background-position:-10px 0px;}
#pagination li.current a{width: 72px;}
*/
/* ================= 轮播图指示器（正圆形强制居中版） ================= */
#pagination {
    counter-reset: slide-counter;
    display: block; 
    position: absolute;
    left: 50%;
    top: 360px; 
    z-index: 9900;
    height: 40px;
    margin: 0;
    transform: translateX(-50%); 
    text-align: center; 
}

/* 指示器单个色块样式 - 正圆形 */
#pagination li {
    position: relative; 
    display: inline-block; 
    width: 32px;  /* 宽度与高度必须完全一致 */
    height: 32px; /* 宽度与高度必须完全一致 */
    border-radius: 50%; /* 【核心修改】50% 圆角将方形强制变为正圆形 */
    margin: 0 6px; 
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    counter-increment: slide-counter;
    
    /* 清除内部文字占位 */
    font-size: 0;
    line-height: 0;
    text-indent: -9999px; 
    overflow: hidden; 
}

/* 伪元素绝对定位，强制悬浮在正圆形色块的正中央 */
#pagination li::before {
    content: counter(slide-counter);
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 16px;
    
    /* 绝对定位 + transform 实现无视任何干扰的完美圆心居中 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* 【核心修改】重置行高为1，消除字体基线带来的微小垂直偏移，确保数字在圆内绝对居中 */
    line-height: 1; 
    text-indent: 0;
}

/* 确保 a 标签铺满色块，且不影响布局 */
#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 0;
    left: 0;
    z-index: 2; 
    text-indent: -9999px;
}

/* 悬停效果：圆形放大 */
#pagination li:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* 当前激活状态：圆形高亮 */
#pagination li.current {
    background-color: #ff6b00;
    border-color: #ff6b00;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.4);
    transform: scale(1.15);
}

#pagination li.current a {
    width: 100%;
}
/*banner end*/
.lbtopbg{ position:absolute;left: 0px; top: 42px; z-index: 999999; width:230px; height:309px;background:url('../images/lbtopbg.png') 0px 0px no-repeat; overflow:hidden;transition: all 0.6s;}
.lbtopbg .tit1{ margin:12px auto; width:200px; height:30px; font-size:20px; font-weight:bold; color:#7B3300; text-align:center;text-shadow:1px 1px 2px #fff;}
.lbtopbg .tit1 a{ color:#7B3300;}
.lbtopbg .sm1{ margin:12px auto; width:200px; height:80px; padding-top:10px; font-size:14px; color:#eee; overflow:hidden;}
.lbtopbg .sm1 span{ color:#FEA769;}
.lbtopbg .sm1 a,.lbtopbg .sm2 a{ display:block; color:#eee;}
.lbtopbg .tit2{ margin:12px auto; width:200px; height:30px; font-size:20px; font-weight:bold; color:#115B43; text-align:center;text-shadow:1px 1px 2px #fff;}
.lbtopbg .tit2 a{ color:#115B43;}
.lbtopbg .sm2{ margin:12px auto; width:200px; height:80px; padding-top:10px; font-size:14px; color:#eee; overflow:hidden;}
.lbtopbg .sm2 span{ color:#3CFFBF;}
.lbtopbg .kong{ height:5px;}
.navhot{background:url('../pict/navhot.gif') no-repeat right top; padding-right: 28px; margin-right: -28px;}
/* head */
/*普通模式
.head-sy{width:100%; min-width:1180px; padding-top:20px; height:auto; background:#FFF;}*/
/*节日模式*/
.head-sy{width:100%; min-width:1180px; padding-top:20px; height:auto;background:#fff;}
.head-sy .logo,.head-sy .logo a{width:234px; height:60px; display:block; float:left;}
.head-sy .logo a{background:url(../images/logo.png) no-repeat;}
.head-sy .head-l{float:left; margin-left:66px;width:500px; padding-top:7px;}
.head-sy .head-l-t{width:auto; padding-top:10px;}
.head-sy .head-l-b{width:450px; height:10px; line-height:10px; overflow:hidden;}
.head-sy .head-l-b a{ color:#666;}
.head-sy .head-l-b a:hover{ color:#d00;}
.head-sy .head-r{float:right;}
.head-sy .head-r .messagenum{position:absolute;right:10px;top:15px;width:20px;height:20px;line-height:20px;border-radius:10px;background:#f00;font-size:14px;}
.head-sy .head-r .messagenum a{ display:block; text-align:center;color:#fff;}
.head-sy .head-r .top-user{ padding:0 40px 0 15px;height:45px; line-height:45px; font-size:14px; background:#ececec; border:1px solid #eeeeee;border-radius:15px;}
.head-sy .head-r .top-user a{ display:inline-block; color:#666;}
.head-sy .head-r .top-user a:hover{ color:#d00;}
.head-sy .head-r .top-user img{width:30px; height:30px; border-radius:50%; vertical-align:middle; margin-right:5px;}
.head-sy .head-r .top-user-dl a{ display:inline-block; padding:10px;font-size:16px;transition: all 0.6s;text-shadow:1px 1px 0px #fff;}
.head-sy .head-r .top-user-dl a:hover{ padding-right:20px; color:#C30;}
.head-sy .head-r .top-user-dl a.dl{ border-bottom:3px solid #FE6A00; color:#FE6A00;text-shadow:1px 1px 0px #fff;}
.head-sy .head-r .top-user-dl a.zc{ border-bottom:3px solid #02A2AA; color:#02A2AA;text-shadow:1px 1px 0px #fff;}
/*数据统计*/
.tongjishow{ width:1178px; margin:0 auto 15px auto; padding:10px 0; background:#FFF;display: table;border:1px solid #e0e0e0;border-top:none;}
.tongjishow-list{width:20%; padding:0 10px;display: table-cell; vertical-align:top;*display:inline-block; *width:auto;*zoom:1; border-right:1px solid #e0e0e0;}
.tongjishow-list:last-child{border:none;}
.tongjishow-list dl{ margin-top:10px;overflow: hidden;}
.tongjishow-list dl dt{ float:left; margin-right:10px;}
.tongjishow-list dl dd b{ font-size:14px; color:#666;}
.tongjishow-list dl dd em{ color:#999;}
.tongjishow-list p{ font-size:14px; color:#666; padding-top:5px;}
.tongjishow-list span{ color:#F60;}
/*资料推荐*/
.ziliaotj{ width:1180px; margin:0 auto 15px auto; }
.gundong-box{ width:1180px; overflow:hidden; position:relative; }
.gundong-box .hd{ height:40px;}
.gundong-box .hd h2{ float:left;line-height:40px; font-size:22px; color:#333; font-weight:normal;}
.gundong-box .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:20px; zoom:1; }
.gundong-box .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url('../pict/lbdian.gif') 0 -9px no-repeat; }
.gundong-box .hd ul li.on{ background-position:0 0; }
.gundong-box .bd ul{ overflow:hidden; zoom:1; }
.gundong-box .bd ul li{float:left; width:160px; height:184px; background:#FFF; margin-right:10px; _display:inline; overflow:hidden;}
.gundong-box .bd ul li .img-box{ height:120px;width:160px; overflow:hidden;}
.gundong-box .bd ul li .img-box img{ height:120px;width:160px;display:block;transition: all 0.6s;}
.gundong-box .bd ul li:hover .img-box img{transform: scale(1.4);}
.gundong-box .bd ul li .titlink{padding:7px 10px; height:50px; background:#FFF; font-size:14px; text-align:center; color:#F05033;}
.gundong-box .bd ul li:hover .titlink{color:#d00000;}
/*资料列出*/
.ziliaolc-tit{ width:1180px; height:40px; margin:0 auto; }
.ziliaolc-tit h2{ float:left;line-height:40px; font-size:22px; color:#333; font-weight:normal;}
.ziliaolc-tit p{ float:right; padding-top:15px; padding-right:10px;font-size:16px;}
.ziliaolc-tit p i{ font-size:16px; margin-left:5px;}
.ziliaolc{ width:1180px; margin:0 auto;}
.ziliaolc-l{ float:left; width:850px; height:368px;}
.ziliaolc-l ul{ overflow:hidden; zoom:1; }
.ziliaolc-l ul li{float:left; width:160px; height:169px; background:#FFF; margin:0 10px 15px 0; overflow:hidden;}
.ziliaolc-l ul li .img-box{ height:105px;width:160px; overflow:hidden;}
.ziliaolc-l ul li .img-box img{ height:105px;width:160px;display:block;transition: all 0.6s;}
/*.ziliaolc-l ul li .img-box img:hover{transform: scale(1.4);}*/
.ziliaolc-l ul li:hover .img-box img{transform: scale(1.4);}
.ziliaolc-l ul li .titlink{padding:7px 10px; height:50px; background:#FFF; font-size:14px; text-align:center; color:#777;}
.ziliaolc-l ul li .titlinkzp{padding:7px 10px; height:50px; background:#FFF; font-size:14px; text-align:center; color:#F05033;}
.ziliaolc-l ul li:hover .titlink{color:#d00000;}
.ziliaolc-r{ float:right; width:330px; height:353px; background:#FFF; overflow:hidden;}
.ziliaolc-r-tit { margin:0 auto; width:300px;height:35px;line-height:35px;border-bottom:1px solid #ececec;}
.ziliaolc-r-tit span { float:left; display:inline-block; width:15px; background:#C63;}
.ziliaolc-r-tit h3 { float:left;font-size:14px;color:#007979;}
.ziliaolc-r ul{padding-left:15px;}
.ziliaolc-r ul li{ float:left; margin-right:15px; width:142px;height:30px; line-height:30px;overflow:hidden;}
.ziliaolc-r ul li a.normal{ color:#777;}
.ziliaolc-r ul li a.zuopin{ color:#F05033;}
.ziliaolc-r ul li a i{margin-right:5px;}
.ziliaolc-r ul li:hover a,.ziliaolc-r ul li:hover a i{color:#d00000;}
/*厨艺资料无图版*/
.ziliaolc-l-nopic{ float:left; width:850px; height:368px;}
.ziliaolc-l-nopic ul{ overflow:hidden; zoom:1; }
.ziliaolc-l-nopic ul li{float:left; width:160px; height:75px; background:#d7ffff; margin:0 10px 15px 0; overflow:hidden;}
.ziliaolc-l-nopic ul li .titlink{padding:10px; height:75px; font-size:14px; text-align:center; color:#555;}
.ziliaolc-l-nopic ul li:hover .titlink{color:#d00000; background:#FC9;}
/*新闻动态*/
.newnews{ width:1180px; margin:0 auto;}
.newnews ul{ overflow:hidden; zoom:1; }
.newnews ul li{float:left; width:160px; height:214px; background:#FFF; margin:0 8px 15px 0; overflow:hidden;position:relative;}
.newnews ul li .newstime{position:absolute;right:0px;top:0px;height:22px; line-height:22px;width:55px; text-align:center; background:#FE6A00; color:#FFF; font-size:12px; z-index:1;}
.newnews ul li .img-box{ height:150px;width:160px; overflow:hidden;}
.newnews ul li .img-box img{ width:160px;display:block;transition: all 0.6s;}
.newnews ul li:hover .img-box img{transform: scale(1.4);}
.newnews ul li .titlink{padding:7px 10px; height:50px; background:#FFF; font-size:14px; text-align:center; color:#777;}
.newnews ul li .titlinkzp{padding:7px 10px; height:50px; background:#FFF; font-size:14px; text-align:center; color:#F05033;}
.newnews ul li:hover .titlink{color:#d00000;}
/*新闻动态无图版*/
.newnews_nopic{ width:1180px; margin:0 auto;}
.newnews_nopic ul{ overflow:hidden; zoom:1; }
.newnews_nopic ul li{float:left; width:160px; height:95px; background:#fff; margin:0 8px 15px 0; overflow:hidden;position:relative;}
.newnews_nopic ul li .newstime{position:absolute;right:0px;bottom:0px;height:22px; line-height:22px;width:85px; text-align:center; background:#FE6A00; color:#FFF; font-size:12px; z-index:1;}
.newnews_nopic ul li .titlink{padding:10px 10px 20px 10px; height:75px; font-size:14px; text-align:center; color:#777;}
.newnews_nopic ul li:hover .titlink{color:#d00000; background:#FC9;}
/*banner-ad*/
.banner-ad{ width:1180px; margin:5px auto 20px auto; }
/*讨论问答*/
.tlwd{ width:1180px; margin:0 auto 15px auto;}
.tlwd-box{ display: table; width:580px; height:250px;}
.tlwd .tlwd-box-bg1{ background: url(../images/tlwd_1.jpg) #FFF;}
.tlwd .tlwd-box-bg2{ background: url(../images/tlwd_2.jpg) no-repeat #FFF;}
.tlwd .tlwd-box-bg3{ background: url(../images/tlwd_3.jpg) no-repeat #FFF;}
.tlwd .tlwd-box-bg4{ background: url(../images/tlwd_4.jpg) no-repeat #FFF;}
.tlwd-box .titpic{ width:200px;display: table-cell; vertical-align:top;*display:inline-block; *width:auto;*zoom:1;}
.tlwd-box .titpic p{ margin-top:100px; padding-left:40px; font-size:14px;}
.tlwd-box .titpic p a.zplink{ color:#6D99AD;}
.tlwd-box .titpic p a.qzlink{ color:#5CAF78;}
.tlwd-box .titpic p a.tllink{ color:#DC636A;}
.tlwd-box .titpic p a.wdlink{ color:#A36D72;}
.tlwd-box .listbox{ width:370px; padding:10px 10px 10px 0;display: table-cell; vertical-align:top;*display:inline-block; *width:auto;*zoom:1;}
.tlwd-box .listbox ul{ padding-top:10px; height:210px;background-color:rgba(255,255,255,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000,endcolorstr=#19000000);}
.tlwd-box .listbox ul li{ padding-left:10px; margin-bottom:10px;}
.tlwd-box .listbox ul li .tltit{ height:20px; line-height:20px; overflow:hidden;color:#999; font-size:12px;}
.tlwd-box .listbox ul li .tllink{ height:20px; line-height:20px; overflow:hidden; font-size:14px;}
.tlwd-box .listbox ul li a{ display:block;}
.tlwd-box .listbox ul li a:hover{ border:1px dashed #d00000;}
.tlwd-box .listbox ul li strong{ color:#000;}
.tlwd-box .listbox ul li em{ color:#C30; font-style:normal;}
.tlwd-box .listbox ul li span{ color:#d00000;}

.tlwd-box .listbox2{ width:370px; padding:10px 10px 10px 0;display: table-cell; vertical-align:top;*display:inline-block; *width:auto;*zoom:1;}
.tlwd-box .listbox2 ul{ height:210px;background-color:rgba(255,255,255,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000,endcolorstr=#19000000);}
.tlwd-box .listbox2 ul li{ padding-left:10px; margin-bottom:10px;}
.tlwd-box .listbox2 ul li .tltit{ height:20px; line-height:20px; overflow:hidden;color:#999; font-size:12px;}
.tlwd-box .listbox2 ul li .tllink{ height:20px; line-height:20px; overflow:hidden; font-size:14px;}
.tlwd-box .listbox2 ul li a{ display:block;}
.tlwd-box .listbox2 ul li a:hover{ border:1px dashed #d00000;}
.tlwd-box .listbox2 ul li strong{ color:#000;}
.tlwd-box .listbox2 ul li em{ color:#C30; font-style:normal;}
.tlwd-box .listbox2 ul li span{ color:#666;}

.tlwd-box .listbox3{ width:370px; padding:10px 10px 10px 0;display: table-cell; vertical-align:top;*display:inline-block; *width:auto;*zoom:1;}
.tlwd-box .listbox3 ul{ height:210px;background-color:rgba(255,255,255,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000,endcolorstr=#19000000);}
.tlwd-box .listbox3 ul li{ padding-left:10px; margin-bottom:10px;}
.tlwd-box .listbox3 ul li .tltit{ height:20px; line-height:20px; overflow:hidden;color:#999; font-size:12px;}
.tlwd-box .listbox3 ul li .tllink{ height:20px; line-height:20px; overflow:hidden; font-size:14px;}
.tlwd-box .listbox3 ul li a{ display:block;}
.tlwd-box .listbox3 ul li a:hover{ border:1px dashed #d00000;}
.tlwd-box .listbox3 ul li strong{ color:#000;}
.tlwd-box .listbox3 ul li em{ color:#C30; font-style:normal;}
.tlwd-box .listbox3 ul li span{ color:#5CADAD;}

.tlwd-box .listbox4{ width:370px; padding:10px 10px 10px 0;display: table-cell; vertical-align:top;*display:inline-block; *width:auto;*zoom:1;}
.tlwd-box .listbox4 ul{ height:210px;background-color:rgba(255,255,255,0.6);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#19000000,endcolorstr=#19000000);}
.tlwd-box .listbox4 ul li{ padding-left:10px; margin-bottom:10px;}
.tlwd-box .listbox4 ul li .tltit{ height:20px; line-height:20px; overflow:hidden;color:#999; font-size:12px;}
.tlwd-box .listbox4 ul li .tllink{ height:20px; line-height:20px; overflow:hidden; font-size:14px;}
.tlwd-box .listbox4 ul li a{ display:block;}
.tlwd-box .listbox4 ul li a:hover{ border:1px dashed #d00000;}
.tlwd-box .listbox4 ul li strong{ color:#000;}
.tlwd-box .listbox4 ul li em{ color:#C30; font-style:normal;}
.tlwd-box .listbox4 ul li span{ color:#8080C0;}
*/
/*专辑*/
.zhuanjilist-box{ margin-bottom:15px; width:100%; height:275px;background:#FFDAC8;position:relative;}
.zhuanjilist{ width:1180px; margin:0 auto;}
.zhuanjilist-l{ float:left; width:830px; height:270px;overflow:hidden;}
.zhuanjilist-l .zhuanjilist-l-tit{ height:40px;}
.zhuanjilist-l .zhuanjilist-l-tit h2{ float:left; line-height:40px; font-size:22px; color:#333; font-weight:normal;}
.zhuanjilist-l .zhuanjilist-l-tit p{ float:right; padding-top:15px; padding-right:30px;}
.zhuanjilist-l .zhuanjilist-l-tit p i{ font-size:14px; margin-left:5px;}
.zhuanjilist-l .bd ul{ overflow:hidden; zoom:1; }
.zhuanjilist-l .bd ul li{float:left; width:204px; height:219px; background:#eee; margin-right:20px; _display:inline; overflow:hidden;}
.zhuanjilist-l .bd ul li .img-box{ width:204px;height:155px; overflow:hidden;}
.zhuanjilist-l .bd ul li .img-box img{ width:204px;height:155px;display:block;transition: all 0.6s;}
.zhuanjilist-l .bd ul li:hover .img-box img{transform: scale(1.4);}
.zhuanjilist-l .bd ul li .titlink{padding:7px 10px; height:50px; background:#FFF; font-size:14px; text-align:center; color:#777;}
.zhuanjilist-l .bd ul li:hover .titlink{color:#d00000;}
.zhuanjilist-r{ float:right; width:330px; height:270px;overflow:hidden;}
.zhuanjilist-r .zhuanjilist-r-tit{ height:40px;}
.zhuanjilist-r .zhuanjilist-r-tit h2{ float:left; padding-left:10px; line-height:40px; font-size:22px; color:#333; font-weight:normal;}
.zhuanjilist-r .zhuanjilist-r-tit p{ float:right; padding-top:15px; padding-right:10px;}
.zhuanjilist-r .zhuanjilist-r-tit p i{ font-size:14px; margin-left:5px;}
.zhuanjilist-r .ylsc-box{ padding:8px 5px;}
.zhuanjilist-r .ylsc-box .hot-tags-link { display: inline-block; font-size: 14px; -webkit-border-radius: 5px; border-radius: 5px; margin: 0 10px 10px 0; padding:1px 12px 2px 12px; color: #fff; background: #02C874; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-child(2n) { background: #fc6c88; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-child(3n) { background: #4dd0c8; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(2) { background: #fc6c88; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(3) { background: #4dd0c8; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(4), .nr-keylist-l .linkkeylist .hot-tags-link:nth-of-type(8) { background: #dea8e7; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(6), .nr-keylist-l .linkkeylist .hot-tags-link:nth-of-type(11) { background: #73cfff; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(7) { background: #feac49; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(9), .nr-keylist-l .linkkeylist .hot-tags-link:nth-of-type(5) { background: #f87d63; }
.zhuanjilist-r .ylsc-box .hot-tags-link:nth-of-type(10) { background: #FF77FF; }
/*news*/
.newsbigbox{ padding-top:15px; width:100%;min-width:1180px;background:#EBD3E8;position:relative;}
.newsbox{ width:1180px; margin:0 auto;}
.newsbox-l{ float:left; width:580px; background:#FFF}
.newsbox-r{ float:right; width:580px; background:#FFF}
.newsbox-tit{ border-bottom:1px solid #f0f0f0; padding:15px 20px; height:20px; line-height:20px;}
.newsbox-tit h2{ float:left;display: inline-block; font-size:22px; border-left-width:4px; border-left-style:solid;padding-left:10px; height:18px; line-height:16px; font-weight:normal;}
.newsbox .color1{ color:#42a0e4;}
.newsbox .color2{ color:#2ec9af;}
.newsbox .color3{ color:#f96b3e;}
.newsbox .color4{ color:#c33c8b;}
.c-more{ float:left; display:inline-block; margin-left:15px; margin-top:7px; width:42px;height:13px;background:url(../images/morehottuijian.png) no-repeat; position:relative;background-position:-43px -5px;}
.lanmulist{ float:right;}
.lanmulist a {display: inline-block; margin-left:8px;padding:0 5px; line-height:20px;background: #f8f8f8; border:1px solid #eaeaea; color:#7d7d7d}
.newsbox-list{ padding:20px;}
.newsbox-list .fcousnews{ float:left; position:relative; margin-right:20px; height:128px; overflow:hidden;}
.newsbox-list .fcousnews img{ width:210px; height:128px; overflow:hidden;transition: all 0.6s;}
.newsbox-list .fcousnews:hover img{ transform: scale(1.4);}
.newsbox-list ul li{  width:310px; height:30px; line-height:30px; color:#7d7d7d;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
/*--文字浮层*/
.txtbox,.txtbox i{ position:absolute; left:0; width:100%; height:30px; line-height:30px;}
.txtbox{ bottom:0;}
.txtbox i{top:0;}
.txtbox i{background:#000;filter:alpha(opacity=60);opacity: 0.6;}
.txtbox .text{ position:relative; color:#fff; z-index:2; margin-left:10px;}
/*友情链接*/
.flink-box{ width:1180px; margin:0 auto;}
.flink-box .flink-list{ padding:10px 0 5px 10px;}
.flink-box .flink-list span{ display:inline-block; font-weight:bold;font-size:14px; margin-bottom:5px; color:#666;}
.flink-box .flink-list a{ display:inline-block; margin-right:10px; padding:2px 5px 3px 5px; background:#f6f6f6;font-size:12px; border:1px dotted #CCC; color:#565656;margin-bottom:5px; }
.flink-box .flink-list a:hover{ color:#F05033;}


