@charset "utf-8";
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


/* CSS Document */

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.banner .flexslider .slides>li a {
    display: block;
    height: 0;
    padding-bottom: 15.6%;
    overflow: hidden;
    position: relative;
}

.banner .flexslider ul li.flex-active-slide img {
    transition: transform 6000ms linear 0s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.flexslider .slides>li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .til_slides {
    width: 100%;
    padding: 2% 20% 2% 3%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    /* background: url(../images/icon/banner_bgs.png) repeat; */
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */

.flex-direction-nav {
    * height: 0;
    display: none;
}

.flex-direction-nav a {
    /*! text-decoration:none; */
    display: block;
    width: 58px;
    height: 58px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    border-radius: 10px;
    border: rgba(255, 255, 255, 0.5) 1px solid;
}

.flex-direction-nav a:hover {
    text-shadow: 1px 1px 0 #666;
}

.flex-direction-nav .flex-prev {}

.flex-direction-nav .flex-next {}

.flexslider:hover .flex-prev {}

.flexslider:hover .flex-next {}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-control-nav {
    bottom: 14px;
    right: 16px;
    text-align: right;
    width: auto;
    position: absolute;
    z-index: 999;
}

.flex-control-paging li {
    margin: 0 3px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
}

.flex-control-paging li a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    color: #fff;
    background: #868686;
}

.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background-color: #3fa155;
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}


/* Control Nav */


/* .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -2px;
    ! left:0; 
    text-align: center;
    z-index: 9999;
}

.flex-control-nav li {
    margin: 10px 6px 0;
    display: block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
} */

.flex-control-paging li a:hover {}

.flex-control-paging li a.flex-active {}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.banner .flex-control-paging {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 5%;
    z-index: 1045;
    width: auto;
}

.banner .flex-control-nav li {
    margin: 0 4px;
    overflow: hidden;
    display: inline-block;
}

.banner .flex-control-nav li a {
    text-indent: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.banner .flex-control-nav li a.flex-active {
    background: #ec480e;
    width: 35px;
    border-radius: 10px;
}

.banner .flexslider {
    position: relative;
    z-index: 0;
}

.banner .flexslider .slides>li .slideText {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 50%;
    height: 75px;
    background: rgba(28, 77, 159, 0.73);
}

.banner .flexslider .slides>li .slideText p {
    margin: 17px 50px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.content {
    overflow: hidden;
}


/*新闻动态*/

.wrap_mode1 {
    overflow: hidden;
}

.mode1>.gp-fl {
    width: 66%;
    overflow: hidden;
}

.mode1>.gp-fr {
    width: 31.6%;
    overflow: hidden;
}


/*tab start*/

.tabArticleList {}

.tabArticleList .more_tab {
    display: none;
    color: #fff;
    margin-top: -7px;
}

.tabArticleList .tabListBox {
    display: none;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.tabListTitle1 {
    height: 5.6rem;
    line-height: 5.6rem;
    /* border-top: #cfe6ff 4px solid;
    background: #fff; */
    padding: 1rem 3rem 0;
    margin-bottom: 2rem;
    background: #117339;
    margin-top: 2rem;
}

.tabListTitle1 h3 {
    padding: 0.5rem 2.6rem;
    float: left;
    line-height: 2.6rem;
    position: relative;
}

.tabListTitle1 h3.on {
    position: relative;
    background: #3fa155;
}

.tabListTitle1 h3.on a {
    font-weight: bold;
}

.newimgIn img {
    width: 100%;
}


/* .tabListTitle1 h3.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #117339;
    position: absolute;
    top: -4px;
    left: 0;
} */

.tabListTitle1 h3 a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
}


/* 
.tabListTitle1 h3 a:hover {}

.tabListTitle1 h3:nth-child(1) a {
    background: url(../images2022/icon16.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(2) a {
    background: url(../images2022/icon17.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(3) a {
    background: url(../images2022/icon18.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(4) a {
    background: url(../images2022/icon19.png) no-repeat center left;
}

.tabListTitle1 h3:nth-child(5) a {
    background: url(../images2022/icon20.png) no-repeat center left;
} */


/* .tabListTitle1 h3:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #ecedef;
    position: absolute;
    right: 0;
    top: 18px;
} */

.tabListTitle1 h3:last-child:after,
.tabListTitle2 h3:last-child:after {
    content: "";
    display: none;
}

.tab_more {
    width: auto;
    float: right;
}

.mode1 .tabList {
    overflow: hidden;
    clear: both;
}

.newimgIn {
    margin-bottom: 1.5rem;
}

.new_notice {
    margin-bottom: 2rem;
    width: 100%;
    background: #f8f9fa;
    padding: 1.5rem 2rem;
    border: 1px solid #e3e7ec;
}

.new_notice:last-child {
    margin-bottom: 0;
}

.new_notice span {
    width: 15%;
    text-align: center;
    float: left;
    text-align: left;
    border-right: 1px solid #e3e7ec;
    margin-right: 3rem;
    /* background: url(../images/newlines.jpg) no-repeat center right; */
}

.new_notice span strong {
    font-size: 17px;
    font-size: 1.7rem;
    color: #959595;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

.new_notice span i {
    font-size: 21px;
    font-size: 2.1rem;
    color: #343434;
    display: block;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.new_notice .tit_ri {
    width: 76%;
    float: left;
    box-sizing: border-box;
    line-height: 32px;
    color: #343434;
}

.new_notice b {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #343434;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.new_notice:hover p,
.new_notice:hover h5,
.new_notice:hover i {
    color: #155c32;
}

.new_notice:hover span {
    border-right: 1px solid #155c32;
}

.new_notice h5 {
    font-size: 1.8rem;
    color: #343434;
    font-weight: bold;
    padding-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_notice p {
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: normal;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list_tit {
    position: relative;
    background: #f8f9fb;
    padding: 1.5rem 2.5rem 1rem;
    border-top: 1px solid #cacaca;
}

.list_tit:hover {
    background: #e4f3eb;
}

.list_tit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 90px;
    height: 1px;
    background: #155c32;
}

.list_in strong {
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 9;
    padding: 5px 8px;
    background: #04a75d;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

.list_in strong b {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
}

.list_tit h3 {
    padding-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262626;
    padding-bottom: 1rem;
}


/* 
.list_tit h3 span {
    float: right;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 10px;
} */

.list_tit p {
    color: #262626;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newImgs a:hover h3,
.newImgs a:hover p {
    color: #262626;
}


/*综合动态*/

.list1 {
    margin-bottom: 33px;
    overflow: hidden;
}

.list1 a {
    display: block;
    background: #4f82cf;
    overflow: hidden;
    transition: all 0.2s ease;
}

.list1 .listImg {
    width: 600px;
    height: 338px;
    padding: 0;
    float: left;
    position: relative;
}

.list1 .gp-img-responsive {
    height: 100%;
    padding-bottom: 0;
}

.list1 .listText {
    margin-left: 600px;
    padding: 27px 35px;
}

.list1 .listTitle {
    line-height: 28px;
    height: 56px;
    margin-bottom: 22px;
}

.list1 .listCon {
    line-height: 26px;
    height: 156px;
    padding-top: 13px;
    border-top: #fff 2px solid;
    margin-bottom: 13px;
}

.list1 .listDate {
    display: block;
    width: 78px;
    height: 78px;
    background: url(../images2022/datebg.jpg) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.list1 .day {
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: 14px;
}

.list1 .month {
    display: block;
    height: 26px;
    line-height: 26px;
}

.list2 {
    overflow: hidden;
}

.list2 a {
    display: block;
    position: relative;
    padding: 18px 0;
    border-bottom: #9c9c9c 1px dashed;
    transition: all 0.2s ease;
    overflow: hidden;
}

.list2 li:first-child a {
    border-top: #9c9c9c 1px dashed;
}

.list2 .listDate {
    display: block;
    width: 87px;
    height: 84px;
    float: left;
    border-top: #5db4e7 3px solid;
    border-left: #d2d2d2 1px solid;
    border-right: #d2d2d2 1px solid;
    text-align: center;
    position: relative;
    z-index: 1;
}

.list2 .listDate:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5db4e7;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -5px;
    z-index: 9;
}

.list2 .listDate:after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    background: #eeeeee;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 25px;
}

.list2 .day {
    display: block;
    color: #7e7e7e;
    height: 33px;
    line-height: 33px;
    margin: 9px 0;
    position: relative;
    z-index: 9;
}

.list2 .day:before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #eeeeee;
    position: absolute;
    left: 4px;
    top: 9px;
}

.list2 .day:after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #eeeeee;
    position: absolute;
    right: 4px;
    top: 9px;
}

.list2 .month {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #5db4e7;
}

.list2 .listText {
    margin-left: 107px;
    transition: all 0.2s ease;
}

.list2 .listTitle {
    line-height: 24px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.list2 .listCon {
    color: #183d82;
    line-height: 25px;
    height: 50px;
}

.list2 a:hover .listText {
    padding-left: 10px;
}


/*通知公告*/


/* .tabArticleList2 {
    background: #f4f7fb;
    margin-bottom: 25px;
    overflow: hidden;
} */


/* .tabArticleList2 .tabList {
    margin: 0 25px;
    height: 324px;
} */

.tabListTitle2 {
    height: 56px;
    line-height: 56px;
    border-top: #cfe6ff 4px solid;
    background: #fff;
    padding: 0 18px;
    margin-bottom: 22px;
}


/* .tabListTitle2 .tab_menu {
    margin-left: -33px;
} */

.tabListTitle2 h3 {
    float: left;
    margin: 0 16px;
    position: relative;
}

.tabListTitle2 h3:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #ecedef;
    position: absolute;
    right: -16px;
    top: 18px;
}


/* .tabListTitle2 h3:nth-child(1) {
    background: url(../images2022/icon1.png) no-repeat left center;
    padding-left: 30px;
}

.tabListTitle2 h3:nth-child(2) {
    background: url(../images2022/icon2.png) no-repeat left center;
    padding-left: 30px;
} */

.tabListTitle2 h3.on {
    position: relative;
}

.tabListTitle2 h3.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #117339;
    position: absolute;
    top: -4px;
    left: 0;
}

.tabListTitle2 h3 a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #4c4c4c;
}

.tabListTitle2 .more_tab {
    color: #4c4c4c;
}

.list3 {}

.list3 li {
    margin-bottom: 12px;
    overflow: hidden;
}

.list3 li a {
    display: block;
    overflow: hidden;
}

.list3 .listDate {
    display: block;
    width: 74px;
    height: 62px;
    background: #fff;
    text-align: center;
    float: left;
    overflow: hidden;
}

.list3 .day {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 6px 0 0;
}

.list3 .month {
    display: block;
    height: 22px;
    line-height: 22px;
}

.list3 .listText {
    margin-left: 90px;
    transition: all 0.2s ease;
}

.list3 .listTitle {
    line-height: 23px;
    height: 46px;
}

.list3 .read {
    color: #5f5f5f;
}

.list3 li a:hover .listText {
    padding-left: 10px;
}


/*招聘信息*/


/* .tabArticleList3 {
    background: #f4f7fb;
    overflow: hidden;
} */


/* .tabArticleList3 .tabList {
    margin: 0 25px;
    height: 435px;
    overflow: hidden;
} */


/* .tabListTitle3 h3:nth-child(1) {
    background: url(../images2022/icon4.png) no-repeat left center;
    padding-left: 30px;
}

.tabListTitle3 h3:nth-child(2) {
    background: url(../images2022/icon3.png) no-repeat left center;
    padding-left: 30px;
} */

.list4 {
    margin-top: -22px;
    overflow: hidden;
}

.list4 li {
    border-bottom: #dddcdc 1px solid;
    padding: 20px 0 20px 25px;
    overflow: hidden;
    position: relative;
}

.list4 li:last-child {
    border: none;
}

.list4 li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #4c4c4c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 30px;
}

.list4 li a {
    display: block;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: all 0.2s ease;
    position: relative;
}

.list4 li a:hover {
    padding-left: 10px;
}

.list4 .listTitle {
    position: relative;
}

.list4 .listDate {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f4f7fb;
    padding-left: 10px;
}

.commIns ul {
    padding: 0 7px;
}


/*业务部门*/

.articleTitle1 {
    margin-bottom: 2rem;
    overflow: hidden;
}

.articleTitle1 .title {
    display: block;
    float: left;
    color: #4c4c4c;
    position: relative;
    padding-left: 20px;
    margin-left: 6px;
}

.articleTitle1 .title:before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: #696969;
    position: absolute;
    left: 0;
    top: 4px;
}

.articleTitle1 .more {
    display: block;
    float: right;
    color: #999999;
    line-height: 35px;
    transition: all 0.3s ease;
}

.articleList2 {
    background: #f4f7fb;
    padding: 22px;
    overflow: hidden;
}

.wraplist5 li {
    transition: all 0.2s ease;
}

.wraplist5 li.on {
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.wraplist5 li .list5 {
    display: none;
    transition: all 0.2s ease;
}

.wraplist5 li.on .list5 {
    display: block;
    margin-left: 15px;
}

.wraplist5 li>div {
    margin: 9px;
    overflow: hidden;
}

.wraplist5 li.on>div {}

.list5 dd {
    padding: 8px 0;
    overflow: hidden;
}

.list5 dd a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    background: url(../images2022/libg.png) no-repeat left top 3px;
    padding-left: 20px;
}

.wraplist5 .readMore {
    height: 20px;
    background: url(../images2022/icon5.png) no-repeat center #eaedf1;
    margin-top: 10px;
}

.wraplist5 .readMore a {
    display: block;
    width: 100%;
    height: 20px;
}

.wraplist5 .on .readMore {
    transform: rotate(180deg);
}

.wraplist5 .listTitle {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    background: url(../images2022/libg.png) no-repeat left center;
    padding-left: 20px;
    margin: 8px 0;
}

.wraplist5 .on .listTitle {
    font-weight: bold;
}

.linklns {
    background: #f5f5f5;
    padding: 3rem 0;
}


/*文化建设*/

.wrap_mode3 {
    /* padding: 20px 0; */
    overflow: hidden;
}

.mode3 {}

.mode3>.gp-fl {
    width: 49%;
    overflow: hidden;
}

.mode3>.gp-fr {
    width: 49%;
    overflow: hidden;
}

.list6 {
    margin: 23px -3px -3px;
    overflow: hidden;
}

.listtitIn .infosList {
    margin: 8px;
}

.list6 li a {
    display: block;
    margin: 8px;
    overflow: hidden;
}

.ddList00 {
    background: #f8f9fa;
    padding: 1rem 16px;
}

.ddList00 li {
    width: 100%;
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    background: url(../images2022/indicosbg.png ) no-repeat left 15px;
    position: relative;
    border-bottom: 1px solid #d7d8d8;
    padding: 1rem 1rem 1rem 2rem;
}

.ddList00 li:last-child {
    border-bottom: 0;
}

.ddList00 li a {
    width: 80%;
    font-size: 1.6rem;
    display: block;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ddList00 li span {
    font-size: 1.6rem;
    float: right;
    margin-left: 10px;
    color: #9d9d9d;
}

.ddList00 li strong {
    margin-left: -8px
}

.ddList00 li strong a {
    color: #007072
}

.listtitIn .tabListTitle1 {
    padding: 0;
    height: 5.2rem;
    line-height: 5.2rem;
    margin-bottom: 0px;
    background: url(../images2022/lilibbg.jpg) no-repeat left center;
    background-size: cover;
}

.listtitIn .tabListTitle1 h3.on {
    background: none;
}

.listtitIn .tabListTitle1 h3.on:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #ade794;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.listtitIn .tabListTitle1 h3.on a {
    font-weight: bold;
    color: #ade794;
}

.listtitIn .tab_more {
    height: 5.2rem;
    line-height: 5.2rem;
}

.listtitIn .tabArticleList .more_tab {
    height: 5.2rem;
    line-height: 5.2rem;
    margin: 0;
    color: #fff;
    padding-right: 2rem;
}

.tabListTitle1 h3 {
    padding: 0 2.6rem;
    float: left;
    line-height: 3.6rem;
    position: relative;
}

.tabListTitle1 h3 {
    padding: 0 2.6rem;
    float: left;
    line-height: 3.6rem;
    position: relative;
}

.infosList .tabListTitle1 h3 {
    padding: 0 2.6rem;
    float: left;
    line-height: 5.2rem;
    position: relative;
}

.commIns li {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    float: left;
    width: 12.5%;
    text-align: center;
    background: #f0f0f0;
}

.commIns li:nth-child(2),
.commIns li:nth-child(4),
.commIns li:nth-child(6),
.commIns li:nth-child(8) {
    background: #f7f7f7;
}

.commIns p {
    padding: 0 0.5rem;
    font-size: 1.5rem;
    color: #222222;
    line-height: 2rem;
    height: 40px;
    overflow: hidden;
}

.hover-img img {
    transition: All 0.6s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.hover-img:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    /* -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%); */
}

.commIns {
    padding-bottom: 2rem;
}


/*快速通道*/

.list7 {
    margin: 23px 0 0;
    overflow: hidden;
}

.list7 li a {
    display: block;
    overflow: hidden;
}

.list7 .li1 {
    width: 50%;
    float: left;
    overflow: hidden;
}

.list7 .li2 {
    width: 49%;
    float: right;
    overflow: hidden;
}

.list7 .li2 a {
    display: table;
    width: 100%;
    background: #ededed;
    height: 61px;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.list7 .li2 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    text-align: center;
    color: #4c4c4c;
    font-weight: bold;
}

.list7 .li2 a:hover {
    background: #d7e2f1;
}

.list8 {
    margin: -4px;
    overflow: hidden;
}

.list8 li {
    width: 16.66%;
    float: left;
    overflow: hidden;
}

.list8 li a {
    display: block;
    margin: 4px;
    height: 94px;
    overflow: hidden;
    background-size: cover !important;
}

.list8 .listIcon {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.list8 .listText {
    padding: 23px 20px;
    display: table;
}

.list8 .listTitle {
    display: table-cell;
    vertical-align: middle;
}

.list8 li a:hover .listIcon {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}


/*四个链接*/


/* .wrap_mode5 {
    padding: 20px 0;
} */

.wrap_mode4 {
    padding: 1rem 0 0;
}

.list9 {
    margin: 0 -20px;
}

.list9 .divSelect {
    position: relative;
    background: url(../images2022/sel.png) no-repeat right 40px center #fff;
    margin: 0 2.8rem;
    /* border: 1px #244495 solid; */
}

.list9 .select_mask {
    width: 100%;
    height: 52px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.list9 .divSelect cite {
    height: 4.2rem;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 4.2rem;
    color: #4c4c4c;
    padding: 0 80px 0 20px;
    cursor: pointer;
    overflow: hidden;
    font-style: normal;
}

.list9 .linkList02 {
    position: absolute;
    left: -1px;
    bottom: 4.2rem;
    z-index: 5000;
    background-color: #f6faff;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
    display: none;
    border: #e3e7ec 1px solid;
    padding: 10px 0;
    height: 180px;
}

.list9 .linkList02 dd {
    padding: 10px 25px;
    float: none !important;
    box-sizing: border-box;
}

.list9 .linkList02 dd a {
    display: block;
    color: #4c4c4c;
}

.list9 .linkList02 dd a:hover {
    color: #117339;
}

.list9 .divSelect .linkList02 {
    display: none;
}

.list9 .divSelect.active .linkList02 {
    display: block;
}

@media screen and (max-width:1440px) {
    .list1 .listImg {
        width: 500px;
        height: 333px;
    }
    .list1 .listText {
        margin-left: 500px;
    }
    .list1 .listCon {
        margin-bottom: 6px;
    }
    .list7 .li2 a {
        height: 52px;
    }
    .list7 .li2 span {
        padding: 0 20px;
    }
    .ind_news li {
        height: 6.6rem;
        line-height: 6.6rem;
    }
    .ind_news li:before {
        top: 3rem;
    }
    .ind_news li:hover::after {
        content: "";
        position: absolute;
        left: -2.9rem;
        top: 0;
        z-index: 9;
        width: 4.1rem;
        height: 6.6rem;
        background: url(../images2022/indzbdl.png) no-repeat;
        background-size: contain;
        z-index: 9;
    }
    .new_notice {
        margin-bottom: 1.7rem;
        width: 100%;
        background: #f8f9fa;
        padding: 1rem 2rem;
        border: 1px solid #e3e7ec;
    }
}

@media screen and (max-width:1300px) {
    .list9 {
        margin: 0 -20px;
    }
    .list9 .divSelect {
        margin: 0 20px;
    }
    .list7 .li2 span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .mode1>.gp-fl,
    .mode3>.gp-fl {
        float: none;
        width: 100%;
    }
    .mode1>.gp-fr,
    .mode3>.gp-fr {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .list2 {
        margin-top: 0;
    }
    .list2 a {
        padding: 22px 0;
    }
    .tabArticleList2 .tabList,
    .tabArticleList3 .tabList {
        height: auto;
    }
    .list8 li {
        width: 33.3%;
    }
    .list9 {
        margin: -10px;
    }
    .list9 .divSelect {
        margin: 8px;
    }
    .articleList2 .wraplist5 li {
        width: 33.3%;
    }
    .articleList2 .wrapGroup {
        margin: 8px;
    }
    .list4 li a {
        height: auto;
    }
    .list7 .li2 span {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 25px;
    }
    .new_notice:last-child {
        margin-bottom: 1.7rem;
    }
    .ddList00 li a {
        width: 70%;
    }
    .infosList .tabListTitle1 h3 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:766px) {
    .banner .flex-control-paging {
        right: 0;
        bottom: 5px;
    }
    .banner .flex-control-nav li a {
        width: 8px;
        height: 8px;
    }
    .banner .flexslider .slides>li .slideText {
        width: 73%;
        bottom: 20px;
        height: 40px;
    }
    .banner .flexslider .slides>li .slideText p {
        margin: 0;
        padding: 0 10px;
    }
    .tabListTitle1 h3 {
        padding: 0 7px;
    }
    .tabListTitle1 h3 a {}
    .list1 .listImg {
        width: 100%;
        height: auto;
    }
    .list1 .gp-img-responsive {
        height: 0;
        padding-bottom: 56.2%;
    }
    .list1 .listText {
        margin-left: 0;
        padding: 20px;
    }
    .list1 .listTitle {
        height: auto;
        margin-bottom: 15px;
        max-height: 56px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .list1 .listCon {
        height: auto;
        padding-top: 15px;
    }
    .articleList2 {
        padding: 15px;
    }
    .articleList2 .wraplist5 li {
        width: 100%;
        float: none;
    }
    .tabListTitle2 {
        margin-bottom: 20px;
    }
    .tabArticleList2 .tabList,
    .tabArticleList3 .tabList {
        margin: 0 15px;
    }
    .list4 li {
        padding: 15px 0 15px 15px;
    }
    .list4 li:before {
        top: 25px;
    }
    .list7 li {
        width: 100% !important;
        float: none !important;
    }
    .list7 .li2 {
        margin-top: 5px;
    }
    .list7 .li2 span {
        padding: 0 15px;
    }
    .ind_news li {
        padding-left: 3rem;
        padding-right: 1rem;
    }
    .ind_news li {
        height: 3.8rem;
        line-height: 3.8rem;
    }
    .ind_news li p {
        width: 63%;
    }
    .ind_news li:before {
        top: 1.4rem;
        left: 1.2rem;
    }
    .searchBox .col-sm-16 {
        display: none;
    }
    .searchBox {
        height: 5.2rem;
        line-height: 5.2rem;
    }
    .seaImgss img {
        width: 60%;
    }
    .tabListTitle1 {
        padding: 1rem 1rem 0;
    }
    .new_notice span {
        margin-right: 1.5rem;
        padding-right: 10px;
    }
    .new_notice {
        padding: 1rem 1rem;
    }
    .commIns li {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
        float: left;
        width: 50%;
        text-align: center;
        background: #f0f0f0;
    }
    .list6 {
        margin: 0;
        overflow: hidden;
    }
    .copyRight,
    .weimgs {
        width: 100%;
    }
    .weimgs {
        margin-bottom: 10px;
    }
    .footer {
        padding: 2rem 0;
    }
}

@media screen and (max-width:640px) {
    .tabListTitle1 h3:after {
        top: 11px;
    }
    .list8 li {
        width: 50%;
    }
}

@media screen and (max-width:480px) {
    .list8 li {
        width: 100%;
    }
    .banner .flexslider .slides>li .slideText {
        display: none;
    }
}