@charset "utf-8"; html {
    font-size: 16px;
}

body {
    font-family: "microsoft yahei";
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;

}

img {
    max-width: 100%;
    border: none;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, hr, input, p {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    border: none;
}

a {
    color: inherit;
    font: inherit;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

.clearfix {
    zoom: 1; }

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hid {
    overflow: hidden;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1330px) {
    .container {
        width: 1300px;
    }
}

/* ie8提示样式 */
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0.9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
    background: url(../images/header-bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.header .top-links {
    color: #ffffff;
    font-size: 1rem;
    text-align: right;
    margin-top: 15px;
}

.header .top-links a {
    color: #ffffff;
}

.header .top-links span {
    margin: 0 15px;
}

.logo {
    float: left;
    margin-top: 28px;
}

/* 搜索 */
.ss {
    float: right;
    margin-top: 25px;
    width: 240px;
    height: 34px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #fff;
}

.ss .text {
    width: 198px;
    border: none;
    background: none;
    color: #fff;
    height: 33px;
    line-height: 33px;
    float: left;
    padding-left: 20px;
}

.ss .sub {
    width: 40px;
    height: 34px;
    float: right;
    margin-right: -1px;
}

/* 导航 */
.navbar {
    z-index: 999 !important;
    background: #960307;
    min-height: 0;
    border: none;
    margin-top: 30px;
}

.navbar .nav-button {
    display: none;
}

.navbar .nav {
    float: none;
}

.navbar .nav li {
    float: left;
    text-align: center;
    width: 14.28%;
    position: relative;
}

.navbar .nav li > a {
    display: block;
    line-height: 50px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
}

.navbar .nav li.cur > a, .navbar .nav li:hover > a {
    background: #b92428;
}

.navbar .nav dl {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: rgba(185, 36, 40, 0.95);
    text-align: center;
}

.navbar .nav dl dd {
    float: none;
    padding: 0;
    width: 100%;
}

.navbar .nav dl dd a {
    display: block;
    width: 100%;
    line-height: 24px;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    padding: 10px 5px;
    background: none;
}

.navbar .nav dl dd:hover a {
    background: rgba(0, 0, 0, 0.13) !important;
}

.navbar .nav li.hover dl, .navbar .nav li:hover dl {
    display: block;
}

.navbar .nav dl dd .lv3 {
    display: none;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
}

.navbar .nav dl dd .lv3 a {
    padding: 5px 0;background:none !important;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* 中部版块 */
.row1 {
    margin-top: 40px;
}

.row2 {
    margin-top: 15px;
}

.row3 {
    margin-top: 30px;
}

.c1 {
    float: left;
    width: 48%;
}

.c2 {
    float: right;
    width: 50%;
}

.index-tab .hd {
    overflow: hidden;
    position: relative;
    line-height: 45px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 20px;
}

.index-tab .hd li {
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-align: center;
}

.index-tab .hd li p {
    font-size: 1.25rem;
    margin: 0 13px;
}

.index-tab .hd li.on {
    background: url(../images/index-tit-bg.png) no-repeat;
    background-size: 100% 100%;
}

.index-tab .hd li.on p {
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}

.index-tab .hd .more {
    position: absolute;
    right: 0;
    top: 0;
}

.index-tab .hd .more a {
    font-size: 0.875rem;
    color: #666666;
}

.index-tab a:hover {
    color: #851a1c !important;
}

.tab-list1 .ico1.on p {
    background: url(../images/ico-dzwj.png) center left no-repeat;
}

.tab-list1 .ico2.on p {
    background: url(../images/ico-tzgg.png) center left no-repeat;
}

.tab-list1 .bd li {
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 10px;
}

.tab-list1 .bd .col {
    float: left;
    width: 79px;
    height: 22px;
    line-height: 22px;
    font-size: 0.8125rem;
    color: #555555;
    text-align: center;
    background: #e4f1fe;
    border: 1px solid #98ccf6;
}

.tab-list1 .bd .date {
    float: right;
    color: #666666;
    font-size: 0.8125rem;
}

.tab-list1 .bd .tit {
    float: left;
    width: calc(100% - 160px);
    padding-left: 5px;
    font-size: 0.9375rem;
    color: #0d0d0d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-list2 .ico1.on p {
    background: url(../images/ico-ldjh.png) center left no-repeat;
}

.tab-list2 .ico2.on p {
    background: url(../images/ico-hyjy.png) center left no-repeat;
}

.tab-list2 .bd li {
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 10px;
}

.tab-list2 .bd .date {
    float: right;
    color: #666666;
    font-size: 0.8125rem;
}

.tab-list2 .bd .tit {
    float: left;
    width: calc(100% - 90px);
    padding-left: 20px;
    background: url(../images/tab-list-li2.png) left center no-repeat;
    font-size: 0.9375rem;
    color: #0d0d0d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-list3 .ico1.on p {
    background: url(../images/ico-flsw.png) center left no-repeat;
}

.tab-list3 .ico2.on p {
    background: url(../images/ico-xxgz.png) center left no-repeat;
}

.tab-list3 .bd li {
    overflow: hidden;
    line-height: 32px;
    margin-bottom: 7px;
    background: #f2f2f2;
    padding-right: 10px;
}

.tab-list3 .bd .date {
    float: right;
    color: #666666;
    font-size: 0.8125rem;
}

.tab-list3 .bd .tit {
    float: left;
    width: calc(100% - 100px);
    line-height: 16px;
    margin-top: 8px;
    border-left: 2px solid #851a1c;
    padding-left: 20px;
    font-size: 0.9375rem;
    color: #0d0d0d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-list4 .ico1.on p {
    background: url(../images/ico-zdgz.png) center left no-repeat;
}

.tab-list4 .ico2.on p {
    background: url(../images/ico-dcdb.png) center left no-repeat;
}

.tab-list4 .bd li {
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 10px;
}

.tab-list4 .bd .date {
    float: right;
    color: #666666;
    font-size: 0.8125rem;
}

.tab-list4 .bd .tit {
    float: left;
    width: calc(100% - 90px);
    padding-left: 20px;
    background: url(../images/tab-list-li2.png) left center no-repeat;
    font-size: 0.9375rem;
    color: #0d0d0d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links-sys ul {
    overflow: hidden;
    margin: 0 -13px;
}

.links-sys li {
    float: left;
    width: 16.66%;
}

.links-sys li a {
    display: block;
    margin: 0 13px;
    text-align: center;
    line-height: 79px;
    border-radius: 10px;
}

.links-sys li img {
    vertical-align: middle;
}

.links-sys li p {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

.links-sys li:nth-child(1) a {
    background: rgba(80, 145, 211, 0.15);
}

.links-sys li:nth-child(2) a {
    background: rgba(244, 115, 94, 0.15);
}

.links-sys li:nth-child(3) a {
    background: rgba(197, 46, 54, 0.15);
}

.links-sys li:nth-child(4) a {
    background: rgba(156, 137, 215, 0.15);
}

.links-sys li:nth-child(5) a {
    background: rgba(69, 182, 175, 0.15);
}

.links-sys li:nth-child(6) a {
    background: rgba(230, 162, 96, 0.15);
}

.links-sys li:hover img {
    transform: rotate(360deg);
}

/* 中部版块 */
/* 底部 */
.footer {
    margin-top: 40px;
    padding: 20px 0 15px;
    overflow: hidden;
    background: #a6080c;
}

.footer .foot-logo {
    float: left;
    margin-left: 240px;
}

.footer .cory {
    float: left;
    margin-left: 40px;
}

.footer .cory * {
    color: #fff;
    font-size: 0.875rem;
    line-height: 28px;
}

/* ie8提示当需要判断IE8下兼容性不好需要升级浏览器 */
.ie8 {
    text-align: center;
    color: #fff;
    height: 100%;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1234;
    margin: 0 auto;
    font-family: "microsoft yahei";
    font-size: 36px;
    background: #000000;
    font-weight: 300;
    filter: Alpha(opacity=70);
}

/* 列表页 */
/* 二级页面 */
.list-page {
    margin: 40px 0 60px 0;
    min-height: 600px;
}

/* 当前位置 */
.location {
    float: right;
    overflow: hidden;
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
}

.location a {
    color: #333;
}

/* 左侧导航 */
.left-nav {
    width: 250px;
    float: left;
    padding-bottom: 90px;
    background: #f2f2f2;
}

.left-nav .column {
    background: #a6080c;
    padding: 20px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.625rem;
    color: #fff;
}

.left-nav .sideMenu {
    padding: 10px 0;
}

.left-nav .sideMenu li > a {
    position: relative;
    display: block;
    color: #333333;
    text-align: center;
    font-size: 1.125rem;
    padding: 15px 10px;
    border-bottom: 1px solid #cccccc;
}

.left-nav .sideMenu li > a p {
    position: relative;
    z-index: 9;
}

.left-nav .sideMenu dl {
    padding: 10px 10px 10px 90px;
    border-bottom: 1px solid #ecc0c0;
    display: none;
}

.left-nav .sideMenu dl dd a {
    display: block;
    font-size: 15px;
    color: #666666;
    background: url(../images/leftnav-ico2.png) left center no-repeat;
    padding: 6px 0 6px 13px;
}

.left-nav .sideMenu dl dd:hover a, .left-nav .sideMenu dl dd.current a {
    color: #a0090d;
}

.left-nav .sideMenu li.current > a, .left-nav .sideMenu li:hover > a {
    color: #a0090d;
    border-bottom: none;
    background: #f2f2f2;
    margin-top: -1px;
    font-weight: bold;
}

.left-nav .sideMenu li.current > a:before, .left-nav .sideMenu li:hover > a:before {
    content: "";
    height: 100%;
    width: 80%;
    background: url(../images/leftnav-bg1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.left-nav .sideMenu li.current dl {
    display: block !important;
}

/* 右边内容区域 */
.right-con {
    width: calc(100% - 310px);
    float: right;
}

/* 当前栏目 */
.curr-column {
    border-bottom: 1px solid #cccccc;
    position: relative;
    line-height: 26px;
}

.curr-column p {
    float: left;
    font-size: 1.625rem;
    color: #a6080c;
    padding-bottom: 10px;
    border-bottom: 2px solid #a6080c;
}

.page-con {
    margin-top: 15px;
}

.page-con .pages {
    margin-top: 20px;
}


.listg24 li{
padding: 8px 0px 12px;
    border-bottom: 1px dashed #e4e4e4;
    width: 100%;
    float: left;
}
.listg24 li i{
width: 4px;
    height: 4px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 15px;
    background: #bc102e;
}
.listg24 li h2{
    font-size: 15px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 100px);
    transition: linear 0.3s;
}
.listg24 li .date-list{
float: right;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}
.listg24 li p{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;}










/* 列表页 */
.list-text {
    overflow: hidden;
}

.list-text li {
    line-height: 80px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.list-text li .date {
    float: right;
    font-size: .875rem;
    color: #333333;
}

.list-text li .tit {
    float: left;
    position: relative;
    font-size: 1rem;
    color: #333333;
    width: calc(100% - 90px);
    padding-left: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list-text li .tit:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #a0090d;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -2.5px;
}

.list-text li:hover {
    border-bottom: 1px dashed #a0090d;
}

.list-text li:hover .tit {
    color: #a0090d;
    transform: translateX(5px);
}

/* 列表线条动画 */
.bottom-inOutSpread:before, .bottom-inOutSpread:after, .bottom-inOutSpread > .ui-border-element:before, .bottom-inOutSpread > .ui-border-element:after {
    content: "";
    position: absolute;
}

.bottom-inOutSpread:after {
    border-bottom: 1px solid #0080ca;
    left: 51%;
    right: 51%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
    left: 0%;
    right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
    overflow: hidden;
    margin-top: 30px;
}

.article-con .tit {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    color: #444444;
}

.article-con .subtit  {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    color: #333333;
}

.article-con .info {
    position: relative;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d9d9d9;
}

.article-con .info span {
    font-size: .9375rem;
    color: #999999;
    margin: 0 9px;
}

.article-con .article-text {
    padding: 15px 0;
    font-size: .9375rem;
    line-height: 2;
    color: #555555;
    border-bottom: 1px dashed #d9d9d9;
}

.article-con .article-text p {


            text-justify: distribute;
    text-align: justify;
}

.article-con .article-text p img, .article-con .article-text p video {
   
    max-width: 100%;
    height: auto !important;
}

.updown {
    overflow: hidden;
    margin-top: 25px;
}

.updown ul li {
    font-size: .9375rem;
    padding: 8px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.updown ul li a {
    color: #555555;
}

.updown ul li:hover {
    transform: translateX(5px);
}

.updown ul li:hover a {
    color: #a6080c;
}

/* 正文表格P不缩进 */
.article-con .article-text table tr td p, .article-con .article-text table tr th p {
    text-indent: 0;
    padding: 0;
}

/* 办公电话 */
.bgdh {
    margin: 20px auto;
}

.bgdh .box {
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 #efefef;
}

.bgdh .box .tit {
    font-size: 1.5rem;
    border-left: 5px solid #a0090d;
    padding-left: 20px;
    margin-bottom: 15px;
}

.bgdh .box .phone-list ul {
    overflow: hidden;
    margin: 0 -10px;
}

.bgdh .box .phone-list li {
    float: left;
    width: 33.3%;
    margin-bottom: 10px;
}

.bgdh .box .phone-list li a {
    display: block;
    margin: 0 10px;
    padding: 10px;
}

.bgdh .box .phone-list li:hover a {
    background: #a0090d;
    color: #fff;
}

.gzry-tit {
    margin: 20px 0;
    font-size: 1.5rem;
}

.gzry-list{
    width: 790px;
    margin: 0 auto;

}

.gzry-list ul {
    overflow: hidden;
    margin: 0 -20px;
}

.gzry-list ul li {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}

.gzry-list ul li a {
    display: block;
    margin: 0 18px;
    overflow: hidden;
}

.gzry-list ul li a .pic {
    position: relative;
    width: 100%;
    padding-bottom: 140%;
    overflow: hidden;
}

.gzry-list ul li a .pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.gzry-list ul li a p {
    font-size：1rem; margin-top: 10px;
    text-align: center;
}