@charset "utf-8";


body {
    min-width: 1200px;
}

html body {
    -webkit-text-size-adjust: none !important;
    -moz-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    text-size-adjust: none !important;
}

body {
    font-family: "PingFangSC", '宋体';
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    font-size: 12px;
    padding: 0
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    outline-style: none;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 0;
    overflow: hidden;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.txtClip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageW {
    width: 1200px;
}



.banner {
    width: 100%;
    min-width: 1200px;
    height: 742px;
    background: url(../images/banner.jpg) no-repeat top center;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 19px;
}




.news-box {
    margin-top: 30px;
    margin-bottom: 37px;
    width: 100%;
    min-height: 281px;
    /* 从上到下的线性渐变：起始颜色 #E9F6FF，结束颜色 #FFFFFF；保留单色回退 */
    background-color: #E9F6FF;
    background-image: linear-gradient(to bottom, #E9F6FF 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;

}


.news-title {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    position: relative;
}


.news-title img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.news-title span {
    display: inline-block;
    background: url(../images/more-icon.png) no-repeat center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 8px;
}


.news-hot {
    margin-top: 32px;
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.news-hot ul {
    display: flex;
    justify-content: space-between;
}

.news-hot li {
    width: 562px;
    margin-left: 20px;
}

.new-hot li a {}

.news-hot li h3 {
    color: #1F3883;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
}


.news-hot li h3 a {
    color: #1F3883;

}

.news-hot li p {
    font-size: 16px;
    color: #A9B0C6;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
    margin: 10px auto 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding-right: 20px;

}


.news-list {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.news-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.news-list li {
    width: 552px;
    font-size: 18px;
    line-height: 69px;
    margin-left: 20px;
    margin-right: 20px;
}

.news-list li a {
    display: block;
    border-bottom: 1px dashed #9bd6e6;
    color: #1E3781;
}

.news-list li span {
    display: block;
    background: url("../images/list-bg.png") no-repeat center left;
    padding-left: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 532px;
    overflow: hidden;
}



.bank-news {
    margin-bottom: 14px;

}


.bank-news-list {
    width: 100%;
    margin: 31px auto 0;
    height: auto;
    overflow: hidden
}

.bank-news-list ul {
    display: flex;
    justify-content: center;
}

.bank-news-list li {
    background: url("../images/hangye-bg.png") no-repeat center;
    height: 278px;
    background-size: 100%;
    width: 386px;
    margin: 0 16px 0 16px;

}

.bank-news-list li a {
    width: 300px;
    padding: 0 50px;
    margin: 56px auto 0;
    height: auto;
    overflow: hidden;
    display: block;
}

.bank-news-list li a h3 {
    font-size: 20px;
    color: #313D8B;
    line-height: 30px;
    text-align: justify;
    height: 60px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.bank-news-list li a p {
    text-align: justify;
    font-size: 16px;
    line-height: 28px;
    color: #9DAEB8;
    margin: 14px auto 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/* .bank-news-list li a:hover h3,
.bank-news-list li a:hover p {
    color: #8D5C17;
} */



.pay-service-panel {
    padding-top: 50px;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 25px;
    height: 718px;
    background: radial-gradient(0% 0% at 0% 0%, #F1F9FF 0%, #EFFCFF 100%), #F1F6FB;
    border: 0px solid #070102;
    opacity: 0.86;

}



.yhzf-tabs {
    width: 100%;
    margin: 25px auto 0;
    height: 539px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 1px 0px 18px 0px #CDDFEC;
    border: 1px solid #CDDFEC;
}

.yhzf-hd {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.yhzf-hd ul {
    display: flex;
    justify-content: space-between;
}

.yhzf-hd li {
    text-align: center;
    height: 90px;
    width: 100%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-size: 24px;
    color: #EBF8FF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.yhzf-hd li.on {
    background: url("../images/youhua-act.png") no-repeat;
}

.yhzf-hd li a {
    background: #F2F7FF;
    line-height: 80px;
    display: block;
    text-align: center;

}

.yhzf-hd li.on a {
    background: none;
    color: #EBF8FF;
    font-weight: bold;


}

.yhzf-hd li a {
    color: #3953A3;
}

.yhzf-bd {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding: 40px 0 10px 0;
}

.yhzf-bd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto;
    padding: 0 20px;
    width: 1200px;
    box-sizing: border-box;
}

.yhzf-bd li {
    width: calc(50% - 8px);
    list-style: none;
    box-sizing: border-box;
}

.yhzf-bd li a {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
}

.yhzf-bd li a:hover {
    /* background: rgba(40, 47, 97, 0.06); */
}

/* 左图区域 */
.yhzf-item-img {
    flex: 0 0 202px;
    width: 202px;
    height: 118px;
    background: #AAB5F7;
    border: 4px solid #D9E0F4;
}

.yhzf-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* 右文案区域 */
.yhzf-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 126px;
}

.yhzf-item-body h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #132B73;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    ont-family: MicrosoftYaHei;

    line-height: 30px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}

.yhzf-item-body p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #BCC0CD;
    line-height: 26px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
}







/* 图片视频新闻 */
.pic-and-video-news {
    margin-bottom: 38px;
}

.pic-video-list {
    margin-top: 30px;
    display: flex;
    gap: 32px;
    width: 100%;
    padding-bottom: 37px;
    border-bottom: 1px dashed #BFCDE2;
}

.video-item {
    position: relative;
    overflow: hidden;
}

.video-item-large {
    flex: 0 0 622px;
    width: 622px;
}

.video-item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 590px;
    justify-content: space-between;
}

.video-item-small {
    width: 100%;
    height: 162px
}

.video-thumb {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video-item-large .video-thumb {
    height: 350px;
}

.video-item-small .video-thumb {
    height: 162px;
    width: 288px;
}


.small-video-title {

    width: 258px;
    height: 162px;
    line-height: 26px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    font-style: normal;
    background: #1F5FAE;
    background-image: url(../images/shipin-list-bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0 5px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-thumb p {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: transform 0.3s;
}

.play-btn img {
    width: 100%;
    height: 100%;
    display: block;
}

.video-item:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}



.video-title {
    margin-top: -40px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justifyLeft;
    font-style: normal;
    text-transform: none;
    text-align: center;
}

.video-item a {
    display: flex;
    text-decoration: none;
    flex-direction: row;
    justify-content: space-between;
}

.video-item a p {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

}



/* .video-item:hover  p {
    opacity: 1;
} */


.pic-list-box {
    margin-top: 10px;
    padding-top: 40px;
    width: 100%;
    height: 340px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 1px dashed #BFCDE2;

}

.pic-list-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pic-list-box .pic-left {
    width: 280px;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pic-left .pic-top {
    width: 282px;
    height: 159px;
}

.pic-left .pic-bottom {
    width: 282px;
    height: 159px;

}

.pic-list-box .pic-middle {
    width: 605px;
    height: 340px;
}

.pic-list-box a:hover .pic-title{
    opacity: 1;
}

.pic-title{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    background: rgba(31, 95, 174, 0.5);
    width: 100%;
    height: 100%;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
}




.wqhg {
    width: 100%;
    margin: 40px auto 70px;
    height: auto;
    overflow: hidden;

}

.wqhg-cn {
    width: 100%;
    margin: 20px auto;
    height: auto;
    overflow: hidden;
    position: relative;
    background: radial-gradient(0% 0% at 0% 0%, #F5FAFF 0%, #FFFFFF 100%), #F8FAFF;
    border: 1px solid #BFCDE2;
    padding: 34px 0px 33px 0px;
}

.wqhg-cn .prev {
    display: block;
    width: 55px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 39px;
    background: url("../images/left-b.png") no-repeat center;
}

.wqhg-cn .next {
    display: block;
    width: 55px;
    height: 85px;
    position: absolute;
    right: 0;
    top: 39px;
    background: url("../images/right-b.png") no-repeat center;
}

.wqhg-list {
    width: 1074px;
    margin: 0 auto;
    position: relative;
    height: 95px;
    overflow: hidden;
}

.wqhg-list li {
    width: 340px;
    height: 95px;
    float: left;
    margin-right: 27px;
}

.wqhg-list li img {
    display: block;
    width: 100%;
    height: 95px;
    margin: 0 auto;
}



.previous-match {
    margin-bottom: 40px;
}


.copy-right {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background: url(../images/xinxi-bg.png) no-repeat top center;
    margin: 0 auto;
    overflow: hidden;
}