.zt .zt-list {
    margin-top: 40px;
    text-align: center;
}

.zt .zt-list li {
    overflow: hidden;
    border-radius: 10px;
    width: 18%;
    margin: 0px 10px;
    /*width: 16%;
    margin: 0px 2px; midify by zhangnan 20220906 */
}

.zt .zt-list img {
    display: block;
    transition: all 0.3s;
    width: 100%;
}

.zt .zt-list li:hover img {
    transform: scale(1.1);
}

.zt .zt-list li {
    display: inline-block;
    position: relative;
}

.zt .zt-list li .txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5px 0px;
    line-height: 30px;
    font-size: 18px;
}


/*详情页detail 新增样式*/
.content-container1 {
    display: table;
    width: 100%;
    padding: 0 70px 100px;
}

.content-left {
    display: table-cell;
    vertical-align: top;
    width: 280px;
}

.content-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

@media screen and (max-width: 991px) and (min-width: 0) {
    .content-container1 {
        display: block;
        padding: 30px 0;
    }

    .content-left {
        display: block;
        width: 100%;
    }

    .content-right {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

.content-left-title {
    font-size: 26px;
    font-weight: 500;
    color: rgba(28, 66, 134, 1);
    line-height: 37px;
    padding: 30px 146px 15px 30px;
}

.content-left-body {
    border-top: 3px solid rgba(28, 66, 134, 1);
    background-color: rgba(246, 246, 246, 0.5);
    padding-bottom: 76px;
}

.content-left-body-item {
    font-size: 20px;
    font-weight: 500;
    color: rgba(15, 15, 15, 1);
    line-height: 28px;
    border-left: 4px solid rgba(255, 150, 35, 0);
    padding: 20px 20px 20px 30px;
    transition: all ease 0.5s;
    position: relative;
}

.content-left-body-item:hover, .content-left-body-item——active {
    cursor: pointer;
    background-color: rgb(240, 240, 240);
    border-left: 4px solid rgba(255, 150, 35, 1);
}

.content-left-body-item::before {
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    background-color: rgba(221, 221, 222, 1);
    position: absolute;
    bottom: 0;
}


.content-right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-right-title-left {
    font-size: 26px;
    font-weight: 500;
    color: rgba(28, 66, 134, 1);
    line-height: 37px;
    padding: 30px 30px 15px 30px;
}

.content-right-title-right {

}

.p-paragraph {
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    text-indent: 32px;
    margin-bottom: 25px;
}


/*detail2 新增样式*/
.wrapper {
    margin-top: 55px;
    padding-bottom: 186px;
    background: url(../image/con_3_bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper-table {
    display: table;
    width: 100%;
}

.left_nav_box {
    display: table-cell;
    vertical-align: top;
    width: 220px;
}

.right-con-box {
    display: table-cell;
    vertical-align: top;
    padding-left: 50px;
}

.left_nav_box .left_nav_bg {
    background-color: #f6f6f6;
    padding-bottom: 106px;
}

.left_nav {
    padding-left: 0;
    padding-top: 28px;
    padding-bottom: 14px;
    box-shadow: -36px -8px 0 #B69556;
    background: url(../image/fzbg.png)  no-repeat center bottom;
    background-size: 100% auto;
}

.left_nav li.current {
    position: relative;
    background-color: #fff;
}

.left_nav li {
    margin-bottom: 6px;
    list-style: none;
    height: 52px;
    line-height: 56px;
    transition: all ease 0.5s;
}

.left_nav li.current a {
    color: #B69556;
    background: url(../image/icon-zhinan.png)  no-repeat 26px center;
    background-size: 22px 22px;

}

.left_nav li a {
    padding-left: 60px;
    color: #4d4d4d;
    text-decoration: none;
    font-size:18px;
    font-weight:500;
    color:rgba(15,15,15,1);
    line-height:25px;
}

.left_nav li.current:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    background-color: #fff;
}

.breadcrumb {
    text-align: right;
    padding-bottom: 10px;
}

.breadcrumb li {
    display: inline-block;
}

.inpaper {
    position: relative;
    color: #9f9f9f;
}

.inpaper span {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.breadcrumb li a {
    font-size:14px;
    font-weight:400;
    color:rgba(166,166,166,1);
    line-height:20px;
    text-decoration: none;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.left_nav li:hover {
    position: relative;
    background-color: #fff;
}
/*.left_nav li:hover:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 20px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: -20px;*/
/*    top: 0;*/
/*    background-color: #fff;*/
/*}*/

.inpaper:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #aaaaaa;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.tab-title {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size:38px;
    font-weight:500;
    color:#004E97;
    line-height:53px;
}

.p-paragraph {
    font-weight: 400;
    text-indent: 32px;
    margin-bottom: 25px;
    font-size:16px;
    color:rgba(102,102,102,1);
    line-height:24px;
}

/* add by zhangnan 20220804 */
.list_3{
    width: 48%;
    float: left; 
    list-style: none;
    margin: 1%; 
}

@media only screen and (max-width: 1600px){
    .hdr .con-bot {
        padding-top: 5px !important;
    }
    .header.small .hdr .con-bot {
        padding-top: 0px !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 0) {
    .wrapper {
        padding-bottom: 80px;
    }

    .wrapper-table {
        display: block;
    }

    .left_nav_box {
        display: block;
        width: 100%;
    }

    .right-con-box {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .left_nav_box .left_nav_bg {
        padding-bottom: 20px;
    }

    .breadcrumb {
        display: none;
    }

    .inpaper {
        display: none;
    }

    .tab-title {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .news-item {
        display: block;
    }

    .news-item-right {
        display: none;
    }

    .news-item-left {
        margin-right: 0px !important;
    }
}

.news-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px -3px 34px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 36px 24px;
    border-left: 4px solid rgba(28, 66, 182, 0);
    transition: all ease 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.news-item-active, .news-item:hover {
    border-left: 4px solid #004E97;

}

.news-item-title {
    font-size:24px;
    font-weight:400;
    color:rgba(15,15,15,1);
    line-height:36px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item-content {
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item-left {
    margin-right: 30px;
    max-width: 700px;
}

.news-item-right-sj {
    display: block;
    font-size:14px;
    font-weight:500;
    color:rgba(166,166,166,1);
    line-height:28px;
    /*text-align: right;*/
    width: 115px;
    text-align: center;
}

.news-item-active .news-item-right-sj{
    font-size:20px;
    font-weight:500;
    color:#B69556;
    line-height:28px;
}
.news-item-active .news-item-right-sj {
    font-size: 20px;
    font-weight: 500;
    color: #B69556;
    line-height: 28px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #004E97;
    text-decoration: none;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
}.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
     z-index: 3;
     color: #fff;
     cursor: default;
     background-color: #004E97;
     /*border-color: #004E97;*/
 }
.detail-title{
    padding: 24px 24px 22px 24px;
    font-size:24px;
    font-weight:400;
    color:rgba(15,15,15,1);
    line-height:36px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 45px;
}
.detail-title-leader{
    padding: 24px 24px 22px 24px;
    font-size:24px;
    font-weight:400;
    color:rgba(28, 66, 182, 1);
    line-height:36px;
    border-bottom: 0;
    margin-bottom: 2px;
}
.detail-title-head{
    text-align: center;
    margin-bottom: 20px;
}
.detail-title-statu{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    text-align: center;
}
.detail-title-statu-span{
    margin-right: 30px;
}
.header.small .v1{
    color: #ffffff;
}
/*.header .v1{*/
/*    color: #0F0F0F;*/
/*}*/
/*.header{*/
/*    background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.5) 100%);*/
/*    box-shadow: 0px 10px 10px rgba(255,255,255,0.5);*/
/*}*/
@media only screen and (min-width: 1200px){
    .banner{
        margin-top: 36px;
    }
}
@media only screen and (max-width: 1200px){
    .banner{
        margin-top: 0px;
    }
}
.pic>a>img{
    width: 100%;
    max-width: 1920px;
}
/* .header .logo .logo-img{*/
/*     display: none;*/
/* }*/
/*.header .logo .logo-img2{*/
/*    display: inline-block;*/
/*}*/
/*.header.small .logo .logo-img{*/
/*    display: inline-block;*/
/*}*/
/*.header.small .logo .logo-img2{*/
/*    display: none;*/
/*}*/

/*.left_nav li:hover a{*/
/*    background: url(../image/icon-zhinan.png)  no-repeat 26px center;*/
/*    background-size: 22px 22px;*/
/*}*/
.navi-active{
    color: #004E97!important;
}
.header.small .navi-active{
    color: #E7621D!important;
}
.header .nav>li>a{
    padding-top: 20px;
    padding-bottom: 20px;
}
.header.small .nav>li>a{
    padding-top: 0px;
    padding-bottom: 0px;
}
.hdr .con-bot{
    padding-top: 5px;
}
.m-soBox{
    position: relative;
    top: 16px;
}
.header.small .m-soBox{
    position: relative;
    top: 0px;
}
.v1{
    transition: all ease 0.5s;
}
.right-con-box{
    position: relative;
}
.g-tit-q1{
    width: 302px;
    height: 88px;
    font-size: 32px;
    color: #fff;
    line-height: 88px;
    font-weight: normal;
    text-align: right;
    background-color: #184db0;
    padding: 0 22px;
    position: absolute;
    top: -118px;
    right: 0;
    z-index: 2;
    overflow: hidden;
}
@media only screen and (max-width: 1199px){
    .g-tit-q1{font-size: 24px;height: 50px;line-height: 50px;padding: 0 10px;width: 200px;top: -82px;}
}
@media screen and (max-width: 991px) and (min-width: 0) {
    .right-con-box{margin-top: 20px;}
    .g-tit-q1{position: static;text-align: left;}
}
/*搜索*/
.bdq1{
    background-color: #f6f6f6;
}
.sobox{
    background-color: #e5e5e5;
    padding: 31px 28px 35px;
    margin-top: 26px;
    margin-bottom: 16px;
    overflow: hidden;
}
.sobox .so{
    width: 68.58%;
    position: relative;
    padding-right: 145px;
    overflow: hidden;
}
.sobox .so .inp{
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    border: none;
    padding: 0 12px;
    overflow: hidden;
}
.sobox .so .sub-btn{
    width: 130px;
    height: 35px;
    background-color: #1d42b5;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}
.sobox .so .sub-btn:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.sobox .so .sub-btn .btn{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}
.sobox .so .sub-btn span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
}
.sobox .so .sub-btn span i{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-right: 5px;
}
.g-record{
    position: relative;
    overflow: hidden;
}
.g-record:after{
    content: '';
    height: 4px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.g-record .rr{
    display: block;
    float: right;
    font-size: 12px;
    color: #333;
    line-height: 4.58em;
    margin-left: 10px;
    overflow: hidden;
}
.ul-txt-q1{
    overflow: hidden;
}
.ul-txt-q1 li{
    float: left;
    margin-right: 24px;
    overflow: hidden;
}
.ul-txt-q1 li a{
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 3.06em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 18px 4px;
    position: relative;
    overflow: hidden;
}
.ul-txt-q1 li a:after{
    content: '';
    height: 4px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-txt-q1 li:hover a,.ul-txt-q1 li.on a{
    color: #1b43b5;
}
.ul-txt-q1 li:hover a:after,.ul-txt-q1 li.on a:after{
    background-color: #1b43b5;
}
.pages{
    margin-bottom: 122px;
    overflow: hidden;
}
.pages ul{
    overflow: hidden;
}
.pages li{
    float: left;
    margin: 0 4px;
}
.pages li a{
    display: block;
    width: 28px;
    height: 28px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    text-align: center;
    border: 1px #a9a9a9 solid;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}
.pages li:hover a,.pages li.on a{
    background-color: #1d42b5;
    border-color: #1d42b5;
    color: #fff;
}
.ul-imgtxt-q1{
    margin: 36px 0 2px;
    overflow: hidden;
}
.ul-imgtxt-q1 li{
    margin-bottom: 23px;
    overflow: hidden;
}
.ul-imgtxt-q1 .con{
    display: block;
    overflow: hidden;
}
.ul-imgtxt-q1 .pic{
    float: left;
    width: 134px;
    height: auto;
    margin-right: 18px;
    overflow: hidden;
}
.ul-imgtxt-q1 .pic img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-imgtxt-q1 a:hover .pic img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.ul-imgtxt-q1 .txt{
    overflow: hidden;
}
.ul-imgtxt-q1 .tit{
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    font-weight: normal;
    margin-bottom: 6px;
    -webkit-transition: .3;
    -moz-transition: .3;
    -ms-transition: .3;
    -o-transition: .3;
    transition: .3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-imgtxt-q1 .tit em{
    color: #ec6843;
}
.ul-imgtxt-q1 a:hover .tit{
    color: #1d42b5;
}
.ul-imgtxt-q1 .desc{
    height: 4.29em;
    font-size: 14px;
    color: #999;
    line-height: 1.43em;
    padding-right: 36px;
    overflow: hidden;
}
@media only screen and (max-width: 991px){
    .sobox{padding: 20px;}
    .sobox .so{width: 100%;}
    .ul-txt-q1 li{margin-right: 10px;}
    .ul-imgtxt-q1{margin: 20px 0 0;}
    .ul-imgtxt-q1 li{margin-bottom: 15px;}
    .pages{margin-bottom: 30px;}
}
@media only screen and (max-width: 767px){
    .sobox{padding: 20px 10px;}
    .sobox .so{padding-right: 90px;}
    .sobox .so .sub-btn{width: 80px;}
    .sobox .so .sub-btn span{font-size: 14px;}
    .sobox .so .sub-btn span i{font-size: 16px;}
    .g-record:after{height: 2px;}
    .g-record .rr{float: none;line-height: 1.8em;margin-bottom: 5px;margin-left: 0;}
    .ul-txt-q1 li a{font-size: 16px;padding: 0 10px 2px;line-height: 30px;}
    .ul-txt-q1 li a:after{height: 2px;}
    .ul-imgtxt-q1 .tit{font-size: 16px;}
    .ul-imgtxt-q1 .desc{padding-right: 0;}
    .pages{text-align: center;font-size: 0;}
    .pages ul{display: inline-block;vertical-align: middle;}

    .list_3{width: 100%;}
}
@media only screen and (max-width: 479px){
    .ul-imgtxt-q1 .pic{float: none;margin: 0 auto 10px;}
}

.news-item{
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.news-item-status{
	margin-top: 16px;
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
}
.news-item-status-text{
	margin-right: 30px;
	margin-left: 5px;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid #ddd;
	margin-right: 8px;
	border-radius: 3px;
	color:rgba(102,102,102,1);
}
.pagination{
	margin-top: 0px;
}

 .list_2{
width: 48%; 
float: left; 
list-style: none;
margin: 1%; 
height: 230px;
}
