.main .column {
    height: 55px;
    line-height: 45px;
    border-bottom: 3px solid #f5f7fb;
    margin: 50px 0 30px 0;
}

.main .column .col-title {
    height: 55px;
    display: inline-block;
    border-bottom: 3px solid #0062b2;
}

.main .column .col-title a {
    color: #3e3e3e;
    font-size: 26px;
    font-weight: bold;
}

.main .column .col-more {
    display: inline-block;
    float: right;
}

.main .column .col-more a {
    color: #3e3e3e;
    font-size: 16px;
    opacity: 0.4;
}

.main .column .col-more a:hover {
    color: #0062b2;
}

.main .qyjj {
    display: flex;
    justify-content: space-between;
}

.main .qyjj .number {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.main .qyjj .number .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .qyjj .number p:nth-child(1) {
    color: #0062b2;
    font-size: 44px;
    font-weight: bold;
}

.main .qyjj .number p:nth-child(2) {
    color: #2c2c2c;
    font-size: 16px;
}

.main .qyjj .gk-text {
    padding-left: 40px;
    padding-top: 45px;
}

.main .qyjj .gk-text .title {
    margin: 55px 0 25px 0;
}

.main .qyjj .gk-text .title a {
    font-size: 18px;
    color: #0062b2;
    font-weight: bold;
}

.main .qyjj .gk-text .desc {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 35px;
}

.main .con-zzry {
    width: 100%;
    height: 150px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;

}

.main .con-zzry .item {
    width: 31.8%;
    height: 150px;
    background: #f5f7fb;
}

.main .con-zzry .item .img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.main .con-zzry .item .img .a1 {

    display: inline-block;

    position: absolute;
    top: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    transition: .8s;
    display: inline-block;
    vertical-align: middle;
}

.main .con-zzry .item .img span.hv {
    position: relative;
    top: 100%;
}




.main .con-zzry .item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.main .con-zzry .item a span {
    font-size: 30px;
    color: #9f9f9f;
}

.main .con-zzry .item:hover {
    background: url(../img/ldjj-bg.jpg) no-repeat;
}

.main .con-zzry .item:hover a span {
    color: #fff;
    font-weight: bold;
}

.main .con-zzry .item:hover .img .a1 {
    opacity: 0;
}

.main .con-zzry .item:hover .img .hv {
    opacity: 1;
    top: 0;
}


.main .con-qyry {
    margin-bottom: 85px;
}

.main .con-qyry .bd ul {
    width: 1000%;

}

.main .con-qyry .bd ul li {
    text-align: center;
    padding-bottom: 55px;
    margin-right: 40px;
    background: url(../img/ryzz-list-bg.png) no-repeat;
    background-position-y: 100%;
    width: 445px;
    position: relative;
}

.main .con-qyry .bd ul li .img img {
    width: 100%;
    height: auto;
    display: block;
}


.main .qyjj a .img {
    width: 680px;
    height: 380px;
    overflow: hidden;
}

.main .qyjj a .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}

.main .qyjj a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


/* 主营板块 */

.business {
    margin: 40px auto;
}

.business .con-zhiz .zhizlist {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business .zhizlist .item {
    width: 48.93%;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
}

.business .zhizlist .item .title {
    width: 200px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 160px;
    left: 240px;
    text-align: center;
}

.business .con-shangm .shangmlist {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business .shangmlist .item {
    width: 48.93%;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
}

.business .shangmlist .item .title {
    width: 200px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 160px;
    left: 240px;
    text-align: center;
}

.business .item a:hover .title {
    background: rgba(0, 98, 178, 0.6);
}

.business .item a .img {
    overflow: hidden;
}

.business .item a .img img {
    width: 100%;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.business .item a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


/* 新业务板块 */

.plate {
    margin: 53px auto;
}

.plate .plate-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.plate .plate-list .item {
    width: 19%;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 50px 35px;
    cursor: pointer;
    background: #fff;
}

.plate .plate-list .item .title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 35px 0 25px 0;
}

.plate .plate-list .item .desc {
    color: #8e8e8e;
    font-size: 16px;
    line-height: 35px;
    height: 140px;
    text-align: center;
    margin: 35px 0 25px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.plate .plate-list .item .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
}

.plate .plate-list .item .more a {
    font-size: 14px;
    color: #767676;
}

.plate .plate-list .item img {
    border-radius: 5px;
    border: 1px solid #d8d8d8;
}

.plate .plate-list .item .xian {
    width: 30px;
    height: 1px;
    background: #0062b2;
}


.plate .plate-list .con {
    background: #0062b2;
}

.plate .plate-list .con img {
    background-color: #fff;
}

.plate .plate-list .con .title {
    color: #fff;
}

.plate .plate-list .con .desc {
    color: #fff;
}

.plate .plate-list .con .xian {
    background: #fff;
    opacity: 0.7;
}

.plate .plate-list .con .more {
    background: #fff;
}

.plate .plate-list .con .more a {
    color: #0062b2;
}

/* 联系我们 */

.landing {
    margin: 50px auto 20px auto;
}

.landing .map img {
    width: 100%;
}

.landing .con-land {
    padding: 30px;
    border: 1px solid #dcdcdc;
}

.landing .con-land .contact {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing .con-land .contact .item {
    width: 49%;
    height: 100px;
    background: #f5f8fd;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.landing .con-land .contact .item:hover {
    background: #e0ebf3;
}

.landing .con-land .contact .item img {
    display: block;
}

.landing .con-land .contact .item span {
    font-size: 18px;
    color: #000;
    margin-left: 5px;
}

.landing .column .col-more {
    display: inline-block;
    float: right;
}

.landing .column .col-more a {
    color: #3e3e3e;
    font-size: 16px;
    opacity: 0.4;
}

.landing .column .col-more a:hover {
    color: #0062b2;
}

.landing .con-zxns {
    margin-top: 50px;
}

.landing .zxnslist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing .zxnslist .item {
    width: 49%;
    background: #f5f8fd;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 27px;
    height: 160px;
}



.landing .zxnslist .item a {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.landing .zxnslist .item a .title {
    font-size: 16px;
    color: #161616;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.landing .zxnslist .item a .desc {
    color: #282828;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.5;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.landing .zxnslist .item a .d {
    font-size: 36px;
    color: #161616;
}

.landing .zxnslist .item a .y {
    color: #aaa;
    font-size: 16px;
    margin-top: 10px;
}

.landing .zxnslist .item a .dete {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-width: 65px;
    padding-right: 25px;
    border-right: 1px solid #e5e5e5;
}

.landing .zxnslist .item a .text {
    padding-left: 25px;
}

.landing .zxnslist .item:hover {
    background: #e0ebf3;
}

.landing .zxnslist .item:hover .title {
    color: #0062b2;
    font-weight: bold;
}

.landing .zxnslist .item:hover .dete {
    border-right: 1px solid #e5e5e5;
}

/* 党群 */

.party {
    margin-top: 50px;
}

.party .column .col-more {
    display: inline-block;
    float: right;
}

.party .column .col-more a {
    color: #3e3e3e;
    font-size: 16px;
    opacity: 0.4;
}

.party .column .col-more a:hover {
    color: #0062b2;
}

.party .djgzlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.party .con-djgz .imglist {
    width: 48.93%;
}

.party .con-djgz .imglist .slideBox {
    position: relative;
    height: 555px;
}

.party .con-djgz .imglist .hd {
    position: absolute;
    bottom: 170px;
    right: 0;
    z-index: 99;
}

.party .con-djgz .imglist .hd ul li {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #c8c8c8;
    float: left;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-left: 4px;
}

.party .con-djgz .imglist .hd ul li.on {
    background: #d30a0a;
}

.party .con-djgz .imglist .bd ul {
    width: 100%;
    height: auto;
}

.party .con-djgz .imglist .bd ul li {
    width: 685px;
    height: 100%;
}

.party .con-djgz .imglist .bd ul li .text {
    height: 170px;
    width: 100%;
    background: #f3e0e0;
    box-sizing: border-box;
    padding: 30px;
}

.party .con-djgz .imglist .bd ul li .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.party .con-djgz .imglist .bd ul li .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.party .con-djgz .imglist .bd ul li .dete {
    font-size: 14px;
    color: #d30a0a;
}

.party .con-djgz .imglist .bd ul li .img {
    overflow: hidden;
}

.party .con-djgz .imglist .bd ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.party .con-djgz .imglist .bd ul li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}



.party .con-djgz .newslist {
    width: 48.93%;
}

.party .con-djgz .piclist {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.party .con-djgz .piclist .item {
    background: #f8f8f8;
    width: 48.2%;
}

.party .con-djgz .piclist .item .img {
    overflow: hidden;
}

.party .con-djgz .piclist .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}


.party .con-djgz .piclist .item a:hover .title {
    background: #f3e0e0;
}

.party .con-djgz .piclist .item a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


.party .con-djgz .piclist .item .title {
    color: #373737;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.party .con-djgz .textlist .item {
    background: #f8f8f8;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 20px;
}

.party .con-djgz .textlist .item .title {
    color: #373737;
    font-size: 16px;
}

.party .con-djgz .textlist .item .desc {
    font-size: 14px;
    color: #aaa;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.party .con-djgz .textlist .item .dete {
    font-size: 14px;
    color: #aaa;
}

.party .con-djgz .textlist .item:hover {
    background: #f3e0e0;
}

.party .con-djgz .textlist .item:hover .title {
    font-weight: bold;
}

.party .con-djgz .textlist .item:hover .dete {
    color: #d30a0a;
}



.party .con-jjjc {
    margin-top: 50px;
}


.party .jjjclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.party .jjjclist .item {
    width: 49%;
    background: #f8f8f8;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px;
}


.party .jjjclist .item:hover {
    background: #f3e0e0;
}


.party .jjjclist .item:hover .title {
    font-weight: bold;
    color: #333;
}

.party .jjjclist .item a {
    width: 100%;
    height: 105px;
    display: flex;
    justify-content: flex-start;
}

.party .jjjclist .item a .dete {
    padding-right: 28px;
    min-width: 65px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.party .jjjclist .item a .d {
    font-size: 36px;
    color: #161616;
}

.party .jjjclist .item a .y {
    font-size: 16px;
    color: #aaa;
    margin-top: 5px;
}

.party .jjjclist .item a .text {
    padding-left: 30px;
}

.party .jjjclist .item a .title {
    font-size: 16px;
    color: #161616;
    line-height: 40px;
}

.party .jjjclist .item a .desc {
    font-size: 14px;
    color: #282828;
    opacity: 0.5;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.party .ghgzlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.party .ghgzlist .item {
    width: 49%;
    margin-top: 30px;
    background: #f8f8f8;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px;
}


.party .ghgzlist .item1 {
    width: 100%;
    height: 250px;
    padding: 0;
    margin-top: 0;
    background: none;
}


.party .ghgzlist .item1 .img img {
    width: 100%;
    height: auto;
    display: block;
}


.party .ghgzlist .item:hover {
    background: #f3e0e0;
}


.party .ghgzlist .item:hover .title {
    font-weight: bold;
    color: #333;
}

.party .ghgzlist .item a {
    width: 100%;
    height: 105px;
    display: flex;
    justify-content: flex-start;
}

.party .ghgzlist .item a .dete {
    padding-right: 28px;
    min-width: 65px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.party .ghgzlist .item a .d {
    font-size: 36px;
    color: #161616;
}

.party .ghgzlist .item a .y {
    font-size: 16px;
    color: #aaa;
    margin-top: 5px;
}

.party .ghgzlist .item a .text {
    padding-left: 30px;
}

.party .ghgzlist .item a .title {
    font-size: 16px;
    color: #161616;
    line-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.party .ghgzlist .item a .desc {
    font-size: 14px;
    color: #282828;
    opacity: 0.5;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.party .ghgzlist .item1 .img {
    width: 31.79%;
    overflow: hidden;
}

.party .ghgzlist .item1 .img img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.party .ghgzlist .item1:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.party .ghgzlist .item1:hover .text {
    background: #f3e0e0;
}

.party .ghgzlist .item1:hover .title {
    font-weight: bold;
}

.party .ghgzlist .item1 .text {
    background: #f8f8f8;
    padding: 40px 30px;
    box-sizing: border-box;
    width: 68.21%;

}

.party .ghgzlist .item1:hover {
    background: none;
}

.party .ghgzlist .item1 a {
    height: 250px;
}

.party .ghgzlist .item1 a .dete1 {
    font-size: 14px;
    color: #8e8e8e;
    margin-top: 30px;

}

/* 团委工作 */

.party .con-twgz {
    margin-bottom: 55px;
}

.party .twgzlist .bd ul li {
    width: 445px;
    margin-right: 30px;
}

.party .twgzlist .bd ul li .text {
    background: #f8f8f8;
    padding: 30px 20px;
}


.party .twgzlist .bd ul li .title {
    font-size: 16px;
    color: #161616;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.party .twgzlist .bd ul li .dete {
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

.party .twgzlist .bd ul li .img img {
    width: 445px;
    height: auto;
}

.party .twgzlist .hd {
    margin-top: 40px;
}

.party .twgzlist .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #d30a0a;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
}

.party .twgzlist .hd ul {
    text-align: center;
}

.party .twgzlist .hd ul li.on {
    background: #d30a0a;
}


/* 新闻中心 */


.news-center {
    margin-top: 50px;
}

.news-center .column .col-more {
    display: inline-block;
    float: right;
}

.news-center .column .col-more a {
    color: #3e3e3e;
    font-size: 16px;
    opacity: 0.4;
}

.news-center .column .col-more a:hover {
    color: #0062b2;
}


.news-center .jtxwlist {
    display: flex;
    justify-content: space-between;
}

.news-center .jtxwlist .item {
    width: 31.8%;
}

.news-center .jtxwlist .item .text {
    padding: 15px 0;
}

.news-center .jtxwlist .item .title {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.news-center .jtxwlist .item .desc {
    line-height: 25px;
    color: #2c2c2c;
    opacity: 0.5;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.news-center .jtxwlist .item .img {
    overflow: hidden;
}

.news-center .jtxwlist .item .img img {
    width: 445px;
    height: 250px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}

.news-center .jtxwlist .item a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.news-center .jtxwlist .item a:hover .title {
    font-weight: bold;
    color: #0062b2;
}


.news-center .jcdtlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-center .jcdtlist .item {
    width: 49%;
    margin-bottom: 40px;
}

.news-center .jcdtlist .item a {
    display: flex;
    justify-content: space-between;
}

.news-center .jcdtlist .item .text {
    width: 54%;
}

.news-center .jcdtlist .item .title {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.news-center .jcdtlist .item .decs {
    font-size: 14px;
    color: #2c2c2c;
    opacity: 0.5;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 15px 0;
}


.news-center .jcdtlist .item .dete {
    font-size: 14px;
    color: #2c2c2c;
    opacity: 0.5;
}








.news-center .jcdtlist .item .img {
    overflow: hidden;
    width: 43%;
}

.news-center .jcdtlist .item .img img {
    width: 295px;
    height: auto;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;

}

.news-center .jcdtlist .item a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.news-center .jcdtlist .item a:hover .title {
    font-weight: bold;
    color: #0062b2;
}


.news-center .ztbdlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-center .ztbdlist .item {
    width: 49%;
    margin-bottom: 40px;
}

.news-center .ztbdlist .item a {
    display: flex;
}



.news-center .ztbdlist .item .text {
    padding-left: 20px;
}

.news-center .ztbdlist .item .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.news-center .ztbdlist .item:hover .title {
    color: #0062b2;
}

.news-center .ztbdlist .item .desc {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.news-center .ztbdlist .item .d {
    height: 45px;
    line-height: 45px;
    width: 70px;
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
    background: #f4f6f6;
}


.news-center .ztbdlist .item .y {
    font-size: 12px;
    width: 70px;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #0062b2;
}

.news-center .gsxwlist {
    display: flex;
    justify-content: space-between;
}

.news-center .gsxwlist {
    width: 100%;
}

.gsxwlist .imglist {
    position: relative;
    width: 50.72%;
}

.news-center .newslist {
    width: 47%;
}


.gsxwlist .imglist .bd ul li .img {
    overflow: hidden;
    position: relative;
}

.gsxwlist .imglist .bd ul li .img .dark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url(../img/gsxw-img-dark.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
}

.gsxwlist .imglist .bd ul li .img img {
    width: 100%;
    height: auto;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gsxwlist .imglist .bd ul li a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


.gsxwlist .imglist .bd ul li .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
}

.gsxwlist .imglist .bd ul li .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.gsxwlist .imglist .bd ul li .desc {
    font-size: 14px;
    opacity: 0.7;
    color: #fff;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}




.gsxwlist .imglist .prev,
.gsxwlist .imglist .next {
    position: absolute;
    width: 30px;
    height: 60px;
    display: inline-block;
    top: 45%;
}

.gsxwlist .imglist .prev {
    background: url(../img/gsxw-qh-l.png) no-repeat;
    left: 0;
}

.gsxwlist .imglist .next {
    background: url(../img/gsxw-qh-r.png) no-repeat;
    right: 0;
}


.gsxwlist .newslist ul li.nil {
    line-height: 25px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}



.gsxwlist .newslist ul li.nil a {
    font-size: 16px;
    color: #3e3e3e;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.gsxwlist .newslist ul li.nil a:hover {
    color: #0062b2;
    font-weight: bold;
}

.gsxwlist .newslist ul li.nil a::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #0062b2;
    position: absolute;
    left: 0px;
    top: 10px;
}

.gsxwlist .newslist ul li.nil span {
    font-size: 16px;
    color: #3e3e3e;
    opacity: 0.5;
    min-width: 90px;
}

.news-center .con-jtxw {
    margin-top: 40px;
}

.gsxwlist .newslist ul li.first a {
    display: flex;
}

.gsxwlist .newslist ul li.first .text {
    padding-left: 20px;
}

.gsxwlist .newslist ul li.first .dete {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid #0062b2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gsxwlist .newslist ul li.first .d {
    font-size: 24px;
    color: #0062b2;
    font-weight: bold;
    width: 80px;
    text-align: center;
}

.gsxwlist .newslist ul li.first .y {
    font-size: 14px;
    color: #0062b2;
    width: 80px;
    text-align: center;
}

.gsxwlist .newslist ul li.first .title {
    font-size: 16px;
    color: #0062b2;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.gsxwlist .newslist ul li.first .desc {
    font-size: 14px;
    color: #2c2c2c;
    opacity: 0.5;
    line-height: 25px;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}



/* 搜索 */

.con-search {
    margin-top: 50px;
}

.search-big {
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    width: 100%;
}

.search-big .input-lg:focus-visible {
    border: none;
    outline: aliceblue;
}

.con-search span.text-info {
    font-size: 14px;
    color: #0062b2;
}

.search-big .input-lg {
    border: none;
    background: #f5f7fb;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #231815;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
}

.search-big .noborder-left {
    position: absolute;
    right: 20px;
    top: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
}

.pagination {
    text-align: center;
}

.close {
    display: none;
}

.margin-bottom-20 {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    padding: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.tab-pane ul li .text .text1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tab-pane ul li .text .text1 .text-danger {
    color: #8a4c4c;
    font-weight: blod;
}

.tab-pane ul li .text .text2 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-search .nli {
    width: 100%;
    padding: 30px 0;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #d0d0d0;
}


.con-search .nli a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.con-search .nli a .title {
    font-size: 18px;
    color: #231815;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-search .nli a .title span {
    color: #ff0000;
}

.con-search .nli a .desc {
    font-size: 14px;
    color: #737373;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-search .nli a .dete {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con-search .nli a .d {
    font-size: 28px;
    color: #231815;
}

.con-search .nli a .y {
    color: #bfbfbf;
    font-size: 14px;
}


.con-search .nli:hover {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    border-bottom: 1px solid #0062b2;
}


.con-search .nli .text {
    width: 94%;
}

.con-search .nli .dete {
    width: 6%;
}




.con-search ul.textlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.con-search li.img {
    width: 31.8%;
    margin-right: 30px;
}

.con-search li.img:nth-child(3) {
    margin: 0;
}

.con-search li.img .title {
    color: #231815;
    font-size: 18px;
    line-height: 55px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-search li.img .text {
    transition: 0.5s ease-in-out;
    border-bottom: 1px solid #d0d0d0;
}

.con-search li.img .dete {
    font-size: 14px;
    color: #bfbfbf;
    padding: 30px 0;

}

.con-search li.img a:hover .text {
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #0062b2;
}

.con-search li.img .img {
    overflow: hidden;
}

.con-search li.img .img img {
    width: 445px;
    height: 250px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-search li.img a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}


.pagination {
    margin: 110px 0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 10px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a.prev,
.pagination li a.next {
    width: 46px;
}

.pagination li a:hover,
.pagination li.active a {
    background: #0062b2;
    color: #fff;
}

.container .card-body a.caption {
    float: right;
    position: absolute;
    top: 3px;
    border-radius: 10px;
    right: 10px;
    cursor: pointer;
}

@media all and (min-width: 1200px) {
    .container .card-body .mb-3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .container .card-body .mb-3 .form-label {
        width: 180px;
    }
}

@media all and (max-width: 768px) {
    .container .card-body a.caption {
        top: 30px;
        right: 0;
    }
}
