
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;}

html{
    height: 1px;}

fieldset, img {
    border: none;}


ul, ol {
    list-style: none;}

input {
    padding-top: 0;
    padding-bottom: 0;}

select, input {
    vertical-align: middle;}

select, input, textarea, button {
    font-size: 100%;
    margin: 0;
    outline: none;}

textarea {
    resize: none;}

table {
    border-collapse: collapse;
    border-spacing: 0
;}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;}

body {
    font-size: 12px;
    color: #000;
    font-family: "Microsoft YaHei";
    background: #fff;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;}

.clearfix {
    zoom: 1;}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;}

a {
    color: #000;
    text-decoration: none;}

a:hover {
    color: #000;
    text-decoration: none;}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;}

img {
    display: block;
    vertical-align: middle;}

img {
    max-width: 100%;
    width: auto;
    height: auto;}

.padding15 {
    padding: 0 15px;}

.margin75 {
    margin-bottom: 75px;}

.greyBg {
    background: #f6f6f6;}

/* **** */
.rightSide {
    position: fixed;
    bottom: 15vh;
    right: 0;
    width: 54px;
    height: 333px;
    background: #ad0608;
    z-index: 1;}
.rightSide li {
    position: relative;
    margin: 10px auto;
    padding: 10px 0;
    cursor: pointer;}
.rightSide li:hover {
    background: #7c160b;}
.rightSide li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;}
.rightSide li:last-child {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    background: #7c160b;}
.rightSide li:last-child p {
    margin-top: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;}
.rightSide li img {
    width: 23px;
    margin: 0 auto;}
.rightSide .rshow {
    display: none;
    position: absolute;
    top: 50%;
    right: 54px;
    transform: translateY(-50%);}
.rightSide li:hover .rshow{
    display: block;}
.rightSide li:hover .rightBlock{
    display: block;}
.rightSide .ewm {
    width: 80px;
    height: 80px;}
.rightSide .ewm img{
    width: 80px;
    height: 80px;}
.rightSide .rsearch {
    padding: 1px;
    border: 2px solid #ad0608;}
.rightSide .rsearch i{
    width: 15px;
    position: absolute;
    top: 10px;
    left: 10px;}

.rightSide .rsearch input {
    width: 250px;
    height: 36px;
    padding: 0 10px 0 35px;
    background: #ad0608;
    border: none;
    outline: none;}
.rightSide .rsearch input::placeholder {
    color: #fff;}
.g-box {
    min-width: 1200px;
    width: 100%;}
.w1200 {
    width: 1200px;
    margin: 0 auto;}
.part {
    max-width: 1920px;
    min-width: 1220px;
    margin: 0 auto;
    padding: 1px;}
.banner {
    height: 613px;
    /* overflow: hidden; */
    position: relative;
	}
.banner>img{
    height: 613px;
    /*object-fit: cover;*/
    margin:0 auto;}
.banner .part-2:nth-child(3) .leftBox{
	margin-bottom: 10px;}
.banner .part-2:nth-child(3){
	padding-bottom: 13px;}
.logoBox {
    height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.logoBox img{
    width: 34%;}
.searchBox {
    position: relative;}
.searchBox input {
    box-sizing: border-box;
    width: 230px;
    height: 35px;
    padding: 0 20px;
    border-radius: 25px;
    border: 1px solid rgb(223, 223, 223);}
.searchBox i {
    background: url(../img/icon_search.png) center center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 15px;}
.nav {
    width: 100%;
    height: 58px;
    /* line-height: 58px; */
    background: #e50516;}
.foot-nav{
    background: #e50516;    box-shadow: 0px -16px 15px 0px rgb(0 0 0 / 10%);}
.nav ul {
    display: flex;
    justify-content: space-between;}
.nav ul li {
    position: relative;
    flex: 1;
    text-align: center;
    font-size: 18px;}
.nav ul li.active {
    background: #ae000b;}
.nav li a{
    color: #fff;}
.nav li>a{
    border-right: 1px solid #fff;
    height: 20px;
    margin: 19px 0;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 20px;}
.foot-nav{
    height: 80px;
    position: relative;
    top: -390px;
    left: 0;}
.foot-nav li>a{
    border-right: 1px solid #fff;
    height: 27px;
    margin: 27px 0;
    display: block;
    font-size: 22px;}
.nav li:last-child>a {
    border: none;}
.nav li .drop {
    position: absolute;
    background: rgba(255,255,255,1);
    top: 58px;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all 0.4s;
    height: 0px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    z-index: 50;}

.nav li .open-left {
    left: 50%;
    transform: translateX(-50%);}
.nav li .open-right {
    right: 0px;}
.nav li .drop p {
    font-weight: bold;
    line-height: 2em;
    font-size: 20px;
    padding: 5px 20px;
    white-space: nowrap;
    text-align: left;
    color: #2c2c2c;}
.nav li .drop p a{
    color: #717171;}
.nav li:hover .drop {
    filter: alpha(opacity=100);
    opacity: 1;
    height: auto;
    padding: 10px 0px;}
.nav li .drop p:hover a {
    color: #bd3444;}
.foot-nav li {
    position: static !important;}
.foot-nav ul {
    position: relative;}
.foot-nav li .drop {
    opacity: 1;
    display: none;
    top: initial;
    bottom: 80px;
    padding: 30px 40px 30px 40px;
    width: 1200px;
    text-align: left !important;
    background: #e5e5e5;
    border-radius: 0;
    transition: none;
    z-index: 9999;}
.foot-nav li .drop P {
    display: inline-block;
    text-align: left !important;}
.foot-nav li:hover {
    background: #e5e5e5;
    color: #333;}
.foot-nav li:hover a {
    color: #333;}
.foot-nav li:hover .drop{
    display: block;}
.foot-nav li .jiantou {
    display: inline-block;
    margin-left: 18px;
    background: url(../img/select_jiantou.png) no-repeat center center;
    background-size: contain;
    height: 16px;
    width: 16px;
    vertical-align: middle;}
.foot-nav li:hover .jiantou {
    background: url(../img/select_jiantou2.jpg) no-repeat center center;}
.m-title {
    margin: 0 0 20px;
    border-bottom: 1px #e5e5e5 solid;}
.m-title h2 {
    display: inline-block;
    color: #e50516;
    font-size: 22px;
    font-weight: bold;
	border-bottom: 5px #e60517 solid;
    height: 40px;    padding: 0 5px;
}


.detailPage .m-title h2::before{
    content:"";
    background: url(../img/icon06.png) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin: 0px 10px -5px 0;}


.part-3{
    margin-bottom: 80px;}

.part-3 .m-title h2::before{
    content:"";
    background: url(../img/icon04.png) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin: 0px 10px -5px 0;}
.more {
    margin-top: 5px;
    float: right;
    color: #333;
    font-size: 14px;}
.more:hover {
    color: #ae000b;}
.s-title img {
    margin: 30px auto;}
.leftBox {
    width: 585px;
    float: left;}
	
	.leftBox3 {
    width:384px;
    float: left;
	margin-left:24px;
	margin-top:40px;}
	
.rightBox {
    width: 584px;
    float: right;}
.list1 li{

    margin: 14px 0 0 0;
   }
.list1 li:hover a{
    color: #e20412;}
.list1 .dateBox {
    width: 55px;
    color: #757575;}
.list1 .newsTxt::before {
    content: "";
    width: 6px;
    height: 11px;
    display: block;
    float: left;
    margin: 9px 10px 0px 0px;
    background: url(../img/icon.png) center center no-repeat;
    background-size: contain;}
.list1 .dateBox .day {
    font-size: 22px;
    font-weight: bold;}
.list1 img {
    width: 103px;
    height: 80px;
    margin: 0 20px 0 10px;}
.list1 .newsTxt {
    flex: 1;}
.list1 .newsTxt:hover h2 {
    color: #e20412;}
.list1 h2 {
    margin-bottom: 14px;
    color: #333;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;}
.part-1 .list1 li:last-child h2{
	margin-bottom: 0;}
.part-1 .list1 h2{
	margin-bottom: 16px;}
.part-2 .list1 li:last-child h2{
	margin-bottom: 0;}
.part-2 .list1 h2{
	margin-bottom: 16px;}

.list1 h2 br{
    display: none;}
.list1 p {
    height: 3em;
    line-height: 1.5em;
    font-size: 16px;
    color: #8b8b8b;
    overflow: hidden;}
.sw1 .swiper-slide img {
    width: 100%;
    height: 395px;}
.sw1 .swiper-slide p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 100px  0 15px;
    position: absolute;
    bottom:0;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,0.3);}
.sw1.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    left: auto;
    right: 10px;
    bottom: 19px;}
.sw1 .swiper-pagination-bullet {
    width: 15px;
    height: 6px;
    border-radius: 4px;
    background: #ae000b;
    opacity: 1;}
.sw1 .swiper-pagination-bullet-active {
    background: #fff;}
.zt {
    display: block;}

.imgList ul {
    margin-top: 50px;}
.imgList ul li {
    position: relative;
    height: 439px;
    overflow: hidden;}
.imgList li:hover {
    margin-top: -5px;
    border-bottom: 1px solid #e20412;
    transform: scaleY(1.05);
    transition: all 0.3s;}
.imgList li:nth-child(2n):hover {
    border-bottom: 1px solid #f3c226;}
.imgList li:hover .txt img {
    display: block;}
.imgList li:hover .txt {
    bottom: 3px;}
.imgList li img {
    width: 100%;}
.imgList li .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 126px;
    color: #fff;
    text-align: center;
    background: #e20412;}
.imgList li .txt img {
    margin: 10px auto;
    width: 25px;
    display: none;}
.imgList li .txt a {
    color: #fff;}
.imgList li .txt h3 {
    font-size: 22px;
    margin: 15px 0;}
.imgList li .txt span {
    font-size: 16px;}
.imgList li .txt p span:after{
    content: "|";
    display: inline-block;
    margin: 0 5px;}
.imgList li .txt p a:last-child span:after{
    display: none;}
.imgList li:nth-child(2n) .txt {
    background:#f3c226;}
.swFather {
    position: relative;}
.sw2 {
    padding-bottom: 10px;}
.sw-page2 {
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);}
.sw-page2 .swiper-pagination-bullet {
    width: 50px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    background: #f3c226;
    opacity: 1;
    border-radius: 0 ;
    outline: none;}
.sw-page2 .swiper-pagination-bullet:first-child {
    border-radius: 3px 0 0 3px;}
.sw-page2 .swiper-pagination-bullet:last-child {
    border-radius: 0 3px 3px 0;}
.sw-page2 .swiper-pagination-bullet-active {
    margin: 0 2px;
    background: #ce0000;}

/*  */
.list2 li {
    margin-bottom: 15px;}
.list2 li h2 a{
    display: inline-block;
    width: 80%;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333;}
.list2 li h2 span {
    margin-top: 5px;
    font-size: 14px;
    color: #999;
    float: right;}
.list2 li p {
    font-size: 16px;
    color: #999;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;}
.list2 li p a {
    color: #999;}

.jzfw {
    display: block;
    margin-bottom: 20px;}

.list3 {
    width: 483px;
    float: right;}
.list3 li {
    margin: 25px 15px;}
.list3 li a {
    display: inline-block;
    width: 75%;
    font-size: 20px;
    color: #4e4e4e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.list3 li a:hover {
    color: #e20412;}
.list3 li span {
    font-size: 20px;
    color: #4e4e4e;
    float: right;}
/* ** */
.part4 .left {
    width: 483px;
    float: left;}
.part4 .list4 {
    background: url(../img/bg2.png) top center no-repeat;
    width: 483px;
    height: 397px;
    position: relative;}
.part4 .list4 .m-title {
    background: transparent;
    border-bottom: 1px solid #fff;}
.part4 .list4 .m-title h2 {
    color: #fff;}
.part4 .m-title h2.tab {
    cursor: pointer;
    font-weight: normal;}
.part4 .m-title h2.tab span.active {
    font-weight: bold;}
.part4 .list4 .m-title h2::before{
    background-image: url(../img/icon03.png);}
.part4 .list4 .m-title .more {
    color: #fff;}
.part4 .list4 ul li {
    margin: 15px 10px 30px;}
.part4 .list4 ul li a{
    display: inline-block;
    width: 80%;
    font-size: 18px;
    color: #fff;}
.part4 .list4 ul li a:hover {
    color:#cfa656;}
.part4 .list4 ul li span {
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
    float: right;}
.part4 .right {
    width: 689px;
    float: right;}
.part4 .imgList2 {
    margin-top: -20px;
    margin-left: 180px;}
.tabCon .vimgGroup {
    display: none;}
.tabCon .vimgGroup:first-child {
    display: block;}
.vimgGroup .left {
    width: 381px;
    float: left;}
.vimgGroup .left .videoBox {
    position: relative;
    width: 381px;
    height: 286px;
    cursor: pointer;}

.vimgGroup .left .txtBox {
    width: 100%;
    height: 162px;
    box-sizing: border-box;
    padding: 15px 0;
    background: #f1f1f1;}
.vimgGroup .left .txtBox h2 {
    padding: 0 8px 10px;
    font-size: 22px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #bebebe;}
.vimgGroup .left .txtBox p {
    padding: 10px 8px 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.vimgGroup .left .txtBox a:hover h2{
    color: #bd1a2d;}
.vimgGroup .right {
    width: 283px;
    float: right;}
.vimgGroup .right .videoBox {
    margin-bottom: 25px;
    width: 100%;
    height: 211px;
    position: relative;}
.vimgGroup .right .videoBox p {
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.vimgGroup .left .txtBox p a{
    color: #fff;}
.vdoList {
    width: 100%;
    height: 100%;}
.blackBg {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;}
.videoBox img {
    width: 100%;
    height: 100%;}
img.play {
    width: 2vw;
    height: 2vw;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 9;}
.vimgGroup .right .imgBox {
    width: 189px;
    height: 139px;
    display: inline-block;
    margin: 0 0 6px 6px;}
.vimgGroup .right .imgBox img {
    width: 100%;
    height: 100%;}
.imgList3 {
    margin-top: 1px !important;
    margin-left: 80px !important;}
.imgList2 .imgBox{
    position: relative;
    display: inline-block;
    width: 220px;
    height: 119px;
    overflow: hidden;
    cursor: pointer;}
.imgList2 .imgBox img{
    width: 100%;
    height: 100%;}
.imgList2 .imgBox:hover img{
    transform: scale(1.05);
    transition: all 0.3s;}
.imgList2 .imgBox a {
    color: #fff;}
.imgList2 .imgBox .txt {
    position: absolute;
    width: 100%;
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;}
.imgList2 .imgBox h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;}
.imgList2 .imgBox h4::after {
    content:"";
    width: 30px;
    height: 2px;
    display: block;
    margin: 5px auto 0;
    background: #fff;
    border-radius: 2px;}
.imgList2 .imgBox p {
    line-height: 1.5em;
    height: 3em;
    font-size: 15px;
    color: #fff;
    text-align: justify;
    overflow: hidden;}
.footer {
    /* margin-top: 150px; */
    background: #fff;
    padding: 50px 0;
    position: relative;
    top: -390px;
    left: 0;
    border-top: 1px solid rgba(255,255,255,0.6);}
.f-top img{
    margin-top: 18px;
    float: left;}
.f-top ul {
    float: left;}
.f-top ul li {
    margin: 0 20px;
    color: #fff;
    line-height: 96px;
    font-size: 18px;
    font-weight: bold;
    float: left;}
.f-top ul li a {
    color: #fff;}
.f-top ul li a:hover {
    color: #cfa656;}
.f-top .more {
    font-size: 18px;
    color: #fff;
    line-height: 96px;
    margin-top: 0;}
.f-bottom {
    height: 210px;
    padding: 20px 160px 0;
    margin-top: -1px;
    box-sizing: border-box;}
.botm-links {
    display: flex;
    justify-content: space-between;}
.f-nav {
    display: inline-block;}
.f-nav p,
.f-nav p a {
    width: 150px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgb(152, 152, 152);}
.f-nav ul{
    margin-top: 10px;}
.f-nav li,
.f-nav li a{
    color: #fff;
    font-size: 14px;
    line-height: 2em;}
.f-nav li a:hover {
    color: #cfa656;}
.copyRight {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    background: #fff;}
.conFoot~.copyRight {
    width: 100%;
    padding: 15px 0;
    margin:0;
    text-align: center;
    font-size: 14px;
    color: #9d9d9d;
    background: #1C1C1C;}
.conFoot~.copyRight span {
    margin-right: 20px;}
.breadcrumb {
    padding: 30px 0;
    font-size: 16px;}
.breadcrumb>li {
    display: inline-block;}
.breadcrumb >li a, .breadcrumb>.active {
    color: #565656;}
.breadcrumb>li+li+li:before {
    padding: 0 5px;
    color: #565656;
    content: ">";}
.listpage .left {
    width: 300px;
    float: left;}
.ctopTitle{
    padding: 14px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #e20412;}
.ctopTitle a{
    color: #fff;}
.list_dl{
    background: #f4f3f7;
    border: 1px solid #e9e7ef;
    margin-top: 2px;
    padding-bottom: 10px;}
.list_dt{
    box-sizing: border-box;
    width: 100%;
    margin-left: 4px;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;}
.list_dt p {
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#open{
    background: #fff;
    color: #e20412;
    border-top: 1px solid #e9e7ef;
    border-bottom: 1px solid #e9e7ef;
    right: -1px;
    margin-left: 4px;
    width: calc(100% - 4px);}
#open ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #e20412;}
.list_dt_icon{
    position: absolute;
    right: 15px;
    top: 20px;
    display: block;
    width: 20px;
    height: 12px;
    background: url(../img/down.png) no-repeat;
    background-size: cover;}
#open .list_dt_icon{
    background: url(../img/up.png) no-repeat;
    background-size: cover;
    right: 12px;}
.list_dd{
    display: none;
    padding-left: 10px;}
.list_li{
    background: #faf9fb;
    list-style-type: none;
    width: 100%;
    padding: 0 30px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 5px solid #f4f3f7;}
.list_li:hover a{
    color: #e20412;}
.listpage .right {
    width: 850px;
    float: right;}
.reportList li {
    margin: 10px 0;
    line-height: 2em;
    border-bottom: 1px #c7c7c7 dashed;}
.reportList li:last-child{
    border: none;}
.reportList li::before {
    content: "";
    width: 4px;
    height: 15px;
    background: #c7c7c7;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;}
.reportList li a {
    font-size: 18px;
    line-height: 2.4em;
    display: inline-block;
    max-width: 86%;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.reportList li:hover a{
    color: #e20412;}
.reportList li span{
    font-size: 14px;
    color: #9a9999;
    /* float: right; */
    /* line-height: 3em; */
    margin-left: 15px;
    line-height: 32px;}
	
	.reportList img{margin:15px auto;max-width:780px;}
	
.flip {
    width: auto;
    margin: 80px auto 30px;
    display:flex;
    justify-content: center;}
.flip li:first-child,
.flip li:last-child{
    border:none;}
.flip li {
    font-size: 22px;
    color: #818181;
    border: 1px solid rgb(222, 222, 222);
    padding: 5px 15px;
    margin: 0 5px;}
.flip li.on {
    border: 1px solid  #e20412;
    background-color: rgb(245, 245, 245);
    color: #e20412;}
/* 脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭兟⒚⑩�毬偮犆兤捗偮⒚兟⒚⑩偓拧脗卢脙垄芒鈧久偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮┟兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮� */
.detail-title {
    width: 100%;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;}
.detail-info-box {
    text-align: center;
    color: #999;}
.detail-info {
    width: 100%;
    padding-bottom: 15px;}
.detail-text {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;}
.detail-text .detail-title{
    font-weight: normal;}
.detail-text p {
    font-size: 18px;
    line-height: 2.3em;
    text-align: justify;
    text-indent: 2em;}
.detail-text img {
    margin: 15px auto;}
.detail-text iframe {
    width: 100%;
    height: auto;}

.detail-text img+.imgText{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 30px;}

.part-3 .imgLeft{
    float: left;
    width: 280px;}

.part-3 .imgLeft a{
    display: block;
    margin-bottom: 20px;}

.part-3 .imgLeft a:hover{
    filter: brightness(1.2);}

.part-3 .imgRight .imgBox1 img,.part-3 .imgRight .imgBox2 img{
    transition: all 0.6s;
    display: block;}

.part-3 .imgRight .imgBox1:hover img,.part-3 .imgRight .imgBox2:hover img{
    transform: scale(1.2);}

.part-3 .imgRight .imgBox1:hover div,.part-3 .imgRight .imgBox2:hover div{
    filter: brightness(1.2);}

.part-3 .imgRight{
    float: right;}

.part-3 .imgRight .imgBox2:nth-last-child(2){
    margin-right: 0;}

.part-3 .imgBox1{
    width: 49%;
    float: left;
    margin-top: 12px;
    border-right: 2px solid #fff;
    overflow: hidden;
    position: relative;
    height: 213px;}

.part-3 .imgBox2{
    overflow: hidden;}

.part-3 .imgBox1 div{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #e20412;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    z-index: 50;}

.part-3 .imgBox1:nth-child(2){
    float: right;}

.imgBox2{
    width: 31.73%;
    float: left;
    margin-top: 30px;
    margin-right: 2.4%;}

.imgBox2 img{
    width: 40%;
    float: left;
    height: 225px;
    object-fit: cover;}

.imgBox2 div{
    float: left;
    background-color: #e20412;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 60%;
    height: 225px;
    padding-top: 80px;
    position: relative;
    z-index: 20;}

.imgLink{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 50px;}

.imgLink a:hover{
    filter: brightness(1.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);}

.listpage .m-title h2::before {
    content:"";
    background: url(../img/icon05.png) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin: 0px 10px -5px 0;}

.conFoot .f-bottom{
    color: #fff;
    background: #ce0309;}

.conFoot .f-bottom .botm-links p{
    text-align: center;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;}

.conFoot .botm-links{
    display: block;}

.conFoot .botm-links li{
    font-size: 14px;
    padding-top: 20px;
    text-align: center;}

.conFoot .botm-links li span{
    margin: 0 15px;}

.conFoot.footer{
    padding-bottom: 0;
    position: static;
    background: unset;
    top: 0;}
/* 脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗⑩偓拧脙鈥毭偮该兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮┟兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮� */
.searchPage .m-title h2::before {
    content: "";
    background: url(../img/icon07.png) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin: 0px 10px -5px 0;}
.jz_searchBox {
    padding: 0 30px;
    box-sizing: border-box;
    background:#f5f5f5;}
.jz_searchBox .inputGroup {
    width: 850px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.jz_searchBox .inputGroup label{
    width: 4.5em;
    flex-shrink: 0;
    margin-right: 10px;
    color: #030001;
    font-size: 18px;}
.jz_searchBox .inputGroup span {
    margin: 0 5px;}
.jz_searchBox .inputGroup input {
    flex: 1;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;}
.jz_searchBox button {
    width: 172px;
    height: 47px;
    display: block;
    margin: 50px auto 0;
    font-size: 16px;
    color: #fff;
    background: #e20412;
    border: none;
    outline: none;
    cursor: pointer;}
.jz_searchBox iframe{
    width: 100%;
    height: 500px;}
.search_result {
    width: 100%;
    min-height: 300px;}
table,table tr th, table tr td {}
.search_result table {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-collapse: collapse;}
.search_result table thead {
    background: #f5f5f5;}
.search_result tr {
    height: 50px;}
.search_result td:nth-child(1) {
    width: 10%;}
.search_result td:nth-child(2) {
    width: 20%;}
.search_result td:nth-child(3) {
    width: 20%;}
.search_result td:nth-child(4) {
    width: 10%;}
.search_result td:nth-child(5) {
    width: 20%;}
.search_result td:nth-child(6) {
    width: 20%;}

.zt_banner {
    height: 445px;
    margin: 50px auto 0;}
.zt_title {
    position: relative;
    margin-top: 70px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 34px;
    color: #000;
    border-bottom: 1px solid rgb(204, 204, 204);}
.zt_title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    width: 50px;
    height: 4px;
    background: #ce0309;}
.list_flex ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.list_flex li {
    width: 49%;}
.zt_list1 ul li {
    display: flex;
    margin-top: 50px ;}
.zt_list1 li .timeBox {
    position: relative;
    flex-shrink: 0;
    margin-right: 30px;
    padding: 5px 0;
    box-sizing: border-box;
    width: 73px;
    height: 99px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ce0309;}
.zt_list1 li .timeBox::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    margin-left: 120%;
    background: #d6d6d6;}
.zt_list1 li .timeBox .date {
    font-size: 46px;}
.zt_list1 li .txtBox {
    flex: 1;
    overflow: hidden;}
.zt_list1 li h2,
.zt_list1 li h2 a {
    width: 100%;
    font-size: 24px;
    color: #000;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.zt_list1 li .p1 {
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
/* .zt_list1 li a {
    display: block;
    width: 50%;
    margin-top: 20px;
    font-size: 14px;
    text-align: right;
    color: #e20412;
} */
.zt_list2 li {
    margin-top: 50px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #949292;}
.zt_list2 h2,
.zt_list2 h2 a {
    width: 100%;
    font-size: 22px;
    color: #000;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.zt_list2 h2::before {
    content: "";
    width: 8px;
    height: 23px;
    background: #ce0309;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;}
.zt_list2 li p {
    height: 5.5em;
    font-size: 16px;
    color: #000;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;}
/* .zt_list2 li a {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #e20412;
} */
.zt_list3 {
    margin-top: 30px;}
.zt_list3 li::before {
    content: "";
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 6px 10px 0px 0px;
    background: url(../img/sign1.png) center center no-repeat;
    background-size: contain;}
.zt_list3 li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.zt_list3 li a:hover {
    color: #e20412;}
.zt_list3 .more,.zt_list1 .more,.zt_list2 .more{
    display: block;
    margin: 15px auto 0;
    width: 81px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #e20412;
    float: none;}
.part_flex {
    display: flex;
    justify-content: space-between;}
.zt_title2 {
    position: relative;
    margin-top: 70px;
    padding-bottom: 20px;

    border-bottom: 1px solid rgb(204, 204, 204);}
.zt_title2 h2 {
    display: inline-block;
    font-size: 34px;
    color: #000;}
.zt_title2 h2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 10px;
    height: 1em;
    width: 4px;
    background: #ce0309;}
.zt_title2 .more {
    color: #999;
    font-size: 14px;
    line-height: 34px;
    margin-top: 25px;}
.zt_title2 .more:hover {
    color: #e20412;}
.zt_imgList {
    width: 49%;}
.zt_list4 li {
    margin: 30px 0 80px;
    position: relative;
    width: 277px;
    height: 148px;}
.zt_list4 li .img1 {
    width: 100%;
    height: 100%;}
.zt_list4 li .p1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 2em;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.3);}

.zt img:hover{
    filter: brightness(1.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);}

.part-1{
    position: relative;
    top: -345px;
    left: 0;
    background-color: #fff;
    padding: 30px 10px 10px;
    box-shadow: 0px -16px 15px 0px rgb(0 0 0 / 10%);
    border-top: 4px solid #ee6f29;
    padding-bottom: 15px;}

.part-1 .leftBox{
	margin-bottom: 15px;}

.part-1 .list1 li{
	margin-top: 16px;    height: 28px;
}
.part-2{
    position: relative;
    top: -345px;
    left: 0;
    background-color: #fff;
    padding: 30px 10px 10px;
    box-shadow: 0px -16px 15px 0px rgb(0 0 0 / 10%);
    padding-bottom: 15px;
	    height: 400px;
    margin-bottom: 20px;
}

.part-2 .leftBox{
	margin-bottom: 15px;}

.part-2 .list1 li{
	margin-top: 16px;    height: 28px;
}

.list1 li:last-child{
    border-bottom: none;}

.part-1 .list1 .newsTxt::before{
    background: unset;
    width: 6px;
    height: 6px;
    background-color: #e50516;
    border-radius: 50%;
    margin-top: 10px;}

.part-2 .list1 .newsTxt::before{
    background: unset;
    width: 6px;
    height: 6px;
    background-color: #e50516;
    border-radius: 50%;
    margin-top: 10px;}

.mt30{
    margin-top: 20px;}

.flexBox{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 180px;}

.flexBox .linkImg{
    width: 188px;
    height: 160px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);}

.flexBox .linkImg1{
    background: url(../img/h1.png);}

.flexBox .linkImg2{
    background: url(../img/h2.png);}

.flexBox .linkImg3{
    background: url(../img/h3.png);}

.flexBox .linkImg4{
    background: url(../img/h4.png);}
.flexBox .linkImg5{
    background: url(../img/h5.png);}

.flexBox .linkImg1:hover{
    background: url(../img/h1s.png);}

.flexBox .linkImg2:hover{
    background: url(../img/h2s.png);}

.flexBox .linkImg3:hover{
    background: url(../img/h3s.png);}

.flexBox .linkImg4:hover{
    background: url(../img/h4s.png);}
.flexBox .linkImg5:hover{
    background: url(../img/h5s.png);}

.copyRight a{
    color: #000;}

.copyRight a:hover{
    color: #333;}

.listpage .m-title h2{
    color: #333;}

.listpage .m-title{
    background-color: #f5f5f5;
    border: none;
    padding: 10px 5px;}

.conLink{
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;}

.conLink a{
    box-shadow: 0 0 5px rgba(0,0,0,0.1);}

.conLink a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    filter: brightness(1.1);}

.footer a{
    color:#000;}
.footer img {
    margin: 20px auto 0;}
.rightBlock{
	display: none;
	position: absolute;
	top: 50%;
	right: 54px;
	transform: translateY(-50%);
	width: 160px;
	font-size: 14px;
    padding: 10px 10px;
    border: 2px solid #fff;
	background-color: #ad0608;
	color:#fff;}

.rightQr{
	height: 160px;}

.rightSide li .rightQr img{
	width: 100%;}

/* 领导介绍 */
.leaderPage .m-title{
    background-color: #f5f5f5;
    border: none;
    padding: 10px 5px;}
.leaderPage .m-title h2 {
    color: #333;}
.leaderPage .m-title h2::before {
    content: "";
    background: url(../img/icon08.png) center center no-repeat;
    background-size: contain;
    width: 22px;
    height: 26px;
    display: inline-block;
    margin: 0px 10px -5px 0;}
.l-title {
    position: relative;
    margin-top: 70px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 34px;
    color: #000;
    border-bottom: 1px solid #000;}
.l-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    width: 5em;
    height: 4px;
    background: #e50516;}
.leaderIntro .leaderBox {
    position: relative;
    padding: 25px 60px 15px;
    box-sizing: border-box;
    margin: 65px auto;
    width: 857px;
    min-height: 230px;
    border-radius: 15px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;}
.leaderIntro .h160 {
    width: 1200px;
    min-height: 160px;}
.leaderIntro .leaderBox::before{
    box-sizing: content-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    border-bottom:21px solid transparent;
    border-top:21px solid #f5f5f5;
    border-left:21px solid transparent;
    border-right:21px solid transparent;
    display: block;
    content:'';
    z-index: 2;}
.leaderIntro .leaderBox:after{
    box-sizing: content-box;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    border-bottom:22px solid transparent;
    border-top:22px solid #e5e5e5;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
    display: block;
    content:'';
    z-index:1
;}

.leaderIntro .leaderBox .l_name {
    font-size: 23px;
    color: #000;
    text-align: center;}
.leaderIntro .leaderBox .l_post {
    width: 379px;
    height: 42px;
    margin: 23px auto;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    background: #e50516;
    text-align: center;}
.leaderIntro .leaderBox .l_js {
    font-size: 20px;
    color: #000;
    line-height: 1.9em;
    text-align: justify;}
.leaderIntro .leaderBox .l_js::before {
    content: "";
    width: 6px;
    height: 21px;
    background: #e50516;
    display: inline-block;
    margin-right: 10px;
    margin-top: -5px;
    vertical-align: middle;}
.orgMember {
    margin: -25px auto 75px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;}
.orgMember table {
    width: 97%;
    margin: 37px auto;
    text-align: center;
    font-size: 20px;
    color: rgb(0, 0, 0);
    border-color: #e5e5e5;}
.orgMember table.w35 {
    width: 35%;}
.orgMember table.w70 {
    width: 70%;}
.orgMember table tr {
    height: 40px;}
.orgMember table tr:nth-child(odd){
    background: #feeeee;}
.orgMember table tr:nth-child(even){
    background: #fff;}

/* 01.11 */
.nav_ph {
    display: none;}
	
	
.navban	{margin-top: -560px;
    width: 100%;
    height: 150px;
	align:center;
}
	