﻿/* 公共样式 */
body {
    min-width: 1200px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-family: "微软雅黑";
    background: #ffffff;
}

@keyframes roll {
    from {
        transform: scale(5);
        opacity: 0;
    }

    70% {
        transform: scale(.8);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigger {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}
@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        /* 从左侧完全不可见 */
    }

    100% {
        transform: translateX(0);
        /* 最终位置为正常显示 */
    }
}
@keyframes slideInTwo {
    0% {
        transform: translateX(100%);
        /* 从左侧完全不可见 */
    }

    100% {
        transform: translateX(0);
        /* 最终位置为正常显示 */
    }
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ml20 {
    margin-left: 20px;
}

.ml5 {
    margin-left: 5px;
}

.fl {
    float: left;
}

a:hover {
    color: #bf0006;
}

/* ***********************header*********************** */
.header {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
}

.top img {
    width: auto;
    height: 50px;
    margin-top: 15px;
    margin-left: 30px;
}

.banner {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.bannerImgMo{
    display: none;
}

/* ******************************content****************************** */
.container {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 30px;
}

.ColumnName {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.ColumnName img {
    height: auto;
    width: 100%;
}

.ColumnName a{
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    color: #de172d;
    position: absolute;
    top: 0;
    right: 0;
}

/* 开栏语 */
.OpeningSpeech {
    width: 100%;
    height: auto;
    background: url('10620127.png') no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}
.clause{
    line-height: 2;
    text-indent: 2em;
    z-index: 99;
    box-sizing: border-box;
    position: relative;
}
.clause::after{
    content: '';
    width: 90px;
    height: 195px;
    display: block;
    background: url('10620129.png') no-repeat top center;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 99;
}
.clause span{
    display: block;
    width: 1100px;
    height: auto;
    padding: 20px 30px 20px 20px;
    margin: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    color: #b30b00;
    font-weight: bold;
    background: url('10620130.png') no-repeat top center;
    background-size: 100% 100%;
    float: right;
}

.palteList {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 25px;
    position: relative;
}

.palteList ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px dashed #999999;
}

.palteList ul li::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #999999;
    position: absolute;
    left: 8px;
    top: 22px;
}

.pageOnePubtime {
    float: right;
    color: #757575;
}

.moreList{
	display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background: #0246c6;
    margin: 20px auto;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}
.moreList:hover{
color: #ffffff;
}

/* ******************************footer***************************** */
.footer {
    width: 100%;
    overflow: hidden;
}

.footer .footer-bottom {
    width: 100%;
    overflow: hidden;
    padding: 35px 0px 50px 0px;
    background: #bf0006;
}

.footer .footer-bottom .ft-left {
    width: 180px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.footer-dzjg img {
    width: 160%;
    margin: -9px 0px 0px -15px;
}

.footer-dzjg {
    width: 50px;
    overflow: hidden;
    margin-top: 65px;
}

.footer-zfwzzc {
    width: 110px;
    overflow: hidden;
    margin-top: 68px;
}

.footer .footer-bottom .ft-center {
    width: 553px;
    height: 180px;
    float: left;
    margin-left: 38px;
}

.footer .footer-bottom .ft-center p {
    line-height: 36px;
    font-size: 14px;
    color: #fff;
}

.footer .footer-bottom .ft-center p b {
    color: #fff;
}

.footer .footer-bottom .ft-right {
    width: 415px;
    height: 180px;
    float: left;
    padding-left: 6px;
}

.footer .footer-bottom .ft-right ul li {
    width: 113px;
    overflow: hidden;
    float: left;
    margin-left: 25px;
    color: #fff;
    text-align: center;
    font-size: 0;
    cursor: pointer;
}

.footer .footer-bottom .ft-right ul li img {
    width: 110px;
}

.footer .footer-bottom .ft-right ul li span {
    display: inline-block;
    margin-top: 32px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.pos-ewm-box {
    display: none;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.pos-ewm-box .ewm-img-box {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}

.pos-ewm-box .ewm-img-box img {
    width: 100% !important;
    height: 100%;
}

.close-btn {
    display: inline-block;
    padding: 6px 10px 8px 10px;
    margin: 10px auto;
    line-height: 14px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #014d94;
}

/* ******************************二级页****************************** */
/* .contBox{
    margin: 50px auto;
} */
.path {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    border-bottom: 1px #eee solid;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
}

.listCont {
    min-height: 300px;
    margin: auto;
    padding: 20px 30px;
    background-color: #ffffff;
}

.listCont ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.listCont ul li a {
    width: 80%;
    display: inline-block;
    overflow: hidden;
}
.iconNewsList {
    width: 5px;
    height: 5px;
    background: #bd000e;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
.publishTime {
    float: right;
}

/* ******************************文章页****************************** */
.mainText {
    background-color: #ffffff;
    min-height: 300px;
    padding: 0 30px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.contentTitle {
    width: auto;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px #ddd dotted;
    overflow: hidden;
}

.textTitle {
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    padding: 20px 0;
}

.source {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 0 20px;
    overflow: hidden;
}

.source span {
    margin-right: 20px;
}

.contentMain {
    padding: 30px 0;
    line-height: 2.2;
}
.contentMain img{
    max-width: 1000px;
}
.contentMain video,table{
    max-width: 1000px;
}
/* 二维码 */
.sjsm {
    text-align: center;
    padding: 20px 30px;
}

.sjsm p {
    color: #999;
    font-size: 1.4rem;
    font-size: 14px;
}