/***********全局重置CSS*****************/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {margin: 0;}
p {margin: 0;}
ul, ol, li {padding-left: 0;list-style-type: none;}
/***消除img默认边框*****/
img {border: 0;display: block;}
a {text-decoration: none;color: inherit;}
a:hover{color: #1f57ae;}
/*细线表格*/
table {border-collapse: collapse;}
em {font-style: normal;}
/***默认让所有浏览器出现右边滚动条****/
html {overflow-y: scroll;font-size: 16px;}
/***默认清除浮动****/
body {font-family: "微软雅黑", "sans-serif", "Arial";}
.conter{max-width: 1350px;margin: 0 auto;}

.m_menu{position: fixed;width: 100%;height: 100%;left: 100%;top: 0;background: #fff;transition: 1s all cubic-bezier(0.77,0,0.175,1);-webkit-transition: 1s all cubic-bezier(0.77,0,0.175,1);z-index: 20;padding-top: 8em;padding-left: 2em;overflow-y: auto;box-sizing: border-box;}
.m_menu>ul{font-size: 1.5em;}
.m_menu>ul a{padding: 0.8em 0;display: inline-block;}
.m_menu>ul>li ul{display: none;font-size: 0.9em;padding-left: 1.5em;}
.m_menu>ul>li ul.show{display: block;}
.m_menu .close-btn{position: absolute;top: 1em;right: 1em;width: 2.5em;}
.m_menu .close-btn img{width: 100%;}

.tis{display: flex;}
.tis span{display: flex;align-items: center;}

.list li{padding: 0.625em 0;padding-left: 1.3em !important;display: flex;align-items: center;justify-content: space-between;position: relative;}
.list li:before{content: '';position: absolute;background: url("../images/ykt20230825_17.png") center center no-repeat;background-size: 100% auto;width: 0.5625em;height: 0.5625em;left: 0.25em;}
.list li a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list li span{color: #9a9a9a;white-space: nowrap;}

.cont_title{display: flex;justify-content: space-between;align-items: center;}
.cont_title span{font-size: 1.125em;line-height: 2.6667;padding: 0 1.5em;display: inline-block;cursor: pointer;}
.cont_title .more{margin-right: 1.25em;}
.cont_title .more a{font-size: 0.75em;}

.header{background: url("../images/ykt20230825_30.jpg") center bottom no-repeat;background-size: 1920px auto;height: 300px;}
.header .top{padding-top: 1.125em;display: flex;justify-content: space-between;margin: 0 4.625em 5.625em;}
.header .logo{width: 27.1852%;}
.header .logo img{width: 100%;}
.header .top_menu{color: #fff;display: flex;flex-direction: column;align-items: flex-end;width: 50%;}
.header .top_menu ul{display: flex;align-items: flex-start;}
.header .top_menu .xgyd{margin-bottom: 0.8333em;}
.header .top_menu .xgyd li{font-size: 0.75em;margin: 0 1.5em;}
.header .top_menu .menu .sub{flex-direction: column;position: absolute;top: 100%;left: 0;width: 100%;background: #fff;z-index: 10;}
.header .top_menu .menu .sub li{width: 100%;}
.header .top_menu .menu .sub li a{color: #333;position: relative;z-index: 15;}
.header .top_menu .menu .sub li a:hover{color: #1f57ae;}
.header .top_menu .menu>li{position: relative;border-radius: 4px;overflow: hidden;}
.header .top_menu .menu>li.hover .sub{position: relative;}
.header .top_menu .menu>li.hover>a{color: #fff;}
.header .top_menu .menu>li.hover:after{content: '';position: absolute;width: 100%;height: 100%;background: linear-gradient(0deg,#008a25,#00ab69);top: 0;left: 0;z-index: 1;}
.header .top_menu .menu li a{z-index: 5;position: relative;padding: 0.3888em 0;width: 6em;min-width: 4em;display: inline-block;font-size: 1.125em;text-align: center;box-sizing: border-box;}
.header .top_menu .menu li.index a{width: 100%;}
.header .top_menu .app_menu{display: none;width: 45%;position: relative;z-index: 5;border-radius: 50px;overflow: hidden;padding: 0.6em 0;}
.header .top_menu .app_menu img{width: 20%;position: relative;z-index: 5;}
.header .top_menu .app_menu:after{content: '';position: absolute;width: 100%;height: 100%;z-index: 1;/*background: linear-gradient(0deg,#008a25,#00ab69);*/left: 0;top: 0;}
.header .top_title{display: flex;flex-direction: column;align-items: center;}
.header .top_title .title{width: 40.5185%;margin-bottom: 1.25em;}
.header .top_title .title img{width: 100%;}
.header .top_title form{width: 42%;display: flex;align-items: center;justify-content: space-between;}
.header .top_title form .search-box{width: 81.3051%;display: flex;align-items: center;position: relative;background: #fff;padding-right: 7.9365%;box-sizing: border-box;border-radius: 8px;}
.header .top_title form input{width: 100%;border: 0;padding: 0;background: none;outline: none;text-indent: 2em;font-size: 1em;line-height: 2.75;}
.header .top_title form input::placeholder{font-size: 1em;color: #666666;}
.header .top_title form .btn{background: url("../images/ykt20230825_3.png") center center no-repeat;background-size: 100% auto;position: absolute;width: 1.5625em;height: 1.5625em;right: calc(9.7613% - 1.5625em);cursor: pointer;}
.header .top_title form button{width: 16.9312%;cursor: pointer;padding: 0;border: 0;font-size: 1em;line-height: 2.75;background: none;border-radius: 8px;overflow: hidden;position: relative;}
.header .top_title form button:after{content: '';position: absolute;width: 100%;height: 100%;background: linear-gradient(0deg,#008a25,#00ab69);left: 0;top: 0;z-index: 1;}
.header .top_title form button span{z-index: 5;position: relative;color: #fff;}

.tshd{background: #f1f5ff;padding: 1.25em 0;}
.tshd ul{display: flex;justify-content: space-between;}
.tshd li{width: 11.7777%;border-radius: 8px;overflow: hidden;}
.tshd li a{width: 100%;padding: 1.5em 0;display: flex;justify-content: center;align-items: center;}
.tshd li a:hover{opacity: 0.6;transform: scale(1.2);transition: all 0.5s;}
.tshd li a span{font-size: 1.25em;color: #fff;font-weight: bold;position: relative;line-height: 1;padding-bottom: 0.5em;}
.tshd li a span:after{content: '';position: absolute;width: 94.5%;border-bottom: 1px solid #fff;box-sizing: border-box;height: 1px;top: 100%;left: 2.75%;}
.tshd li.bg0 a{background: #1f57ae;}
.tshd li.bg1 a{background: #4a7dce;}
.tshd li.bg2 a{background: #019cdc;}
.tshd li.bg3 a{background: #00cba8;}
.tshd li.bg4 a{background: #00cba8;}
.tshd li.bg5 a{background: #019cdc;}
.tshd li.bg6 a{background: #4a7dce;}
.tshd li.bg7 a{background: #1f57ae;}

.xwdt{margin-top: 1.875em;padding-bottom: 1.25em;}
.xwdt .conter{display: flex;justify-content: space-between;}
.xwdt .left_cont{width: 67.1851%;}
.xwdt .left_cont .cont_title{background: #1f57ae;color: #fff;margin-bottom: 1.25em;}
.xwdt .left_cont .cont_title span.hover{background: #fff;color: #1f57ae;font-weight: bold;position: relative;}
.xwdt .left_cont .cont_title span.hover:after{content: '';position: absolute;width: 100%;height: 0.1667em;bottom: 100%;left: 0;background: #1f57ae;}
.xwdt .left_cont .cont_title .more{color: #ced5e8;}
.xwdt .left_cont .list1{display: flex;justify-content: space-between;margin-bottom: 0.625em;}
.xwdt .left_cont .list1 li{width: 23.3737%;}
.xwdt .left_cont .list1 li img{width: 100%;}
.xwdt .left_cont .list1 li .text{background: #f4f4f4;box-sizing: border-box;padding: 0.625em;font-size: 0.9375em;}
.xwdt .left_cont .list1 li .text span{color: #4a7dce;font-size: 0.9333em;}
.xwdt .left_cont .list{margin-left: 0.375em;}
.xwdt .right_cont{width: 29.6296%;}
.xwdt .right_cont .cont_title{background: #efefef;color: #676767;margin-bottom: 1.25em;}
.xwdt .right_cont .cont_title span.hover{background: #1f57ae;color: #fff;font-weight: bold;}
.xwdt .right_cont .cont_title .more{color: #9a9a9a;}
.xwdt .right_cont li{display: flex;align-items: center;}
.xwdt .right_cont li:not(:last-of-type){margin-bottom: 0.5em;}
.xwdt .right_cont li .link{height: 100%;display: flex;align-items: center;border-left: 1px solid #cfcfcf;}
.xwdt .right_cont li a{padding-left: 0.6667em;font-size: 0.9375em;}
.xwdt .right_cont .date{display: flex;flex-direction: column;align-items: center;padding: 0 0.625em}
.xwdt .right_cont .date span{font-size: 1.625em;display: inline-block;color: #2056ae;}
.xwdt .right_cont .date p{color: #9a9a9a;font-size: 0.875em;}

.sjgx{background: #f1f5ff;padding: 1.875em 0;}
.sjgx .conter{display: flex;justify-content: space-between;}
.sjgx .cont_title{background: #fff;margin-bottom: 1.25em;width: 100%;}
.sjgx .cont_title span.hover{background: #1f57ae;color: #fff;font-weight: bold;}
.sjgx .cont_title .more{color: #9a9a9a;}
.sjgx .qbfw{width: 67.1851%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.sjgx .qbfw .tit{padding-left: 1em;position: relative;}
.sjgx .qbfw .tit:before{content: '';width: 1em;height: 1em;box-sizing: border-box;border: 0.1875em solid #294a91;border-radius: 50%;position: absolute;left: 0;top: calc((100% - 1em)/2);z-index: 1;}
.sjgx .qbfw .tit:after{content: '';width: calc(100% - 1em);height: 0.0625em;background: linear-gradient(90deg,#284b8f 80%,transparent);position: absolute;left: 1em;top: calc((100% - 1px)/2);z-index: 1;}
.sjgx .qbfw .tit span{display: inline-block;line-height: 1;background: #f1f5ff;padding: 0 0.5555em;color: #2b4790;font-size: 1.125em;font-weight: bold;z-index: 5;position: relative;}
.sjgx .qbfw .yjcg{width: 49.3936%;}
.sjgx .qbfw .yjcg .tit{margin-bottom: 0.625em;}
.sjgx .qbfw .yjcg ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sjgx .qbfw .yjcg li{width: 48.8839%;margin: 0.625em 0;}
.sjgx .qbfw .yjcg li img{width: 100%;margin-bottom: 0.625em;}
.sjgx .qbfw .yjcg li p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sjgx .qbfw .cont{width: 22.6019%;}
.sjgx .qbfw .cont .tit{margin-bottom: 0.5em;}
.sjgx .qbfw .cont li{padding: 0.3em 0 0.3em 1.5em;}
.sjgx .qbfw .cont .yjly{margin-bottom: 1.5625em;}
.sjgx .qbfw .fwxm{width: 21.9404%;}
.sjgx .qbfw .fwxm .tit{margin-bottom: 0.5em;}
.sjgx .qbfw .fwxm ul{margin-bottom: 1.5em;}
.sjgx .qbfw .fwxm li{padding: 0.3em 0 0.3em 1.5em;}
.sjgx .qbfw .fwxm .rcjs{width: 100%;}
.sjgx .qbfw .fwxm .rcjs img{width: 100%;}
.sjgx .cysjk{width: 29.6296%;}
.sjgx .cysjk ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sjgx .cysjk ul li{margin: 1px 0;transition: all 0.5s;}
.sjgx .cysjk ul li:hover{background-color: #2b4790;}
.sjgx .cysjk ul li:hover a{color: #fff;transition: all 0.5s;}
.sjgx .cysjk ul a{height: 5em;display: flex;justify-content: center;align-items: center;}
.sjgx .cysjk ul .cy1{width: 49.75%;background-color: #d1d5e1;}
.sjgx .cysjk ul .cy2{width: 49.75%;background-color: #d2e6e5;}
.sjgx .cysjk ul .cy3{width: 32.75%;background-color: #d2e6e5;}
.sjgx .cysjk ul .cy4{width: 42%;background-color: #d1d5e1;}
.sjgx .cysjk ul .cy5{width: 24.75%;background-color: #c1deee;}
.sjgx .cysjk ul .cy6{width: 39%;background-color: #d1d5e1;}
.sjgx .cysjk ul .cy7{width: 39%;background-color: #b6d9ec;}
.sjgx .cysjk ul .cy8{width: 21.5%;background-color: #d2e6e5;}
.sjgx .cysjk ul .cy9{width: 16%;background-color: #d2e6e5;}
.sjgx .cysjk ul .cy10{width: 26.25%;background-color: #bdddec;}
.sjgx .cysjk ul .cy11{width: 26.25%;background-color: #d1d5e1;}
.sjgx .cysjk ul .cy12{width: 30.75%;background-color: #c1deee;}

.hdjl{padding: 1.875em 0;}
.hdjl .conter{display: flex;justify-content: space-between;}
.hdjl .cont_title{background: #efefef;margin-bottom: 1.25em;}
.hdjl .cont_title span.hover{background: #1f57ae;color: #fff;font-weight: bold;}
.hdjl .cont_title span a{display: flex;align-items: center;}
.hdjl .cont_title .more{color: #999999;}
.hdjl .sjtj{width: 67.1851%;}
.hdjl .sjtj .tis img{width: 0.8em;margin-right: 0.625em;}
.hdjl .sjtj .swiper{padding-bottom: 1.5em;}
.hdjl .sjtj .swiper-slide{height: unset;}
.hdjl .sjtj .swiper-slide .pic{border: 1px solid #cacaca;box-sizing: border-box;}
.hdjl .sjtj .swiper-slide img{width: 100%;}
.hdjl .sjtj .swiper-slide .text{text-align: center;padding-top: 0.5em;}
.hdjl .sjtj .swiper-slide .text .mz{font-weight: bold;color: #333;margin-bottom: 0.5em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hdjl .sjtj .swiper-slide .text .kh{font-size: 0.875em;color: #666;line-height: 2;}
.hdjl .sjtj .swiper-slide .text .cbs{font-size: 0.75em;color: #666;line-height: 2;}
.hdjl .sjtj .swiper-slide:hover .text{background-color: #4E8E3D;transition: all 0.5s;}
.hdjl .sjtj .swiper-slide:hover .text *{color: #fff;transition: all 0.5s;}
.hdjl .sjtj .swiper-pagination{display: flex;width: 100%;left: 0;bottom: 0;height: 1.5em;align-items: flex-end;justify-content: center;}
.hdjl .sjtj .swiper-pagination-bullet{width: 4.6305%;height: 0.3125em;border-radius: 50px;background: #d7d7d7;opacity: 1;}
.hdjl .sjtj .swiper-pagination-bullet-active{background: #1f57ae;}
.hdjl .cont{width: 29.6296%;}
.hdjl .cont .kpfw ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 0.5em 1.25em;}
.hdjl .cont .kpfw li{width: 31%;box-sizing: border-box;}
.hdjl .cont .djyd img{width: 100%;}
.hdjl .cont .djyd li{font-size: 0.9375em;line-height: 2.2;padding: 0;}

.ztzl{background: #f3f3f3;padding-top: 1.875em;}
.ztzl .cont_title{background: #fff;}
.ztzl .cont_title span{letter-spacing: 2em;width: 4em;white-space: nowrap;}
.ztzl .cont_title span.hover{background: #1f57ae;color: #fff;font-weight: bold;}
.ztzl .zt ul{margin: 1.25em 0 2em;display: flex;justify-content: space-between;}
.ztzl .zt li{width: 23.8518%;}
.ztzl .zt li img{width: 100%;}
.ztzl .yqlj{height: 3.75em;background: #fff;display: flex;align-items: center;justify-content: space-between;margin-bottom: -1.875em;position: relative;padding: 0 2.2222%;}
.ztzl .yqlj .tit{display: flex;align-items: center;}
.ztzl .yqlj .tit img{width: 1.5em;margin-right: 0.625em;}
.ztzl .yqlj ul{display: flex;justify-content: space-between;width: 80.6667%;}
.ztzl .yqlj li a{display: flex;justify-content: space-between;align-items: center;width: 100%;}
.ztzl .yqlj li a img{width: 1.3125em;margin-right: 0.625em;}

.footer{background: url("../images/ykt20230825_31.jpg") center center no-repeat;background-size: 1920px auto;padding: 3.875em 0 1.875em;height: 183px;box-sizing: border-box;}
.footer .conter{display: flex;justify-content: space-between;height: 100%;}
.footer .info{display: flex;align-items: center;width: 51.1111%;}
.footer .info .logo{width: 35.2173%;}
.footer .info .logo img{width: 100%;}
.footer .info .text{width: 66.7826%;font-size: 0.9375em;color: #fff;padding-left: 1.3333em;border-left: 1px solid #9ba6c6;margin-left: 1.3333em;line-height: 2;}
.footer .wl{width: 23.7037%;height: 100%;}
.footer .wl ul{display: flex;justify-content: space-between;height: 100%;}
.footer .wl li.jc{width: 17.5%;}
.footer .wl li{width: 21.875%;font-size: 0.75em;color: #fff;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.footer .wl li img{width: 100%;}

/*新概览*/
.ykt.gl .mbx_bg{padding: 1em 0;background: #f2f5ff;}
.ykt.gl .mbx{display: flex;align-items: center;padding-left: 2.125em;position: relative;}
.ykt.gl .mbx{color: #666;}
.ykt.gl .mbx a,.ykt.gl .mbx span{margin: 0 0.75em;color: #666;}
.ykt.gl .mbx a:first-of-type{margin-left: 0;}
.ykt.gl .mbx:before{content: '';position: absolute;background: url("../images/ykt20230825_33.png") center center no-repeat;background-size: 100% auto;width: 0.75em;height: 1em;left: 0.625em;}

.ykt.gl .footer{padding-top: 1.875em;margin-top: 1.875em;}

.gl_cont{margin-top: 1.875em;margin-bottom: 1.875em;display: flex;justify-content: space-between;}
.gl_cont .left_cont{width: 19.2592%;}
.gl_cont .left_cont .menu_tit{padding: 0.5833em 0;text-align: center;font-size: 1.5em;background: #3958aa;color: #fff;line-height: 1;}
.gl_cont .left_cont .menu>ul a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.gl_cont .left_cont .menu>ul a:hover,.gl_cont .left_cont .menu>ul .hover>a{color: #3958aa;}
.gl_cont .left_cont .menu>ul>li>a{font-size: 1.25em;border-top: 1px solid #fff;background: #f2f5ff;padding: 0.7em 0 0.7em 1.7em;display: block;color: #333333;}
.gl_cont .left_cont .menu>ul>li ul li a{font-size: 1.25em;padding: 0.7em 0 0.7em 2.15em;display: block;color: #666666;}
.gl_cont .left_cont .menu>ul>li ul li:not(:last-of-type){border-bottom: 1px solid #dfdfdf;}
.gl_cont .left_cont .menu .expand{position: relative;}
.gl_cont .left_cont .menu .expand:after{content: '';position: absolute;background: url("../images/ykt20230825_35.png") center center no-repeat;background-size: 100% auto;width: 0.875em;height: 0.5em;top: 1.5em;right: 1.5em;transform: rotate(180deg);}
.gl_cont .left_cont .menu .expand.hover:after{transform: rotate(0deg);}
.gl_cont .right_cont{width: 77.6296%;}
.gl_cont .right_cont .gl_title{display: flex;justify-content: space-between;border-bottom: 1px solid #3958aa;align-items: flex-end;padding: 0.875em 0;}
.gl_cont .right_cont .gl_title .tit{font-size: 1.5em;color: #4e68b0;font-weight: bold;line-height: 1;}
.gl_cont .right_cont .gl_title .dy em{color: #3958aa;margin: 0 0.75em 0 0.25em;}

.gl_cont .right_cont .zl li{padding: 1.25em 0 1.25em 2.5em;margin: 0 1.25em;border-bottom: 1px dashed #b2b2b2;}
.gl_cont .right_cont .zl li a{font-size: 1.25em;margin-bottom: 1em;color: #333;font-weight: bold;display: block;position: relative;}
.gl_cont .right_cont .zl li a:hover{color: #1f57ae;}
.gl_cont .right_cont .zl li a:before{content: '';position: absolute;top: 4px;right: calc(100% + 0.9em);background: url("../images/ykt20230825_34.png") center center no-repeat;width: 1.1em;height: 1.1em;background-size: 100% auto;}
.gl_cont .right_cont .zl li span{color: #666666;display: block;line-height: 1;}
.gl_cont .right_cont .zl li span:not(:last-of-type){margin-bottom: 0.875em;}
.gl_cont .right_cont .page{display: flex;justify-content: space-between;margin: 0 1.25em;padding-top: 1.25em;}
.gl_cont .right_cont .page .ym em{color: #1f57ae;}
.gl_cont .right_cont .page .page_num{display: flex;}
.gl_cont .right_cont .page .page_num a{padding: 0.25em 0.625em;line-height: 1;color: #666666;border: 1px solid #ababab;margin: 0 0.125em;display: inline-block;}
.gl_cont .right_cont .page .page_num .disable a{background: #d6d6d6;color: #a2a2a2;cursor: not-allowed;}
.gl_cont .right_cont .page .page_num .current a{color: #fff;background: #1b50b0;border-color: #1b50b0;}
.gl_cont .right_cont .page .page_num .num{display: flex;}
.gl_cont .right_cont .page .page_num .sl{margin: 0 0.625em;}

.tw{margin: 0 1.25em;padding-top: 1.25em;}
.tw li{display: flex;align-items: center;}
.tw li:not(:last-of-type){margin-bottom: 1.25em;}
.tw li a:hover{color: #1f57ae !important;}
.tw li .pic{border: 1px solid #999;width: 14.3129%;box-sizing: border-box;margin-right: 1.25em;}
.tw li .pic img{width: 100%;}
.tw li .text{width: 85.6871%;}
.tw li .text .tit a{font-size: 1.25em;font-weight: bold;color: #333;line-height: 2;margin-right: 1em;}
.tw li .text .tit span{color: #666;}
.tw li .text .ms{font-size: 0.9375em;line-height: 2;}
.tw li .text .ms p{display: inline;color: #666;}
.tw li .text .ms a{color: #3958aa;}
.tw li .text .fl{font-size: 0.75em;margin-top: 1em;color: #666;}

.nf{margin: 0 1.25em;}
.nf .tit{font-size: 1.25em;padding: 1em 0;font-weight: bold;text-align: center;line-height: 1;}
.nf ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.nf li{width: 24.2063%;margin-bottom: 1.0582%;}
.nf li a{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: #f1f1f1;color: #333;font-size: 0.9375em;line-height: 2.4;}
.nf li a:hover{background: #3958aa;color: #fff;}

.qa{margin: 0 1.25em;}
.qa_cont{padding: 1.25em 0 1.25em 2.5em;border-bottom: 1px dashed #b2b2b2;}
.qa_cont .question{font-size: 1.25em;line-height: 1.1;font-weight: bold;color: #333;position: relative;}
.qa_cont .question:before{content: '';position: absolute;top: 0;right: calc(100% + 0.9em);background: url("../images/ykt20230825_37.png") center center no-repeat;background-size: 100% auto;width: 1.1em;height: 1.1em;}
.qa_cont .answer{line-height: 1.875;margin-top: 1em;color: #333;position: relative;}
.qa_cont .answer p{text-indent: 3em;}
.qa_cont .answer .hd{position: absolute;top: 0;left: 0;width: 3em;}
.qa_cont a{text-decoration: underline;}
/*新概览结束*/


/*旧样式*/
.wrapper {width: 1300px;margin: 0 auto;padding-top: 1.25em;}
.zt-banner {margin-bottom: 30px;}
.clearfix {zoom: 1;}
.mt10 {margin-top: 0.625em;}

.gl-left {display: inline-block;float: left;width: 260px;text-align: center;}
.gl-left.zt {width: 300px;}
.gl-left h4 {background: #077dcf;color: #FFFFFF;font: bold 20px/50px "微软雅黑";border-radius: 6px;}
.gl-left.zt h4 {background: #1f57ae;}
.gl-left .gllist a {display: block;color: #333333;font: 18px/48px "微软雅黑";border-bottom: 1px solid #d9d9d9;}
.gl-left .gllist a:hover, .gl-left .gllist a.cur {background: #eaeaea;color: #077dcf;}
.gl-right {display: inline-block;float: right;width: 1000px;}
.gl-right.zt {width: 968px;}

.com-tit2 {border-bottom: 2px solid #e0e0e0;height: 53px;}
.com-tit2 a.tit {margin-bottom: -2px;float: left;display: inline-block;padding-left: 20px;background: url(../images/2022hnsj_tit2.png) left 20px no-repeat;color: #077dcf;font: bold 20px/50px "微软雅黑";padding-top: 3px;border-bottom: 2px solid #077dcf;}
.clearfix:after {content: '.';display: block;height: 0;clear: both;visibility: hidden;}

.zt-tab {padding: 20px 0;border-bottom: 1px dashed #e8e8e8;}
.zt-tab img {display: inline-block;float: left;margin-right: 20px;width: 232px;height: 174px;transition: all 0.5s;}
.zt-tab .nr a {display: block;font: bold 18px/38px "微软雅黑";color: #333333;}
.zt-tab .nr p {font: 16px/30px "微软雅黑";color: #666666;}

.tk-tab1 {display: inline-block;float: left;margin: 20px 8px 0 8px;text-align: center;width: 225px;height:320px;}
.tk-tab1 a {display: block;font: 18px/30px "微软雅黑";color: #333333;}
.tk-tab1 a.pic {overflow: hidden;display: block;}
.tk-tab1 img {vertical-align: middle;width: 225px;height: 260px;display: block;overflow: hidden;transition: all 0.5s;}

.jggk-tab {margin-top: 20px;position: relative;}
.jggk-tab a {display: inline-block;overflow: hidden;margin: 10px;box-shadow: 0px 0px 10px #d6d6d6;}
.jggk-tab img {display: inline-block;float: left;width: 158px;transition: all 0.5s;}
.jggk-tab img:hover {transform: scale(1.1);}
.jggk-tab .nr {position: absolute;top: 50%;left: 171px;transform: translate(0, -50%);display: inline-block;float: left;margin-left: 20px;width: 700px;}
.jggk-tab .nr h3 {font: 16px/36px "微软雅黑";color: #333333;}
.jggk-tab .nr h3 strong {font: bold 24px/36px "微软雅黑";color: #077dcf;margin-right: 20px;}
.jggk-tab .nr p {font: 16px/36px "微软雅黑";color: #333333;}

.xl {padding: 2.5em 0;}
.xl h3 {font: bold 1.875em/2 "微软雅黑";color: #077dcf;text-align: center;}
.xl .rq {margin: 10px 0;font: 0.875em/2.5714 "微软雅黑";color: #999999;text-align: center;background: #ededed;}
.xl .zw {padding: 1.25em 0;}
.xl .zw p {font: 1em/1.875 "微软雅黑";color: #333333;text-indent: 2em;}
.xl .zw img {display: block;margin: 1.25em auto;max-width:95%;}

ul.comlist2 li {background: url(../images/2022hnsj_list3.png) left center no-repeat;padding-left: 1.5em;border-bottom: 1px dashed #e8e8e8;}
ul.comlist2 li span {float: right;color: #999999;font: 0.875em/2.6667 "微软雅黑";}
ul.comlist2 li a {font: 1.125em "微软雅黑";line-height: 2.6667;color: #333333;display: block;padding-right: 0.8888em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.left_cont .cont_title a:hover{
	color:#1f57ae;
}
.cont_title a:hover,.xgyd a:hover{
	color:#fff;
}

/*1207*/
@media only screen and (max-width: 820px), only screen and (max-device-width: 820px){
.app-dis-none {
	display:none !important;
}
.text span{
	display:block;
	text-align:center;
}

.ztzl .yqlj{
margin-bottom:0rem;
}

.xl h3, .xl p{
	width:95%;
	margin:0 auto;
}
.xl img{
	margin:0 auto !important;
	max-width:100% !important;
}



}