@charset "utf-8";

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #bd1a2d;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

.mb {
    margin-bottom: 30px;
}

/*layout*/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.common-row:after,
.common-row:before {
    content: '';
    display: block;
    clear: both;
}

.common-row {
    margin: 0 -20px;
}

.common-row>* {
    float: left;
}

.common-row .grid {
    padding: 0 20px;
}

.common-col-2 {
    width: 16.6666666667%;
}

.common-col-3 {
    width: 25%;
}

.common-col-4 {
    width: 33.3333333333%;
}

.common-col-5 {
    width: 41.6666666667%;
}

.common-col-6 {
    width: 50%;
}

.common-col-8 {
    width: 66.6666666667%;
}

.common-col-10 {
    width: 83.333333333%;
}

.common-row.space50 {
    margin: 0 -25px;
}

.common-row.space50 .grid {
    padding: 0 25px;
}

.innerBox {
    position: relative;
    zoom: 1;
    background-color: #fff;
}

.bg-gradient-gray {
    background: url(../images/bg_gradient_gray.gif) repeat-x center top #fff;
}

/*header*/
.header {
    background: #bd1a2d;
    border-bottom: 1px solid #c84b5a;
}

.header .container {
    position: relative;
    height: 156px;
}

.header-logo {
    position: absolute;
    left: 0;
    top: 44px;
}

.header-logo .m {
    display: none;
}

.header-menu {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
}

.header-menu li {
    float: left;
    position: relative;
    margin-left: 15px;
    color: #fff;
}

.header-menu li a {
    color: #fff;
}

.header-search {
    width: 410px;
    position: absolute;
    right: 0;
    top: 70px;
    box-sizing: border-box;
    padding: 0 52px 0 22px;
    height: 49px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(67, 67, 67, .14);
    overflow: hidden;
    max-width: 100%;
}

.header-search .s-txt {
    border: 0;
    height: 49px;
    width: 100%;
    font-size: 1.125em;
}

.header-search .s-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52px;
    text-align: left;
    background: url(../images/search_icon_red.png) no-repeat #fff center center;
    border: 0;
}

.mainnav {
    background: #bd1a2d;
    height: 64px;
    position: relative;
}

.mainnav ul li {
    float: left;
    width: 14.2%;
    font-size: 1.75em;
    line-height: 64px;
    text-align: center;
}

/* .mainnav ul li.nav1{width: 10%;} */
.menuli span a,
.mainnav ul li a {
    color: #fff;
    font-weight: bold;
    transition: .3s all;
    position: relative;
    display: inline-block;
}

.menuli span a:after,
.mainnav ul li a:after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 0;
    background: url(../images/bg_nav_ch.png) no-repeat;
    display: none;
}

.menuli.on span a:after {
    display: block;
}

#menu {
    position: relative;
}

.nav-slide {
    width: 100%;
    left: 0;
    top: 64px;
    position: absolute;
    background: #FFF6E2;
    border-bottom: 1px solid #F7CE8C;
    line-height: 20px;
    padding: 5px 0;
    z-index: 4;
    display: none;
}

#sub {
    width: 1200px;
    margin: 0 auto;
}

#sub li {
    font-size: 0.7em;
    width: auto;
    margin: 0px 20px;
    line-height: 35px;
}

#sub li a {
    color: #000;
}

#sub li a:hover {
    color: #000;
}

#sub li a::after {
    content: initial;
}

.index-mainnav #sub {
    top: 81px;
    height: auto;
    line-height: 35px;
}

.index-mainnav #sub li {
    padding: 0px;
}

/* 公共导航位置更换 */
.menuli:nth-child(4) #sub {
    margin-left: 540px;
}

.menuli:nth-child(5) #sub {
    margin-left: 790px;
}

.menuli:nth-child(6) #sub {
    margin-left: 950px;
}

.menuli:nth-child(7) #sub {
    margin-left: 1030px;
}

/*footer*/
.footer_yqlj .link {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #e5e5e5;
}

.item_gd {
    display: none;
    position: absolute;
    right: -200px;
    top: 0;
    font-size: 0.8em;
    background-color: #eee;
    z-index: 99;
    height: 213px;
    overflow-y: auto;
    width: 200px;
}

.footer_yqlj .link .content {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

.footer_yqlj .link .link_nav {
    float: right;
    width: 100%;
}

.footer_yqlj .link .link_nav>ul>li {
    position: relative;
    float: left;
    width: 18%;
    text-align: center;
}

.footer_yqlj .link .link_nav>ul>li.on {
    width: 10%;
    color: #bd1a2d;
    font-size: 1.28em;
}

.footer_yqlj .link .link_nav>ul>li.on::after {
    content: initial;
}

.footer_yqlj .link li span {
    position: relative;
    display: block;
    cursor: pointer;
    /* z-index: 1; */
}

.footer_yqlj .link li span:hover .links {
    height: 169px;
}

.footer_yqlj .link li::after {
    position: absolute;
    top: 15px;
    right: 5px;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    transform: rotate(45deg);
}

.footer_yqlj .link .links {
    height: 0px;
    overflow: auto;
    overflow-x: hidden;
    margin-top: -1px;
    background: #fff;
    line-height: 34px;
    width: 100%;
    border-top: none;
    text-align: center;
    transition: 200ms;
}

.footer_yqlj .link .links a {
    display: block;
}

.footer_yqlj .link .container {
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.footer_yqlj {
    padding: 30px 0px 0 0px;
    transition: all linear .4s;
}

.footer_yqlj .common_title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2B5A6B;
    height: auto;
}

.footer_yqlj .icon-jiantou {
    display: inline-block;
    width: 40px;
    position: absolute;
    bottom: 0px;
    color: #D3D5D8;
    font-size: 40px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    transition: all linear .4s;
}

.yqlj_tit {
    overflow: hidden;
}

.yqlj_tit h2 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    margin-bottom: 20px;
    width: 12%;
    float: left;
    margin-left: 0.5%;
}

.yqlj_tit h2:first-child {
    margin-left: 0px;
}

.yqlj_box {
    width: 12%;
    float: left;
    margin-left: 0.5%;
    height: 120px;
    overflow: hidden;
    transition: all linear .4s;
}

.yqlj_box.ml0 {
    margin-left: 0;
}

.yqlj_box dd {
    width: 100%;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 滚动条样式 */

.footer_yqlj .yqlj_box::-webkit-scrollbar-track-piece {
    background: transparent;
}

.footer_yqlj .yqlj_box::-webkit-scrollbar {
    width: 6px;
}

.footer_yqlj .yqlj_box::-webkit-scrollbar-thumb {
    background-color: #f8f8f8;
    background-clip: padding-box;
}

.footer_yqlj .yqlj_box::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.footer {
    background: #bd1a2d;
    line-height: 36px;
    color: #fff;
    padding: 30px 0;
}

.footer .container {
    position: relative;
}

.footer-nav .split {
    margin: 0 10px;
}

.footer-wzbs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-wzbs img {
    vertical-align: middle;
}

.footer-wzbs .ipv6 {
    margin-right: 15px;
}

.footer-wzbs .ipv6 img {
    height: 55px;
}

.footer-wzbs span.ewm img {
    width: 70px;
    margin-left: 10px;
}

.footer a {
    color: #fff;
}

.footer-copyright .beian {
    background: url(../images/beian.png) no-repeat left center;
    padding-left: 25px;
}

.footer .space {
    width: 20px;
    display: inline-block;
}

.footer-l {
    margin-right: 385px;
}

/* tab */
.tab-brief>.hd {
    position: relative;
}

.tab-brief>.hd ul {
    float: left;
}

.tab-brief>.hd li {
    float: left;
    position: relative;
    color: #666666;
    padding-bottom: 18px;
    font-size: 1.625em;
    font-weight: bold;
}

.tab-brief>.hd .index-zcwj-link{
    float: left;
    position: relative;
    color: #333333;
    padding-bottom: 18px;
    font-size: 1.625em;
    font-weight: bold;
    display:inline-block;
    margin-left: 30px;
    transition: .3s all;
}

.tab-brief>.hd .index-zcwj-link:hover{
    color: #bd1a2d;
    font-weight: bold;
}

.tab-brief>.hd .index-zcwj-link:hover:after{
    transition: .3s all;
    width:100%;
}

.tab-brief>.hd .index-zcwj-link:after{
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    bottom: -2px;
    background: #bd1a2d;
    transition: .3s all;
    
}

.tab-brief>.hd li:nth-child(3){
    margin-left: 30px;
}

.tab-brief>.hd li+li {
    margin-left: 30px;
}

.tab-brief>.hd li a {
    color: #333;
}

.tab-brief>.hd li.on {
    color: #bd1a2d;
    font-weight: bold;
}

.tab-brief>.hd li.on a {
    color: #bd1a2d;
}

.tab-brief.line>.hd {
    border-bottom: #dcdcdc 2px solid;
}

.tab-brief>.hd li:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    bottom: -2px;
    background: #bd1a2d;
    transition: .3s all;
}

.tab-brief>.hd li.on:after {
    width: 100%;
}

.tab-brief .more {
    float: right;
    line-height: 34px;
    padding-top: 2px;
}

.tab-brief .more a {
    color: #999999;
}

.tab-brief .more a:hover {
    color: #000;
}

.tab-brief>.bd>.item>.newsList {
    margin-top: 15px;
}

.tab-brief.mount>.hd {
    background: url(../images/tab_mountains.png) no-repeat right bottom;
}

.tab-brief.mount>.hd ul>li.on {
    color: #bd1a2d;
}

.m-common-more {
    clear: both;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: none;
}

.m-common-more a {
    color: #666;
}

.m-common-more a:hover {
    color: #333;
}

.m-common-more.bg-white {
    background: #fff;
}

.js-tab .more a+a {
    display: none;
}

.js-tab>.bd>*+* {
    display: none;
}


/* newsList */
.newsList {
    clear: both;
}

.newsList li h4 {
    position: relative;
    padding: 10px 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 30px;
    overflow: hidden;
    vertical-align: top;
}

.newsList li .time {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    color: #999999;
}

.newsList li a {
    float: left;
    font-size: 1.125em;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.newsList li a br {
    display: none;
}

.newsList.MM-dd li h4 {
    padding-right: 60px;
}

.newsList.yyyy-MM-dd li h4 {
    padding-right: 100px;
}

.newsList.twoCol li {
    float: left;
    width: 50%;
}

.newsList.twoCol {
    margin: 0 -20px;
}

.newsList.twoCol li h4 {
    margin: 0 20px;
}

.newsList.dot li h4 {
    padding-left: 25px;
}

.newsList.dot li h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 9px;
    height: 9px;
    background: #dcdcdc;
    border-radius: 50%;
}

.newsList.line li {
    border-bottom: 1px solid #e1e5eb;
}

.newsList.line li h4 {
    padding-top: 21px;
    padding-bottom: 21px;
}

.newsList.line li:last-child {
    border-bottom: 0;
}

.newsList.dot li:hover a,
.newsList.dot li:hover span {
    color: #bd1a2d;
}

.newsList.dot li:hover h4:before {
    background: #bd1a2d;
}

/* 信件统计 */
.zmhd-ldxx li.zmhd-xjtj {
    width: 40%;
}

.zmhd-ldxx ul .zmhd-xjtj ul {
    margin: 0px
}

.zmhd-ldxx li .tjbfb li {
    float: none;
    width: auto;
}

#tjbt {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    background-color: #eee;
    margin: 25px 15px 0px;
}

.tjbfb {
    width: 67%;
    margin-top: 15px;
}

.zjtj {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    color: #000000;
}

.zjtj font {
    color: red;
}

.tjbfb li {
    overflow: hidden;
}

.tjbfb li span {
    float: left;
    font-size: 16px;
    color: #000000;
}

.gsl .Progress {
    background-color: #bd1a2d80;
}

.Progress {
    float: left;
    width: 63%;
    height: 11px;
    background-color: #eee;
    border-radius: 6px;
    margin: 16px 4px 0 8px;
}

.Bar {
    width: 10%;
    height: 11px;
    background-color: #eee;
    border-radius: 6px;
}

.blz .Bar {
    background-color: #f1d8db;
}

.tj_tit {
    overflow: initial;
    /* margin-top: 10px; */
}

.tj_tit h5 {
    margin-top: 10px;
}

.tj_tit a {
    display: block;
    width: 195px;
    height: 40px;
    float: right;
    background: url(../images/hd/hd_but01.png) no-repeat;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    vertical-align: middle;
    /* margin-top: -10px; */
}

.tj_tit a img {
    margin-top: -5px;
}

.tj_box {
    margin-top: 18px;
}

/* 单行省略号 */
.elli-s {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

/* 多行省略号 */
.elli-m {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.transition a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.hasTransition {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.imgScale a img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.imgScale a:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

/* carousel */
.common-carousel-tpxw {
    position: relative;
    overflow: hidden;
}

.common-carousel-tpxw .item a {
    display: block;
}

.common-carousel-tpxw .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.common-carousel-tpxw h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 120px 0 20px;
    font-size: 1.125em;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .67);
}

.common-carousel-tpxw h4 {
    color: #fff;
}

.common-carousel-tpxw .owl-dots {
    position: absolute;
    bottom: 24px;
    right: 20px;
    z-index: 99;
}

.common-carousel-tpxw .owl-dot,
.common-carousel-hf .owl-dot {
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-color: #fff;
    transition: .3s all;
    cursor: pointer;
    border-radius: 50%;
}

.common-carousel-tpxw .owl-dot.active,
.common-carousel-hf .owl-dot.active {
    opacity: 1;
    background: #bd1a2d;
}

.common-carousel-hf {
    position: relative;
    overflow: hidden;
}

.common-carousel-hf .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.ztzl-carousel-dot .item {
    overflow: hidden;
}

.ztzl-carousel-dot .item img {
    display: block;
    width: 100%;
    height: 140px;
}

.ztzl-carousel-dot .owl-dots {
    text-align: center;
    padding-top: 20px;
    display: none;
}

.ztzl-carousel-dot .owl-dot {
    display: inline-block;
    width: 56px;
    height: 6px;
    border-radius: 4px;
    background: #B3B3B3;
    margin: 0 8px;
    cursor: pointer;
    transition: .2s all;
}

.ztzl-carousel-dot .owl-dot.active {
    background: #bd1a2d;
}

/* crumb */
.crumb h2 {
    padding: 17px 0 17px 30px;
    background: url(../images/icon_position.png) no-repeat left center;
    line-height: 24px;
    font-size: 1em;
    font-weight: normal;
    color: #999999;
}

.crumb a {
    color: #999999;
}

.crumb a:hover {
    color: #333;
}

.crumb span {
    color: #333;
}

/*pagediv*/
/*********************分页*********************/
.fany {
    margin-top: 30px;
}

.page_num {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    margin: auto;
    font-size: 13px
}

#page_div {
    line-height: 20px;
    color: #666;
    padding: 5px 12px
}

#page_div li {
    display: inline-block;
}

.page_jump {
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc
}

#page_div li a {
    width: auto;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
    border: 1px solid #dfdfdf;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 2px;
    margin-left: 2px;
    line-height: 35px;
    float: left;
    text-align: center;
    margin-top: 10px;
}

#page_div li a.current {
    background: #bd1a2d;
    border: 1px solid #bd1a2d;
    color: #fff;
}

#page_div .page_jump {
    width: auto;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
    background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
    background: linear-gradient(#ffffff 10%, #f1f1f1);
    border: 1px solid #dfdfdf;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 2px;
    margin-left: 2px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
}

.pagination_index_num a {
    display: block;
    padding-right: 15px;
    padding-left: 15px
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666
}

#page_div .pagination_index_last {
    width: 400px;
    float: right;
    text-align: right
}

#page_div .pagination_index_num {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 2px;
    margin-left: 2px;
    line-height: 35px
}

#page_input {
    width: 30px;
    border: 1px solid #dfdfdf;
    color: #000000;
    text-align: center;
    font-weight: bold
}


/* 外链跳转提示框 */
.alert-mengban {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=80) !important;
    width: 100%;
    height: 100%;
    display: none;
}

.alert-warning {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -160px;
    width: 600px;
    height: 270px;
    background: #fff;
    z-index: 10001;
    display: none;
    border: 2px solid;
    border-radius: 10px;
}

.alert-delete {
    width: 100%;
    height: 38px;
    position: relative;
}

.alert-delete span {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #bebebe;
    cursor: pointer;
}

.alert-delete span:hover {
    background: #929292;
}

.alert-wzsm {
    width: 520px;
    height: 100px;
    margin: 15px auto 0;
    line-height: 1.4em;
    font-size: 1.5em;
    color: #000;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #d4d4d4;
}

.alert-footer {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #000;
}

.alert-footer span {
    cursor: pointer;
    display: inline-block;
    margin: 0 12px;
    font-size: 1.125em;
}

.alert-warning .continue {
    width: 124px;
    height: 42px;
    color: #fff;
    background-color: #347bd7;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    line-height: 42px;
    /* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/
}

.alert-warning .fangqi {
    line-height: 42px;
    color: #347bd7;
}

/* 登录 */
.h_login {
    position: relative;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.h_login>a {
    color: #fff;
}

.h_login>ul {
    display: block;
    width: 98px;
}

.h_login>ul>li {
    display: inline-block;
    float: initial;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

@media (max-width:900px) {
    .index-mainnav #sub {
        display: none;
    }
}

.scjbewm {
    width: 260px;
    position: absolute;
    bottom: 101%;
    left: 7%;
    z-index: 9999;
    color: #000;
    display: none;
}

.jbts{width:26%;height:370px;}
.jbts img{width:100%;height:370px;text-align: right;}

.index-img-gdtp{height: 220px;}
.gbtp .owl-stage-outer .owl-stage .owl-item .item a img{width:378px;height:220px !important;}
