﻿.w1200 {
 width: 1200px;
 margin: 0 auto;
}

.main {
 background: #F7F7F7;
 padding-bottom: 160px;
}

.zn_tabs {
 background: url(/Content/Areas/News/images/JiuYiZhiNan/zhinanBg.png) no-repeat top center;
 height: 461px;
 position: relative;
}


/* .tabs_main {
 background: url(/Content/Areas/News/images/JiuYiZhiNan/chuzhenBg.png) no-repeat top center;
} */

.zn_tabs::after {
 content: '';
 width: 38px;
 height: 25px;
 background: url(/Content/Areas/News/images/JiuYiZhiNan/tabs.png) no-repeat;
 position: absolute;
 bottom: 0;
 left: 50%;
 margin-left: -19px;
}

div.linkmap {
 padding-left: 0;
 background: none;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 z-index: 1;
}

.Min.articles {
 background: #fff;
}

h2.h2_title_1 {
 text-align: center;
 position: relative;
 margin-bottom: 55px;
 font-size: 28px;
 padding-top: 70px;
 color: #D3413D;
}

h2.h2_title_1 a {
 font-size: 30px;
 font-weight: 500;
 color: #D3413D;
}

h2.h2_title_1 i {
 position: absolute;
 font-size: 30px;
 font-weight: 500;
 color: #D3413D;
 opacity: 0.1;
 transform: translate(-50%, -50%);
 bottom: -43px;
 left: 50%;
}

.Scheduling {
 position: relative;
}

ul.jy_ul {
 box-sizing: border-box;
 position: relative;
 width: 1068px;
 margin: 0 auto;
}

ul.jy_ul::after {}

ul.jy_ul li a {
 width: 100%;
 height: 189px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 background: #D3413D;
 color: #fff;
 border-radius: 50%;
 -webkit-appearance: none;
 overflow: hidden;
}

ul.jy_ul li a:hover {}

ul.jy_ul li a:hover p {}

ul.tabsTop li {
 padding: 0 12px;
 overflow: hidden;
}

ul.jy_ul li.slick-center a {
 background: #CCA36B url(/Content/Areas/News/images/JiuYiZhiNan/swiperH.png) no-repeat center;
}

ul.jy_ul li a img {
 margin-bottom: 18px;
 height: 43px
}

ul.jy_ul li a img.hide {
 display: none;
}

ul.jy_ul li a p {
 font-size: 24px;
 color: #fff;
}

ul.jy_ul .swiper-container {
 overflow: hidden;
}

ul.jy_ul .slick-arrow {
 position: absolute;
 width: 43px;
 height: 43px;
 top: 77px;
 border-radius: 50%;
 cursor: pointer;
 border: none;
 color: transparent;
}

ul.jy_ul .slick-prev {
 background: #FFF url(/Content/Areas/News/images/JiuYiZhiNan/leftBtn.png) no-repeat center;
 left: -77px;
 background-size: 22px;
}

ul.jy_ul .slick-next {
 background: #FFF url(/Content/Areas/News/images/JiuYiZhiNan/rightBtn.png) no-repeat center;
 right: -77px;
 background-size: 22px;
}

.chuzhen_btn {
 display: none;
}

.Min.chuzhen {
 padding: 40px 0 60px;
 background: #F6F6F6;
}

.swiper-button_5:focus {
 outline: none;
}

ul.jy_ul li a:hover img {
 animation: tada 1s;
 -o-animation: tada 1s;
 -webkit-animation: tada 1s;
 -moz-animation: tada 1s;
}

.ksys_box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 1200px;
 margin: 40px auto;
}

.ksys_box .tit {
 font-size: 18px;
}

.searchTab p.tit {
 display: inline-block;
 line-height: 50px;
 color: #333;
 font-weight: bold;
 font-size: 20px;
}

.ksys_box .select1,
.ksys_box .select2 {
 box-sizing: border-box;
 display: inline-block;
 position: relative;
}

.ksys_box .select1>p,
.ksys_box .select2>p {
 background: none;
 border-radius: 8px;
 font-size: 14px;
 padding: 14px 15px 14px 20px;
 width: 440px;
 box-sizing: border-box;
 border: 1px solid #2F57AE;
 overflow: hidden;
 position: relative;
 text-overflow: ellipsis;
 white-space: nowrap;
 color: #666;
}

.select1 span {
 float: right;
 background: #ECF0F7 url(/Content/Areas/News/images/JiuYiZhiNan/btn_active.png) no-repeat center;
 height: 47px;
 position: absolute;
 width: 50px;
 top: 1px;
 border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 right: 1px;
 border-left: 1px solid #2F57AE;
 cursor: pointer;
}

.select1 span.on {
 background: #ECF0F7 url(/Content/Areas/News/images/JiuYiZhiNan/btn_on.png) no-repeat center;
}

.ksys_box .test {
 display: none;
}

.test_com {
 position: absolute;
 background: #ffffff;
 left: 50%;
 top: 39px;
 height: 0px;
 transform: translate(-50%, 10px);
 width: 100%;
 overflow-x: hidden;
 overflow-y: scroll;
 padding-left: 20px;
 box-sizing: border-box;
 z-index: 10000000;
}

.test_com::-webkit-scrollbar {
 width: 5px;
 height: 1px;
}

.test_com::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 background: #fff;
 background-size: 100%;
}

.test_com::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 border-radius: 5px;
 background: rgba(48, 101, 181, 0.2);
}

.ksys_box .test li,
.ksys_box .test2 li {
 line-height: 34px;
 cursor: pointer;
 color: #2F57AE;
}

.li_Dep0 .p_Dep0 {
 display: none;
}

.selectBtn {
 display: inline-block;
 border-radius: 8px;
 font-size: 18px;
 border: none;
 color: #fff;
 background: #2F57AE;
 width: 148px;
 height: 49px;
 line-height: 49px;
 text-align: center;
 letter-spacing: 7px;
}

.selectBtn:hover {
 background: #9AB5D9;
 color: #fff;
}

.tabsBot {
 padding-top: 60px;
}

.tabsBot_ul {
 overflow: hidden;
 max-height: 550px;
}

.tabsBot_ul li {
 width: 587px;
 height: 118px;
 border-bottom: 1px solid #E8CC9C;
 box-sizing: border-box;
 padding: 23px 30px;
 margin-bottom: 25px;
 transition: all 0.3s;
 background: #fff url(/Content/Areas/News/images/JiuYiZhiNan/articleList.png) no-repeat 126px 0px;
}

.tabsBot_ul li:nth-last-child(1),
.tabsBot_ul li:nth-last-child(2) {
 margin-bottom: 0;
}

.tabsBot_ul li.Li_Odd {
 float: left;
}

.tabsBot_ul li.Li_Even {
 float: right;
}

.tabsBot_ul li .title_type {
 font-size: 18px;
 line-height: 72px;
 margin-left: 40px;
 display: block;
}

.tabsBot_ul li .span-date {
 width: 72px;
 height: 72px;
 background: url(/Content/Areas/News/images/JiuYiZhiNan/dateBg.png) no-repeat center;
 font-size: 14px;
 color: #fff;
 float: left;
 text-align: center;
 box-sizing: border-box;
 transition: all 0.3s;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: space-evenly;
}

.tabsBot_ul li .span-date b {
 font-size: 26px;
 font-weight: bold;
}

.tabsBot_ul li:hover {
 border-bottom: 1px solid #D3413D;
 background: #fff url(/Content/Areas/News/images/JiuYiZhiNan/articleList.png) no-repeat 0px 0px;
}

.tabsBot_ul li:hover .span-date {
 background: url(/Content/Areas/News/images/JiuYiZhiNan/dateBgH.png) no-repeat;
}

.tabs_more {
 display: block;
 width: 114px;
 height: 36px;
 border: 1px solid #D3413D;
 color: #D3413D;
 border-radius: 20px;
 text-align: center;
 line-height: 36px;
 box-sizing: border-box;
 margin: 40px auto;
}

.tabs_more:hover {
 color: #fff;
 background: #D3413D;
}

.tabsBot_ul li .fl {
 width: calc(100% - 73px);
}

@media screen and (max-width:768px) {
 .zn_tabs {
 height: auto;
 padding-bottom: 10px;
 }
 .main {
 padding-bottom: 0;
 }
 .w1200 {
 width: 100%;
 }
 h2.h2_title_1 {
 margin-bottom: 20px;
 font-size: 20px;
 padding-top: 20px;
 }
 ul.jy_ul {
 width: 100%;
 }
 ul.jy_ul li a {
 height: auto;
 border-radius: 5px;
 }
 ul.jy_ul li a img {
 margin-bottom: 10px;
 height: 20px;
 margin-top: 10px;
 }
 ul.jy_ul li a p {
 font-size: 12px;
 color: #fff;
 margin-bottom: 10px;
 }
 .zn_tabs::after {
 display: none;
 }
 ul.tabsTop li {
 margin: 0 5px;
 }
 .tabsBot {
 padding: 10px;
 }
 .tabsBot_ul li.Li_Odd {
 float: none;
 }
 .tabsBot_ul li.Li_Even {
 float: none;
 }
 .tabsBot_ul li {
 width: 100%;
 height: auto;
 padding: 10px;
 margin-bottom: 10px;
 }
 .tabsBot_ul li .title_type {
 font-size: 14px;
 line-height: 66px;
 padding-left: 10px;
 margin-left: 0;
 width: 100%;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 display: block;
 }
 .tabsBot_ul li .span-date {
 width: 20%;
 height: 66px;
 }
 .tabsBot_ul li .fl {
 width: 80%;
 }
 .tabsBot_ul {
 max-height: max-content;
 }
 ul.jy_ul .slick-arrow {
 top: -52px;
 }
 ul.jy_ul .slick-prev {
 left: 10px;
 }
 ul.jy_ul .slick-next {
 right: 10px;
 }
 .tabsBot_ul li:nth-last-child(1) {
 margin-bottom: 0;
 }
 .tabsBot_ul li:nth-last-child(2) {
 margin-bottom: 10px;
 }
 .tabs_more {
 margin: 20px auto;
 }
} 