﻿@charset "utf-8";
/* ----------- 配置默认样式 ----------- */
body{ background-color: #fff;overflow-x: hidden;}
.container{ width: 1200px;}
#content-wrap{ position: relative; z-index: 9; margin-bottom:20px}
#content-wrap .container{ padding: 0px; width: 1200px;}

/* 配置按钮色 */
.btn-primary{ border-color: #c41c23; background-color: #c41c23;}
.btn-primary:hover{border-color: #277e99; background-color: #277e99;}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{border-color: #277e99; background-color: #277e99;}
.btn-primary:active, .btn-primary:visited{color: #fff; background-color:#277e99}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus{ color: #fff; background-color: #277e99; border-color: #277e99;}

/* 配置盒子 */
.box>.hd{border: none;font-size: 20px;}
.box>.hd .more{ font-size: 12px; color: #999;}
.box>.hd a:hover{text-decoration:none}
.box>.hd h3, .box>.hd .on a{ font-weight: bold; color:#c41c23}

/* 盒子-default */
.box-default>.hd{ background: none; border-bottom: 1px solid #ddd;}
.box-default>.hd h3, .box-default>.hd .on{ border-bottom:2px solid #c41c23; color: #333;}
.box-default>.hd h3 a, .box-default>.hd .on a{ color: #333;}

/* 盒子-primary */
.box-primary>.hd{ background: none; border-bottom: 1px solid #ddd; font-size: 20px;}
.box-primary>.hd h3, .box-primary>.hd .on{ border-color: #eee; border-top: 2px solid #c41c23; color: #c41c23}
.box-primary>.hd h3 a, .box-primary>.hd .on a{ color: #c41c23;}

/* 盒子-block */
.box-block>.hd .on, 
.box-block>.hd h3{ background: #c41c23; color:#fff}
.box-block>.hd .on a, 
.box-block>.hd h3 a{color:#fff}

/* 盒子-big */
.box-big>.hd{ line-height: 30px; overflow: hidden;}
.box-big>.hd h3{ float: left;}
.box-big>.hd li a{font-size: 20px;}
.box-big>.hd h3, .box-big>.hd .on{ background: #c41c23;padding-left: 25px; padding-right: 25px; color: #fff;}
.box-big>.hd h3 a,.box-big>.hd h3 span, .box-big>.hd .on a{ padding-left: 0; padding-right: 0; font-size: 20px; color: #fff;}

/*首页新增盒子*/
.boxA {}
.boxA .Whd {height: 78px;line-height: 78px;text-align:center;background: url(../img/ln/boxahd.png) 0 bottom repeat-x;}
.boxA .Whd h3 {display:inline-block; *display:inline; zoom:1; position:relative; padding: 0 20px; background: url(../img/ln/boxahdh3b.png) 0 bottom repeat-x; }
.boxA .Whd h3 a {display: block;text-decoration: none;font-size: 30px;}
.boxA .Whd h3 a::after {content: ""; background: url(../img/ln/boxahdh3c.png) 0 0 #fff no-repeat; width: 17px; height: 9px; display: block; position: absolute; bottom: 0; left: 44%; }
.boxA .Wbd {padding: 30px 0 0 0;}
/*.boxA .more { display: block; text-align: center;width: 150px; margin:30px auto; font-size: 16px;color: #999;border-radius: 4px; height: 48px;line-height: 48px;text-align: center; border:1px solid #ccc;}
.boxA .more:hover {border:1px solid #c41c23; background: #c41c23; color: #fff;}*/

.boxB {}
.boxB .Whd {height: 184px;text-align:center;}
.boxB .Whd h3 {position:relative; width: 134px;height: 184px; padding: 36px 0 0 34px; background: url(../img/ln/xydthd.png); }
.boxB .Whd h3 a {position: relative;display: block;text-decoration: none;font-size: 28px;color: #c41c23;width: 60px;line-height: 32px;padding-top: 50px;}
.boxB .Whd h3 a i {display: block; position: absolute; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;background: url(../img/ln/icons.png) 0 -400px no-repeat ; width: 40px; height:37px;top: 0;left: 10px; }
.boxB .Whd h3 a:hover i { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.boxB .Wbd {padding: 60px 0 0 0;}
/*.boxB .more { display: block; text-align: center;width: 150px; margin:30px auto; font-size: 16px;color: #999;border-radius: 4px; height: 48px;line-height: 48px;text-align: center; border:1px solid #be7473;color: #fff;}
.boxB .more:hover {border:1px solid #fff; background: #fff; color: #c41c23;}*/

/* boxC */
.boxC{overflow: hidden;}
.boxC .hd{height: 50px; line-height: 50px;  border-bottom: 1px solid #e6e6e6; position: relative;}
.boxC .hd .more{position: absolute; right: 10px; top: 0; font-size: 14px;color: #999;}
.boxC .hd ul{overflow: hidden;}
.boxC .hd ul li{float: left;}
.boxC .hd ul a{display: block; float: left; line-height: 50px; padding: 0 30px; margin-right: 10px; background: #e6e6e6;font-size: 18px; border-radius:4px 4px 0 0;}
.boxC .hd ul a:hover{text-decoration: none;}
.boxC .hd ul li:last-child a{border-right: 0}
.boxC .hd .on a{color: #fff;background: #e50012;font-weight: bold;}
.boxC .bd{overflow: hidden; padding: 12px 5px}

/*boxD */
.boxD{background:#fff;padding:10px 20px;border-radius:4px;}
.boxD .hd{height: 50px; line-height: 50px;border-bottom:1px solid #cccccc;position: relative;margin-bottom:18px; }
.boxD .hd .more{position: absolute; right: 10px; top: 0; font-size: 14px;color: #999;}
.boxD .hd h3 a {position: relative;display: block;text-decoration: none;font-size: 20px;font-weight:bold;color: #c82b31;line-height: 50px;padding-left:40px;}
.boxD .hd h3 a i {display: block; position: absolute; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;background: url(../img/ln/icons2.png) 0 0 no-repeat ; width: 30px; height:30px;top: 12px;left: 0; }
.boxD .hd h3 a:hover i { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.boxD .bd{}

/*boxE */
.boxE{background:url(../img/ln/indlnbg.png) right bottom no-repeat #fff;padding:10px 20px;border-radius:4px; border:1px solid #e5e5e5;}
.boxE .hd{height: 50px; line-height: 50px;border-bottom:1px solid #cccccc;position: relative;margin-bottom:18px; }
.boxE .hd .more{position: absolute; right: 10px; top: 0; font-size: 14px;color: #999;}
.boxE .hd h3 a {position: relative;display: block;text-decoration: none;font-size: 20px;font-weight:bold;color: #c82b31;line-height: 50px;padding-left:40px;}
.boxE .hd h3 a i {display: block; position: absolute; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;background: url(../img/ln/icons2.png) 0 0 no-repeat ; width: 30px; height:30px;top: 12px;left: 0; }
.boxE .hd h3 a:hover i { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.boxE .bd{}




.indBox{margin-bottom:30px; width: 1200px; clear: both;}
.indBox .iHd{height:28px; line-height:28px; background:url(../img/line.png) center center no-repeat; text-align:center;}
.indBox .iHd h3{font-size:30px; height: 28px; background: #fff; display:inline-block; *display:inline; zoom:1; font-weight:bold; position:relative;}
.indBox .iHd h3 a{color:#39659a; text-decoration: none;}
.indBox .iHd .l,.indBox .iHd .r{display:block; width:78px; overflow:hidden; height:28px; background:url(../img/left-line.png); position:absolute; left:0; top:0;}
.indBox .iHd .r{left:auto; right:0;background: url(../img/right-line.png);}
.indBox .iHd a{display:inline-block; *display:inline; zoom:1; padding: 0 100px; height: 28px;}
.indBox .iBd{padding:30px 0}



/* 相关内容 */
#relativeInfo{overflow: hidden;}
#relativeInfo>.hd{ border-bottom: 1px solid #eee; line-height: 20px; background-color: #efefef; border: none;font-size: 20px;}
#relativeInfo>.hd h3{display: inline-block; *display: inline; padding: 10px 15px;font-weight: bold; background: #c41c23; color: #fff;}
#relativeInfo>.hd .more{float: right; margin-top: 10px; margin-right: 5px;font-size: 12px; color: #999;}
#relativeInfo>.bd{padding: 10px 5px;}

/* list */
.list .date, .list .calendar{margin-left:10px}

/* infoList */
.infoList .date, .infoList .calendar{margin-left:10px}
/* list-intro */
.list-intro li{padding-top:20px;padding-bottom:20px;}
.list-intro .intro{line-height:26px; height:52px;}

/* list-top */
.list-top .t{padding: 10px 0px}
.list-top .t .title a{font-size: 14px}
.list-top .intro{font-size:12px}

/* 友情链接 */
.list-link li{float: left; width: 33.33%;padding-top: 8px; padding-bottom: 8px; padding-left: 0px; background: none;}
.list-link li a{ margin: 0 5px; padding-left: 18px; background: url(../img/icons/icons-link.png) 0px 3px no-repeat;  }
.list-link li i{ margin-right: 5px;}

/* 位置导航 */
.breadcrumb { color: #666; line-height: 20px; padding: 15px 0; text-align: left; max-width: 1240px; _width: 1240px; margin: 0 auto; font-size: 14px;}
.breadcrumb a,
.breadcrumb span { padding: 0 3px; color: #666; }
.breadcrumb em {font-style: normal;}

/* url_方块样式分页 */
.page a:hover, .page span:hover{ border: 1px solid #c41c23; color: #c41c23;}
.page .current{ background: #c41c23; border: 1px solid #c41c23; }

/* 配置图标 */
.icons{width: 4px; height: 4px; background: url(../img/icons/icons.png);}
.icons-arrow{width: 3px; height: 5px; background: url(../img/icons/icons-arrow.png);}
.icons-link{width: 12px; height: 12px; background: url(../img/icons/icons-link.png);}
.icons-path{width: 16px; height: 19px; background: url(../img/icons/icons-path.png);}
.icons-write-msg{width: 15px; height: 15px; background: url(../img/icons/icons-write-msg.png);}
.icons-msg-search {width: 16px; height: 16px; background: url(../img/icons/icons-msg-search.png); }
.icons-arrow-top{width: 11px; height: 6px; background: url(../img/icons/icons-arrow-top.png);}
.icons-mailbox{width: 14px; height: 12px; background: url(../img/icons/icons-mailbox.png);}
.icons-prev{width: 9px; height: 17px; background: url(../img/icons/icons-prev.png);}
.icons-next{width: 9px; height: 17px; background: url(../img/icons/icons-next.png);}
.icons-pad{width: 12px; height: 12px; background: url(../img/icons/icons-pad.png);}
.icons-phone{width: 8px; height: 12px; background: url(../img/icons/icons-phone.png);}
.icons-search{width: 16px; height: 16px; background: url(../img/icons/icons-search.png);}
.icons-share{width: 15px; height: 17px; background: url(../img/icons/icons-share.png);}
.icons-sitemap{width: 13px; height: 11px; background: url(../img/icons/icons-sitemap.png);}
.icons-vote{width: 16px; height: 14px; background: url(../img/icons/icons-vote.png);}
.icons-survey{width: 16px; height: 14px; background: url(../img/icons/icons-survey.png);}
.icons-weixin{width: 24px; height: 20px; background: url(../img/icons/icons-weixin.png);}
.icons-weibo{width: 24px; height: 19px; background: url(../img/icons/icons-weibo.png);}

/* 列表 */
.list-intro .t .title a{ font-size: 18px;}

/* ----------- 正文 ----------- */

/* 顶部 */
#top-bar{position: relative;z-index: 13;height: 40px; background:#c41c23;  font-size: 14px; color: #fff; }
#top-bar .current-date {height: 40px; line-height: 40px;}
#top-bar .top-Bar-right{float: right;}
#top-bar .top-Bar-right a{ color: #333;}
#top-bar .top-Bar-right a:hover{ color: #cb1d12;}
#top-bar .top-Bar-right .row{ overflow: visible;}
#top-bar .top-Bar-right .site-panel {height: 40px;line-height: 40px;}
#top-bar .top-Bar-right .site-panel a{ padding: 0 10px;}
#top-bar .top-Bar-right dl{position: relative;z-index: 2;display: inline-block;*display: inline;zoom: 1; }
#top-bar .top-Bar-right dl dt{ padding: 0 5px;height: 40px; line-height: 40px;font-weight: normal; cursor: pointer;}
#top-bar .top-Bar-right dl dt a  {display: block;height: 40px;width: 43px;}
#top-bar .top-Bar-right dl.phone dt a {background: url(../img/ln/icons.png) 0 8px no-repeat;}
#top-bar .top-Bar-right dl.weixin dt a {background: url(../img/ln/icons.png) 0 -92px no-repeat;}
#top-bar .top-Bar-right dl.weibo dt a {background: url(../img/ln/icons.png) 0 -42px no-repeat;}

#top-bar .top-Bar-right dl dd{display: none;position: absolute;top: 40px;right: 50%;margin-right: -50px;box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);}
#top-bar .top-Bar-right dl dd:after{display: block; position: absolute; left: 50%; top: -12px; margin-left: -3px; content: ""; border-width: 6px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}
#top-bar .top-Bar-right dl dd span {background: #fff;position: relative;z-index: 2;padding-right: 10px;}
#top-bar .top-Bar-right dl dd i{display: none}
#top-bar .top-Bar-right dl ul {overflow: hidden;width: 100%;}
#top-bar .top-Bar-right dl li{ margin-bottom: 0; float: left; width: 19.99%; min-width: 80px;}
#top-bar .top-Bar-right dl li a{ display: block; background: none; padding: 5px 10px; color: #333}
#top-bar .top-Bar-right dl li a:hover{ color: #cb1d12;}
#top-bar .top-Bar-right a:hover, 
#top-bar .top-Bar-right .on dt{color: #cb1d12;}
#top-bar .top-Bar-right .on dd{display: block;}

#top-bar .top-Bar-right #siteLast{float:right;}
#top-bar .top-Bar-right #siteLast dd{right: 8px;padding: 10px;width: 760px;margin-right: 0;background-color: #fff;border:2px solid #cb1d12; }
#top-bar .top-Bar-right #siteLast{padding:0 10px}
#top-bar .top-Bar-right #siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size:14px; font-weight:bold; line-height:34px;color: #333;}
#top-bar .top-Bar-right #siteLast dd h3:after{content:"";display:block;height:1px;line-height:0;font-size:0;background: #d4d4d4;top: 17px;right:0;width: 87%;position:absolute;}
#top-bar .top-Bar-right #siteLast dd h3.h:after{display:none;}
#top-bar .top-Bar-right #siteLast dt{ width: 43px; height:32px;text-indent: -9999px; background:url(../img/ln/icons.png) 0 -150px no-repeat; color:#fff; margin-top:8px;}
#top-bar .top-Bar-right #siteLast dd table tr td div { writing-mode: vertical-lr; text-align: center; height: 60px; width: 30px; overflow: hidden;}
#top-bar .top-Bar-right #siteLast dd:after{display:none}

#top-bar .top-Bar-right .site-panel dl{float:left;}
#top-bar .top-Bar-right .site-panel span.spe{float:left;color:#9d161c; }
#top-bar .top-Bar-right .site-panel .mailbox{float:left;}
#top-bar .top-Bar-right .site-panel dl dd img{width: 100px; height: auto;}
#top-bar .top-Bar-right .site-panel dl dd img{width: 100px; height: auto; padding:5px; background:#fff; }

#top-bar .user-login{display: inline-block;*display: inline;zoom: 1; padding:0 10px; line-height:30px; height:30px;}
#top-bar .user-login .notlogged>a{padding:0 5px; color: #333;}
#top-bar .user-login .notlogged>a:hover{color: #cb1d12}
#top-bar .user-login .loggedin>a{padding:0 5px; }
#top-bar .user-login .loggedin>a:hover{color: #cb1d12}
#top-bar .user-login .userlogincomment{color: #333}
#top-bar .top-Bar-right #siteLast dd h3:after {}


#top-bar .topLink {}
#top-bar .topLink li {float:left;height:40px;line-height:40px;padding:0 5px;color:#9d161c;}
#top-bar .topLink li a {color:#edbabc;}
/* 头部 */
#header{z-index: 12; width: 100%; height: 110px; position:absolute;top:40px;left: 0;}
#header .container{ position: relative; z-index:13;}
#header #logo{ position: absolute; left: 0; top: 12px;}
#header #logo img{height: 90px;}
#header .Bg {position: absolute;right: 0;bottom: 0;left: 0;z-index: 2;height: 110px;background-color: #000;filter: alpha(opacity=40);opacity: .4;}
/* 搜索框 */
.siteSearchBar{height: 26px;margin-top: 6px;float: right; }
.s-form{vertical-align: top;width: 200px; height: 26px; line-height: 26px;overflow: hidden;}
.s-form .input-box{float: left;height: 26px;}
.s-form .input-box input{background: #ddbab9;border-radius: 13px 0 0 13px; width: 160px; vertical-align: top; *margin: -1px 0; height: 26px; font-size: 14px; padding: 0 10px; line-height: 26px;border: 0; outline: none;}
.s-form .btn-box{float: right; height: 26px;}
.s-form .btn-box input{height: 28px; line-height: 100px; overflow: hidden; border: 0;padding: 0; background: url(../img/ln/icons.png) 8px -196px no-repeat #ddbab9; width: 40px; outline: none; border-radius: 0 14px 14px 0;}
.s-form .btn-box input:active{background-color: #d3b1b0;}
.s-form .link-box{text-align: center; font-size: 14px;}
.s-form .select-box{ display: none; float: left; width: 100px; height: 26px; border: none; background: #fff; border: 1px solid #ccc; border-right: none; position: relative;}
.s-hot-search{position: absolute; padding-top: 50px; z-index: -1; margin-top: -10px; font-size: 12px;}
.s-hot-search a{color: #666;}





/* 主导航 */
.nav-main{ height: 110px; float: right;width: 820px; text-align: center; margin:0 -15px}
.nav-main .item{width: 14.1%; float: left; height:54px;}
.nav-main .item .item-name{height:110px; }
.nav-main .item .item-name a{display: block; font-size: 18px; height: 54px; line-height: 110px;  color: #fff; }
.nav-main .item .item-name a:hover{ text-decoration: none; }
.nav-main .active .item-name{}
.nav-main .active .item-name a{ font-weight: bold; }
.nav-main .active .item-name a:hover{font-weight: bold;}

.nav-top-fixed{ position: fixed !important; z-index: 2000; top: 0 !important; left: 0; width: 100%; box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);}





/* 首页-自定义导航 */
.nav-main .item-sub{ display: none; position: absolute; top: 110px; left: 50%; margin-left: -960px; width: 1920px; background-color: #f8f8f8; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, .2);}
.nav-main .item-sub .container{ padding-top: 40px; padding-bottom: 40px;}
.nav-main .item-sub .pic{ float: right; padding-left: 80px; margin-left: 50px; border-left: 1px dotted #ddd;}
.nav-main .item-sub .pic img{ height: auto !important;}
.nav-main .item-sub .con{ overflow: hidden;}
.nav-main .item-sub .title{ float: left; width: 150px; text-align: left;}
.nav-main .item-sub .title i{ display: block; width: 40px; height: 4px; background-color: #8c1614;}
.nav-main .item-sub .title h4{ margin: 25px 0; font-size: 24px; color: #8c1614;}
.nav-main .item-sub .title .click-more a{ display: inline-block; *display: inline; zoom: 1; padding: 6px 15px; font-size: 12px; color: #8c1614; border: 1px solid #8c1614; border-radius: 20px; transition: all 0.25s ease 0s;}
.nav-main .item-sub .title .click-more a:hover{ background-color: #8c1614; color: #fff; text-decoration: none;}
.nav-main .item-sub .nav{ overflow: hidden;}
.nav-main .item-sub .nav li{ float: left; width: auto;}




/* ---------- 底部 ---------- */
#footer{position: relative;z-index: 10;padding: 36px 0;background:url("/content/xq/index/img/foot_bg.jpg") no-repeat; color:#fff}
#footer .container {position: relative;}
#footer a {color: #fff;}
#footer .copyRight { width: 780px; background: url(../img/ln/footerlogo1.png) 0 0 no-repeat;min-height: 155px;padding-left: 260px;}
#footer .copyRight p {font-size: 15px;line-height: 30px;}
#footer .pics { width: 360px;position: absolute;top:0;right: 0;}
#footer .pics ul {overflow: hidden;margin-right: -30px;}
#footer .pics li {float: left;width: 100px;margin-right: 30px;text-align: center;}
#footer .pics li .pic { width: 100px; height: 100px; margin-bottom: 5px;}
#footer .pics li .title { font-size: 14px; height: 26px; line-height: 26px;}
/* 分享 */
#share{ overflow: visible;}
#share .share-btn{ margin: 15px 0; height: 50px;}
#share .share-btn a{ position: relative; float: left; margin-left: 40px; width: 50px; height: 50px; border-radius: 50px; background-color: #ccc; cursor: pointer; transition: all 0.25s ease 0s;filter: alpha(opacity=70);opacity: 0.7;}
#share .share-btn a i{ margin: 15px 0 0 15px; transition: all 0.5s ease 0s;}
#share .share-btn a .pic{ display: none; position: absolute; top: -110px; left: 50%; margin-left: -50px; box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);}
#share .share-btn a .pic img{ width: 100px;}
#share .share-btn a:hover{ filter: alpha(opacity=100);opacity: 1;}
#share .share-btn a:hover i{ transform: rotate(360deg) scale(1.2);}
#share .share-btn a:hover .pic{ display: block;}
#share .bdsharebuttonbox{ text-align: center;}
#share .bdsharebuttonbox a{ float: none; display: inline-block; *display: inline; zoom: 1; padding: 0; background: none !important; color: #fff;}

/* 地址 */
#address .bd{ line-height: 24px;}
#address .bd .pic{ margin: 25px 20px 0 0;}
#address .bd .intro{ overflow: hidden;}

/* 网站相关 */
#wzxg .bd .pic{ margin: 25px 20px 0 0;}
#wzxg .bd .intro{ overflow: hidden;}
#wzxg .bd ul li{ display: inline-block; *display: inline; zoom: 1;}
#wzxg .bd ul li a{ color: #fff; margin-right: 10px;}

/* 友情链接 */
#friend-link{overflow: visible;padding: 10px 0px;background:#302a29;position:relative;z-index:10;}
#friend-link .container {padding: 0;}
#friend-link .hd {float: left;width: 110px;margin-right: 20px;height: 38px;line-height: 38px;}
#friend-link .hd h3 {background: url(../img/ln/icons.png) 0 -292px no-repeat;padding-left: 30px;}
#friend-link .hd h3 a {font-size: 18px;font-style:italic;color: #fff; }
#friend-link .bd {width: 1040px; float: right;}
#friend-link dl{float: left;width: 260px;position: relative;}
#friend-link dl dt{ margin-left: 10px; height: 38px;line-height: 38px;overflow: hidden;border: 1px solid #45403f;position: relative;cursor: pointer;border-radius: 4px; font-size: 16px; background:#302a29}
#friend-link dl dt i{ right: 12px; top: 50%; margin-top: -2px; border-width: 5px; position: absolute; border-color: transparent; border-style: dashed; border-top-color: #595554;border-top-style: solid; content: "";display: block; font-size: 0;line-height: 0;width: 0;}
#friend-link dl dt span{ display: block; margin: 0 36px 0 10px; color: #d6d4d4;font-weight: normal;}
#friend-link dl dt span a{ font-weight: normal; color: #d6d4d4;}
#friend-link dd{ margin-left: 10px; bottom: 30px;display: none;position: absolute;left: 0;right: 0;}
#friend-link ul{ max-height: 389px; border: 1px solid #333; background: #fff;overflow-y: scroll;}
#friend-link li{line-height: 22px; padding: 8px 10px;border-bottom: 1px dotted #ccc;word-break: keep-all;white-space: nowrap;cursor: pointer;}
#friend-link li a{ color: #333;}
#friend-link li:hover{ color: #333; background-color: #f5f5f5}
#friend-link .last{border-bottom: 0}
#friend-link .on dt{z-index: 9; background-color: #302a29; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .2);}
#friend-link .on dt i{ border-top-style: none; border-bottom-color: #676363;border-bottom-style: solid;}
#friend-link .on dd{ display: block; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3); box-shadow: 0 0 5px rgba(0, 0, 0, .2);}
#friend-link .on dd ul{ border-color: #bbb;}
.copyright{ text-align: center; overflow: hidden;}

/* 修复bootstrap与默认样式的兼容性 */
.surveyResult,
.surveyResult *{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.login-panel .codeinp input[type="text"]{ width:100% !important;}
.login-panel .validationcode{top: 9px;right: -4px;}

/*内容页-智能标签*/
.article .smart-tags { font-weight: normal; margin: 5px 0 20px;}
.article .smart-tags label { display: inline-block; background: url(/content/_common/fulltextsearch/img/icon_tag.png) no-repeat left center; padding-left: 25px; cursor: default;}
.article .smart-tags a { display: inline-block !important; margin-right: 5px;}
.article .smart-tags a:hover { color: #f00; text-decoration: underline;}
.article .smart-tags a span { color: #f00;}

/*图标动画-360度旋转*/
.LinksList li a{position: relative; display: block;}
.LinksList li i{display: block; position: absolute; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.LinksList li a:hover i { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }

/*二维码*/
.qrCodeBox{text-align: center; margin: 20px auto;}
.qrCodeBox .pic{display: inline-block; *display: inline; margin:0 auto; text-align: center;}
.qrCodeBox .title{margin-top: 10px; height: 20px; line-height: 20px; font-size: 12px !important; color: #999;}
