/* base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

em, i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color:#6b0004!important;
}

button, input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    border: 0;
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f5ef;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666
}

.hide, .none {
    display: none
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

@font-face {
    /*font-family: 'icomoon';*/
    /*src:  url('../fonts/icomoon.eot?tomleg');*/
    /*src:  url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),*/
    /*  url('../fonts/icomoon.ttf?tomleg') format('truetype'),*/
    /*  url('../fonts/icomoon.woff?tomleg') format('woff'),*/
    /*  url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
    /*font-display: block;*/
}

.header {
    position: relative;
}

.w-1200 {
    width: 1440px;
    margin: 0 auto;
}

.w-1400 {
    width: 1400px;
    margin: 0 auto;
}

.h-30 {
    height: 30px;
}

.h-40 {
    height: 40px;
}

.h-50 {
    height: 50px;
}

.h-80 {
    height: 80px;
}

.h-100 {
    height: 100px;
}

.h-120 {
    height: 120px;
}

.h-200 {
    height: 200px;
}

.h-280 {
    height: 280px;
}

.h-400 {
    height: 400px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.px-5 {
    padding: 0 5px;
}

.px-10 {
    padding: 0 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bl-1 {
    border-left: 1px dotted rgba(255, 255, 255, 0.1);
}

.br-1 {
    border-right: 1px dotted rgba(255, 255, 255, 0.1);
}

.bg-primary {
    background: #6b0004;
}

.bg-gray {
    background: #f2f2f2;
}

.bg-white {
    background: #ffffff;
}

.text-0-8 {
    font-size: 12px;
}

.text-0-9 {
    font-size: 14px;
}

.text-1 {
    font-size: 16px;
}

.text-1-1 {
    font-size: 18px;
}

.text-1-2 {
    font-size: 20px;
}

.text-1-5 {
    font-size: 24px;
}

.text-2 {
    font-size: 32px;
}

.text-2-5 {
    font-size: 40px;
}

.text-3 {
    font-size: 48px;
}

.shadow-5-3 {
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.shadow-bottom-5-3 {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.shadow-bottom-5-9 {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.9);
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}
.box-extra-large {
    width: 1060px;
}
.box-normal {
    width: 970px;
    height: 460px;
}
.box-x-normal {
    width: 590px;
}

.box-s-normal {
    width: 460px;
    height: 460px;
}

.box-third {
    width: 380px;
}

.box-fifth {
    width: 200px;
}

.box-content-left {
    width: 850px;
}

.box-content-right {
    width: 340px;
}

.box-small {
    width: 420px;
    background: url('../image/content-bg.png');
}

.box-extra-small {
    width: 300px;
}

.box-content {
    height: 390px;
}

.box-fifth h3 {
    writing-mode:vertical-lr;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 3px;
    background-color: rgba(0,0,0,0.5);
    margin-left: 150px;
}

.font-color-white {
    color: #ffffff;
}

.font-color-primary {
    color: #0f4fa7;
}

.font-color-danger {
    color: red;
}

.font-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.overflow-y {
}
.logo{
position: absolute;
    top: 10;
    width: 464px;
    height: 80px;
}
.subpage-logo{
    width: 348px;
    height: 60px;
    float: left;
    margin-top: 10px;
}
.header-nav{
    width: 100%;
    background: #6b0004;
    height: 100px;
}
.subpage-header-nav{
    width: 100%;
    background: #6b0004;
    height: 80px;
}
.upper-nav {
    background-color: rgba(172, 186, 229, 0.9);
    width: 1440px;
    margin: 0 auto;
    height: 30px;
}

.menu {
    padding-top:55px;
    width: 1440px;
    margin: 0 auto;
    height: 100px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -720px;
}
.menu h3 a{
    text-decoration:none;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff!important;
}
.menu li {
    list-style:none;
    float:left;
    width:120px;
    overflow:visible;
}
.top {
height: 50px;
    line-height: 50px;
    margin-top: -20px;
    overflow: visible;
    position: relative;
    z-index: 999;
}
.level1, .level2, .level3 {
    width:120px;
    display:none;
    height:30px;
    line-height:30px;
    text-align:center;
}
.level2, .level3 {
    margin: -40px 0 0 120px;
}
.level1 > li, .level2 > li, .level3 > li {
    background-color: #6b0004;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px #ffffff double;
}
.level1 > li > a, .level2 > li > a, .level3 > li > a {
    display: block;
    color:#ffffff
}
.level1 > li > a:hover, .level2 > li > a:hover, .level3 > li > a:hover {
    background-color: #ffffff;
    color: #6b0004;
}
.top > li.sub:hover > ul, .level1 > li.sub:hover > ul, .level2 > li.sub:hover > ul, .level3 > li.sub:hover > ul {
    display:block;
}


.subpage-menu {
    position: relative;
    width: 1440px;
    margin: 0 auto;
    height: 80px;
    color: #ffffff;
}
.subpage-menu h3 a{
    text-decoration:none;
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff!important;
}
.subpage-menu li {
    list-style:none;
    float:left;
    width:120px;
    overflow:visible;
}
.subpage-top {
height: 80px;
    line-height: 80px;
    overflow: visible;
    float: right;
}
.subpage-top > li.sub:hover > ul, .level1 > li.sub:hover > ul, .level2 > li.sub:hover > ul, .level3 > li.sub:hover > ul {
    display:block;
}


/* 底部模块制作 */
.footer {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background-color: #6b0004;
}

.footer a:hover {
    color: white;
}

.copyright {
    text-align: left;
    line-height: 20px;
    font-size: 14px;
}
.link-img {
    margin-top: 10px;
    height: 30px;
}

/* Underline From Center */
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #0f4fa7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #0f4fa7;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[class^="hvr-"] {
    padding: 14px 35px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: bold;
}

/* main */
.main-background {
    /*background: url(../image/background-dynamic.jpg) center top no-repeat;*/
}

.cuiguangri-background {
    background: url(../image/cuiguangri.jpg) center top no-repeat;
}

.bg {
    width: 100%;
    min-width: 1440px;
    overflow: hidden;
}

.first-page {
    width: 1280px;
    margin: 0 auto;
}

.main {
    width: 1440px;
    margin: 0 auto;
}

.subpage-main {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
}

/* section */
.section {
    margin: 10px 0;
}

.main-section {
    height: 460px;
}

.section-background-change-anim1 {
    -webkit-animation-name: colorTransition1;
    animation-name: colorTransition1;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.section-background-change-anim2 {
    -webkit-animation-name: colorTransition2;
    animation-name: colorTransition2;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* span */
.latest-news-span {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

/* focus news */
.focusBox {
    position: relative;
    width: 690px;
    height: 360px;
    overflow: hidden;
    text-align: left;
    background: white;
}

.focusBox .pic img {
    width: 690px;
    height: 360px;
    display: block;
}

.focusBox .title-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .title {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    overflow: hidden;
}

.focusBox .title li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
}

.focusBox .title li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.focusBox .page {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusBox .page li {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-right: 2px;
    cursor: pointer;
}

.focusBox .page li a, .focusBox .page li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .page li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 5px;
}

.focusBox .page li.on a, .focusBox .page a:hover {
    background: #6b0004;
    border-radius: 5px;
}

/* tabs */
.tabs {
    width: 100%;
    height: 100%;
}

.tabs .hd {
    overflow: hidden;
}

.tabs .hd li {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 140px;
    float: left;
    color: #999999;
    padding-left: 10px;
}

.tabs .hd li.on a {
    color: #6b0004;
}

.tabs .hd li a {
    color: #999999;
}

.tabs .hd li.on {
    /*background: #0f4fa7;*/
    /*color: #ffffff;*/
    /*border-bottom: 1px solid #6b0004;*/
    color: #6b0004;
}

.tabs .hd li.on a {
    color: #6b0004;
}

.tabs .bd {
    height: 303px;
    border-top: 0;
    /*background-color: #ffffff;*/
}

/* news list */
.newsList li {
    margin: 7px 0;
    padding: 2px;
    font-size: 16px;
    height: 80px;
    display: block;
    background: url(../image/newsFlag.png) no-repeat left;
}
.newsList li:hover {
    background: url(../image/newsFlag2.png) no-repeat;
    transition: all 0.3s ease-out 0s;
}

.main-news {
    width: 415px;
    height: 100px;
    padding: 10px 0;
}
.news-image {
    width: 120px;
    height: 100%;
    margin-right: 10px;
    border-radius: 3px;
}
.news-title {
    font-size: 16px;
    display: block;
    padding: 0 10px;
    height: 55px;
}
.news-date {
    display: block;
    height: 25px;
    line-height: 25px;
    background: url(../image/calendar.png) no-repeat left;
    padding: 0 0 0 20px;
    margin-left: 10px;
    font-size: 12px;
    color: #b4b4b4!important;
    bottom:0;
}

/* news list */
.noticeList li {
    font-size: 16px;
    height: 80px;
    display: block;
    background: url(../image/calendar2.png) no-repeat;
}
.noticeList li:hover {
    background: url(../image/calendar3.png) no-repeat;
    transition: all 0.3s ease-out 0s;
}
.main-notice {
    width: 415px;
    height: 100px;
    padding: 10px 0;
}
.notice-image {
    width: 120px;
    height: 100%;
    margin-right: 10px;
    border-radius: 3px;
}
.notice-title {
    font-size: 16px;
    display: block;
    height: 80px;
    padding-top: 10px;
    padding-left: 90px;
color: #666!important;
}
.download-title {
font-size: 16px;
    display: block;
    height: 40px;
    line-height: 30px;
    padding-top: 10px;
    border-bottom: 1px dotted #e2e2e2;
}
.notice-date {
    width: 80px;
    height: 80px;
}
.notice-day {
    display: block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    padding: 10px 10px 0 10px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #6b0004;
}
.notice-year {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 10px 10px;
    text-align: center;
    font-size: 12px;
    color: #9e8383;
}

/* marquee-top */
.txtMarquee-top {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.txtMarquee-top .hd {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 36px;
    background-color: #f2f2f2;
}

.txtMarquee-top .hd span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    background-color: #0f4fa7
}

.txtMarquee-top .hd .prev, .txtMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../image/arrow.png") 0 -100px no-repeat;
}

.txtMarquee-top .hd .next {
    background-position: 0 -140px;
}

.txtMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.txtMarquee-top .hd .nextStop {
    background-position: -60px -140px;
}

.txtMarquee-top .bd {
    height: 324px;
    padding: 15px;
    background-color: #ffffff;
}

/* marquee-left */
.txtMarquee-left {
    width: 100%;
    position: relative;
}

.txtMarquee-left .hd {
    overflow: hidden;
    height: 60px;
}

.txtMarquee-left .bd {
    padding: 10px;
}

.txtMarquee-left .bd .tempWrap {
    width: 1240px !important;
}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    _display: inline;
    font-size: 18px;
    width: auto !important;
}

.txtMarquee-left .bd ul li span {
    color: #999;
}

/* banner color transition */
@-webkit-keyframes colorTransition1 {
    0% {
        background-color: #0f4fa7;
    }

    33% {
        background-color: #2BAAB1;
    }

    66% {
        background-color: #383f48;
    }

    100% {
        background-color: #0f4fa7;
    }
}

@keyframes colorTransition1 {
    0% {
        background-color: #0f4fa7;
    }

    33% {
        background-color: #2BAAB1;
    }

    66% {
        background-color: #383f48;
    }

    100% {
        background-color: #0f4fa7;
    }
}

@-webkit-keyframes colorTransition2 {
    0% {
        background-color: #0088CC;
    }

    33% {
        background-color: #e36159;
    }

    66% {
        background-color: #2BAAB1;
    }

    100% {
        background-color: #383f48;
    }
}

@keyframes colorTransition2 {
    0% {
        background-color: #0088CC;
    }

    33% {
        background-color: #e36159;
    }

    66% {
        background-color: #2BAAB1;
    }

    100% {
        background-color: #383f48;
    }
}

/* custom table */
.custom-table {
    width: 100%;
    border: none;
    font-size: 16px;
    text-align: center;
    border-collapse: collapse;
}

.custom-table > thead {
    height: 36px;
    background-color: #4c7cf5;
    color: #ffffff;
}

.custom-table > thead > tr > td {
    border: 1px solid #939393;
}

.custom-table > tbody > tr {
    height: 36px;
}

.custom-table > tbody > tr > td {
    border: 1px solid #939393;
}

/* side site navication */
.site-div {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.site-nav-wide {
    position: absolute;
    width: 364px;
    z-index: 99999;
    background-color: white;
    border: 2px solid #0f4fa7;
}

.site-nav-normal {
    position: absolute;
    width: 174px;
    z-index: 99999;
    background-color: white;
    border: 2px solid #f2f2f2;
}

.special-column-nav {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
}

/* nav table */
.nav-table {
    width: 100%;
    border: none;
    font-size: 16px;
    text-align: center;
}

.nav > tbody > tr {
    height: 36px;
}

/* rank table */
.rank-table {
    width: 100%;
    border: none;
    font-size: 16px;
    text-align: center;
    border-collapse: collapse;
}

.rank-table > thead {
    height: 36px;
    background-color: #4c7cf5;
    color: #ffffff;
}

.rank-table > thead > tr > td {
    border: 1px solid #939393;
}

.rank-table > tbody > tr {
    height: 34px;
}

.rank-table > tbody > tr > td {
    border: 1px solid #939393;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    background-color: #FF7677;
    display: none
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.7)
}

::-webkit-scrollbar-thumb {
    background: #f2f2f2;
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    background: #82AFFF;
    display: none
}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 50px;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    overflow: hidden;
    cursor: pointer;
    background: url("../image/arrow.png") no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -44px;
}

.picScroll-left .hd .prevStop {
    background-position: -53px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -53px -44px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 5px;
    margin-top: 20px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../image/icoCircle.gif") 0 -20px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px 5px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 250px;
    height: 50px;
    display: block;
}

.top-news {
    display: block;
    font-size: 26px;
    text-align: center;
    color: #0f4fa7;
    font-weight: bold;
    padding-bottom: 10px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 6px;
}

.page-item {
    margin: 5px;
    text-align: center;
}

.page-item.active {
    color: #ffffff;
}

.page-item.active .page-link {
    color: #eaeaea;
    background-color: #0f4fa7;
    border-color: #0f4fa7;
}

.page-link {
    width: 36px;
    height: 30px;
    border: 1px solid #EBEBEB;
    color: #8a8a8a;
    display: inline-block;
    line-height: 28px;
    float: left;
    font-size: 12px;
    text-decoration: none;
    border-radius: 2px;
}

.page-link:hover {
    color: #ffffff;
    background-color: #0f4fa7;
}

.prev:hover {
    color: #ffffff;
    background-color: #0f4fa7 !important;
}

.page-item.active .page-link.prev {
    color: #8a8a8a;
    background-color: #ffffff;
    border-color: #EBEBEB;
}

.page-item.active .page-link.prev:hover {
    color: #ffffff;
    background-color: #ffffff;
}

.next:hover {
    color: #ffffff;
    background-color: #0f4fa7 !important;
}

.page-item.active .page-link.next {
    color: #8a8a8a;
    background-color: #ffffff;
    border-color: #EBEBEB;
}

.page-item.active .page-link.next:hover {
    color: #ffffff;
    background-color: #ffffff;
}

.button-3d {
    position: relative;
    background: orangered;
    border: none;
    color: white;
    padding: 15px 24px;
    font-size: 24px;
    outline: none;
    box-shadow: -6px 6px 0 hsl(16, 100%, 30%);
}

.button-3d:hover {
    color: white;
}

.button-3d::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -6px;
    border: 6px solid transparent;
    border-right: 6px solid hsl(16, 100%, 30%);
    border-left-width: 0px;
}

.button-3d::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    right: 0;
    border: 6px solid transparent;
    border-top: 6px solid hsl(16, 100%, 30%);
    border-bottom-width: 0px;
}

.button-3d:active {
    background: hsl(16, 100%, 40%);
    top: 3px;
    left: -3px;
    box-shadow: -3px 3px 0 hsl(16, 100%, 30%);
}

.button-3d:active::before {
    border: 3px solid transparent;
    border-right: 3px solid hsl(16, 100%, 30%);
    border-left-width: 0px;
    left: -3px;
}

.button-3d:active::after {
    border: 3px solid transparent;
    border-top: 3px solid hsl(16, 100%, 30%);
    border-bottom-width: 0px;
    bottom: -3px;
}

.button {
    width: 120px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.button:nth-child(6n) {
    margin-right: 0;
}

.button.blue {
    border: 1px solid #1d5cff;
    background-color: #0f4fa7;
    color: #ffffff;
}

.button.gray {
    background-color: #dedede;
    color: #0f4fa7;
}

.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=60);
    background-color: #777;
    z-index: 1002;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
}


.modal {
    z-index: 2000;
    width: 420px;
    height: 240px;
    background-color: #f6f6f6;
    position: absolute;
    display: none;
    /*box-shadow:0 0 20px #7e7e7e;*/
    z-index: 999;
}

.check-post-input {
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 14px;
    width: 360px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Microsoft soft";
}

.message-input {
    outline-style: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 14px;
    width: 460px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Microsoft soft";
}

.searchBox {
    position: absolute;
    top: 5px;
    right: 27px;
    width: 186px;
    height: 30px;
}

.searchBoxIcon {
    width: 30px;
    height: 100%;
    background: url(../images/searchBoxIcon.png) no-repeat 50% 50%;
}

.search p {
    text-align: center;
    font-size: 16px;
}

.top-date {
    width: 240px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
}

.form {
    position: relative;
    width: 240px;
    margin: 0 auto;
}

.search-input, .button {
display: block;
    border: none;
    border-bottom: 1px solid #9a7f7d;
    outline: none;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    background-color: transparent;
    caret-color: #9a7f7d;
    color: #9a7f7d!important;
}
.search-input:hover {
    color: #9a7f7d!important;
}

.searchBox-input {
    vertical-align:
            top;width: 160px;
    height: 30px;
    line-height: 30px;
    text-indent: 15px;
    font-size: 12px;
    color: #fff;
    background: rgba(139,193,177,0.5);
}

.searchBox-button {
    vertical-align: top;
}

.bar input {
    border: 1px solid #ffffff;
    border-right: none !important;
    color: #0f51a8;
    top: 0;
    right: 0;
}

.bar button {
    border: 1px solid #ffffff;
    background: #0f4fa7;
    width: 60px;
    top: 0;
    right: 0;
}

.bar button:before {
    content: "搜索";
    font-size: 13px;
    color: #ffffff;
}

.subpage-form {
    position: relative;
    width: 500px;
}

.bar2 input {
    border: 1px solid #0f51a8;
    border-right: none !important;
    color: #0f51a8;
    top: 0;
    right: 0;
}

.bar2 button {
    border: 1px solid #0f51a8;
    background: #0f4fa7;
    width: 60px;
    top: 0;
    right: 0;
}

.bar2 button:before {
    content: "搜索";
    font-size: 13px;
    color: #ffffff;
}

.topic-category-box-normal {
    width: 560px;
    height: 340px;
}

.topic-category-header {
    height: 30px;
    border-bottom: 1px solid #0f4fa7;
    margin: 20px 0px 0px 0px;
}

.topic-image-normal {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.message-button {
    margin-top: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #0f4fa7;
    color: #ffffff;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

.message-button:hover {
    color: #ffffff;
}

.slider {
    width: 1440px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    height: 400px;;
}

.slider .bd {
    position: relative;
    z-index: 0;
}

.slider .bd li {
    overflow: hidden;
}

.slider .bd li img {
    display: block;
}

.slider .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.slider .hd ul {
    text-align: center;
}

.slider .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    background: url(../image/dot.png) 0 -16px;
    overflow: hidden;
    filter: alpha(opacity=70);
    opacity: 0.7;
    vertical-align: top;
    line-height: 9999px;
}

.slider .hd ul .on {
    background-position: 0 0;
}

.slider .timer {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    font-size: 0;
    overflow: hidden;
}

#content-info table {
    margin: 0 auto;
}
.category-text {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #ffffff!important;
    background-color: #6b0004;
}
.category-text:hover {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #6b0004;
    border: 1px solid #6b0004;
    background-color: #ffffff;
    transition: all 0.3s ease-out 0s;
}
.category-text::before {
    content: ' ';
    width: 40px;
    height: 40px;
    margin-top: 5px;
    background: url(../image/hammer.png) no-repeat 0;
    float: left;
}
.category-text:hover::before {
    background: url(../image/hammerHover.png) no-repeat 0;
    transition: all 0.3s ease-out 0s;
}
.small-banner-text {
    height: 100px;
    line-height: 100px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    background: rgb(0,0,0,0.6);
}
.side-toolbar{
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 70px;
    z-index: 1999;
}
.box-data{
    width: 300px;
    border:1px #6b0004 solid;
    background-color:#6b0004;
    position: absolute;
    display:none;
    z-index:9999;
}
.subpage-nav-title{
    height: 70px;
    background-color: #6b0004;
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
}
.subpage-nav-tree {
    background-color: #6b0004;
}
.subpage-nav-tree ul {
    background-color: #ffffff;
}
.subpage-nav-tree li {
    text-align: center;
    font-size: 1rem;
    border-top: 2px solid #ffffff;
}
.subpage-nav-tree li a{
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}
.subpage-nav-tree li ul li {
    background-color: #ffffff;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #6b0004;
    margin-bottom: 2px;
}
.subpage-nav-tree li ul li a {
    color: #6b0004;
    height: 40px;
    line-height: 40px;
}
.subpage-breadcrumb {
    height: 40px;
    color: #6b0004;
    padding-top: 8px;
    border-bottom: 1px solid #6b0004;
}
.subpage-breadcrumb a{
    color: #6b0004;
}

.subpage-header-text {
    text-align: center;
    height: 80px;
    line-height: 80px;
    display: block;
    border-bottom: 1px solid #6b0004;
    margin-bottom: 20px;
}
.subpage-header-text span{
    font-size: 24px;
    font-weight: bold;
    color: #6b0004;
}
.subpage-section {
    background: url('../image/law-banner.jpg') no-repeat;
    background-size: 100% 100%;
    height: 160px;
    border-top: 1px solid #9b9b9b;
}
.p_no_d {
    border: 1px solid #3e57b0!important;
    background-color: #6b0004!important;
}
.content-header-text {
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: block;
}
.content-header-text span{
    font-size: 24px;
    font-weight: bold;
    color: #6b0004;
}
.content-info-text {
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #6b0004;
}
.content-info-text span{
    font-size: 16px;
    font-weight: normal;
}
.prev-next-content {
    font-size: 16px;
    font-weight: normal;
    color: #6b0004;
}
.prev-next-content:hover {
    color: #343434;
}
.content-main p{
    text-indent: 2rem;
    font-size: 1rem;
    padding-bottom: 1rem;
}
.bgstyle271733 tr td {
    background: #6b0004;
    color: #ffffff;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.fyfont271733 {
    font-weight: bold!important;
    font-size: 20px!important;
    color: #6b0004!important;
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif!important;
    text-decoration: none!important;
}
.fyfont271733 img {
    display:none;
}
.window271733 table tbody tr td strong {
    color: #6b0004;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #9a7f7d;
    font-size: 12px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9a7f7d;
    font-size: 12px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9a7f7d;
    font-size: 12px;
}
.link {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


#sideNav {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #6b0004;
    margin-top: 5px;
}

#sideNav .mainCate {
    position: relative;
    zoom: 1;
    border-bottom: 1px dotted #bebebe;
}

#sideNav .mainCate a{
    color:#ffffff;
}

#sideNav h3 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
}

#sideNav h3 span {
    width: 18px;
    height: 15px;
    line-height: 32px;
    font-weight: 200;
    font-size: 12px;
    float: right;
}
#sideNav .subCate {
    display: none;
    position: absolute;
    left: 290px;
    top: -2px;
    width: 200px;
    color: #ffffff;
    border-bottom: 1px dotted #bebebe;
    background: #6b0004;
    z-index: 999;
}

#sideNav .subCate ul {
    float: left;
    overflow: hidden;
}

#sideNav .subCate li {
    width: 200px;
    float: left;
    display: inline;
    border-bottom: 1px dotted #bebebe;
}

#sideNav .subCate li a {
    display: block;
    float: left;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
}

#sideNav .subCate li a:hover {
    background-color: #ffffff;
    color: #6b0004;
}
#sideNav .on {
    background: #ffffff;
    border: 2px solid #6b0004;
}

#sideNav .on a{
    color: #6b0004;
}

#sideNav .on .subCate {
    display: block!important;
}
.intro-header {
    width: 240px;margin:0 auto;
}
.intro-header h2 {
    color: #6b0004;font-size: 24px;border-bottom: 4px solid #6b0004;padding-bottom:10px;margin-bottom: 30px;text-align: center;display: block;
}
.intro-title {
    color: #6b0004;font-size: 24px;border-bottom: 4px solid #6b0004;padding-bottom:10px;margin-bottom: 30px;text-align: center;display: block;
}
.intro-list {
    display: flex;justify-content: flex-start;margin-bottom: 50px;
}
.intro-info {
    width: 500px; margin: 0 30px;display: flex;
}
.intro-avatar{
    height: 315px;overflow: hidden;border: 2px solid #6b0004;
}
.intro-avatar img {
    width: 210px;
}
.intro-name {
    font-size: 20px;
    font-weight: bold;
    color: #6b0004;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #6b0004;
}
.intro {
    width:300px;padding:10px;
}
.intro-detail {
    padding:10px;display:block;font-size: 14px;color:#6b0004;text-align: left;word-break: break-all;
}
.m-slide {
    position: relative;
    width: 100%;
    height: 380px;
}

.m-slide .bottom-shadow {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    background: #e6e6e6;
    border-bottom: 1px solid #ececec
}

.m-slide .img {
    float: left;
    position: relative;
    overflow: hidden;
}

.m-slide .img li, .m-slide .img a, .m-slide .img img {
    display: block;
    width: 635px;
    height: 380px;
}

.m-slide .img li {
    display: none;
    position: absolute;
    left: 0;
    top: 0
}

.m-slide .img .first {
    display: block
}

.m-slide .tab {
    float: right
}

.m-slide .tab li {
    *margin-bottom: -3px;
    border-top: 1px solid #e5e5e5;
}

.m-slide .tab .first {
    border-top: 0
}

.m-slide .tab a {
    text-decoration: none;
    display: block;
    position: relative;
    width: 300px;
    height: 94px;
    border-left: 4px solid #fff
}

.m-slide .tab a b {
    position: absolute;
    left: 0;
    top: 20px;
    width: 4px;
    height: 11px;
    overflow: hidden
}

.m-slide .tab a span {
    position: absolute;
    overflow: hidden
}

.m-slide .tab a .title {
    padding: 6px 10px;
    height: 75px;
    font-size: 16px;
    color: #666;
    display: block;
    word-break: break-all;
}

.m-slide .tab a .des {
    left: 18px;
    top: 26px;
    height: 16px;
    line-height: 16px;
    color: #999
}

.m-slide .tab .first a {
    height: 50px
}

.m-slide .tab .on a {
    border-left: 4px solid #6b0004
}

.m-slide .tab .on a span {
    color: #6b0004
}
.fellow-ul li {
    height: 36px;
    border-bottom: 1px dotted #72626a;
}
.fellow-ul li:hover {
    background-color: #ffffff;
}
.fellow-ul li a:hover {
    color: #6b0004!important;
}
.fellow-link {
    display:block;
    font-size: 16px;
    height: 36px;
    line-height: 30px;
    color:#ffffff!important;
    text-align: center;
}

#vsb_content{
padding-top:20px;
}
.moreIcon {
    float: right;
}
p{
color:#6b0004!important;
text-align:justify
}
.table {
    color:#6b0004!important;
    text-align:center;
    border-collapse: collapse;
}
.table .firstRow{
    height:40px;
    background-color:#6b0004!important;
    color:#ffffff!important;
}
.table td{
    height:30px;
    border: 1px solid #6b0004;
}
.content-main h1 {
    color:#6b0004!important;
}
.content-main div{
    color:#6b0004!important;
}

.content-main p, 
.content-main span{
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif!important;
}
.listFrame span {
    font-size:16px!important;
}
.leader-detail {
font-size:16px
}