
/* ----------- 配置默认样式 ----------- */
body {
    background-color: #eee;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
    width: 1220px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-12 {
    *width: 1180px;
}
/* 配置按钮色 */
.btn-primary {
    border-color: #9f1b29;
    background-color: #9f1b29;
}
.btn-primary:hover {
    border-color: #b12837;
    background-color: #b12837;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    border-color: #b12837;
    background-color: #b12837;
}
.btn-primary:active, .btn-primary:visited {
    color: #fff;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary:visited, .btn-primary.visited, .open>.dropdown-toggle.btn-primary:visited, .btn-primary: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: #8f1320;
    border-color: #8f1320;
}
/* 配置盒子 */
.box>.hd {
    background-color: #efefef;
    border: none;
    font-size: 20px;
}
.box>.hd .more {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.box>.hd h3, .box>.hd ul li {
    font-size: 16px;
    font-weight: bold;
}
.box>.hd h3 a, .box>.hd span {
    padding: 10px 20px;
}
.box>.bd {
    padding: 20px 0 0;
}
/* 盒子-default */
.box-default>.hd {
    background: none;
    border-bottom: 2px solid #ddd;
}
.box-default>.hd h3, .box-default>.hd .on {
    border: none;
    color: #333;
}
.box-default>.hd h3 a, .box-default>.hd .on a {
    color: #333;
    padding: 0 10px 10px;
    line-height: 1.5em;
}
.box-default>.hd h3 a:hover, .box-default>.hd .on a:hover {
    color: #af172e;
}
/* 盒子-primary */
.box-primary>.hd {
    background: none;
    border-bottom: 2px solid #af172e;
    font-size: 20px;
}
.box-primary>.hd h3 {
    margin: 0;
    background-color: #af172e;
}
.box-primary>.hd h3, .box-primary>.hd .on {
    border: none;
    color: #fff;
}
.box-primary>.hd h3 a, .box-primary>.hd .on a {
    color: #fff;
}
/* 盒子-block */
.box-block>.hd {
    background: #af172e;
}
.box-block>.hd .more {
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    font-family: 宋体;
}
.box-block>.hd .on, .box-block>.hd h3 {
    background: #af172e;
}
/* 盒子-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: #af172e;
    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;
}
/* list */
.list li {
    padding-left: 20px;
    background: url(../img/icon.png) no-repeat 5px 11px;
}
.list .date, .list .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 .t {
    padding: 0;
    border: none;
}
.list-top .t .title a {
    color: #f00;
    line-height: 22px;
    font-size: 14px;
}
.list-top .intro {
    font-size: 12px;
}
.list-top .n {
    padding-left: 20px;
}
.list-pic li {
    background: none;
}
/* 友情链接 */
.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(../../../yxxxgcxy/Base/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 #9f1b29;
    color: #9f1b29;
}
.page .current {
    background: #9f1b29;
    border: 1px solid #9f1b29;
}
/* 配置图标 */
.icons {
    width: 4px;
    height: 4px;
    background: url(../../../yxxxgcxy/Base/img/icons/icons.png);
}
.icons-search-white {
    width: 16px;
    height: 16px;
    background: url(../img/icons/icons-search-white.png);
}
.icons-write-white {
    width: 15px;
    height: 15px;
    background: url(../../../yxxxgcxy/Base/img/icons/icons-write-msg.png);
}
.user-panel .icons {
    width: 20px;
    height: 20px;
    background: url(../img/icons.png) no-repeat center 0;
}
.user-panel .icons-wx {
    background-position: center -20px;
}
.user-panel .icons-phone {
    background-position: center -40px;
}
.user-panel .icons-en {
    background-position: center -60px;
}
.user-panel .icons-mailbox {
    background-position: center -80px;
}
.site .icons-sitemap {
    width: 20px;
    height: 20px;
    background: url(../img/icons.png) no-repeat center -100px;
}
/* 列表 */
.list-intro .t .title a {
    font-size: 18px;
}
/* ----------- 正文 ----------- */
/* 顶部 */
#top-bar {
    position: relative;
    z-index: 13;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}
#top-bar .top-Bar-right {
    float: right;
}
#top-bar .top-Bar-right .row {
    overflow: visible;
}
#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;
    line-height: 40px;
    font-weight: normal;
    cursor: pointer;
}
#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: -6px;
    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 i {
    display: none
}
#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;
}
#top-bar .top-Bar-right .mailbox {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#top-bar .top-Bar-right a:hover.mailbox, #top-bar .top-Bar-right .on dt {
    color: #9f1b29;
}
#top-bar .top-Bar-right .on dd {
    display: block;
}
#top-bar .top-Bar-right .user-panel dl dd img {
    width: 100px;
    height: auto;
}
#top-bar .top-Bar-right .user-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: 36px;
}
#top-bar .user-login .notlogged>a {
    padding: 0 5px;
    color: #fff;
}
#top-bar .user-login .notlogged>a:hover {
    color: #ff0
}
#top-bar .user-login .loggedin>a {
    padding: 0 5px;
    color: #fff;
}
#top-bar .user-login .loggedin>a:hover {
    color: #ff0
}
#top-bar .user-login .userlogincomment {
    color: #333
}
#top-bar #site-group {
    display: none;
}
#top-bar #site-group dd {
    display: none;
    clear: both;
    background: #fff;
    position: absolute;
    right: 0;
    top: 40px;
    margin: 0;
    padding: 15px;
    width: 750px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
#top-bar #site-group.on dd {
    display: block;
}
#top-bar #site-group.on dd:after {
    left: auto;
    right: 25px;
    margin: 0;
}
#top-bar #site-group dd h3 {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
#top-bar #site-group dd h3 span {
    position: relative;
    z-index: 11;
    padding-right: 10px;
    color: #333;
    background-color: #fff;
}
#top-bar #site-group dd h3 i {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    border: none;
    border-bottom: 1px dotted #ddd;
    top: 50%;
    left: auto;
    right: 0;
    width: 100%;
    position: absolute;
}
#top-bar #site-group dd ul {
    margin-bottom: 10px;
    overflow: hidden;
}
#top-bar #site-group li {
    float: left;
    width: 24.99%;
    line-height: 26px;
    height: 26px;
    color: #666;
    overflow: hidden;
}
#top-bar #site-group li a {
    display: block;
    padding-left: 10px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 头部 */
#header {
    position: relative;
    z-index: 12;
    width: 100%;
    height: 130px;
}
#header .container {
    position: relative;
}
#header #logo {
    float: left;
    margin-top: 25px;
}
#header .txt {
    position: absolute;
    top: 37px;
    left: 500px;
    width: 310px;
    height: 50px;
    background: url(../img/header-txt.png) no-repeat center;
}
/* 搜索框 */
#search-group {
    vertical-align: top;
    margin-top: 43px;
    height: 40px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}
#search-group .search-con {
    float: left;
    background-color: #f9f9f9;
}
#search-group .select-box {
    display: none;
    float: left;
    padding: 0 25px 0 15px;
    height: 40px;
    position: relative;
    z-index: 2;
}
#search-group .select-box ul {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    width: 325px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}
#search-group .select-box ul li {
    float: left;
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    cursor: pointer;
    overflow: hidden;
}
#search-group .select-box ul li:hover {
    color: #e00;
}
#search-group .select-box .s-option {
    display: block;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}
#search-group .select-box .arrow-dn {
    position: absolute;
    right: 10px;
    top: 18px;
    height: 0;
    width: 0;
    font-size: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-color: #666 transparent transparent;
    transition: all 0.25s ease 0s;
}
#search-group .select-box .arrow-hover {
    top: 14px;
    transform: rotate(180deg);
}
#search-group .input-group {
    float: left;
    position: relative;
    z-index: 1;
}
#search-group .input-group input {
    width: 220px;
    height: 40px !important;
    *height: 20px !important;
    background: none;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
}
#search-group .btn {
    height: 40px;
    *height: 24px;
    padding: 8px 10px;
    background: #9f1b29;
    border-radius: 0;
    color: #fff;
    width: 64px;
}
#search-group .btn i {
    margin: 0;
}
/* 主导航 */
#nav-bar {
    position: relative;
    z-index: 11;
    background-color: #9f1b29;
    width: 100%;
    height: 50px;
}
#nav-bar .row {
    margin-bottom: 20px;
}
.nav-main {
    height: 50px;
    text-align: center;
}
.nav-main .li1 {
    position: relative;
    width: 9.09%;
    float: left;
}
.nav-main .li1 .h1 {
    *font-size: 16px;
}
.nav-main .li1 .h1 a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
}
.nav-main .li1 .h1 a:hover {
    text-decoration: none;
}
.nav-main .on1 .h1 a {
    background-color: #ad2433;
}
.nav-main .ul1 {
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    background: url(../img/nav-ul-bg.png);
    border: 1px solid #9f1b29;
    border-top: none;
    width: 100%;
    display: none;
    z-index: 10;
}
.nav-main .li2 {
    vertical-align: top;
}
.nav-main .a2 {
    display: block;
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 14px;
}
.nav-main .a2:hover {
    background: #9f1b29;
    border-color: #9f1b29;
    color: #fff;
    text-decoration: none;
}
.nav-main .last1 .ul1 {
    left: auto;
    right: 0;
}
/* ---------- 底部 ---------- */
#footer {
    padding: 20px 0;
    background: #8e0a05;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
#footer a{
    color: #fff;
}