/*次级页面二级菜单*/
@charset "utf-8";

*{box-sizing:border-box;margin:0;padding:0;  font-family:  "Microsoft YaHei",-apple-system, BlinkMacSystemFont, "PingFang SC", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body{margin:0;position: relative;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;line-height:1.2em;font-weight:normal;}
ol,ul{list-style:none}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{color:#222;background-color:transparent;-webkit-tap-highlight-color:transparent;text-decoration: none;}
a:active,a:hover{outline:0;text-decoration:none}
a:hover{color:#174cc0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{color:#000;background:#ff0}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{display:block;padding:0;border:none;-ms-interpolation-mode:bicubic;max-width:100%;max-height:100%}
address,cite,dfn,em,var,i{font-style: normal;}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{height:1px;background:#ddd; -webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
:focus{outline:0}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border: none}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
input{line-height:normal;-webkit-appearance:none}
input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}
legend{padding:0;border:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0}
@media print{
*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
a[href^="#"]:after,a[href^="javascript:"]:after{content:""}
blockquote,pre{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
img,tr{page-break-inside:avoid}
img{max-width:100%!important}
h2,h3,p{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
}




::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
/*::selection{background:#0662d4;color:#fff}
::-moz-selection{background:#0662d4;color:#fff}
::-webkit-selection{background:#0662d4;color:#fff}
*/

img{max-width:100%;max-height:none}
.clear{clear:both;}
.ny_left_top {
    height: 85px;
    width: 280px;
    color: #FFF;
    background:rgb(18 149 216);
	background-size:100% 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
    z-index: 1; position:absolute; bottom:0; left:50%; margin-left:-650px;
}
.ny_left_top2{display:none}
.sidenav {
    overflow: hidden;
    display: block;
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    outline: none;
   /* -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
    font-size: 16px;
}

.accordion .nav-link a {
    display: block;
    color: #333333;
}

.accordion .nav-link:hover {
    color: #0662d4 !important;
    background:url(../images/icon1.png) no-repeat 85% 30px #fff;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #0662d4 !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #0662d4 !important;
    background:url(../images/icon1.png) no-repeat 85% 30px #fff;
    font-size: 16px;
}

.accordion .nav-link.hover a {
    color: #0662d4 !important;
    font-size: 16px;
}

.currentnav {
    background: #014e7d !important;
    color: #fff !important;
}

.nav-link1 {
    width: 40px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3px;
}

.accordion li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.accordion li:last-child .nav-link {
    font-size: 16px;
}

.accordion li i {
    display: block;
    width: 20px;
    height: 30px;

    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open .nav-link {
    color: #0662d4 !important;
    background:url(../images/icon1.png) no-repeat 210px 15px #fff;
    font-size: 16px;
}

.accordion li.open .nav-link a {
    color: #fff !important;
    font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidemenu {
    display: none;
    font-size: 14px !important;
    background: #f6f6f6;
    border-top: none;
    padding: 10px 0;
}

.sidemenu li {
    background: #f6f6f6;
    font-size: 14px !important;
    border-bottom: none;
}

.sidemenu a {
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    padding: 8px 8px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidemenu a.on {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

.sidemenu a:hover {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

/*content*/
.ban {
    text-align: center; height:450px; overflow:hidden; position:relative;
}

.ban img {
    display: block;
    width: 100%
}

.ny {
    width: 1300px; position:relative;
    margin: 0px auto;
    padding: 0 0;
}

.ny_left {
    float: left;
    width: 280px; background:#f9f9f9;
}

.ny_right {
    float: right;
    background: #fff;
    width: 74%;
    padding: 2% 2% 2% 2%;
}

.ny_right1 {
    background: #fff;
    width: 92%;
    margin: 0 auto;
    padding: 2% 4%
}

.ny_right_con {
    line-height: 34px !important;
    padding-top: 10px;
    min-height: 500px;
}

.ny_right_top {
    border-bottom: 1px solid #e7e7e7;
}

.nytit {

    line-height: 30px;
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    float: right;
    font-size: 14px;
}

.nytit a {
    padding-right: 7px;
}

.nytit1 {
    height: 70px;
    line-height: 70px;
    float: left;
    overflow: hidden;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}
#vsb_content p{text-indent:2em; color:#666666; margin-bottom:20px;}
/*信息列表开始*/
.Newslist {
}

.Newslist>ul li {   
    line-height: 54px;
    border-bottom: 1px dashed #dcdcdc;

    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap; padding:30px 0;
}

.Newslist ul li .time {
    float: left;
    padding-right: 10px; border-right:1px solid #eeeeee; height: 54px;
    color:#2265b7; margin-right:30px;
}

.Newslist ul li .time h2{font-size:34px; float:left; margin-right:10px;}
.Newslist ul li .time  h5{font-size:20px; float:right; background:url(../images/icon2.png) no-repeat 0px 20px; text-indent:20px; line-height:40px;}
.Newslist ul li .time p{color:#a9bcdd; font-size:16px; clear:both; line-height:20px;}
.Newslist ul li a{float:left; line-height:54px;font-size:16px;}
.Newslist ul li .time2 {
    float: left;  height: 70px; width:66px; 
    color:#2265b7; margin-right:30px; background:#fff; border:1px solid #0055a6;
}
.Newslist ul li .time2 .yue{background:#0055a6;padding:0 5px; color:#fff; height:35px;}
.Newslist ul li .time2 .yue h2{font-size:18px; float:left; line-height:35px; font-style:italic; margin-right:5px;}
.Newslist ul li .time2 .yue h5{font-size:16px; float:right; line-height:35px;}
.Newslist ul li .time2 p{color:#a9bcdd; font-size:16px; clear:both; line-height:35px; text-align:center}
.Newslist ul li a{float:left;line-height:54px;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sjdh {
    display: none;
}

.fytpc {
    margin-top: 15px;
}

.m-list3 {

}

.m-list3 li {
    overflow: hidden;
    padding: 10px 0 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.m-list3 .pic3 {
    float: left;
    overflow: hidden;
    width: 350px;
    height: 220px;
    position: relative;
}

.m-list3 .pic3 img {
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    z-index: 1;
}

.m-list3 .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
    overflow: hidden; float:left; width:60%;
    padding-left: 20px;
}
.m-list3 .txt44 .time{background:url(../images/icon3.png) no-repeat left; padding-left:30px; line-height:30px;}
.m-list3 .tit44 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
	margin:10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list3 .tit44 a {
    color: #000;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.m-list3 .tit44 a:hover {
    color: #0051b6; font-weight:bold;
}

.m-list3 .txt44 p {
    height: 48px;

    font-size: 14px;
    line-height: 24px;
    color: #999999;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-list3 .info {
    padding: 5px 0;

    line-height: 25px;
}

.m-list3 .info .time1 {
    padding-left: 24px;
    font-size: 12px;
    color: #999;

}
.m-list3 .more{background:#fff; border:1px solid #c2d5ee; width:160px; height:40px; line-height:40px; color:#0051b6; text-align:center; margin-top:10px;}
.m-list3 .more:hover a{background:#0051b6; color:#fff; display:block}
.sz {
    width: 100%;
}

.sz li {
    overflow: hidden;
    margin: 2%;
    float: left;
    width: 46%; height:320px;
}

.sz ul li .img33 {
    width: 100%;
    height: 0;
    height:280px;
    overflow: hidden;
	display:block;
}

.sz ul li .img33 img {
    width: 100%;
height:100%;
}

.sz ul li p {
    line-height: 35px;
    text-align: center;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
}

/*图片列表开始*/
.pic {
    width: 100%;
}

.pic ul li {
    float: left;
    width: 30%;
    display: block;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    background: #f7f7f7;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 20px;
}

.pic ul li .img3 {
    width: 100%;
    min-width: 100%;
    display: block;
    height: 0;
    padding-bottom: 60.394%;
    overflow: hidden;
}

.pic ul li p {
    line-height: 45px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

/*详细页*/
.content table {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.content-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #222;
    padding-bottom: 5px;
}

.content-title i {
    TEXT-ALIGN: center;
    MARGIN: 0 auto;
    HEIGHT: 32px;
    display: block;
    line-height: 32px;
    font-style: normal;
}

.content-con {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0;
}

.content-con p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;
}

.content-con img {
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    display: block;
}

.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.ssjg {
    padding: 0 10px;
}

.ssjg ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;

    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssjg ul li i {
    float: right;
    padding-left: 10px;
    color: #999999;
}

/*zt_box*/
/*zt_box*/
.zhuantibox {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    margin: 50px auto 30px auto;
}

.zt_box {
    width: 1300px;
    padding: 0 0;
    margin: 0 auto;
    height: auto;
}

.zt_box .slick-slider {
    margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

}

.zt_box .ztimg {
    float: left
}

.zt_box .slick-list {
    width: 1300px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.zt_box .slick-slider .slick-track,
.zt_box .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.zt_box .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zt_box .slick-track:before,
.zt_box .slick-track:after {
    display: table;
    content: '';
}

.zt_box .slick-track:after {
    clear: both;
}

.zt_box .slick-loading .slick-track {
    visibility: hidden;
}

.zt_box .slick-slide {
    width: 100%;
    display: none;
    float: left;
    min-height: 1px;
    padding: 0 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.zt_box .slick-slide a {
    display: block;
    height: 100px;
    width: 405px;
    margin: 0 auto;

    overflow: hidden
}

.zt_box .slick-slide img {
    display: block;
    margin: 0 auto;
    height: 100px;
    width: 405px;
}

.zt_box .slick-slide.slick-loading img {
    display: none;
}

.zt_box .slick-initialized .slick-slide {
    display: block;
}

.zt_box .slick-loading .slick-slide {
    visibility: hidden;
}

.zt_box .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.zt_box .slick-arrow.slick-hidden {
    display: none;
}

.zt_box .slick-prev, .zt_box .slick-next {
    display: block;
    width: 50px;
    height: 50px;
    top: 24%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999;
    opacity: 0.5;
}

.zt_box .slick-prev:hover, .zt_box .slick-next:hover {
    opacity: 1;
    transition: all 0.6s;
}

.zt_box .slick-prev {
    position: absolute;
    left: -50px;
  
}

.zt_box .slick-next {
    position: absolute;
    right: -50px;

}
.i_xndh {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden
}

.xndh_box {
    width: 98%;
    margin: 0 auto 2% auto;
    height: auto;
    overflow: hidden;
}

.xndh_box h1 {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.xd_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1% 0
}

.xd_list ul {
}

.xd_list li {
    float: left;
    PADDING: 0 40PX;
    height: 50px;
    line-height: 50px;
    text-align: center;
    MIN-WIDTH: 13%;
}

.xd_list li a {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 24px;
}

.xdstyle1 {
    border: #014e7d 1px solid;
}

.xdstyle1 h1 {
    background: #014e7d
}

.xdstyle2 {
    border: #666699 1px solid;
}

.xdstyle2 h1 {
    background: #666699
}

.xdstyle3 {
    border: #cb7a16 1px solid;
}

.xdstyle3 h1 {
    background: #cb7a16
}
.jg_title h2 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #014e7d;
    color: #014e7d;
    font-size: 24px;
    text-align: left;
   
    padding: 0 0 0 20px
}

.ijgsz ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.ijgsz ul li {
    float: left;
    height: 80px;
    line-height: 80px; text-align:center;
    font-size: 16px;   
    width: 28%;
    margin: 0 8% 40px 0;
}
.ijgsz ul li a.dz{line-height:25px; padding:15px 0;}
.ijgsz ul li a {
    overflow: hidden; padding: 0 3%;
    display: block;
    background:#f2f6fa; border-bottom:3px solid #3580dc;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ijgsz ul li a:hover {
    color: #014e7d
}

.ijgsz ul li:nth-child(3n){
    margin-right:0;
}
/*
.ijgsz ul li:nth-child(4n+1), .ijgsz ul li:nth-child(4n+2) {
    background: none;
}*/

/*jg_info*/
.jg_info {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.jg_info_jbxx {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jg_info_ld {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.jg_info_ld ul {
    width: 70%;
    float: left
}

.jg_info_ld li {
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}

.jg_info_ld li span {
    display: block;
    width: 33.33%;
    float: left
}

.jg_info_ld .go_link {
    font-size: 18px;
    font-weight: bold;
    color: #bb2d38;
    display: block;
    float: right;
    margin: 5% auto 0 0
}

.jg_info_about {
    padding: 20px 0;
}

.jg_info_about p {
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    text-indent: 2em
}


/*20200706*/
.lead_list {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 25px auto
}

.lead_list ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.lead_list li {
    width: 38%; margin:30px 2% 30px 0; float:left;
    overflow: hidden;   
}
.lead_list li:nth-child(2n){
   float:right;
   margin-right:0;
}
.lead_list li h5{background:#2265b7; float:left; width:200px; height:56px; margin-right:15px; color:#fff; line-height:56px; text-align:center; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif}
.lead_list li h2{float:left; font-size:22px; color:#666; line-height:56px;}
.lead_list li p{clear:both; padding-top:10px; font-size:14px; line-height:24px;}
.lead_list hr{border:0px solid #fff; border-bottom: #e5e5e5 1px solid; background:none; clear:both}
.lead_list li:hover {
    background: url() right center no-repeat #fcfcfc
}

.lead_list li:hover span {
    color: #014e7d
}

.lead_list li:hover i {
    color: #014e7d
}

.lead_list li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lead_list li span {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    display: block;
    float: left;
    width: 140px;
    text-align: center
}

.lead_list li i {
    font-style: normal;
    font-size: 20px;
    color: #666666;
    display: block;
    float: left;
    text-align: left
}


/*----------------------------------------------------------------------------*/
/*news_box*/
.i_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0 auto 15px auto
}

.i_title h1 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-weight: normal;
    position: absolute;
    left: 0;
    padding: 0 0 0 25px;

}

.i_title h1 i {
    font-size: 16px;
    color: #9c9c9c;
    font-style: normal;
    padding: 0 0 0 10px
}

.i_title .i_more {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #333333;
    float: right;
    margin: 10px 5px 0 0;
    transition: all 0.6s;
    border: #a1a1a1 1px solid;
    width: 28px;
    height: 28px;
    line-height: 24px;
}

.i_title .i_more:hover {
    color: #0182c6;
    border: #0182c6 1px solid;
    margin: 10px 5px 0 0;
    transition: all 0.6s;
}

.i_title .i_more2 {
    font-size: 15px;
    color: #9c9c9c;
    float: right;
    margin-right: 0;
    transition: all 0.6s;
}

.i_title .i_more2 i {
    font-size: 16px;
    color: #0182c6;
    font-style: normal;
}

.i_title .i_more2:hover {
    color: #0182c6;
    margin-right: 0;
    transition: all 0.6s;
}

.i_title .i_more3 {
    font-size: 16px;
    color: #0182c6;
    font-weight: bold;
    float: right;
    width: 112px;
    height: 45px;
    padding-left: 5px;
    margin-right: 5px;
    transition: all 0.6s;
    
}

.i_title .i_more3:hover {
    color: #0182c6;
    margin-right: 0;
    


}
@media screen  and (max-width: 1300px) {
	 .ny {
        width: auto;
        padding: 20px 15px;
    }
	.ban{height:auto}
	.ny_left_top{display:none}
	.ny_left_top2{display:block;height: 85px;
    width: 100%;
    color: #FFF;
    background:rgba(0,81,182,0.9);
	background-size:100% 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 85px;
    z-index: 1;}
	.ny_left{width: 28%;}
	.ny_right{width:70%;}
	.m-list3 .pic3{width:40%;}
	.m-list3 .txt44{width:58%;}
}
@media screen  and (max-width: 1050px) {
   

    .w1360 {
        width: 100%
    }

    .zt_box {
        width: 100%
    }


    .zt_box .slick-list {
        width: 100%
    }

    .zt_box .slick-prev {
        left: 2%;
        z-index: 999
    }

    .zt_box .slick-next {
        right: 2%;
        z-index: 999
    }
	.sz ul li .img33{height:180px}

   

    .ny {
        width: auto;
        padding: 20px 15px;
    }

    .ny_left_top {
        text-indent: 0;
        text-align: center;
    }
    .sz li{height:auto}

    .dpzw img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .content-leader2 {
        padding-top: 10px;
        font-size: 15px;
    }

    .Newslist ul li a {
        width: 78%;
    }

}

@media screen and (max-width: 768px) {
     .Newslist ul li a {
        width: 100%;
    }


    .itzbox_left, .itzbox_center {
        width: 96%;
        float: none;
        margin: 0 auto 30px auto;
        height: auto;
        overflow: hidden
    }
	.sz ul li{width:46%;}
	.sz ul li .img33{height:160px}
    .iqt_left, .iqt_right {
        width: 96%;
        float: none;
        margin: 0 auto 30px auto;
        height: auto;
        overflow: hidden
    }

    .pic_list .txt44 {
        overflow: hidden;
        padding-left: 0;
        width: 100%;
    }

    .pic_list .pic3 {
        margin: 0 auto;
        float: none;
        background: none;
    }

    .pic_list .tit44 {
        text-align: center;
        line-height: 50px
    }

    /*8-11*/
    .i_title h1 {
        font-size: 20px;
        padding: 0 20px;
        color: #004d7d;
    }

    .footer .footer_right {
        padding: 0 1% 0 0;
    }

    .rwm01 {
        left: 2%
    }

    .rwm02 {
        left: 26%
    }

    .rwm03 {
        left: 50%;
        bottom: 0
    }

    .rwm04 {
        left: 76%;
        bottom: 0
    }

    .news_xy {
        width: 96%;
        float: none;
        margin: 0 auto;
        overflow: hidden
    }

    .date_list li {
        width: 100%;
        float: left;
        padding: 0 0 20px 0
    }

    .date_list li a {
        width: 70%
    }

    .itzbox {
        padding: 20px 2% 20px 2%;
        margin: 0 auto 20px auto;
    }

    .i_title {
        margin: 0 auto 0 auto;
    }

    .xw_list .xw_txt h1 {
        font-size: 16px;
    }

    .xw_list .xw_date span {
        font-size: 24px;
    }

    .xw_list .xw_date {
        font-size: 13px
    }

    .itzbox_right li {
        margin: -10px auto 20px auto;
    }

    .fast_list li span {
        font-size: 15px
    }

    .fast_list li {
        margin: 2px auto 10px auto !important;
    }

    .picnews {
        width: 100%;
        margin: 0 auto;
        float: none
    }

    .picnews .bd img {
        width: 100%;
    }

    .news_list {
        width: 100%;
        margin: 15px auto;
        float: none
    }

    .news_tz {
        width: 96%;
        margin: 0 auto;
        float: none;
    }

    .lead_list {
        width: 100%
    }

    .zhuantibox {
        padding: 10px;
        margin: 10px auto 10px auto;
    }

    .zt_box .slick-slide a {
        width: 96%;
        height: 75px
    }

    .zt_box .slick-slide img {
        width: 96%;
        height: 75px
    }

    .fast_list li {
        width: 22.5%;
        margin: 2px auto;
    }

    .lead_list li {
        height: 50px;
        line-height: 50px;
    }

    .lead_list li span {
        font-size: 18px;
        width: 80px
    }

    .lead_list li i {
        font-size: 16px
    }

    .jg_info_ld ul {
        width: 100%;
    }

    .jg_info_ld ul li {
        width: 100%
    }

    .jg_info_ld ul span {
        width: 100%;
        font-size: 18px;
    }

    .jg_info_ld .go_link {
        width: 100%;
        margin: 2% 0 0 0;
        font-size: 24px
    }

    .ijgsz {
        padding-top: 2rem
    }

    .ijgsz ul li {
        float: none;
        width: 94%;
    }

    
    .w1360 {
        width: 100%
    }


    .zt_box {
        width: 96%;
        margin: 25px auto;
    }

    .zt_box .slick-list {
        width: 100%;
        margin: 0 auto
    }

    .zt_box .slick-prev {
        left: 0;
        z-index: 999
    }

    .zt_box .slick-next {
        right: 0;
        z-index: 999
    }

    .ibanner .slick-prev, .ibanner .slick-next {
        width: 10%;
        top: 30%;
        background-size: 50%;
    }

    .ibanner .slick-dots {
        bottom: 10px;
        right: 0
    }

    .ibanner .slick-dots li, .ibanner .slick-dots .slick-active {
        height: 5px;
        width: 20px;
        font-size: 0;
    }

    .ibanner .slick-dots li button {
        font-size: 0;
    }

    .mobile_search input.notxt {
        width: 80% !important;
    }
    .news {
        left: 0;
        width: 95%;
        margin: 15px auto 0 auto;
        position: inherit;
    }

    .pic_news ul li {
        width: 100%;
        margin: 0;
        border: 0;
    }

    .pic_news ul li .title h2 {
        background: #eee;
    }

    .list {
        height: 465px;
    }

    .list ul li {

        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 15px;
        float: none;
        border: 0;
    }

    .list ul li .rq {
        width: 11%;
    }

    .list ul li .zw {
        width: 87%;
    }

    .list ul li .zw h1 {
        height: 30px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .list ul li:hover {
        border: 0 solid #e6bfc1;
        background: #fff;
    }

    .tit1 {
        margin-bottom: 30px;
    }
.ban{position:relative; height:auto;}
    .ny {
        min-height: 300px;
        padding: 0; margin:0;
    }

    .nytit1 {
        color: #333;
        font-size: 14px;
        text-align: left;
        position: inherit;
        line-height: 25px;
        height: 25px;
        padding: 7px 0;
        margin-bottom: 0;
    }

    .nytit a {
        color: #333;
    }

    .content-leader .table {
        float: none;
        width: 100%;
        border: 1px solid #e5e5e5;
    }

    .content-leader .table_right {
        float: none;
        width: 100%;
        border: 1px solid #e5e5e5;
        margin-top: 30px;
    }

    .content-leader2 table {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .content-leader2 table:nth-child(2n) {
        float: none;
    }

    .content-leader2 table > tbody > tr > td {
        width: 48%;
    }

    .column_1 {
        width: 100%;
        float: none;
        position: inherit;
        margin: 0 0 30px 0;
    }

    /*2020-7-14*/
    .ny_left {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: none;
    }

    .sidenav {
        background: #dadada;
    }

    .accordion li {
        width: 25%;
        float: left;
        border-bottom: none;
    }

    .accordion .nav-link {
        padding-left: 0;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
.accordion .nav-link.hover{
background:url(../images/icon1-1.png) no-repeat 100% 15px #fff;}
    .ny_left_top {
        display: none;
    }

    .nytit1 {
        display: none;
    }

    .nytit {
        float: none;
    }

    .nytit a {
        padding-right: 0;
    }

    .ny_right {
        width: 100%;
        padding: 0 5% 5% 5%;
        float: none;
    }

    .ny_right1 {
        width: 100%;
        padding: 0;
    }

    .sjdh li {
        width: 48% !important;
        float: left;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 2%;
        overflow: hidden;
    }

    .sjdh li a {
        height: 40px;
        line-height: 40px;
        background: #eee;
        display: block;
    }

    .sjdh li:nth-child(2n) {
        float: right;
    }

    .sjdh ul li a:hover {
        background: #8f000b;
        color: #fff;
    }

    .sjdh ul li a.hover {
        background: #8f000b;
        color: #fff;
    }

    .content {
        width: 90%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .content-title h3 {
        font-size: 20px;
        line-height: 30px
    }

    .content-title {
        width: 100%;
    }

    .content-con {
        width: 100%;
    }

    .lyys ul li {
        width: 29%;
        margin: 2%;
    }

    .vsbcontent_video video {
        width: 100%;
    }

    .vsbcontent_video {
        text-indent: 0 !important;
    }

    .i_xndh {
        margin: 20px auto 0 auto
    }

    .xd_list {
        padding: 7% 0 0 0;
    }

    .xd_list li {
        width: 42%;
        line-height: 40px;
        height: 40px;
        padding: 0 4%;
        text-align: left;
    }

    .xd_list li a {
        font-size: 14px;
    }
}

@media screen  and (max-width: 640px) {
    .i_list li a {
        width: 60%
    }

    .iqt_left, .iqt_right {
        margin: 0 auto 15px auto;
    }

    .fast_list li img {
        width: 40px;
        height: 40px
    }

    .jcnews_left {
        width: 98%;
        margin: 0 auto;
        float: none;
        height: 300px
    }

    .jcnews_pic {
        width: 100%;
        height: 300px
    }

    .jcnews_pic .slick-slide img {
        width: 100%;
        height: 300px
    }

    .news_right {
        width: 98%;
        margin: 20px auto;
        float: none
    }

    .xw_list {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }

    .xw_list .xw_date {
        width: 16%
    }

    .xw_list .xw_txt {
        width: 80%
    }


    .dpzw table {
        width: 98% !important;
        margin: 0 auto;
    }

    html {
        border-top: #005e5d 0 solid;
    }

    .m-list3 .txt44 {
        padding-left: 0;
    }

    .topzz {
        display: none
    }

    .content-con img {
        width: 90%;
        margin: 0 auto;
        height: auto;
    }

    .w1360 {
        width: 100%
    }

    .end_links {
        height: auto;
        overflow: hidden;
        line-height: 30px;
        padding: 5px 0
    }

    .end_links li {
        width: 25%;
        float: left;
        text-align: center;
        height: 30px;
        line-height: 30px;
        display: block !important;
        color: #eeeeee
    }

    
    .end_links a {
        padding: 0;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }


    .rwm01 {
        bottom: 0
    }

    .rwm02 {
        bottom: 0
    }

    .end_links {
        width: 100%
    }

    .focus .bigpic .rdwz h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .ny_right_top {
        font-size: 20px;
    }

    .ny_right_top1 {
        font-size: 20px;
        height: 40px;
    }

    .m-list3 .pic3 {
        display: none;
    }

    .inputk {
        width: 45%;
    }

    .inputk2 {
        width: 65%;
    }

    .zp h2 {
        font-size: 20px;
        height: 40px;
    }


    .xjxy_tt {
    }

    .xjxy_tt table {
        width: 100% !important;
        height: auto;
    }

    .xjxy_tt td {
        width: 100% !important;
        height: auto;
    }

    .xjxy_tt tr {
        width: 100% !important;;
        height: auto;
    }

    #thumbimgcontentu10 {
        display: none;
    }

    .pagepic_firstpagepic_1 {
        display: none;
    }

    .pagepic_nextpagepic_1 {
        display: none;
    }

    .pagepic_imgcontentstyle_1 img {
        width: 100%;
        height: auto;
    }

    .agepic_desccontent_1 {
        display: none;
    }

    .pagepic_desccontent_1 {
        display: none;
    }

    .pagepic_smalltable_1 {
        height: auto !important;
        border: none !important
    }

    .pagepic_imgcontentstyle_1 {
        height: auto !important
    }

    .pagepic_smalltable_1 {
        display: none;
    }

    .pagepic_newdesc_1 {
        text-align: center;
    }

    .pagepic_borstyle_1 {
        border: none !important
    }

}

@media screen  and (max-width: 639px) {
    .list {
        height: 505px;
    }

    .list ul li {

        padding-bottom: 30px;
    }

    .list ul li .rq {
        width: 17%;
    }

    .list ul li .zw {
        width: 80%;
    }

}

/*手机端导航*/

.mobile-inner-nav {
    background-color: #eef8ff;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
    z-index: 1111111;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    border-bottom: solid 1px #d3d3d3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {
    color: #014e7d;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #a17673;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 88%;
    color: #333;
    background: none;
    border: none;
    height: 35px;
    line-height: 35px;
    outline: medium none;
}

.mobile_search input.notxt1 {
    width: 55px;
    right: auto;
    left: 0;
    float: left;
    height: 30px;

    border: none;
    outline: medium none;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    border-bottom: solid 1px #d3d3d3;
    padding: 6px 0;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
}

.mobile {
    margin-top: 20px;
}
