* {
    padding: 0;
    margin: 0;
}

html, body {
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin: 0px auto;
}

label {
    font-weight: normal;
}

ul, li, dl, dt, dd, p, img {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 0;
    vertical-align: middle;
}

a,
a:hover {
    color: #666;
    text-decoration: none;
}

button,
input,
select,
textarea {
    outline: none !important;
}

.placeholder {
    color: #666;
}

.required {
    color: #c70508;
    position: relative;
    top: 2px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.overflow {
    *position: relative;
    overflow: hidden;
}

.inline-block {
    display: inline-block;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.cursor {
    cursor: pointer !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-right-0 {
    padding-right: 0;
}

.margin-0 {
    margin: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.mt-ne-15 {
    margin-top: -15px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.light-height-45 {
    line-height: 45px;
}

/*浜岀骇鐣岄潰鏍峰紡*/
.left-content-wrap,
.right-content-wrap {
    width: 258px;
    *width:256px;
}

.center-content-wrap {
    width: 456px;
}

.content-wrap {
    width: 1002px;
    margin: 0 auto;
    padding: 0 0 10px 0 ;
    height: auto;
    text-align: left;
}

/*鍒嗕袱鍧楀湴甯冨眬*/
.left-bigger-content-wrap {
    width: 728px;
}

.left-bigger-content-wrap.bussiness-guide {
    *width: 726px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-center {
	width:243px;
}

.clearfix {
    clear: both;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}
.nav-tabs > li{
    *bottom:-2px;
    *line-height:36px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    border: none;
    background: url(../img/index/news_title_bg01.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

#politicalTabs >li.active > a,
#politicalTabs > li.active > a:hover,
#politicalTabs > li.active > a:focus {
    *padding:7px 11px;
    padding:7px 11px\0;
}

.nav > li > a {
    padding: 7px 26px;
}

#political-tabs > li > a {
    *padding: 7px 11px;
    padding: 7px 11px \0;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
    border-color: transparent;
}

/*浜岀骇鐣岄潰鏍峰紡*/
.item-left-content-wrap {
    width: 259px;
}

.item-bigger-wrap {
    width: 723px;
}

/*澶у垎椤垫牱寮�*/
.pagination-span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
}

.acp-pagination,
.pagination-span {
    *display: inline;
}

.pagination-span input {
    width: 50px;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
    *padding: 0;
    margin: 0 5px;
}

.pagination-span a {
    display: inline-block;
    padding: 0 9px;
    *padding: 7px 9px;
    *display: inline;
    height: 32px;
    line-height: 32px;
    background: #999;
    color: #fff;
    margin-left: 10px;
}
.pagination-span a:hover{
    background: #cc0000;
}

.acp-pagination > li:first-child > a, .acp-pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.acp-pagination > li:last-child > a, .acp-pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.acp-pagination > li > a, .acp-pagination > li > span {
    padding: 6px 10px;
    margin-right: 7px;
    color: #fff;
    text-decoration: none;
    background-color: #999;
    border: none;
}

.acp-pagination > .active > a,
.acp-pagination > .active > span,
.acp-pagination > .active > a:hover,
.acp-pagination > .active > span:hover,
.acp-pagination > .active > a:focus,
.acp-pagination > .active > span:focus,
.acp-pagination > li > a:hover,
.acp-pagination > li > span:hover,
.acp-pagination > li > a:focus,
.acp-pagination > li > span:focus {
    color: #fff;
    background-color: #CC2900;
    border: none;
}

.acp-pagination > .disabled > span,
.acp-pagination > .disabled > span:hover,
.acp-pagination > .disabled > span:focus,
.acp-pagination > .disabled > a,
.acp-pagination > .disabled > a:hover,
.acp-pagination > .disabled > a:focus {
    color: #fff;
    cursor: default;
    background-color: #999;
    border: none;
}

/*灏忓垎椤垫牱寮�*/
.small-pagination {
    margin: 4px 0 5px 0;
}

.small-pageination-wrap {
    position: relative;
}

.small-pagination-span {
    *position: absolute;
    *right: 13px;
    *top: -15px;
}

.small-pagination > li:first-child > a, .small-pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.small-pagination > li:last-child > a, .small-pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.small-pagination > li > a, .small-pagination > li > span {
    padding: 6px 5px;
    margin-right: 5px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

.small-pagination > .active > a,
.small-pagination > .active > span,
.small-pagination > .active > a:hover,
.small-pagination > .active > span:hover,
.small-pagination > .active > a:focus,
.small-pagination > .active > span:focus,
.small-pagination > li > a:hover,
.small-pagination > li > span:hover,
.small-pagination > li > a:focus,
.small-pagination > li > span:focus {
    color: #cc0000;
    background-color: transparent;
    border: none;
}

.small-pagination > .disabled > span,
.small-pagination > .disabled > span:hover,
.small-pagination > .disabled > span:focus,
.small-pagination > .disabled > a,
.small-pagination > .disabled > a:hover,
.small-pagination > .disabled > a:focus {
    color: #666;
    cursor: default;
    background-color: transparent;
    border: none;
}

/*闈㈠寘灞戝鑸牱寮�*/
.bread-nav .nav-label,
.bread-nav .nav-content {
    *display: inline;
}

.bread-nav .nav-label {
    padding-left: 15px;
}

.bread-nav .nav-lst li {
    display: inline-block;
    *display: inline;
}

.bread-nav .nav-lst li a {
    color: #c70508;
}

.bread-nav .nav-lst li a:hover,
.bread-nav .nav-lst li a:focus {
    text-decoration: underline;
}

/*璇︾粏鐣岄潰鏍峰紡*/
.detail-page h2 {
    font-size: 18px;
    color: #333;
    margin: 50px 0 25px 0;
    line-height: 30px;
}

.detail-page .time-wrap {
    margin-bottom: 25px;
    display: block;
    font-size: 12px;
    color: #999;
}

.detail-page blockquote {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    border-left: none;
    color: #333;
    line-height: 32px;
}
blockquote img{
    max-width:100%;
}
.detail-page blockquote span {
    font-size: 14px !important;
    coolor: #333 !important;
    font-family: "Microsoft YaHei" !important;
}

.detail-page blockquote table,
.detail-page blockquote tr,
.detail-page blockquote th,
.detail-page blockquote td,
.detail-page table,
.detail-page tr,
.detail-page th,
.detail-page td,
.detail-wrap table,
.detail-wrap tr,
.detail-wrap th,
.detail-wrap td {
    border: 1px solid #e8e8e8;
    padding: 3px;
    text-align: center;
}

.detail-wrap {
    padding: 0 20px;
    min-height: 600px;
}

.detail-wrap .text-wrap {
    padding-top: 25px;
    padding-bottom: 20px;
}

.detail-page .prev-and-next {
    margin: 30px 0;
}

.prev-and-next a:hover {
    color: #cc0000;
}

.detail-page hr {
    margin: 10px 0;
}

/*鏉′欢鎼滅储鏍峰紡*/
.search-wrap {
    padding: 20px 0;
}

input,
select {
    height: 32px;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
    *padding-left: 0;
    *padding-right: 0;
    *line-height: 32px;
}

input[type="text"]:disabled {
    background: #f5f5f5;
}

.search-wrap input {
    width: 210px;
    margin-right: 20px;
    vertical-align: middle;
}

.btn-search {
    margin-right: 8px;
    color: #fff;
    border-radius: 4px;
    border: none;
    background: url(../img/item-common/button_bg_red_nor.png) no-repeat;
    *padding: 5px 15px;
}

.btn-search:hover {

    background: url(../img/item-common/button_bg_red_sel.png) no-repeat;
}

.btn-cancel {
    margin-right: 8px;
    height: 40px;
    width: 106px;
    /*margin-top: -4px;*/
    color: #fff;
    border-radius: 4px;
    border: none;
    background: url(../img/item-common/button_bg_gary_nor.png) no-repeat;
}

.btn-cancel:hover {
    background: url(../img/item-common/button_bg_gary_sel.png) no-repeat;
}

.btn-submit {
    width: 106px;
    height: 40px;
}

form .row {
    margin: 10px 0;
}

.submit-message input,
.submit-message select {
    width: 210px;
}

.submit-message textarea {
    width: 100%;
    height: 200px;
    padding: 6px;
    border: 1px solid #e8e8e8;
    resize: none;
}

.code-wrap {
    position: relative;
    top: 3px;
    *top: -7px;
    top: 0 \0;
    font-weight: bold;
    font-size: 18px;
    width: 80px;
    height: 30px;
    display: inline-block;
    background: url(../img/index/code.jpg) repeat;
    letter-spacing: 3px;
    -webkit-user-select: none; /* Chrome all / Safari all /opera15+*/
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/*杩樻璇曠敤閮ㄥ垎*/
.repayment-wrap input {
    width: 175px;
}

.repament-table th,
.compare-table th {
    background: #f0f0f0;
    font-weight: normal;
}

.repament-table th,
.repament-table td {
    padding: 5px 6px;
}

.cooperative-tabel th,
.cooperative-tabel td {
    font-size: 12px;
}

.compare-table th {

    color: #cc0000;
}

.compare-table td > div {
    padding: 15px 10px;
    *padding: 0 10px;
}

.bookmark-left, .bookmark-right {
    position: absolute;
    top: -16px;
}

.bookmark-left {
    left: 30px;
}

.bookmark-right {
    right: 30px;
}

/*涓嬭浇*/
.download-list {
    border: 1px solid #e8e8e8;
    height: 45px;
    *padding: 0 15px;
}

.btn-download {
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    height: 32px;
    width: 88px;
    margin-top: -4px;
    color: #fff;
    background: url(../img/item-common/button_bg_download_nor.png) no-repeat;
    *margin-top: 2px;
    *padding: 0;
    *line-height: 30px;
}

.btn-download:hover {
    background: url(../img/item-common/button_bg_download_sel.png) no-repeat;
}

/*浜岀骇鑿滃崟瀛愰〉闈㈠鑸牱寮�*/
.nav-item li {
    line-height: 38px;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.nav-item li:not(.item-nav-title):hover > a,
.nav-item .active-li > a {
    cursor: pointer;
 /*   color: #0577b8; */
    color: #c70508; 
}

.nav-item .item-nav-title {
    height: 38px;
    color: #fff;
    border-top: none;
  /*  background: #CC2900; */
    background: #0577b8;
}

.nav-item > li > a {
    padding: 0 15px;
}

.nav-item-0 > li > a {
    padding-left: 30px;
}

.nav-item-1 > li > a {
    padding-left: 45px;
}

.nav-item-2 > li > a {
    padding-left: 60px;
}

.nav-sub {
    height: 0;
    display:none;
    overflow: hidden;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.active > .nav-sub {
    height: auto !important;
    display:block;
    margin-left: 0;
    overflow: auto;
    opacity: 1;
}

.nav-sub li {
    /*padding-left: 14px;*/
    border: none;
    border-top: 1px solid #e8e8e8;
}

.nav-item .item-static,
.icon-arrow-sel {
    position: relative;
    top: -2px;
    *top: -6px;
    display: inline-block;
    width: 3px;
    height: 5px;
    margin-right: 5px;
}

.nav-item .static-icon {
    background: url(../img/left_item/icon_arrow_nor.png) no-repeat;
}

.nav-item .active > a > .static-icon,
.nav-item .active-icon,
.icon-arrow-sel-active {
    background: url(../img/left_item/icon_arrow_sel.png) no-repeat;
}

.nav-item .open-icon {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*鍗曢�夋牱寮�*/
.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

.i-checks input {
    position: absolute;
    margin-left: -19px;

    opacity: 0;
    z-index: 3;
    border: none;
    width: 17px \0;
    height: 17px \0;
    top: 6px \0;
    *top: -1px;
}

.i-checks > input:checked + i:before {
    content: url(../img/item-common/radio_sel.png);
}

.i-checks input[type="radio"] + i,
.i-checks input[type="radio"] + i:before {
    border-radius: 50%;
}

.i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
}

.i-checks > i:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: transparent;
    content: url('../img/item-common/radio_nor.png');
    content: "" \0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*IE 7 hack*/
.detail-wrap.list-big {
    *padding: 0 15px;
}

.compare-table-content .row {
    *position: relative;
    *height: 32px;
    *line-height: 32px;
}

.detail-wrap .col-sm-6 {
    *position: relative;
    *width: 50%;
    *left: 15px;
    *padding: 0;
}

.message-wrap .col-xs-6 {
    *position: relative;
    *right: 15px;
    *width: 50%;
}

.message-info-wrap .col-xs-10 {
    *position: relative;
    *right: 15px;
    *width:83.3%;
    *left:16.7%;
    *top:-32px;
    padding-right: 15px !important;
    *padding-right:0 !important;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    *padding: 0;
}
.light-height-45 .col-xs-6 #msgCreatetime,
.light-height-45 .col-xs-6 #msgReturntime{
    *padding-right:15px;
}

.modal-dialog {
    width: 300px;
    *position: relative;
    *top: 30px;
    margin: 30px auto 0 auto \0;
}

.dialog-content {
    margin-bottom: -10px;
}

.modal-content {
    border-radius: 0;
}

.modal-sm {
    width: 300px !important;
}

.point {
	cursor: pointer;
}



